@charset "UTF-8";
@import url("../libs/fancybox/jquery.fancybox.min.css");
@import url("../libs/swiper-bundle.min.css");
@import url("../libs/ion.rangeSlider.min.css");
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: #282728;
}
::-moz-placeholder {
  color: #282728;
}
:-ms-input-placeholder {
  color: #282728;
}
::-ms-input-placeholder {
  color: #282728;
}
::placeholder {
  color: #282728;
}

::-moz-selection {
  background-color: #bde5fa;
  color: #34425c;
}

::selection {
  background-color: #bde5fa;
  color: #34425c;
}

input, textarea {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

body {
  color: #363636;
  padding: 0;
  margin: 0;
  min-width: 320px;
  position: relative;
  background: #FEFEFE;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  font-family: inherit;
}

textarea {
  resize: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #363636;
}

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.page {
  overflow: hidden;
}

.container {
  width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container--small {
  width: 1390px;
}

.hero {
  background: url("../images/hero-bg.jpg") center bottom/cover no-repeat;
  border-radius: 0 0 120px 90px;
  color: #fff;
}

.header {
  padding: 23px 0;
}
.header .logo {
  margin-left: -1px;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 144px;
}
.header__rating-num {
  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;
  width: 50px;
  height: 50px;
  margin-right: 13px;
  background: #EEEEEE;
  border-radius: 50%;
}
.header__rating-stars {
  display: block;
  margin-bottom: 9px;
}
.header__rating-text {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.header__rating-text b {
  font-weight: 700;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 120px;
}
.header__contact-manager {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.header__contact-online {
  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: 213px;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
}
.header__contact-online::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: -1px;
  margin-right: 5px;
  background: #52B060;
  -webkit-animation: blink 1s linear 0.3s infinite;
          animation: blink 1s linear 0.3s infinite;
}
.header__contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}
.header__contact-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 17px 12px 20px;
  background: #40D162;
  border-radius: 100px;
  font-size: 13px;
  line-height: 15.6px;
  letter-spacing: 0.23px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__contact-whatsapp:focus, .header__contact-whatsapp:active {
  color: #fff;
  background: #29A747;
}
.header__contact-whatsapp:hover {
  color: #fff;
  background: #39B957;
}
.header__contact-whatsapp img {
  margin-right: 6px;
}
.header__contact-btn {
  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-left: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #05A0EB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__contact-btn:hover {
  background: #1792CD;
}
.header__contact-btn:focus, .header__contact-btn:active {
  background: #4097C1;
}
.header__contact-btn--viber {
  background: #7360F2;
}
.header__contact-btn--viber:hover {
  background: #7E6EEE;
}
.header__contact-btn--viber:focus, .header__contact-btn--viber:active {
  background: #5F4CDE;
}
.header__call {
  text-align: right;
}
.header__call-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 17px;
  padding-left: 3px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.35px;
  font-weight: 500;
  color: #fff;
}
.header__call-sub::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  margin-right: 6px;
  background: #52B060;
  -webkit-animation: blink 1s linear 0.3s infinite;
          animation: blink 1s linear 0.3s infinite;
}
.header__call-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -7px;
  padding-left: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__call-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 14px;
  background: url("../images/icons/header-phone.svg") center/contain no-repeat;
  opacity: 0.25;
}
.header__call-tel:focus, .header__call-tel:active {
  color: rgba(255, 255, 255, 0.7);
}
.header__call-tel:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header__call-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  color: #50B2FD;
  margin-top: 10px;
  margin-left: 5px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 2px dotted #50B2FD;
  background: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__call-btn:focus {
  color: #2B7AB7;
  border-color: #2B7AB7;
}
.header__call-btn:active {
  color: #2B7AB7;
  border-color: #2B7AB7;
}
.header__call-btn:hover {
  color: #3B99E2;
  border-color: #3B99E2;
}
.header .menu-btn {
  display: none;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 106px;
}
.logo__image img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
}
.logo__box {
  margin-left: 23px;
}
.logo__sub {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.25px;
}
.logo__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.hero2 {
  background-image: url("../images/hero2-bg.jpg");
}
.hero2 .logo__image {
  margin-top: -9px;
}

.hero3 {
  background-image: url("../images/hero3-bg.jpg");
}

.nav__close {
  display: none;
}
.nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav ul a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2.6px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul a:hover {
  color: #628aca;
}
.nav ul a:focus, .nav ul a:active {
  color: #4d75b6;
}

.promo {
  padding: 53px 0 49px;
}
.promo .container {
  position: relative;
}
.promo__title {
  margin-top: 4px;
  max-width: 850px;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: -2px;
  font-weight: 400;
}
.promo__title span {
  color: #FECE86;
}
.promo__sub {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
}
.promo__desc {
  position: relative;
  max-width: 660px;
  margin-top: 6px;
  padding-left: 40px;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.3px;
}
.promo__desc::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 16px;
  width: 24px;
  height: 1px;
  background: #fff;
}
.promo__btn {
  margin: 37px 0 0 35px;
  max-width: 503px;
}
.promo__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 540px;
  margin: 58px 0 0 35px;
  gap: 34px 12px;
  list-style: none;
}
.promo__benefits li {
  position: relative;
  width: 260px;
  padding: 13px 0 0 20px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.promo__benefits li:last-child {
  width: 340px;
}
.promo__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 8px;
  background: url("../images/icons/promo-check.svg") center/contain no-repeat;
}
.promo__owner {
  position: absolute;
  left: 359px;
  right: 0;
  bottom: 204px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 250px;
}
.promo__owner-name {
  font-size: 21px;
  line-height: 143%;
  font-weight: 500;
}
.promo__owner-text {
  margin-top: 8px;
  font-size: 11px;
  line-height: 173%;
  letter-spacing: 0.14px;
  font-weight: 300;
}
.promo__owner-sign {
  display: block;
  margin: 0 0 -7px -13px;
}
.promo__socials {
  margin: -7px 0 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 202px;
  padding: 5px;
  border-radius: 10px;
  margin-right: 11px;
  background: #0088CC;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__social:hover {
  opacity: 0.9;
  color: #fff;
  background: #0393DB;
}
.promo__social--wa {
  background: #32bd52;
}
.promo__social--wa:hover {
  background: #40D162;
}
.promo__social--wa .promo__social-icon {
  background: #40D162;
}
.promo__social-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 23px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  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;
  background: #0393DB;
}
.promo__call {
  margin: 47px 0 0 34px;
  color: #fff;
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.promo__call .mark {
  color: #34425c;
  position: relative;
  padding: 9px 9px 3px 10px;
}
.promo__call .mark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #719CE0;
  border-radius: 5px;
  z-index: -1;
}
.promo__call a {
  display: block;
  margin: 14px 0 0 10px;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.promo__call a:hover {
  color: #719CE0;
}
.promo__companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 85px 0 0 57px;
}
.promo__companies p {
  max-width: 210px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}

.btn-wrap {
  position: relative;
  z-index: 10;
}

