@charset "UTF-8";
@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Moderustic";
  src: url("../fonts/Moderustic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brush";
  src: url("../fonts/Brush.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Moderustic", sans-serif;
  --second-family: "Brush Font 1", sans-serif;
}

/*Обнуление*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
  color: inherit;
}

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

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

a:hover {
  -webkit-text-decoration: 0;
          text-decoration: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

span {
  display: inline-block;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-family: Moderustic;
  background: #f2f8ff;
}

.lock {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 992px) {
  .main {
    margin-top: 100px;
  }
}

.container {
  margin: 0 auto;
  max-width: clamp(350px, 88.889vw, 1920px);
  padding: 0 clamp(10px, 1.389vw, 80px);
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 45, 50, 0.4);
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.modal__content {
  background: #1479ff;
  border-radius: 20px;
  padding: clamp(32px, 2.222vw, 32px);
  max-width: 541px;
  max-height: 765px;
  position: relative;
}
.modal__content-img {
  width: 100%;
  height: 100%;
}
.modal__content-btn {
  position: absolute;
  right: clamp(25px, 1.736vw, 25px);
  top: clamp(15px, 1.042vw, 15px);
}
.modal__content-btn svg {
  width: clamp(22px, 1.528vw, 22px);
  height: clamp(22px, 1.528vw, 22px);
}

.modal[data-modal-close=false] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn--default {
  font-size: clamp(15px, 1.111vw, 16px);
  background-color: transparent;
  font-weight: 500;
  line-height: 120%;
  color: #027fff;
  border: 1.5px solid #027fff;
  border-radius: 200px;
  padding: clamp(14px, 0.972vw, 14px) clamp(16px, 1.111vw, 16px);
}

.btn--default:hover {
  background-color: #027fff;
  color: #fff;
}

.btn--pink {
  text-align: center;
  border-radius: 20px;
  padding: clamp(16px, 1.111vw, 16px) clamp(25px, 3.819vw, 55px);
  background: #b95a75;
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 16px);
  color: #fff;
}

.btn--pink:hover {
  background: #165b3f;
}

.btn--plate {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: clamp(16px, 1.111vw, 16px) clamp(55px, 3.819vw, 55px);
  width: 100%;
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 16px);
  color: #b95a75;
  border: 1px solid #b95a75;
}

.btn--plate:hover {
  background: #165b3f;
  color: #fff;
  border: 1px solid #fff;
}

.btn--s {
  background: #027fff;
  border: 1.5px solid #027fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(13px, 1.25vw, 18px);
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #fff;
  padding: clamp(6px, 0.417vw, 6px) clamp(6px, 0.417vw, 6px) clamp(6px, 0.417vw, 6px) clamp(16px, 1.111vw, 16px);
  border-radius: 200px;
}
.btn--s:hover {
  background: #f2f8ff;
  color: #027fff;
  border: 1.5px solid #027fff;
}
.btn--s:hover .our__item-btn--inner {
  background: transparent;
}
.btn--s .our__item-btn--inner {
  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: #fff;
  border-radius: 20px;
  width: clamp(36px, 2.5vw, 36px);
  height: clamp(36px, 2.5vw, 36px);
}
.btn--s .our__item-btn--inner svg {
  width: clamp(24px, 1.667vw, 24px);
  height: clamp(24px, 1.667vw, 24px);
  fill: red;
}

.logo__main {
  width: clamp(48px, 5.486vw, 79px);
  height: clamp(48px, 5.556vw, 80px);
}

.mt-160 {
  margin-top: clamp(120px, 11.111vw, 160px);
}

.mt-120 {
  margin-top: clamp(120px, 8.333vw, 120px);
}

.mt-80 {
  margin-top: clamp(70px, 5.556vw, 80px);
}

.default-title {
  font-weight: 500;
  font-size: clamp(32px, 3.333vw, 48px);
  line-height: 100%;
  text-align: center;
  color: #303030;
}

.title-in {
  font-weight: 400;
  font-size: clamp(28px, 3.194vw, 46px);
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #222;
  margin-bottom: clamp(40px, 3.472vw, 50px);
  text-align: center;
}

.default-title--green {
  color: #81b659;
}

.fancybox__content {
  max-height: 600px;
  padding: 0 !important;
}

.video {
  max-height: 600px;
  height: 100%;
  width: 100%;
}

.form__fieldset--compact {
  margin-top: 24px;
  padding: 16px 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

.form__inner {
  padding: 5px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form__checkbox-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px 16px;
  margin-top: 8px;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.form__checkbox input[type=checkbox] {
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form__label--wide {
  margin-top: 16px;
}

.form__input--textarea-big {
  min-height: 60px;
  resize: vertical;
}

.tg-honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.header {
  width: 100%;
  margin: clamp(10px, 1.389vw, 20px) auto 0 auto;
  /* Анимация превращения в крестик */
}
@media (min-width: 992px) {
  .header {
    z-index: 11;
    position: fixed;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.083vw, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d1ebea;
  border-radius: 200px;
  padding: clamp(12px, 1.042vw, 15px) clamp(16px, 1.389vw, 20px);
}
.header__inner {
  display: none;
}
@media (min-width: 992px) {
  .header__inner {
    display: inline-block;
  }
}
.header__inner.active {
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f8ff;
  z-index: 5;
  display: inline-block;
}
@media (min-width: 992px) {
  .header__inner.active {
    display: none;
  }
}
.header__container-logo {
  display: none;
}
@media (min-width: 992px) {
  .header__container-logo {
    display: block;
  }
}
.header__body-logo {
  display: block;
}
@media (min-width: 992px) {
  .header__body-logo {
    display: none;
  }
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(10px, 0.833vw, 12px);
}
.header__btn-inner {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #027fff;
  border-radius: 20px;
  width: clamp(32px, 2.5vw, 36px);
  height: clamp(32px, 2.5vw, 36px);
}
.header__btn-inner svg {
  width: clamp(20px, 1.667vw, 24px);
  height: clamp(20px, 1.667vw, 24px);
}
@media (min-width: 992px) {
  .header__btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__dropdown {
  position: relative;
  display: inline-block;
}
.header__dropdown.active .header__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__dropdown-menu {
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
  z-index: 10;
}
.header__dropdown-btn {
  font-weight: 500;
  font-size: clamp(15px, 1.111vw, 16px);
  line-height: 120%;
  text-align: center;
  color: #303030;
  padding: 20px 0;
}
.header__dropdown-btn:hover {
  color: #027fff;
}
.header__dropdown-btn:not(:last-child) {
  border-bottom: 1px solid #dbd4c2;
}
.header .btn--t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4px, 0.278vw, 4px);
}
.header .btn--case {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 0.903vw, 13px);
  font-size: clamp(16px, 1.111vw, 16px);
  background-color: transparent;
  font-weight: 500;
  line-height: 120%;
  color: #027fff;
  border: 1.5px solid #027fff;
  border-radius: 200px;
  padding: clamp(14px, 0.972vw, 14px) clamp(19px, 1.389vw, 20px);
}
.header .btn--case:hover {
  background-color: #027fff;
  color: #fff;
}
@media (min-width: 600px) {
  .header .btn--case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: clamp(6px, 0.417vw, 6px) clamp(16px, 1.111vw, 16px) clamp(6px, 0.417vw, 6px) clamp(16px, 1.111vw, 16px);
  }
}
@media (min-width: 992px) {
  .header .btn--case {
    padding: clamp(6px, 0.417vw, 6px) clamp(6px, 0.417vw, 6px) clamp(6px, 0.417vw, 6px) clamp(16px, 1.111vw, 16px);
  }
}
@media (min-width: 992px) {
  .header__menu {
    margin-left: clamp(10px, 1.389vw, 20px);
  }
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 1.389vw, 20px);
}
.header__inner.active .header__menu-list {
  -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;
}
.header__menu-list li {
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
  position: relative;
  z-index: 2;
}
.header__inner.active .header__menu-list li {
  color: #222;
  font-size: 20px;
  width: 350px;
  text-align: center;
}
.header__inner.active .header__menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(48, 48, 48, 0.12);
  padding-bottom: 20px;
}
.header__menu-list li:hover {
  text-decoration: underline;
  color: #81b659;
}
.header__menu-list li:first-child::before {
  top: -8px;
  left: -8px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 80px;
  height: 32px;
  background-image: url("../imgs/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.header__inner.active .header__menu-list li:first-child::before {
  top: -12px;
  left: 123px;
  width: 104px;
  height: 42px;
}
.header__burger {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  display: block;
  height: 1.8px;
  width: 28px;
  background-color: #303030;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger.open {
  z-index: 7;
}
@media (min-width: 992px) {
  .header__burger.open {
    z-index: 0;
  }
}
.header__burger.open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header__burger.open span:nth-child(2) {
  opacity: 0;
}
.header__burger.open span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.footer {
  margin-top: clamp(110px, 8.333vw, 120px);
}
.footer__body {
  padding: clamp(40px, 2.778vw, 40px) clamp(20px, 1.389vw, 20px);
  background: #d1ebea;
  border-radius: 40px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__body {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .footer__body {
    margin-bottom: 28px;
    padding: clamp(60px, 4.167vw, 60px);
  }
}
.footer__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 5.208vw, 75px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .footer__body-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__logo-wrapper {
  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;
  gap: clamp(20px, 1.389vw, 20px);
}
@media (min-width: 992px) {
  .footer__logo-wrapper {
    max-width: clamp(310px, 38.889vw, 560px);
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.footer__logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 0.903vw, 13px);
}
.footer__logo-img {
  width: clamp(64px, 4.444vw, 64px);
  height: clamp(66px, 4.583vw, 66px);
}
.footer__logo-title {
  font-weight: 500;
  font-size: clamp(28px, 3.333vw, 48px);
  line-height: 100%;
  color: #303030;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__logo-title {
    text-align: left;
  }
}
.footer__logo-text {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: rgba(48, 48, 48, 0.4);
  text-align: center;
}
@media (min-width: 992px) {
  .footer__logo-text {
    text-align: left;
  }
}
.footer__left-text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 3.472vw, 50px);
  -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;
}
@media (min-width: 992px) {
  .footer__right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__right-title {
  font-weight: 400;
  font-weight: 500;
  font-size: clamp(26px, 2.222vw, 32px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(22px, 2.222vw, 32px);
}
@media (min-width: 992px) {
  .footer__right-title {
    text-align: left;
  }
}
.footer__info {
  text-align: center;
}
@media (min-width: 992px) {
  .footer__info {
    text-align: left;
    max-width: 330px;
  }
}
.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 1.389vw, 20px);
  flex-direction: column;
}
.footer__info-item a {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #303030;
}
.footer__info-item p {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.footer__info-item a:hover {
  color: #81b659;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(13px, 1.042vw, 15px);
}
.footer__social-item svg {
  width: clamp(45px, 3.125vw, 45px);
  height: clamp(45px, 3.125vw, 45px);
}
.footer__social-item img {
  width: clamp(45px, 3.125vw, 45px);
  height: clamp(45px, 3.125vw, 45px);
}
.footer__bottom-text {
  margin-top: clamp(40px, 3.194vw, 46px);
  font-weight: 400;
  font-size: clamp(14px, 0.972vw, 14px);
  color: #303030;
  text-align: center;
}
.footer__bottom-text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (min-width: 992px) {
  .footer__bottom-text {
    text-align: left;
  }
}
.footer__bottom-pic {
  position: absolute;
  right: -15px;
  bottom: clamp(260px, 68.421vw, 260px);
  width: clamp(87px, 11.875vw, 171px);
  height: clamp(108px, 11.319vw, 163px);
}
@media (min-width: 600px) {
  .footer__bottom-pic {
    right: 0;
    bottom: 0;
  }
}

.breadcrumb-back {
  margin-bottom: 20px;
}

.breadcrumb-back__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #027fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.breadcrumb-back__link:hover {
  color: #953b56;
  text-decoration: underline;
}

