@charset "UTF-8";

body,
button,
input,
textarea {
  font-family: Montserrat, sans-serif
}

._ibg,
.wrapper {
  position: relative
}

.footer-top__menu ul li a,
.header__menu ul li a {
  font-size: 17px;
  border-bottom: 3px solid transparent;
  font-weight: 800;
  color: #332a71;
  transition: .3s;

}

.review-item__img,
.wrapper,
body._lock {
  overflow: hidden
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav,
section {
  display: block
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-behavior: smooth
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #332a71;
  line-height: 1.2;
  background-color: #ebebf5
}

button,
input,
textarea {
  font-size: inherit
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer;
  background-color: inherit
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:hover,
a:visited {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  z-index: 0
}

._container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px
}

@media (max-width:1372px) {
  ._container {
    max-width: none
  }
}

._ibg img,
.header {
  position: absolute;
  width: 100%
}

._ibg img {
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden
}

.header {
  font-size: 15px;
  z-index: 5
}

.header__logo {
  height: 53px;
  width: fit-content;
  flex-shrink: 0;
  transition: .3s
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 37px
}

@media (max-width:1024px) {
  .header__logo {
    height: 45px
  }
}

.header._active .header-bottom {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  padding: 20px 0;
  background: #f4f4f9;
  box-shadow: 0 17px 41px 0 rgba(159, 173, 201, .5)
}

.header._active .header__logo {
  height: 37px
}

.header__menu ul {
  display: flex;
  gap: 40px;
  margin-top: 8px
}

.header__menu ul li a.active {
  border-bottom: 3px solid #eb6352 !important
}

.header__close {
  display: block;
  position: absolute;
  width: 30px;
  margin-left: 20px;
  height: 18px;
  cursor: pointer;
  right: 30px;
  top: 30px;
  z-index: 5
}

@media (min-width:991.98px) {
  .header__close {
    display: none
  }
}

.header__close span {
  transition: .3s;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #332a71;
  transform: scale(0)
}

.header__close span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px)
}

.header__close span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px)
}

.header-top {
  background: #f4f4f9;
  padding: 16px 0
}

.header-top svg {
  width: 20px;
  height: 20px
}

.header-top a,
.header-top span {
  display: flex;
  align-items: center;
font-size: 16px;
  color: #332a71
}

.header-top a svg,
.header-top span svg {
  margin-right: 5px
}

.header-top__container {
  display: flex;
  justify-content: space-between;
  gap: 10px
}

.header-top__left,
.header-top__right {
  display: flex;
  gap: 50px;
  align-items: center
}

.header-bottom {
  padding: 60px 0;
  transition: .3s
}

.footer-top__head,
.header-bottom__container {
  display: flex;
  justify-content: space-between
}

.burger-menu {
  display: none
}

@media (max-width:991.98px) {
  .header__logo {
    height: 38px;
    width: 170px
  }

  .header__menu ul {
    margin-left: 0;
    display: grid;
    grid-gap: 30px
  }

  .header__menu {
    position: fixed;
    inset: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../images/bottom-bg.jpg") 50% 0/cover no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: .3s
  }

  .header__menu._open {
    visibility: visible;
    opacity: 1
  }

  .header__button {
    display: none !important
  }

  .header-top {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 10
  }

  .header-top .mail span,
  .header-top .phone svg,
  .header-top .time,
  .header-top__right a span {
    display: none
  }

  .header-top .mail,
  .header-top .phone {
    color: #fff;
    background: #332a71;
    height: 40px;
    display: flex
  }

  .header-top .mail {
    width: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto
  }

  .header-top .mail svg {
    width: 20px;
    height: 20px;
    margin-right: 0
  }

  .header-top .phone {
    padding: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 18px
  }

  .header-top svg {
    width: 40px;
    height: 40px
  }

  .header-top__left,
  .header-top__right {
    gap: 10px
  }

  .header-top__left {
    width: 100%
  }

  .header-top__right a svg {
    margin-right: 0
  }

  .header-bottom {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    z-index: 10
  }

  .header-bottom__container {
    justify-content: center
  }

  .burger-menu {
    display: block;
    position: absolute;
    width: 22px;
    height: 18px;
    left: 20px;
    top: 30px;
    cursor: pointer;
    z-index: 5
  }

  .burger-menu span {
    transition: .3s;
    top: calc(50% - 2px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #332a71
  }

  .burger-menu span:first-child {
    top: 0
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 1px
  }
}

@media (max-width:991.98px) and (max-width:767.98px) {
  .burger-menu {
    top: 20px
  }
}

.footer-top {
  background: #f4f4f9;
  padding: 40px 0 30px
}

.footer-top__logo {
  height: 53px;
  width: fit-content
}

.footer-top__logo img {
  width: 100%;
  height: 100%
}


.form__box-input {
  height: 37px
}

.footer-top__menu ul {
  display: flex;
  gap: 40px;
  margin-left: -60px;
  margin-top: 5px
}

.footer-top__phone {
  font-size: 26px;
  font-weight: 800;
  color: #332a71
}

.footer-top__socials {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-left: 33px
}

.advantages-item::before,
.reviews__btn {
  margin-left: auto;
  margin-right: auto
}

.footer-top__socials svg {
  width: 30px;
  height: 30px;
  margin-right: 10px
}

.footer-top__socials a {
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 16px;
  color: #332a71
}

.footer-bottom {
  padding: 30px 0;
  background: #dedef4;
  font-size: 15px;
  font-weight: 500
}

.footer-bottom a {
  color: #332a71
}

.footer-bottom__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between
}