.btn-secondary {
  display: block;
  width: 100%;
  border: none;
  -webkit-box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #f6d7b3;
          box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #f6d7b3;
  background: #FECE86;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  padding: 14px 14px 13px;
}
.btn-secondary--catalog .btn-secondary__inner {
  padding-left: 128px;
}
.btn-secondary__inner {
  display: block;
  position: relative;
  padding: 27px 42px;
  color: #424242;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary__inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/btn/pattern.png") repeat;
  mix-blend-mode: plus-lighter;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.btn-secondary__icon {
  position: absolute;
  right: 28px;
  top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.btn-secondary__borders {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.btn-secondary__borders::before, .btn-secondary__borders::after {
  content: "";
  position: absolute;
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  mix-blend-mode: overlay;
}
.btn-secondary__borders::before {
  left: 7px;
  top: 7px;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-secondary__borders::after {
  left: 6px;
  top: 6px;
}
.btn-secondary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  top: 0;
  -webkit-box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #f6d7b3, inset 30px -16px 4px -30px #f6d7b3;
          box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #f6d7b3, inset 30px -16px 4px -30px #f6d7b3;
  background: #fece86;
  border-radius: 16px 16px 22px 22px;
  z-index: -1;
}
.btn-secondary__animation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.btn-secondary__animation::before {
  content: "";
  margin-left: -30px;
  width: 30px;
  height: 300px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -100px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-secondary__catalog {
  position: absolute;
  left: -2px;
  top: -38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}
.btn-secondary__phone {
  position: absolute;
  left: 34px;
  top: -45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}
.btn-secondary--green {
  -webkit-box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #4cca5f;
          box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #4cca5f;
  background: #33C447;
}
.btn-secondary--green::after {
  background: #33C447;
  -webkit-box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #60f975, inset 30px -16px 4px -30px #60f975;
          box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #60f975, inset 30px -16px 4px -30px #60f975;
}
.btn-secondary--blue {
  -webkit-box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #689cff;
          box-shadow: inset 11px 11px 43px 0 rgba(255, 255, 255, 0.3), inset -11px -11px 43px 0 rgba(255, 255, 255, 0.3), 0 1px 0 0 #689cff;
  background: #3b7fff;
}
.btn-secondary--blue .btn-secondary__inner {
  color: #fff;
}
.btn-secondary--blue::after {
  background: #3878ef;
  -webkit-box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #689cff, inset 30px -16px 4px -30px #689cff;
          box-shadow: 0 15px 3px -15px rgba(0, 0, 0, 0.4), 0 19px 10px -14px rgba(0, 0, 0, 0.1), 0 28px 17px -17px rgba(0, 0, 0, 0.1), inset 0 -30px 1px -30px rgba(0, 0, 0, 0.2), inset 0 -31px 4px -30px rgba(0, 0, 0, 0.4), inset -30px -16px 4px -30px #689cff, inset 30px -16px 4px -30px #689cff;
}

.btn {
  display: block;
  border: 0;
  padding: 17px 30px;
  -webkit-box-shadow: inset 0 0 19px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 0 19px 0 rgba(255, 255, 255, 0.25);
  background: #f74f50;
  border-radius: 6px;
  min-height: 80px;
  min-width: 187px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 118%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.btn::after {
  content: "";
  margin-left: -30px;
  width: 30px;
  height: 300px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -100px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
          animation-name: slideme;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn:focus, .btn:active {
  color: #fff;
  background: #4d75b6;
}
.btn:hover {
  color: #fff;
  background: #628aca;
}

.hero--thanks {
  min-height: 100vh;
}

.thanks {
  padding-bottom: 250px;
  padding-top: 35px;
}
.thanks .promo__title {
  margin: 0;
  max-width: 100%;
}
.thanks .promo__sub {
  max-width: 620px;
  margin: 24px 0 0;
  position: relative;
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.thanks .promo__sub br {
  display: none;
}
.thanks .promo__sub::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #719CE0;
}
.thanks__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 55px 0 0 24px;
}
.thanks__bottom-text {
  font-size: 25px;
  line-height: 36.4px;
  color: #fff;
}
.thanks__bottom-text span {
  background: #FFDE94;
  color: #222;
  border-radius: 5px;
  padding: 4px 7px 0 10px;
  display: inline-block;
  margin-left: -10px;
}
.thanks__bottom-phone {
  display: block;
  margin-top: 20px;
  margin-left: -10px;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.thanks__bottom-phone:focus, .thanks__bottom-phone:active {
  color: rgba(255, 255, 255, 0.8);
}
.thanks__bottom-phone:hover {
  color: #719CE0;
}

.problems {
  padding: 85px 0 46px;
}
.problems__content {
  max-width: 1360px;
  margin: auto;
}
.problems__head {
  max-width: 720px;
  padding-left: 20px;
}
.problems .title,
.problems .subtitle {
  text-align: left;
}
.problems .container {
  position: relative;
}
.problems .focus {
  position: absolute;
  right: -13px;
  top: -163px;
  width: 692px;
  height: 375px;
  background: url("../images/focus-bg.png") center/contain no-repeat;
  text-align: left;
  padding: 69px 82px 30px;
}
.problems .focus__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 109%;
  letter-spacing: -0.02em;
  background: -o-linear-gradient(87deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(3deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-shadow: inset 0px 1px 0px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.problems .focus__title::after {
  content: "+";
  position: absolute;
  right: 19px;
  top: -14px;
}
.problems .focus__text {
  margin-top: 24px;
  padding-right: 70px;
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
  color: #272727;
  letter-spacing: -0.6px;
}
.problems__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.problems__box {
  border-radius: 20px;
  background: #f3f5f8;
  width: 324px;
  min-height: 290px;
  position: relative;
  overflow: hidden;
  padding: 50px 29px 33px 50px;
}
.problems__box--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 10px 10px 50px;
}
.problems__box-content {
  max-width: 260px;
  margin-top: 14px;
}
.problems__box-content .problems__image {
  display: none;
}
.problems__box--dark {
  background: rgba(221, 231, 245, 0.8);
}
.problems__box--light {
  background: #fff;
}
.problems__left, .problems__right {
  width: calc(50% - 10px);
}
.problems__right {
  border-radius: 20px;
  position: relative;
  background: url("../images/problems/2.jpg") center/cover no-repeat;
}
.problems__right .problems__box {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 330px;
  min-height: 280px;
  padding: 51px 29px 23px 40px;
}
.problems__group {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 22px;
}
.problems__tag {
  display: inline-block;
  border: 2px solid #DDE7F5;
  border-radius: 80px;
  padding: 18px 18px 16px 21px;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  color: #5d84c0;
}
.problems__sub {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #363636;
  position: relative;
}
.problems__sub .problems__icon {
  position: absolute;
}
.problems__text {
  margin-top: 19px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.problems__text b {
  font-weight: 600;
}
.problems__icon {
  vertical-align: top;
  display: block;
  margin-bottom: 2px;
}
.problems__icon-1 {
  right: 12px;
  top: -26px;
}
.problems__icon-2 {
  right: 52px;
  bottom: -19px;
}
.problems__icon-3 {
  right: 3px;
  top: -6px;
}
.problems__image {
  border-radius: 15px;
}
.problems__btn {
  position: absolute;
  right: 50px;
  bottom: 28px;
  display: inline-block;
  border: 2px solid #DDE7F5;
  border-radius: 80px;
  padding: 18px 18px 16px 21px;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  color: #DDE7F5;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.problems__btn:hover {
  background: #DDE7F5;
  color: #5d84c0;
}

.title {
  text-align: center;
  font-size: 56px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -3px;
}
.title b {
  font-weight: 500;
}
.title span {
  color: #719ce0;
}
.title__image {
  border-radius: 15px;
  position: relative;
  top: 12px;
  border-radius: 15px;
}

.subtitle {
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.difference {
  padding: 28px 0 40px;
}
.difference .subtitle {
  position: relative;
  z-index: 10;
}
.difference__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -53px;
  position: relative;
}
.difference__main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 722px;
  height: 72px;
  background: url("../images/difference/between.svg") center/contain no-repeat;
  z-index: 5;
}
.difference__item {
  width: calc(50% - 10px);
  min-height: 710px;
  position: relative;
  border-radius: 20px;
}
.difference__left {
  background: url("../images/difference/1.jpg") center/cover no-repeat;
}
.difference__right {
  background: url("../images/difference/2.jpg") center/cover no-repeat;
}
.difference__box {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 430px;
}
.difference__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.difference__box-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 15px;
  background: #FFF;
  border-radius: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #b1b9c3;
}
.difference__box-sub img {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.difference__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  width: 60px;
  height: 60px;
  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;
  background: #e4ecf7;
  border-radius: 15px;
}
.difference__box-icon img {
  vertical-align: top;
}
.difference__box-wrap {
  margin-top: 15px;
  background: #fff;
  border-radius: 20px 20px 20px 15px;
  position: relative;
  padding: 24px 36px 20px 17px;
}
.difference__box-wrap-icon {
  position: absolute;
  right: 16px;
  top: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.difference__box-list {
  list-style: none;
}
.difference__box-list li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.15px;
  color: #363636;
  padding-left: 14px;
  margin-bottom: 8px;
}
.difference__box-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #363636;
}
.difference__box-list li:last-child {
  margin-bottom: 0;
}

.learn {
  padding: 41px 0 44px;
}
.learn .container {
  position: relative;
}
.learn .title {
  letter-spacing: -2px;
}
.learn .subtitle {
  margin-top: 20px;
  position: relative;
  z-index: 20;
}
.learn__wrap {
  width: calc(100% - 40px);
  margin: -55px auto 0;
  border-radius: 40px;
  background: url("../images/learn/bg.jpg") center top/cover no-repeat;
  position: relative;
  padding-top: 255px;
  padding-bottom: 164px;
  text-align: center;
}
.learn__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 900px;
  height: 99px;
  background: url("../images/learn/head.svg") center/contain no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.learn__sub {
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 14px 37px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
  background: #e4ecf7;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #424242;
  z-index: 10;
}
.learn__item {
  position: relative;
  width: 405px;
  height: 164px;
  padding: 44px 15px 10px 48px;
  background: url("../images/learn/item-bg.svg") left top/contain no-repeat;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #363636;
  letter-spacing: -0.2px;
  text-align: left;
}
.learn__item--big {
  width: 416px;
  height: 171px;
  background-image: url("../images/learn/item-big-bg.svg");
}
.learn__item b {
  font-weight: 600;
}
.learn__item::after {
  content: attr(data-num);
  position: absolute;
  left: 69px;
  top: -30px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  letter-spacing: -0.03em;
  background: -o-linear-gradient(36deg, rgba(0, 0, 0, 0) 0%, #719ce0 47.38%, #000 100%);
  background: linear-gradient(54deg, rgba(0, 0, 0, 0) 0%, #719ce0 47.38%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.learn__item-2 {
  margin: -17px 0 -25px 320px;
  z-index: 10;
  position: relative;
}
.learn__item-4 {
  position: absolute;
  right: 41px;
  top: -58px;
}
.learn__item-5 {
  position: absolute;
  right: 36px;
  top: 274px;
}
.learn__btn {
  margin-top: 146px;
  max-width: 504px;
}
.learn__btn--mobile {
  display: none;
}
.learn__fly {
  position: absolute;
  left: -142px;
  bottom: -228px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.course {
  padding-bottom: 40px;
}
.course .title {
  font-weight: 400;
  letter-spacing: -1.6px;
}
.course .subtitle {
  margin-top: 20px;
}
.course__items {
  margin: 60px auto 0;
  max-width: 1420px;
}
.course__hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.course__item {
  padding: 10px 28px 10px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  background: #f1f5fa;
  margin-bottom: 30px;
}
.course__item:last-child {
  margin-bottom: 0;
}
.course__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.course__item-wrap {
  width: 100%;
  display: none;
}
.course__item-body {
  width: 100%;
}
.course__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course__item-content {
  width: 100%;
}
.course__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -10px;
}
.course__item-sub {
  font-weight: 700;
  color: #5D84C0;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.course__item-list {
  margin-top: 21px;
  padding-left: 8px;
  list-style: none;
}
.course__item-list li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #363636;
}
.course__item-list li:last-child {
  margin-bottom: 0;
}
.course__item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #363636;
}
.course__item-box {
  margin-top: 39px;
  margin-right: 10px;
  width: 266px;
}
.course__item-box--big {
  width: 422px;
}
.course__images {
  width: 304px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
.course__images img {
  width: 100%;
  border-radius: 15px;
  vertical-align: top;
}
.course__images-main {
  display: none;
}
.course__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.course__module {
  min-width: 150px;
  margin-right: 24px;
  padding: 17px 20px 16px;
  text-align: center;
  color: #5D84C0;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #DDE7F5;
  border-radius: 80px;
}
.course__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.9px;
}
.course__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  border: none;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  color: #5D84C0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 10px 21px 10px 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.course__more:hover {
  background: #5D84C0;
  color: #fff;
}
.course__more:hover i {
  background-image: url("../images/icons/course-arrow-hover.png");
}
.course__more span {
  line-height: 1.1;
  border-bottom: 1px solid;
}
.course__more i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  margin-left: 23px;
  background: url("../images/icons/course-arrow.png") no-repeat;
}
.course__result {
  width: 280px;
  min-height: 220px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #dde7f5;
  border-radius: 10px;
  padding: 24px 40px;
}
.course__result-icon {
  vertical-align: top;
  margin-bottom: 21px;
  display: block;
}
.course__result-sub {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.course__result-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.03em;
}
.course__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 19px;
  margin-top: 20px;
}
.course__btns .course__more {
  padding: 13px 24px 10px 37px;
}
.course__btns .course__more span {
  border: none;
}
.course__btns .course__more:hover i {
  background-image: url("../images/icons/course-down-hover.png");
}
.course__btns .course__more i {
  margin-left: 20px;
  width: 34px;
  height: 34px;
  background-image: url("../images/icons/course-down.png");
}
.course__action {
  border: none;
  background: #dde7f5;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  color: #5D84C0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 10px 21px 10px 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.course__action:hover {
  background: #5D84C0;
  color: #fff;
}
.course__action:hover i {
  background-image: url("../images/icons/course-arrow-hover.png");
}
.course__action span {
  border-bottom: 1px solid;
  line-height: 1.1;
}
.course__action i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background: url("../images/icons/course-arrow.png") no-repeat;
}

.get {
  padding: 20px 0 0;
  position: relative;
}
.get .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.get__form {
  width: 490px;
}
.get__left {
  width: 1034px;
  margin-top: 20px;
}
.get .title {
  letter-spacing: -2px;
}
.get__items {
  margin-top: 29px;
  margin-left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  background: #f1f5fa;
  border-radius: 20px;
  padding: 19px 20px 24px;
}
.get__item {
  width: 326px;
}
.get__item:first-child {
  width: 304px;
}
.get__item-wrap {
  border-radius: 15px;
  height: 410px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.get__item-num {
  position: absolute;
  left: 20px;
  top: 20px;
  min-width: 62px;
  min-height: 36px;
  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-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
.get__item-box {
  width: calc(100% - 44px);
  height: 202px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  padding: 19px 15px 14px;
  border-radius: 26px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 21px 109px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 21px 109px 0 rgba(0, 0, 0, 0.07);
}
.get__item-sub {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.get__item-sub--left {
  text-align: left;
}
.get__item-sub--small {
  font-size: 14px;
}
.get__item-text {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.03em;
}
.get__docs {
  position: absolute;
  right: -6px;
  bottom: -18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.get__video {
  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;
  width: 100%;
  margin: 7px auto 0;
}
.get__video-poster {
  vertical-align: top;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.get__video .play {
  top: 43.5%;
}
.get__zoom {
  position: relative;
  margin-top: 10px;
}
.get__zoom-icon {
  position: absolute;
  left: 4px;
  top: -16px;
}
.get__zoom-image {
  border-radius: 10px;
  vertical-align: top;
  width: 100%;
  display: block;
}
.get .hand {
  right: 0px;
  bottom: -264px;
}

.hand {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}

.video:hover .play {
  background: #C7D4E5;
}
.video:hover .play svg path {
  fill: #719ce0;
}

.play {
  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: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F0F4F9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.play svg {
  width: 11px;
  height: 16px;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.play svg path {
  fill: #C7D4E5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.videos {
  position: relative;
  padding: 61px 0 98px;
}
.videos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.videos .title {
  text-align: left;
  letter-spacing: -2px;
}
.videos .title__image {
  top: 20px;
}
.videos__left {
  width: 1030px;
}
.videos__wrap {
  margin-top: 116px;
  padding: 10px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  background: #f1f5fa;
  border-radius: 20px;
  position: relative;
}
.videos__player {
  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;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}
.videos__player .play {
  width: 66px;
  height: 66px;
}
.videos__player .play svg {
  width: 16px;
  height: 22px;
}
.videos__poster {
  vertical-align: top;
  display: block;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.videos__checklist {
  position: absolute;
  right: 72px;
  top: -44px;
  width: 310px;
  height: 176px;
  background: url("../images/videos/checklist-bg.svg") center/contain no-repeat;
  color: #fff;
  padding: 22px 0 0 20px;
}
.videos__sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
  padding-left: 20px;
}
.videos__list {
  list-style: none;
}
.videos__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
}
.videos__list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 9px;
  height: 8px;
  background: url("../images/icons/promo-check.svg") center/contain no-repeat;
}
.videos__bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  background: rgba(0, 0, 0, 0.1);
}
.videos__lesson {
  border: 2px solid #dde7f5;
  border-radius: 80px;
  min-width: 120px;
  padding: 17px 20px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.videos__desc {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
}
.videos__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  padding-right: 17px;
  padding-left: 27px;
}
.videos__btn i {
  margin-left: 10px;
}
.videos__price {
  position: absolute;
  left: 30px;
  bottom: 160px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 340px;
  min-height: 130px;
  padding: 17px 40px;
  color: #fff;
}
.videos__price del {
  font-weight: 300;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-decoration: line-through;
  color: #fff;
}
.videos__price p {
  margin-top: 5px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: -0.3px;
}
.videos .hand {
  right: 0;
  bottom: -167px;
}

.about {
  padding: 0 20px;
  position: relative;
  z-index: 20;
}
.about__wrap {
  border-radius: 40px;
  background: url("../images/about/bg.jpg") right top/cover no-repeat;
  padding-top: 82px;
  padding-bottom: 105px;
}
.about .container {
  position: relative;
}
.about__content {
  margin-left: auto;
  margin-right: 41px;
  width: 957px;
}
.about__title {
  position: relative;
  padding-left: 75px;
  font-weight: 400;
  font-size: 46px;
  line-height: 150%;
}
.about__title small {
  display: inline-block;
  position: relative;
  margin-top: -4px;
  top: 13px;
  left: 9px;
  font-size: 21px;
  line-height: 150%;
  font-weight: 400;
}
.about__title .mark {
  color: #6d96d7;
}
.about__title .mark-bg {
  position: relative;
  left: 4px;
  top: -1px;
  padding: 5px 6px 4px 6px;
  margin-right: 2px;
  border-radius: 2px;
  background: #719ce0;
  font-size: 21px;
  line-height: 143%;
  font-weight: 300;
  color: #fff;
}
.about__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 45px;
  height: 31px;
  background: url("../images/about/quote.svg") center/contain no-repeat;
}
.about__padding {
  padding-left: 270px;
  margin-top: 33px;
}
.about__sub {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
}
.about__list {
  list-style: none;
  margin-top: 20px;
  padding-left: 22px;
  max-width: 445px;
}
.about__list li {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  margin-bottom: 9px;
}
.about__list li b {
  font-weight: 600;
}
.about__list li:last-child {
  margin-bottom: 0;
}
.about__list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 10px;
  height: 8px;
  background: url("../images/icons/promo-check.svg") center/contain no-repeat;
}
.about__quote {
  max-width: 570px;
  margin-top: 29px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.about__box {
  width: 604px;
  height: 280px;
  margin: 28px 0 0 38px;
  padding: 30px 0 0 55px;
  background: url("../images/about/box-bg.svg") center/contain no-repeat;
}
.about__box-list {
  list-style: none;
}
.about__box-list li {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__box-list li:last-child {
  margin-bottom: 0;
}
.about__box-list li::before {
  content: "📍";
  font-size: 85%;
  position: relative;
  top: -3px;
  margin-right: 3px;
}
.about__consultation {
  margin: 15px 0 0 4px;
}
.about__consultation-sub {
  font-weight: 700;
  font-size: 12px;
  line-height: 250%;
  text-transform: uppercase;
  color: #b9babb;
}
.about__consultation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__phone {
  margin-right: 19px;
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  color: #363636;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about__phone:hover {
  color: #719ce0;
}
.about__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.about__btn {
  margin: 65px 0 0 47px;
  max-width: 503px;
}
.about__owner {
  position: absolute;
  left: -25px;
  bottom: -105px;
}
.about__owner-image {
  display: block;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.about__owner-info {
  position: absolute;
  right: -121px;
  bottom: 97px;
  color: #fff;
}
.about__owner-desc {
  margin-top: 8px;
  font-weight: 300;
  font-size: 11px;
  line-height: 173%;
  letter-spacing: 0.01em;
}
.about__owner-name {
  font-weight: 500;
  font-size: 21px;
  line-height: 143%;
}
.about__owner-sign {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  margin: 0 0 4px -17px;
}
.about__video {
  position: absolute;
  top: 295px;
  right: -69px;
  width: 202px;
  z-index: 10;
}
.about__video-poster {
  display: block;
  margin: auto;
  width: calc(100% - 34px);
  border-radius: 10px;
  border: 2px solid #fffeff;
  position: relative;
  z-index: 10;
}
.about__video-poster img {
  display: block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
}
.about__video-body {
  margin-top: -49px;
  padding: 65px 7px 12px 26px;
  background: #FFDCAD;
  border-radius: 20px 20px 10px 10px;
  position: relative;
}
.about__video-body::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 0;
  bottom: -5px;
  width: calc(100% - 20px);
  -webkit-transform: skewY(-4deg);
      -ms-transform: skewY(-4deg);
          transform: skewY(-4deg);
  height: 100%;
  background: #EECDA1;
  border-radius: 15px;
  z-index: -1;
}
.about__video-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #363636;
}
.about__video-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0 11px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #c3a882;
}
.about__video-time svg {
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.about__video-time svg path {
  fill: #c3a882;
}

.package {
  padding: 91px 0 0;
}
.package .title {
  font-weight: 400;
  letter-spacing: -1.7px;
}
.package__navigation {
  display: none;
}
.package__nav {
  border: 0;
  background: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.package__nav:hover svg path {
  fill: #719CE0;
}
.package__nav svg {
  width: 30px;
  height: 30px;
}
.package__nav svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #ccc;
}
.package__nav--prev {
  left: 0px;
}
.package__nav--next {
  right: 0;
}
.package__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 58px;
}
.package__item {
  width: 450px;
  background: #F1F5FA;
  border-radius: 20px;
  padding: 10px 10px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.package__item-title {
  padding: 25px;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.03em;
  background: #EBEBEB;
  border-radius: 20px;
  margin-bottom: 44px;
}
.package__item-title--main {
  background: #e3eefd;
}
.package__item-title--premium {
  background: #ffd89f;
}
.package__item-box {
  padding: 0 22px;
  margin-bottom: 20px;
}
.package__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package__item-num {
  min-width: 100px;
  min-height: 50px;
  margin-right: 22px;
  -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;
  padding: 10px;
  border: 2px solid #dde7f5;
  border-radius: 80px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #5d84c0;
}
.package__item-sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5d84c0;
}
.package__item-text {
  margin-top: 27px;
  padding-left: 32px;
  margin-right: -20px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.package__item-text p:not(:last-child) {
  margin-bottom: 10px;
}
.package__add {
  margin: 41px auto 0;
  width: calc(100% - 40px);
  min-height: 110px;
  border-radius: 10px;
  background: #dde7f5;
  position: relative;
  padding: 30px 10px 10px;
  font-size: 16px;
  line-height: 140%;
}
.package__add-icon {
  position: absolute;
  left: 30px;
  top: -19px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.package__add-wrap {
  padding-left: 30px;
}
.package__add-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.package__add-chat {
  margin-top: 12px;
  letter-spacing: -0.03em;
}
.package__add-list {
  margin-top: 3px;
  background: #f1f5fa;
  border-radius: 10px;
  padding: 8px 30px 11px;
}
.package__add-list--orange {
  background: #ffe9c9;
}
.package__add-list p {
  margin-bottom: 12px;
  letter-spacing: -0.45px;
}
.package__add-list p:last-child {
  margin-bottom: 0;
}
.package__cost {
  margin-top: 30px;
  text-align: center;
}
.package__cost-sale {
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-decoration: line-through;
  color: #cfd7e2;
  margin-bottom: 10px;
}
.package__cost-full {
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.package__cost-or {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5d84c0;
  margin: 15px 0;
}
.package__cost-month {
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.package__btn {
  margin: 40px auto 0;
  width: calc(100% - 40px);
}
.package__credit {
  margin-top: 26px;
  border: 0;
  background: 0;
  cursor: pointer;
  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: 100%;
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  color: #5d84c0;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.package__credit:hover {
  opacity: 0.7;
}
.package__credit span {
  border-bottom: 1px solid;
  line-height: 1.1;
}
.package__credit i {
  margin-left: 3px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/course-arrow.png) no-repeat;
}

.chat {
  margin-top: -37px;
}
.chat.chat2 .chat__wrap {
  padding-top: 114px;
}
.chat .title {
  line-height: 1;
  font-weight: 400;
  letter-spacing: -3px;
  position: relative;
  z-index: 10;
}
.chat__wrap {
  margin: -34px auto 0;
  border-radius: 40px;
  max-width: 1430px;
  background: url("../images/chat/bg.jpg") center/cover no-repeat;
  position: relative;
  padding: 141px 60px 69px;
}
.chat__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 750px;
  height: 80px;
  background: url("../images/chat/head.svg") center/contain no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.chat__content {
  position: relative;
  z-index: 10;
  max-width: 560px;
  color: #fff;
}
.chat__title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}
.chat__title small {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7fabf1;
  position: relative;
  top: 3px;
  left: 8px;
}
.chat__text {
  font-size: 24px;
  line-height: 140%;
}
.chat__text b {
  font-weight: 500;
  color: #FECE86;
}
.chat__text2 {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 20px;
  line-height: 120%;
}
.chat__text3 {
  margin-top: 39px;
  max-width: 390px;
}
.chat__question {
  margin-top: 32px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #7fabf1;
}
.chat__find {
  max-width: 340px;
  margin: 19px 0 0 30px;
  font-size: 20px;
  line-height: 120%;
}
.chat__btn {
  max-width: 503px;
  margin-top: 49px;
}
.chat__phone {
  position: absolute;
  right: 98px;
  bottom: 0;
}

.lessons {
  padding: 73px 0;
}
.lessons .videos__wrap {
  margin-top: 30px;
}

.results {
  padding: 32px 0 80px;
}
.results .title {
  font-size: 52px;
  line-height: 123%;
  font-weight: 400;
  letter-spacing: -2.6px;
  max-width: 1250px;
  margin: auto;
}
.results__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px auto 0;
}
.results__thumbs {
  width: 310px;
  margin-right: 22px;
  margin-left: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid rgba(47, 48, 53, 0.15);
  border-radius: 15px;
  padding: 12px 0 11px 11px;
}
.results__thumbs .swiper-wrapper {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.results__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 15px 0 0 15px;
  position: relative;
  overflow: visible;
  margin-bottom: 23px;
  cursor: pointer;
}
.results__slide:last-child {
  margin-bottom: 0;
}
.results__slide:last-child::before {
  content: none;
}
.results__slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
  height: 2px;
  width: calc(100% - 42px);
  border: 1px solid rgba(47, 48, 53, 0.1);
}
.results__slide--active {
  background: #719ce0;
  color: #fff;
}
.results__slide-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.results__slide-name {
  font-weight: 600;
  font-size: 13px;
  line-height: 146%;
  letter-spacing: 0.15px;
}
.results__slide-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.14px;
}
.results__main {
  width: 100%;
  margin-top: 4px;
}
.results__main .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.results__item {
  background: #F3F5F8;
  border: 1px solid #E7E7E7;
  border-radius: 25px;
  display: none;
  position: relative;
  overflow: hidden;
}
.results__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.results__item-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 562px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.results__item-body {
  padding: 28px 59px;
  max-width: 640px;
}
.results__item-tag {
  display: inline-block;
  margin-bottom: 9px;
  border: 2px solid #dde7f5;
  border-radius: 80px;
  padding: 12px 26px 13px 27px;
  font-weight: 700;
  font-size: 12px;
  line-height: 142%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #5d84c0;
}
.results__item-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 134%;
  color: #363636;
}
.results__item-bottom {
  margin-top: 40px;
  padding-top: 46px;
  max-width: 520px;
  border-top: 1px solid #e4e4e4;
}
.results__item-quote {
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 132%;
  color: #4f4f4f;
  position: relative;
}
.results__item-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -19px;
  width: 45px;
  height: 30px;
  background: url("../images/results/quote.svg") center/contain no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.results__item-btn {
  margin-top: 19px;
}
.results__steps {
  margin-top: 20px;
}
.results__steps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.results__steps-item:last-child {
  margin-bottom: 0;
}
.results__steps-sub {
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 21px;
  padding: 15px 10px;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b9babb;
}
.results__steps-text {
  font-size: 16px;
  line-height: 140%;
}
.results__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.results__bottom-box {
  margin-right: 58px;
  position: relative;
}
.results__bottom-box::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -72px;
  width: 117px;
  height: 116px;
  background: url("../images/results/arrow.png") center/contain no-repeat;
}
.results__bottom-sub {
  font-size: 32px;
  line-height: 140%;
  font-weight: 500;
}
.results__bottom-text {
  margin-top: 5px;
  max-width: 350px;
  font-size: 20px;
  line-height: 140%;
}
.results__bottom-btn {
  width: 100%;
  max-width: 370px;
}
.results--pt {
  padding-top: 83px;
}
.results--pt2 {
  padding-top: 113px;
}