.breadcrumb-back__icon {
  width: 14px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: currentColor;
  -webkit-transform: translateY(0.5px);
      -ms-transform: translateY(0.5px);
          transform: translateY(0.5px);
}

.swiper-inner .swiper-controls {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(36px, 2.639vw, 38px);
  position: relative;
}
@media (min-width: 768px) {
  .swiper-inner .swiper-controls {
    display: none;
  }
}
.swiper-inner .swiper-button-next,
.swiper-inner .swiper-button-prev {
  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: clamp(50px, 4.306vw, 62px);
  height: clamp(50px, 4.306vw, 62px);
  border-radius: 50%;
  background: #027fff;
  margin-top: clamp(-18px, -1.25vw, -18px);
}
.swiper-inner .swiper-button-next::after,
.swiper-inner .swiper-button-prev::after {
  display: none;
}

.pav {
  position: relative;
}
.pav__top {
  position: relative;
}
.pav__top svg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  right: clamp(-12px, -1.563vw, 25px);
  top: -32px;
  min-width: 320px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 600px) {
  .pav__top svg {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (min-width: 992px) {
  .pav__top svg {
    right: 0;
    top: -28px;
  }
}
.pav__wrapper {
  border-radius: 20px;
}
.pav__gallery {
  border-radius: 20px;
}
.pav__item {
  border-radius: 20px;
}
.pav__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-height: 805px;
  min-height: 342px;
}
@media (min-width: 768px) {
  .pav__item img {
    min-height: 453px;
  }
}
@media (min-width: 992px) {
  .pav__item img {
    min-height: 853px;
  }
}
.pav .swiper-pagination {
  margin-top: clamp(20px, 2.083vw, 30px);
  position: relative !important;
}
.pav .swiper-pagination-bullet {
  border-radius: 100%;
  background: #027fff !important;
  width: clamp(12px, 0.833vw, 12px);
  height: clamp(12px, 0.833vw, 12px);
}
.pav .swiper-pagination-bullet {
  border-radius: 100%;
  background: #027fff !important;
}
.pav .swiper-pagination-bullet-active {
  background: #027fff !important;
}
.pav .swiper-button-next:after,
.pav .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.pav .swiper-button-prev:after,
.pav .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.pav .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .pav .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62px !important;
    height: 62px !important;
  }
}
.pav .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .pav .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62px !important;
    height: 62px !important;
  }
}