.page {
  flex: 1 1 auto
}

._btn {
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 16px 32px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #332a71;
  transition: .3s
}
.header__button._btn {
  padding: 8px 16px;
  height: 40px;
}
.header._active ._btn{
  padding: 8px 16px;
}
.form,
.form__title {
  display: block;
  position: relative;

}

._btn._orange {
  background: #eb6352
}

@media (any-hover:hover) {
  .header__menu ul li a:hover {
    border-bottom: 3px solid #645aa9
  }

  .footer-top__menu ul li a:hover {
    border-bottom: 3px solid #eb6352
  }

  ._btn:hover {
    background: #4d4294
  }

  ._btn._orange:hover {
    background: #f26d5c
  }
}

._text h2,
._text h3,
._text h4 {
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 140%
}

._text h2,
._text h3,
._ttl {
  font-weight: 800
}

._text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 60px
}

@media (max-width:991.98px) {
  .footer {
    padding-bottom: 60px
  }

  .footer-top {
    padding: 30px 0
  }

  .footer-top__head {
    display: grid;
    justify-content: center;
    text-align: center;
    grid-gap: 30px
  }

  .footer-top__logo {
    justify-self: 38px;
    margin-left: auto;
    margin-right: auto
  }

  .footer-top__menu ul {
    display: grid;
    grid-gap: 15px;
    margin-left: 0
  }

  .footer-top__menu ul li a {
    font-size: 15px
  }

  .footer-top__phone {
    font-size: 20px
  }

  .footer-top__socials {
    margin-top: 30px
  }

  .footer-top__socials svg {
    width: 24px;
    height: 24px
  }

  .footer-top__socials a {
    font-size: 15px
  }

  .footer-bottom__container {
    justify-content: center
  }

  ._text h2 {
    font-size: 30px;
    margin-top: 40px
  }
}

@media (max-width:767.98px) {
  html {
    font-size: 14px
  }

  ._container {
    padding: 0 15px
  }

  .header-bottom,
  .header._active .header-bottom {
    padding: 15px 0
  }

  .header._active .header__logo {
    height: 32px
  }

  .footer-top__socials {
    display: grid;
    grid-gap: 15px
  }

  .footer-bottom {
    font-size: 14px;
    text-align: center
  }

  ._text h2 {
    font-size: 24px
  }
}

._text h3 {
  font-size: 24px
}

@media (max-width:991.98px) {
  ._text h3 {
    font-size: 20px
  }
}

@media (max-width:767.98px) {
  ._text h3 {
    font-size: 20px
  }
}

._text ol,
._text ul {
  color: #8e8e8e;
  margin: 20px 0
}

._text a,
._text a:active,
._text strong,
.form__box-title b,
.review-item__stars.mark-1 svg:first-child,
.review-item__stars.mark-2 svg:first-child,
.review-item__stars.mark-2 svg:nth-child(2),
.review-item__stars.mark-3 svg:first-child,
.review-item__stars.mark-3 svg:nth-child(2),
.review-item__stars.mark-3 svg:nth-child(3),
.review-item__stars.mark-4 svg:first-child,
.review-item__stars.mark-4 svg:nth-child(2),
.review-item__stars.mark-4 svg:nth-child(3),
.review-item__stars.mark-4 svg:nth-child(4),
.review-item__stars.mark-5 svg {
  color: #eb6352
}

