:root {
  --white: #fff;
  --text: #868686;
  --heading: #394550;
}

@font-face {
  font-family: PlayfairDisplay;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: PlayfairDisplay;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: CenturyGothic;
  font-display: swap;
  src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: CenturyGothic;
  font-display: swap;
  src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: EngraversGothic;
  font-display: swap;
  src: url("../fonts/EngraversGothic.woff2") format("woff2"), url("../fonts/EngraversGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: EngraversGothic;
  font-display: swap;
  src: url("../fonts/EngraversGothic-Bold.woff2") format("woff2"), url("../fonts/EngraversGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FuturaPT;
  font-display: swap;
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Nunito;
  font-display: swap;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html {
  color: var(--text);
  background-color: #fff;
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  font-family: Nunito, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
  background: #F8F9F9;
}

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

a,
button {
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  position: relative;
}

[class*=__container] {
  margin: 0 auto;
}

.img-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ttitle {
  font-family: PlayfairDisplay;
  font-size: 7rem;
  line-height: 1.1785714286;
  font-weight: 700;
  color: var(--heading);
  text-transform: uppercase;
}

.subtitle {
  font-family: PlayfairDisplay;
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

.mtitle {
  font-family: PlayfairDisplay;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

.smtitle {
  font-family: PlayfairDisplay;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

p {
  font-family: Nunito, sans-serif;
  font-size: 1.6rem;
  line-height: 175%;
  font-weight: 400;
}

p b {
  font-weight: 700;
}

article h1 {
  font-family: PlayfairDisplay;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

article h1:not(:last-child) {
  margin-bottom: 3rem;
}

article h2 {
  font-family: PlayfairDisplay;
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

article h2:not(:last-child) {
  margin-bottom: 3rem;
}

article h3 {
  font-family: PlayfairDisplay;
  font-size: 2rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

article h3:not(:last-child) {
  margin-bottom: 3rem;
}

article h4 {
  font-family: PlayfairDisplay;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

article h4:not(:last-child) {
  margin-bottom: 3rem;
}

article p:not(:last-child) {
  margin-bottom: 2rem;
}

article a {
  text-decoration: underline;
}

article ul:not(:last-child) {
  margin-bottom: 2rem;
}

article ul li:not(:last-child) {
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 175%;
  font-weight: 400;
  padding-left: 1.3rem;
}

ul li:not(:last-child) {
  margin-bottom: 3rem;
}

ul li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='4' height='4' rx='1' fill='url(%23paint0_linear_173_1097)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_173_1097' x1='2' y1='0' x2='2' y2='4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230852C2'/%3E%3Cstop offset='1' stop-color='%23033887'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 1rem;
}

.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;
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  font-family: CenturyGothic;
  border-radius: 0.5rem;
  font-weight: 400;
  color: var(--white);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 8.2rem;
  margin-bottom: 5.5rem;
  font-size: 2.1rem;
}

.btn_sm {
  height: 5.3rem;
}

.section__container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section__error h1:not(:last-child) {
  margin-bottom: 3rem;
}

.section__error p {
  font-size: 2rem;
}

.section__error a {
  text-decoration: underline;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 4rem;
}

.download svg {
  width: 3.4rem;
  height: 3.4rem;
}

.download p {
  color: #5890E3;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--heading);
}

.quote:not(:last-child) {
  margin-bottom: 4rem;
}

.quote__icon {
  width: 4.1rem;
}

.quote__p {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.quote__p:not(:last-child) {
  margin-bottom: 1rem;
}

.quote__name {
  text-align: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__nav-arrow {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.slider__nav-arrow_prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 1L1 10.6L10.8343 20.2' stroke='white'/%3E%3C/svg%3E%0A");
}

.slider__nav-arrow_next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.23398 20.2L10.834 10.6L0.999669 1.00001' stroke='white'/%3E%3C/svg%3E%0A");
}

.slider__nav-progress .swiper-pagination-bullet {
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  margin: 0 !important;
}

.slider__nav-progress .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 0.9rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
}

.slider__nav-num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--white);
  font-family: FuturaPT, sans-serif;
  font-weight: 300;
}

.slider__nav-current {
  font-weight: 500;
}

.slider__nav-total {
  font-family: FuturaPT, sans-serif;
  font-weight: 300;
}

.nav__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--white);
  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: 10rem;
}

.nav__pag {
  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-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}

.nav__pag .swiper-pagination-bullet {
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  margin: 0 !important;
}

.nav__pag .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 0.9rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
}

.picture {
  width: 100%;
  height: 32rem;
}

.cookies {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.cookies__body {
  padding: 2rem 0;
  min-height: 7rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.cookies__body a {
  text-decoration: underline;
}

.header {
  padding: 3rem 0;
}

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

.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger {
  width: 3.4rem;
  height: 3.4rem;
}

.header__nav {
  display: none;
}

.header__nav-item {
  position: relative;
}

.header__nav-item.--active .header__nav-body {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__nav-head {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__nav-body {
  pointer-events: none;
  z-index: 99;
  border-radius: 2rem;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 23px 0px rgba(200, 210, 219, 0.43);
          box-shadow: 0px 0px 23px 0px rgba(200, 210, 219, 0.43);
  padding: 2rem;
  left: 0;
  top: 3rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.header__nav-body .header__nav-link {
  display: block;
}

.header__nav-body .header__nav-link:not(:last-child) {
  margin-bottom: 1rem;
}

.header__nav-body .header__nav-link:not(:last-child)::after {
  display: none;
}

.header__nav-link {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone svg {
  width: 3.4rem;
  height: 3.4rem;
}

.header__phone a {
  font-weight: 700;
  color: var(--heading);
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.4rem;
  height: 3.4rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.3rem;
     -moz-column-gap: 5.3rem;
          column-gap: 5.3rem;
}

.footer {
  background-color: var(--heading);
  padding: 3rem 0;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__phone svg {
  width: 3.4rem;
  height: 3.4rem;
}

.footer__phone svg:not(:last-child) {
  margin-right: 2rem;
}

.footer__phone p {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  color: var(--white);
}

.footer__phone a {
  font-size: 2.2rem;
  line-height: 1.2272727273;
  font-weight: 700;
  color: var(--white);
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__nav-link,
.footer__nav a {
  font-size: 1.8rem;
  line-height: 2.5555555556;
  color: var(--white);
}

.section {
  position: relative;
}

.section_gr {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, rgb(255, 255, 255)), color-stop(59%, rgb(248, 249, 249)));
  background: -o-linear-gradient(top, rgb(255, 255, 255) 59%, rgb(248, 249, 249) 59%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 59%, rgb(248, 249, 249) 59%);
}

.section_wh {
  background: var(--white);
}

.section__container_p {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section__container_psm {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.section__container_pb {
  padding-bottom: 7rem;
}

.section__container_ph {
  padding-top: 3rem;
}

.section__maintitle:not(:last-child) {
  margin-bottom: 1.2rem;
}

.section__maintitle.mb85:not(:last-child) {
  margin-bottom: 6rem;
}

.section__title:not(:last-child) {
  margin-bottom: 2.7rem;
}

.section__smtitle:not(:last-child) {
  margin-bottom: 2.8rem;
}

.section__p:not(:last-child) {
  margin-bottom: 6rem;
}

.section__slider {
  position: relative;
}

.section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8.1rem;
}

.section__wrap {
  position: relative;
}

.section__wrap_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__wrap_aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__wrap_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.section__col_p .section__row:not(:last-child) {
  margin-bottom: 8rem;
}

.section__row_p {
  padding: 7rem 0;
}

.section__row-title:not(:last-child) {
  margin-bottom: 3rem;
}

.section__row-p:not(:last-child) {
  margin-bottom: 7rem;
}

.section__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__picture {
  width: 100%;
  height: 37.1rem;
}

.section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.slider__item {
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__col {
  padding: 0 3rem;
}

.slider__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.slider__p:not(:last-child) {
  margin-bottom: 3rem;
}

.slider__picture {
  width: 100%;
  height: 25.6rem;
}

.form__title:not(:last-child) {
  margin-bottom: 4.4rem;
}

.form__p:not(:last-child) {
  margin-bottom: 4rem;
}

.form__input {
  width: 100%;
  font-family: CenturyGothic, sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 400;
  border-bottom: 1px solid var(--heading);
  padding-bottom: 2.5rem;
  color: #D1D1D1;
}

.form__input:not(:last-child) {
  margin-bottom: 2.5rem;
}

.form__input::-webkit-input-placeholder {
  color: #D1D1D1;
}

.form__input::-moz-placeholder {
  color: #D1D1D1;
}

.form__input:-ms-input-placeholder {
  color: #D1D1D1;
}

.form__input::-ms-input-placeholder {
  color: #D1D1D1;
}

.form__input::placeholder {
  color: #D1D1D1;
}

.form__textarea {
  width: 100%;
  font-family: CenturyGothic, sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 400;
  color: #D1D1D1;
  resize: none;
  border: none;
  border-bottom: 1px solid var(--heading);
  background-color: inherit;
  height: unset;
  padding: 0;
  outline: none;
}

.form__textarea:not(:last-child) {
  margin-bottom: 6rem;
}

.form__textarea::-webkit-input-placeholder {
  color: #D1D1D1;
}

.form__textarea::-moz-placeholder {
  color: #D1D1D1;
}

.form__textarea:-ms-input-placeholder {
  color: #D1D1D1;
}

.form__textarea::-ms-input-placeholder {
  color: #D1D1D1;
}

.form__textarea::placeholder {
  color: #D1D1D1;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__title:not(:last-child) {
  padding-top: 9rem;
  margin-bottom: 5rem;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  background-color: var(--white);
  padding: 4rem 2rem;
}

.partner:not(:last-child) {
  margin-bottom: 5rem;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number:not(:last-child) {
  margin-bottom: 5rem;
}

.number__item {
  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;
  width: 18.2rem;
  height: 17.7rem;
}

.number__item-bg {
  position: absolute;
  z-index: 0;
}

.number__item-num {
  text-align: center;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  background: var(--unnamed, linear-gradient(180deg, #0852C2 0%, #033887 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.number__item-p {
  text-align: center;
  font-weight: 700;
  color: var(--heading);
}

.text__col {
  width: 100%;
}

.text__col p:not(:last-child) {
  margin-bottom: 3rem;
}

.text__col h4 {
  text-align: right;
  color: var(--heading);
  font-size: 1.6rem;
  line-height: 170%;
  font-weight: 700;
}

.text__col h2 {
  text-align: right;
}

.history .ttitle:not(:last-child) {
  margin-bottom: 10rem;
}

.history__item:not(:last-child) {
  margin-bottom: 2rem;
}

.history__item-head {
  border-radius: 5px;
  background: var(--unnamed, linear-gradient(180deg, #0852C2 0%, #033887 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2.1rem 2rem !important;
}

.history__item-head h3 {
  color: var(--white);
}

.history__item-head svg {
  width: 3.5rem;
  height: auto;
}

.history__item-body {
  background-color: var(--white);
  padding: 4rem 2rem !important;
}

.history__item-body h4:not(:last-child) {
  margin-bottom: 2.4rem;
}

.history__item-body ul:not(:last-child) {
  margin-bottom: 2rem;
}

.history__item-body ul li:not(:last-child) {
  margin-bottom: 0;
}

.history__item-body p:not(:last-child) {
  margin-bottom: 2rem;
}

.team__line:not(:last-child) {
  margin-bottom: 6rem;
}

.team__line_sm .team__line-body {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.team__line-title:not(:last-child) {
  margin-bottom: 1rem;
}

.team__line-p:not(:last-child) {
  margin-bottom: 2.4rem;
}

.team__line-body {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 3rem;
}

.team__item {
  background: var(--white);
}

.team__item_blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  color: var(--white);
}

.team__item_blue .mtitle {
  color: var(--white);
}

.team__item_blue .team__item-line {
  background-color: var(--white);
}

.team__item-pic {
  width: 100%;
}

.team__item-body {
  padding: 2.1rem 2rem 3.1rem;
}

.team__item-job:not(:last-child) {
  margin-bottom: 1.1rem;
}

.team__item-line {
  width: 4.8rem;
  height: 1px;
  background-color: var(--heading);
}

.team__item-line:not(:last-child) {
  margin-bottom: 1.6rem;
}

.documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3rem;
  margin-top: 6rem;
}

.documents img {
  width: 100%;
  height: auto;
}

.big {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  padding: 5rem 2rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.big__title:not(:last-child) {
  margin-bottom: 2.4rem;
}

.big-line:not(:last-child) {
  margin-bottom: 2.4rem;
}

.big-line p:not(:last-child) {
  margin-bottom: 1.7rem;
}

.steps__item-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;
  position: relative;
  width: 18.2rem;
  height: 17.7rem;
}

.steps__item-num::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='261' height='24' viewBox='0 0 261 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M260.061 13.0607C260.646 12.4749 260.646 11.5251 260.061 10.9393L250.515 1.3934C249.929 0.807611 248.979 0.807611 248.393 1.3934C247.808 1.97919 247.808 2.92893 248.393 3.51472L256.879 12L248.393 20.4853C247.808 21.0711 247.808 22.0208 248.393 22.6066C248.979 23.1924 249.929 23.1924 250.515 22.6066L260.061 13.0607ZM0 13.5H259V10.5H0V13.5Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.steps__item-num_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.steps__item-num p {
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 9rem;
}

.steps__item-body_title {
  color: var(--heading);
}

.steps__item-body_p {
  padding-left: 2rem;
}

.join__col:nth-child(1) {
  background-color: var(--white);
}

.join__title:not(:last-child) {
  margin-bottom: 1.8rem;
}

.join__subtitle:not(:last-child) {
  margin-bottom: 4rem;
}

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

.wp__title:not(:last-child) {
  margin-bottom: 3rem;
}

.wp__picture {
  width: 100%;
  height: 30rem;
}

.list__container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.list__title:not(:last-child) {
  margin-bottom: 6rem;
}

.news {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
}

.news:not(:last-child) {
  margin-bottom: 8rem;
}

.news__item-picture {
  width: 100%;
  height: 30rem;
}

.news__item-body {
  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: 18rem;
  color: var(--white);
  padding: 1.8rem 3rem 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
}

.news__item-title {
  font-family: PlayfairDisplay;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 107.364%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.news__item-read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 155.556%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.date {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 155.556%;
  margin-bottom: 0 !important;
}

.like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.like svg {
  width: 2rem;
  height: 1.8rem;
}

.like p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 155.556%;
}

.pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem;
}

.pag__item,
.page-item {
  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-color: var(--white);
  color: var(--heading);
  overflow: hidden;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: normal;
}

.pag__item.active,
.page-item.active {
  background-color: var(--heading);
  color: var(--white);
}

.pag__item_more {
  background-color: inherit;
}

.blog-article__picture {
  width: 100%;
  height: 45rem;
}

.blog-article__container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.blog-article-bottom__container {
  padding-top: 0;
}

.blog-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.blog-article__info:not(:last-child) {
  margin-bottom: 2.2rem;
}

.blog-article article:not(:last-child) {
  margin-bottom: 8rem;
}

.blog-article article h1 {
  font-family: Nunito, sans-serif;
  font-size: 7rem;
  line-height: 1.1785714286;
  font-weight: 700;
  color: var(--heading);
  text-transform: uppercase;
}

.blog-article article h1:not(:last-child) {
  margin-bottom: 4rem;
}

.blog-article article h2 {
  font-family: Nunito, sans-serif;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

.blog-article article h2:not(:last-child) {
  margin-bottom: 4rem;
}

.blog-article article h3 {
  font-family: Nunito, sans-serif;
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

.blog-article article h3:not(:last-child) {
  margin-bottom: 4rem;
}

.blog-article article h4 {
  font-family: Nunito, sans-serif;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

.blog-article article h4:not(:last-child) {
  margin-bottom: 4rem;
}

.blog-article article ul:not(:last-child) {
  margin-bottom: 4rem;
}

.blog-article article p:not(:last-child) {
  margin-bottom: 4rem;
}

.blog-article__title:not(:last-child) {
  margin-bottom: 5rem;
}

.gallery__container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.gallery__title:not(:last-child) {
  margin-bottom: 6rem;
}

.gallery__body {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
}

.gallery__body:not(:last-child) {
  margin-bottom: 8rem;
}

.gallery__item-picture {
  width: 100%;
  height: 30rem;
}

.gallery__item-body {
  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: 18rem;
  color: var(--white);
  padding: 3.5rem 3rem 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
}

.gallery__item-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 86.364%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.gallery__item-read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 155.556%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.gallery__photo {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
}

.gallery__photo:not(:last-child) {
  margin-bottom: 8rem;
}

.gallery__photo img {
  width: 100%;
  height: 30rem;
}

.callendar__container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.callendar__title:not(:last-child) {
  margin-bottom: 4rem;
}

.callendar__p:not(:last-child) {
  margin-bottom: 6rem;
}

.callendar__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.callendar__tabs:not(:last-child),
.callendar__tabs {
  margin-bottom: 3rem;
}

.callendar__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: CenturyGothic;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 8.2rem;
  padding: 0 4rem;
  border: 0.1rem solid transparent;
  -o-border-image: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
     border-image: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  border-image-slice: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.callendar__tab--active {
  -webkit-text-fill-color: var(--white);
  color: var(--white);
  background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
  background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
}

.callendar__body:not(:last-child) {
  margin-bottom: 8rem;
}

.callendar__content {
  display: none;
}

.callendar__content--active {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
}

.callendar__item {
  background: var(--white);
  padding: 5rem 3rem 8rem;
}

.callendar__time {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 155.556%;
}

.callendar__time:not(:last-child) {
  margin-bottom: 2.6rem;
}

.callendar__item-title {
  font-family: PlayfairDisplay;
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--heading);
}

.callendar__item-title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.callendar__text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
}

.contact__title:not(:last-child) {
  margin-bottom: 6rem;
}

.contact__info:not(:last-child) {
  margin-bottom: 6rem;
}

.contact__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.contact__info-item:not(:last-child) {
  margin-bottom: 3.4rem;
}

.contact__info-item svg,
.contact__info-item .svg {
  min-width: 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
}

.contact__info-item_body a {
  color: var(--heading);
}

.contact__info-item_link {
  text-decoration: underline;
}

.contact__mtitle:not(:last-child) {
  margin-bottom: 4rem;
}

.contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.contact__social-item {
  width: 6.6rem;
  height: 6.6rem;
}

.contact__maps img {
  width: 100%;
  height: 25rem;
}

.contact__maps img:not(:last-child) {
  margin-bottom: 4rem;
}

.hero__title:not(:last-child) {
  margin-bottom: 3rem;
}

.hero__p:not(:last-child) {
  margin-bottom: 6rem;
}

.hero__slider {
  width: 100%;
  height: 100%;
}

.hero__slider-item_picture {
  width: 100%;
  height: 100%;
}

.hero__slider-item_title {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
  color: var(--white);
  position: absolute;
  bottom: 3.2rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .team__line-body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
  }

  .callendar__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

@media (min-width: 992px) {
  [class*=__container] {
    max-width: 160rem;
  }

  .mob {
    display: none !important;
  }

  .ttitle {
    font-size: 9.2rem;
    line-height: 1.0578947368;
  }

  .subtitle {
    font-size: 2.9rem;
  }

  .mtitle {
    font-size: 4.4rem;
    line-height: 1.2045454545;
  }

  .smtitle {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }

  p {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }

  article h1 {
    font-size: 4.4rem;
    line-height: 1.2045454545;
  }

  article h2 {
    font-size: 2.9rem;
  }

  article h3 {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }

  article h4 {
    font-size: 2rem;
    line-height: 1.2;
  }

  ul li {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-left: 1.3rem;
  }

  ul li:not(:last-child) {
    margin-bottom: 5rem;
  }

  .btn {
    width: 30.1rem;
  }

  .btn_sm {
    width: 25.7rem;
  }

  .section__container {
    padding: 12rem 0;
  }

  .download {
    margin-top: 6rem;
  }

  .download p {
    font-size: 1.8rem;
  }

  .link {
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }

  .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .quote:not(:last-child) {
    margin-bottom: 5rem;
  }

  .quote__icon {
    width: 5.1rem;
    height: auto;
  }

  .quote__p {
    font-size: 1.8rem;
  }

  .quote__name {
    font-size: 1.8rem;
  }

  .slider__nav {
    -webkit-column-gap: 2.3rem;
       -moz-column-gap: 2.3rem;
            column-gap: 2.3rem;
    position: relative;
  }

  .slider__nav-arrow {
    width: 1.2rem;
    height: 2.1rem;
  }

  .slider__nav-progress {
    position: relative;
    background: var(--white);
    border-radius: 2rem;
    width: 50.7rem !important;
    height: 0.3rem !important;
  }

  .slider__nav-progress span {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
    background-color: var(--white) !important;
    border-radius: 2rem;
  }

  .slider__nav-num {
    font-size: 1.2rem;
    line-height: 2.7916666667;
    left: 3.5rem;
    top: -4.2rem;
  }

  .slider__nav-current {
    font-size: 2.5rem;
    line-height: 1.34;
  }

  .slider__nav-total {
    font-size: 1.2rem;
    line-height: 2.7916666667;
  }

  .nav__arrow {
    width: 6.4rem;
    height: 6.4rem;
  }

  .nav__arrow svg {
    width: 1.2rem;
    height: 2rem;
  }

  .nav__arrow_prev {
    left: 0;
  }

  .nav__arrow_next {
    right: 0;
  }

  .nav__pag {
    display: none;
  }

  .picture {
    height: 82.3rem;
  }

  .header {
    padding: 4.8rem 0;
  }

  .header__burger {
    display: none;
  }

  .header__logo:not(:last-child) {
    margin-right: 14.7rem;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.9rem;
       -moz-column-gap: 2.9rem;
            column-gap: 2.9rem;
  }

  .header__nav-head {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }

  .header__nav-item > .header__nav-link {
    position: relative;
    top: -1px;
  }
  
  .header__nav-head:not(:last-child)::after,
  .header__nav-item > .header__nav-link::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
    background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
    background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header__nav-link {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }

  .header__nav-link:not(:last-child)::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#0852C2), to(#033887));
    background: -o-linear-gradient(top, #0852C2 0%, #033887 100%);
    background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header__social:not(:last-child) {
    margin-right: 4.6rem;
  }

  .header__phone svg:not(:last-child) {
    margin-right: 2rem;
  }

  .header__phone p {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }

  .header__phone a {
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }

  .logo {
    width: 9rem;
    height: 9rem;
  }

  .social__item {
    width: 3.4rem;
    height: 3.4rem;
  }

  .footer {
    padding: 4.8rem 0;
  }

  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__row:not(:last-child) {
    margin-bottom: 6rem;
  }

  .footer__row:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__row:nth-child(2) {
    -webkit-column-gap: 16.5rem;
       -moz-column-gap: 16.5rem;
            column-gap: 16.5rem;
  }

  .footer__logo:not(:last-child) {
    margin-right: 14.7rem;
  }

  .footer__social:not(:last-child) {
    margin-right: 5.3rem;
  }

  .section__container_p {
    padding: 12rem 0;
  }

  .section__container_psm {
    padding: 7.8rem 0;
  }

  .section__container_pb {
    padding-bottom: 12rem;
  }

  .section__container_ph {
    padding-top: 5.2rem;
  }

  .section__maintitle.mb85:not(:last-child) {
    margin-bottom: 8.5rem;
  }

  .section__title:not(:last-child) {
    margin-bottom: 7.9rem;
  }

  .section__p {
    max-width: 112rem;
  }

  .section__p:not(:last-child) {
    margin-bottom: 12rem;
  }

  .section__p_sm {
    max-width: 75rem;
  }

  .section__slider {
    padding: 0 9.4rem;
  }

  .section__slider:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  .section__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .section__wrap_gap {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .section__col {
    width: 50%;
  }

  .section__col_form {
    max-width: 60rem;
    margin-right: 5.2rem;
  }

  .section__col_full {
    width: 100%;
  }

  .section__col_p {
    padding: 9rem 0 9.5rem;
  }

  .section__col_p .section__row:not(:last-child) {
    margin-bottom: 12rem;
  }

  .section__row_p {
    padding: 9rem 0 9.5rem;
  }

  .section__row_mw {
    max-width: 67rem;
  }

  .section__row_full {
    height: 100%;
    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;
  }

  .section__row-title:not(:last-child) {
    margin-bottom: 2.7rem;
  }

  .section__row-p:not(:last-child) {
    margin-bottom: 7.4rem;
  }

  .section__row-p_mw {
    max-width: 66rem;
  }

  .section__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6.5rem;
       -moz-column-gap: 6.5rem;
            column-gap: 6.5rem;
  }

  .section__picture {
    min-width: 96rem;
    width: 96rem;
    height: 88.7rem;
  }

  .section__picture_big {
    height: 113.6rem;
    position: absolute;
    bottom: 12rem;
    right: 0;
  }

  .section__picture_m {
    min-width: 80.9rem;
    width: 80.9rem;
    height: 71.2rem;
  }

  .section__picture_sm {
    min-width: 81.7rem;
    width: 81.7rem;
    height: 88.7rem;
  }

  .section__picture_abs {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .section__picture_absb {
    position: absolute;
    bottom: 12rem;
    right: 0;
  }

  .section__picture_absc {
    position: absolute;
    bottom: 30%;
    right: 0;
  }

  .slider__col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 8.8rem;
  }

  .slider__title:not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .slider__p:not(:last-child) {
    margin-bottom: 2.7rem;
  }

  .slider__picture {
    width: 50%;
    height: 39.7rem;
  }

  .mb62:not(:last-child) {
    margin-bottom: 6.2rem;
  }

  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60rem;
  }

  .form__title:not(:last-child) {
    margin-bottom: 5.5rem;
  }

  .form__p:not(:last-child) {
    margin-bottom: 6rem;
  }

  .form__input {
    font-size: 2.2rem;
    line-height: 1.2272727273;
    padding-bottom: 1.8rem;
  }

  .form__input:not(:last-child) {
    margin-bottom: 5.5rem;
  }

  .form__textarea {
    height: 4.6rem;
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }

  .form__textarea:not(:last-child) {
    margin-bottom: 8.2rem;
  }

  .partners {
    -webkit-column-gap: 6.2rem;
       -moz-column-gap: 6.2rem;
            column-gap: 6.2rem;
    row-gap: 3.5rem;
  }

  .partners__title:not(:last-child) {
    margin-bottom: 1rem;
    padding-top: 6rem;
  }

  .partners__item {
    width: auto;
    height: 21.5rem;
  }

  .partner:not(:last-child) {
    margin-bottom: 8rem;
  }

  .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15.9rem;
       -moz-column-gap: 15.9rem;
            column-gap: 15.9rem;
  }

  .number:not(:last-child) {
    margin-bottom: 7rem;
  }

  .number_big {
    -webkit-column-gap: 26.1rem;
       -moz-column-gap: 26.1rem;
            column-gap: 26.1rem;
    padding-left: 10rem;
  }

  .number__item {
    width: 22.2rem;
    height: 21.7rem;
  }

  .number__item-num {
    font-size: 8.1rem;
  }

  .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }

  .text__col p:not(:last-child) {
    margin-bottom: 6rem;
  }

  .text__col h4 {
    font-size: 1.8rem;
    line-height: 191.9%;
  }

  .history .ttitle:not(:last-child) {
    margin-bottom: 16.3rem;
  }

  .history__item-head {
    padding: 2.1rem 2.5rem 2.1rem 7.9rem !important;
  }

  .history__item-head svg {
    width: 4.5rem;
    height: 2.4rem;
  }

  .history__item-body {
    padding: 5.1rem 6rem 5.1rem 7.9rem !important;
  }

  .history__img {
    width: 85.5rem;
    height: 83rem;
  }

  .team__line:not(:last-child) {
    margin-bottom: 12rem;
  }

  .team__line_sm {
    width: 50rem;
    margin: 0 auto;
  }

  .team__line-p:not(:last-child) {
    margin-bottom: 3.9rem;
  }

  .team__line-body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .team__item-pic {
    height: 63.2rem;
  }

  .documents {
    row-gap: 12rem;
    -webkit-column-gap: 13rem;
       -moz-column-gap: 13rem;
            column-gap: 13rem;
    margin-top: 12rem;
  }

  .documents img {
    width: auto;
    height: 42.5rem;
  }

  .big {
    width: 81rem;
    padding: 5rem;
  }

  .big_m {
    width: 70.5rem;
  }

  .big__title:not(:last-child) {
    margin-bottom: 3.4rem;
  }

  .big-line:not(:last-child) {
    margin-bottom: 3.9rem;
  }

  .steps__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 9.5rem;
       -moz-column-gap: 9.5rem;
            column-gap: 9.5rem;
  }

  .steps__line:not(:last-child) {
    margin-bottom: 8rem;
  }

  .steps__line:nth-child(2) {
    margin-left: 19rem;
  }

  .steps__item {
    max-width: 41.6rem;
  }

  .steps__item-num {
    width: 22.2rem;
    height: 21.7rem;
  }

  .steps__item-num::after {
    width: 25.9rem;
    height: 2.4rem;
    left: 22.6rem;
  }

  .steps__item-num p {
    font-size: 12.7rem;
  }

  .join {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .join__col {
    padding: 12rem 0;
  }

  .join__col:nth-child(1) {
    padding-left: 16rem;
    padding-right: 14rem;
    padding-top: 22.5rem;
    width: 101.7rem;
  }

  .join__subtitle:not(:last-child) {
    margin-bottom: 6rem;
  }

  .wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .wp__col {
    padding-left: 16rem;
    padding-right: 14rem;
    padding-top: 22.5rem;
    width: 50%;
  }

  .wp__title:not(:last-child) {
    margin-bottom: 5.9rem;
  }

  .wp__picture {
    width: 50%;
    height: 75.6rem;
  }

  .list__container {
    padding: 12rem 0;
  }

  .list__title:not(:last-child) {
    margin-bottom: 12rem;
  }

  .news {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;
  }

  .news:not(:last-child) {
    margin-bottom: 12rem;
  }

  .news__item-picture {
    height: 45rem;
  }

  .news__item-body {
    height: 23.1rem;
    padding: 1.8rem 6rem 2.5rem;
  }

  .news__item-title {
    font-size: 3.9rem;
  }

  .news__item-read {
    font-size: 1.8rem;
  }

  .date {
    font-size: 1.8rem;
  }

  .like p {
    font-size: 1.8rem;
  }

  .pag__item,
  .page-item {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 3.5rem;
  }

  .pag__item_arrow svg {
    width: 1.2rem;
    height: 2rem;
  }

  .blog-article__picture {
    height: 93rem;
  }

  .blog-article__container {
    padding: 12rem 0;
  }
  .blog-article-bottom__container {
    padding-top: 0;
  }

  .blog-article article {
    max-width: 150rem;
  }

  .blog-article article:not(:last-child) {
    margin-bottom: 12rem;
  }

  .blog-article article h1 {
    font-size: 9.5rem;
    line-height: 1.0578947368;
  }

  .blog-article article h1:not(:last-child) {
    margin-bottom: 6rem;
  }

  .blog-article article h2 {
    font-size: 4.4rem;
    line-height: 1.2045454545;
  }

  .blog-article article h2:not(:last-child) {
    margin-bottom: 6rem;
  }

  .blog-article article h3 {
    font-size: 3.6rem;
    line-height: 1.2045454545;
  }

  .blog-article article h3:not(:last-child) {
    margin-bottom: 6rem;
  }

  .blog-article article h4 {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }

  .blog-article article h4:not(:last-child) {
    margin-bottom: 6rem;
  }

  .blog-article article ul:not(:last-child) {
    margin-bottom: 6rem;
  }

  .blog-article article p:not(:last-child) {
    margin-bottom: 6rem;
  }

  .blog-article__title:not(:last-child):not(:last-child) {
    margin-bottom: 8rem;
  }

  .gallery__container {
    padding: 12rem 0;
  }

  .gallery__title:not(:last-child) {
    margin-bottom: 12rem;
  }

  .gallery__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;
  }

  .gallery__body:not(:last-child) {
    margin-bottom: 12rem;
  }

  .gallery__item-picture {
    height: 45rem;
  }

  .gallery__item-body {
    height: 23.1rem;
    padding: 3.5rem 6rem 2.5rem;
  }

  .gallery__item-title {
    font-size: 4.4rem;
  }

  .gallery__item-read {
    font-size: 1.8rem;
  }

  .gallery__photo {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6rem;
  }

  .gallery__photo:not(:last-child) {
    margin-bottom: 12rem;
  }

  .gallery__photo img {
    height: 45rem;
  }

  .callendar__container {
    padding: 12rem 0;
  }

  .callendar__title:not(:last-child) {
    margin-bottom: 6rem;
  }

  .callendar__p {
    max-width: 70rem;
  }

  .callendar__p:not(:last-child) {
    margin-bottom: 8.4rem;
  }

  .callendar__tab {
    width: 30.1rem;
  }

  .callendar__body:not(:last-child) {
    margin-bottom: 12rem;
  }

  .callendar__content--active {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .callendar__item {
    padding: 4.7rem 10.5rem 4.7rem 4rem;
    height: 42.8rem;
  }

  .callendar__time {
    font-size: 1.8rem;
  }

  .callendar__item-title {
    font-size: 4.4rem;
    line-height: 1.2045454545;
  }

  .contact__title:not(:last-child) {
    margin-bottom: 18.8rem;
  }

  .contact__info:not(:last-child) {
    margin-bottom: 13.4rem;
  }

  .contact__mtitle:not(:last-child) {
    margin-bottom: 7.4rem;
  }

  .contact__social {
    -webkit-column-gap: 13.4rem;
       -moz-column-gap: 13.4rem;
            column-gap: 13.4rem;
  }

  .contact__social-item {
    width: 9.9rem;
    height: 9.9rem;
  }

  .contact__maps img {
    height: 48.7rem;
  }

  .contact__maps img:not(:last-child) {
    margin-bottom: 6rem;
  }

  .hero__container_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 18.6rem);
  }

  .hero__col {
    width: 50%;
    height: 100%;
  }

  .hero__col:nth-child(2) {
    width: 96rem;
  }

  .hero__col .slider__nav {
    position: absolute;
    z-index: 2;
    left: 7.2rem;
    bottom: 5.2rem;
  }

  .hero__block {
    max-width: 63.5rem;
    height: 100%;
    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;
  }

  .hero__title:not(:last-child) {
    margin-bottom: 4.9rem;
  }

  .hero__p:not(:last-child) {
    margin-bottom: 17.3rem;
  }

  .hero__slider-item_title {
    font-size: 3rem;
    line-height: 1.2333333333;
    position: absolute;
    left: 10.5rem;
    bottom: 14.1rem;
    z-index: 2;
  }
}

@media (min-width: 2000px) {
  .join {
    max-width: 160rem;
    margin: 0 auto;
  }

  .join__col {
    width: 50%;
  }

  .join__col:not(:last-child) {
    margin-right: 5rem;
  }

  .wp {
    max-width: 160rem;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  [class*=__container] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mob-none {
    display: none !important;
  }

  .quote__icon {
    margin-bottom: 1rem;
  }

  .slider__nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .slider__nav-arrow {
    display: none;
  }

  .slider__nav-progress {
    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-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
  }

  .slider__nav-num {
    display: none;
  }

  .nav__arrow {
    display: none;
  }

  .header {
    background: var(--white);
  }

  .header__social {
    display: none !important;
  }

  .header__phone div {
    display: none;
  }

  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer__row:nth-child(2) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid var(--white);
  }

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

  .footer__logo {
    width: 9rem;
    height: 9rem;
  }

  .footer__logo:not(:last-child) {
    margin-bottom: 4.7rem;
  }

  .footer__social:not(:last-child) {
    margin-bottom: 4rem;
  }

  .section_whm {
    background: var(--white);
  }

  .section__container_pm {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .section__container_f {
    padding: 0;
  }

  .section__container_f .section__col {
    padding: 0 3rem;
  }

  .section__container_r {
    padding: 0;
  }

  .section__container_r .section__col {
    padding: 0 3rem;
  }

  .section__container_mfr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .section__maintitle_msm {
    font-size: 2rem;
  }
  
  .ttitle {
    font-size: 3rem;
  }

  .section__title {
    padding: 0 3rem;
  }

  .section__btn {
    display: none;
  }

  .section__wrap_aic .section__col {
    padding: 7rem 3rem;
  }

  .section__wrap_a .section__col:not(:last-child) {
    margin-bottom: 7rem;
  }

  .section__wrap_gap .section__col:not(:last-child) {
    margin-bottom: 7rem;
  }

  .section__col_dfc .btn {
    margin-top: 4.5rem;
  }

  .section__col_p {
    padding-bottom: 7rem !important;
  }

  .section__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 7rem;
  }

  .slider:not(:last-child) {
    margin-bottom: 4.5rem;
  }

  .slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .slider__picture {
    margin-bottom: 4rem;
  }

  .partners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .number {
    row-gap: 5rem;
  }

  .text__col:not(:last-child) {
    margin-bottom: 3rem;
  }

  .history__img {
    display: none;
  }

  .steps__line:not(:last-child) {
    margin-bottom: 6rem;
  }

  .steps__item:not(:last-child) {
    margin-bottom: 6rem;
  }

  .steps__item-num::after {
    display: none;
  }

  .join__col {
    padding: 7rem 3rem;
  }

  .wp__col {
    padding: 7rem 3rem;
  }

  .contact__maps {
    margin-top: 8rem;
  }

  .hero {
    background: var(--white);
  }

  .hero__container_f {
    padding: 0;
  }

  .hero__col:nth-child(1) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero__col:nth-child(1):not(:last-child) {
    margin-bottom: 9rem;
  }

  .hero__slider .swiper-wrapper:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .hero__slider-item_title {
    padding: 0 2.9rem;
  }
}

@media (max-width: 768px) {
  .callendar__tabs {
    row-gap: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 2000px) {
  [class*=__container_f] {
    max-width: 176rem;
    margin: 0 0 0 auto;
  }

  [class*=__container_r] {
    max-width: 176rem;
    margin: 0 auto 0 0;
  }

  .join__col:nth-child(2) {
    margin-right: 21.6rem;
  }
}

@media (any-hover: hover) {
  .header__nav-head:hover {
    color: blue;
  }

  .header__nav-link:hover {
    color: blue;
  }
}

.pag ul {
  display: flex;
  padding: 0;
}

.pag ul li {
  margin: 0 9px;
  padding: 0;
}

.pag .disabled {
  display: none;
}

.pag .icon-angle-double-left::before {
  content: "<<";
  margin: 0 2px 0 0;
}

.pag .icon-angle-left::before {
  content: "<";
  margin: 0 2px 0 0;
}

.pag .icon-angle-right::before {
  content: ">";
  margin: 0 0 0 2px;
}

.pag .icon-angle-double-right::before {
  content: ">>";
  margin: 0 0 0 2px;
}

.footer__nav ul {
  padding: 0;
}

.footer__nav ul li {
  margin: 0;
  padding: 0;
}

.footer__nav ul li::before {
  position: static;
}

.footer_policy {
  margin: 25px 0 0 0;
  text-align: center;
}

.header {
  padding: 3rem 0;
}
@media (max-width: 992px) {
  .header {
    background: var(--white);
  }
}
@media (min-width: 992px) {
  .header {
    padding: 4.8rem 0;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__col {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header__col .menu {
    position: absolute;
    left: -150%;
    top: 9.4rem;
    width: 100%;
    background: var(--white);
    z-index: 99;
    display: none;
    transition: all 0.3s ease 0s;
  }
}
.header__col .menu.open {
  display: block;
  left: 0;
}
.header__burger {
  width: 3.4rem;
  height: 3.4rem;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__logo:not(:last-child) {
    margin-right: 14.7rem;
  }
}
.header__nav {
  display: flex;
  padding: 4rem 2rem;
}
@media (max-width: 992px) {
  .header__nav {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .header__nav {
    align-items: center;
    column-gap: 2.9rem;
  }
}
.header__nav-item {
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  .header__nav-item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (any-hover: hover) {
  .header__nav-item:hover .header__nav-body {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.header__nav-item:last-child .header__nav-head::after {
  display: none;
}
@media (max-width: 992px) {
  .header__nav-item.-open .header__nav-body {
    display: block;
  }
}
.header__nav-item.-open .header__nav-head {
  margin-bottom: 2rem;
}
.header__nav-head {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__nav-head:hover {
    color: blue;
  }
}
@media (min-width: 992px) {
  .header__nav-head {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
  .header__nav-head:not(:last-child)::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .header__nav-body {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .header__nav-body {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 99;
    border-radius: 2rem;
    background: var(--white);
    box-shadow: 0px 0px 23px 0px rgba(200, 210, 219, 0.43);
    margin-top: -7px;
    padding: 2rem;
    min-width: max-content;
  }
}
.header__nav-body .header__nav-link {
  display: block;
}
@media (min-width: 992px) {
  .header__nav-body .header__nav-link:not(:last-child) {
    margin-bottom: 1rem;
  }
  .header__nav-body .header__nav-link:not(:last-child)::after {
    display: none;
  }
}
.header__nav-link {
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 992px) {
  .header__nav-link:not(:last-child) {
    margin-bottom: 2rem;
    pointer-events: auto;
  }
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    color: blue;
  }
}
@media (min-width: 992px) {
  .header__nav-link {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
  .header__nav-link:not(:last-child)::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    right: -1.5rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .header__social {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .header__social:not(:last-child) {
    margin-right: 4.6rem;
  }
}
.header__phone {
  display: flex;
  align-items: center;
}
.header__phone svg {
  width: 3.4rem;
  height: 3.4rem;
}
@media (min-width: 992px) {
  .header__phone svg:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 992px) {
  .header__phone div {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__phone p {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.header__phone a {
  font-weight: 700;
  color: var(--heading);
}
@media (min-width: 992px) {
  .header__phone a {
    font-size: 2.2rem;
    line-height: 1.2272727273;
  }
}

.help__row {
  display: flex;
}
.help__row:not(:last-child) {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .help__row {
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media (min-width: 992px) {
  .help__row {
    display: flex;
    column-gap: 14rem;
  }
  .help__row:not(:last-child) {
    margin-bottom: 18.4rem;
  }
  .help__row:not(:first-child) {
    padding-left: 11rem;
  }
}
@media (min-width: 992px) {
  .help__item {
    width: 37.6rem;
  }
}
.help__item:not(:last-child) .help__item-num::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='261' height='24' viewBox='0 0 261 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M260.061 13.0607C260.646 12.4749 260.646 11.5251 260.061 10.9393L250.515 1.3934C249.929 0.807611 248.979 0.807611 248.393 1.3934C247.808 1.97919 247.808 2.92893 248.393 3.51472L256.879 12L248.393 20.4853C247.808 21.0711 247.808 22.0208 248.393 22.6066C248.979 23.1924 249.929 23.1924 250.515 22.6066L260.061 13.0607ZM0 13.5H259V10.5H0V13.5Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .help__item:not(:last-child) .help__item-num::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .help__item:not(:last-child) .help__item-num::after {
    width: 25.9rem;
    height: 2.4rem;
    left: 22.6rem;
  }
}
.help__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18.2rem;
  height: 17.7rem;
}
@media (min-width: 992px) {
  .help__item-num {
    width: 22.2rem;
    height: 21.7rem;
  }
}
.help__item-num_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.help__item-num p {
  background: linear-gradient(180deg, #0852C2 0%, #033887 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 9rem;
}
@media (min-width: 992px) {
  .help__item-num p {
    font-size: 12.7rem;
  }
}
.help__item-p {
  color: #394550;
}
.help__item-p:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .help__item-p {
    min-height: 7rem;
  }
}
.help__item-picture {
  width: 100%;
  height: auto;
}
.help__info {
  position: relative;
}
.help__info-p {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .help__info-p {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .help__info-p {
    padding-left: 11rem;
    max-width: 58.2rem;
    margin-top: 10rem;
  }
}
.help__info-p a {
  color: #6270BA;
}
.help__info-img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .help__info-img {
    position: absolute;
    bottom: -12rem;
    right: -16rem;
    width: 90.3rem;
    height: 101.3rem;
  }
}
@media (min-width: 992px) {
  .mod-languages {
    margin-left: 12px;
  }
}

.form_code input {
  width: 100px;
}