.quality {
  padding: 42px 0 40px;
  overflow: hidden;
}
.quality .title {
  font-weight: 400;
  font-size: 52px;
  letter-spacing: -2.6px;
}
.quality__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 56px;
  padding-right: 144px;
}
.quality__head .title {
  text-align: left;
}
.quality__desc {
  max-width: 500px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}
.quality .container {
  position: relative;
}
.quality__main {
  margin-top: 40px;
  padding: 0 57px;
  position: relative;
}
.quality__slide {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 7px;
  border: 7px solid #F3F5F8;
  position: relative;
  -webkit-box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.05);
}
.quality__slide:hover .quality__zoom {
  background: #3E79D7;
}
.quality__slide img {
  width: 100%;
  vertical-align: top;
  display: block;
}
.quality__zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 31px;
  height: 31px;
  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;
  border-radius: 50%;
  background: #719CE0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quality__zoom i {
  width: 16px;
  height: 16px;
  background: url("../images/icons/zoom.svg") no-repeat;
}
.quality__print {
  position: absolute;
  right: -160px;
  bottom: -206px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}
.quality__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quality__nav:hover svg path {
  fill: #719CE0;
}
.quality__nav svg {
  width: 30px;
  height: 30px;
}
.quality__nav svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #ccc;
}
.quality__nav--prev {
  left: 0px;
}
.quality__nav--next {
  right: 0;
}