._text li,
._ttl {
  margin-bottom: 20px
}

._text ol {
  list-style-type: none;
  counter-reset: num
}

._text ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #eb6352;
  margin-right: 5px
}

._text ul>li {
  padding-left: 40px;
  position: relative
}

._text ul>li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #eb6352;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 10px;
  flex-shrink: 0;
  top: 10px
}

._text a {
  transition: .3s
}

._text a:hover {
  border-bottom: 1px solid #eb6352
}

._text a:active {
  border-color: #eb6352
}

._text p {
  margin-bottom: 25px;
  line-height: 1.6
}

._text p:last-child {
  margin-bottom: 0
}

._text img {
  border-radius: 6px;
  width: 100%;
  height: 100%
}

._ttl {
  font-size: 48px;
  line-height: 1.1
}

.alert-error,
.alert-success {
  border-radius: 20px;
  color: #fff;
  font-weight: 500
}

.alert-error {
  background: #ef796a
}

.alert-success {
  background: #69c773
}

.form {
  width: 100%;

  border-radius: 24px;
  background-color: rgba(244, 244, 251, .9);
  padding: 38px 49px 41px
}

.form__title {
  font-weight: 800;
  font-size: 31px;
  line-height: 30px;
  color: #332a71
}

.form__block,
.form__box {
  display: block;
  position: relative;
  text-align: left
}

.form__block {
  margin-top: 22px
}

.form__box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, .1)
}

.form__box:not(:last-child) {
  margin-bottom: 15px
}

.form__box-title {
  position: absolute;
  display: inline-flex;
  top: 10px;
  left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #574e81;
  transition: opacity .1s
}

.form__box-cont,
.form__box-input,
.form__box-textarea {
  display: block;
  position: relative;
  text-align: left;
      background-color: #fff !important;
        border-radius: 20px;
        box-shadow: 0 15px 21px 0 rgba(53, 42, 154, .1);
        margin: 10px 0;
}
.iti {

  width: 100%;
}
.form__box-title b {
  position: relative;
  margin-left: 4px;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit
}

.form__box-input,
.form__box-textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #574e81
}

.advantages-item,
.advantages__ttl,
.country-box-name {
  text-align: center
}

.form__box-checkbox {
  background: 0 0;
  box-shadow: none
}

.form__box.form__box-textarea,
.form__button .button,
.iti__country-list {
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, .1)
}

.form__box-textarea {
  min-height: 126px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none
}

.form__box.focus .form__box-title {
  opacity: 0
}

.form__button {
  position: relative;
  display: flex;
 
  margin-top: 16px
}

@media (max-width:480px) {
  .form__button .button {
    width: 100%
  }
}

.button,
.wp-gr .wp-google-url {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    padding: 16px 32px;
  border: none;
  border-radius: 1000px;
  background-color: #eb6352;
  transition: background-color .2s;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  user-select: none
}

.js-phone-link.is-disabled,
.js-wa-link.is-disabled {
  pointer-events: none;
  opacity: .5;
  cursor: not-allowed
}

.button:hover,
.wp-gr .wp-google-url:hover {
  background-color: #f26d5c
}

.banner {
  position: relative;
  margin-top: 52px;
  padding: 260px 0 80px
}

.banner__bg,
.banner__bg-mob {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: -1
}

.banner__bg-mob {
  display: none
}

.banner__top {
  padding-left: 82px
}

.banner__ttl {
  position: relative;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1
}

@media (max-width:1024px) {
  .footer-top__logo {
    height: 35px
  }

  ._ttl,
  .banner__ttl {
    font-size: 50px
  }
}

.banner__ttl::before {
  content: "";
  width: 51px;
  height: 6px;
  background: #eb6352;
  display: block;
  position: absolute;
  left: -70px;
  top: 35px
}

.banner__subttl {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500
}

.banner__btn {
  margin-top: 40px
}

.banner__desc {
  margin-top: 210px
}

.banner__desc-ttl {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 30px
}

.contact-block {
  z-index: 2;
  position: relative
}

.contact-block__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr ;
  grid-gap: 34px
}

.contact-block__desc {
  line-height: 1.7;
  max-width: 650px
}

.contact-block__items {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  grid-gap: 30px 40px
}

@media (max-width:1199.98px) {
  .contact-block__items {
    grid-template-columns: 1fr
  }
}

.contact-block__text {
  margin-top: 80px
}