.form {
  background: #1479ff;
  border-radius: 16px;
  padding: clamp(16px, 2.5vw, 28px);
  color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 8px 24px rgba(20, 121, 255, 0.25);
          box-shadow: 0 8px 24px rgba(20, 121, 255, 0.25);
}
@media (min-width: 768px) {
  .form {
    max-width: 420px;
  }
}
.form .form__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 28px);
  margin: 0 0 clamp(12px, 1.6vw, 18px);
}
.form .form__label {
  display: block;
  margin-bottom: clamp(10px, 1.2vw, 14px);
}
.form .form__caption {
  display: block;
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 6px;
}
.form .form__input {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 14px 16px;
  background: #fff;
  color: #1e1e1e;
  font-size: 16px;
}
.form .form__input::-webkit-input-placeholder {
  color: #9aa4b2;
}
.form .form__input::-moz-placeholder {
  color: #9aa4b2;
}
.form .form__input:-ms-input-placeholder {
  color: #9aa4b2;
}
.form .form__input::-ms-input-placeholder {
  color: #9aa4b2;
}
.form .form__input::placeholder {
  color: #9aa4b2;
}
.form .form__submit {
  width: 100%;
  height: 48px;
  border-radius: 28px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 500;
  margin-top: clamp(8px, 1vw, 12px);
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.form .form__submit:hover {
  background: #fff;
  color: #1479ff;
}
.form .form__policy {
  margin-top: 10px;
  font-size: 12px;
  opacity: 0.85;
  text-align: center;
}
.form .form__policy a {
  text-decoration: underline;
}

[data-validate=false] .form__input {
  border-color: #ff5a5a;
}

.error__inner {
  padding: 28.947vw 3.947vw;
  text-align: center;
  font-family: var(--font-family);
  margin: 7.895vw 3.947vw;
}
@media (min-width: 768px) {
  .error__inner {
    padding: 7.552vw 3.906vw;
  }
}
@media (min-width: 992px) {
  .error__inner {
    padding: 5.278vw 2.083vw;
  }
}
.error__inner .error__title {
  font-weight: 500;
  font-size: 40.789vw;
  line-height: 110%;
  color: var(--main-black-292d32);
}
@media (min-width: 768px) {
  .error__inner .error__title {
    font-size: 36.458vw;
  }
}
@media (min-width: 992px) {
  .error__inner .error__title {
    font-size: 31.25vw;
  }
}
.error__inner .error__subtitle {
  font-weight: 400;
  font-size: 4.211vw;
  max-width: 90.789vw;
  color: var(--main-black-292d32);
  opacity: 0.3;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .error__inner .error__subtitle {
    font-size: 3.125vw;
    line-height: 133%;
    max-width: 92.188vw;
  }
}
@media (min-width: 992px) {
  .error__inner .error__subtitle {
    font-size: 2.222vw;
    line-height: 150%;
    max-width: 57.569vw;
  }
}
.error__inner .error__btn {
  white-space: nowrap;
  border-radius: 5.263vw;
  padding: 5.263vw 13.158vw;
  background: var(--main-light-green-c3ff03);
  font-weight: 600;
  font-size: 5.263vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--main-black-292d32);
  margin-top: 10.526vw;
  width: 100%;
}
@media (min-width: 768px) {
  .error__inner .error__btn {
    font-size: 2.604vw;
    padding: 2.604vw 6.51vw;
    margin-top: 7.813vw;
    width: 37.63vw;
    border-radius: 2.474vw;
  }
}
@media (min-width: 992px) {
  .error__inner .error__btn {
    font-size: 1.389vw;
    padding: 1.389vw 3.472vw;
    margin-top: 4.167vw;
    width: 20.069vw;
    border-radius: 1.319vw;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(60px, 4.167vw, 60px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__title {
  font-weight: 600;
  font-size: clamp(30px, 3.75vw, 54px);
  line-height: 90%;
  text-align: center;
  color: #303030;
  max-width: clamp(350px, 63.889vw, 920px);
}
.hero__line {
  display: none;
  position: absolute;
  left: clamp(-325px, -22.569vw, -325px);
  top: clamp(20px, 1.389vw, 20px);
  pointer-events: none;
  width: 100%;
}
@media (min-width: 992px) {
  .hero__line {
    display: block;
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  max-width: clamp(295px, 31.25vw, 450px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}

.section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section {
    overflow: visible;
  }
}
.section__inner-top {
  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;
}
.section__img-container {
  right: 0;
  top: 0;
  position: relative;
  display: inline-block;
  max-width: 433px;
  min-width: 416px;
}
@media (min-width: 992px) {
  .section__img-container {
    position: absolute;
    right: clamp(34px, 23.611vw, 340px);
    top: -160px;
    min-width: auto;
  }
}
.section__img-m {
  display: block;
  width: 100%;
  height: auto;
}
.section__img-inner {
  width: 80%;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
      -ms-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%); /* центрирование */
}
.section__text-m {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.section__btn {
  background: #027fff;
  border: 1.5px solid #027fff;
  border-radius: 200px;
  padding: clamp(14px, 0.972vw, 14px) 0px;
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #fff;
  width: 100%;
  margin-top: clamp(6px, 0.556vw, 8px);
  text-align: center;
}
.section__btn:hover {
  background: transparent;
  color: #027fff;
}
.section__img-p {
  margin-right: 380px;
  margin-top: -20px;
  width: 100%;
  height: 100%;
  max-width: clamp(206px, 21.458vw, 309px);
}
@media (min-width: 992px) {
  .section__img-p {
    padding-top: 125px;
    margin-top: 0;
    margin-right: 0;
  }
}
.section__img-b {
  display: none;
  position: absolute;
  margin-left: clamp(1px, 0.347vw, 5px);
  top: clamp(230px, 19.097vw, 275px);
  pointer-events: none;
  width: 100%;
  max-width: clamp(924px, 64.861vw, 934px);
}
@media (min-width: 992px) {
  .section__img-b {
    display: block;
  }
}
.section__main {
  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;
  margin-top: clamp(120px, 11.111vw, 160px);
}
.section__main-content {
  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;
  text-align: center;
  max-width: clamp(619px, 42.986vw, 619px);
}
.section__main-title {
  font-weight: 500;
  font-size: clamp(30px, 3.333vw, 48px);
  line-height: 100%;
  text-align: center;
  color: #303030;
  margin-bottom: clamp(20px, 1.667vw, 24px);
}
.section__main-text {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  text-align: center;
  color: #303030;
}
.section__main-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  .section__main-photos {
    margin-top: 0;
    left: clamp(-210px, -14.583vw, -210px);
    bottom: clamp(70px, 4.861vw, 70px);
  }
}
.section__main-i {
  position: relative;
  height: auto;
  pointer-events: none;
}
.section__main-i--left {
  width: 100%;
  max-width: clamp(254px, 17.639vw, 254px);
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
  left: clamp(-100px, -6.944vw, -100px);
  z-index: 1;
}
@media (min-width: 992px) {
  .section__main-i--left {
    left: clamp(-210px, -14.583vw, -210px);
    bottom: clamp(70px, 4.861vw, 70px);
  }
}
.section__main-i--center {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  max-width: clamp(179px, 12.431vw, 179px);
  top: clamp(180px, 12.5vw, 180px);
  right: clamp(195px, 13.542vw, 195px);
  z-index: 3;
}
@media (min-width: 992px) {
  .section__main-i--center {
    top: clamp(110px, 7.639vw, 110px);
    right: unset;
  }
}
.section__main-i--right {
  z-index: 2;
  width: 100%;
  max-width: clamp(254px, 17.639vw, 254px);
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
  right: clamp(290px, 20.139vw, 290px);
}
@media (min-width: 992px) {
  .section__main-i--right {
    right: clamp(-250px, -17.361vw, -250px);
  }
}

.case {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(20px, 3.906vw, 30px);
}
@media (min-width: 992px) {
  .case {
    overflow: visible;
    margin-bottom: clamp(60px, 20.833vw, 160px);
  }
}
.case__img {
  width: 100%;
  height: 100%;
  min-height: 189px;
}
.case__main-container {
  top: -60px;
  left: 50%;
  position: relative;
  display: inline-block;
  max-width: 485px;
  min-width: 370px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .case__main-container {
    top: -120px;
  }
}
@media (min-width: 992px) {
  .case__main-container {
    top: unset;
    position: absolute;
    min-width: auto;
    bottom: -60px;
  }
}
.case__main-m {
  display: block;
  width: 100%;
  height: auto;
}
.case__main-inner {
  font-weight: 400;
  font-size: clamp(15px, 1.111vw, 16px);
  line-height: 120%;
  text-align: center;
  color: #303030;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* центрирование */
}
.sl {
  position: relative;
  margin-bottom: clamp(120px, 11.111vw, 160px);
}
.sl__line {
  display: none;
  position: absolute;
  left: -60px;
  top: -160px;
  z-index: -1;
  pointer-events: none;
  width: 100%;
}
@media (min-width: 992px) {
  .sl__line {
    display: block;
  }
}
.sl__top {
  position: relative;
}
.sl__top-wrapper {
  position: absolute;
  pointer-events: none;
  width: 100%;
  right: clamp(-12px, -1.563vw, 25px);
  top: 20px;
  min-width: 349px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 600px) {
  .sl__top-wrapper {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (min-width: 992px) {
  .sl__top-wrapper {
    right: clamp(40px, 2.778vw, 40px);
  }
}
.sl__top-title {
  font-weight: 500;
  font-size: clamp(20px, 3.333vw, 48px);
  line-height: 100%;
  text-align: center;
  color: #303030;
  max-width: 458px;
  margin: 0 auto;
  padding-top: clamp(90px, 11.719vw, 90px);
}
@media (min-width: 768px) {
  .sl__top-title {
    max-width: 624px;
  }
}
@media (min-width: 992px) {
  .sl__top-title {
    max-width: 688px;
    padding-top: clamp(60px, 4.167vw, 60px);
  }
}
.sl__line-inner {
  z-index: -1;
  width: 100%;
  position: absolute;
  left: clamp(-50px, -3.472vw, -50px);
  top: clamp(190px, 13.194vw, 190px);
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sl__line-inner {
    display: block;
  }
}
.sl__lists {
  margin-top: clamp(60px, 4.167vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 2.778vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .sl__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sl__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sl__content-title {
  font-weight: 500;
  font-size: clamp(26px, 1.944vw, 28px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(20px, 1.389vw, 20px);
}
.sl__content-text {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.sl__content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.history {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(80px, 11.111vw, 160px);
}
.history__title {
  margin-bottom: clamp(30px, 2.847vw, 41px);
}
.history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
@media (min-width: 992px) {
  .history__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.history__content {
  position: relative;
  max-width: clamp(620px, 43.75vw, 630px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .history__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.history__content-wrapper {
  display: block;
  width: 100%;
  height: auto;
  min-width: 620px;
}
.history__content-inner {
  max-width: clamp(350px, 32.986vw, 475px);
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}
@media (min-width: 992px) {
  .history__content-inner {
    top: 35%;
    -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}
.history__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 1.111vw, 16px);
  margin-bottom: clamp(22px, 3.194vw, 46px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history__content-top--pic {
  width: clamp(40px, 4.583vw, 66px);
  height: clamp(40px, 4.583vw, 66px);
}
.history__content-top--name {
  font-weight: 500;
  font-size: clamp(20px, 2.222vw, 32px);
  line-height: 100%;
  text-align: center;
  color: #303030;
}
.history__content-body {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.history__wrapper-left {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 344px;
}
@media (min-width: 992px) {
  .history__wrapper-left {
    z-index: -1;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    left: clamp(180px, 13.194vw, 190px);
    max-width: 379px;
  }
}
.history__wrapper-right {
  margin-top: clamp(-50px, -8.333vw, -120px);
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
@media (min-width: 992px) {
  .history__wrapper-right {
    margin-top: unset;
    z-index: -1;
    max-width: 420px;
    -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
            transform: rotate(8deg);
    position: absolute;
    right: clamp(180px, 12.5vw, 190px);
    top: clamp(160px, 11.111vw, 160px);
  }
}

.indicators {
  margin-bottom: clamp(40px, 6.25vw, 90px);
}
.indicators__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(70px, 11.806vw, 170px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .indicators__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.indicators__item {
  text-align: center;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
.indicators__item-title {
  margin-bottom: clamp(12px, 0.833vw, 12px);
  font-weight: 500;
  font-size: clamp(36px, 2.639vw, 38px);
  line-height: 100%;
  text-align: center;
  color: #303030;
}
.indicators__item-text {
  font-weight: 400;
  font-size: clamp(18px, 1.389vw, 20px);
  line-height: 120%;
  text-align: center;
  color: #303030;
  max-width: 266px;
}
.indicators__item-img {
  position: absolute;
  z-index: -1;
  top: -100px;
}
.indicators__item-img--left {
  left: -40px;
  top: -103px;
  max-width: 342px;
}
@media (min-width: 992px) {
  .indicators__item-img--left {
    max-width: unset;
    left: -55px;
    top: -130px;
  }
}
.indicators__item-img--center {
  right: -105px;
  max-width: 342px;
}
@media (min-width: 992px) {
  .indicators__item-img--center {
    max-width: unset;
    right: -108px;
  }
}
.indicators__item-img--right {
  right: -38px;
  top: -80px;
  max-width: 342px;
}
@media (min-width: 992px) {
  .indicators__item-img--right {
    max-width: unset;
    right: -55px;
  }
}

.contacts {
  position: relative;
}
.contacts__line-left {
  z-index: -1;
  width: 100%;
  height: 95px;
  position: absolute;
  left: -680px;
  top: -15px;
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .contacts__line-left {
    display: block;
  }
}
.contacts__line-right {
  z-index: -1;
  width: 100%;
  height: 95px;
  position: absolute;
  right: -652px;
  top: 20px;
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  .contacts__line-right {
    display: block;
  }
}
.contacts__top {
  position: relative;
}
.contacts__top svg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  right: clamp(-12px, -1.563vw, 25px);
  top: -32px;
  min-width: 320px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 600px) {
  .contacts__top svg {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (min-width: 992px) {
  .contacts__top svg {
    right: 0;
    top: -28px;
  }
}
.contacts__title {
  margin: 0 auto;
}
.contacts__wrapper {
  margin-top: clamp(75px, 11.068vw, 85px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.604vw, 20px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .contacts__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .contacts__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contacts__item {
  position: relative;
}
.contacts__item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contacts__item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .contacts__item:nth-child(2) {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .contacts__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 1;
  }
}
.contacts__item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .contacts__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.contacts__img-wrapper {
  width: 100%;
  pointer-events: none;
  min-width: clamp(557px, 75.13vw, 577px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .contacts__img-wrapper {
    display: block;
  }
}
.contacts__body {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contacts__body {
    max-width: clamp(349px, 45.443vw, 349px);
  }
}
.contacts__body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(26px, 4.167vw, 32px);
  margin-bottom: clamp(18px, 2.344vw, 18px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .contacts__body-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contacts__body-tel {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(6px, 1.042vw, 8px);
}
.contacts__body-tel p, .contacts__body-tel a {
  font-weight: 400;
  font-size: clamp(16px, 2.083vw, 16px);
  line-height: 120%;
  color: #303030;
}
.contacts__body-tel a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contacts__body-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 1.953vw, 15px);
}
.contacts__body-social--item svg {
  width: clamp(45px, 3.125vw, 45px);
  height: clamp(45px, 3.125vw, 45px);
}
.contacts__body-social--item img {
  width: clamp(45px, 3.125vw, 45px);
  height: clamp(45px, 3.125vw, 45px);
}
.contacts__body-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(22px, 1.944vw, 28px);
}
.contacts__body-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.833vw, 12px);
}
.contacts__body-maps {
  overflow: hidden;
}
.contacts__body-maps iframe {
  max-height: clamp(163px, 21.224vw, 163px);
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media (min-width: 768px) {
  .contacts__body-maps iframe {
    max-width: clamp(340px, 44.271vw, 340px);
  }
}
.contacts__item-photo {
  width: 100%;
  height: 100%;
  max-height: 505px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts__item-pic {
  z-index: -1;
  position: absolute;
  bottom: -75px;
  left: 30%;
  display: none;
}
@media (min-width: 992px) {
  .contacts__item-pic {
    display: block;
  }
}

.news {
  position: relative;
  margin-bottom: clamp(120px, 11.111vw, 160px);
}
.news__line {
  display: none;
  position: absolute;
  left: 100px;
  top: -182px;
  z-index: -1;
  pointer-events: none;
  width: 100%;
}
@media (min-width: 992px) {
  .news__line {
    display: block;
  }
}

.news__wrapper {
  margin: clamp(40px, 4.167vw, 60px) 0;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 2.778vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .news__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .news__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: repeat(3, 1fr);
  }
}

.news__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inherit;
  gap: clamp(12px, 1.111vw, 16px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news__item-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .news__item-img {
    max-width: 248px;
  }
}

.news__item-title {
  font-weight: 500;
  font-size: clamp(26px, 1.944vw, 28px);
  line-height: 100%;
  color: #303030;
}

.news__item-more {
  margin-top: clamp(30px, 2.292vw, 33px);
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #027fff;
}

.news__item-btn {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: clamp(342px, 23.75vw, 342px);
  padding: 14px 0;
}

.blog {
  position: relative;
}
.blog__top {
  position: relative;
}
.blog__top svg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  right: clamp(-12px, -1.563vw, 25px);
  top: -32px;
  min-width: 320px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 600px) {
  .blog__top svg {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (min-width: 992px) {
  .blog__top svg {
    right: 0;
    top: -28px;
  }
}
.blog__title {
  margin: 0 auto;
}
.blog .news__wrapper {
  margin: clamp(70px, 5.556vw, 80px) 0;
}

.single-post__top {
  opacity: 0.5;
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(20px, 1.389vw, 20px);
}
.single-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(25px, 2.431vw, 35px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .single-post__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-post__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.single-post__content a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.single-post__content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.single-post__thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-post__thumbnail img {
  width: 100%;
  height: auto;
}

.our {
  position: relative;
  margin-bottom: clamp(90px, 13.021vw, 100px);
}
@media (min-width: 992px) {
  .our {
    margin-bottom: clamp(40px, 3.472vw, 90px);
  }
}
.our__line {
  display: none;
  position: absolute;
  top: -250px;
  width: 100%;
  left: 44%;
  max-width: 379px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .our__line {
    display: block;
  }
}

.our__projects {
  margin-top: clamp(40px, 4.167vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 2.778vw, 40px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .our__projects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.our__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 0.833vw, 12px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .our__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.our__item-title {
  font-weight: 500;
  font-size: clamp(24px, 1.944vw, 28px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(12px, 0.833vw, 12px);
}

.our__item-text {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(30px, 2.292vw, 33px);
}

.our__item-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.our__item-img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: clamp(350px, 24.306vw, 350px);
}
@media (min-width: 768px) {
  .our__item-img {
    max-height: 100%;
    max-width: clamp(236px, 16.389vw, 236px);
  }
}

.our__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 0.833vw, 12px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our__item-btn,
.our__item-more {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 420px) {
  .our__item-btn,
  .our__item-more {
    width: auto;
  }
}

.projects {
  position: relative;
}
.projects__top {
  position: relative;
}
.projects__top svg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  right: clamp(-12px, -1.563vw, 25px);
  top: -32px;
  min-width: 320px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 600px) {
  .projects__top svg {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (min-width: 992px) {
  .projects__top svg {
    right: 0;
    top: -28px;
  }
}

.project {
  position: relative;
}
.project__line {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: -50px;
  left: 0;
  display: none;
}
@media (min-width: 992px) {
  .project__line {
    display: block;
  }
}
.project__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -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;
}
@media (min-width: 768px) {
  .project__inner {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .project__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project__body {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.project__title {
  font-weight: 500;
  font-size: clamp(32px, 3.333vw, 48px);
  line-height: 100%;
  color: #303030;
  margin-bottom: clamp(20px, 1.389vw, 20px);
}
.project__content {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(30px, 2.778vw, 40px);
}
.project__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2f8ff;
  color: #027fff;
}
@media (min-width: 420px) {
  .project__btn {
    width: auto;
  }
}
.project__btn-inner {
  background: #027fff;
  border-radius: 20px;
  width: 36px;
  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;
}
.project__btn:hover {
  background: #027fff;
  color: #f2f8ff;
}
.project__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 339px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project__add {
  margin-top: clamp(50px, 4.167vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 2.778vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .project__add {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project__add-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project__add-text h2,
.project h3,
.project h4,
.project h5,
.project h6 {
  font-weight: 500;
  font-size: clamp(22px, 1.944vw, 28px);
  line-height: 100%;
  color: #303030;
}
.project__add-text ul {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.project__add-text ul li {
  list-style-type: disc;
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.project__add-img img {
  width: 100%;
  height: auto;
}
.project__wrapper {
  border-radius: 20px;
}
.project__wrapper-title {
  font-weight: 400;
  font-size: clamp(28px, 2.778vw, 40px);
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #222;
  text-align: center;
  margin-bottom: clamp(40px, 3.472vw, 50px);
}
.project__gallery {
  border-radius: 20px;
}
.project__item {
  border-radius: 20px;
}
.project__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-height: 805px;
  min-height: 342px;
}
@media (min-width: 768px) {
  .project__item img {
    min-height: 453px;
  }
}
@media (min-width: 992px) {
  .project__item img {
    min-height: 853px;
  }
}
.project .swiper-pagination {
  margin-top: clamp(20px, 2.083vw, 30px);
  position: relative !important;
}
.project .swiper-pagination-bullet {
  border-radius: 100%;
  background: #027fff !important;
  width: clamp(12px, 0.833vw, 12px);
  height: clamp(12px, 0.833vw, 12px);
}
.project .swiper-pagination-bullet {
  border-radius: 100%;
  background: #027fff !important;
}
.project .swiper-pagination-bullet-active {
  background: #027fff !important;
}
.project .swiper-button-next:after,
.project .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.project .swiper-button-prev:after,
.project .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.project .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .project .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62px !important;
    height: 62px !important;
  }
}
.project .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .project .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 62px !important;
    height: 62px !important;
  }
}

.about {
  position: relative;
  overflow: hidden;
}
.about__top {
  position: relative;
  overflow: hidden;
}
.about__title {
  font-size: clamp(28px, 3.333vw, 48px);
}
.about__case {
  position: absolute;
  z-index: -3;
  top: 120px;
  right: 0;
  display: none;
}
@media (min-width: 992px) {
  .about__case {
    display: block;
  }
}
.about__top-photos {
  margin-top: clamp(50px, 4.167vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(485px, 33.681vw, 485px);
  position: relative;
}
.about__top-photos img {
  width: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__top-photos--left {
  left: -30px;
  max-width: 242px;
  z-index: -1;
  top: 0;
}
@media (min-width: 768px) {
  .about__top-photos--left {
    max-width: 342px;
    left: clamp(40px, 4.167vw, 60px);
  }
}
@media (min-width: 992px) {
  .about__top-photos--left {
    top: -10px;
    max-width: 441px;
    left: clamp(60px, 5.556vw, 80px);
  }
}
.about__top-photos--center {
  max-width: 417px;
  top: 150px;
}
@media (min-width: 992px) {
  .about__top-photos--center {
    max-width: 473px;
    top: 50px;
  }
}
.about__top-photos--right {
  max-width: 242px;
  right: -50px;
  z-index: -1;
  top: -25px;
}
@media (min-width: 768px) {
  .about__top-photos--right {
    top: -30px;
    max-width: 342px;
    right: clamp(50px, 4.861vw, 70px);
  }
}
@media (min-width: 992px) {
  .about__top-photos--right {
    top: -20px;
    max-width: 441px;
    right: clamp(60px, 4.861vw, 70px);
  }
}
.about__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(30px, 2.778vw, 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .about__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__content-title {
  font-weight: 500;
  font-size: clamp(26px, 1.944vw, 28px);
  line-height: 120%;
  color: #303030;
  margin-bottom: clamp(20px, 1.389vw, 20px);
}
.about__content-text {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.about__content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.about__history {
  position: relative;
  overflow: hidden;
  margin-bottom: 175px;
}
.about__history-case {
  z-index: 1;
  position: relative;
  left: -15px;
}
.about__history-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .about__history-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about__history-body {
  position: relative;
}
.about__history-body--img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  min-width: clamp(780px, 54.861vw, 790px);
  min-height: 968px;
  left: -115px;
  top: -50px;
}
@media (min-width: 600px) {
  .about__history-body--img {
    min-width: clamp(780px, 54.861vw, 790px);
    left: -60px;
    top: -30px;
    height: auto;
    min-height: unset;
  }
}
@media (min-width: 768px) {
  .about__history-body--img {
    min-width: clamp(850px, 59.028vw, 850px);
    left: -60px;
    top: -60px;
  }
}
@media (min-width: 992px) {
  .about__history-body--img {
    min-width: clamp(904px, 62.778vw, 904px);
    left: 0;
    top: 0;
  }
}
.about__history-body--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  left: 0;
  top: 10px;
  gap: clamp(20px, 1.667vw, 24px);
}
@media (min-width: 600px) {
  .about__history-body--inner {
    left: 10%;
    max-width: clamp(550px, 38.194vw, 550px);
  }
}
@media (min-width: 992px) {
  .about__history-body--inner {
    max-width: 619px;
    top: 10%;
    left: 20%;
  }
}
.about__history-body--title {
  font-weight: 500;
  font-size: clamp(32px, 3.333vw, 48px);
  line-height: 100%;
  color: #303030;
}
.about__history-body--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 0.833vw, 12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__history-body--pic {
  border-radius: 200px;
  width: clamp(36px, 2.778vw, 40px);
  height: clamp(36px, 2.778vw, 40px);
}
.about__history-body--head {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.about__history-body--content {
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.about__history-main--img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
@media (min-width: 992px) {
  .about__history-main--img {
    max-width: 686px;
  }
}

.team {
  position: relative;
  margin-top: -71px;
}
.team__top {
  position: relative;
}
.team__top svg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  right: clamp(-12px, -1.563vw, 25px);
  min-width: 320px;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media (min-width: 600px) {
  .team__top svg {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media (min-width: 992px) {
  .team__top svg {
    right: 0;
  }
}
.team__title {
  padding-top: 28px;
}
.team__wrapper {
  border-radius: 20px;
  margin-top: clamp(60px, 5.556vw, 80px);
}
.team__inner {
  border-radius: 20px;
}
.team__item {
  border-radius: 20px;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.389vw, 20px);
}
@media (min-width: 992px) {
  .team__item {
    grid-template-columns: 298px 1fr;
    padding: 0 clamp(80px, 8.333vw, 120px);
  }
}
.team__item-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 350px;
  max-height: 600px;
}
.team__item-inner--name {
  margin-bottom: clamp(10px, 0.833vw, 12px);
  font-weight: 500;
  font-size: clamp(22px, 1.944vw, 28px);
  line-height: 120%;
  color: #303030;
}
.team__item-inner--spec {
  margin-bottom: clamp(16px, 1.389vw, 20px);
  opacity: 0.5;
  font-weight: 400;
  font-size: clamp(14px, 0.972vw, 14px);
  line-height: 120%;
  color: #303030;
}
.team__item-inner--descr h3 {
  font-weight: 700;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.team__item-inner--descr p {
  font-weight: 400;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 120%;
  color: #303030;
}
.team .swiper-pagination {
  margin-top: clamp(20px, 2.083vw, 30px);
  position: relative !important;
}
.team .swiper-pagination-bullet {
  border-radius: 100%;
  background: #027fff !important;
  width: clamp(12px, 0.833vw, 12px);
  height: clamp(12px, 0.833vw, 12px);
}
.team .swiper-pagination-bullet {
  border-radius: 100%;
  background: #027fff !important;
}
.team .swiper-pagination-bullet-active {
  background: #027fff !important;
}
.team .swiper-button-next:after,
.team .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.team .swiper-button-prev:after,
.team .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.team .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .team .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(42px, 4.306vw, 62px) !important;
    height: clamp(42px, 4.306vw, 62px) !important;
  }
}
.team .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .team .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(42px, 4.306vw, 62px) !important;
    height: clamp(42px, 4.306vw, 62px) !important;
  }
}

.doc__wrapper {
  margin-top: clamp(40px, 4.167vw, 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 4.167vw, 60px);
}
@media (min-width: 768px) {
  .doc__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.doc__wraaper-item--img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.doc__wraaper-item--pl {
  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: #d1ebea;
  border-radius: 20px;
  padding: clamp(20px, 1.389vw, 20px);
  grid-column: span 2;
}
@media (min-width: 768px) {
  .doc__wraaper-item--pl {
    grid-column: unset;
  }
}
.doc__wraaper-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 0.694vw, 10px);
  -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;
  text-align: center;
  font-weight: 500;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: center;
  color: #027fff;
}