.faq {
  padding: 40px 0;
}
.faq__wrap {
  padding: 0 13px;
}
.faq .title {
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
}
.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.faq__group {
  width: calc(50% - 11px);
}
.faq__item {
  background: #f3f7ff;
  border-radius: 20px;
  margin-bottom: 23px;
  color: #938da0;
  padding: 37px 30px 27px 56px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item-head {
  width: 100%;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #363636;
  text-align: left;
}
.faq__item-icon {
  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-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(113, 156, 224, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq__item-icon::after {
  content: "";
  position: absolute;
  width: 7.7px;
  height: 8px;
  background: url("../images/icons/plus.svg") center/contain no-repeat;
}
.faq__item-icon i {
  width: 32px;
  height: 32px;
  background: #719CE0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.faq__item-text {
  margin-top: 19px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 156%;
  font-weight: 400;
  color: #5f7495;
  letter-spacing: 0.16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__item--active {
  margin-bottom: 38px;
}
.faq__item--active .faq__item-icon {
  background: #fff;
}
.faq__item--active .faq__item-icon i {
  background: #fff;
}
.faq__item--active .faq__item-icon::after {
  width: 10px;
  height: 10px;
  background-image: url("../images/icons/x.svg");
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.faq__btn {
  margin: 65px auto 0;
  max-width: 370px;
}
.faq__btn .btn-secondary__inner {
  padding: 29px 42px 28px 17px;
}
.faq__bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 61px;
}
.faq__bottom--hidden {
  display: none;
}
.faq__bottom .results__bottom-text {
  margin-top: 18px;
}
.faq__bottom .results__bottom-box {
  margin-right: 20px;
}
.faq__bottom .results__bottom-box::after {
  right: -97px;
  bottom: -86px;
}

.seo {
  padding: 62px 0 88px;
}
.seo .title {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 52px;
}
.seo .title--small {
  font-size: 48px;
}
.seo__text {
  height: 185px;
  margin: 17px auto 0;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  line-height: 156%;
  position: relative;
}
.seo__text.text2 {
  height: 155px;
}
.seo__text p {
  margin-bottom: 28px;
}
.seo__text p:last-child {
  margin-bottom: 0;
}
.seo__text.active {
  height: auto;
}
.seo__text.active::after {
  content: none;
}
.seo__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.seo__more {
  margin-top: -57px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.seo__btn {
  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: auto;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 2px dotted;
  background: 0;
  color: #719CE0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seo__btn:hover {
  color: #628aca;
}
.seo__btn:hover .seo__btn-icon svg {
  fill: #628aca;
}
.seo__btn-text {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.seo__btn-icon {
  position: relative;
  margin-left: 2px;
  top: 2px;
}
.seo__btn-icon svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #719CE0;
}

.questions {
  padding: 0 20px;
  position: relative;
}
.questions__wrap {
  border-radius: 40px;
  background: url("../images/questions/bg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 125px 0 194px;
}
.questions .container {
  position: relative;
}
.questions__content {
  max-width: 600px;
  padding-left: 25px;
}
.questions .title {
  text-align: left;
  font-weight: 400;
  letter-spacing: -1.7px;
}
.questions .subtitle {
  text-align: left;
  margin-top: 27px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}
.questions__call {
  margin-top: 70px;
}
.questions__call-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 250%;
  letter-spacing: 0.5px;
}
.questions__call-phone {
  margin-top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 167%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.questions__call-phone:hover, .questions__call-phone:focus, .questions__call-phone:active {
  color: #719CE0;
}
.questions__call-phone i {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  background: url("../images/icons/phone2.svg") center/contain no-repeat;
}
.questions__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 23px 0 0 44px;
}
.questions__online-text {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  margin-right: 17px;
}
.questions__online-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.questions__online .messenger {
  width: 58px;
  height: 58px;
}
.questions__online .messenger img {
  width: 22px;
  height: auto;
}
.questions__form {
  position: absolute;
  right: 19px;
  top: -171px;
  width: 490px;
}
.questions .form {
  color: #363636;
}
.questions .form__inner {
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.questions .form__title {
  font-size: 34px;
  line-height: 136%;
  letter-spacing: -1.1px;
}
.questions .form__desc {
  margin-top: 17px;
  line-height: 150%;
  max-width: 330px;
}
.questions .form__body {
  padding-right: 19px;
}
.questions__manager {
  position: absolute;
  right: 463px;
  bottom: -199px;
  z-index: 10;
}
.questions__manager-image {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
  position: relative;
}
.questions__manager-box {
  position: absolute;
  left: -92px;
  bottom: 50px;
  z-index: 10;
}
.questions__manager-sign {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin-left: -14px;
}
.questions__manager-name {
  font-size: 22px;
  line-height: 136%;
  font-weight: 500;
}
.questions__manager-desc {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 140%;
}
.questions__hand {
  position: absolute;
  right: 0;
  bottom: -138px;
  width: 277px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
}

.messenger {
  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;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.messenger:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.messenger img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 17px;
  height: 17px;
}
.messenger--whatsapp {
  background: #31b939;
}
.messenger--viber {
  background: #976ecc;
}
.messenger--telegram {
  background: #05A0EB;
}
.messenger--instagram {
  background: url("../images/icons/instagram-bg.png") center/cover no-repeat;
}
.messenger--vk {
  background: #2787F5;
}
.messenger--youtube {
  background: #FF0000;
}

.contacts {
  padding: 88px 0 0;
}
.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__main {
  width: 100%;
  margin-left: 31px;
}
.contacts__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__link {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #719CE0;
  padding-bottom: 4px;
  border-bottom: 1px dashed;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__link:hover {
  color: #628aca;
}
.contacts__link:focus, .contacts__link:active {
  color: #4d75b6;
}
.contacts__sub {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.contacts__title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
.contacts__items {
  margin-top: 31px;
}
.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
}
.contacts__box:last-child {
  margin-bottom: 0;
}
.contacts__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 16px;
}
.contacts__box-icon img {
  vertical-align: middle;
}
.contacts__box-text {
  font-size: 14px;
  line-height: 150%;
}
.contacts__box-text--tel {
  margin-left: -7px;
  color: #363636;
  font-size: 20px;
  line-height: 143%;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contacts__box-text--email {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contacts__box-text b {
  font-weight: 500;
  font-size: 12px;
}
.contacts__messengers {
  margin-top: 22px;
}
.contacts__messengers-sub {
  font-size: 14px;
  line-height: 171%;
  font-weight: 400;
  color: #282728;
  letter-spacing: 0.03em;
}
.contacts__messengers-box {
  margin-bottom: 23px;
}
.contacts__messengers-box:last-child {
  margin-bottom: 0;
}
.contacts__messengers-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.contacts__messengers-list .messenger {
  width: 42px;
  height: 42px;
}
.contacts__messengers-list .messenger img {
  height: auto;
  width: 18px;
}
.contacts__req {
  margin-top: 22px;
  position: relative;
}
.contacts__req:hover .contacts__req-box {
  opacity: 1;
  visibility: visible;
}
.contacts__req-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  max-width: 200px;
  background: #719CE0;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__req a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #719CE0;
  border-bottom: 1px dashed;
  padding-bottom: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__req a:hover {
  color: #628aca;
}
.contacts__req a:focus, .contacts__req a:active {
  color: #4d75b6;
}
.contacts__office {
  width: 377px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 38px;
}
.contacts__office-gallery {
  margin-top: 15px;
}
.contacts__office-gallery img {
  display: block;
  width: 100%;
  vertical-align: top;
  border-radius: 10px;
  margin-bottom: 18px;
}
.contacts__office-gallery img:last-child {
  margin-bottom: 0;
}
.contacts .map {
  height: 561px;
  margin-top: 17px;
  border-radius: 24px;
  overflow: hidden;
}
.contacts .map iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 59px 0 46px;
}
.footer .container {
  position: relative;
}
.footer .container::before {
  content: "Контакты";
  position: absolute;
  left: 0;
  top: -286px;
  font-family: "Manrope", sans-serif;
  font-size: 312px;
  line-height: 179%;
  font-weight: 700;
  color: #F6F6F6;
  opacity: 0.8;
  letter-spacing: 14px;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__box {
  max-width: 250px;
}
.footer .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__sub {
  color: #BFBFBF;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer__nav-list {
  margin-top: 10px;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
}
.footer__nav-list a {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.4px;
  text-transform: uppercase;
  color: #28292b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__nav-list a:hover {
  color: #719CE0;
}
.footer .dev {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #939393;
}
.footer .dev--visible-mob {
  display: none;
}
.footer .dev a {
  font-weight: 500;
  color: #719CE0;
  font-size: 26px;
  letter-spacing: 1px;
  border-bottom: 1px dotted;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .dev a:hover {
  color: #628aca;
}
.footer .dev a:focus, .footer .dev a:active {
  color: #4d75b6;
}
.footer__copyright {
  font-size: 10px;
  line-height: 180%;
  font-weight: 400;
  color: rgba(40, 40, 40, 0.5);
}
.footer__policy {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: rgba(40, 40, 40, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__policy:hover {
  color: #628aca;
}
.footer__policy:hover:focus, .footer__policy:hover:active {
  color: #4d75b6;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
  padding-left: 23px;
}
.footer__data {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 10px;
  line-height: 168%;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.footer .copyright {
  margin-left: 67px;
  padding-right: 60px;
  max-width: 1110px;
  position: relative;
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: rgba(34, 34, 34, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.form {
  background: #fff;
  border-radius: 10px;
  padding: 11px 12px;
  -webkit-box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
}
.form__inner {
  -webkit-box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px 21px 16px 51px;
}
.form__tag {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 250%;
  letter-spacing: 0.48px;
  color: #fff;
  background: #3ac14c;
  padding: 0 12px;
  border-radius: 19px;
}
.form__title {
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -1px;
}
.form__title span {
  color: #719CE0;
}
.form__desc {
  margin-top: 16px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #484848;
}
.form__body {
  margin-top: 24px;
  padding-right: 30px;
}
.form__messengers {
  text-transform: uppercase;
  color: #ADADAD;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}
.form__messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 10px;
  margin-bottom: 33px;
  margin-left: -2px;
}
.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.form__label {
  display: block;
}
.form__label-text {
  display: block;
  margin-bottom: 5px;
  color: rgba(23, 24, 30, 0.3);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.form__messenger {
  display: block;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__messenger input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.form__messenger input:checked + .form__messenger-box {
  background: #69D4DB;
  border-color: #69D4DB;
  color: #fff;
}
.form__messenger input:checked + .form__messenger-box .form__messenger-icon {
  color: #fff;
}
.form__messenger input:checked + .form__messenger-box--whatsapp {
  background: #25D366;
  border-color: #25D366;
}
.form__messenger input:checked + .form__messenger-box--telegram {
  background: #2CA6E2;
  border-color: #2CA6E2;
}
.form__messenger-box {
  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;
  min-width: 100px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #17181E;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__messenger-box--telegram .form__messenger-icon {
  color: #2CA6E2;
}
.form__messenger-box--whatsapp .form__messenger-icon {
  color: #25D366;
}
.form__messenger-icon {
  width: 17px;
  height: 17px;
  margin-right: 13px;
  color: #69D4DB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__agree {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
.form__agree input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.form__agree input:checked + .form__agree-icon::after {
  opacity: 1;
}
.form__agree-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 9px;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border: 1px solid rgba(1, 4, 6, 0.1);
  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;
}
.form__agree-icon::after {
  content: "";
  position: absolute;
  background: #35ABFB;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.form__agree-text {
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: #bdbdbf;
}
.form__agree-text a {
  color: #189ffa;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form__agree-text a:focus, .form__agree-text a:active {
  color: #628aca;
}
.form__agree-text a:hover {
  color: #719CE0;
}
.form .input {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fafafa;
  width: 100%;
  height: 96px;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.form .input--tel {
  padding-left: 56px;
  background-image: url("../images/icons/tel.svg");
  background-position: 25px 50%;
  background-repeat: no-repeat;
}
.form .btn-wrap {
  margin-top: 18px;
}
.form .btn-secondary__inner {
  padding: 28px 31px 29px 5px;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.form .btn-secondary__icon {
  right: 22px;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.agree input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
}
.agree input:checked + .agree__icon {
  background: #719CE0;
  border-color: #719CE0;
}
.agree input:checked + .agree__icon::after {
  opacity: 1;
}
.agree__icon {
  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;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  margin-right: 18px;
  border: 1px solid #D8D8D8;
  position: relative;
}
.agree__icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  background: url("../images/icons/agree-check.svg") center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.agree__text {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  color: #1c1c1c;
  letter-spacing: 0.25px;
}
.agree__text a {
  color: #3d91ff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.agree__text a:hover {
  color: #719CE0;
}
.agree__text a:focus, .agree__text a:active {
  color: #EEB215;
}

.fancybox-slide--html .fancybox-close-small {
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 16px 0px rgba(163, 169, 183, 0.3);
  box-shadow: 0px 9px 16px 0px rgba(163, 169, 183, 0.3);
  background: url("../images/icons/close2.svg") center no-repeat;
  opacity: 1;
  outline: none;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.modal {
  position: relative;
  width: 860px;
  padding: 0;
  border-radius: 10px;
  overflow: visible;
}
.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px 0 0 10px;
  width: 394px;
  background: url("../images/modal-left.jpg") center/cover no-repeat;
  padding: 5px 0 5px 5px;
}
.modal__left .modal__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
  border-right: none;
  padding: 40px;
  height: 100%;
}
.modal__catalog {
  position: absolute;
  left: -181px;
  bottom: -167px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.modal__right .form {
  position: relative;
}
.modal__right .form .btn {
  margin-top: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
}
.modal__title {
  color: #222222;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.modal__desc {
  margin-top: 16px;
  color: #222222;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.modal .manager {
  position: absolute;
  left: 0;
  top: 147px;
}
.modal .table {
  width: 250px;
  position: absolute;
  left: 138px;
  bottom: 28px;
  z-index: 10;
}
.modal .table__label {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 11px 22px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal .table__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #719CE0;
  border-radius: 4px;
  -webkit-transform: skewX(-9deg);
  -ms-transform: skewX(-9deg);
  transform: skewX(-9deg);
  z-index: -1;
}
.modal .table__name {
  color: #fff;
  padding: 11px 22px;
  font-size: 16px;
  letter-spacing: 0.4px;
  position: relative;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.05);
}
.modal .table__text {
  margin-left: 12px;
}
.modal .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  width: 370px;
  padding: 2px;
  height: 28px;
  border-radius: 13px;
  background: #f6f7f9;
  overflow: hidden;
  z-index: 10;
}
.modal .progress__line {
  height: 100%;
  width: 80%;
  border-radius: 13px;
  background: url("../images/icons/progress.svg") repeat-x;
}
.modal .progress__text {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
}
.modal__right {
  width: 466px;
  padding: 5px;
  padding-left: 0;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.modal__right .modal__inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 10px 10px 0;
  border-left: none;
  padding: 30px 25px;
}
.modal__right-info {
  display: none;
  margin-bottom: 15px;
}
.modal__right .label {
  margin-bottom: 20px;
}
.modal .form__messengers-list {
  margin-bottom: 20px;
}
.modal .label .input {
  margin-top: 10px;
}
.modal .form .btn {
  margin-left: 0;
  width: 100%;
}
.modal .form__agree {
  margin-top: 20px;
}
.modal .form .label__text {
  margin-bottom: 0;
}

.label {
  display: block;
  margin-bottom: 14px;
}
.label__text {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: rgba(23, 24, 30, 0.3);
  letter-spacing: 1.3px;
}

.modal .input {
  width: 100%;
  min-height: 80px;
  font-size: 18px;
}

.modal__inner {
  min-height: 650px;
}

.modal .btn-wrap {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.modal .btn__content {
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 15px;
}

.modal .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 4px;
  margin-top: 11px;
}
.modal .time__item {
  color: #5e5e5e;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  padding: 16px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 164px;
}
.modal .time__item:first-child {
  width: 178px;
}
.modal .time__item.active {
  color: #fff;
  background: -o-linear-gradient(top, #3b9fec 0%, #1d84d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3b9fec), to(#1d84d2));
  background: linear-gradient(180deg, #3b9fec 0%, #1d84d2 100%);
  -webkit-box-shadow: 0px 10px 22.5px 7.5px rgba(59, 159, 236, 0.2), inset 0px 0px 15px 0px rgba(59, 159, 236, 0.15);
  box-shadow: 0px 10px 22.5px 7.5px rgba(59, 159, 236, 0.2), inset 0px 0px 15px 0px rgba(59, 159, 236, 0.15);
}

.modal--map {
  width: 900px;
}
.modal--map .modal-map {
  height: 600px;
}
.modal--map .modal-map iframe {
  width: 100%;
  height: 100%;
}

.modal .agree {
  margin-top: 15px;
}

#policy,
#oferta {
  font-size: 16px;
  line-height: 20px;
}
#policy .section,
#oferta .section {
  margin-bottom: 25px;
}
#policy .section:last-child,
#oferta .section:last-child {
  margin-bottom: 0;
}
#policy h2,
#oferta h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
#policy h3,
#oferta h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 7px;
}
#policy ul,
#oferta ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

#policy,
#oferta {
  padding: 60px 40px;
  margin-top: 20px;
  width: 900px;
}
#policy .modal__title,
#oferta .modal__title {
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
#policy p,
#oferta p {
  font-size: 16px;
  line-height: 24px;
}

.exit {
  width: 1006px;
  border-radius: 12px;
  overflow: visible;
  padding: 61px 36px 76px;
}
.exit__title {
  text-align: center;
  font-size: 41px;
  line-height: 47.5px;
  font-weight: 400;
}
.exit__title b {
  font-weight: 600;
}
.exit__subtitle {
  margin: 15px auto 0;
  max-width: 680px;
  text-align: center;
  color: #828B9A;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.exit__text {
  margin: 18px auto 0;
  max-width: 950px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.exit__text b {
  font-weight: 600;
}
.exit__wrap {
  position: relative;
  padding-right: 54px;
  margin-top: 68px;
}
.exit__info {
  position: absolute;
  left: -24px;
  top: -72px;
}
.exit__info-text {
  position: absolute;
  right: 1px;
  top: 324px;
  width: 250px;
  background: #719CE0;
  -webkit-box-shadow: 0px 14px 59px 0px rgba(163, 169, 183, 0.15);
  box-shadow: 0px 14px 59px 0px rgba(163, 169, 183, 0.15);
  border-radius: 8px;
  padding: 23px 9px;
  font-size: 13px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.exit__form {
  max-width: 297px;
  margin-left: auto;
}
.exit__form-label {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #363636;
}
.exit__form .input {
  border-radius: 10px;
  font-size: 18px;
}
.exit__form .btn-secondary__inner {
  font-size: 13px;
}
.exit__hand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.exit .form__messengers-list {
  gap: 6px;
  margin: 10px 0 1px 0;
}
.exit .form__messenger-box {
  min-width: 90px;
  font-size: 11px;
}
.exit .form__messenger-icon {
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.exit .form__agree {
  margin-top: 21px;
}
.exit__form .input {
  width: 100%;
  min-height: 80px;
  margin-top: 25px;
  background: #F8F8FA;
  -webkit-box-shadow: 0px 1px 2px 0px #EAEAEF inset;
  box-shadow: 0px 1px 2px 0px #EAEAEF inset;
  border: 0;
  padding-left: 41px;
}
.exit__form .btn {
  margin-top: 16px;
  width: 100%;
}
.exit__form .btn__content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 15px;
}
.exit__messengers-label {
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.exit .messengers {
  gap: 6px;
  margin-top: 28px;
}
.exit__agree {
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 15px;
  padding: 0 10px;
}
.exit__agree a {
  color: #C78D54;
  text-decoration: underline;
}

.hero2 {
  background-image: url("../images/hero2-bg.jpg");
}
.hero2 .logo__image {
  margin-top: -9px;
}
.hero2 .promo {
  padding: 49px 0 138px;
}
.hero2 .promo__title {
  max-width: 980px;
}
.hero2 .promo__logos {
  display: inline-block;
  margin: 0 0 -11px -2px;
}
.hero2 .promo__logos--mobile {
  display: none;
}
.hero2 .promo__desc {
  margin-top: 31px;
  max-width: 730px;
}
.hero2 .promo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 47px;
  margin-left: 31px;
  gap: 39px;
}
.hero2 .promo__btn {
  margin: 0;
  width: 100%;
  max-width: 440px;
}
.hero2 .promo__btn2 {
  width: 100%;
  max-width: 390px;
}
.hero2 .promo .btn-secondary__catalog {
  left: -54px;
}
.hero2 .promo .btn-secondary--catalog .btn-secondary__inner {
  padding-left: 49px;
}
.hero2 .promo__benefits {
  margin-top: 66px;
}
.hero2 .promo__benefits li {
  width: 240px;
}
.hero2 .promo__benefits li:last-child {
  width: 250px;
}
.hero2 .promo__owner {
  left: 373px;
  bottom: -2px;
}
.hero2 .promo__owner-sign {
  margin: 0 0 -44px -2px;
}

.hero3 .promo {
  padding-top: 49px;
  padding-bottom: 138px;
}
.hero3 .promo__desc {
  max-width: 680px;
  margin-top: 31px;
}
.hero3 .promo__btn {
  margin: 0;
  max-width: 538px;
}
.hero3 .promo__btns {
  margin: 55px 0 0 31px;
}
.hero3 .promo .btn-secondary__catalog {
  left: -54px;
}
.hero3 .promo .btn-secondary--catalog .btn-secondary__inner {
  padding-left: 26px;
  padding-right: 26px;
  text-align: right;
  letter-spacing: 0.1px;
}
.hero3 .promo__companies {
  margin-top: 44px;
}
.hero3 .promo__benefits {
  margin-top: 66px;
}
.hero3 .promo__benefits li {
  width: 240px;
}
.hero3 .promo__benefits li:last-child {
  width: 250px;
}
.hero3 .promo__owner {
  left: 374px;
  bottom: 123px;
}

.way {
  padding: 91px 0 68px;
}
.way .title {
  font-size: 52px;
  line-height: 130%;
  letter-spacing: -2.6px;
}
.way .subtitle {
  margin-top: 22px;
}
.way .subtitle__image {
  display: inline-block;
  border-radius: 9px;
  margin-bottom: -7px;
}
.way__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.604vw 2.552vw;
  padding: 0 1.094vw;
  margin-top: 60px;
  margin-bottom: 50px;
}
.way__items:last-child {
  margin-bottom: 0;
}
.way__items--big {
  margin-top: 0;
  gap: 38px;
}
.way__item {
  width: 28.2%;
  min-height: 620px;
  border-radius: 20px;
  padding: 60px 50px 40px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.way__item.w68 {
  width: 38.2%;
}
.way__item--border {
  border: 1px solid rgba(100, 128, 208, 0.1);
}
.way__item--big {
  width: calc(50% - 19px);
  padding-top: 37px;
  min-height: 500px;
}
.way__item--light {
  color: #3c3f44;
}
.way__item-sub {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
}
.way__item-text {
  margin-top: 30px;
  max-width: 340px;
  font-size: 20px;
  line-height: 140%;
}
.way__btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  min-height: 96px;
  max-width: 384px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  color: #6480d0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.way__btn:hover {
  background: #6480d0;
  color: #fff;
}
.way__btn--wb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 37px;
}
.way__btn-wb {
  margin-left: 51px;
}

.podcast {
  padding: 123px 20px 0;
}
.podcast .subtitle {
  margin-top: 30px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.podcast__main {
  margin-top: -58px;
  display: block;
  position: relative;
}
.podcast__main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1100px;
  height: 100px;
  background: url("../images/podcast/head.svg") center/cover no-repeat;
}
.podcast__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.25);
  padding: 12px;
}
.podcast__play span {
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  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;
}
.podcast__poster {
  width: 100%;
  border-radius: 40px;
}

.companies {
  padding: 80px 0 93px;
  position: relative;
  z-index: 20;
}
.companies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}
.companies__items img {
  width: 50%;
}

.consultation {
  padding: 143px 14px 0;
}
.consultation .questions__content {
  max-width: 680px;
}
.consultation .questions__wrap {
  padding-top: 51px;
  padding-bottom: 174px;
}
.consultation .questions__manager {
  right: 455px;
  bottom: -179px;
}
.consultation .questions__manager-box {
  left: -100px;
  bottom: 72px;
}
.consultation .questions__hand {
  z-index: 40;
}
.consultation .form {
  top: -94px;
  z-index: 30;
}
.consultation .form__title {
  font-size: 32px;
}
.consultation .form__inner {
  padding-top: 31px;
}
.consultation .form__desc {
  margin-top: 12px;
  max-width: 370px;
  font-size: 16px;
}
.consultation .form .btn-secondary__inner {
  font-size: 14px;
  letter-spacing: 0;
}
.consultation .title small {
  background: #AFDD94;
  border-radius: 10px;
  display: inline-block;
  padding: 18px 41px 16px 44px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #3f413f;
  position: relative;
  left: 6px;
  bottom: 13px;
}
.consultation .title span {
  color: #fece86;
}
.consultation__sub {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin: 15px 0 0 42px;
}
.consultation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 32px 0 0 -25px;
}
.consultation__list li {
  padding: 13px 0 0 19px;
  position: relative;
  width: 220px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}
.consultation__list li:nth-child(even) {
  width: 300px;
}
.consultation__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fece86;
}

.books {
  padding: 75px 0 0;
}
.books__wrap {
  margin-top: 31px;
  position: relative;
}
.books__slide {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.02);
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 23px 30px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 790px;
}
.books__slide-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.books__slide-tag {
  padding: 12px 19px;
  border: 2px solid #dde7f5;
  border-radius: 80px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #5d84c0;
}
.books__slide-desc {
  margin-left: 11px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: -0.45px;
}
.books__slide-sub {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  color: #5d84c0;
  letter-spacing: 0.8px;
}
.books__slide-poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  text-align: center;
  min-height: 429px;
}
.books__slide-image {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.books__slide-text {
  margin-top: 7px;
  padding-left: 30px;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.06em;
  color: #363636;
}
.books__slide-price {
  margin-top: 10px;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #363636;
}
.books__slide-btn {
  margin-top: 24px;
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  color: #6480d0;
  background: #dde7f5;
  border-radius: 10px;
  padding: 33px 30px 30px;
  min-height: 90px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.books__slide-btn:hover {
  background: #6480d0;
  color: #fff;
}
.books__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
.books__nav {
  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;
  border-radius: 50%;
  border: none;
  width: 64px;
  height: 64px;
  background: #719ce0;
  -webkit-box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.books__nav:hover {
  background: #5D84C0;
}
.books__nav:hover svg {
  fill: #fff;
}
.books__nav.swiper-button-disabled {
  background: #ECECEC;
}
.books__nav svg {
  width: 10px;
  height: 16px;
  fill: #fff;
}
.books__nav--prev {
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.books__nav--next {
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.reviews {
  padding: 82px 0 57px;
}
.reviews .subtitle {
  margin-top: 24px;
  line-height: 150%;
}
.reviews__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 66px;
}
.reviews__videos {
  width: 650px;
}
.reviews__videos-slider {
  position: relative;
}
.reviews__videos-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.reviews__videos-item:hover .works__play {
  background: #628aca;
}
.reviews__videos .works__play {
  width: 125px;
  height: 125px;
}
.reviews__videos-image {
  width: 100%;
  vertical-align: top;
}
.reviews__videos-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.reviews__videos-btn:hover {
  border-color: #719CE0;
  background: #719CE0;
}
.reviews__videos-btn--prev {
  left: 33px;
}
.reviews__videos-btn--next {
  right: 33px;
}
.reviews__videos-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 41px;
}
.reviews__videos-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__videos-dot--active {
  background: #719CE0;
}
.reviews__link {
  margin-top: 43px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.reviews__link a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #719CE0;
}
.reviews__link a:focus, .reviews__link a:active {
  color: #4d75b6;
}
.reviews__link a:hover {
  color: #628aca;
}
.reviews__docs {
  width: 325px;
  margin-left: 134px;
  position: relative;
}
.reviews__docs-slider {
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 40px;
}
.reviews__docs-item img {
  border-radius: 40px;
  width: 100%;
  vertical-align: top;
}
.reviews__docs-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #719CE0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.reviews__docs-btn svg {
  fill: #fff;
}
.reviews__docs-btn.swiper-button-disabled {
  background: #ECECEC;
}
.reviews__docs-btn.swiper-button-disabled svg path {
  fill: #a8a8a8;
}
.reviews__docs-btn:hover {
  background: #719CE0;
}
.reviews__docs-btn--prev {
  left: -33px;
}
.reviews__docs-btn--next {
  right: -33px;
}
.reviews__docs-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 51px;
}
.reviews__docs-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__docs-dot--active {
  background: #719CE0;
}
.reviews__phone {
  margin-left: 159px;
  width: 277px;
  position: relative;
}
.reviews__phone-slide img {
  width: 100%;
  vertical-align: top;
}
.reviews__phone-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #719CE0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 10;
}
.reviews__phone-btn svg {
  fill: #fff;
}
.reviews__phone-btn.swiper-button-disabled {
  background: #ECECEC;
}
.reviews__phone-btn.swiper-button-disabled svg path {
  fill: #a8a8a8;
}
.reviews__phone-btn:hover {
  background: #719CE0;
}
.reviews__phone-btn--prev {
  left: -25px;
}
.reviews__phone-btn--next {
  right: -25px;
}
.reviews__phone-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  margin-top: 45px;
}
.reviews__phone-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECECEC;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__phone-dot--active {
  background: #719CE0;
}
.reviews__icon {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
}
.reviews__icon--google {
  left: -18px;
  top: 50px;
}
.reviews__icon--yandex {
  right: -22px;
  bottom: 173px;
}
.reviews__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background: #719ce0;
  width: 125px;
  height: 125px;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__play:hover {
  background: #6480d0;
}
.reviews__play img {
  width: 24px;
  height: 24px;
}

.form__mark {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #3f413f;
  background: #afdd94;
  border-radius: 10px;
  padding: 15px 29px 13px 30px;
  margin: 9px 0 0 -4px;
}

.help .questions__wrap {
  padding: 91px 0 102px;
}
.help .questions__content {
  padding-left: 0;
  max-width: 680px;
}
.help .questions__form {
  top: -139px;
}
.help .form__desc {
  max-width: 110%;
}
.help__manager {
  position: absolute;
  right: 319px;
  bottom: -102px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.help .title b {
  font-weight: 600;
}
.help__info {
  margin-top: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.help__info-box {
  position: relative;
}
.help__image {
  margin-right: 28px;
  border-radius: 10px;
}
.help__sign {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  left: -96px;
  top: -35px;
}
.help__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 136%;
}
.help__desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.help__text {
  margin-top: 14px;
  max-width: 240px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
.help__text span {
  display: block;
  margin-top: 9px;
}
.help__contacts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.help__contacts-text {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.48px;
}
.help__messengers {
  margin-right: 28px;
}
.help__messengers .promo__social {
  min-width: auto;
  margin-bottom: 10px;
  width: 140px;
  padding: 3px;
  border-radius: 7px;
  margin-right: 0;
  font-size: 13px;
}
.help__messengers .promo__social-icon {
  width: 41px;
  height: 41px;
  margin-right: 16px;
  border-radius: 7px;
}
.help__messengers .promo__social-icon img {
  width: 18px;
}
.help__tel {
  margin-top: 8px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 30px;
  line-height: 167%;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.help__tel:focus, .help__tel:active {
  color: #fff;
  opacity: 0.9;
}
.help__tel:hover {
  opacity: 0.8;
  color: #fff;
}
.help__tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url("../images/help/call.svg") center no-repeat;
}

.personal {
  padding: 92px 0 0;
}
.personal .subtitle {
  margin-top: 21px;
}
.personal .subtitle__image {
  display: inline-block;
  margin-top: -7px;
  position: relative;
  top: 10px;
  left: 0px;
  border-radius: 9px;
}
.personal__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px 40px;
  margin-top: 60px;
}
.personal__item {
  border-radius: 25px;
  background: #f3f5f8;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 520px;
  width: 460px;
}
.personal__item.h480 {
  min-height: 480px;
}
.personal__item.h417 {
  min-height: 417px;
}
.personal__item.w570 {
  width: 570px;
}
.personal__item.w50 {
  width: calc(50% - 20px);
}
.personal__item--dark {
  background: #E4ECF7;
}
.personal__item-subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #3c3f44;
}
.personal__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #3c3f44;
  margin-top: 27px;
}
.personal__item-btn {
  margin-top: auto;
  border: 0;
  border-radius: 10px;
  background: #fff;
  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;
  min-height: 80px;
  min-width: 320px;
  padding: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #6480d0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.personal__item-btn:hover {
  background: #6480d0;
  color: #fff;
}

.teach {
  padding-top: 125px;
}
.teach .questions__wrap {
  padding-top: 75px;
  padding-bottom: 157px;
}
.teach .questions__content {
  max-width: 740px;
  position: relative;
  z-index: 30;
}
.teach .questions__manager {
  right: 453px;
  bottom: -162px;
}
.teach .form {
  top: -117px;
}
.teach__sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin: 31px 0 0 44px;
}
.teach__list {
  margin: 54px 0 0 55px;
  list-style: none;
}
.teach__list li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
.teach__list li:last-child {
  margin-bottom: 0;
}
.teach__list li b {
  font-weight: 600;
}
.teach__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 17px;
  background: url("../images/icons/error.png") center no-repeat;
}
.teach .title small {
  padding-left: 26px;
  padding-right: 26px;
}

.short {
  padding: 92px 0 0;
}
.short .title {
  font-size: 52px;
  line-height: 130%;
  letter-spacing: -2.5px;
}
.short .subtitle {
  margin-top: 19px;
  position: relative;
  z-index: 10;
}
.short__wrap {
  margin-top: -68px;
  padding: 0 20px;
  position: relative;
  display: block;
}
.short__wrap:hover .short__play {
  background: #719CE0;
  border-color: #719CE0;
}
.short__wrap:hover .short__play svg path {
  fill: #fff;
}
.short__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1100px;
  height: 100px;
  background: url("../images/learn/head2.svg") center/contain no-repeat;
}
.short__wrap img {
  border-radius: 40px;
  display: block;
  vertical-align: top;
  width: 100%;
}
.short__play {
  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;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 246, 246, 0.9);
  width: 112px;
  height: 112px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.short__play svg path {
  fill: #719CE0;
}