.contact-block__form,
.promo__btn {
  margin-top: 20px
}

.contact-block__text p {
  line-height: 1.7
}

.contact-block-item {
  position: relative;
  padding-right: 40px;
}

.contact-block-item::before {
  content: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1039 0.895466C18.7888 0.895466 24.208 6.31478 24.208 12.9995C24.208 19.6841 18.7888 25.1038 12.1039 25.1038C5.41905 25.1038 -5e-05 19.6841 -5e-05 12.9995C-5e-05 6.31478 5.41905 0.895466 12.1039 0.895466Z' fill='%23EB6352'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3364 17.0058L9.60727 10.5592C8.87119 9.65858 9.00451 8.33173 9.90516 7.59598C10.8056 6.85986 12.1324 6.9931 12.8685 7.89374L18.5975 14.3403' fill='%23332A71'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0947 0.698562C27.1942 -0.0375479 25.8675 0.095688 25.1314 0.996318L15.1373 14.3407C14.4012 15.2409 14.5345 16.5682 15.4352 17.3039C16.3357 18.04 17.6624 17.9068 18.3985 17.0061L28.3926 3.66179C29.1287 2.76152 28.9954 1.43467 28.0947 0.698562Z' fill='%23332A71'/%3E%3C/svg%3E%0A");
  position: absolute;
 right: 0;
  width: 30px;
  height: 30px
}

.contact-block-item__ttl {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.4
}

.contact-block-item__txt {
  font-size: 16px;
  line-height: 1.7
}

.advantages {
  position: relative;
  padding: 118px 0;
  z-index: 1
}

.advantages__bg {
  background: url("../images/advantages-bg.png") 50% 0/cover no-repeat;
  position: absolute;
  top: -200px;
  bottom: -200px;
  left: 0;
  right: 0;
  opacity: .3;
  z-index: -1
}

.bottom__bg,
.promo__bg {
  right: 0;
  bottom: 0;
  left: 0
}

.advantages__wrapper {
  display: flex;
  gap: 42px;
  justify-content: center
}

@media (max-width:479.98px) {
 

  ._text h2 {
    font-size: 20px
  }

  ._text h3 {
    font-size: 16px
  }

  ._text p {
    margin-bottom: 15px
  }

  .banner__bg {
    display: none
  }

  .banner__bg-mob {
    display: block;
    bottom: 100px;
    background-size: cover
  }

  .advantages__wrapper {
    grid-gap: 30px
  }
}

.advantages__ttl {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 800
}

.advantages-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 92 92' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.9998 -0.001104C71.4049 -0.001104 91.9998 20.5936 91.9998 45.9985C91.9998 71.4041 71.4049 91.9984 45.9998 91.9984C20.5948 91.9984 -0.000184 71.4041 -0.000184 45.9985C-0.000184 20.5936 20.5948 -0.001104 45.9998 -0.001104Z' fill='%23473F8C'/%3E%3Cg clip-path='url(%23clip0_18_4)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3156 41.0326C27.7011 39.9001 29.7422 40.1048 30.8747 41.4905L45.8425 57.5625C46.9749 58.9475 46.7698 60.9892 45.3842 62.1213C43.9988 63.2534 41.9576 63.0488 40.8253 61.6631L25.8574 45.5907C24.725 44.2057 24.9301 42.1648 26.3156 41.0326Z' fill='%23F98C7E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.6843 28.883C68.2989 27.7509 66.2577 27.9559 65.1252 29.3413L42.0574 57.5633C40.9251 58.9486 41.1301 60.9899 42.5155 62.1224C43.9011 63.2549 45.9423 63.0495 47.0746 61.6642L70.1424 33.4422C71.2749 32.0568 71.0698 30.0155 69.6843 28.883Z' fill='%23F98C7E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_4'%3E%3Crect width='46' height='35' fill='white' transform='translate(25 28)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 92px;
  height: 92px;
  display: block;
  margin-bottom: 23px
}

.advantages-item__ttl {
  font-weight: 700;
  margin-bottom: 10px
}

.advantages-item__txt {
  font-size: 16px;
  line-height: 1.4;
  max-width: 268px
}

.promo {
  position: relative;
  padding-bottom: 514px
}

.bottom__bg,
.bottom__bg-mob,
.promo__bg,
.promo__bg-mob {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1
}

.promo__bg {
  top: -400px
}

.promo__bg-mob {
  display: none
}

.promo__txt {
  line-height: 1.5
}

