@charset "UTF-8";
@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --dark: #000000;
  --blue: #155bd1;
  --green: #1abc9c;
  --green2: #41a85f;
  --light_blue: #bfdcff;
  --dark_text: #3d2e00;
  --yelow: #fac51c;
  --yelow_hover: #ffd857;
  --grey1: #f5f5f5;
  --grey2: #f1f6ff;
  --violet: #57007b;
}

.c_wh {
  color: var(--white);
}

.c_dark {
  color: var(--dark);
}

.c_blue {
  color: var(--blue);
}

.c_green {
  color: var(--green);
}

.c_yelow {
  color: var(--yelow);
}

.c_yelow_hover {
  color: var(--yelow_hover);
}

.c_grey1 {
  color: var(--grey1);
}

.c_grey2 {
  color: var(--grey2);
}

.c_violet {
  color: var(--violet);
}

.transition {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bg_wh {
  background-color: var(--white);
}

.bg_light_blue {
  background-color: var(--light_blue);
}

.bg_blue {
  background-color: var(--blue);
}

.bg_green {
  background-color: var(--green);
}

.bg_yelow {
  background-color: var(--yelow);
}

.bg_yelow_hover {
  background-color: var(--yelow_hover);
}

.bg_dark {
  background-color: var(--dark);
}

.bg_grey1 {
  background-color: var(--grey1);
}

.bg_grey2 {
  background-color: var(--grey2);
}

.bg_violet {
  background-color: var(--violet);
}

body.post-type-archive-blog, body.single-blog {
  overflow: visible;
}

body,
html {
  scrollbar-color: var(--orange) var(--grey1);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.elem__anim h1,
.elem__anim h2,
.elem__anim h3,
.elem__anim h4,
.elem__anim a,
.elem__anim button,
.elem__anim p,
.elem__anim ul,
.elem__anim ol {
  opacity: 0;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Gilroy", sans-serif;
  color: var(--dark);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

.swiper-slide,
.swiper-slide:active,
.swiper-slide:hover {
  outline: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--grey1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--orange);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

p {
  margin-bottom: 0;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Gilroy", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

span.btn,
a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat Alternates", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  max-width: 304px;
  height: 50px;
  background-color: var(--yelow);
  color: var(--dark_text);
  border-radius: 50px;
}
span.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: var(--yelow_hover);
}
span.btn.btn_light,
a.btn.btn_light,
button.btn.btn_light {
  background-color: var(--light_blue);
  color: var(--blue);
}
span.btn.btn_light:hover,
a.btn.btn_light:hover,
button.btn.btn_light:hover {
  background-color: var(--blue);
  color: var(--white);
}
span.btn.btn_blue,
a.btn.btn_blue,
button.btn.btn_blue {
  background-color: var(--blue);
  color: var(--white);
}
span.btn.btn_blue:hover,
a.btn.btn_blue:hover,
button.btn.btn_blue:hover {
  background-color: var(--light_blue);
  color: var(--blue);
}
span.btn.btn_tr,
a.btn.btn_tr,
button.btn.btn_tr {
  background-color: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
}
span.btn.btn_tr:hover,
a.btn.btn_tr:hover,
button.btn.btn_tr:hover {
  background-color: var(--light_blue);
  color: var(--blue);
}

form .btn.disabled_btn {
  background-color: #e1d19e;
}
form.resetting .btn, form.submitting .btn {
  position: relative;
}
form.resetting .btn::after, form.submitting .btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  border-radius: 50%;
  border: 2px solid var(--blue);
  border-top-color: var(--green);
  -webkit-animation: circle 0.3s linear infinite;
          animation: circle 0.3s linear infinite;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 11px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
}
.header.header_fixed {
  padding: 11px 0 0;
  background-color: var(--blue);
}
.header .btn {
  width: 265px;
}

.page-template-template-success {
  background: url(../img/success_bg.svg) no-repeat center/cover;
}
.page-template-template-success .header {
  background-color: var(--blue);
}

.social a {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 8px;
}
.social a svg {
  width: 100%;
}

.custom-logo-link {
  width: 225px;
  display: block;
  margin-bottom: 35px;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__menu .nav__item {
  position: relative;
  margin-right: 16px;
}
.nav__menu .nav__item:last-child {
  margin-right: 0;
}
.nav__menu .nav__item a {
  font-size: 17px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  color: var(--white);
}
.nav__menu .nav__item a:hover {
  color: var(--yelow);
}
.nav__menu .nav__item.menu-item-has-children > a {
  padding-right: 26px;
}
.nav__menu .nav__item.menu-item-has-children > a::after, .nav__menu .nav__item.menu-item-has-children > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../img/icon_arrow_bottom.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children > a:after {
  background: url(../img/icon_arrow_bottom_orange.svg) no-repeat center;
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children:hover > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.nav__menu .nav__item.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  pointer-events: none;
  width: 220px;
  padding: 15px 10px;
  background-color: var(--yelow);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li {
  margin-bottom: 8px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a {
  color: var(--dark_text);
  font-size: 16px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a:hover {
  color: var(--white);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.current-menu-item a {
  color: var(--blue);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.current-menu-item a::after {
  background: url(../img/icon_arrow_bottom_blue.svg) no-repeat center;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children {
  padding-right: 15px;
  position: relative;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 26px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a:before {
  display: none;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12x);
  background: url(../img/icon_arrow_bottom_dark.svg) no-repeat center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.4se ease;
  transition: all 0.4se ease;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  width: 100%;
  min-width: 250px;
  width: 200px;
  padding: 15px 10px;
  background-color: var(--yelow);
  position: absolute;
  left: calc(100% - 15px);
  top: -5px;
  -webkit-transform: translate(-15px);
  transform: translate(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
  font-weight: 600;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a:hover {
  color: var(--white);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  pointer-events: all;
}
.nav__menu .nav__item.current-menu-ancestor > a, .nav__menu .nav__item.current-menu-item > a {
  color: var(--yelow);
}
.nav__menu .nav__item.current-menu-ancestor > a::before, .nav__menu .nav__item.current-menu-item > a::before {
  opacity: 0;
}
.nav__menu .nav__item.current-menu-ancestor > a:after, .nav__menu .nav__item.current-menu-item > a:after {
  opacity: 1;
}

.menu__burger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--yelow);
  cursor: pointer;
}
.menu__burger span {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 5px;
  background-color: var(--dark_text);
  margin-bottom: 3px;
  pointer-events: none;
}
.menu__burger span:last-child {
  margin-bottom: 0;
}

.lang {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: right; */
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  /* margin-left: auto; */
  margin-right: 15px;
}

.lang__block a,
.current__lang {
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.lang__block a:hover,
.current__lang:hover {
  color: var(--yelow);
}

.current__lang {
  padding-right: 20px;
}

.current__lang:before {
  content: "›";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 23px;
  color: var(--white);
  pointer-events: none;
  /* background: url(../img/icons/arrow_doun_input.svg) no-repeat center; */
}

.lang__block {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lang__block a {
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.lang__block .current-lang {
  display: none;
}

.lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.lang_mobile a {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.lang_mobile a:hover {
  color: var(--yelow);
}
.lang_mobile li {
  margin-right: 15px;
}
.lang_mobile li.current-lang a {
  color: var(--yelow);
}

@media screen and (min-width: 1439px) {
  .nav__menu .nav__item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    pointer-events: all;
  }
  .nav__menu .nav__item.menu-item-has-children:hover .sub-menu li.menu-item-has-children:hover .sub-menu {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1439px) {
  .nav {
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100vh;
    padding: 12px;
    z-index: 999999;
    right: -450px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: var(--dark);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 100px;
    overflow-y: auto;
    padding-top: 0;
    margin: 0;
    background: var(--blue) url(../img/head_bg_mob.svg) no-repeat center;
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    margin-bottom: 40px;
    padding: 17px 0;
    position: relative;
  }
  .nav .nav__row .custom-logo-link {
    width: 225px;
    margin-bottom: 0;
  }
  .nav .menu__close {
    width: 50px;
    height: 50px;
    background: url(../img/close_menu.svg) no-repeat center;
    outline: none;
    position: relative;
    background-color: var(--yelow);
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .nav .social {
    margin-bottom: 50px;
  }
  .nav .nav__item {
    width: 100%;
    text-align: left;
    margin-right: 0;
    padding: 12px 0;
    border-top: 1px solid #89ace6;
  }
  .nav .nav__item:last-child {
    border-bottom: 1px solid #89ace6;
  }
  .nav .nav__item a {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    text-align: 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;
  }
  .nav__menu .nav__item.menu-item-has-children > a::after,
  .nav__menu .nav__item.menu-item-has-children > a::before {
    display: none;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav__menu .nav__item.menu-item-has-children > a.open {
    margin-bottom: 8px;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu::after, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu::after {
    opacity: 1;
  }
  .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu::before, .nav__menu .nav__item.menu-item-has-children > a:hover .open_child_menu::before {
    opacity: 0;
  }
  .open_child_menu {
    position: absolute;
    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;
    width: 30px;
    height: 30px;
    right: 0px;
    top: calc(50% - 15px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: var(--white);
  }
  .open_child_menu::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icon_arrow_bottom_orange.svg) no-repeat center/30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu {
    position: relative;
    left: auto;
    top: auto;
    height: 0;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    border-radius: 5px;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li {
    padding: 5px 0;
    margin-bottom: 0;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 5px;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: var(--dark_text);
    display: block;
    padding: 0;
    border: none;
    line-height: 1.8em;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li a:hover {
    color: var(--blue);
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children {
    padding-right: 0;
    position: relative;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a {
    padding-right: 10px;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a:before {
    display: none;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    display: none;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: 250px;
    padding: 0 10px;
    background-color: transparent;
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav__menu .nav__item.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 0;
  }
}
.ff_alt {
  font-family: "Montserrat Alternates", sans-serif;
}

.section__title {
  font-size: 50px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.title_1 {
  font-size: 65px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.title_2 {
  font-size: 50px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.title_3 {
  font-size: 40px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.title_4 {
  font-size: 35px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.title_5 {
  font-size: 30px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.title_6 {
  font-size: 25px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.text__content h1 {
  font-size: 65px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.text__content h2 {
  font-size: 50px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.text__content h3 {
  font-size: 40px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.text__content h4 {
  font-size: 35px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.text__content h5 {
  font-size: 30px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.text__content h6 {
  font-size: 25px;
  line-height: 1.25em;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.text__content p,
.text__content li {
  font-size: 18px;
  line-height: 1.66em;
  margin-bottom: 1.2em;
}
.text__content li {
  position: relative;
  padding-left: 28px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: 0.6em;
}

@media screen and (max-width: 1439px) {
  .text__content h1,
  .title_1 {
    font-size: 60px;
  }
  .title_2,
  .section__title,
  .text__content h2 {
    font-size: 46px;
  }
  .title_3,
  .text__content h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .custom-logo-link {
    margin-bottom: 20px;
  }
  .text__content h1,
  .title_1 {
    font-size: 55px;
  }
  title_2,
  .text__content h2,
  .section__title {
    font-size: 42px;
  }
  .title_3,
  .text__content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .text__content h1,
  .title_1 {
    font-size: 50px;
  }
  title_2,
  .text__content h2,
  .section__title {
    font-size: 40px;
    letter-spacing: 0.05em;
  }
  .title_4,
  .text__content h4 {
    font-size: 25px;
  }
  .title_3,
  .text__content h3 {
    font-size: 30px;
  }
  .title_5,
  .title_6,
  .text__content h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 576px) {
  title_2,
  .text__content h2,
  .section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 375px) {
  title_2,
  .text__content h2,
  .section__title {
    font-size: 32px;
  }
}
.iti--container {
  z-index: 999999999;
}

form {
  position: relative;
}

.form__wrap {
  position: relative;
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 20px;
}
.form__wrap .input__group .wpcf7-form-control-wrap {
  display: block;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 22px;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  background-color: var(--white);
  border: none;
  border-radius: 50px;
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  background-color: #ffeaea;
  color: #9f0000;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: var(--dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: var(--dark);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: var(--dark);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: var(--dark);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: var(--dark);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:focus::-webkit-input-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus::-moz-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus:-ms-input-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus::-ms-input-placeholder {
  color: var(--dark);
}
.form__wrap .input__group .order__input:focus::placeholder {
  color: var(--dark);
}
.form__wrap .input__group .iti__flag-container {
  border-radius: 50px 0 0 50px;
}
.form__wrap .input__group .iti--show-selected-dial-code .iti__selected-flag,
.form__wrap .input__group .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50px 0 0 50px;
  background-color: var(--yelow);
  color: var(--dark_text);
}
.form__wrap .input__group .iti__arrow {
  border-top-color: var(--dark_text);
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #9f0000;
  position: absolute;
  top: 100%;
  left: 0;
}

.head__section {
  background-color: var(--blue);
  padding: 257px 0 226px;
}
.head__section .offer {
  z-index: 3;
}
.head__section h1 {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Montserrat Alternates", sans-serif;
}
.head__section p {
  font-size: 30px;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.head__section .offer__text {
  margin-bottom: 50px;
}
.head__section .scroll_to {
  position: absolute;
  left: 60%;
  bottom: -130px;
}
.head__section .head__img {
  position: absolute;
  left: 49%;
  bottom: 0;
}
.head__section.head__section_countries {
  padding-top: 106px;
}
.head__section.head__section_countries h1 {
  font-size: 60px;
}
.head__section.head__section_countries .breadcrumbs {
  margin-bottom: 100px;
  border-top: 1px solid #6193e7;
  border-bottom: 1px solid #6193e7;
}

@media screen and (max-width: 1439px) {
  .head__section {
    padding-top: 220px;
    padding-bottom: 180px;
  }
  .head__section.head__section_countries .breadcrumbs {
    margin-bottom: 50px;
  }
  .head__section.head__section_countries h1 {
    font-size: 50px;
  }
  .head__section h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .head__section .head__img {
    width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section.head__section_countries h1 {
    font-size: 48px;
  }
  .head__section h1 {
    font-size: 48px;
  }
  .head__section p {
    font-size: 24px;
  }
  .head__section .head__img {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .head__section {
    padding-top: 150px;
    padding-bottom: 380px;
  }
  .head__section.head__section_countries {
    padding-top: 106px;
  }
  .head__section.head__section_countries .breadcrumbs {
    margin-bottom: 28px;
  }
  .head__section.head__section_countries h1 {
    font-size: 42px;
  }
  .head__section .head__img {
    height: 355px;
    width: auto;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .head__section h1 {
    font-size: 45px;
  }
  .head__section .scroll_to {
    display: none;
  }
  .head__section .offer__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .head__section {
    padding-top: 110px;
  }
  .head__section .offer__text {
    margin-bottom: 20px;
  }
  .head__section h1 {
    margin-bottom: 14px;
  }
  .head__section p {
    font-size: 22px;
  }
}
.section__circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  border: 85px solid var(--blue);
}

.help {
  padding-top: 84px;
  padding-bottom: 190px;
}
.help .help__img {
  width: 675px;
  height: auto;
  position: relative;
  right: 40px;
}
.help .help__item {
  height: 58px;
  border-radius: 50px;
  padding: 0 20px 0 56px;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark);
  position: relative;
  font-weight: 500;
}
.help .help__item::before {
  content: "";
  display: block;
  background-color: var(--blue);
  width: 12px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: calc(50% - 6px);
  border-radius: 50%;
}
.help a.help__item:hover {
  color: var(--blue);
}
.help.help_main .help__item {
  background-color: transparent;
  display: block;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-width: 345px;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}
.help.help_main .help__item:before {
  display: none;
}
.help.help_main .help__item.open .help__qwestion .icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.help.help_main .help__item:nth-child(even) .help__qwestion:before {
  background-color: var(--blue);
}
.help.help_main .help__item .help__qwestion {
  padding: 15px 52px 16px 44px;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.help.help_main .help__item .help__qwestion:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: 22px;
  border-radius: 50%;
  background-color: var(--yelow);
}
.help.help_main .help__item .help__qwestion .icon {
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #e8effb;
  border-radius: 50%;
  pointer-events: none;
}
.help.help_main .help__item .help__qwestion .icon::after, .help.help_main .help__item .help__qwestion .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  left: 6px;
  top: 9px;
  background-color: var(--blue);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.help.help_main .help__item .help__qwestion .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.help.help_main .help__item .help__answer {
  height: 0;
  overflow: hidden;
}
.help.help_main .help__item .help__answer .text__content {
  background-color: #f1f6ff;
  padding: 12px 16px;
  border-radius: 20px;
  margin-top: 16px;
}
.help.help_main .help__item .help__answer .text__content p {
  font-size: 18px;
  font-weight: 400;
}
.help.help_main .help__item .help__answer .text__content p a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
}
.help.help_main .help__item .help__answer .text__content p a:hover {
  color: var(--yelow_hover);
}
.help.help_main .help__row:nth-child(2) .help__item {
  margin-left: 45%;
}
.help.help_main .help__row:nth-child(3) .help__item {
  margin-left: 25%;
}
.help.help_main .help__row:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help.help_main .help__row:nth-child(5) .help__item {
  margin-left: auto;
  margin-right: 150px;
}
.help.help_main .help__row:nth-child(6) .help__item {
  margin-left: 50px;
}
.help .section_arrow {
  position: absolute;
  left: calc(50% + 320px);
  bottom: 30px;
}
.help .section__circle {
  width: 380px;
  height: 380px;
  right: -143px;
  bottom: -190px;
}
.help.help_service .help__row .help__item {
  margin-left: 20px;
  width: 290px;
}
.help.help_service .help__row:nth-child(even) {
  padding-right: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.help.help_service .help__img {
  top: 0;
}
.help.help_service .service_play {
  width: 114px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 60px;
  top: 260px;
  background-color: var(--blue);
  border-radius: 50%;
}
.help.help_service .service_play img {
  width: 36px;
  height: auto;
}

@media screen and (max-width: 1439px) {
  .help .help__img {
    width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .help {
    padding-bottom: 100px;
  }
  .help .help__img {
    right: 24px;
  }
  .help.help_main .help__row:nth-child(4) .help__item {
    max-width: 48%;
  }
  .help .section__circle {
    width: 300px;
    height: 300px;
    border-width: 70px;
    bottom: -120px;
  }
  .help.help_service .help__row:nth-child(even) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .help {
    padding-bottom: 80px;
  }
  .help .section__title {
    margin-bottom: 25px;
  }
  .help.help_service .section__title {
    margin-bottom: 22px;
  }
  .help.help_service .help__row .help__item {
    margin-bottom: 20px;
  }
  .help .help__img {
    right: auto;
    width: 346px;
    left: calc(50% - 173px);
    top: 0;
  }
  .help.help_service .help__img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .help.help_service .help_subtitle {
    font-size: 20px;
  }
  .help.help_service .service__after {
    font-size: 16px;
  }
  .help.help_service .service_play {
    top: auto;
    bottom: 92px;
    right: auto;
    left: calc(50% + 87px);
    width: 53px;
    height: 53px;
  }
  .help.help_service .service_play img {
    width: 18px;
  }
  .help .help__row {
    margin-bottom: 0;
  }
  .help.help_main .help__row:nth-child(4) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help.help_main .help__row:nth-child(4) .help__item {
    max-width: initial;
  }
  .help .section_arrow {
    left: 70%;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .help {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .help.help_service .help__row {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .help.help_service .help__row .help__item {
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
  }
  .help.help_service .help__row:nth-child(even) {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .help .section_arrow,
  .help .section__circle {
    display: none;
  }
  .help.help_main .help__item .help__qwestion {
    font-size: 16px;
  }
}
.callback h3,
.callback .callback__title {
  margin-bottom: 28px;
}
.callback h3 span,
.callback .callback__title span {
  color: var(--green);
}
.callback h6,
.callback .callback__subtitle {
  margin-bottom: 16px;
}
.callback .callback__img {
  position: absolute;
  top: 0;
  left: -80px;
  pointer-events: none;
}
.callback .form__wrap {
  max-width: 466px;
  width: 100%;
  margin-left: auto;
  padding-top: 50px;
}
.callback .form__wrap .input__group .order__input {
  background-color: var(--grey1);
}
.callback .form__wrap .message_title {
  color: var(--dark);
}
.callback.callback_service {
  z-index: 5;
}
.callback .callbak__block {
  padding: 40px;
  border-radius: 20px;
  background: #dbe6fa url(../img/callback_bg_2.png) no-repeat 100% top/auto 100%;
  overflow: hidden;
}
.callback .callbak__block .callback__content {
  max-width: 445px;
}
.callback .callbak__block .callback__img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
.callback .callbak__block .form__wrap {
  max-width: 506px;
  width: 100%;
  margin-left: 0;
  padding: 40px 20px;
  background-color: var(--white);
  border-radius: 20px;
}
.callback .callbak__block .form__wrap .text_center {
  text-align: left;
}
.callback .callbak__block .form__wrap .input__group .order__input {
  background-color: var(--grey1);
}
.callback .callbak__block .form__wrap .btn {
  margin-left: 0 !important;
}
.callback .callbak__block .form__wrap .message_title {
  color: var(--dark);
}
.callback .callbak__block .text__content p,
.callback .callbak__block .text__content li {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 12px;
}

.message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message__row .message__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.3333333333% - 14px);
  height: 50px;
  padding-left: 11px;
  border-radius: 50px;
  cursor: pointer;
}
.message__row .message__group p {
  width: 100%;
}
.message__row .message__group span {
  display: block;
  margin: 0 !important;
}
.message__row .message__group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin: 0;
  cursor: pointer;
}
.message__row .message__group .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 300;
  color: var(--white);
  padding-left: 9px;
}
.message__row .message__group input {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), inset 0 0 0px 13px var(--white);
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), inset 0 0 0px 13px var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.message__row .message__group input:checked {
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), inset 0 0 0px 5px var(--white);
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), inset 0 0 0px 5px var(--white);
}
.message__row .message__group.message__group_tlg {
  background-color: #27a6e5;
}
.message__row .message__group.message__group_tlg input {
  border: 1px solid #2183b3;
  background-color: #27a6e5;
}
.message__row .message__group.message__group_wts {
  background-color: #48c95f;
}
.message__row .message__group.message__group_wts input {
  border: 1px solid #349f47;
  background-color: #349f47;
}
.message__row .message__group.message__group_vb {
  background-color: #7c509a;
}
.message__row .message__group.message__group_vb input {
  border: 1px solid #57007b;
  background-color: #57007b;
}

@media screen and (max-width: 1439px) {
  .callback .callbak__block .callback__img {
    width: 270px;
    right: -36px;
  }
}
@media screen and (max-width: 1199px) {
  .callback .callbak__block {
    padding: 30px 20px;
  }
  .callback .callbak__block .callback__img {
    width: 270px;
    right: 0;
  }
  .message__row .message__group {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .message__row .message__group label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .message__row .message__group input {
    width: 19px;
    height: 19px;
  }
  .message__row .message__group .wpcf7-list-item-label {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .callback .callbak__block {
    background-size: 100% 100%;
  }
  .callback .callbak__block .form__wrap {
    margin: 0;
    max-width: 410px;
  }
  .callback .callback__title {
    margin-bottom: 14px;
  }
  .callback .callback__subtitle {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .callback .callbak__block {
    background-size: 100% 450px;
    background-position: 100% 100%;
    padding-bottom: 340px;
  }
  .callback .callbak__block .callback__content {
    max-width: 100%;
  }
  .callback .callbak__block .form__wrap {
    margin: 0 -16px;
    max-width: initial;
    width: calc(100% + 32px);
  }
  .callback {
    padding-bottom: 0;
  }
  .message__row .message__group {
    width: calc(33.3333333333% - 10px);
  }
  .message__row .message__group p {
    font-size: 14px;
  }
  .callback .callback__img {
    max-width: 100%;
  }
  .callback .callbak__block .callback__img {
    width: 200px;
    right: calc(50% - 100px);
  }
}
.advant .advant__item {
  border-radius: 20px;
  padding: 49px 20px 20px 30px;
  width: calc(50% - 10px);
}
.advant .advant__item .advant_number {
  width: 60px;
  height: 60px;
  background-color: rgba(21, 90, 209, 0.1);
  border-radius: 50%;
  margin-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.advant .advant__item .advant_number p {
  font-size: 70px;
  font-weight: 700;
  color: var(--blue);
  line-height: 1.2em;
  font-family: "Montserrat Alternates", sans-serif;
}
.advant .advant__item .advant__name {
  line-height: 1.2em;
}
.advant .advant__item .text__content {
  max-width: 355px;
}
.advant .advant__item .text__content p {
  font-weight: 300;
}
.advant .advant__item.advant__item_1 {
  height: 528px;
  width: 100%;
}
.advant .advant__item.advant__item_1 .advant__img {
  position: absolute;
  right: 11px;
  bottom: 18px;
}
.advant .advant__item.advant__item_2, .advant .advant__item.advant__item_3 {
  height: 220px;
  margin-bottom: 20px;
}
.advant .advant__item.advant__item_4, .advant .advant__item.advant__item_5 {
  height: calc(100% - 240px);
}

@media screen and (max-width: 1439px) {
  .advant .advant__item {
    padding: 30px 20px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .advant .advant__item.advant__item_1 {
    height: auto;
    min-height: 350px;
  }
  .advant .advant__item {
    height: auto !important;
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .advant .advant__item.advant__item_1 .advant__img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .advant {
    padding-bottom: 0;
  }
  .advant .advant__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .advant .advant__item.advant__item_1 {
    padding-bottom: 20px;
  }
  .advant .advant__item.advant__item_1 .text__content {
    width: 100%;
    max-width: initial;
    margin-bottom: 13px;
  }
  .advant .advant__item.advant__item_1 .advant__img {
    width: 145px;
    height: auto;
    position: static;
  }
}
@media screen and (max-width: 576px) {
  .advant .advant__item {
    height: auto !important;
    padding: 25px 10px 13px;
  }
  .advant .advant__item .advant_number {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }
  .advant .advant__item .advant_number p {
    font-size: 50px;
  }
}
.period .period__wrap {
  position: relative;
}
.period .period__wrap img {
  width: 100%;
  height: auto;
}
.period .period__wrap .period__list {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.period .period__wrap .period__list .period__item {
  position: absolute;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 360px;
}
.period .period__wrap .period__list .period__item a.period__letter {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
.period .period__wrap .period__list .period__item a.period__letter:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.period .period__wrap .period__list .period__item .period__letter {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  position: relative;
}
.period .period__wrap .period__list .period__item .period__letter p {
  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;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: var(--white);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.period .period__wrap .period__list .period__item .period__letter::after {
  width: 1px;
  height: 130px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
}
.period .period__wrap .period__list .period__item .period__letter .period_ytb {
  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;
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -20px;
  z-index: 3;
}
.period .period__wrap .period__list .period__item .period__letter .period_ytb svg {
  width: 40px;
  height: 40px;
}
.period .period__wrap .period__list .period__item .letter {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 70px;
  font-weight: 700;
  width: 110px;
  text-align: center;
}
.period .period__wrap .period__list .period__item:nth-child(1) {
  top: 33px;
  left: 90px;
}
.period .period__wrap .period__list .period__item:nth-child(1) .period__letter {
  background-color: var(--blue);
}
.period .period__wrap .period__list .period__item:nth-child(1) .period__letter p {
  background-color: var(--blue);
}
.period .period__wrap .period__list .period__item:nth-child(1) .period__letter::after {
  background-color: var(--blue);
}
.period .period__wrap .period__list .period__item:nth-child(1) .letter {
  color: var(--blue);
}
.period .period__wrap .period__list .period__item:nth-child(2) {
  bottom: -80px;
  left: calc(50% - 150px);
}
.period .period__wrap .period__list .period__item:nth-child(2) .period__letter {
  background-color: var(--green2);
}
.period .period__wrap .period__list .period__item:nth-child(2) .period__letter p {
  background-color: var(--green2);
}
.period .period__wrap .period__list .period__item:nth-child(2) .period__letter::after {
  background-color: var(--green2);
}
.period .period__wrap .period__list .period__item:nth-child(2) .letter {
  color: var(--green2);
}
.period .period__wrap .period__list .period__item:nth-child(3) {
  top: 190px;
  left: calc(50% + 160px);
}
.period .period__wrap .period__list .period__item:nth-child(3) .period__letter {
  background-color: var(--violet);
}
.period .period__wrap .period__list .period__item:nth-child(3) .period__letter p {
  background-color: var(--violet);
}
.period .period__wrap .period__list .period__item:nth-child(3) .period__letter::after {
  background-color: var(--violet);
}
.period .period__wrap .period__list .period__item:nth-child(3) .letter {
  color: var(--violet);
}
.period .period__wrap .period__list .period__item:nth-child(4) {
  top: 80px;
  right: 0;
}
.period .period__wrap .period__list .period__item:nth-child(4) .period__letter {
  background-color: var(--yelow);
}
.period .period__wrap .period__list .period__item:nth-child(4) .period__letter p {
  background-color: var(--yelow);
}
.period .period__wrap .period__list .period__item:nth-child(4) .period__letter::after {
  background-color: var(--yelow);
}
.period .period__wrap .period__list .period__item:nth-child(4) .letter {
  color: var(--yelow);
}
.period .period__wrap .period__list .period__item:nth-child(1) .period__letter {
  background-color: var(--blue);
}
.period .period__wrap .period__list .period__item:nth-child(1) .period__letter::after {
  background-color: var(--blue);
}
.period .period__wrap .period__list .period__item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.period .period__wrap .period__list .period__item:nth-child(even) .period__letter .period_ytb {
  bottom: auto;
  top: -20px;
}
.period .period__wrap .period__list .period__item:nth-child(even) .period__letter::after {
  top: auto;
  bottom: calc(100% + 10px);
}
.period .period_grey_bg {
  position: absolute;
  top: -45px;
  left: 0;
}
.period .period_grey_bg.period_grey_bg2 {
  left: auto;
  right: 0;
  top: -45px;
}

@media screen and (max-width: 1439px) {
  .period .period__wrap .period__list .period__item:nth-child(3) {
    top: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .period .period__wrap .period__list .period__item:nth-child(3) {
    top: 156px;
    left: calc(50% + 60px);
  }
  .period .period__wrap .period__list .period__item .period__letter {
    width: 90px;
    height: 90px;
  }
  .period .period__wrap .period__list .period__item .period__letter p {
    font-size: 50px;
    width: 70px;
    height: 70px;
  }
  .period .period__wrap .period__list .period__item .letter {
    font-size: 60px;
    width: 90px;
  }
  .period .period__wrap .period__list .period__item:nth-child(1) {
    left: 40px;
  }
  .period .period__wrap .period__list .period__item:nth-child(3) {
    top: 106px;
    left: calc(50% + 60px);
  }
  .period .period__wrap .period__list .period__item:nth-child(2) {
    bottom: -41px;
  }
  .period .period__wrap .period__list .period__item:nth-child(4) {
    top: 26px;
  }
}
@media screen and (max-width: 991px) {
  .period .period__wrap .period__list .period__item:nth-child(even) .period__letter .period_ytb {
    top: auto;
    bottom: -20px;
  }
  .period .period__wrap img {
    display: none;
  }
  .period .period__wrap .period__list {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
  }
  .period .period__wrap .period__list .period__item:nth-child(even),
  .period .period__wrap .period__list .period__item {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
    width: 50%;
  }
  .period .period__wrap .period__list .period__item .letter {
    display: none;
  }
  .period .period__wrap .period__list .period__item .period__letter {
    width: 105px;
    height: 105px;
    margin-right: 14px;
  }
  .period .period__wrap .period__list .period__item .period__letter p {
    width: 82px;
    height: 82px;
    font-size: 36px;
  }
  .period .period__wrap .period__list .period__item .period__letter::after {
    display: none;
  }
  .period .text__content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .period .period__wrap .period__list .period__item:nth-child(even),
  .period .period__wrap .period__list .period__item {
    width: 100%;
  }
}
.consult {
  background-color: var(--blue);
}
.consult .consult__after {
  text-align: right;
}
.consult .consult_price {
  font-size: 55px;
  margin-right: 30px;
}
.consult.consult_new .consult__after {
  text-align: left;
}
.consult.consult_new .consult .consult__arrow {
  position: absolute;
  right: 13px;
  bottom: 79px;
}
.consult.consult_new form {
  max-width: 510px;
}
.consult.consult_new .form__wrap {
  max-width: 510px;
  background-color: var(--white);
  padding: 40px 20px;
  border-radius: 20px;
}
.consult.consult_new .form__wrap .input__group .order__input {
  background-color: var(--grey1);
}
.consult.consult_new .form__wrap .message_title {
  color: var(--dark);
  text-align: left;
}
.consult.consult_new .form__wrap .btn {
  margin-left: 0 !important;
}
.consult .consult__arrow {
  position: absolute;
  right: 60px;
  bottom: 120px;
  -webkit-transform: rotate(248deg);
          transform: rotate(248deg);
}
.consult .form__wrap {
  max-width: 466px;
  width: 100%;
  margin-left: auto;
}
.consult .form__wrap .input__group .order__input {
  background-color: var(--white);
}
.consult .form__wrap .btn {
  width: 100%;
}
.consult .form__wrap .message_title {
  color: var(--white);
}
.consult.consult_long .icon {
  height: 70px;
  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;
}
.consult.consult_long .icon img {
  max-width: 100%;
  max-height: 100%;
}
.consult.consult_long .form__wrap {
  max-width: initial;
}
.consult.consult_long .form__wrap .input__group {
  margin-bottom: 30px;
}
.consult.consult_long .wpcf7-response-output {
  bottom: auto;
  top: 100%;
  color: var(--white);
}
.consult.consult_message .form__wrap {
  max-width: initial;
}
.consult.consult_message .form__wrap .input__group {
  margin-bottom: 20px;
}
.consult.consult_message .form__wrap .input__group .order__input.order__input_message {
  height: 120px;
  padding-top: 9px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .consult .consult__after {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .consult .form__wrap {
    margin: 0 auto;
    padding: 0;
  }
  .pb_60 {
    padding-bottom: 30px;
  }
  .consult.consult_long .text_center p.c_wh {
    font-size: 14px;
  }
  .consult.consult_long .form__wrap {
    max-width: 466px;
    margin: 0 auto;
  }
  .consult.consult_new .consult__arrow {
    position: absolute;
    right: -53px;
    bottom: 0;
    -webkit-transform: rotateY(180deg) rotateZ(-90deg);
            transform: rotateY(180deg) rotateZ(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .consult {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .consult .consult__arrow {
    display: none;
  }
  .consult .consult_price {
    font-size: 40px;
    margin-right: 20px;
  }
  .consult.consult_long .icon {
    height: 45px;
    margin-bottom: 20px;
  }
}
.step .step__item {
  margin-bottom: 34px;
}
.step .step__item .step__content {
  width: 100%;
}
.step .step__icon {
  width: 75px;
  height: 75px;
  position: relative;
  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: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}
.step .step__icon:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 2;
  background-color: var(--blue);
}
.step .step__icon .icon__bg {
  position: absolute;
  left: -20px;
  top: -19px;
  width: 127px;
  height: auto;
  z-index: 1;
}
.step .step__icon .step__icon_img {
  position: relative;
  z-index: 3;
}
.step .step__name {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 13px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .step .step__item:nth-child(4), .step .step__item:nth-child(5), .step .step__item:nth-child(6) {
    text-align: right;
  }
  .step .step__item:nth-child(4) .step__wrap, .step .step__item:nth-child(5) .step__wrap, .step .step__item:nth-child(6) .step__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .step .step__item:nth-child(4) .step__icon, .step .step__item:nth-child(5) .step__icon, .step .step__item:nth-child(6) .step__icon {
    margin-right: 0;
    margin-left: 31px;
  }
  .step .step__item:nth-child(4) .step__icon .icon__bg, .step .step__item:nth-child(5) .step__icon .icon__bg, .step .step__item:nth-child(6) .step__icon .icon__bg {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    left: -32px;
  }
  .step .step__item:nth-child(3) .step__wrap, .step .step__item:nth-child(4) .step__wrap {
    position: relative;
  }
  .step .step__item:nth-child(3) .step__wrap::before, .step .step__item:nth-child(4) .step__wrap::before {
    content: "";
    display: block;
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    border-right: 1px solid #d1d1d1;
  }
  .step .step__item:nth-child(3) .step__wrap {
    padding-right: 30px;
  }
  .step .step__item:nth-child(3) .step__wrap:before {
    border-radius: 0 35px 0 0;
    top: 44px;
    border-top: 1px solid #d1d1d1;
  }
  .step .step__item:nth-child(4) .step__wrap {
    padding-right: 60px;
  }
  .step .step__item:nth-child(4) .step__wrap:before {
    border-radius: 0 0 35px 0;
    border-bottom: 1px solid #d1d1d1;
    bottom: calc(100% - 44px);
  }
}
@media screen and (min-width: 1440px) {
  .step .step__item:nth-child(3) .step__wrap:before {
    top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .step {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .step .step__item {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 576px) {
  .step .step__name {
    font-size: 20px;
  }
}
.video {
  background-position: center top;
}
.video .section__title {
  position: relative;
}
.video .btn {
  width: 220px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.video .btn.active {
  background-color: var(--blue);
  color: var(--white);
}
.video .video__link {
  display: block;
  position: relative;
}
.video .video__link::after {
  content: "";
  display: block;
  width: 42px;
  height: 46px;
  position: absolute;
  left: calc(50% - 21px);
  top: calc(50% - 23px);
  background: url(../img/play_video.svg) no-repeat center;
}
.video .video__link img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.video .video__arrow {
  cursor: pointer;
}
.video .video__arrow.video__arrow_left {
  margin-right: 23px;
}
.video .video__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.video .video__slider {
  height: 395px;
}
.video .video__slider .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  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;
  height: auto;
}
.video .video__slider .swiper-slide svg {
  position: relative;
}
.video .video__slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

[data-tabcontent] {
  position: absolute;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  width: initial;
  max-width: 100%;
  top: 0;
}
[data-tabcontent].active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1439px) {
  .video {
    padding-top: 80px;
  }
  .video .video__slider {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .video .video__slider {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .video .video__slider {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.leader .leader__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.leader .leader__info p {
  max-width: 550px;
  font-size: 18px;
}
.leader .leader__arrow {
  position: absolute;
  left: 30%;
  top: 100%;
}
.leader .leader__elem {
  position: absolute;
  right: 0;
  top: -120px;
}

@media screen and (max-width: 991px) {
  .leader .section__title {
    margin-bottom: 20px;
  }
  .leader .leader__img {
    margin-bottom: 15px;
  }
  .leader .title_4 {
    margin-bottom: 7px;
  }
  .leader .leader__info p {
    font-size: 16px;
  }
  .leader .leader__arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .leader {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.specialist .container {
  z-index: 5;
}
.specialist .specialist__arrow {
  cursor: pointer;
}
.specialist .specialist__arrow.specialist__arrow_left {
  margin-right: 23px;
}
.specialist .specialist__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.specialist .specialist__thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.specialist .specialist__name a:hover {
  color: var(--blue);
}
.specialist.specialist_author {
  padding-top: 0;
}
.specialist.specialist_author .line {
  width: 100%;
  height: 1px;
  background-color: var(--dark);
  opacity: 0.1;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
.specialist.specialist_author .section__circle {
  right: -202px;
  top: 30px;
}
.specialist.specialist_author .grey_elem_big {
  position: absolute;
  right: 0;
  top: -240px;
}
.specialist.specialist_sertificate .grey_elem_big {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .specialist {
    padding-bottom: 60px;
  }
  .specialist .section__title {
    margin-bottom: 20px;
  }
  .specialist .specialist__arrows {
    margin-bottom: 20px;
  }
  .specialist.specialist_author .line {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .specialist {
    padding-bottom: 60px;
  }
  .specialist .specialist__swiper {
    margin-bottom: 20px;
  }
  .specialist .specialist__arrows {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .specialist .swiper-slide {
    width: 304px;
  }
  .specialist.specialist_all .swiper-slide {
    width: 100%;
  }
}
.reviews .reviews__elem {
  position: absolute;
  left: 0;
  bottom: -200px;
  pointer-events: none;
}
.reviews .reviews__nav .btn {
  width: 265px;
}
.reviews .slide__img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 192px;
}
.reviews .slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .slide__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.2;
  left: 0;
  top: 0;
}
.reviews .slide__img .review__play {
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.reviews .reviews__arrow {
  cursor: pointer;
}
.reviews .reviews__arrow.reviews__arrow_left {
  margin-right: 23px;
}
.reviews .reviews__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.reviews .reviews__swiper {
  height: 340px;
}
.reviews .reviews__swiper .swiper-slide {
  height: auto;
  border-radius: 20px;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.reviews .reviews__swiper .swiper-slide.swiper-slide-fully-visible {
  opacity: 1;
}
.reviews .reviews__swiper .swiper-slide.reviews__text {
  padding: 30px 32px;
  width: 60%;
  max-width: 950px;
  background-color: var(--grey2);
}
.reviews .reviews__swiper .swiper-slide.reviews__img {
  width: 252px;
}
.reviews .reviews__swiper .swiper-slide.reviews__img a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.reviews .reviews__swiper .swiper-slide.reviews__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .reviews__swiper .swiper-slide .reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews .reviews__swiper .swiper-slide .reviews__author .reviews__icon {
  overflow: hidden;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  background-color: #81a7e7;
  margin-right: 16px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews .reviews__swiper .swiper-slide .reviews__author .reviews__icon p {
  font-size: 50px;
  font-family: "Montserrat Alternates", sans-serif;
  color: var(--white);
  font-weight: 700;
}
.reviews .reviews__swiper .swiper-slide .reviews__author .reviews__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .reviews__swiper .swiper-slide > .text__content {
  height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.reviews .reviews__swiper .swiper-slide > .text__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f6ff), to(rgba(241, 246, 255, 0)));
  background: linear-gradient(0deg, #f1f6ff 0%, rgba(241, 246, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.reviews__popup {
  border-radius: 20px;
  max-width: 952px;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 100%;
}
.reviews__popup .reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__popup .reviews__author .reviews__icon {
  overflow: hidden;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  background-color: #81a7e7;
  margin-right: 16px;
  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;
}
.reviews__popup .reviews__author .reviews__icon p {
  font-size: 50px;
  font-family: "Montserrat Alternates", sans-serif;
  color: var(--white);
  font-weight: 700;
}
.reviews__popup .reviews__author .reviews__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .reviews .reviews__swiper .swiper-slide.reviews__text {
    padding: 20px 20px 30px;
  }
  .reviews .reviews__swiper .swiper-slide .reviews__author .reviews__icon {
    width: 84px;
    height: 84px;
  }
}
@media screen and (max-width: 991px) {
  .reviews {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .reviews .reviews__swiper .swiper-slide {
    opacity: 1;
  }
}
@media screen and (max-width: 576px) {
  .reviews .reviews__swiper {
    height: 480px;
  }
  .reviews .reviews__swiper .swiper-slide.reviews__text .btn {
    margin-top: auto;
  }
  .reviews .reviews__swiper .swiper-slide > .text__content {
    height: 240px;
  }
  .reviews .reviews__swiper .swiper-slide.reviews__img,
  .reviews .reviews__swiper .swiper-slide,
  .reviews .reviews__swiper .swiper-slide.reviews__text {
    width: calc(100% - 24px);
  }
  .reviews .reviews__video .swiper-slide {
    width: 304px;
  }
}
.block_more {
  display: none;
}
.block_more.active {
  display: block;
}
.block_more.active ~ .btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq {
  padding-bottom: 160px;
  overflow: hidden;
}
.faq .faq__item {
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
  max-width: 580px;
}
.faq .faq__item:last-child {
  margin-bottom: 0;
}
.faq .faq__item .faq__qwestion {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__item .faq__qwestion img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.faq .faq__item.open .faq__qwestion {
  margin-bottom: 15px;
}
.faq .faq__answer {
  padding-left: 60px;
}
.faq .faq__answer .text_content {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--grey1);
}
.faq .faq_grey_elem {
  position: absolute;
  right: 0;
  top: 80px;
  pointer-events: none;
}
.faq .faq__img {
  position: absolute;
  left: 35%;
  top: 0;
  pointer-events: none;
}

@media screen and (max-width: 1439px) {
  .faq {
    padding-bottom: 100px;
  }
  .faq .faq__img {
    width: 800px;
    left: 45%;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 360px;
  }
  .faq .faq__img {
    width: 400px;
    left: calc(50% - 200px);
    bottom: -230px;
    top: auto;
  }
  .faq .faq__item .faq__qwestion img {
    margin-right: 19px;
  }
  .faq .faq_grey_elem {
    top: auto;
    bottom: 0;
    width: 400px;
  }
  .faq .faq__answer {
    padding-left: 50px;
  }
  .faq .faq__item .faq__qwestion {
    font-size: 18px;
  }
}
.blog_main .blog__arrow {
  cursor: pointer;
}
.blog_main .blog__arrow.blog__arrow_left {
  margin-right: 23px;
}
.blog_main .blog__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.blog_main .blog__thumbnail {
  display: block;
  margin-bottom: 24px;
}
.blog_main .blog__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog_main .blog__name a:hover {
  color: var(--blue);
}
.blog_main .blog__short {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.banner_blog {
  overflow: hidden;
  background-position: 0 0;
  background-size: cover;
  background-color: var(--blue);
  padding: 80px 35px 100px;
  border-radius: 20px;
  position: relative;
}
.banner_blog .banner__title {
  font-size: 44px;
  line-height: 1.25em;
}
.banner_blog .banner__content {
  max-width: 580px;
}
.banner_blog .banner__arrow {
  position: absolute;
  left: 200px;
  bottom: 50px;
}
.banner_blog .btn {
  width: 155px;
  height: 60px;
}
.banner_blog .banner__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: auto;
}

@media screen and (max-width: 1439px) {
  .banner_blog .banner__img {
    width: 315px;
  }
}
@media screen and (max-width: 1199px) {
  .banner_blog {
    padding: 60px 25px 90px;
  }
  .banner_blog .banner__content {
    max-width: 470px;
  }
  .banner_blog .banner__img {
    right: -50px;
  }
  .banner_blog .banner__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .banner_blog {
    padding: 30px 20px 20px;
    text-align: center;
  }
  .banner_blog .banner__content {
    max-width: 100%;
    padding-bottom: 210px;
  }
  .banner_blog .banner__title {
    font-size: 30px;
  }
  .banner_blog .banner__text {
    font-size: 18px;
  }
  .banner_blog .banner__img {
    width: 266px;
    right: calc(50% - 133px);
  }
  .banner_blog .banner__arrow {
    left: 0px;
    bottom: 96px;
    -webkit-transform: rotateY(180deg) rotateZ(-32deg);
            transform: rotateY(180deg) rotateZ(-32deg);
    width: 160px;
  }
  .banner_blog .btn {
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 576px) {
  .blog_main {
    padding-bottom: 0;
  }
  .blog_main .swiper-slide {
    width: 304px;
  }
  .banner_blog .banner__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .banner_blog .banner__text {
    font-size: 16px;
  }
}
.countries .countries__item {
  margin-bottom: 15px;
}
.countries .countries__item a {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  padding-left: 30px;
  position: relative;
  display: block;
}
.countries .countries__item a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
  background-color: var(--blue);
}
.countries .countries__item a:hover {
  color: var(--blue);
}
.countries .countries__list_hidden {
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 0;
}
.countries .countries__list_hidden ~ .line_bg {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}
.countries .countries__list_hidden ~ .line_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.83)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.83) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.countries .countries__list_hidden.show ~ .line_bg {
  opacity: 0;
}
.countries.countries_single .countries__list_hidden ~ .line_bg:after {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .countries .countries__item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .countries {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
.footer {
  padding: 26px 0 50px;
  border-top: 1px solid #1e1e1e;
}
.footer .footer__logo {
  width: 225px;
  display: block;
  margin-bottom: 22px;
}
.footer .footer__logo img {
  width: 100%;
  height: auto;
}
.footer .privacy {
  color: var(--dark);
  font-size: 17px;
  font-weight: 300;
}
.footer .privacy:hover {
  color: var(--blue);
}
.footer .social {
  padding-top: 36px;
}
.footer .social a {
  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;
  width: 35px;
  height: 35px;
  margin: 0 15px 0 0;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .social a img {
  width: 100%;
  height: auto;
}
.footer .footer__menu li {
  margin-bottom: 15px;
}
.footer .footer__menu li a {
  font-size: 17px;
  font-weight: 300;
  color: var(--dark);
}
.footer .footer__menu li a:hover {
  color: var(--blue);
}

@media screen and (max-width: 991px) {
  .footer .privacy {
    text-align: center;
  }
  .footer .footer__menu.footer__menu_contact li {
    text-align: center;
  }
}
.breadcrumbs {
  padding: 17px 0;
  color: transparent;
  margin-bottom: 50px;
  font-size: 0;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  margin-right: 21px;
  position: relative;
}
.breadcrumbs a:after {
  display: block;
  content: "/";
  position: absolute;
  right: -12px;
  top: calc(50% - 10px);
  color: var(--white);
}
.breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6193e7;
}

.other__head {
  padding-top: 106px;
  padding-bottom: 50px;
  min-height: 515px;
  z-index: 5;
}
.other__head .breadcrumbs {
  border-top: 1px solid #6193e7;
  border-bottom: 1px solid #6193e7;
}
.other__head .text__content h1 {
  margin-bottom: 30px;
  color: var(--white);
}
.other__head .text__content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  color: var(--white);
  margin-bottom: 25px;
  letter-spacing: 0;
}
.other__head .text__content p {
  font-size: 22px;
  color: var(--white);
}
.other__head.other__head_author .social a {
  width: 60px;
  height: 60px;
  margin: 0 30px 0 0;
}
.other__head.other__head_specialist .text__content h2,
.other__head.other__head_specialist .text__content h3,
.other__head.other__head_specialist .text__content h4,
.other__head.other__head_specialist .text__content h5,
.other__head.other__head_specialist .text__content h6 {
  margin-bottom: 1em;
  letter-spacing: 0;
}
.other__head.other__head_specialist .text__content p {
  line-height: 1.4em;
}
.other__head.other__head_blog p {
  font-size: 22px;
}

@media screen and (max-width: 1439px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .other__head .text__content h1 {
    font-size: 60px;
  }
  .other__head .text__content h2 {
    font-size: 26px;
  }
  .other__head .text__content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .other__head .text__content h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 991px) {
  .other__head .text__content h1 {
    font-size: 50px;
  }
  .other__head.other__head_blog p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 17px;
  }
  .other__head .text__content h1 {
    font-size: 45px;
  }
  .other__head .text__content h2 {
    font-size: 20px;
  }
  .other__head .text__content p {
    font-size: 17px;
  }
  .other__head {
    min-height: 435px;
    padding-bottom: 50px;
  }
  .other__head.other__head_blog p {
    font-size: 18px;
  }
  .post-type-archive-blog .other__head .breadcrumbs {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .other__head .text__content h1 {
    font-size: 8vw;
  }
}
.contact .contact__tabs {
  margin-bottom: 50px;
}
.contact .contact_tab {
  background-color: var(--grey2);
  color: var(--blue);
  max-width: 200px;
  margin: 0 8px;
}
.contact .contact_tab:hover, .contact .contact_tab.active {
  background-color: var(--blue);
  color: var(--white);
}
.contact .contact__wrap {
  position: absolute;
  opacity: 0;
  top: 0;
  left: initial;
  z-index: -1;
  pointer-events: none;
}
.contact .contact__wrap.active {
  opacity: 1;
  position: static;
  z-index: 1;
  pointer-events: all;
}
.contact .contact__item {
  margin-bottom: 43px;
}
.contact .contact__icon {
  background-color: var(--white);
  width: 120px;
  height: 120px;
  margin: 0 auto 17px;
  border-radius: 50%;
  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-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.contact .contact_link:hover {
  color: var(--blue);
}
.contact .contact_link.c_blue {
  text-decoration: underline;
}

.maps {
  overflow: hidden;
  background-position: center top;
}
.maps .container {
  z-index: 5;
}
.maps .maps_wrap {
  height: 505px;
  position: absolute;
  top: 0;
  left: initial;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.maps .maps_wrap.active {
  pointer-events: all;
  position: static;
  opacity: 1;
  z-index: 2;
}
.maps .maps_wrap iframe {
  width: 100%;
  height: 100%;
}
.maps .section__circle {
  width: 380px;
  height: 380px;
  right: -143px;
  bottom: -143px;
}
.maps .grey_elem_big {
  position: absolute;
  right: 0;
  top: 200px;
}

@media screen and (max-width: 991px) {
  .maps {
    padding: 50px 0;
  }
}
.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.8);
  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;
}
.popup.open {
  z-index: 99999999;
  opacity: 1;
  pointer-events: all;
}
.popup .popup__content {
  width: 95%;
  max-height: 90%;
  overflow-y: auto;
  max-width: 790px;
  padding: 24px 50px 49px;
  border-radius: 20px;
  background-color: var(--white);
}
.popup .popup__content .popup_title span {
  color: var(--green);
}
.popup .popup__content .close_popup {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: url(../img/close_menu.svg) no-repeat center;
  border: none;
  cursor: pointer;
}
.popup .popup__content .form__wrap {
  max-width: 466px;
  width: 100%;
  margin: 0 auto;
}
.popup .popup__content .form__wrap .input__group .order__input {
  background-color: var(--grey1);
}
.popup .popup__content .form__wrap .message_title {
  color: var(--dark);
}
.popup .popup__content .wpcf7-response-output {
  top: 100%;
  bottom: auto;
}

@media screen and (max-width: 576px) {
  .popup .popup__content {
    padding: 34px 15px 40px;
  }
  .popup .popup__content .popup_title {
    font-size: 25px;
    margin-bottom: 14px;
    padding: 0 30px;
  }
}
.describe {
  z-index: 6;
}
.describe .describe__img {
  width: 50%;
  height: auto;
  margin: -230px 0 25px 25px;
  float: right;
}
.describe .describe__img img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .describe {
    padding-top: 0;
  }
  .describe .describe__img {
    margin-top: -157px;
    max-width: 344px;
    width: 100%;
  }
  .other__head.other__head_author {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .describe {
    padding-top: 0;
  }
  .describe .describe__img {
    float: none;
    margin-left: 0;
  }
}
.constructor .constructor__img {
  border-radius: 10px;
  overflow: hidden;
  max-height: 580px;
}
.constructor .constructor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructor .design_img .text_img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.constructor .design_img .text_img img {
  max-width: 635px;
  max-height: 100%;
  width: auto;
  height: auto;
}
.constructor .text_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 470px;
}
.constructor .text_img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.constructor .text_img .overflow {
  position: absolute;
  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;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.constructor .text_img .overflow img {
  width: 30px;
  height: auto;
}
.constructor .text__content h2 {
  margin-bottom: 10px;
  font-size: 35px;
}
.constructor .text__content h3 {
  font-size: 25px;
}
.constructor .text__content h3,
.constructor .text__content h4 {
  margin-bottom: 16px;
}
.constructor .text__content ul,
.constructor .text__content ol {
  margin-bottom: 1.2em;
}
.constructor .text__content p,
.constructor .text__content li {
  font-size: 18px;
  line-height: 1.4em;
}
.constructor .text__content p:last-child,
.constructor .text__content li:last-child {
  margin-bottom: 0;
}
.constructor .text__content a {
  color: var(--blue);
}
.constructor .text__content table tr td {
  padding: 13px 30px;
  font-size: 18px;
  font-weight: 300;
}
.constructor .text__content table tr:first-child td {
  background-color: var(--blue);
  color: var(--white);
  padding: 20px 30px 15px;
  font-size: 20px;
  font-weight: 700;
}
.constructor .text__content table tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.constructor .text__content table tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.constructor .text__content table tr:nth-child(even) {
  background-color: #f1f5ff;
}
.constructor .text__content table tr:nth-child(odd) {
  background-color: #dde7fe;
}
.constructor .text__content table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.constructor .text__content table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.constructor .comment__wrap {
  padding: 30px 30px 23px;
  background-color: var(--grey2);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructor .comment__wrap .comment__author * {
  pointer-events: none;
}
.constructor .comment__wrap .comment__icon {
  width: 125px;
  height: 125px;
  margin-right: 16px;
  background-color: #81a7e7;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.constructor .comment__wrap .comment__icon p {
  font-size: 50px;
  font-weight: 700;
}
.constructor .comment__wrap .comment__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructor .comment__wrap .title_6 {
  letter-spacing: 0;
}
.constructor .comment__wrap .btn {
  width: 226px;
}
.constructor .quote__wrap {
  padding: 40px 30px 23px;
  background-color: var(--grey2);
  border-radius: 20px;
  position: relative;
}
.constructor .quote__wrap .quote__icon {
  position: absolute;
  font-size: 200px;
  line-height: 1em;
  display: block;
  pointer-events: none;
}
.constructor .quote__wrap .quote__icon.quote__icon_top {
  left: 30px;
  top: -54px;
}
.constructor .quote__wrap .quote__icon.quote__icon_bottom {
  right: 30px;
  bottom: -54px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.constructor .author__wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.constructor .author__wrap .comment__name {
  letter-spacing: 0.1em;
}
.constructor .author__wrap .comment__icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  background-color: #81a7e7;
  border-radius: 50%;
  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;
  overflow: hidden;
}
.constructor .author__wrap .comment__icon p {
  font-size: 30px;
  font-weight: 700;
}
.constructor .author__wrap .comment__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructor .author__wrap .title_6 {
  letter-spacing: 0;
}
.constructor .author__wrap .author__link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.constructor .author__wrap .author__link:hover p {
  color: var(--blue);
}
.constructor .nav__wrap .nav__qwestion {
  border-radius: 20px;
  height: 60px;
  padding: 0 20px;
  cursor: pointer;
}
.constructor .nav__wrap.open .nav__qwestion {
  border-radius: 20px 20px 0 0;
}
.constructor .nav__wrap.open .nav__qwestion img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.constructor .nav__wrap .nav__answer {
  height: 0;
  overflow: hidden;
}
.constructor .nav__wrap .nav__answer .nav__blog {
  padding: 0 20px;
  border-radius: 0 0 20px 20px;
  background-color: var(--light_blue);
}
.constructor .source__content p,
.constructor .source__content li {
  margin-bottom: 0.5em;
}

.audio__block .audio__wrap {
  width: 300px;
  max-width: 100%;
}
.audio__block .audio__wrap .audio__info {
  border-radius: 100px;
  background-color: #dde7fe;
  width: 100%;
}
.audio__block .audio__wrap .audio__info .audio__progress_wrap {
  width: 200px;
  position: relative;
  cursor: pointer;
}
.audio__block .audio__wrap .audio__info .audio__progress_wrap img {
  width: 200px;
  height: auto;
  pointer-events: none;
}
.audio__block .audio__wrap .audio__info .audio__progress_wrap .audio__progress {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.audio__block .audio__wrap .audio__play {
  border: none;
  background: url(../img/player_play.svg) no-repeat center/33px;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
}
.audio__block .audio__wrap.play .audio__play {
  background-image: url(../img/player_stop.svg);
}

.blog_menu {
  margin-bottom: 20px;
}
.blog_menu li {
  margin-bottom: 20px;
}
.blog_menu li a {
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  border-radius: 50px;
  height: 50px;
  background-color: var(--grey2);
  color: var(--blue);
}
.blog_menu li a:hover {
  background-color: var(--blue);
  color: var(--white);
}
.blog_menu li.current-menu-item a {
  background-color: var(--blue);
  color: var(--white);
}

.pagination {
  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;
  padding-top: 15px;
}
.pagination .page-numbers {
  font-size: 18px;
  font-weight: 300;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px;
  position: relative;
  width: 60px;
}
.pagination .page-numbers::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--blue);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination .page-numbers.current {
  color: var(--blue);
}
.pagination .page-numbers.current::after {
  width: 27px;
}
.pagination .page-numbers.prev {
  margin-right: 9px;
}
.pagination .page-numbers.prev img {
  margin-right: 9px;
}
.pagination .page-numbers.next {
  margin-left: 9px;
}
.pagination .page-numbers.next img {
  margin-left: 9px;
}
.pagination a.page-numbers:hover {
  color: var(--blue);
}
.pagination a.page-numbers:hover::after {
  width: 27px;
}
.pagination span.page-numbers {
  pointer-events: none;
}

.sidebar {
  position: sticky;
  top: 117px;
}

.banner {
  background-color: var(--grey2);
  border-radius: 30px;
  padding: 23px 9px 30px;
}

.btn.open__sidebar {
  width: 100%;
  max-width: 345px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .post__info p,
  .post__info a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .post__info p,
  .post__info a {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .constructor .text__content {
    overflow-x: auto;
  }
  .constructor .text__content table {
    width: 100%;
  }
  .constructor .text__content .scroll__table {
    padding-bottom: 25px;
  }
  .constructor .text__content .scroll__table .scrollbar-track.scrollbar-track-x {
    opacity: 1;
    background-color: #dde7fe;
  }
  .constructor .text__content .scroll__table .scrollbar-track.scrollbar-track-x .scrollbar-thumb {
    background-color: var(--blue);
  }
  .constructor .text__content .scroll__table table {
    min-width: 800px;
  }
  .constructor .text__content table tr:first-child td {
    padding: 20px 10px 15px;
  }
  .constructor .text__content table tr td {
    padding: 13px 10px;
    font-size: 16px;
  }
  .pagination .page-numbers {
    width: 30px;
  }
  .pagination .page-numbers.current::after,
  .pagination a.page-numbers:hover::after {
    width: 20px;
  }
  .sidebar {
    position: static;
  }
  .blog_menu {
    width: 100%;
    max-width: 345px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .post__info p,
  .post__info a {
    font-size: 14px;
  }
  .constructor .quote__wrap .quote__icon {
    font-size: 150px;
  }
  .constructor .quote__wrap .quote__icon.quote__icon_top {
    top: -42px;
  }
  .constructor .quote__wrap .quote__icon.quote__icon_bottom {
    bottom: -42px;
  }
  .constructor .design_img .text_img {
    position: static;
    max-width: 340px;
  }
  .constructor .design_img .text_img img {
    width: 100%;
    height: auto;
  }
  .constructor .text_img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .constructor .author__wrap .comment__icon {
    width: 44px;
    height: 44px;
  }
  .constructor .author__wrap .comment__icon p {
    font-size: 20px;
  }
  .constructor .author__wrap .title_6 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .constructor .author__wrap .comment__info p {
    font-size: 16px;
  }
  .constructor .text__content h2 {
    font-size: 25px;
  }
  .constructor .text__content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .constructor .comment__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .constructor .comment__wrap .text__content {
    margin-bottom: 10px;
  }
  .constructor .comment__wrap .comment__icon {
    width: 95px;
    height: 95px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .constructor .comment__wrap .title_6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .constructor .constructor__info p,
  .constructor .constructor__info a {
    font-size: 14px;
  }
  .constructor .constructor__info .constructor__info_date,
  .constructor .constructor__info .constructor__info_author {
    padding-right: 10px;
  }
}
.blog .post__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.blog .blog__info {
  min-height: 110px;
}
.blog .post__name {
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.blog .post__name a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.blog .post__name a:hover {
  color: var(--blue);
}
.blog .post__short {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.blog .post__info {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog .post__info p,
.blog .post__info a {
  font-size: 12px;
  color: var(--dark);
}

@media screen and (max-width: 991px) {
  .blog .post__name {
    font-size: 18px;
  }
  .blog .post__short {
    font-size: 16px;
  }
}
.review_menu li {
  margin-right: 18px;
}
.review_menu li a {
  width: 220px;
  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;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat Alternates", sans-serif;
  border-radius: 50px;
  height: 50px;
  background-color: var(--grey2);
  color: var(--blue);
}
.review_menu li a:hover {
  background-color: var(--blue);
  color: var(--white);
}
.review_menu li.current-menu-item a {
  background-color: var(--blue);
  color: var(--white);
}

.review .review__card {
  height: 455px;
  border-radius: 10px;
  background-color: #f1f6ff;
  overflow: hidden;
}
.review .review__card .review__video {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.review .review__card .review__video .video__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .review__card .review__video .overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.review .review__card .review__video .overflow .play_btn {
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(45% - 15px);
}
.review .review__card .review__video .overflow p {
  width: 100%;
  background-color: #f1f6ff;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 40px;
  color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat Alternates", sans-serif;
}
.review .review__card .text__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.review .review__card .text__card .reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review .review__card .text__card .reviews__author .reviews__icon {
  overflow: hidden;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #81a7e7;
  margin-right: 16px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review .review__card .text__card .reviews__author .reviews__icon p {
  font-size: 50px;
  font-family: "Montserrat Alternates", sans-serif;
  color: var(--white);
  font-weight: 700;
}
.review .review__card .text__card .reviews__author .reviews__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .review__card .text__card .btn {
  margin-top: auto;
}
.review .review__card .text__card > .text__content {
  height: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.review .review__card .text__card > .text__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1f6ff), to(rgba(241, 246, 255, 0)));
  background: linear-gradient(0deg, #f1f6ff 0%, rgba(241, 246, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1439px) {
  .review .review__card .text__card .reviews__author .reviews__icon {
    width: 70px;
    height: 70px;
  }
  .review .review__card .text__card .reviews__author .reviews__icon p {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .review_menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .review_menu li {
    width: 32%;
    margin-right: 0;
  }
  .review_menu li a {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .review .review__card .text__card .reviews__author .reviews__icon {
    width: 84px;
    height: 84px;
  }
  .review .review__card .text__card .reviews__author .fz_20 {
    font-size: 18px;
  }
  .reviews__popup {
    max-width: 400px;
    overflow-y: auto;
  }
  .review_menu li a {
    font-size: 14px;
  }
}
.about_specialist {
  padding: 175px 0 170px;
}
.about_specialist .container {
  z-index: 2;
}
.about_specialist .text__content h2,
.about_specialist .text__content h3,
.about_specialist .text__content h4,
.about_specialist .text__content h5,
.about_specialist .text__content h6 {
  margin-bottom: 1em;
  letter-spacing: 0;
}
.about_specialist .text__content p strong,
.about_specialist .text__content p b {
  font-weight: 500;
  line-height: 1.4em;
}
.about_specialist .about_specialist_img {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.about_specialist.about_specialist_page {
  padding-top: 50px;
  padding-bottom: 90px;
}
.about_specialist.about_specialist_page .about_tab {
  width: 100%;
}
.about_specialist.about_specialist_page .about_tab.active {
  background-color: var(--blue);
  color: var(--white);
}
.about_specialist.about_specialist_page .about__wrap {
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: initial;
  padding-top: 70px;
}
.about_specialist.about_specialist_page .about__wrap.active {
  position: static;
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.about_specialist.about_specialist_page .about__wrap .about_specialist_img {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about_specialist.about_specialist_page .section__circle {
  right: -140px;
  top: 200px;
  width: 380px;
  height: 380px;
}

@media screen and (max-width: 1439px) {
  .about_specialist .about_specialist_img {
    width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .about_specialist .about_specialist_img {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .about_specialist {
    padding: 50px 0;
  }
  .about_specialist .btn {
    margin-bottom: 30px;
  }
  .about_specialist.about_specialist_page .about__wrap .about_specialist_img,
  .about_specialist .about_specialist_img {
    width: 100%;
    max-width: 345px;
    -webkit-transform: none;
            transform: none;
    position: static;
  }
  .about_specialist.about_specialist_page .about__wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .about_specialist.about_specialist_page .about_tab {
    font-size: 16px;
  }
}
.about_quote {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about_quote .quote__wrap {
  padding: 40px 30px 23px;
  background-color: var(--grey2);
  border-radius: 20px;
  position: relative;
}
.about_quote .quote__wrap .quote__icon {
  position: absolute;
  font-size: 200px;
  line-height: 1em;
  display: block;
  pointer-events: none;
}
.about_quote .quote__wrap .quote__icon.quote__icon_top {
  left: 30px;
  top: -54px;
}
.about_quote .quote__wrap .quote__icon.quote__icon_bottom {
  right: 30px;
  bottom: -54px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .about_quote {
    padding-bottom: 45px;
  }
  .about_quote .quote__wrap .quote__icon {
    font-size: 150px;
  }
  .about_quote .quote__wrap .quote__icon.quote__icon_top {
    top: -42px;
  }
  .about_quote .quote__wrap .quote__icon.quote__icon_bottom {
    bottom: -42px;
  }
}
.video__block .video__link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.video__block .video__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--dark);
  opacity: 0.5;
  pointer-events: none;
}
.video__block .video__link .play {
  display: block;
  width: 72px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  pointer-events: none;
  z-index: 3;
}
.video__block .video__link .play img {
  width: 100%;
  height: auto;
}
.video__block .video__link > img {
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 1199px) {
  .video__block .video__link .play {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .video__block .video__link .play {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .video__block .video__link .play {
    width: 24px;
    height: 24px;
  }
}
.timing .container {
  z-index: 5;
}
.timing .timing__item {
  padding: 50px 30px 10px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  min-height: 220px;
}
.timing .timing__item .timing__number {
  width: 60px;
  height: 60px;
  background-color: rgba(21, 90, 209, 0.1);
  border-radius: 50%;
  margin-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.timing .timing__item .timing__number p {
  font-size: 70px;
  line-height: 1.2em;
  font-family: "Montserrat Alternates", sans-serif;
}
.timing .timing__item .timin_text {
  max-width: 355px;
}
.timing .timing__item:after {
  content: "";
  display: block;
  width: 185px;
  height: 185px;
  background-color: var(--blue);
  position: absolute;
  right: -33px;
  bottom: -31px;
  border-radius: 50%;
}
.timing .timing__item .timing__icon {
  position: absolute;
  right: 22px;
  bottom: 19px;
  z-index: 2;
}
.timing .timing__item .timing__img {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 2;
}
.timing .timing_elem_bg {
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .timing .timing__item .timin__top {
    margin-bottom: 15px;
  }
  .timing .timing__item .timin_text {
    width: 50%;
    font-size: 16px;
  }
  .timing .timing__item {
    padding: 30px 20px;
  }
  .timing .timing__item .timing__icon {
    width: 49px;
    height: auto;
  }
  .timing .timing__item .timing__img {
    width: 200px;
    max-width: 40%;
    right: 30px;
  }
  .timing .timing__item:after {
    right: -76px;
    bottom: -41px;
  }
}
@media screen and (max-width: 576px) {
  .timing .timing__item .timing__number {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
  }
  .timing .timing__item .timing__number p {
    font-size: 50px;
  }
}
.price .price__item {
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  height: 165px;
  border-radius: 20px;
  padding: 10px 30px;
}
.price .price__item .line {
  width: 100%;
  height: 1px;
  background-color: var(--dark);
  opacity: 0.1;
  margin-bottom: 5px;
}
.price .price__item .price__label {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: -40px;
  height: 40px;
  padding: 0 20px;
  min-width: 160px;
  top: 10px;
  border-radius: 25px;
}
.price .price__item .price__count {
  font-size: 25px;
}
.price .price__item .price__count .tarif__tilt {
  background-color: var(--white);
  padding: 5px;
  color: var(--dark);
  font-size: 16px;
  width: 150px;
  top: 100%;
  left: calc(50% - 75px);
  font-weight: 400;
  opacity: 0;
  display: block;
}
.price .price__item .price__count .tarif__tilt_wrap {
  position: relative;
}
.price .price__item .price__count .tarif__tilt_wrap:hover .tarif__tilt {
  opacity: 1;
}

.service__map .map__wrap {
  height: 580px;
  position: relative;
}
.service__map .map__wrap .map__describe {
  padding: 10px 20px 0;
  height: 178px;
  width: 384px;
  max-width: calc(100% - 20px);
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 20px;
}
.service__map .map__wrap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .service__map .map__title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .service__map .map_place {
    font-size: 16px;
  }
  .service__map .map__wrap .map__describe {
    height: 130px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 20px;
    left: 50%;
  }
}
.advant_coutries .advant_coutries__icon {
  width: 90px;
  height: 90px;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .advant_coutries .advant_coutries__item p {
    font-size: 16px;
  }
}
.success .success__img {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1439px) {
  .success .container {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .success .container {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .success {
    padding-top: 80px;
  }
  .success p {
    font-size: 18px;
  }
}
html.with-fancybox {
  overflow: auto;
}

.iti {
  width: 100%;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.wpcf7-response-output {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: 0 !important;
  padding: 0 15px !important;
  font-size: 12px;
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 576px) {
  .wpcf7-response-output {
    font-size: 12px;
    padding: 0 10px !important;
  }
}/*# sourceMappingURL=main.css.map */