.map {
  padding: 119px 0 201px;
  position: relative;
}
.map__wrap {
  position: relative;
  margin-top: 80px;
  z-index: 1;
}
.map__form {
  position: absolute;
  right: 0;
  top: 0;
  width: 490px;
}
.map .form__title {
  font-size: 32px;
}
.map .form__inner {
  padding: 30px 25px 19px 37px;
}
.map .form__desc {
  padding-right: 40px;
  font-size: 18px;
  margin-top: 28px;
  letter-spacing: -0.6px;
  margin-right: -10px;
}
.map__title {
  margin-left: 128px;
  font-weight: 400;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #363636;
}
.map__title span {
  color: #719CE0;
}
.map__image {
  position: absolute;
  left: 84px;
  top: 110px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
}
.map__text {
  margin-left: 128px;
  margin-top: 437px;
  font-size: 32px;
  line-height: 150%;
  font-weight: 400;
}
.map__hand {
  position: absolute;
  right: -13px;
  bottom: -130px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 20;
}

.guarantee {
  padding: 166px 0 0;
}
.guarantee .container {
  position: relative;
  z-index: 1;
}
.guarantee__title {
  padding-left: 86px;
  max-width: 770px;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #363636;
  position: relative;
}
.guarantee__title::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 40px;
  width: 55px;
  height: 1px;
  background: #3f3f3f;
}
.guarantee__desc {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #363636;
  margin: 28px 0 0 87px;
  padding: 13px 0 0 18px;
  max-width: 570px;
}
.guarantee__desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #fece86;
  width: 8px;
  height: 8px;
}
.guarantee__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0 0 87px;
}
.guarantee__photo {
  margin-right: 29px;
  border-radius: 15px;
}
.guarantee__text {
  max-width: 450px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #363636;
}
.guarantee__text b {
  font-weight: 600;
}
.guarantee__btn {
  margin: 71px 0 0 94px;
  max-width: 538px;
}
.guarantee .btn-secondary__catalog {
  left: -54px;
}
.guarantee .btn-secondary--catalog .btn-secondary__inner {
  padding-right: 15px;
  padding-left: 35px;
  text-align: right;
  letter-spacing: 0;
}
.guarantee__image {
  position: absolute;
  right: -123px;
  top: -122px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: -1;
}