.promo__btn {
  z-index: 2;
  position: relative
}

@media (max-width:499.98px) {
  .promo__bg {
    display: none
  }

  .promo__bg-mob {
    display: block;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0
  }

  .promo__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }

  .promo__btn {
    margin-left: auto;
    margin-right: auto
  }
}

.reviews__desc {
  max-width: 800px;
  line-height: 1.7
}

.reviews__content {
  margin-top: 68px;
  display: grid;
  grid-gap: 40px
}

.review-item {
  display: flex;
  gap: 10px
}

.review-item__img {
  border-radius: 50%;
  width: 50px;
  flex-shrink: 0;
  height: 50px;
  margin-right: 5px
}

.review-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.review-item__name {
  font-weight: 800;
  margin-bottom: 5px
}

.review-item__date {
  font-size: 14px;
  margin-bottom: 8px;
  color: #8d88b1
}

.contacts__content span,
.contacts__ttl {
  font-size: 30px;
  font-weight: 800
}

.review-item__text {
  line-height: 1.65;
  display: flex;
  flex-direction: column;
}

.review-item__stars {
  display: inline-block
}

.review-item__stars svg {
  width: 16px;
  height: 16px;
  color: transparent;
  margin-right: 3px
}

.contacts {
  padding: 93px 0 105px
}

.contacts__ttl {
  margin-bottom: 15px
}

.contacts__txt {
  margin-bottom: 20px;
  line-height: 1.8;
  max-width: 1200px
}

.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 446px;
  align-items: center;
  grid-gap: 120px
}

.contacts__map {
  padding-bottom: 69%;
  height: fit-content
}

.contacts__content {
  margin-top: -30px;
  display: grid;
  grid-gap: 20px
}

.contacts__content a {
  display: flex;
  line-height: 1.7;
  color: #332a71;
  font-size: 16px;

}

.contacts__content svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #eb6352;
  margin-top: -2px
}

.countries-line,
.result {
  justify-content: space-between
}

.bottom {
  position: relative;
  padding: 267px 0 130px
}

.bottom__bg {
  top: -200px
}

@media (max-width:1599.98px) {
  .promo {
    padding-bottom: 360px
  }

  .bottom__bg,
  .promo__bg {
    top: -350px
  }
}

.bottom__bg-mob,
.contacts__content a:last-child,
.footer-top__socials a:last-child,
.header-top__left .mail,
.review-item__date {
  display: none
}

.bottom__form {
  width: fit-content
}

.iti__selected-flag {
  padding: 0 6px 0 20px !important
}

.iti__selected-dial-code {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #574e81
}

.iti__country-list {
  border: 0 !important;
  border-radius: 15px;
  margin-top: 10px !important;
  min-height: 215px;
  max-width: 345px;
  overflow: hidden
}

.country-box-image,
.video-box {
  border-radius: 40px;
  display: flex
}

.iti__country {
  padding: 5px 20px !important
}

.form__box.form__box-textarea {
  display: block;
  position: relative;
  text-align: left;
  background-color: #fff;
  border-radius: 20px
}

.form__box-textarea .form__box-input {
  height: 110px;
  padding-left: 0;
  padding-right: 0
}

.form__box-textarea textarea {
  resize: none !important
}

.result {
  display: flex;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 0
}

.alert-error,
.alert-success {
  padding: 20px;
  margin-top: 15px;
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  font-size: 22px;
  text-align: center
}

.alert-error {
  bottom: inherit;
  font-size: 18px;
  top: -80px
}

.video-box {
  padding: 40px;
  background-color: #505087;
  justify-content: center;
  margin: 40px 0
}

.video-box iframe {
  border-radius: 20px
}

.countries-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 30px 0 0
}

.promo__content {
  max-width: 650px
}

.countries-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin: 15px 0
}

.countries-line-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  align-items: flex-start
}

.country-box {
  display: flex;
  max-width: 160px;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: center
}

.country-box:hover {
  padding: 0 !important;
  border-bottom: 0 !important;
  text-decoration: none !important
}

.country-box-image {
  width: 80px;
  height: 80px;
  align-items: center;
  box-shadow: 0 0 35px rgba(222, 220, 232, .7)
}

.country-box-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #332a71;
  display: flex;
  justify-content: center;
  text-decoration: none !important
}

@media (max-width:1280px) {
  .country-box {
    min-width: 80px
  }

  .country-box-image {
    width: 50px;
    height: 50px;
    border-radius: 25px
  }

  .country-box-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
  }
}

