@charset "UTF-8";

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Regular"), url("../fonts/Geometria-Regular.eot?") format("eot"), url("../fonts/Geometria-Regular.woff") format("woff"), url("../fonts/Geometria-Regular.ttf") format("truetype"), url("../fonts/Geometria-Regular.svg#Geometria-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Medium"), url("../fonts/Geometria-Medium.eot?") format("eot"), url("../fonts/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium.ttf") format("truetype"), url("../fonts/Geometria-Medium.svg#Geometria-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-MediumItalic"), url("../fonts/Geometria-MediumItalic.eot?") format("eot"), url("../fonts/Geometria-MediumItalic.woff") format("woff"), url("../fonts/Geometria-MediumItalic.ttf") format("truetype"), url("../fonts/Geometria-MediumItalic.svg#Geometria-MediumItalic") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-Bold"), url("../fonts/Geometria-Bold.eot?") format("eot"), url("../fonts/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria-Bold.svg#Geometria-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-ExtraBold"), url("../fonts/Geometria-ExtraBold.eot?") format("eot"), url("../fonts/Geometria-ExtraBold.woff") format("woff"), url("../fonts/Geometria-ExtraBold.ttf") format("truetype"), url("../fonts/Geometria-ExtraBold.svg#Geometria-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria-ExtraBoldItalic"), url("../fonts/Geometria-ExtraBoldItalic.eot?") format("eot"), url("../fonts/Geometria-ExtraBoldItalic.woff") format("woff"), url("../fonts/Geometria-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Geometria-ExtraBoldItalic.svg#Geometria-ExtraBoldItalic") format("svg");
  font-weight: 900;
  font-style: normal;
}

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

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

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

body {
  line-height: 1;
  font-family: "Geometria", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Geometria", sans-serif;
  font-size: inherit;
}

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #332a71;
  line-height: 1.2;
  background-color: #ebebf5;
}

body._lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: white;
  z-index: 0;
}

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

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

@media (max-width: 767.98px) {
  ._container {
    padding: 0 15px;
  }
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  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;
  position: absolute;
  width: 100%;
  z-index: 5;
}

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

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 28px;
}
@media (max-width: 1024px) {
  .header__logo {
    height: 45px;
    
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    height: 38px;
    width: 170px;
  }
}

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

@media (max-width: 767.98px) {
  .header._active .header-bottom {
    padding: 15px 0px;
  }
}

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

@media (max-width: 767.98px) {
  .header._active .header__logo {
    height: 32px;
  }
}

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

@media (max-width: 991.98px) {
  .header__menu ul {
    margin-left: 0;
  }
}

.header__menu ul li a {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease 0s;
  color: #332a71;
}

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

}

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

@media (max-width: 991.98px) {
  .header__menu {
    position: fixed;
    inset: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url("../img/bottom-bg.jpg") 50% 0/cover no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }

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

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

.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: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0px;
  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);
}

@media (max-width: 991.98px) {
  .header__button {
    display: none !important;
  }
}

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