@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.book-modal {
  padding: 0;
}
.book-modal .lt-block-wrapper {
  padding: 0 !important;
}
@media screen and (max-width: 1760px) {
  .get .hand {
    right: -75px;
  }
  .videos .hand {
    right: -75px;
  }
  .lessons .hand {
    bottom: -197px;
  }
  .questions__hand {
    right: -80px;
  }
}
@media screen and (max-width: 1630px) {
  .container {
    width: 1280px;
  }
  .header__rating {
    margin-right: 30px;
  }
  .header__contact {
    margin-right: 30px;
  }
  .problems__head {
    padding-left: 0;
  }
  .problems .focus {
    right: -10px;
    width: 580px;
    height: 340px;
  }
  .problems .focus__title {
    font-size: 36px;
  }
  .problems .focus__text {
    font-size: 26px;
  }
  .problems__box {
    padding-left: 30px;
  }
  .problems__box--big {
    padding-left: 30px;
  }
  .learn__item-2 {
    margin-left: 260px;
  }
  .course__images {
    margin-right: 30px;
  }
  .course__title {
    font-size: 24px;
  }
  .course__item-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course__item-box--big {
    width: 300px;
  }
  .course__result {
    width: 260px;
    padding: 24px 30px;
  }
  .get__left {
    width: 830px;
  }
  .get__items {
    margin-left: 0;
    gap: 14px;
  }
  .get__item, .get__item:first-child {
    width: 256px;
  }
  .get__item-box {
    width: calc(100% - 22px);
  }
  .get__item-sub {
    font-size: 14px;
  }
  .get__form {
    width: 400px;
  }
  .get__docs {
    width: 245px;
  }
  .get .hand {
    display: none;
  }
  .videos__left {
    width: 840px;
  }
  .videos__wrap {
    margin-top: 66px;
  }
  .videos .hand {
    display: none;
  }
  .about__content {
    width: 865px;
    margin-right: 0;
  }
  .about__owner {
    left: -215px;
  }
  .package__items {
    gap: 20px;
  }
  .package__item {
    width: 390px;
  }
  .package__item-box {
    padding: 0 10px;
  }
  .package__item-num {
    margin-right: 15px;
  }
  .package__item-sub {
    font-size: 14px;
  }
  .chat__content {
    max-width: 470px;
  }
  .chat__phone {
    right: 40px;
  }
  .results__thumbs {
    margin-left: 0;
    margin-right: 20px;
  }
  .results__item-body {
    padding: 30px 35px;
    max-width: 560px;
  }
  .results__item-image {
    width: 372px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .results__bottom-sub {
    font-size: 25px;
  }
  .results__bottom-text {
    margin-top: 13px;
    font-size: 17px;
  }
  .results__bottom-btn {
    max-width: 310px;
  }
  .results__bottom .btn-secondary__inner {
    padding: 27px 15px;
    font-size: 16px;
  }
  .questions__form {
    width: 420px;
    right: 0;
    z-index: 20;
  }
  .questions__hand {
    display: none;
  }
  .questions__manager {
    right: 233px;
    z-index: 5;
  }
  .questions__content {
    padding-left: 0;
  }
  .questions .subtitle {
    font-size: 20px;
    max-width: 80%;
  }
  .form__inner {
    padding: 30px 20px 15px;
  }
  .form .btn-secondary__inner {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding-right: 20px;
  }
  .footer .logo {
    margin-right: 20px;
  }
  .footer .container::before {
    top: -236px;
    font-size: 255px;
    letter-spacing: 8px;
  }
  .footer__nav-list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .footer__bottom {
    padding-left: 0;
  }
  .reviews__videos {
    width: 530px;
  }
  .reviews__docs {
    margin-left: 40px;
  }
  .reviews__phone {
    margin-left: 68px;
  }
  .consultation .form__title {
    font-size: 28px;
  }
  .consultation .questions__manager {
    right: 215px;
  }
  .consultation .questions__manager-box {
    left: -40px;
    z-index: 20;
  }
  .consultation__sub {
    margin-left: 0;
  }
  .consultation__list {
    margin-left: 0;
  }
  .consultation__list li:nth-child(even) {
    width: 270px;
  }
  .books__slide {
    height: auto;
  }
  .books__slide-sub {
    letter-spacing: 0;
  }
  .books__slide-poster img {
    width: auto;
    max-width: 100%;
  }
  .help__manager {
    width: 700px;
    right: 120px;
  }
  .help__contacts-text {
    font-size: 17px;
  }
  .help__tel {
    font-size: 25px;
  }
  .personal__items {
    gap: 30px;
    margin-top: 40px;
  }
  .personal__item {
    width: 390px;
  }
  .personal__item.w570 {
    width: 410px;
  }
  .personal__item-text {
    font-size: 18px;
  }
  .personal__item-text br {
    display: none;
  }
  .short .title br {
    display: none;
  }
  .guarantee__image {
    right: -445px;
  }
  .quality__head {
    padding: 0;
  }
}
@media screen and (max-width: 1360px) {
  .container {
    width: 992px;
  }
  .hero {
    border-radius: 0 0 60px 60px;
  }
  .header__main {
    margin-top: 20px;
  }
  .header__rating {
    display: none;
  }
  .header__contact-manager {
    display: none;
  }
  .promo {
    padding-bottom: 160px;
  }
  .promo__title {
    max-width: 660px;
    font-size: 48px;
    letter-spacing: -1px;
  }
  .promo__desc {
    max-width: 570px;
    padding-left: 30px;
    font-size: 20px;
  }
  .promo__desc::before {
    left: 0;
    width: 15px;
  }
  .promo__btn {
    max-width: 450px;
  }
  .title {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .subtitle {
    margin-top: 17px;
    font-size: 20px;
  }
  .problems {
    padding: 45px 0;
  }
  .problems .focus {
    right: 0;
    width: 470px;
    height: 280px;
    padding: 60px 70px 30px;
  }
  .problems .focus__title {
    font-size: 26px;
  }
  .problems .focus__text {
    font-size: 18px;
    padding-right: 30px;
  }
  .problems__head {
    max-width: 490px;
  }
  .problems .subtitle br {
    display: none;
  }
  .problems__image {
    display: none;
  }
  .problems__box {
    padding: 30px 20px;
  }
  .problems__box-content {
    max-width: 100%;
  }
  .problems__text br {
    display: none;
  }
  .problems__sub {
    font-size: 20px;
  }
  .problems__group {
    gap: 20px;
  }
  .problems__icon-1 {
    right: 2px;
    top: 11px;
  }
  .problems__icon-2 {
    right: 12px;
  }
  .problems__right .problems__box {
    width: 280px;
    padding: 30px 20px 20px;
  }
  .problems__btn {
    right: 20px;
    bottom: 10px;
  }
  .learn__item {
    width: 385px;
    height: 156px;
    padding: 33px 15px 10px 35px;
    font-size: 16px;
  }
  .learn__item br {
    display: none;
  }
  .learn__wrap {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .learn__item-2 {
    margin-left: 80px;
    margin-bottom: -5px;
  }
  .learn__item-3 {
    z-index: 20;
  }
  .learn__item-4 {
    top: 272px;
  }
  .learn__item-5 {
    top: 423px;
  }
  .learn__btn {
    margin-top: 55px;
  }
  .course__images {
    margin-right: 20px;
    width: 210px;
  }
  .course__images-thumb {
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .course__images-main {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .course__module {
    min-width: 120px;
    padding: 15px 10px;
    font-size: 11px;
    letter-spacing: 2px;
    margin-right: 18px;
  }
  .course__title {
    font-size: 20px;
  }
  .course__result {
    margin-left: 20px;
    width: 230px;
    padding: 20px;
  }
  .course__item-box {
    width: 185px;
    margin-top: 15px;
  }
  .course__item-box--big {
    width: 240px;
    margin-right: 0;
  }
  .get .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .get__left {
    width: 100%;
    margin-top: 0;
  }
  .get__item, .get__item:first-child {
    width: 33.3333333333%;
  }
  .get__form {
    max-width: 490px;
    width: 100%;
    margin: 30px auto 0;
  }
  .videos .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .videos__left {
    width: 100%;
  }
  .about__wrap {
    padding-bottom: 75px;
  }
  .about__content {
    width: 650px;
  }
  .about__title {
    font-size: 32px;
    line-height: 1.4;
    padding-left: 45px;
  }
  .about__title::before {
    background-size: contain;
    width: 30px;
    height: 25px;
    top: 10px;
  }
  .about__padding {
    padding-left: 130px;
    margin-top: 30px;
  }
  .about__owner {
    left: -255px;
    bottom: -75px;
  }
  .about__owner-image {
    width: 700px;
  }
  .about__owner-info {
    right: -30px;
  }
  .about__video {
    top: 205px;
    right: 0;
  }
  .package__items {
    gap: 10px;
    margin-top: 40px;
  }
  .package__item-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .package__item-num {
    margin-right: 10px;
    min-width: 70px;
    min-height: 40px;
    font-size: 13px;
  }
  .package__item-text {
    margin-top: 20px;
    padding-left: 20px;
  }
  .package .btn-secondary__inner {
    padding: 25px 15px;
    font-size: 16px;
  }
  .chat__wrap {
    padding: 140px 40px 50px;
  }
  .chat__content {
    max-width: 370px;
  }
  .chat__text {
    font-size: 20px;
  }
  .chat__question {
    margin-top: 20px;
    font-size: 18px;
  }
  .chat__find {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 16px;
  }
  .chat__phone {
    width: 320px;
    right: 20px;
  }
  .lessons .videos__wrap {
    margin-top: 30px;
  }
  .results .title {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .results__thumbs {
    margin-right: 15px;
    width: 280px;
  }
  .results__item-image {
    display: none;
  }
  .results__item-body {
    max-width: 100%;
    padding: 30px 25px;
  }
  .results__item-title {
    font-size: 30px;
  }
  .results__item-bottom {
    margin-top: 30px;
    padding-top: 40px;
  }
  .quality .title {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .faq__bottom {
    margin-top: 30px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq__bottom .results__bottom-box {
    margin-right: 0;
    width: 100%;
  }
  .faq__bottom .results__bottom-box::after {
    content: none;
  }
  .faq__bottom .results__bottom-btn {
    margin-top: 20px;
  }
  .seo .title {
    font-size: 44px;
    letter-spacing: -1px;
  }
  .seo__more {
    margin-top: -5px;
  }
  .form__inner {
    padding: 40px 20px 15px;
  }
  .form__title {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .form__desc {
    margin-top: 10px;
    font-size: 18px;
  }
  .form__body {
    margin-top: 20px;
  }
  .form__messengers-list {
    margin-bottom: 25px;
    gap: 5px;
  }
  .form__messenger-box {
    min-width: 80px;
  }
  .form .btn-secondary__inner {
    padding: 25px 15px 25px 5px;
    font-size: 13px;
  }
  .reviews__main {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews__videos {
    width: 650px;
    margin-bottom: 40px;
  }
  .reviews__videos-dots {
    margin-top: 25px;
    gap: 15px;
  }
  .reviews__link {
    margin-top: 30px;
  }
  .reviews__docs-dots, .reviews__phone-dots {
    gap: 15px;
    margin-top: 25px;
  }
  .faq__items {
    margin-top: 40px;
  }
  .faq__item {
    padding: 30px 25px;
  }
  .faq__item--active {
    margin-bottom: 20px;
  }
  .faq__item-head {
    font-size: 18px;
  }
  .faq__item-text {
    margin-top: 10px;
    padding-right: 20px;
    font-size: 14px;
  }
  .faq__btn {
    margin-top: 35px;
  }
  .questions {
    padding: 0 10px;
  }
  .questions__wrap {
    padding: 60px 0 290px;
  }
  .questions__content {
    max-width: 330px;
  }
  .questions__form {
    width: 390px;
    top: -15px;
    right: -15px;
  }
  .questions .form__inner {
    padding: 40px 20px 15px;
  }
  .questions .form__title {
    font-size: 24px;
  }
  .questions .title {
    font-size: 40px;
  }
  .questions .subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .questions__box {
    margin-top: 30px;
  }
  .questions__sub {
    font-size: 12px;
  }
  .questions__list {
    max-width: 300px;
  }
  .questions__list li {
    font-size: 16px;
    padding-left: 16px;
  }
  .questions__list li::before {
    top: 8px;
  }
  .questions__call {
    margin-top: 25px;
  }
  .questions__call-text {
    font-size: 18px;
  }
  .questions__call-phone {
    font-size: 22px;
  }
  .questions__online {
    margin: 20px 0 0 15px;
  }
  .questions__manager {
    right: 200px;
    bottom: -296px;
  }
  .questions__manager-image {
    width: 505px;
  }
  .questions__manager-box {
    left: -85px;
    bottom: 45px;
  }
  .questions__hand {
    display: none;
  }
  .contacts__office {
    display: none;
  }
  .footer .logo__image {
    width: 70px;
  }
  .footer .logo__box {
    margin-left: 10px;
  }
  .footer .logo__sub {
    font-size: 14px;
    line-height: 18px;
  }
  .footer .logo__desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer__nav-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .footer .dev {
    font-size: 14px;
  }
  .agree__text {
    font-size: 12px;
  }
  .footer .container::before {
    font-size: 195px;
  }
  .thanks {
    padding-bottom: 350px;
  }
  .way__item {
    padding: 40px 30px;
  }
  .way__item-sub {
    font-size: 26px;
  }
  .way__item-text {
    font-size: 18px;
  }
  .podcast {
    padding-top: 60px;
  }
  .podcast__main::before {
    width: 890px;
    height: 76px;
    background-size: contain;
  }
  .chat2 .chat__title {
    font-size: 26px;
  }
  .chat2 .chat__text2 {
    margin-left: 15px;
    font-size: 16px;
  }
  .chat2 .chat__text3 {
    margin-top: 25px;
  }
  .consultation {
    padding-top: 80px;
  }
  .consultation .title {
    max-width: 330px;
    font-size: 32px;
    padding-bottom: 40px;
    position: relative;
  }
  .consultation .title small {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    padding: 12px 24px;
  }
  .consultation__sub {
    max-width: 280px;
  }
  .consultation__list {
    gap: 25px 15px;
  }
  .consultation__list li {
    padding: 10px 0 0 10px;
    font-size: 12px;
    width: 170px;
  }
  .consultation__list li:nth-child(even) {
    width: 170px;
  }
  .consultation .questions__manager {
    right: 175px;
  }
  .consultation .questions__manager-box {
    left: 20px;
    bottom: 20px;
  }
  .help .title {
    letter-spacing: -0.5px;
    max-width: 460px;
  }
  .help__manager {
    width: 600px;
  }
  .help .questions__content {
    position: relative;
    z-index: 20;
  }
  .hero3 .promo__owner {
    left: 600px;
  }
  .personal__item {
    padding: 30px;
    width: 291px;
    min-height: 420px;
  }
  .personal__item.w570 {
    width: 320px;
  }
  .personal__item-subtitle {
    font-size: 26px;
  }
  .personal__item-text {
    margin-top: 18px;
    font-size: 16px;
  }
  .personal__item-btn {
    min-width: auto;
    width: 100%;
    min-height: 70px;
    padding: 15px 10px;
    font-size: 14px;
  }
  .personal__item.h480 {
    min-height: 390px;
  }
  .personal__item.h417 {
    min-height: 350px;
  }
  .teach__sub {
    margin: 30px 0 0;
    font-size: 20px;
  }
  .teach__list {
    margin: 30px 0 0;
  }
  .teach__list li {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .teach .questions__manager-box {
    left: -30px;
    bottom: 60px;
  }
  .short__wrap {
    margin-top: -40px;
  }
  .short__wrap::before {
    width: 800px;
    height: 73px;
  }
  .map__title {
    font-size: 42px;
  }
  .map__image {
    left: -140px;
  }
  .map__title, .map__text {
    margin-left: 0;
  }
  .map__form {
    width: 430px;
  }
  .map__hand {
    bottom: -210px;
  }
  .guarantee {
    padding-top: 80px;
    z-index: -1;
  }
  .guarantee__title {
    padding-left: 50px;
    font-size: 42px;
  }
  .guarantee__title::before {
    width: 30px;
    left: 0;
    top: 27px;
  }
  .guarantee__desc {
    margin-left: 0;
    margin-top: 20px;
  }
  .guarantee__box {
    margin: 30px 0 0;
  }
  .guarantee__btn {
    margin: 40px 0 0;
  }
  .guarantee__image {
    right: -615px;
    z-index: -1;
  }
  .quality__head .title {
    font-size: 32px;
  }
  .quality__desc {
    font-size: 18px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1020px) {
  .container {
    width: 768px;
  }
  .hero {
    border-radius: 0 0 30px 30px;
  }
  .nav ul a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .logo a {
    width: 70px;
  }
  .logo__box {
    margin-left: 10px;
  }
  .logo__sub {
    font-size: 14px;
    line-height: 18px;
  }
  .logo__desc {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }
  .header__contact {
    margin-right: 10px;
  }
  .header__contact-whatsapp {
    padding: 13px 10px;
    font-size: 10px;
  }
  .header__contact-online {
    width: auto;
  }
  .header__call-tel {
    font-size: 20px;
  }
  .header__call-btn {
    font-size: 12px;
  }
  .promo__sub {
    font-size: 18px;
  }
  .promo__title {
    max-width: 490px;
    font-size: 38px;
  }
  .promo__desc {
    margin-top: 25px;
    max-width: 460px;
    font-size: 16px;
  }
  .promo__btn {
    margin: 25px 0 0 0px;
    max-width: 380px;
  }
  .promo__benefits {
    margin: 40px 0 0 0;
    gap: 25px 10px;
  }
  .title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-left: 0;
  }
  .btn-secondary__inner {
    padding: 18px 15px;
    font-size: 16px;
  }
  .btn-secondary__phone {
    left: 10px;
  }
  .btn-secondary--catalog .btn-secondary__inner {
    padding-left: 120px;
  }
  .problems {
    padding-top: 115px;
  }
  .problems .focus {
    top: -255px;
  }
  .problems__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .problems__left, .problems__right {
    width: 100%;
  }
  .problems__text {
    margin-top: 15px;
  }
  .problems__box {
    width: 100%;
    min-height: 200px;
  }
  .problems__group .problems__box {
    width: calc(50% - 10px);
  }
  .problems__right {
    margin-top: 40px;
    min-height: 400px;
    background-position: center 30%;
  }
  .problems__right .problems__box {
    min-height: auto;
  }
  .problems__icon-1 {
    top: -23px;
  }
  .problems__icon-2 {
    bottom: auto;
    top: -15px;
  }
  .difference__main::before {
    width: 542px;
    height: 54px;
  }
  .difference__box {
    width: 320px;
  }
  .difference__box-sub {
    text-align: left;
    padding: 7px 10px;
    font-size: 16px;
  }
  .learn__wrap::before {
    width: 650px;
    height: 70px;
  }
  .learn__sub {
    top: 58px;
  }
  .learn__item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .learn__item:last-child {
    margin-bottom: 0;
  }
  .learn__item-2 {
    margin-left: 0;
  }
  .course__images {
    display: none;
  }
  .get__item-box {
    height: 165px;
    padding-top: 10px;
  }
  .get__docs {
    width: 215px;
  }
  .videos .title__image {
    top: 10px;
  }
  .videos__desc {
    font-size: 16px;
  }
  .about__content {
    width: 470px;
  }
  .about__title {
    font-size: 26px;
  }
  .about__title::before {
    top: 6px;
  }
  .about__title small {
    font-size: 15px;
    top: 9px;
    left: 2px;
  }
  .about__title .mark-bg {
    font-size: 14px;
  }
  .about__padding {
    padding-left: 45px;
    margin-top: 20px;
  }
  .about__sub {
    font-size: 18px;
  }
  .about__list {
    margin-top: 15px;
  }
  .about__list li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .about__box {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
    padding: 6px;
    background: #fff;
    border-radius: 20px;
    position: relative;
  }
  .about__box-inner {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(54, 54, 54, 0.05);
  }
  .about__box::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 50%;
    bottom: 40px;
    left: -4px;
    border-radius: 4px 0 0 4px;
    background: #508CFD;
  }
  .about__box-list li {
    font-size: 16px;
  }
  .about__consultation {
    margin: 15px 0 0;
  }
  .about__consultation-sub {
    line-height: 1.5;
    font-size: 12px;
  }
  .about__phone {
    font-size: 22px;
    margin-right: 10px;
  }
  .about__btn {
    width: 100%;
    margin: 40px 0 0;
  }
  .about__owner {
    left: -215px;
  }
  .about__owner-image {
    width: 600px;
  }
  .about__owner-info {
    right: 80px;
    bottom: 67px;
  }
  .about__video {
    top: 305px;
    right: 70px;
  }
  .package {
    padding: 60px 0 0;
  }
  .package__item-title {
    font-size: 20px;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .package__item-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .package__item-sub {
    margin-top: 10px;
  }
  .package__item-text {
    padding-left: 0;
    margin-right: 0;
  }
  .package__add {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    padding: 20px 10px 10px;
  }
  .package__add-wrap {
    padding-left: 0;
  }
  .package__cost {
    margin-top: 20px;
  }
  .package__cost-sale {
    font-size: 20px;
  }
  .package__cost-full {
    font-size: 30px;
  }
  .package__cost-or {
    font-size: 14px;
    margin: 10px 0;
  }
  .package__cost-month {
    font-size: 22px;
  }
  .package__btn {
    width: 100%;
    margin-top: 30px;
  }
  .package .btn-secondary__inner {
    padding: 18px 15px;
  }
  .package__credit {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .package__credit i {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .chat__wrap {
    padding-bottom: 0;
  }
  .chat__phone {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    display: block;
  }
  .videos__price {
    width: 220px;
    min-height: 80px;
    padding: 15px 25px;
  }
  .videos__price del {
    font-size: 30px;
  }
  .results .title {
    font-size: 32px;
  }
  .results__item-title {
    font-size: 24px;
  }
  .results__item-quote {
    font-size: 16px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq__items {
    display: block;
  }
  .faq__group {
    width: 100%;
    margin-bottom: 20px;
  }
  .faq__group:last-child {
    margin-bottom: 0;
  }
  .faq__bottom {
    display: none;
  }
  .faq__bottom--hidden {
    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;
  }
  .faq__bottom .results__bottom-box {
    margin-right: 20px;
    width: auto;
  }
  .faq__bottom .results__bottom-box::after {
    content: "";
  }
  .faq__bottom .results__bottom-btn {
    margin-top: 0;
  }
  .seo .title {
    font-size: 32px;
  }
  .questions__wrap {
    padding-bottom: 40px;
  }
  .questions__content {
    max-width: 100%;
  }
  .questions__form {
    width: 370px;
    margin: auto;
    position: static;
  }
  .questions__manager {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
  }
  .questions__manager-image {
    width: 100%;
    display: block;
    margin: auto;
  }
  .questions__manager-box {
    left: -140px;
  }
  .footer .container::before {
    font-size: 150px;
    top: -170px;
    letter-spacing: 8px;
  }
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .dev {
    display: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer .dev--visible-mob {
    display: block;
  }
  .footer .copyright {
    padding-right: 0;
    margin-left: 30px;
  }
  .modal {
    width: 460px;
  }
  .modal__left {
    display: none;
  }
  .modal__right {
    padding: 5px;
    border-radius: 10px;
    width: 100%;
  }
  .modal__right-info {
    display: block;
  }
  .modal__right .modal__inner {
    border-radius: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .modal__title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .thanks {
    padding-bottom: 200px;
  }
  .thanks__bottom {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo__socials {
    margin: 25px auto 0;
  }
  .exit {
    paddng: 60px 30px 50px;
    overflow: hidden;
  }
  .exit .fancybox-close-small {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
  .exit__title {
    font-size: 32px;
    line-height: 44px;
  }
  .exit__subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .exit__wrap {
    padding-right: 0;
  }
  .exit__info {
    left: -180px;
  }
  .exit__hand {
    right: -70px;
  }
  .hero2 .promo__title {
    max-width: 660px;
  }
  .way .title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.5px;
  }
  .way__items {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
    padding: 0 20px;
  }
  .way__item {
    min-height: 460px;
  }
  .way__item-sub {
    font-size: 22px;
  }
  .way__item-text {
    margin-top: 20px;
    font-size: 16px;
  }
  .way__item, .way__item.w68 {
    padding: 30px 20px;
    width: calc(33.3333333333vw - 26.6666666667px);
  }
  .way__item--big {
    width: calc(50% - 10px);
  }
  .way__btn {
    min-height: 70px;
    font-size: 12px;
    padding: 15px 5px;
  }
  .podcast__main {
    margin-top: -38px;
  }
  .podcast__main::before {
    width: 650px;
    height: 55px;
  }
  .podcast .subtitle {
    margin: 30px auto 0;
    max-width: 520px;
  }
  .podcast .subtitle br {
    display: none;
  }
  .consultation .questions__manager {
    bottom: 0;
  }
  .consultation .questions__manager-box {
    left: -90px;
  }
  .help__manager {
    position: static;
    display: block;
    margin: 0 auto 0;
    max-width: 400px;
  }
  .hero3 .promo__title {
    max-width: 400px;
  }
  .hero3 .promo__desc {
    max-width: 410px;
  }
  .hero3 .promo__btns {
    margin-left: 0;
  }
  .hero3 .promo__btn {
    max-width: 468px;
  }
  .hero3 .promo__companies {
    margin-left: 0;
  }
  .hero3 .promo__owner {
    left: 500px;
  }
  .personal {
    padding-top: 60px;
  }
  .personal .subtitle {
    margin-top: 15px;
  }
  .personal .subtitle br {
    display: none;
  }
  .personal__items {
    margin-top: 30px;
    gap: 20px;
  }
  .personal__item, .personal__item.w570 {
    width: calc(50% - 10px);
    min-height: auto;
  }
  .personal__item-text {
    margin-bottom: 20px;
  }
  .short {
    padding-top: 60px;
  }
  .short .title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .short .title__icon {
    width: 36px;
  }
  .short .subtitle {
    padding: 0 80px;
  }
  .short .subtitle br {
    display: none;
  }
  .short__wrap::before {
    top: -3px;
    width: 600px;
    height: 56px;
  }
  .map {
    padding: 60px 0;
  }
  .map__title {
    text-align: center;
    font-size: 24px;
  }
  .map__wrap {
    margin-top: 30px;
  }
  .map__image {
    position: static;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 20px auto 0;
  }
  .map__hand {
    display: none;
  }
  .map__form {
    position: static;
    margin: 20px auto 0;
  }
  .map__text {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
  }
  .guarantee__image {
    position: static;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .guarantee__btn {
    margin: -30px auto 0;
  }
  .quality__head {
    display: block;
  }
  .quality__head .title {
    text-align: center;
  }
  .quality__desc {
    max-width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .quality__desc br {
    display: none;
  }
  .companies + .quality {
    padding-top: 0px;
  }
}
@media screen and (max-width: 790px) {
  .container {
    width: 100%;
  }
  .logo {
    width: 100%;
    padding-right: 50px;
  }
  .logo a {
    width: 60px;
  }
  .header {
    padding: 16px 12px;
  }
  .header .container {
    padding: 0;
  }
  .header__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding: 8px 12px 11px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(5, 5, 5, 0.01);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header .menu-btn {
    margin-left: 13px;
    display: block;
    width: 26px;
    border: 0;
    background: 0;
    padding: 0;
    border: none;
  }
  .header .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 5px;
  }
  .header .menu-btn span:nth-child(2) {
    width: 17px;
  }
  .header .menu-btn span:last-child {
    width: 8px;
    margin-bottom: 0;
  }
  .header .logo {
    margin-left: 0;
    padding-right: 0;
    width: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .logo a {
    width: 59px;
  }
  .header .logo__box {
    margin-left: 6px;
    width: 86px;
  }
  .header .logo__sub {
    display: none;
  }
  .header .logo__desc {
    font-size: 6px;
    letter-spacing: 0;
    line-height: 130%;
    margin-bottom: 4px;
    margin-top: 0;
  }
  .header .logo__desc br {
    display: none;
  }
  .header__contact {
    margin-right: 0;
  }
  .header__contact-btns {
    margin-top: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__contact-whatsapp {
    margin-left: 0;
    width: auto;
    padding: 5px 8px;
    font-size: 5px;
    line-height: 120%;
    letter-spacing: 0.1px;
  }
  .header__contact-whatsapp img {
    width: 10px;
    margin-right: 3px;
  }
  .header__contact-btn {
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-left: 5px;
  }
  .header__contact-btn img {
    max-width: 100%;
    width: auto;
  }
  .header__contact-online {
    font-size: 5px;
    line-height: 120%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 12px;
  }
  .header__contact-online::before {
    width: 3px;
    height: 3px;
    margin-right: 2px;
  }
  .header__right {
    width: auto;
    display: block;
  }
  .header__call {
    margin-top: 0px;
    top: 2px;
    position: relative;
    text-align: left;
  }
  .header__call-sub {
    display: none;
  }
  .header__call-btn {
    display: none;
  }
  .header__call-tel {
    display: block;
    margin-right: 0;
    margin-top: 8px;
    padding: 0;
    font-size: 10px;
    letter-spacing: 0.15px;
    text-align: left;
  }
  .header__call-tel::before {
    content: none;
  }
  .btn-secondary__catalog {
    width: 83px;
    left: 2px;
    bottom: -37px;
    top: auto;
  }
  .btn-secondary__inner {
    font-size: 12px;
    padding: 14px 12px 13px;
  }
  .btn-secondary__icon {
    right: 15px;
    top: 8px;
  }
  .btn-secondary--catalog .btn-secondary__inner {
    padding-left: 60px;
  }
  .hero {
    background-position: 52% 100%;
    border-radius: 0 0 30px 30px;
  }
  .promo {
    padding: 48px 0 38px;
  }
  .promo__sub {
    font-size: 10px;
  }
  .promo__title {
    max-width: 330px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.03em;
  }
  .promo__desc {
    max-width: 260px;
    margin-top: 34px;
    padding-left: 0;
    padding-top: 16px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.18px;
  }
  .promo__desc::before {
    top: 0;
    width: 24px;
  }
  .promo__owner {
    position: static;
    margin-top: 29px;
    width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .promo__owner-name {
    font-size: 12px;
    line-height: 17.5px;
  }
  .promo__owner-text {
    margin-top: 5px;
    font-size: 6.5px;
    line-height: 11px;
    letter-spacing: 0.08px;
  }
  .promo__owner-sign {
    width: 96px;
    margin: 0 0 -5px -5px;
  }
  .promo__btn {
    margin-top: 18px;
  }
  .promo__benefits {
    margin-top: 35px;
    gap: 22px 10px;
  }
  .promo__benefits li {
    width: 160px;
    font-size: 11px;
    letter-spacing: 0.2px;
    padding: 10px 0 0 13px;
  }
  .promo__benefits li:last-child {
    width: 100%;
  }
  .promo__benefits li::before {
    width: 7px;
    height: 5px;
  }
  .nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: 999;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .nav .container {
    padding: 0;
  }
  .nav__close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 22px;
    height: 22px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url("../images/icons/close-mob.svg") center/contain no-repeat;
  }
  .nav ul {
    display: block;
    background: 0;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0;
  }
  .nav ul li {
    margin-bottom: 25px;
  }
  .nav ul a {
    font-size: 14px;
    color: #fff;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .title__image {
    display: none;
  }
  .subtitle {
    margin-top: 15px;
    font-size: 18px;
  }
  .problems {
    padding: 60px 0;
  }
  .problems .focus {
    display: none;
  }
  .problems__box-content {
    margin-top: 0;
  }
  .problems__sub {
    font-size: 18px;
  }
  .problems__text {
    margin-top: 10px;
    font-size: 12px;
  }
  .problems__group {
    display: block;
  }
  .problems__group .problems__box {
    margin-bottom: 20px;
    width: 100%;
    min-height: auto;
  }
  .problems__group .problems__box:last-child {
    margin-bottom: 0;
  }
  .problems__group .problems__sub {
    padding-right: 40px;
  }
  .problems__right {
    min-height: 550px;
    margin-top: 20px;
  }
  .problems__right .problems__box {
    bottom: 100px;
  }
  .problems__right .problems__sub {
    padding-right: 40px;
  }
  .problems__btn {
    left: 20px;
    right: auto;
    text-align: center;
    width: 180px;
  }
  .difference {
    padding: 20px 0 40px;
  }
  .difference__main {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .difference__main::before {
    content: none;
  }
  .difference__item {
    width: 100%;
    margin-bottom: 20px;
    min-height: 800px;
    background-position: center -30%;
  }
  .difference__item:last-child {
    margin-bottom: 0;
  }
  .difference__box {
    width: calc(100% - 20px);
  }
  .difference__box-sub {
    font-size: 14px;
  }
  .difference__box-list li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .difference__box-list li:first-child {
    padding-right: 40px;
  }
  .learn .title {
    letter-spacing: -0.5px;
  }
  .learn .title br {
    display: none;
  }
  .learn .subtitle br {
    display: none;
  }
  .learn__wrap {
    margin-top: 20px;
    padding: 100px 8px 0;
    border-radius: 10px;
    background-position-x: 60%;
  }
  .learn__wrap::before {
    width: 265px;
    height: 30px;
  }
  .learn__wrap .container {
    min-height: 278px;
  }
  .learn__sub {
    top: 20px;
    padding: 10px 12px;
    font-size: 13px;
  }
  .learn__item {
    padding: 2px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 147px;
    height: auto;
    position: absolute;
    font-size: 7px;
    line-height: 150%;
  }
  .learn__item:first-child {
    max-width: 151px;
  }
  .learn__item::after {
    font-size: 22px;
    left: 23px;
    top: -10px;
  }
  .learn__item-inner {
    border-radius: 5px;
    padding: 13px 6px 3px 13px;
    border: 1px solid rgba(54, 54, 54, 0.05);
  }
  .learn__item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 23px;
    bottom: 8px;
    left: -2px;
    border-radius: 2px 0 0 2px;
    background: #508CFD;
  }
  .learn__item-5 {
    right: 0;
    bottom: -22px;
    z-index: 20;
  }
  .learn__item-4 {
    right: 0;
    bottom: 108px;
    z-index: 20;
  }
  .learn__item-3 {
    left: 7px;
    bottom: 11px;
    z-index: 0;
  }
  .learn__item-2 {
    bottom: 58px;
    left: 73px;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  .learn__item-1 {
    left: 7px;
    bottom: 112px;
    z-index: 0;
  }
  .learn__btn {
    margin-top: 30px;
    display: none;
  }
  .learn__btn--mobile {
    display: block;
  }
  .learn__fly {
    display: none;
  }
  .course .subtitle br {
    display: none;
  }
  .course__items {
    margin-top: 30px;
  }
  .course__item {
    padding: 10px;
    margin-bottom: 20px;
  }
  .course__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
    min-height: auto;
  }
  .course__head .course__more {
    margin-top: 10px;
  }
  .course__module {
    min-width: 85px;
    padding: 15px 10px;
    font-size: 9px;
    letter-spacing: 1px;
    margin-right: 10px;
  }
  .course__title {
    max-width: calc(100% - 95px);
    font-size: 18px;
  }
  .course__item-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .course__item-box:last-child {
    margin-bottom: 0;
  }
  .course__item-main {
    margin-top: 10px;
  }
  .course__item-list {
    margin-top: 10px;
    padding-left: 0;
  }
  .course__item-list li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .course__item-list li::before {
    top: 7px;
  }
  .course__btns {
    gap: 10px;
  }
  .course__btns .course__more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 10px 8px;
  }
  .course__btns .course__more i {
    margin-left: 4px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .course__more, .course__action {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 10px;
    letter-spacing: 0;
    padding: 10px 15px;
    border-radius: 10px;
  }
  .course__more, .course__action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course__more i, .course__action i {
    margin-left: 4px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .course__result {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }
  .course__result-icon {
    margin-bottom: 10px;
  }
  .course__result-sub {
    font-size: 14px;
  }
  .course__result-text {
    font-size: 12px;
  }
  .get__items {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .get__item, .get__item:first-child {
    width: 100%;
  }
  .get__item-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .get__item-box {
    height: auto;
    min-height: 165px;
  }
  .form__inner {
    padding: 30px 15px 15px;
  }
  .form__title {
    font-size: 22px;
    letter-spacing: -0.3px;
  }
  .form__desc {
    font-size: 14px;
  }
  .form__label-text {
    font-size: 10px;
    letter-spacing: 0.1px;
  }
  .form__messengers-list {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .form__messenger-icon {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }
  .form__messenger-box {
    min-width: none;
    font-size: 10px;
    padding: 12px 2px;
  }
  .form__body {
    padding-right: 0;
  }
  .form .input {
    height: 70px;
    padding: 0 20px;
    font-size: 14px;
  }
  .form .input--tel {
    background-position-x: 15px;
    padding-left: 45px;
  }
  .form .btn-secondary__inner {
    padding: 20px 0px;
    font-size: 10px;
    letter-spacing: 0.1px;
  }
  .form .btn-secondary__icon {
    right: 9px;
    top: 5px;
  }
  .label__text {
    font-size: 10px;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
  }
  .videos__wrap {
    margin-top: 30px;
    border-radius: 10px;
  }
  .videos__player {
    border-radius: 10px;
  }
  .videos__checklist {
    position: static;
    width: 100%;
    height: auto;
    background: 0;
    padding: 20px 0 0;
    color: #363636;
  }
  .videos__list {
    padding-left: 20px;
  }
  .videos__sub {
    margin-bottom: 5px;
  }
  .videos__bottom {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    color: #363636;
    background: none;
  }
  .videos__lesson {
    border-width: 1px;
    min-width: 60px;
    padding: 8px;
    font-size: 8px;
    letter-spacing: 0;
    color: #719CE0;
    border-color: #719CE0;
  }
  .videos__desc {
    font-size: 14px;
    margin-top: 10px;
    color: #363636;
  }
  .videos__btn {
    margin: 10px 0 0;
  }
  .about {
    padding: 0 10px;
  }
  .about__wrap {
    border-radius: 20px;
    padding: 40px 0;
  }
  .about__owner {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .about__owner-image {
    width: 130%;
    position: relative;
    left: -15%;
  }
  .about__owner-info {
    right: 30px;
    bottom: 20px;
  }
  .about__owner-name {
    font-size: 16px;
  }
  .about__owner-desc {
    font-size: 12px;
  }
  .about__owner-sign {
    width: 100px;
  }
  .about__content {
    width: 100%;
  }
  .about__title {
    padding-left: 0;
    padding-top: 30px;
    font-size: 22px;
  }
  .about__title small,
.about__title .mark-bg {
    font-size: 10px;
  }
  .about__title .mark-bg {
    left: 0;
    padding: 4px;
  }
  .about__title::before {
    top: 0;
    left: 0;
  }
  .about__padding {
    padding-left: 0;
    margin-top: 30px;
  }
  .about__sub {
    font-size: 16px;
  }
  .about__list {
    padding-left: 0;
  }
  .about__video {
    top: auto;
    bottom: 130px;
    right: auto;
    left: 0;
    width: 140px;
  }
  .about__video-poster {
    width: calc(100% - 14px);
  }
  .about__video-body {
    padding: 55px 15px 15px;
  }
  .about__video-text {
    font-size: 10px;
  }
  .about__video-text br {
    display: none;
  }
  .about__video-time {
    margin: 10px 0 0;
    font-size: 8px;
  }
  .about__video-time svg {
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }
  .about__box {
    margin-top: 0;
  }
  .about__box-list li {
    font-size: 12px;
  }
  .about__consultation-sub {
    font-size: 9px;
  }
  .about__phone {
    font-size: 16px;
    margin-right: 5px;
  }
  .about__btn {
    margin-top: 30px;
  }
  .about__btn .btn-secondary__inner {
    padding: 20px 12px;
  }
  .package {
    padding-bottom: 40px;
  }
  .package__wrap {
    position: relative;
  }
  .package__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100px;
    margin: 20px auto 0;
  }
  .package__nav {
    z-index: 30;
    background: #719CE0;
    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;
    width: 45px;
    height: 45px;
  }
  .package__nav:focus svg, .package__nav:active svg, .package__nav:hover svg {
    fill: #fff;
  }
  .package__nav:focus svg path, .package__nav:active svg path, .package__nav:hover svg path {
    fill: #fff;
  }
  .package__nav svg {
    width: 18px;
    height: 18px;
  }
  .package__nav svg path {
    fill: #fff;
  }
  .package__nav--next svg {
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
  .package__items {
    margin-top: 20px;
  }
  .package__item {
    max-width: 300px;
    border-radius: 10px;
  }
  .package__item-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .package__item-sub {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .package__item-sub br {
    display: none;
  }
  .package__item-title {
    border-radius: 10px;
  }
  .chat {
    margin-top: 0;
    padding: 20px 0 40px;
  }
  .chat .title {
    letter-spacing: 0;
  }
  .chat .title br {
    display: none;
  }
  .chat .title__head {
    display: none;
  }
  .chat__wrap {
    background-position: 40% 20%;
    margin-top: 30px;
    border-radius: 20px;
    padding: 30px 30px 0;
  }
  .chat__wrap::before {
    content: none;
  }
  .chat__content {
    max-width: 250px;
  }
  .chat__text {
    font-size: 16px;
  }
  .chat__question {
    margin-top: 15px;
    font-size: 14px;
  }
  .chat__find {
    font-size: 12px;
  }
  .chat__phone {
    width: 220px;
  }
  .lessons {
    padding: 20px 0 40px;
  }
  .lessons .videos__wrap {
    margin-top: 20px;
  }
  .videos__price {
    left: 20px;
    bottom: auto;
    top: 20px;
    padding: 8px;
    min-height: auto;
    width: auto;
  }
  .videos__price del {
    font-size: 12px;
  }
  .videos__price p {
    font-size: 8px;
    margin-top: 3px;
    letter-spacing: 0;
  }
  .results {
    padding: 40px 0 40px;
  }
  .results .title {
    font-size: 24px;
    line-height: 1.2;
  }
  .results .title br {
    display: none;
  }
  .results .subtitle {
    margin-top: 15px;
    font-size: 16px;
  }
  .results__body {
    margin-top: 30px;
    display: block;
  }
  .results__thumbs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .results__thumbs .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .results__slide {
    margin-bottom: 0;
    width: auto;
    max-width: 250px;
    border-radius: 15px;
  }
  .results__slide::before {
    content: none;
  }
  .results__slide--active {
    background: none;
    color: #363636;
  }
  .results .swiper-slide-thumb-active {
    background: #719CE0;
    color: #fff;
  }
  .results__item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .results__item-body {
    padding: 25px 20px;
  }
  .results__item-tag {
    margin-bottom: 5px;
    font-size: 8px;
    padding: 8px 15px;
  }
  .results__item-title {
    font-size: 20px;
  }
  .results__item-quote {
    font-size: 14px;
  }
  .results__steps-item {
    display: block;
  }
  .results__steps-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .results__steps-sub {
    border-radius: 10px;
  }
  .results__main {
    margin-top: 20px;
  }
  .results__main .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .results__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
  }
  .results__bottom-box {
    margin-right: 0;
  }
  .results__bottom-box::after {
    content: none;
  }
  .results__bottom-btn {
    margin: 20px auto 0;
  }
  .results__bottom-btn .btn-secondary__inner {
    padding: 14px 12px;
    font-size: 16px;
  }
  .quality .title {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  .quality__print {
    width: 220px;
    right: -30px;
    bottom: -130px;
  }
  .faq__items {
    margin-top: 30px;
  }
  .faq__item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .faq__item-head {
    font-size: 16px;
  }
  .faq__item-head br {
    display: none;
  }
  .faq__item-icon {
    width: 32px;
    height: 32px;
    margin-left: 15px;
  }
  .faq__item-text {
    padding-right: 0;
    font-size: 12px;
  }
  .faq__group {
    margin-bottom: 15px;
  }
  .faq__bottom .results__bottom-btn {
    margin-top: 20px;
  }
  .seo {
    padding: 60px 0;
  }
  .seo .title {
    font-size: 24px;
  }
  .seo__text {
    height: 100px;
    font-size: 14px;
  }
  .questions__wrap {
    border-radius: 20px;
  }
  .questions .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
  }
  .questions .subtitle {
    font-size: 16px;
  }
  .questions__form {
    max-width: 370px;
    width: 100%;
  }
  .questions__form .form__title {
    font-size: 22px;
  }
  .questions__form .form__body {
    padding-right: 0;
  }
  .questions__manager {
    margin-top: 30px;
  }
  .questions__manager-box {
    left: 0;
    z-index: 20;
  }
  .questions__manager-sign {
    width: 120px;
    margin-left: 0;
  }
  .questions__manager-name {
    font-size: 18px;
  }
  .questions__manager-desc {
    font-size: 10px;
  }
  .questions__manager-image {
    width: calc(100% - 40px);
    margin: 0 0 0 auto;
    position: relative;
    right: -20px;
  }
  .contacts {
    padding-top: 60px;
  }
  .contacts__title {
    font-size: 32px;
    line-height: 38px;
  }
  .contacts__items {
    margin-top: 25px;
  }
  .contacts__box {
    margin-bottom: 20px;
  }
  .contacts__left {
    width: 100%;
  }
  .contacts__main {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
  .contacts__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__link {
    margin-top: 10px;
    font-size: 16px;
  }
  .contacts .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .logo {
    margin-right: 0;
    padding-right: 0;
  }
  .footer .container::before {
    content: none;
  }
  .footer__nav {
    margin-top: 30px;
  }
  .footer__nav-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .footer__nav-list a {
    letter-spacing: 1px;
    font-size: 10px;
  }
  .footer__box {
    max-width: 100%;
    margin-top: 25px;
  }
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__data {
    width: 100%;
  }
  .footer__copyright {
    display: none;
  }
  .footer .copyright {
    margin-left: 0;
    margin-top: 25px;
  }
  .footer .dev {
    font-size: 12px;
  }
  .footer .dev a {
    font-size: 22px;
  }
  .thanks {
    padding-bottom: 200px;
  }
  .thanks .promo__sub {
    margin-top: 20px;
    font-size: 18px;
  }
  .thanks .promo__sub::before {
    left: -8px;
  }
  .thanks .promo__sub br {
    content: "";
    display: inline-block;
    margin-left: 5px;
  }
  .thanks__bottom-text {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .thanks__bottom-phone {
    margin-left: 0;
    font-size: 30px;
  }
  .promo__socials {
    margin-top: 30px;
  }
  .promo__social {
    min-width: auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px 5px 5px;
    margin-right: 10px;
  }
  .promo__social-icon {
    margin-right: 10px;
    width: 42px;
    height: 42px;
  }
  .fancybox-slide--html .fancybox-close-small {
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
  }
  .modal {
    width: 100%;
    margin-top: 60px;
  }
  .modal__right .modal__inner {
    min-height: auto;
    padding: 30px 20px;
  }
  .modal .progress {
    width: 90%;
  }
  .modal .input {
    font-size: 14px;
    padding: 0 25px;
    min-height: 70px;
  }
  .modal .form__messenger {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modal .form__messenger-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 10px;
    padding: 8px 4px;
  }
  .modal .form__messenger-icon {
    margin-right: 5px;
  }
  .modal .form .btn {
    padding: 15px;
    min-height: 70px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .modal .form__agree {
    margin-top: 15px;
  }
  .modal .time__item {
    font-size: 12px;
  }
  .exit {
    margin-top: 25px;
    padding: 30px;
    overflow: visible;
  }
  .exit__title {
    font-size: 26px;
    line-height: 34px;
  }
  .exit__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
  .exit__text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .exit__wrap {
    margin-top: 30px;
  }
  .exit__info {
    position: relative;
    left: 0;
    top: 0;
  }
  .exit__info-image {
    display: block;
    margin: -20px auto 0;
    position: relative;
    max-width: 100%;
    width: auto;
  }
  .exit__info-text {
    position: static;
    width: 100%;
    margin: 0px auto 0;
  }
  .exit__form {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .exit__form .btn {
    width: 100%;
    max-width: 100%;
  }
  .exit__form .btn__content {
    font-size: 14px;
    padding: 15px 10px;
  }
  .exit__form .input {
    min-height: 60px;
    padding: 25px 15px;
    font-size: 14px;
  }
  .exit .messengers {
    margin-top: 15px;
  }
  .exit__hand {
    display: none;
  }
  .exit .fancybox-close-small {
    top: -30px;
  }
  .reviews {
    padding: 60px 0 40px;
  }
  .reviews .title br {
    display: none;
  }
  .reviews .subtitle {
    margin-top: 17px;
  }
  .reviews__videos {
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews__videos .works__play {
    width: 48px;
    height: 48px;
  }
  .reviews__videos-btn {
    width: 44px;
    height: 44px;
  }
  .reviews__videos-btn--prev {
    left: 15px;
  }
  .reviews__videos-btn--next {
    right: 15px;
  }
  .reviews__link {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .reviews__videos-dots, .reviews__docs-dots, .reviews__phone-dots {
    gap: 8px;
    margin-top: 20px;
  }
  .reviews__videos-dot, .reviews__docs-dot, .reviews__phone-dot {
    width: 10px;
    height: 10px;
  }
  .reviews__docs {
    margin: 0 auto;
    max-width: 325px;
    width: 100%;
  }
  .reviews__docs-btn, .reviews__phone-btn {
    width: 44px;
    height: 44px;
  }
  .reviews__docs-btn--prev, .reviews__phone-btn--prev {
    left: -5px;
  }
  .reviews__docs-btn--next, .reviews__phone-btn--next {
    right: -5px;
  }
  .reviews__phone {
    max-width: 277px;
    width: 100%;
    margin: 30px auto 0;
  }
  #policy,
#oferta {
    margin-top: 60px;
  }
  .side-fixed-links {
    width: 18.75vw;
    right: -31.25vw;
  }
  .side-fixed-links__close {
    width: 7.8125vw;
    height: 7.8125vw;
    top: -9.375vw;
  }
  .side-fixed-links__close img,
.side-fixed-links__close svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .side-fixed-links__container {
    width: 18.75vw;
  }
  .side-fixed-links__container > div, .side-fixed-links__container > a {
    width: 18.75vw;
    min-height: 18.75vw;
    border-top-left-radius: 3.125vw;
    border-bottom-left-radius: 3.125vw;
    margin-bottom: 1.5625vw;
    padding: 3.125vw 1.5625vw;
  }
  .side-fixed-links__container > div:last-child, .side-fixed-links__container .side-fixed-links__container > a:last-child {
    margin-bottom: 0;
  }
  .side-fixed-links__container > div img,
.side-fixed-links__container > div svg, .side-fixed-links__container > a img,
.side-fixed-links__container > a svg {
    width: 3.75vw;
    height: 3.75vw;
    margin-bottom: 2.5vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .side-fixed-links__container > div span, .side-fixed-links__container > a span {
    font-size: 2.2vw;
    line-height: 1;
  }
  #policy,
#oferta {
    font-size: 13px;
    line-height: 18px;
  }
  #policy .modal__title,
#oferta .modal__title {
    font-size: 20px;
  }
  #policy h2,
#oferta h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #policy h3,
#oferta h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .hero2 {
    background-position: 68% 100%;
  }
  .hero2 .promo {
    padding: 48px 0 40px;
  }
  .hero2 .promo__title {
    max-width: 240px;
  }
  .hero2 .promo__logos {
    margin: 5px 0 0;
    max-width: 200px;
    width: 100%;
    display: none;
  }
  .hero2 .promo__logos--mobile {
    display: block;
  }
  .hero2 .promo__desc {
    max-width: 220px;
  }
  .hero2 .promo__btns {
    margin-top: 30px;
    margin-left: 0;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero2 .promo__btn, .hero2 .promo__btn2 {
    max-width: 320px;
  }
  .hero2 .promo .btn-secondary__catalog {
    left: 2px;
  }
  .hero2 .promo__owner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero2 .promo__owner-sign {
    margin: 0;
  }
  .hero2 .promo__companies {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .hero2 .promo__companies p {
    margin: 15px 0 0;
  }
  .hero2 .promo__benefits {
    margin-top: 35px;
  }
  .way {
    padding-top: 60px;
  }
  .way .title br,
.way .subtitle br {
    display: none;
  }
  .way__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .way__item, .way__item.w68, .way__item--big {
    width: 100%;
  }
  .way__item-text {
    max-width: 240px;
  }
  .way__item--big {
    background-position: 66% center;
  }
  .way__btn--wb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .way__btn-wb {
    margin-left: 20px;
  }
  .companies .title br {
    display: none;
  }
  .podcast {
    padding: 40px 10px 0;
  }
  .podcast .title__icon {
    width: 40px;
  }
  .podcast__poster {
    border-radius: 20px;
  }
  .podcast__main {
    margin-top: 5px;
  }
  .podcast__main::before {
    width: 80vw;
    height: 7vw;
    top: -1px;
  }
  .podcast .subtitle {
    margin: 20px auto 0;
  }
  .podcast__play {
    width: 80px;
    height: 80px;
  }
  .podcast__play svg {
    width: 16px;
  }
  .companies {
    padding: 60px 0;
  }
  .companies .subtitle br {
    display: none;
  }
  .companies__items {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .companies__items img {
    width: 100%;
  }
  .chat.chat2 .chat__wrap {
    padding-top: 30px;
  }
  .chat.chat2 .chat__title small {
    font-size: 8px;
    left: 0;
    top: 2px;
  }
  .chat.chat2 .chat__text2 {
    font-size: 14px;
    margin-left: 0;
  }
  .chat.chat2 .chat__text3 {
    margin-top: 15px;
  }
  .consultation {
    padding-top: 40px;
  }
  .consultation .questions__wrap {
    padding-bottom: 40px;
  }
  .consultation__list {
    gap: 20px 14px;
  }
  .consultation__list li,
.consultation__list li:nth-child(even) {
    width: calc(50% - 7px);
  }
  .consultation .questions__manager-box {
    left: 0;
  }
  .consultation .questions__form .form__title {
    font-size: 20px;
  }
  .books__slide {
    padding: 20px;
    height: auto;
  }
  .books__slide-tag {
    font-size: 10px;
    padding: 8px 10px;
  }
  .books__slide-desc {
    margin-left: 6px;
    font-size: 10px;
  }
  .books__slide-poster {
    min-height: auto;
    margin-top: 20px;
  }
  .books__slide-btn {
    margin-top: 20px;
    font-size: 12px;
    padding: 20px 15px;
    min-height: auto;
  }
  .books__nav {
    width: 42px;
    height: 42px;
  }
  .books__nav svg {
    width: 8px;
    height: 12px;
  }
  .reviews__play {
    width: 60px;
    height: 60px;
  }
  .reviews__play img {
    width: 16px;
    height: 16px;
  }
  .help .quesitons__wrap {
    padding: 40px 0;
  }
  .help__info {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help__info-box {
    width: 100%;
    margin-top: 20px;
  }
  .help__sign {
    left: 100px;
    top: -95px;
  }
  .help__contacts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help__contacts-box {
    margin-top: 20px;
  }
  .help__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .help__manager {
    width: 100%;
  }
  .help .questions .form__inner {
    padding: 18px 20px;
  }
  .form__mark {
    font-size: 10px;
    margin: 5px 0 0;
    padding: 10px 12px;
  }
  .page {
    position: relative;
  }
  .hero3 {
    position: relative;
    background-position-x: 62%;
  }
  .hero3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    border-radius: 0 0 30px 30px;
  }
  .hero3 .header,
  .hero3 .promo {
    position: relative;
    z-index: 10;
  }
  .hero3 .promo {
    padding-top: 66px;
    padding-bottom: 40px;
  }
  .hero3 .promo__desc {
    margin-top: 22px;
    max-width: 220px;
  }
  .hero3 .promo__btns {
    margin-top: 43px;
    margin-left: 0;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero3 .promo__btn, .hero3 .promo__btn2 {
    max-width: 320px;
  }
  .hero3 .promo .btn-secondary__catalog {
    left: -41px;
    bottom: -45px;
    width: 100px;
  }
  .hero3 .promo .btn-secondary--catalog .btn-secondary__inner {
    font-size: 11px;
    padding-right: 10px;
  }
  .hero3 .promo__owner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 34px;
  }
  .hero3 .promo__owner-sign {
    margin: 0;
    position: relative;
    top: 38px;
    left: -7px
  }
  .hero3 .promo__companies {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 27px 0 0;
    text-align: center;
  }
  .hero3 .promo__companies img {
    margin: auto;
  }
  .hero3 .promo__companies p {
    margin: 6px auto 0;
  }
  .hero3 .promo__benefits {
    margin-top: 11px;
    justify-content: center;
  }
  .hero3 .promo__benefits li {
    font-size: 10px;
    width: 140px;
  }
  .hero3 .promo__benefits li:last-child {
    width: 150px;
  }
  .personal .title br {
    display: none;
  }
  .personal__items {
    gap: 10px;
  }
  .personal__item {
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    min-height: auto;
  }
  .personal__item.w570, .personal__item.w50 {
    width: 100%;
  }
  .personal__item.h480, .personal__item.h417 {
    min-height: auto;
  }
  .personal__item-subtitle {
    font-size: 18px;
  }
  .personal__item-text {
    margin-top: 15px;
    font-size: 14px;
  }
  .personal__item-btn {
    font-size: 12px;
    min-height: 60px;
  }
  .short .subtitle {
    padding: 0 0px;
    margin-top: 15px;
  }
  .short__wrap {
    border-radius: 20px;
    margin-top: 0px;
  }
  .short__wrap::before {
    width: 70%;
    height: 7vw;
  }
  .short__play {
    width: 48px;
    height: 48px;
  }
  .short__play svg {
    width: 16px;
  }
  .results .subtitle br {
    display: none;
  }
  .map .title br {
    display: none;
  }
  .map__title {
    font-size: 18px;
  }
  .map__title br {
    display: none;
  }
  .map__form {
    max-width: 400px;
    width: 100%;
  }
  .map .form__inner {
    padding: 30px 15px 15px;
  }
  .map .form__title {
    font-size: 22px;
  }
  .map .form__desc {
    font-size: 14px;
    margin-top: 10px;
    margin-right: 0;
    letter-spacing: -0.2px;
  }
  .guarantee {
    padding-top: 60px;
  }
  .guarantee__title {
    font-size: 26px;
    padding-left: 0;
    padding-top: 20px;
  }
  .guarantee__title::before {
    top: 0;
    left: 0;
  }
  .guarantee__desc {
    font-size: 16px;
  }
  .guarantee__photo {
    margin-right: 15px;
  }
  .guarantee__text {
    font-size: 16px;
  }
  .guarantee .btn-secondary__inner {
    padding: 20px 10px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .guarantee .btn-secondary__catalog {
    left: -25px;
  }
}
@media screen and (max-width: 790px) and (max-width: 360px) {
  .learn__wrap::before {
    top: -2px;
  }
  .learn__item {
    max-width: 120px;
    font-size: 6px;
  }
  .learn__item:first-child {
    max-width: 130px;
  }
  .learn__item-2 {
    left: 32px;
  }
  .learn__item-5 {
    bottom: -12px;
  }
  .header .logo a {
    width: 35px;
  }
}