@media (max-width:991.98px) {
  ._ttl {
    font-size: 32px
  }

  .form {
    min-width: 100%
  }

  .banner {
    margin-top: 0;
    padding: 100px 0 60px
  }

  .banner__desc-ttl {
    font-size: 25px;
    margin-bottom: 20px
  }

  .contact-block__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px
  }

  .contact-block__items {
    margin-top: 30px;
    grid-gap: 30px
  }

  .contact-block__text {
    margin-top: 30px
  }

  .contact-block__form._mob {
    display: none
  }

  .advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .advantages__ttl {
    font-size: 26px;
    margin-bottom: 30px
  }

  .promo__bg {
    top: -40px
  }

  .contacts__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0px
  }

  .bottom__bg {
    top: -150px
  }

  #CalltouchWidgetFrame {
    bottom: 43px;
    right: -4px
  }
}

.banner__desc {
  max-width: 100%
}

.banner__desc-ttl {
  max-width: 800px
}

.first-screen {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 80px;
  justify-content: space-between
}

.first-screen__left {
  display: flex;
  width: 100%;
  max-width: 800px;
  line-height: 1.7
}

.first-screen__right {
  display: flex;
  width: 440px;
  height: 150px;
  background: url("../images/medal.png") center center/contain no-repeat
}

@media (max-width:767.98px) {

  ._ttl,
  .banner__ttl {
    font-size: 26px
  }

  .banner__top {
    text-align: center;
    padding-left: 0
  }

  .banner__ttl::before,
  .bottom__bg {
    display: none
  }

  .advantages-item__ttl,
  .banner__subttl,
  .contact-block-item__txt,
  .contact-block__desc {
    font-size: 14px
  }

  .banner__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px
  }

  .banner__desc {
    margin-top: 300px
  }

  .banner__desc-ttl {
    font-size: 20px
  }

  .contact-block-item {
    padding-left: 25px
  }

  .contact-block-item::before {
    width: 20px;
    height: 20px;
    top: 1px
  }

  .contact-block-item__ttl {
    font-size: 16px
  }

  .advantages-item::before {
    width: 66px;
    height: 66px;
    margin-bottom: 15px
  }

  .advantages-item__txt,
  .checkbox-line,
  .iti__selected-dial-code {
    font-size: 13px
  }

  .promo {
    padding-bottom: 300px
  }

  .contacts__ttl,
  .contacts__txt {
    text-align: center
  }

  .contacts__map {
    margin: 0 -150px;
    padding-bottom: 100%
  }

  .contacts__content svg {
    width: 24px;
    height: 24px
  }

  .bottom {
    padding: 50px 0 220px
  }

  .bottom__bg-mob {
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0
  }

  .bottom__form,
  .countries-line-inner {
    width: 100%
  }

  .video-box {
    padding: 15px 30px
  }

  .country-box {
    min-width: 80px
  }

  .country-box-image {
    width: 50px;
    height: 50px;
    border-radius: 25px
  }

  .countries-line {
    flex-wrap: wrap
  }

  .first-screen {
    flex-direction: column;
    gap: 40px
  }

  .first-screen__left {
    order: 0
  }

  .first-screen__right {
    width: 100%;
    height: 200px;
    order: 1
  }
}

.form__message {
  display: none;
  padding: 15px 12px;
  justify-content: center;
  background-color: #eb6352;
  color: #fff;
  gap: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 500;
  font-size: 18px;

}

.form__message__bold {
  font-weight: 800;
  color: #fff !important
}

@media (max-width:768px) {
  .form {
    padding: 22px 40px 33px
  }

  .form__title {
    font-size: 24px;
    line-height: 25px;
    text-align: center
  }

  .form__box:not(:last-child) {
    margin-bottom: 12px
  }

  .form__box-title {
    left: 15px;
    font-size: 13px;
    line-height: 13px
  }

  .form__box-input,
  .form__box-textarea {
    font-size: 13px;
    line-height: 13px;
    padding-left: 15px;
    padding-right: 15px
  }

  .form__box-input {
    height: 30px
  }

  .form__box-textarea {
    min-height: 102px
  }

  .form__button {
    margin-top: 13px
  }

 

  .footer .outsid {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%
  }



  .form__message {
    font-size: 15px;
    padding: 15px 8px
  }
}

.js-wa-link.is-disabled {
  filter: grayscale(1)
}