@media (max-width: 991.98px) {
  .header-top {
    position: fixed;
    bottom: 0;
    padding: 10px 0px;
    width: 100%;
    z-index: 10;
  }

  .header-top .time {
    display: none;
  }

  .header-top .mail {
    margin-left: auto;
    color: white;
    width: 40px;
    height: 40px;
    background: #332a71;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

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

  .header-top .mail span {
    display: none;
  }

  .header-top .phone {
    color: white;
    background: #332a71;
    padding: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 18px;
  }

  .header-top .phone svg {
    display: none;
  }
}

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

@media (max-width: 991.98px) {
  .header-top svg {
    width: 40px;
    height: 40px;
  }
}

.header-top a,
.header-top span {
  display: flex;
  align-items: center;
  font-weight: 500;
  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;
}

@media (max-width: 991.98px) {

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

@media (max-width: 991.98px) {
  .header-top__left {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .header-top__right a svg {
    margin-right: 0;
  }

  .header-top__right a span {
    display: none;
  }
}

.header-bottom {
  padding: 60px 0px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .header-bottom {
    padding: 30px 0px;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}

@media (max-width: 767.98px) {
  .header-bottom {
    padding: 15px 0;
  }
}

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

@media (max-width: 991.98px) {
  .header-bottom__container {
    justify-content: center;
  }
}

.burger-menu {
  display: none;
}

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

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

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

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

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

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

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

@media (max-width: 991.98px) {
  .footer-top {
    padding: 30px 0px;
  }
}

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

@media (max-width: 991.98px) {
  .footer-top__head {
    display: grid;
    justify-content: center;
    text-align: center;
    grid-gap: 30px;
  }
}

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

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

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

@media (max-width: 991.98px) {
  .footer-top__logo {
    justify-self: 38px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

@media (max-width: 991.98px) {
  .footer-top__menu ul {
    display: grid;
    grid-gap: 15px;
    margin-left: 0;
  }
}

.footer-top__menu ul li a {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease 0s;
  color: #332a71;
}

@media (any-hover: hover) {
  .footer-top__menu ul li a:hover {
    border-bottom: 3px solid #eb6352;
  }
}

@media (max-width: 991.98px) {
  .footer-top__menu ul li a {
    font-size: 15px;
  }
}

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

@media (max-width: 991.98px) {
  .footer-top__phone {
    font-size: 20px;
  }
}

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

@media (max-width: 991.98px) {
  .footer-top__socials {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-top__socials {
    display: grid;
    grid-gap: 15px;
  }
}

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

@media (max-width: 991.98px) {
  .footer-top__socials svg {
    width: 24px;
    height: 24px;
  }
}

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

@media (max-width: 991.98px) {
  .footer-top__socials a {
    font-size: 15px;
  }
}

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

@media (max-width: 767.98px) {
  .footer-bottom {
    font-size: 14px;
    text-align: center;
  }
}

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

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

@media (max-width: 991.98px) {
  .footer-bottom__container {
    justify-content: center;
  }
}

.page {
  flex: 1 1 auto;
}

._btn {
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 0 22px 1px 22px;
  height: 37px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #332a71;
  transition: all 0.3s ease 0s;
}

@media (max-width: 479.98px) {
  ._btn {
    width: 210px;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background: #4d4294;
  }
}

._btn._orange {
  background: #eb6352;
}

@media (any-hover: hover) {
  ._btn._orange:hover {
    background: #f26d5c;
  }
}

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

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

@media (max-width: 991.98px) {
  ._text h2 {
    font-size: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  ._text h2 {
    font-size: 24px;
  }
}

@media (max-width: 479.98px) {
  ._text h2 {
    font-size: 20px;
  }
}

._text h3 {
  font-size: 24px;
  font-weight: 800;
}

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

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

@media (max-width: 479.98px) {
  ._text h3 {
    font-size: 16px;
  }
}

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

._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 li {
  margin-bottom: 20px;
}

._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 {
  color: #eb6352;
  transition: all 0.3s ease 0s;
}

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

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

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

@media (max-width: 479.98px) {
  ._text p {
    margin-bottom: 15px;
  }
}

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

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

._text strong {
  color: #eb6352;
}

._ttl {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  ._ttl {
    font-size: 50px;
  }
}

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

@media (max-width: 767.98px) {
  ._ttl {
    font-size: 26px;
  }
}

.alert-error {
  padding: 20px;
  background: #ef796a;
  border-radius: 20px;
  color: white;
  margin-top: 15px;
  font-weight: 500;
}

.alert-success {
  padding: 20px;
  background: #69c773;
  border-radius: 20px;
  color: #ffffff;
  margin-top: 15px;
  font-weight: 500;
}

.form {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  min-width: 443px;
  border-radius: 24px;
  background-color: rgba(244, 244, 251, 0.9);
  padding: 38px 49px 41px 49px;
}

@media (max-width: 991.98px) {
  .form {
    min-width: 100%;
  }
}

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

.form__title {
  display: block;
  position: relative;
  text-align: left;
  font-weight: 800;
  font-size: 31px;
  line-height: 30px;
  color: #332a71;
}

@media (max-width: 768px) {
  .form__title {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
  }
}

.form__block {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 22px;
}

.form__box,
.form__box.form__box-textarea {
  display: block;
  position: relative;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}
.form__box-textarea .form__box-input{
  height: 110px;
  padding-left: 0;
  padding-right: 0;
}
.form__box-textarea textarea{
  resize: none !important;
}

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

@media (max-width: 768px) {
  .form__box:not(:last-child) {
    margin-bottom: 12px;
  }
}

.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 0.1s ease;
}

@media (max-width: 768px) {
  .form__box-title {
    left: 15px;
    font-size: 13px;
    line-height: 13px;
  }
}

.form__box-title b {
  position: relative;
  margin-left: 4px;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #eb6352;
}

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

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

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

@media (max-width: 768px) {

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

.form__box-input {
  height: 37px;
}

@media (max-width: 768px) {
  .form__box-input {
    height: 30px;
  }
}

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

@media (max-width: 768px) {
  .form__box-textarea {
    min-height: 102px;
  }
}

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

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

@media (max-width: 768px) {
  .form__button {
    margin-top: 13px;
  }
}

.form__button .button {
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

@media (max-width: 768px) {
  .form__button .button {
    height: 30px;
  }

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

@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;
  height: 37px;
  padding: 0 22px 1px 22px;
  border: none;
  border-radius: 1000px;
  background-color: #eb6352;
  transition: background-color 0.2s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 768px) {
  .button {
    height: 34px;
    font-size: 14px;
    line-height: 14px;
  }
}

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

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

@media (max-width: 991.98px) {
  .banner {
    margin-top: 0;
    padding: 100px 0px 60px;
  }
}

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

@media (max-width: 479.98px) {
  .banner__bg {
    display: none;
  }
}

.banner__bg-mob {
  display: none;
}

@media (max-width:479.98px) {
  .banner__bg-mob {
    display: block;
    bottom: 100px;
  }
}

@media (max-width: 479.98px) {
  .banner__bg-mob {
    background-size: contain;
  }
}

.banner__top {
  padding-left: 82px;
}

@media (max-width: 767.98px) {
  .banner__top {
    text-align: center;
    padding-left: 0;
  }
}

.banner__ttl {
  position: relative;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1;
}
@media (max-width:1024px) {
  .banner__ttl {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner__ttl {
    font-size: 26px;
  }
}

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

@media (max-width: 767.98px) {
  .banner__ttl::before {
    display: none;
  }
}

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

@media (max-width: 767.98px) {
  .banner__subttl {
    font-size: 14px;
  }
}

.banner__btn {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .banner__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}

.banner__desc {
  margin-top: 210px;
  max-width: 800px;
}

@media (max-width: 767.98px) {
  .banner__desc {
    margin-top: 300px;
  }
}

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

@media (max-width: 991.98px) {
  .banner__desc-ttl {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .banner__desc-ttl {
    font-size: 20px;
  }
}
.contact-block{
	z-index:2;
	position:relative;
}
.contact-block__wrapper {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-gap: 34px;
}

@media (max-width: 991.98px) {
  .contact-block__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

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

@media (max-width: 767.98px) {
  .contact-block__desc {
    font-size: 14px;
  }
}

.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;
  }
}

@media (max-width: 991.98px) {
  .contact-block__items {
    margin-top: 30px;
    grid-gap: 30px;
  }
}

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

@media (max-width: 991.98px) {
  .contact-block__text {
    margin-top: 30px;
  }
}

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

.contact-block__form {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .contact-block__form._mob {
    display: none;
  }
}

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

@media (max-width: 767.98px) {
  .contact-block-item {
    padding-left: 25px;
  }
}

.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;
  left: 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 767.98px) {
  .contact-block-item::before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}

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

@media (max-width: 767.98px) {
  .contact-block-item__ttl {
    font-size: 16px;
  }
}

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

@media (max-width: 767.98px) {
  .contact-block-item__txt {
    font-size: 14px;
  }
}

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

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

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

@media (max-width: 991.98px) {
  .advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479.98px) {
  .advantages__wrapper {
    grid-gap: 30px;
  }
}

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

@media (max-width: 991.98px) {
  .advantages__ttl {
    fsdz: 26px;
    margin-bottom: 30px;
  }
}

.advantages-item {
  text-align: center;
}

.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-left: auto;
  margin-right: auto;
  margin-bottom: 23px;
}

@media (max-width: 767.98px) {
  .advantages-item::before {
    width: 66px;
    height: 66px;
    margin-bottom: 15px;
  }
}

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

@media (max-width: 767.98px) {
  .advantages-item__ttl {
    font-size: 14px;
  }
}

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

@media (max-width: 767.98px) {
  .advantages-item__txt {
    font-size: 13px;
  }
}

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

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

@media (max-width: 767.98px) {
  .promo {
    padding-bottom: 300px;
  }
}

.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;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .promo__bg {
    top: -350px;
  }
}

@media (max-width: 991.98px) {
  .promo__bg {
    top: -40px;
  }
}

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

.promo__bg-mob {
  display: none;
}

@media (max-width: 499.98px) {
  .promo__bg-mob {
    display: block;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.promo__content {
  max-width: 440px;
}

@media (max-width: 499.98px) {
  .promo__content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.promo__txt {
  line-height: 1.5;
}

.promo__btn {
  margin-top: 20px;
	z-index:2;
	position:relative;
}

@media (max-width: 499.98px) {
  .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;
}

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

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

.review-item__img {
  overflow: hidden;
  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;
}

.review-item__text {
  line-height: 1.65;
}

.review-item__stars {
  display: inline-block;
}

.review-item__stars.mark-1 svg:nth-child(1) {
  color: #eb6352;
}

.review-item__stars.mark-2 svg:nth-child(1),
.review-item__stars.mark-2 svg:nth-child(2) {
  color: #eb6352;
}

.review-item__stars.mark-3 svg:nth-child(1),
.review-item__stars.mark-3 svg:nth-child(2),
.review-item__stars.mark-3 svg:nth-child(3) {
  color: #eb6352;
}

.review-item__stars.mark-4 svg:nth-child(1),
.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) {
  color: #eb6352;
}

.review-item__stars.mark-5 svg {
  color: #eb6352;
}

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

.contacts {
  padding: 93px 0px 105px;
}

.contacts__ttl {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .contacts__ttl {
    text-align: center;
  }
}

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

@media (max-width: 767.98px) {
  .contacts__txt {
    text-align: center;
  }
}

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

@media (max-width: 991.98px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

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

@media (max-width: 767.98px) {
  .contacts__map {
    margin: 0px -150px;
    padding-bottom: 100%;
  }
}

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

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

.contacts__content a {
  display: flex;
  line-height: 1.7;
  color: #332a71;
}

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

@media (max-width: 767.98px) {
  .contacts__content svg {
    width: 24px;
    height: 24px;
  }
}

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

@media (max-width: 767.98px) {
  .bottom {
    padding: 50px 0 220px;
  }
}

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

.bottom__bg {
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1599.98px) {
  .bottom__bg {
    top: -350px;
  }
}

@media (max-width: 991.98px) {
  .bottom__bg {
    top: -150px;
  }
}

@media (max-width: 767.98px) {
  .bottom__bg {
    display: none;
  }
}

.bottom__bg-mob {
  display: none;
}

@media (max-width: 767.98px) {
  .bottom__bg-mob {
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.bottom__form {
  width: fit-content;
}

@media (max-width: 767.98px) {
  .bottom__form {
    width: 100%;
  }
}

.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;
    box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}

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


/*hide email*/
.contacts__content a:last-child,
.footer-top__socials a:last-child,
.header-top__left .mail{
    display: none;
}

/*adaptive-correct*/
@media (max-width: 767.98px) {
  .iti__selected-dial-code {
    font-size: 13px;
  }
  .checkbox-line {
    font-size: 13px;
  }
}

/*fix result*/
.result{
  display: flex;
  z-index: 2;
  left: 0;
  width: 100%;
  justify-content: space-between;
  top: 0;
}
.alert-success,
.alert-error {
  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;
}



/*--arabic fix--*/
._btn,
.button {
  font-size: 18px;
  font-weight: 600;
}
.header__menu ul li a {
  font-size: 24px;
}
.form__box-input, 
.form__box-textarea,
.form__box-title,
.checkbox-line {
  font-size: 20px;
}
.advantages-item__ttl,
.contact-block-item__ttl {
  font-weight: 800;
  font-size: 24px;
}
.advantages-item__txt,
.contact-block-item__txt {
  font-size: 18px;
  font-weight: 400;
}
.footer-top__menu ul li a {
  font-size: 24px;
  font-weight: 800;
}
.banner__desc-ttl,
.banner__txt,
.banner__ttl,
.banner__subttl,
.contact-block__ttl,
.contact-block__desc,
.contact-block-item__ttl,
.contact-block-item__txt,
.contact-block__text,
.reviews__ttl,
.form__title,
.form__box-input{
  text-align: right;
}
.banner__ttl,
.banner__subttl,
.banner__top {
  max-width: 600px;
}
.banner__top {
  text-align: right;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-block__desc{
  max-width: inherit;
}
.contact-block-item::before {
  left: inherit;
  right: 0;
}
.contact-block-item {
  padding-right: 40px;
}
.promo__content {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.checkbox + label {
  justify-content: flex-end;
}
.checkbox + label::before {
  display: none;
}
.checkbox + label::after {
  content: '';
  transition: 0.2s;
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 15px 21px 0 rgba(53, 42, 154, 0.1);
}
.checkbox + label {
  gap: 10px;
}


@media (max-width: 767.98px) {
  ._btn,
  .button {
    font-size: 16px;
    font-weight: 600;
  }
  .header__menu ul li a {
    font-size: 20px;
  }
  .form__box-input, 
  .form__box-textarea,
  .form__box-title,
  .checkbox-line {
    font-size: 16px;
  }
  .advantages-item__ttl,
  .contact-block-item__ttl {
    font-weight: 800;
    font-size: 20px;
  }
  .advantages-item__txt,
  .contact-block-item__txt {
    font-size: 15px;
    font-weight: 400;
  }
  .footer-top__menu ul li a {
    font-size: 20px;
    font-weight: 800;
  }
  .banner__top {
    align-items: center;
}

}

.review-item__date{
  display: none;
}
.review-item__name {
  margin-bottom: 10px;
}