body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "FabrikatRegular" ,sans-serif;
  color: #20284b;
  letter-spacing: -0.03em;
}


@media (max-width: 767px) 
{
.hero__section {
padding-top: 105px!important;
}
}

@font-face {
  font-family: "FabrikatRegular";
  src: url("/fonts/FabrikatNormal-Regular.ttf");
}
@font-face {
  font-family: "FabrikatMedium";
  src: url("/fonts/FabrikatNormal-Medium.ttf");
}
@font-face {
  font-family: "FabrikatBold";
  src: url("/fonts/FabrikatNormal-Bold.ttf");
}
.container {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.anchor {
    display: block;
    position: relative;
    top: -135px; 
    visibility: hidden;
}

.default-btn {
  padding: 16px 24px;
  background-color: #537ae3;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 45px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  min-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.default-btn:hover {
  background-color: #537ae3;
}

.ad__block {
  background: url("/img/BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ad__block .outer__ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ad__block .outer__ad > .ad__box {
  padding: 32px;
  max-width: 630px;
  background-color: #fff;
}
.ad__block .outer__ad > .ad__box .bottom__info {
  margin-top: 55px;
  width: 100%;
}
.ad__block .outer__ad > .ad__box .bottom__info ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  margin-bottom: 15px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li:last-child {
  margin-bottom: 0px;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li a {
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li a span {
  position: relative;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li a span:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #20284b;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li svg {
  max-width: 24px;
  min-width: 24px;
  margin-right: 7px;
}
.ad__block .outer__ad > .ad__box .bottom__info ul li svg path {
  fill: #e08134;
}
.ad__block .outer__ad > .ad__box > h2 {
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.ad__block .outer__ad > .ad__box > p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}

.articles__block {
  padding-top: 60px;
  padding-bottom: 15px;
}
.articles__block .article__top .article__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 120px;
}
.articles__block .article__top .article__grid .elem__article {
  width: 100%;
  text-decoration: none;
}
.articles__block .article__top .article__grid .elem__article:hover .article__info > h6 {
  color: #439B4D;
}
.articles__block .article__top .article__grid .elem__article .article__info {
  padding: 15px;
}
.articles__block .article__top .article__grid .elem__article .article__info > h6 {
  font-size: 26px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 10px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.articles__block .article__top .article__grid .elem__article .article__info > p {
  margin: 0px;
  font-size: 17px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.articles__block .article__top .article__grid .elem__article .article__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.articles__block .article__top .article__grid .elem__article .article__image > img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.articles__block .article__top .head__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.articles__block .article__top .head__articles > a {
  font-size: 18px;
  text-decoration: underline;
  position: relative;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
}
.articles__block .article__top .head__articles > h2 {
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  margin: 0px;
  font-size: 32px;
  color: #20284b;
}
.articles__block .after__article > p {
  text-align: center;
  margin: 0px;
  font-size: 14px;
  color: #9498a9;
}

.points__block {
  padding: 50px 0px;
  background-color: #f2f4ff;
}
.points__block .outer__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.points__block .outer__points .elem__point span {
  min-height: 48px;
  max-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.points__block .outer__points .elem__point span svg {
  max-height: 48px;
}
.points__block .outer__points .elem__point span svg path {
  fill: #e08134;
}
.points__block .outer__points .elem__point > p {
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}
.points__block .outer__points .elem__point > h6 {
  font-size: 27px;
  font-family: "FabrikatBold" ,sans-serif;
  margin-top: 0px;
  margin-bottom: 8px;
}

.description__block {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.description__block:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 33%;
  height: 375px;
  background-color: #f2f4ff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.description__block .outer__description {
  position: relative;
}
.description__block .outer__description .element__description {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.description__block .outer__description .element__description:nth-child(odd) .media__description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 50px;
}
.description__block .outer__description .element__description:nth-child(odd) .content__descriptionS {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.description__block .outer__description .element__description:nth-child(even) .media__description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 50px;
}
.description__block .outer__description .element__description:nth-child(even) .content__description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.description__block .outer__description .element__description .content__description {
  max-width: 520px;
}
.description__block .outer__description .element__description .content__description > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
}
.description__block .outer__description .element__description .content__description .content__button {
  margin-top: 32px;
}
.description__block .outer__description .element__description .content__description .content__button > a {
  font-size: 17px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.description__block .outer__description .element__description .content__description .content__button > a:hover {
  color: #439B4D;
}
.description__block .outer__description .element__description .content__description > p {
  font-family: "FabrikatMedium" , sans-serif;
  font-weight: 500;
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
}
.description__block .outer__description .element__description .media__description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 625px;
  min-width: 625px;
  overflow: hidden;
}
.description__block .outer__description .element__description .media__description > img {
  max-width: 100%;
  border-radius: 10px;
  height: 385px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.description__block .outer__description .element__description:last-child {
  margin-bottom: 0px;
}

.testimonials__block {
  padding: 30px 0px;
  background: url("/img/backtest.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e08134;
}
.testimonials__block .testimonials__box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials__block .testimonials__box .right__testimon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials__block .testimonials__box .right__testimon > .testimon__feedbacks {
  margin-bottom: 0px;
}
.testimonials__block .testimonials__box .slick-dots {
  bottom: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
  position: relative;
}
.testimonials__block .testimonials__box .slick-dots li {
  width: auto;
  height: auto;
  margin: 0px;
  margin: 0px 5px;
}
.testimonials__block .testimonials__box .slick-dots li.slick-active button {
  opacity: 1;
}
.testimonials__block .testimonials__box .slick-dots li button {
  min-width: 30px;
  min-height: 3px;
  background-color: #e08134;
  padding: 0px;
  width: auto;
  height: auto;
  opacity: .5;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.testimonials__block .testimonials__box .slick-dots li button:before {
  content: none;
}
.testimonials__block .testimonials__box .testimon__feedbacks {
  /* the parent */
  max-width: 540px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-slide {
  margin: 0 10px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-list {
  margin: 0 -10px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-slide {
  height: inherit !important;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-prev {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url("/img/leftarrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -40px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-prev:before {
  content: none;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-next {
  right: -40px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  background: url("/img/rightarrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.testimonials__block .testimonials__box .testimon__feedbacks .slick-next:before {
  content: none;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  font-size: 27px;
  font-family: 'FabrikatBold' ,sans-serif;
  text-decoration: none;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon > p {
  font-size: 17px;
  line-height: 24px;
  font-family: 'FabrikatMedium' ,sans-serif;
  font-weight: 500;
  margin: 0px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon .author__feedback {
  text-align: center;
  margin-top: 16px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon .author__feedback > p {
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  margin: 0px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon .span__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon .span__feedback .arrow__span {
  font-size: 40px;
  line-height: 40px;
  margin: 0px;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon .span__feedback .arrow__span.empty__star {
  color: #d4d6dd;
}
.testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon .span__feedback .arrow__span.filled__star {
  color: #e08134;
}
.testimonials__block .testimonials__box .testimon__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 650px;
}
.testimonials__block .testimonials__box .testimon__image > img {
  -webkit-clip-path: polygon(15% 0, 100% 0, 70% 100%, 0 100%, 0% 50%);
          clip-path: polygon(15% 0, 100% 0, 70% 100%, 0 100%, 0% 50%);
  min-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

footer {
  padding-top: 35px;
  background-color: rgba(242, 244, 255, 0.4);
  position: relative;
  padding-bottom: 35px;
}
footer:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 33%;
  height: 100%;
  background-color: #f2f4ff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
footer .footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__bottom > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer__bottom > ul > li {
  margin-right: 10px;
}
footer .footer__bottom > ul > li > a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}
footer .footer__bottom > ul > li > a:hover {
  text-decoration: underline;
}
footer .footer__bottom > ul > li:last-child {
  margin-right: 0px;
}
footer .footer__bottom > p {
  margin: 0px;
  font-size: 14px;
}
footer .footer__top {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer__top > .foot__column > .socials__list > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer__top > .foot__column > .socials__list > ul > li {
  margin-right: 15px;
}
footer .footer__top > .foot__column > .socials__list > ul > li > a {
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background-color: #439B4D;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-size: 15px;
  text-decoration: none;
}
footer .footer__top > .foot__column > .socials__list > ul > li > a i {
  color: #fff;
}
footer .footer__top > .foot__column > .socials__list > ul > li > a:hover {
  background-color: #20284b;
}
footer .footer__top > .foot__column > .socials__list > ul > li:last-child {
  margin-right: 0px;
}
footer .footer__top > .foot__column .trust__pilot {
  max-width: 255px;
}
footer .footer__top > .foot__column .trust__pilot a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer__top > .foot__column .trust__pilot a > img {
  max-width: 255px;
}
footer .footer__top > .foot__column > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'FabrikatBold' ,sans-serif;
  font-weight: bold;
  font-size: 17px;
}
footer .footer__top > .foot__column > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .footer__top > .foot__column > ul > li {
  margin-bottom: 12px;
}
footer .footer__top > .foot__column > ul > li > a {
  font-size: 17px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  text-decoration: none;
  line-height: 24px;
}
footer .footer__top > .foot__column > ul > li:last-child {
  margin-bottom: 0px;
}
footer .footer__top > .foot__column > .logo__footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer__top > .foot__column > .logo__footer > img {
  width: 100%;
  max-width: 300px;
}

.double__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  grid-column-gap: 30px;
  margin-bottom: 20px;
}

.one__group {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.triple__group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-bottom: 20px;
  grid-column-gap: 30px;
}

.group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.group__input > input {
  height: 48px;
  width: 100%;
  padding: 0px 16px;
  font-size: 17px;
  outline: none;
  border: 2px solid #A8ABCA;
  border-radius: 4px;
}
.group__input > p {
  font-family: 'FabrikatBold' ,sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
}
.group__input label.error {
  font-size: 15px;
  color: red !important;
  font-weight: 400;
  margin-top: 5px;
}

.contact__form {
  margin-top: 96px;
  background-color: #f4f5ee;
}
.contact__form .outer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact__form .outer__contact > .form__wrapper {
  padding: 12px 32px 32px 32px;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
  background: url("/img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact__form .outer__contact > .contact__desc {
  padding-top: 20px;
}
.contact__form .outer__contact > .contact__desc > .elem__desc {
  margin-bottom: 30px;
}
.contact__form .outer__contact > .contact__desc > .elem__desc > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 38px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  color:#202020;
}
.contact__form .outer__contact > .contact__desc > .elem__desc > h6 {
  font-size: 32px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.contact__form .outer__contact > .contact__desc > .elem__desc > p {
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
.contact__form .outer__contact > .contact__desc > .elem__desc:last-child {
  margin-bottom: 0px;
}

.hero__section {
  margin-top: 0px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 200px;
}
.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero .hero__right {
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 60px;
}
.hero__section .outer__hero .hero__right > .hero__logo {
  margin-right: 80px;
}
.hero__section .outer__hero .hero__right > .hero__logo > img {
  max-width: 110px;
}
.hero__section .outer__hero .hero__right .trust__pilot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__section .outer__hero .hero__right .trust__pilot > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.hero__section .outer__hero .hero__right .trust__pilot > a > img {
  max-width: 180px;
}
.hero__section .outer__hero .hero__right .trust__pilot > a:hover {
  opacity: .7;
}
.hero__section .outer__hero .hero__left {
  padding: 64px;
  background: url("/img/herobox.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 800px;
}
.hero__section .outer__hero .hero__left .column__hero {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__section .outer__hero .hero__left .column__hero > .el__column:nth-child(1) {
  margin-right: 50px;
}
.hero__section .outer__hero .hero__left > h1 {
  margin-top: 0px;
  font-size: 40px;
  font-family: 'FabrikatBold' ,sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.hero__section .outer__hero .hero__left p {
  margin: 0px;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
.hero__section .outer__hero .hero__left .hero__button {
  margin-top: 25px;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 5;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 96px;
}
header .outer__header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right > ul > li {
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .header__right > ul > li > p {
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .outer__header .header__right > ul > li > p span {
  min-width: 0px;
  max-width: 100px;
  margin-right: 7px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .header__right > ul > li > p span svg {
  width: 100%;
  max-width: 14px;
}
header .outer__header .header__right > ul > li.phone__header > a {
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
header .outer__header .header__right > ul > li.phone__header > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right > ul > li.phone__header > a:hover {
  color: #439B4D;
}
header .outer__header .header__right > ul > li.phone__header > a:hover svg path {
  fill: #439B4D;
}
header .outer__header .header__right > ul > li:last-child {
  margin-bottom: 0px;
}
header .outer__header .header__right > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__right > ul > li > a span {
  min-width: 0px;
  max-width: 100px;
  margin-right: 7px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .header__right > ul > li > a span svg {
  width: 100%;
  max-width: 14px;
}
header .outer__header .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__left > ul > li {
  margin-right: 20px;
}
header .outer__header .header__left > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__left > ul > li.active__link > a {
  color: #439B4D;
}
header .outer__header .header__left > ul > li > a {
  text-decoration: none;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .header__left > ul > li > a:hover {
  color: #439B4D;
}
header .outer__header .header__left > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__left > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-right: 25px;
}
header .outer__header .header__left > a:hover {

  transform: scale(1.05);
}
header .outer__header .header__left > a > img {
  width: 100%;
  max-width: 235px;
  max-height: 80px;
}

.menu__button {
  display: none;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.small__menu {
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70%;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 8;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  right: -80%;
}
.small__menu .bottom__part--menu {
  padding-bottom: 40px;
  margin-top: 40px;
}
.small__menu .bottom__part--menu > .line-button {
  font-size: 18px;
  text-decoration: none;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
.small__menu .bottom__part--menu > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0px;
  margin-bottom: 35px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.small__menu .bottom__part--menu > ul > li {
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
  display: inline-flex;
}
.small__menu .bottom__part--menu > ul > li > p {
  margin: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.small__menu .bottom__part--menu > ul > li > p span {
  min-width: 0px;
  max-width: 100px;
  margin-right: 7px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.small__menu .bottom__part--menu > ul > li > p span svg {
  width: 100%;
  max-width: 14px;
}
.small__menu .bottom__part--menu > ul > li.phone__header {
  margin-bottom: 15px;
}
.small__menu .bottom__part--menu > ul > li.phone__header > a {
  font-size: 28px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.small__menu .bottom__part--menu > ul > li.phone__header > a svg {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
}
.small__menu .bottom__part--menu > ul > li.phone__header > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.small__menu .bottom__part--menu > ul > li.phone__header > a:hover {
  color: #439B4D;
}
.small__menu .bottom__part--menu > ul > li.phone__header > a:hover svg path {
  fill: #439B4D;
}
.small__menu .bottom__part--menu > ul > li:last-child {
  margin-bottom: 0px;
}
.small__menu .bottom__part--menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
}
.small__menu .bottom__part--menu > ul > li > a span {
  min-width: 0px;
  max-width: 100px;
  margin-right: 7px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.small__menu .bottom__part--menu > ul > li > a span svg {
  width: 100%;
  max-width: 17px;
}
.small__menu > .close__menu {
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.small__menu > .close__menu > span {
  width: 32px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background-color: #20284b;
}
.small__menu > .close__menu > span:last-child {
  margin-bottom: 0px;
}
.small__menu > .close__menu > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.small__menu > .close__menu > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.small__menu .inner__menu > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.small__menu .inner__menu > ul > li {
  margin-bottom: 15px;
}
.small__menu .inner__menu > ul > li.active__link > a {
  color: #439B4D;
}
.small__menu .inner__menu > ul > li > a {
  font-size: 35px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.small__menu .inner__menu > ul > li:last-child {
  margin-bottom: 0px;
}

.header__right > .line-button {
  text-decoration: none;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}

.contact__form .outer__contact {
  -webkit-text-decoration: flex;
          text-decoration: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__form .outer__contact .contact__desc {
  max-width: 600px;
  margin-right: 50px;
}
.contact__form .outer__contact .contact__desc > .elem__desc {
  margin-bottom: 32px;
}
.contact__form .outer__contact .contact__desc > .elem__desc > p {
  margin: 0px;
}
.contact__form .outer__contact .contact__desc > .elem__desc:last-child {
  margin-bottom: 0px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #20284b;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F79f64;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio__wrapper p {
  margin: 0px;
  margin: 5px 10px;
}
.radio__wrapper p:last-child {
  margin-right: 0px;
}

.info__line > p {
  margin: 0px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-size: 14px;
}

.submit__form {
  margin-top: 30px;
}

.submit__form button {
  outline: none;
  cursor: pointer;
  border: 0px;
}
.submit__form button span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.submit__form button svg {
  width: 24px;
}
.submit__form button svg path {
  fill: #fff;
}

.title__hero {
  margin-top: 96px;
  background-color: #F2F4ff;
  padding: 64px 0px;
}
.title__hero .outer__title {
  max-width: 630px;
}
.title__hero .outer__title > p {
  font-size: 17px;
  line-height: 24px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
.title__hero .outer__title > h6 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #9498a9;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
}
.title__hero .outer__title > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
}

.contact__block {
  padding: 60px 0px;
  padding-bottom: 100px;
}
.contact__block .outer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.contact__block .outer__contact .contact__info {
  width: 100%;
  max-width: 300px;
}
.contact__block .outer__contact .contact__info > .element__contact {
  margin-bottom: 30px;
}
.contact__block .outer__contact .contact__info > .element__contact > h6 {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #9498a9;
  font-size: 24px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
}
.contact__block .outer__contact .contact__info > .element__contact > p {
  margin-bottom: 25px;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}
.contact__block .outer__contact .contact__info > .element__contact > p:last-child {
  margin-bottom: 0px;
}
.contact__block .outer__contact .contact__info > .element__contact:last-child {
  margin-bottom: 0px;
}
.contact__block .outer__contact .contact__plates {
  width: 100%;
  max-width: 630px;
}
.contact__block .outer__contact .contact__plates > .element__plate {
  width: 100%;
  background-color: #f2f4ff;
  padding: 26px;
  margin-bottom: 16px;
  border-radius: 45px;
}
.contact__block .outer__contact .contact__plates > .element__plate > h6 {
  font-size: 32px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 16px;
}
.contact__block .outer__contact .contact__plates > .element__plate > a {
  font-size: 17px;
  font-family: "FabrikatBold" ,sans-serif;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.contact__block .outer__contact .contact__plates > .element__plate > a:hover {
  color: #439B4D;
}
.contact__block .outer__contact .contact__plates > .element__plate > span {
  display: block;
  font-size: 14px;
  color: #9498a9;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
.contact__block .outer__contact .contact__plates > .element__plate:last-child {
  margin-bottom: 0px;
}

header .outer__header .header__right > ul > li > a {
  white-space: nowrap;
}

.default-btn {
  white-space: nowrap;
}

.header__left {
  margin-right: 30px;
}
.header__left > p {
  margin: 0px;
  font-style: italic;
  font-size: 20px;
}

header .outer__header .header__right > ul {
  margin-right: 0px;
}

.menu__button {
  display: none !important;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.header__content > p {
  color: #20284b;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height:28px;
}
.header__content > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  
}

.header__content > p span svg {
  max-width: 8px;
  min-width: 8px;
  max-height: 8px;
}
.header__content > a {
  margin-bottom: 4px;
  color: #20284b;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-family: "FabrikatMedium" ,sans-serif;
  font-weight: 500;
  text-decoration: none;

}
.header__content > a:hover {
  color: #439B4D;
}
.header__content > a:hover svg path {
  fill: #439B4D;
}
.header__content > a svg {
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
}
.header__content > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
}

.contact__form .outer__contact{
  flex-direction:row-reverse;
}
.contact__form .outer__contact .contact__desc{
  margin-right: 0px;
  margin-left: 50px;
}
@media (max-width: 1440px) {
  .header__left > p {
    font-size: 18px;
  }

  .hero__section .outer__hero .hero__left .column__hero > .el__column:nth-child(1) {
    margin-right: 25px;
  }

  .contact__form .outer__contact .contact__desc {
    max-width: 440px;
  }

  .contact__block .outer__contact .contact__plates {
    max-width: 450px;
  }

  .contact__block .outer__contact .contact__plates > .element__plate > h6 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .title__hero .outer__title {
    max-width: 440px;
  }

  .title__hero .outer__title > h2 {
    font-size: 38px;
  }

  .title__hero .outer__title > h6 {
    font-size: 21px;
  }

  .contact__form .outer__contact > .contact__desc > .elem__desc > h2 {
    font-size: 34px;
  }

  .contact__form .outer__contact > .contact__desc > .elem__desc > h6 {
    font-size: 26px;
  }

  .triple__group {
    grid-column-gap: 15px;
  }

  .double__group {
    grid-column-gap: 15px;
  }

  .menu__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__button > a > span {
    width: 31px;
    height: 3px;
    background-color: #000;
    margin-bottom: 7px;
  }
  .menu__button > a > span:last-child {
    margin-bottom: 0px;
  }

  header .outer__header .header__left > ul {
    display: none;
  }

  .hero__section .outer__hero .hero__left > h1 {
    font-size: 32px;
  }

  .hero__section .outer__hero .hero__left {
    padding: 44px;
    max-width: 440px;
  }

  .points__block .outer__points .elem__point > h6 {
    font-size: 23px;
  }

  .description__block .outer__description .element__description .media__description {
    min-width: 440px;
    max-width: 440px;
  }

  .description__block .outer__description .element__description .content__description > h6 {
    font-size: 26px;
  }

  .description__block .outer__description .element__description {
    margin-bottom: 80px;
  }
  .description__block .outer__description .element__description:last-child {
    margin-bottom: 0px;
  }

  .testimonials__block .testimonials__box .testimon__feedbacks {
    max-width: 400px;
  }

  .testimonials__block .testimonials__box .testimon__image {
    max-width: 450px;
  }

  .ad__block .outer__ad > .ad__box {
    max-width: 480px;
  }

  .ad__block .outer__ad > .ad__box > h2 {
    font-size: 26px;
  }

  .container {
    max-width: 940px;
  }

  footer .footer__top > .foot__column > .logo__footer > img {
    max-width: 240px;
  }

  footer .footer__top > .foot__column .trust__pilot {
    max-width: 200px;
  }

  footer .footer__top > .foot__column .trust__pilot a > img {
    max-width: 200px;
  }

  .articles__block .article__top .head__articles > h2 {
    font-size: 26px;
  }
}
.ad__form .double__group {
  margin-bottom: 0px;
}

header .outer__header .header__left > a > img {
  min-width: 160px;
}

@media (max-width: 991px) {
  .contact__form .outer__contact > .contact__desc{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px!important;
    padding-left: 32px;
    padding-right: 32px;
  }
  .hero__section .outer__hero .hero__left .column__hero {
    margin: 15px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__section .outer__hero .hero__left .column__hero > .el__column {
    margin-bottom: 0px;
    margin-right: 0px !important;
  }
  .hero__section .outer__hero .hero__left .column__hero > .el__column:last-child {
    margin-bottom: 0px;
  }

  header .outer__header .header__right > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header__left > p {
    font-size: 16px;
    max-width: 280px;
  }

  header .outer__header .header__right > ul {
    display: none;
  }

  header .outer__header .header__right > a {
    display: none;
  }

  .ad__form .double__group {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .contact__block .outer__contact .contact__plates {
    max-width: 400px;
  }

  .contact__block .outer__contact .contact__info > .element__contact > h6 {
    font-size: 21px;
  }

  .contact__form .outer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__form .outer__contact > .contact__desc {
    max-width: 100%;
    padding-top: 0px;
    margin-bottom: 50px;
    margin-right: 0px;
  }

  .title__hero .outer__title {
    max-width: 340px;
  }

  .contact__form .outer__contact > .form__wrapper {
    max-width: 100%;
    padding: 12px 16px 16px 16px;
  }

  .hero__section .outer__hero .hero__left {
    max-width: 340px;
  }

  .hero__section .outer__hero .hero__right .trust__pilot > a > img {
    max-width: 140px;
  }

  .hero__section .outer__hero .hero__right > .hero__logo {
    margin-right: 40px;
  }

  .description__block .outer__description .element__description .media__description {
    min-width: 360px;
    max-width: 360px;
  }

  .articles__block .article__top .article__grid .elem__article .article__image > img {
    height: 150px;
  }

  .ad__block .outer__ad > .ad__box {
    max-width: 455px;
  }

  .container {
    max-width: 750px;
  }

  footer .footer__top > .foot__column > .logo__footer > img {
    max-width: 180px;
  }

  footer .footer__top > .foot__column .trust__pilot {
    max-width: 160px;
  }

  footer .footer__top > .foot__column .trust__pilot a > img {
    max-width: 160px;
  }

  .testimonials__block .testimonials__box .testimon__image {
    display: none;
  }

  .testimonials__block .testimonials__box .testimon__feedbacks {
    max-width: 100%;
  }

  .testimonials__block .testimonials__box .right__testimon {
    max-width: 100%;
  }

  .testimonials__block .testimonials__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 50px;
  }

  .testimonials__block .testimonials__box .testimon__feedbacks .elem__testimon > a {
    font-size: 24px;
  }

  .menu__button {
    margin-left: 0px;
  }

  header .outer__header .header__right > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile__image {
  display: none;
}

@media (max-width: 767px) {
  .contact__block {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .contact__block .outer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact__block .outer__contact .contact__plates {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .contact__block .outer__contact .contact__info {
    max-width: 100%;
  }

  .contact__block .outer__contact .contact__plates > .element__plate {
    padding: 16px;
  }

  .contact__form .outer__contact > .contact__desc > .elem__desc > h2 {
    font-size: 30px;
  }

  .title__hero .outer__title {
    max-width: 100%;
  }

  .title__hero {
    padding: 34px 0px;
  }

  .title__hero .outer__title > h2 {
    font-size: 32px;
  }

  .title__hero .outer__title > h6 {
    font-size: 18px;
  }

  .contact__form .outer__contact > .contact__desc > .elem__desc > h6 {
    font-size: 22px;
  }

  .small__menu {
    right: -85%;
  }

  .small__menu {
    padding-top: 80px;
  }

  .small__menu .bottom__part--menu > ul > li.phone__header > a {
    font-size: 24px;
  }

  .small__menu .inner__menu > ul > li > a {
    font-size: 28px;
  }

  header .outer__header .header__right > ul {
    display: none;
  }

  .hero__section {
    padding-top: 120px;
    background: none !important;
    position: relative;
  }
  .hero__section .outer__hero {
    position: relative;
  }

  .mobile__image {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
  }

  .hero__section .outer__hero .hero__right {
    padding-bottom: 30px;
  }

  .hero__section .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: cecnter;
        -ms-flex-pack: cecnter;
            justify-content: cecnter;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hero__section .outer__hero .hero__left {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .points__block .outer__points {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .points__block {
    padding: 30px 0px;
  }

  .description__block .outer__description .element__description .content__description > h6 {
    font-size: 24px;
  }

  .description__block {
    padding: 40px 0px;
  }

  .description__block .outer__description .element__description .content__description .content__button {
    margin-top: 16px;
  }

  .description__block .outer__description .element__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .description__block .outer__description .element__description:last-child {
    margin-bottom: 0px;
  }
  .description__block .outer__description .element__description > .content__description {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .description__block .outer__description .element__description > .media__description {
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .description__block .outer__description .element__description .media__description {
    min-width: 0px;
    max-width: 100%;
    margin-bottom: 25px;
    width: 100%;
  }

  .description__block .outer__description .element__description .content__description {
    max-width: 100%;
  }

  .description__block .outer__description .element__description .media__description > img {
    width: 100%;
    height: auto;
  }

  .articles__block .article__top .article__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ad__block .outer__ad > .ad__box {
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
  }

  .ad__block {
    background: none;
    position: relative;
  }
  .ad__block .ad__box {
    position: relative;
  }
  .ad__block:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 240px;
    background: url("/img/BG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer__bottom > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }

  footer .footer__bottom > ul > li {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  footer .footer__bottom > ul > li:last-child {
    margin-bottom: 0px;
  }

  footer .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer__top > .foot__column:nth-child(4) {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
  footer .footer__top > .foot__column:nth-child(2), footer .footer__top > .foot__column:nth-child(3) {
    width: 50%;
  }
  footer .footer__top > .foot__column:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .footer__top > .foot__column .trust__pilot {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer__top {
    margin-bottom: 45px;
  }

  footer .footer__top > .foot__column .trust__pilot a > img {
    max-width: 25%;
  }

  footer .footer__top > .foot__column > .logo__footer img {
    max-width: 240px;
  }

  .articles__block .article__top .article__grid .elem__article .article__image > img {
    height: 190px;
  }

  .articles__block .article__top .article__grid .elem__article .article__info > h6 {
    font-size: 22px;
  }

  .articles__block .article__top .head__articles > h2 {
    font-size: 22px;
  }

  .ad__block .outer__ad > .ad__box > h2 {
    font-size: 22px;
  }

  header .outer__header .header__right > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575px) {
  .header__content > a {
    font-size: 14px;
  }
  .contact__form .outer__contact > .contact__desc{
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact__form .outer__contact > .form__wrapper{
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
  .header__content > p {
    font-size: 14px;
  }

  header .outer__header .header__right {
    height: 65px;
  }
  header .outer__header .header__right ul {
    display: block;
  }
  header .outer__header .header__right ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  header .outer__header .header__right > ul > li {
    margin-bottom: 2px;
  }

  header .outer__header .header__right > ul > li > a {
    font-size: 13px;
    text-align: right;
    line-height: 16px;
  }

  header .outer__header .header__right > ul > li > p {
    font-size: 13px;
    text-align: right;
    line-height: 16px;
  }

  header .outer__header .header__left {
    margin-right: 10px;
  }

  header .outer__header .header__left > a {
    margin-right: 15px;
  }

  .header__left > p {
    font-size: 11px;
    max-width: 230px;
  }

  .ad__block .outer__ad > .ad__box {
    padding: 32px 16px;
  }

  .title__hero {
    margin-top: 80px;
  }

  .small__menu {
    width: 85%;
  }

  .contact__form .outer__contact > .form__wrapper {
    padding: 12px 16px 16px 16px;
  }

  .double__group {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .triple__group {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .small__menu .bottom__part--menu > ul > li.phone__header > a {
    font-size: 20px;
  }

  .small__menu .bottom__part--menu > ul > li.phone__header > a svg {
    width: 17px;
    min-width: 17px;
    max-width: 17px;
  }

  header .outer__header .header__left > a > img {
    max-width: 160px;
    max-height: 65px;
  }

  .small__menu .inner__menu > ul > li > a {
    font-size: 23px;
  }

  .hero__section {
    margin-top: 0px;
  }

  .contact__form {
    margin-top: 80px;
  }

  header .outer__header {
    height: 80px;
  }

  header .outer__header .header__right > a {
    display: none;
  }

  .hero__section .outer__hero .hero__left {
    padding: 24px;
  }

  .points__block .outer__points {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials__block .testimonials__box {
    padding: 20px 30px;
  }

  .testimonials__block .testimonials__box .testimon__feedbacks .slick-prev {
    left: -25px;
  }

  .testimonials__block .testimonials__box .testimon__feedbacks .slick-next {
    right: -25px;
  }

  .outer__testimonials {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .articles__block {
    padding-top: 35px;
  }

  .articles__block .article__top .article__grid {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .articles__block .article__top .head__articles > a {
    font-size: 16px;
    position: absolute;
    right: 15px;
    bottom: 30px;
  }

  .article__top {
    position: relative;
  }

  .articles__block .article__top .article__grid .elem__article .article__info > h6 {
    font-size: 20px;
  }

  .articles__block .article__top .article__grid .elem__article .article__image > img {
    height: auto;
  }

  header .outer__header .header__left > a > img {
    min-width: 185px;
    max-width: 185px;
  }

  header .outer__header .header__left > a {
    margin-right: 0px;
  }

  .header__content > p {
    display: none;
  }
}
@media (max-width: 440px) {
  .header__content > p {
    max-width: 135px;
    text-align: right;
  }

  .header__right {
    position: relative;
  }

  header .outer__header .header__right > ul > li > a span svg {
    max-width: 11px;
  }

  header .outer__header .header__right > ul > li > a span {
    margin-right: 4px;
  }

  header .outer__header .header__right > ul > li > p {
    font-size: 12px;
    line-height: 15px;
  }

  header .outer__header .header__right > ul > li > a {
    font-size: 12px;
    line-height: 15px;
  }

  header .outer__header .header__right > ul > li > p {
    max-width: 125px;
    text-align: right;
  }
}
@media (max-width: 400px) {
  .hero__section .outer__hero .hero__right .trust__pilot > a > img {
    max-width: 100px;
  }

  .hero__section .outer__hero .hero__right > .hero__logo > img {
    max-width: 80px;
  }

  footer .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  footer .footer__top > .foot__column:nth-child(1) {
    text-align: center;
  }

  footer .footer__top > .foot__column > h6 {
    text-align: center;
  }

  footer .footer__top > .foot__column > ul {
    text-align: center;
  }

  footer .footer__top > .foot__column:nth-child(2) {
    margin-bottom: 30px;
  }

  footer .footer__top > .foot__column > .socials__list > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 360px) {
  .header__content > a {
    font-size: 13px;
  }

  .header__content > a svg {
    min-width: 11px;
    max-width: 11px;
    min-height: 11px;
    max-height: 11px;
  }

  .header__content > a span {
    margin-right: 4px;
  }

  header .outer__header .header__left > a > img {
    min-width: 120px;
    max-width: 120px;
  }
}

ul	{
	font-family: "FabrikatMedium" ,sans-serif;
	padding-left:25px;
	font-size:16px;
	font-weight: 500;
	letter-spacing: -0.03em;
}

li
	{
	padding:5px;	
	}
	
	
.container_lang {
 display: flex;
 align-items: center;
 height: 50px; 
 width: 225px; 
}

.element_lang {
  padding: 5px;
  background-color: #F4E8C1;
}


.styled-table {
    background-color:#ffffff;
    border-spacing:0px;
    margin: 18px 0;
    font-size: 0.8em;
    font-family: sans-serif;
    border:1px solid #707070;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color:#436C96;
    color: #ffffff;
    text-align: left;
}
.styled-table th {
    padding: 11px 11px;
    width:200px;
    text-align:left;
    background-color:#E8D682;
}
.styled-table td {
    padding: 11px 11px;
    background-color:;
    color:#606060;
    cursor:pointer;
    width:150px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;  
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.styled-table td:hover
	{
	  background-color:;
	}
	

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:hover
	{
	  background-color:#FAF9CB;
	}

.table_menu {
text-align:right; 
font-weight:bold;
}

.table_mini {
  max-width:600px;
  margin: 25;
  width: 90%;
}

