/* Styles reset */
/* Reset and base styles  */

:root {
  --primary: #59cd6d;
  --primary-d: #3fbe55;
  --blue: #00a1eb;
  --gray: #b3b3b3;
  --gray-l: #d9d9d9;
  --light: #fafafa;

  --black: #2b2a29;
}

.h-title {
  position: absolute;
  z-index: -9999;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.body-hidden {
  overflow: hidden;
  touch-action: none;
}
.search-result-excerpt a {
  display: block;
  margin-top: 15px;
}

.down_pres {
  display: flex;
  gap: 20px;
}

.qr_code {
  display: flex;
  gap: 20px;
}

.qr_code_block {
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
  max-width: 200px;
}

.qr_code_block p {
  text-align: center;
  margin-top: 10px;
}

.qr_code2 {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: flex-start;
}

.footer .qr_code2 {
  display: none;
}

.qr_code_block2 {
  padding: 5px;
  background: #fafafa;
  border-radius: 8px;
  max-width: 120px;
}

.qr_code_block2 p {
  text-align: center;
  margin-top: 10px;
  color: #000 !important;
}

a.read-more-post {
  display: block;
  margin-top: -56px;
  margin-left: 159px;
  color: white !important;
}

.search-results-list article {
  margin-bottom: 30px;
  margin-top: 30px;
}

h2.search-result-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 12px;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}

.pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}

.pagination .current {
  padding: 8px 12px;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
}

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

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

:focus,
:active {
  /*outline: none;*/
}

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

/* Links */

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* Fonts */
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/CeraPro-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CeraPro-400.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CeraPro-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CeraPro-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cera Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/CeraPro-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scroll-behavior: smooth;
}

/* html,
body {
  overflow-x: hidden;
} */

body {
  font-family: "Cera Pro";
  pointer-events: unset !important;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

section {
  margin-bottom: 50px;
}

.page-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.h3-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
}

.h3-subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
}

.info-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000;
  white-space: nowrap;

  display: block;
  margin: 0 auto;
  width: max-content;
  padding: 13px 20px;
  border: 1px solid #00a0e3;
  border-radius: 40px;
}

.action-btn {
  display: block;
  margin: 0 auto;
  width: max-content;
  border-radius: 40px;
  padding: 12px 30px;
  background: rgba(89, 205, 109, 1);

  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.info-btn:hover {
  border-color: rgba(15, 144, 185, 1);
  background: rgba(82, 191, 238, 0.2);
}

.info-btn:active {
  border-color: rgba(10, 88, 113, 1);
  background: rgba(82, 191, 238, 0.4);
}

.burger__menu .info-btn:hover {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.2);
}

.burger__menu .info-btn:active {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.4);
}

.action-btn:hover {
  background: #48a454;
}

.action-btn:active {
  background: #387c44;
}

/* header start */

.header__wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding: 30px 10% !important;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header__number,
.header__mail {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  white-space: nowrap;
}

.header__mail_text {
  margin-left: 7px;
}

.header__number:hover {
  color: #0693e3;
}

.header__wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header__wrapper > div > p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-ico {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header__consultation-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.header__info-address {
  font-size: 20px;
  line-height: 25px;
}

.header__info-time {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.header__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-wrap: nowrap;

  padding: 10px 25px;
  border-radius: 30px;
}

.header__btn.btn-call {
  border: 1px solid #69d1fd;
  color: #fff;
}

.header__btn.btn-call:hover {
  border-color: rgba(15, 144, 185, 1);
  background: rgba(82, 191, 238, 0.2);
}

.header__btn.btn-request {
  color: #fff;
  background: #59cd6d;
}

.header__btn.btn-request:hover {
  background: #387c44;
}

.header .header__burger {
  width: 35px;
  height: 28px;
  position: relative;
  display: none;
}

.burger__line {
  display: block;
  width: 100%;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
}

/* burger */

.burger__line_first {
  top: 0;
}

.burger__line_second {
  top: 50%;
  transform: translateY(-50%);
}

.burger__line_third {
  bottom: 0;
}

.burger__menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d6c96;
  overflow-y: scroll;
  padding-bottom: 160px;
  z-index: 20;

  display: none;
}

.burger-show {
  display: block;
}

.burger__menu p,
.burger__menu a {
  color: #fff;
}

.burger__menu-top {
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.burger__menu-block {
  /* padding: 20px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.burger__menu-block:first-child {
  padding: 20px;
}

.burger__list-title {
  padding: 20px 0;
}

.menu-active .burger__list-title {
  margin-bottom: 25px;
}

.menu-active .burger__list-title {
  background: #0000001a;
}

.burger__title-text {
  display: block;
  margin: 0 auto;

  width: max-content;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}

.burger__title-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 10px;
  height: 10px;
  background: url("../img/burger-arrow.svg") no-repeat center;
  background-size: contain;
}

.menu-active .burger__title-text::after {
  top: 40%;
  transform: rotate(180deg);
}

.burger__list-container {
  display: none;
}

.menu-active .burger__list-container {
  display: block;
}

.burger__list {
  text-align: center;
  margin-bottom: 30px;
}

.burger__list-item a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: underline;
}

.burger__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.burger__menu-bottom {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.burger-close {
  position: relative;
  margin-left: auto;
  width: 35px;
  height: 35px;
  z-index: 11;
}

.burger-close-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 50%;
}

.burger-close-line:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.burger-close-line:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

/* burger end */

.header__nav {
  background: #f3f3f3;
  box-shadow: 0px 4px 10px 0px #0000000d inset;
  padding: 0 10px;
  display: flex;
}

.header__nav-list {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
}

.header__nav-list .menu-menu-1-container ul.menu {
  display: flex;
  justify-content: space-between;
}

.header__nav-list .menu-menu-1-container ul.sub-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__nav .header__nav-list li a {
  width: 100%;
}

.header__nav .header__nav-list ul li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.header__nav .header__nav-list ul li a {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 15px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.header__nav .header__nav-list ul li ul li a {
  font-weight: 700;
}

.header__nav-list ul li a:hover {
  /* color:rgba(0, 163, 255, 1); */
  font-weight: 700;
}

.header__nav .header__nav-list ul li ul {
  position: absolute;
  left: 0;
  width: 260px;
  background: #f3f3f3;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.3s;
}

.header__nav .header__nav-list ul > li:hover {
  background-color: #b3dddc;
}

.header__nav .header__nav-list ul li:hover > ul {
  transform: scaleY(1);
}

.ohrtrud_menu li a {
  width: 400px;
}

.ohrtrud_menu ul li {
  width: 200px;
}

.header__nav .header__nav-list ul li ul li ul {
  display: flex;
  flex-direction: column;
  left: 260px;
  top: 0;
  background: #f3f3f3;
  width: 260px;
}

.header__nav .header__nav-list ul li ul li ul li {
  width: 100%;
  display: flex;
  /* height: 90px; */
}

.header__nav-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.header__nav-link:hover {
  font-weight: 400;
  color: rgba(0, 163, 255, 1);
}

/* header end */

/* main-bunner start */

.main-bunner {
  background: url("../img/main-bunner.jpg") no-repeat center;
  background-size: cover;
  height: 608px;

  padding: 110px 0;
}

.intro-bunner {
  background-size: cover;
  height: 308px;
  padding: 00px 0;
}

.bunner__text-item {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  max-width: 555px;

  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  z-index: 2;
}

.bunner__text-item:last-child {
  margin-bottom: 0;
}

/* main-bunner end */
/* New banner stsrt */
.new-banner {
  margin-top: 60px;
}

.new-head-text {
  color: #00a1eb;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}

.new-small-text {
  font-size: 14px;
  color: #00a1eb;
  line-height: 16px;
  display: inline-block;
  width: 50px;
  height: 40px;
}

.new-header-head {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.new-header-list {
  margin: 30px 0;
}

.new-header-list li {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.new-head-text1 {
  font-weight: 700;
}

.new-head-text2 {
  line-height: 20px;
  margin-top: 15px;
}

.new-small-text1 {
  font-size: 10px;
  margin-top: 10px;
}

.new-small-text1 a {
  color: #00a1eb;
}

/* New banner end */
/* main-protection start */

.main-protection .section-title {
  text-align: left;
}

.protection__desc {
  font-size: 16px;
  line-height: 24px;

  white-space: pre-line;
  margin-bottom: 30px;
}

.protection__desc_hide {
  display: none;
}

.hide_text_open {
  display: block;
  margin-bottom: 30px;
  line-height: 24px;
  white-space: pre-line;
}

.arrow_down {
  content: "";
  position: absolute;
  transform: translateY(30%) rotate(90deg);
  width: 25px;
  height: 17px;
  background: url(../img/faq-arrow.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.arrow_up {
  transform: translateY(30%) rotate(270deg);
}

.protection__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #000;

  display: block;
  padding: 13px 35px;
  border: 1px solid #69d1fd;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
  margin-bottom: 70px;
}

.protection__help {
  border: 4px solid #69d1fd;
  box-shadow: 0px 25px 50px 0px #0000001a;
  border-radius: 50px 0 50px 0;
  padding: 45px;

  display: grid;
  grid-template-columns: 1fr 1fr;
}

.protection__help-block {
  position: relative;
}

.protection__help-block:first-child {
  width: max-content;
  padding-right: 40px;
  margin-right: 15px;
  border-right: 2px solid #69d1fd;
}

.protection__help-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  white-space: pre-line;
  text-transform: uppercase;

  margin-bottom: 33px;
}

.protection__help-title span {
  color: #12aada;
}

.protection__help-icons {
  display: flex;
  align-items: center;
  gap: 40px;
}

.protection__help-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
}

.protection__help-desc strong {
  font-weight: 700;
}

/* main-protection end */

/* main-services start */

.services-title {
  color: #12aada;
  text-align: center;
}

.services__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.services__card {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 40px 40px 40px;
  box-shadow: 0px 5px 30px 0px #0000001a;
}

.services__card-img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  /* margin-bottom: 65px; */
}

.services__card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.services__card-list {
  padding-left: 15px;
  /* margin-bottom: 65px; */
}

.services__list-item {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 15px;
}

.services__list-item:last-child {
  margin-bottom: 0;
}

.services__item-link {
  color: #000;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

.services__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: #00a3ff;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.services__card .services__list-item:nth-child(n + 3) {
  display: none;
}

.services__card.list-shown .services__list-item {
  display: inline-block;
}

.services__card-more {
  display: block;
  margin: 0 auto;
}

.service__last-card {
  width: 100%;
  padding: 50px 100px;
  display: flex;
  gap: 70px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 5px 30px 0px #0000001a;
}

.service__last-card .services__card-title {
  margin-bottom: 0;
}

.service__last-card .services__more-img {
  transform: rotate(-90deg);
}

.services__more-img {
  width: 17px;
  height: 16px;
  max-width: max-content;
  margin-top: 10px;
}

/* main-services end */

/* main-advantages start */

.main-advantages {
  padding: 105px 0;
  background: #69d1fd url("../img/advantages-bg.png") no-repeat right;
  background-size: contain;
  margin-bottom: 0;
}

.main-advantages .section-title {
  max-width: 800px;
  color: #2b2a29;
  text-align: left;
}

.advantages__count {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 80px;
}

.advantages__count-title {
  color: #2b2a29;
  font-weight: 900;
  font-size: 64px;
  line-height: 80px;
}

.advantages__count-subtitle {
  color: #2b2a29bf;
  font-size: 24px;
  line-height: 30px;
}

.section-title.advantages__subtitle {
  max-width: 500px;
}

.advantages__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  justify-content: space-between;
}

.advantages__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 180px;
  gap: 30px;
}

.advantages__card-img {
  position: relative;
  padding: 30px;
  border: 2px solid #fff;
  border-radius: 100px;
  width: max-content;
}

.advantages__card:not(:last-child) .advantages__card-img::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -95%;
  transform: translateY(-50%);
  width: 78px;
  height: 10px;
  background: url("../img/advantages-arrow.svg") no-repeat center;
  background-size: contain;
}

.advantages__card-img .card__img {
  width: 36px;
  height: 36px;
}

.advantages__card-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  white-space: pre-line;
}

/* main-advantages end */

/* main-recommendations start */

.main-recommendations {
  padding: 100px 0;
  background: url("../img/recommendations-bg.jpg") no-repeat center;
}

.main-recommendations .section-title {
  text-align: center;
}

.slider-container {
  position: relative;
  margin-bottom: 45px;
}

/* section .swiper__buttons-container {
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    width: 110%;
    height: 33px;
} */

section .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -40px);
  background: url("../img/slider-prev.svg") no-repeat center;
}

section .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -40px);
  background: url("../img/slider-prev.svg") no-repeat center;
  transform: rotate(180deg);
}

section .swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.recommendations-slider .swiper-slide-active {
  transform: scale(1.1) !important;
}

.recommendations__link {
  display: block;
  margin: 0 auto;
  max-width: 416px;
  width: 100%;
  background: #00a0e3;
  border-radius: 30px;
  padding: 15px 12px;

  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}

/* main-recommendations end */

/* main-partners start */

.main-partners .section-title {
  text-align: center;
}

.main-partners .slider-container {
  margin-bottom: 0;
}

.partners__slide-img {
  display: block;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 20px;
}

.partners__slide-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.partners-next,
.partners-prev {
  top: 50px !important;
}

/* main-partners end */

/* main-pride start */

.main-pride {
  background: #69d1fd;
  padding: 100px 0;
  margin-bottom: 0;
}

.pride__cards {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;

  padding: 60px 0;
  margin-bottom: 40px;
}

.pride__cards::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 35px;
  bottom: 0;
  left: -5%;
  box-shadow: 0px 20px 10px 0px rgba(23, 143, 194, 0.2);
}

.pride__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.pride__card-img {
  max-width: unset;
  width: 124px;
}

.pride__card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000bf;
  max-width: 250px;
}

.pride__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;

  margin-bottom: 30px;
}

.pride__documents {
  display: flex;
  align-items: center;
  gap: 35px;
}

.pride__document-img {
  max-width: 266px;
  width: 100%;
  object-fit: contain;
}

/* main-pride end */

/* services-advert start */

.services-advert {
  background: url("../img/advert-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 15px 0;
}

.advert__block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.advert__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  white-space: pre-line;
}

.advert__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-align: center;

  max-width: 230px;
  width: 100%;
  border-radius: 30px;
  background: #59cd6d;
  padding: 13px 10px;
}

/* services-advert end */

/* main-labaratory start */

.main-labaratory {
  padding-top: 100px;
}

.labaratory__images {
  display: flex;
  gap: 20px;
}

.labaratory__images-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* main-labaratory end */

/* main-price start */

.main-price {
  padding: 100px 0;
  background: #00a0e3;
}

.main-price .section-title {
  color: #2b2a29;
  margin-bottom: 45px;
}

.price__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 15px;

  margin-bottom: 15px;
}

.price__blocks-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 755px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 5px 30px 0px #0000001a;
}

.price__item-content {
  padding: 50px 40px 0;
}

.price__item-content:last-child {
  padding-bottom: 50px;
}

.price__block-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;

  margin-bottom: 20px;
}

.price__block-subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;

  margin-bottom: 10px;
}

.blue-text {
  color: #00a3ff;
}

.price__block-list {
  padding-left: 25px;
  margin-bottom: 10px;
}

.price__list-item {
  position: relative;
  font-size: 16px;
  line-height: 24px;

  margin-bottom: 15px;
}

.price__list-item:last-child {
  margin-bottom: 0;
}

.price__list-item::before,
.review__list-item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #00a3ff;
  border-radius: 10px;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.price__block-desc {
  font-size: 16px;
  line-height: 24px;

  margin-bottom: 20px;
}

.price__block-desc > a {
  font-weight: 500;
  color: #00a3ff;
  text-decoration: underline;
}

.price__block-info {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  padding: 15px;
  background: #eeeeee;
}

.price__block-info > p {
  font-size: 16px;
  line-height: 18px;
}

.price__block-bottom-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;

  margin-bottom: 20px;
}

.price__block-btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;

  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;

  max-width: 235px;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  background: #59cd6d;
  border-radius: 30px;
}

.price__block-call > p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.price__block-call {
  white-space: pre-line;
}

.price__block-call span,
.partnership__call span {
  font-weight: 700;
}

.price__item-title {
  color: #00a0e3;
  font-size: 18px;
  line-height: 27px;
}

.price__block-studying-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.price__wide-block {
  height: unset;
}

.price__wide-block .price__block-list {
  margin-bottom: 40px;
}

.price__block-studying {
  max-width: 70%;
}

.price__block-studying .price__list-item::before {
  background: #000;
}

.price__block-certificates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

  margin-bottom: 40px;
}

.item__content-bottom {
  padding: 30px 0 40px;
}

.price__studying-btn {
  max-width: 325px;
}

/* main-price end */

/* main-specialists start */

.specialists__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;

  margin-bottom: 50px;
}
.specialists__more-btn {
  margin: 0 auto;
}

.hide-spec:nth-child(n + 7) {
  display: none;
}

.tab__section .specialists__cards .hide-spec:nth-child(n + 7) {
  display: block;
}

.specialists__card-border {
  padding: 10px;
  border: 2px solid #b3e6f7;
  border-radius: 100%;
  width: max-content;

  margin: 0 auto;
}

.specialists__card-desc {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.specialists__card-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.specialists__btn {
  padding: 13px 22px;
}

/* main-specialists end */

/* main-reviews start */

.main-reviews {
  padding: 100px 0 115px;
  background: url("../img/reviews-bg.jpg") no-repeat center;
  background-size: cover;
}

.swiper .reviews-slide {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.main-reviews .slider-container {
  padding: 0 15px;
}

.reviews__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-bottom: 30px;
}

.reviews__text-block {
  padding: 55px 55px 45px;
  background: #fff;
}

.reviews__block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #00a0e3;
  margin-bottom: 15px;
}

.reviews__block-title.reviews__block-title-rp {
  margin-bottom: 0;
}

.reviews__block-text {
  font-size: 14px;
  line-height: 24px;
  color: #000000bf;
  margin-bottom: 25px;
}

.reviews__block-text.reviews__block-text-rp {
  margin-top: 25px;
}

.reviews__block-name,
.reviews__block-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.reviews__block-subtitle {
  font-weight: 300;
}

.reviews__btn {
  padding: 13px 27px;
}

.reviews__video-block {
  height: 100%;
}

.reviews-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.reviews-form .wrapper {
  width: 100%;
  max-width: 600px;
}

.reviews-form-inner {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.reviews-form-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.reviews-form-group {
  margin-bottom: 15px;
}

.reviews-form-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #555;
}

.reviews-form-group input,
.reviews-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.reviews-form-group input:focus,
.reviews-form-group textarea:focus {
  border-color: #6ab8f7;
  outline: none;
  box-shadow: 0 0 8px rgba(106, 184, 247, 0.3);
}

.reviews-form-group textarea {
  min-height: 120px;
  resize: none;
}

.reviews-form-submit {
  text-align: center;
  margin-top: 20px;
}

.reviews-form-submit input[type="submit"] {
  background-color: #6ab8f7;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

.reviews-form-submit input[type="submit"]:hover {
  background-color: #559ad8;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup.show {
  display: flex;
}

.popup-content {
  width: 300px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.popup-content p {
  font-size: 18px;
  margin-bottom: 10px;
}

.popup-content button {
  background: #6ab8f7;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background: #559ad8;
}

/* main-reviews end */

/* main-faq start */

.faq__blocks {
  margin-bottom: 35px;
}

.faq__block {
  border-radius: 10px;
  background: #69d1fd;

  margin-bottom: 10px;
}

.faq__block:last-child {
  margin-bottom: 0;
}

.faq__block-question {
  position: relative;
  padding: 35px 40px;
  cursor: pointer;
}

.faq-open .faq__block-question {
  padding: 35px 40px 25px;
}

.faq__question-title {
  position: relative;
  font-size: 24px;
  line-height: 30px;
}

.faq-open .faq__question-title {
  padding-bottom: 25px;
}

.faq__question-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background: url(../img/faq-arrow.svg) no-repeat center;
  background-size: contain;
}

.faq-open .faq__question-title::after {
  transform: translateY(-50%) rotate(90deg);
  top: 30%;
}

.faq-open .faq__question-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
}

.faq__block-answer {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;

  padding: 20px 40px;
  display: none;
}

.faq__btn {
  padding: 13px 26px;
}

.faq-open {
  background: #f3f3f3;
}

.faq-open .faq__block-answer {
  display: block;
}

/* main-faq end */

/* main-partnership start */

.partnership__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;

  margin-bottom: 80px;
}

.partnership__card {
  position: relative;
}

.partnership__card-num {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: #69d1fd;

  margin-bottom: 15px;
}

.partnership__card-num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
  width: 162px;
  height: 4px;
  background: url(../img/partnership-pointed.svg) no-repeat center;
}

.partnership__card:last-child .partnership__card-num::after {
  display: none;
}

.partnership__title {
  font-size: 24px;
  line-height: 30px;

  margin-bottom: 15px;
}

.partnership__subtitle {
  font-size: 16px;
  line-height: 24px;
}

.partnership__second-title {
  color: #00a0e3;
  margin-bottom: 20px;
}

.partnership__call {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;
  white-space: pre-line;
}

.partnership__call::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 35px;
  bottom: 0;
  left: -5%;
  box-shadow: 0px 20px 10px 0px rgba(217, 217, 217, 0.3);
}

.partnership__call-title,
.partnership__call-num {
  font-weight: 300;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 15px;
}

.partnership__call-num {
  font-weight: 700;
  margin-bottom: 0;
}

/* main-partnership end */

/* main-news start */

/* .news__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;

    margin-bottom: 40px;
} */

.news-slide {
  background: #fff;
  box-shadow: 0px 5px 30px 0px #0000001a;
  border-radius: 20px;
  overflow: hidden;
}

.news__card-img {
  margin-bottom: 30px;
}

.news__card-text {
  display: flex;
  flex-direction: column;
  padding: 0 35px 35px 35px;
}

.news__card-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #00a0e3;

  margin-bottom: 20px;
}

.news__card-link {
  color: #00a0e3;
}

.news__card-link:hover {
  opacity: 0.5;
}

.news__card-content {
  font-size: 12px;
  line-height: 18px;
}

.news__btn {
  padding: 15px 24px;
}

/* main-news end */

/* about-bunner start */

.intro-bunner {
  position: relative;
  background-position: center;
}

.about-bunner {
  background-image: url("../img/about-bunner.jpg");
}

.intro-bunner .callback__modal-content {
  padding: 30px 30px;
  max-width: 382px;
  left: 60%;
  /* transform: translateY(-50%);*/
  top: -43%;
  transform: scale(0.5);
}

.intro-bunner .bunner__text {
  max-width: 600px;
  padding-top: 50px;
}

.about__bunner-btn {
  position: relative;
  display: block;
  margin: 0 auto;

  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-align: center;

  padding: 13px 25px;
  background: rgba(89, 205, 109, 1);
  border-radius: 30px;
  max-width: 290px;
  width: 100%;
  z-index: 2;

  display: none;
}

.intro-bunner .modal-input {
  border: 1px solid rgba(205, 205, 205, 1);
}

.modal-form__file {
  position: relative;
  z-index: 2;
}

.modal-form__file input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

.modal-form__file label {
  display: flex;
  align-items: center;
  padding-left: 10px;
  gap: 10px;
  margin-bottom: 30px;

  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 160, 227, 1);
  text-decoration: underline;
}

/* about-bunner end */

/* about-description start */

.about-description {
  margin-bottom: 0;
}

.about-description .section-title {
  text-align: left;
}

.description__tabs-buttons,
.geography__tabs-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}

.description__tabs-buttons {
  align-items: normal;
}

@media (max-width: 1200px) {
  .description__tabs-buttons {
    align-items: normal;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .description__tabs-button {
    width: 100%;
  }
}

.description__tabs-button,
.geography__tabs-button {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 13px 35px;
  border: 1px solid rgba(105, 209, 253, 1);
  border-radius: 30px;
  transition: all 300ms ease-in;
}

.description__tabs-button.btn-active {
  color: #fff;
  background: rgba(18, 170, 218, 1);
}

.description__tab {
  display: none;
}

.description__tab.tab-active {
  display: block;
}

.requisites-tab {
  margin-bottom: 100px;
}

.about-us-tab {
  padding-top: 30px;
}

.tab__block-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;

  margin-bottom: 80px;
}

.tab__text-block {
  flex: 1;
}

.tab__content-text {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;

  margin-bottom: 30px;
}

.tab__content-link {
  margin: 0;
  margin-bottom: 20px;
}

.tab__content-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.tab__content-download-link {
  display: flex;
  gap: 10px;

  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 160, 227, 1);
}

/*.description__tab-block {
    margin-bottom: 65px;
}
*/
.tab__block-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-transform: none;

  margin-bottom: 20px;
}

.tab__block-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;

  margin-bottom: 20px;
}

.tab__block-list {
  margin-bottom: 20px;
}

.tab__block-list-item {
  font-size: 16px;
  line-height: 24px;
}

.tab__block-subtext {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: rgba(0, 163, 255, 1);
  margin-bottom: 20px;
}

.tab__block-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  justify-content: space-between;

  margin-bottom: 45px;
}

.tab__contacts-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.tab__contacts-text {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
}

.tab__contacts-text span {
  font-weight: 500;
}

.tab__block-advantages-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.tab__block-advantages-cards .partnership__card-num::after {
  display: none;
}

.tab__block-advantages-cards .partnership__title {
  font-weight: 700;
}

.description__tab-block.advantages-block {
  margin-bottom: 100px;
  margin-top: 100px;
}

.description__tab-block.geography-block {
  padding: 100px 0;
  background: url("../img/advantages-bg.png") no-repeat top right
    rgba(105, 209, 253, 1);
}

.geography__block-text {
  max-width: 600px;
  margin-bottom: 80px;
}

.description__tab-block.geography-block .section-title {
  color: rgba(43, 42, 41, 1);
}

.geography__block-desc {
  margin-bottom: 50px;
}

.geography__block-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: rgba(43, 42, 41, 1);

  margin-bottom: 20px;
}

.geography__block-text .tab__content-text:last-child {
  margin-bottom: 0;
}

.geography__tabs-buttons {
  margin-bottom: 40px;
}

.geography__tabs-button {
  border-color: #000;
}

.geography__tabs-button.btn-active {
  background: #fff;
  border-color: transparent;
}

.geography__tab {
  display: none;
}

.geography__tab.tab-active {
  display: block;
}

.videos-slider {
  min-width: 350px;
  height: 350px;
}

.videos-slider .swiper-slide {
  height: 350px;
}

.videos__tab-link {
  display: block;
  margin: 0 auto;

  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000;
}

.team__photo-section {
  padding: 100px 0 0;
  background: url("../img/our-team-bg.jpg") no-repeat center;
}

.tab__section {
  margin-bottom: 100px;
}

.licenses__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 100px;
}

.licenses__item-title {
  font-size: 16px;
  line-height: 24px;
}

.lic-link {
  color: #69d1fd !important;
}

.lic-link:hover {
  opacity: 0.7;
}

.wide-license {
  grid-column: 2 span;
}

.requisites__list-item {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  align-items: flex-start;
  justify-content: flex-start;

  margin-bottom: 30px;
}

.requisites__list-item:last-child {
  margin-bottom: 0;
}

.requisites__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.requisites__item-subtitle {
  font-size: 20px;
  line-height: 30px;
  white-space: pre-line;
}

/* about-description end */

/* studying start */

.studying .section-title {
  text-align: left;
  margin-bottom: 50px;
}

.studying-bunner {
  background-image: url("../img/studying-bg.jpg");
}

.page__main-content {
  display: grid;
  grid-template-columns: 65% auto;
  gap: 20px;
}

.studying__intro-text {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
}

.studying-intro .studying__intro-text {
  margin-bottom: 35px;
}

.forms__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
}

.forms__item-img {
  max-width: 56px;
}

.forms__list-item:not(:last-child) {
  margin-bottom: 50px;
}

.forms__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;

  margin-bottom: 10px;
}

.forms__item-subtitle {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
}

.programms__intro-text {
  margin-bottom: 45px;
}

.programms__list {
  padding-left: 45px;

  margin-bottom: 45px;
}

.programms__list-item {
  position: relative;

  margin-bottom: 20px;
}

.programms__list-item:last-child {
  margin-bottom: 0;
}

.programms__item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

.programms__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);

  width: 10px;
  height: 10px;
  background: rgba(0, 163, 255, 1);
}

.programms__item-subtitle {
  font-size: 14px;
  line-height: 24px;
}

.example__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.why__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 100px;
}

.why__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.why__card-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}

.studying-prices {
  padding: 100px 0;
  background: rgba(61, 177, 228, 0.75);
}

.studying-prices .landing__prices-card .prices__card-list {
  padding-right: 20px;
}

.prices__table {
  padding: 25px 45px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.prices-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
}

.prices-row:last-child {
  border: none;
  padding-bottom: 0;
}

.prices__table-header {
  padding: 0 0 25px 0;
  border-bottom: 2px solid rgba(179, 179, 179, 1);
}

.prices__table-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: rgba(0, 160, 227, 1);
}

.prices__table-title:first-child {
  text-align: left;
  color: #000;
}

.prices-cell {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.prices-cell:first-child {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.faq__answer-list {
  padding-left: 25px;
}

.faq__answer-list-item {
  list-style-type: disc;
}

.studying-reviews__btn {
  padding: 13px 27px;
}

.studying__aside-certificate {
  margin-bottom: 35px;
}

.aside__certificate-img {
  margin-bottom: 0px;
}

.aside__certificate-title {
  font-size: 16px;
  line-height: 24px;
}

.aside__certificate-title a {
  text-decoration: underline;
  color: rgba(0, 160, 227, 1);
}

.aside__contacts .footer__contacts img {
  margin-top: -10px;
}

.studying__aside-links {
  padding: 30px 50px;
  background: rgba(255, 255, 255, 1);
  border: rgba(231, 231, 231, 1);
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}

.studying__aside-links .aside__links-item {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 160, 227, 1);
  text-decoration: underline;
  margin-bottom: 10px;
}

.studying__aside-links > .aside__links-item:nth-child(n + 5) {
  display: none;
}

.aside__list-show > .aside__links-item:nth-child(n + 5) {
  display: block;
}

.studying__aside-links {
  display: inline-block;
}

.aside__links-item:last-child {
  margin-bottom: 0;
}

.aside__more-link {
  display: block;
  margin: 0 auto;
}

.aside__link-more-img {
  width: 17px;
  height: 16px;
  max-width: max-content;
  margin-top: 10px;
}

.request__modal-content.studying__aside-request {
  padding: 40px 30px;
  position: unset;
  transform: none;
  background: rgba(61, 177, 228, 0.75);

  margin-bottom: 30px;
}

.studying__aside-download {
  margin-bottom: 50px;
}

.aside__download-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  margin-bottom: 10px;
}

.aside__download-item:last-child {
  margin-bottom: 0;
}

.aside__download-link {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 160, 227, 1);
}

.studying__aside .footer__email,
.studying__aside .footer__contacts {
  align-items: center;
}

.footer__email-address {
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 160, 227, 1);
}

/* studying end */

/* Video  start */
.videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  min-height: 300px;
}

.video {
  display: grid;
  margin-bottom: 30px;
  min-height: 300px;
}

.video h3 {
  margin-top: 10px;
  min-height: 60px;
}

/* Video end */

/* Outsource start*/
.ohr-trud-subtext {
  font-size: 24px;
  margin: 30px 0;
  color: rgba(0, 163, 255, 1);
}

.ohrtruda .programms__btn .action-btn {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ohrtruda-text {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
  margin-bottom: 20px;
  margin-top: 20px;
}

.slogan-text {
  font-size: 22px;
  text-align: center;
}

.outsource-prices > .landing__prices-cards {
  margin-bottom: 60px;
}

.outsource-price-text {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Outsource end */

/* Risks start */
.price-risks .requirements__block-title {
  margin-top: 100px;
}

/* Risks end */

/* Contact start */

.contact .section-title {
  text-align: left;
}

.contact-bunner {
  background-image: url("../img/studying-bg.jpg");
}

.contact__intro-text {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
}

.contact-intro .contact__intro-text {
  margin-bottom: 35px;
}

.contact-links-block {
  margin-bottom: 30px;
}

.contact-links-block .section-title {
  text-transform: none;
  margin-bottom: 15px;
}

.contact-links-list li {
  line-height: 30px;
}

.contact-links-list li a img {
  margin-bottom: 20px;
}

.contact-map {
  margin-bottom: 30px;
}

.contact-req-list {
  margin-bottom: 30px;
  line-height: 30px;
}

/* Contact end */
/* landing start */

.landing-bunner {
  background-image: url("../img/landing-bg.jpg");
  padding: 100px;
}

.landing .section-title {
  text-align: left;
}

.landing-bunner .bunner__text {
  max-width: 680px;
  margin-top: -90px;
}

.bunner__text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 30px;
}

.landing-bunner .bunner__text-item {
  font-size: 18px;
  line-height: 22px;
}

.landing-bunner .bunner__text-item img {
  transform: scale(0.5);
}

.landing-review .studying__intro-text {
  margin-bottom: 40px;
}

.landing-review .landing__review-title {
  font-weight: 700;
  color: rgba(0, 163, 255, 1);

  margin-bottom: 15px;
}

.landing__review-list {
  padding-left: 25px;
  margin-bottom: 20px;
}

.review__list-item {
  position: relative;
  margin-bottom: 20px;
}

.review__list-item:last-child {
  margin-bottom: 0;
}

.landing__review-btn {
  margin: 0;
}

.advantages__list-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

.advantages__list-item:last-child {
  margin-bottom: 0;
}

.advantages__item-number {
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: rgba(105, 209, 253, 1);
  width: 78px;
}

.advantages__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.advantages__text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.advantages__text-subtitle {
  font-size: 16px;
  line-height: 24px;
}

.landing-specialists .section-title {
  text-transform: none;
}

.landing-specialists .specialists__cards {
  grid-template-columns: 1fr 1fr;
}

.landing__prices-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.landing__prices-card {
  padding: 40px 20px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.prices__card-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: rgba(0, 160, 227, 1);
  margin-bottom: 25px;
}

.prices__card-list {
  padding-left: 25px;
  margin-bottom: 35px;
}

.prices__list-item:not(:last-child) {
  margin-bottom: 25px;
}

.prices__list-item span {
  position: relative;
  font-weight: 700;
}

.prices__list-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(0, 163, 255, 1);
}

.landing .main-partners {
  margin-top: 100px;
}

.landing-reviews {
  background: rgba(105, 209, 253, 1);
  padding: 100px 0;
}

.landing-reviews .landing__review-btn {
  margin: 0 auto;
}

.landing__reviews-messages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.landing__review-messages-btn {
  margin-bottom: 50px;
}

.landing__reviews-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  min-height: 200px;
}

.landing__reviews-video {
  height: 100%;
}

.requirements__block:not(:last-child) {
  margin-bottom: 70px;
}

.requirements__block-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;

  margin-bottom: 30px;
}

.requirements__block-subtitle {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;

  margin-bottom: 25px;
}

.requirements__block-list {
  padding-left: 25px;
}

.requirements__list-item {
  position: relative;
  margin-bottom: 25px;
}

.requirements__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(0, 163, 255, 1);
}

.landing__rate-text {
  font-size: 16px;
  line-height: 24px;
  white-space: pre-line;
}

.requirements__ol-list {
  padding-left: 25px;
}

.requirements__ol-list-item {
  position: relative;
  margin-bottom: 25px;
}

/* landing end */

/* Blog start */

#breadcrumbs {
  margin-top: 30px;
  margin-bottom: 15px;
}

#breadcrumbs .current-item {
  font-weight: bold;
}

.blog-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 80px;
}

.blog-post {
  /*min-height: 470px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 5px 30px 0px #0000001a;
}

.post-title-get-post {
  font-size: 22px;
  color: #222;
}

.post-title-get-post:hover {
  color: rgba(0, 163, 255, 1);
}

.post-excerpt {
  margin: 15px 0;
}

.blog-date {
  position: absolute;
  margin-top: 17px;
  margin-left: 15px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 163, 255, 1);
  max-width: 70px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 12px;
}

.read-more-post {
  background: rgba(0, 163, 255, 1);
  color: #fff;
  padding: 10px 20px;
  width: 155px;
  border-radius: 5px;
  margin-top: 10px;
}

.read-more-post:hover {
  background: rgba(0, 163, 255, 0.5);
}

.blog-sidebar section {
  margin-bottom: 10px;
}

.blog-sidebar .wp-block-search__inpu {
  border: 1px rgba(0, 163, 255, 1) solid;
  border-radius: 5px;
}

.wp-block-search__button .wp-element-button {
  color: #fff;
  background: rgba(0, 163, 255, 1);
}

.single-post-content p {
  margin-bottom: 20px;
  line-height: 28px;
}

.single-post-content ul li {
  list-style: disc;
  line-height: 24px;
  margin-left: 50px;
}

.single-post-content ul li:last-child {
  margin-bottom: 20px;
}

.wp-block-heading {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
  margin-top: 45px;
}

.wp-block-list {
  list-style-position: inside;
  /* Маркеры внутри контейнера */
  padding-left: 0;
  /* Убираем стандартные отступы */
  margin: 10px 0;
  /* Обнуляем внешние отступы */
}

.wp-block-list li {
  list-style-position: inside;
  /* Маркеры внутри контейнера */
  padding-left: 0.5em;
  /* Немного сдвигаем текст, чтобы не сливалось */
  line-height: 1.5;
  /* Улучшаем читаемость */
  list-style-type: disc;
}

.nav-previous,
.nav-next {
  max-width: 50%;
  display: inline;
  padding: 0 20px;
}

.nav-previous a,
.nav-next a {
  color: rgba(0, 163, 255, 1);
}

.nav-previous a:hover {
  color: rgba(0, 163, 255, 0.5);
}

.nav-next a :hover {
  color: rgba(0, 163, 255, 0.5);
}

.nav-links {
  margin-top: 20px;
}

.blog-sidebar {
  padding: 20px;
  box-shadow: 0px 5px 30px 0px #0000001a;
  margin-bottom: 30px;
}

.wp-block-search__input {
  border: #0693e3 1px solid;
}

/* Blog end */
/* Archive start*/
.arch-content {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 5px 30px 0px #0000001a;
}

/* Archive end */

/* Partners start */

.partner-text {
  line-height: 26px;
}

/* Partners end */
/* footer start */

.footer {
  background: #2e3f4c;
}

.footer p,
.footer a {
  color: #fff;
}

.footer__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 80px 20px 80px 20px;
  gap: 20px;
  /*flex-wrap: wrap;*/
}

.footer__logo-img {
  max-width: 255px;
  width: 100%;

  margin-bottom: 40px;
}

.footer__copyright,
.footer__info,
.footer__social-title {
  font-size: 12px;
  line-height: 15px;

  margin-bottom: 20px;
}

.footer__social-links {
  display: flex;
  gap: 15px;
}

.footer__social-links.adaptive-links {
  display: none;
}

.footer .footer__block-title {
  font-size: 18px;
  line-height: 23px;
  color: #c0c0c0;

  margin-bottom: 30px;
}

.footer__list-item {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 15px;
}

.footer__list-item:last-child {
  margin-bottom: 0;
}

.footer__contacts,
.footer__email,
.footer__address,
.footer__time {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer__contacts-numbers {
  font-size: 18px;
  line-height: 27px;
  white-space: pre-line;

  margin-bottom: 15px;
}

.footer__contacts img {
  margin-top: 10px;
}

.footer__email {
  margin-bottom: 25px;
  color: #fff;
  text-decoration: underline;
}

.footer__address {
  margin-bottom: 25px;
}

.callback__footer {
  margin-top: 20px;
}

.footer__back-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25d366;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}

.whatsapp-button a {
  color: #fff;
}

.whatsapp-button:before,
.whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25d366;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.whatsapp-button:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 800px) {
  .whatsapp-button {
    bottom: 5px;
    /*отступ кнопки снизу от экрана*/
    left: 70px;
    /*отступ кнопки слева от экрана(right - справа)*/
  }
}

/* footer end */

/* modals start */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);

  display: none;
}

.modal-show {
  display: block;
}

.modal-content {
  max-width: 480px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 90px;
  right: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .modal-close {
    top: 50px;
  }
}

.modal__close-line {
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
}

.modal__close-line:first-child {
  transform: rotate(45deg);
}

.modal__close-line:last-child {
  transform: rotate(-45deg);
}

.request__modal-content {
  background: rgba(61, 177, 228, 1);
  border-radius: 15px;
  padding: 80px 80px 75px;
}

@media (max-width: 480px) {
  .request__modal-content {
    padding: 80px 40px 75px;
  }
}

.request__modal-content .agree-pol {
  color: #fff;
}

.agree-pol {
  text-decoration: underline !important;
}

.modal-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #000;

  margin-bottom: 25px;
}

.modal-input {
  padding: 12px 25px;
  width: 100%;
  background: rgba(248, 248, 248, 1);
  border-radius: 30px;
  border: rgba(205, 205, 205, 1);

  font-weight: 300;
  font-size: 18px;
  line-height: 23px;

  margin-bottom: 20px;
}

.banner-input {
  width: 240px;
  margin-right: 20px;
}

.modal-input-title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;

  margin-bottom: 10px;
}

.modal-checkbox {
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
  user-select: none;
  position: relative;

  margin-bottom: 30px;
}

.modal-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.modal-checkbox span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
}

.modal-checkbox span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(205, 205, 205, 1);
  transition: background 0.3s ease;
  background: #fff;
  border-radius: 5px;
}

.callback__modal-content {
  padding: 80px 45px;
  max-width: 480px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
}

.modal__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;

  margin-bottom: 40px;
}

.modal__notification {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;

  margin-bottom: 25px;
}

.modal__notification sup {
  color: rgba(255, 0, 0, 1);
}

.callback__modal-content .modal-checkbox span {
  color: #000;
}

.modal-accept-text-white {
  color: #fff;
}

.modal-accept-text,
.modal-accept-text-white {
  font-size: 14px;
}

/* Checked */
.modal-checkbox input[type="checkbox"]:checked + span:before {
  background: url("../img/checkbox-ico.svg") no-repeat center #fff;
}

/* Focus */
.focused span:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Hover */
.modal-checkbox span:hover:before {
  filter: brightness(110%);
}

/* Active */
.modal-checkbox span:active:before {
  filter: brightness(80%);
}

/* Disabled */
.modal-checkbox input[type="checkbox"]:disabled + span {
  color: #666;
  cursor: default;
}

.modal-checkbox input[type="checkbox"]:disabled + span:before {
  filter: grayscale(100%);
  opacity: 0.6;
}

.modal-checkbox span {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.modal-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;

  display: block;
  margin: 0 auto;
  padding: 13px 20px;
  max-width: 100%;
  white-space: normal !important;
  width: 100%;
  background: rgba(89, 205, 109, 1);
  border-radius: 30px;
}

.wpcf7-form-control .wpcf7-submit .action-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 13px 20px;
  max-width: 220px;
  width: 100%;
  background: rgba(89, 205, 109, 1);
  border-radius: 30px;
}

.submit-form-btn {
  margin-top: 30px;
  padding-left: 15%;
}

.submit-modal-form-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-modal-form-btn > * {
  min-width: 0 !important;
  max-width: 100% !important;
}

/* modals end */

.main-news .swiper {
  padding: 30px;
  margin: -30px;
}

.main-news .news__card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.main-news .news-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.main-news .news-slide .news__card-text {
  flex-grow: 1;
}

.main-news .news-slide > * {
  min-width: 0 !important;
  max-width: 100% !important;
}

.footer__social-link img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.block_has_video {
  display: block;
  position: relative;
}

.block_has_video::after {
  content: "";
  position: absolute;
  width: 60px;
  max-width: 20%;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 11.1601V1.00173C0 0.185857 0.924379 -0.286651 1.58568 0.191193L8.84169 5.43424C9.40448 5.84091 9.39172 6.68328 8.81686 7.0727L1.56085 11.9881C0.896812 12.4379 0 11.9622 0 11.1601Z' fill='%23ffffff' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 28% auto;
  background-position: left 54% center;
  background-color: #69d1fd;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.block_has_video:hover::after {
  background-color: #59cd6d;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  top: -40px;
}

.is-compact .fancybox__slide {
  padding: 44px 4px;
}

.has-iframe .fancybox__content {
  padding: 0 !important;
  align-self: center;
  display: flex !important;
  flex-direction: column;
}

.has-iframe .fancybox__content {
  position: relative;
  width: 960px !important;
  height: auto !important;
  display: flex;
  background: transparent !important;
  max-width: 96%;
  min-height: 1px;
  aspect-ratio: 1.77778 / 1;
}

.has-iframe .fancybox__content iframe {
  opacity: 1;
  position: relative;
  z-index: 2;
  display: block;
  border: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.f-video_height .has-iframe .fancybox__content {
  width: auto !important;
  height: 540px !important;
  max-height: 100% !important;
}

.eco_about {
  margin-bottom: 40px;
}

.eco_about__block {
  display: flex;
  gap: 40px;
}

.eco_about__block.eco_about__block-reverse .eco_about__main {
  order: -1;
}

.eco_about__block > *,
.eco_about__main > * {
  min-width: 0 !important;
  max-width: 100% !important;
}

.eco_about__media {
  width: 40%;
  flex-shrink: 0;
}

.eco_about__media img {
  display: block;
  width: 100%;
  height: auto;
}

.eco_about__main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.eco_about__action {
  margin-top: auto;
}

.eco_about__main p {
  font-size: 18px;
  line-height: 1.7;
}

.eco_about__main ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 25px;
}

.eco_about__main ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(0, 163, 255, 1);
}

.eco_about__main ul li:not(:last-child) {
  margin-bottom: 10px;
}

.eco_about__main p:not(:last-child),
.eco_about__main ul:not(:last-child) {
  margin-bottom: 28px;
}

.eco_btn {
  display: inline-flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  padding: 13px 32px;
  text-align: center;
  background: #00a0e3;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}

.eco_btn:hover {
  background: #59cd6d;
}

@media (max-width: 900px) {
  .eco_about__block {
    flex-direction: column;
    gap: 30px;
  }

  .eco_about__media {
    width: 100%;
  }

  .eco_about__action {
    text-align: center;
  }
}

/* media start */

@media (max-width: 1400px) {
  .header .header__info {
    display: none;
  }

  .header__wrapper {
    gap: 30px;
  }

  .bunner__text {
    max-width: 55%;
  }

  .intro-bunner .callback__modal-content {
    left: 70%;
  }
}

@media (max-width: 768px) {
  /*#breadcrumbs {
        position: absolute;
        top: 18%;
        left: 5%;
        color: #fff;
    }*/

  .header__link {
    max-width: 134px;
  }

  .header__number {
    font-size: 18px;
    line-height: 23px;
  }

  .header .header__consultation-desc,
  .header .header__contacts,
  .header .btn-call {
    display: none;
  }

  .new-small-text {
    font-size: 12px;
    position: relative;
    top: -27px;
    left: 255px;
    line-height: 12px;
  }

  .header .header__burger {
    display: block;
  }

  .header__nav {
    display: none;
  }

  .burger__menu .header__consultation {
    margin-bottom: 20px;
  }

  .burger__menu .header__number {
    font-size: 18px;
    line-height: 23px;
    color: #fff !important;
  }

  .header__consultation-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 0;
  }

  .header__contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;

    margin-bottom: 40px;
  }

  .header__info-address {
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .header__info {
    margin-bottom: 15px;
  }

  .header__info-time {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .burger__menu .header__btn {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    color: #fff;
  }

  .btn-call {
    margin-bottom: 10px;
  }

  .main-bunner {
    padding: 100px 0;
    background-image: url("../img/main-bunner-adaptive.jpg");
  }

  .bunner__text-item {
    font-size: 24px;
    line-height: 30px;
  }

  .protection__help {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .protection__help-block:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: unset;
    border-bottom: 2px solid #69d1fd;
    padding-bottom: 30px;
  }

  .protection__help-desc {
    font-style: italic;
  }

  .services__cards {
    grid-template-columns: 1fr 1fr;
  }

  .advantages__cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
  }

  .advantages__card:nth-child(3n) .advantages__card-img::after {
    display: none;
  }

  .advantages__card {
    justify-self: center;
  }

  section .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -10px);
  }

  section .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -10px);
  }

  .pride__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .pride__documents {
    gap: 25px;
  }

  .services-advert {
    display: none;
  }

  .labaratory__images {
    display: grid;
    grid-template-areas:
      "first second"
      "first second"
      "last last";
  }

  .labaratory__images-block:first-child {
    grid-area: first;
  }

  .labaratory__images-block:nth-child(2) {
    grid-area: second;
  }

  .labaratory__images-block:last-child {
    flex-direction: row-reverse;
    grid-area: last;
  }

  .price__blocks {
    grid-template-columns: 1fr;
  }

  .price__blocks-item {
    height: max-content;
  }

  .price__blocks-item .price__item-content:first-child {
    margin-bottom: 30px;
  }

  .specialists__cards {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .main-reviews {
    background-position-x: left;
  }

  .swiper .reviews-slide {
    grid-template-columns: 0.8fr;
    justify-content: center;
  }

  .reviews-slide .reviews__video-block {
    display: none;
  }

  .faq__block-answer {
    padding-top: 0;
  }

  .partnership__cards {
    grid-template-columns: 1fr 1fr;
  }

  .partnership__card-num::after {
    left: 150px;
  }

  .partnership__card:nth-child(2n) .partnership__card-num::after {
    display: none;
  }

  .swiper .news-slide {
    display: flex;
    max-width: 525px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .news__card-img {
    width: 100%;
  }

  .about-description {
    margin-bottom: 0;
  }

  .geography-block.description__tab-block {
    margin-bottom: 0;
  }

  .intro-bunner {
    padding: 80px 0 60px;
  }

  .about-bunner {
    background-image: url("../img/about-bunner-adaptive.jpg");
    background-position: center;
  }

  .intro-bunner .callback__modal-content {
    display: none;
  }

  .landing-bunner {
    background-image: url("../img/landing-adaptive-bg.jpg");
    padding: 145px 0;
  }

  .intro-bunner .bunner__text {
    max-width: 360px;
    margin-bottom: 60px;
  }

  .landing-bunner .bunner__text {
    max-width: none;
  }

  .about__bunner-btn {
    display: block;
  }

  .tab__block-content {
    flex-direction: column;
    align-items: center;
  }

  .tab__content-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tab__block-contacts {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }

  .tab__contacts-item:nth-child(3) {
    grid-column: 2 span;
  }

  .tab__block-advantages-cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .geography__block-text {
    max-width: 100%;
  }

  .team__photo-section {
    padding: 70px 0;
    background-image: none;
    background: rgba(237, 237, 237, 1);
    margin-bottom: 0;
  }

  .tab__section {
    background: rgba(237, 237, 237, 1);
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .licenses__block {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
  }

  .wide-license {
    justify-self: center;
  }

  .wide-license .licenses__item-title {
    text-align: center;
  }

  .requisites-tab {
    margin-bottom: 100px;
  }

  .requisites__list-item {
    grid-template-columns: 1fr;
  }

  .studying-bunner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url("../img/studying-adaptive-bg.jpg");
  }

  .set-bunner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .studying-bunner .about__bunner-btn {
    width: 290px;
  }

  .studying__aside {
    display: none;
  }

  .page__main-content {
    display: block;
  }

  .example__block {
    grid-template-columns: 1fr;
  }

  .why__cards {
    grid-template-columns: 1fr 1fr;
  }

  .prices__table {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 100px;
  }

  .prices__table .prices-row {
    width: 1170px;
  }

  .landing__prices-cards {
    grid-template-columns: 1fr 1fr;
  }

  .landing__prices-card:last-child {
    grid-column: 2 span;
  }

  .landing__reviews-messages {
    grid-template-columns: 1fr 1fr;
  }

  .landing__reviews-videos {
    grid-template-columns: 1fr;
  }

  .landing__reviews-video {
    justify-self: center;
  }

  .about__bunner-btn {
    display: none;
  }

  .footer__wrapper {
    padding: 70px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer__block:last-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: span 2;
  }

  .footer__contacts img,
  .footer__address img,
  .footer__email img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .footer__contacts-numbers {
    margin-bottom: 30px;
  }

  .footer__contacts-img {
    margin-top: 5px;
  }

  .footer__address {
    margin-bottom: 20px;
  }

  .contact-bunner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url("../img/studying-adaptive-bg.jpg");
  }

  .videos {
    grid-template-columns: 1fr 1fr;
  }

  .nav-previous,
  .nav-next {
    width: 100%;
    float: left;
  }

  @media (max-width: 480px) {
    .header__wrapper {
      justify-content: flex-start;
      gap: 0;
    }

    .banner-input {
      width: 100%;
    }

    .new-head-text {
      font-size: 24px;
      width: 300px;
    }

    .banner-btn {
      width: 100%;
    }

    .header__link {
      margin-right: auto;
    }

    .header .header__consultation {
      margin-right: 20px;
    }

    .header .header-ico {
      display: none;
    }

    .header .header__btn.btn-request {
      display: none;
    }

    .main-bunner {
      position: relative;
      padding: 300px 0 60px;
    }

    .main-bunner::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background: linear-gradient(
        359.29deg,
        #69d1fd 17.84%,
        rgba(37, 124, 161, 0) 62.35%
      );
      z-index: 1;
    }

    .entry-header .page-title {
      font-size: 24px;
    }

    .bunner__text {
      max-width: 100%;
    }

    .bunner__text-ico {
      display: none;
    }

    .bunner__text-item {
      font-size: 18px;
      line-height: 22px;
    }

    .protection__help-title {
      font-size: 16px;
      line-height: 30px;
    }

    .protection__help-icons {
      justify-content: center;
    }

    .protection__help-desc strong {
      font-weight: 900;
      font-size: 18px;
    }

    .services__cards {
      grid-template-columns: 1fr;
    }

    .services__card,
    .service__last-card {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      row-gap: 55px;
      padding: 40px 10px 25px;
      height: max-content;
      min-height: unset;
      border-radius: 30px;
    }

    .services__card-more {
      grid-column: span 2;
    }

    .service__last-card {
      padding: 45px 30px 20px;
    }

    .service__last-card .services__card-title {
      line-height: 22px;
    }

    .service__last-card {
      grid-gap: 15px;
    }

    .main-advantages .section-title {
      max-width: 420px;
    }

    .advantages__cards {
      grid-template-columns: 1fr 1fr;
    }

    .advantages__count-subtitle {
      font-size: 16px;
    }

    .advantages__count {
      gap: 30px;
    }

    .advantages__cards .advantages__card .advantages__card-img::after {
      right: -110%;
      display: block;
    }

    .advantages__card:nth-child(2n) .advantages__card-img::after {
      display: none;
    }

    .advantages__card-img {
      padding: 20px;
    }

    .pride__cards {
      grid-template-columns: 1fr;
    }

    .pride__card {
      justify-content: flex-start;
    }

    .pride__documents {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .price__block-info > p {
      display: flex;
      flex-direction: column;
    }

    .price__item-content:last-child {
      padding: 30px 0 50px;
    }

    .price__list-item::before {
      transform: none;
      top: 10%;
    }

    .price__block-certificates {
      gap: 10px;
    }

    .price__block-certificates {
      margin-bottom: 0;
    }

    .specialists__cards {
      grid-template-columns: 1fr;
      gap: 100px;
    }

    .reviews__text-block {
      padding: 50px 30px;
      border-radius: 30px;
    }

    .reviews__block-text {
      color: #000;
    }

    .faq__block-question {
      padding: 35px 25px;
    }

    .faq-open .faq__block-question {
      padding: 40px 25px;
    }

    .faq-open .faq__block-question {
      padding-bottom: 20px;
    }

    .partnership__card-num::after {
      left: 100px;
      width: 90px;
    }

    .intro-bunner {
      padding: 30px 40px;
    }

    .intro-bunner .bunner__text {
      max-width: 100%;
    }

    .landing-bunner {
      padding: 65px 0;
    }

    .description__tabs-buttons,
    .geography__tabs-buttons {
      flex-wrap: wrap;
    }

    .tab__block-contacts {
      grid-template-columns: 1fr;
    }

    .tab__contacts-item:nth-child(3) {
      grid-column: unset;
    }

    .geography__tabs-buttons {
      justify-content: center;
    }

    .licenses__block {
      grid-template-columns: 1fr;
    }

    .wide-license {
      grid-column: unset;
    }

    .licenses__item-img {
      display: block;
      margin: 0 auto;
    }

    .why__cards {
      grid-template-columns: 1fr;
      gap: 80px;
    }

    .landing .bunner__text-title {
      font-size: 20px;
      line-height: 22px;
    }

    .landing-bunner .bunner__text {
      margin-bottom: 25px;
    }

    .landing .bunner__text-item {
      font-size: 16px;
      line-height: 18px;
    }

    .about__bunner-btn {
      display: block;
    }

    .landing-specialists .specialists__cards {
      grid-template-columns: 1fr;
    }

    .landing__prices-cards {
      grid-template-columns: 1fr;
    }

    .landing__prices-card:last-child {
      grid-column: unset;
    }

    section .swiper-button-prev {
      left: var(--swiper-navigation-sides-offset, -10px);
    }

    section .swiper-button-next {
      right: var(--swiper-navigation-sides-offset, -10px);
    }

    .videos {
      grid-template-columns: 1fr;
    }

    .footer__wrapper {
      padding: 50px 30px 50px;
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .footer__block:last-of-type {
      grid-template-columns: 1fr;
      grid-column: unset;
    }

    .footer__info {
      margin-bottom: 0;
    }

    .footer__block:nth-child(n + 2):nth-child(-n + 4) {
      display: none;
    }

    .footer__social-links.adaptive-links {
      display: flex;
    }

    .center-soc-links {
      margin: 0 auto;
      margin-bottom: 30px;
    }

    .footer__contacts-numbers {
      line-height: 36px;
      font-size: 20px;
    }

    .footer__email-address {
      font-size: 18px;
    }

    .post-navigation {
      height: 100px;
    }

    .blog-posts {
      display: grid;
      grid-template-columns: 1fr;
    }

    .page-title {
      font-size: 26px;
    }

    .section-title {
      font-size: 20px;
    }

    .requirements__block-title {
      font-size: 18px;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .new-head-text {
      font-size: 2.2vw;
    }
  }
}

.new_banner_cta {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 24px 20px 24px 24px;
  background-color: #3cb854;
  color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.new_banner_cta:first-child {
  margin-top: 0;
}

.new_banner_cta:last-child {
  margin-bottom: 0;
}

.new_banner_cta__right,
.new_banner_cta__left {
  min-width: 0 !important;
  max-width: 100% !important;
}

.new_banner_cta__left {
  flex-grow: 1;
}

.new_banner_cta__right {
  flex-shrink: 0;
}

.new_banner_cta__title {
  font-size: 20px;
  line-height: 1.2;
}

.new_banner_cta__text {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

a.new_banner_cta__btn,
.new_banner_cta__btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
  border-radius: 12px;
  color: #2b2b2b;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

a.new_banner_cta__btn:hover,
.new_banner_cta__btn:hover {
  color: #2b2b2b;
  background-color: rgba(255, 255, 255, 0.8);
}

.single-post__grid {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.single-post__aside {
  width: 30%;
  flex-shrink: 0;
}

.single-post__post_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-post__post_list .blog-post {
  border-radius: 20px;
}

@media (max-width: 900px) {
  .single-post__grid {
    flex-direction: column;
    gap: 30px;
  }

  .single-post__aside {
    width: 100%;
  }

  .single-post__post_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }

  .single-post__post_list .blog-post {
    width: calc((100% - 30px) / 2);
  }
}

@media (max-width: 768px) {
  .single-post__post_list .blog-post {
    width: 100%;
  }

  .new_banner_cta {
    flex-direction: column;
    align-items: normal;
    gap: 30px;
    padding: 20px;
  }

  a.new_banner_cta__btn,
  .new_banner_cta__btn {
    width: 100%;
    padding: 16px;
  }

  .new_banner_cta__title:not(:last-child) {
    margin-bottom: 10px;
  }
}

.container-big {
  width: 1750px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}
.container {
  width: 1230px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.header-n {
  position: sticky;
  top: 0;
  padding: 24px 0px;
  background: url("../img/header-gradient.jpg") left 0 top 0 / 100% auto
    no-repeat;
  z-index: 100;

  transition:
    transform 0.4s ease,
    padding 0.4s ease;
}
@media (min-width: 1100px) {
  .header-n._scroll {
    padding: 10px 0px;
  }
}
.header-n__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-n__logo {
  display: block;
  width: 210px;
}
.header-n__logo img,
.header-n__logo picture {
  display: block;
  width: 100%;
}
.header-n__nav {
  margin-left: auto;
}
.header-n__list {
  display: flex;
  gap: 20px;
}
.header-n__list .menu-item-has-children {
  position: relative;
}
.header-n__list .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-n__list .menu-item-has-children:hover::before {
  display: block;
}
.header-n__list .menu-item-has-children::before {
  position: absolute;
  display: none;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  transform: translateY(100%);
  z-index: 1;
}
.header-n__list .menu-item-has-children a {
  display: flex;
  align-items: center;
  gap: 2px;
}
.header-n__list .menu-item-has-children > a::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url("../img/arrow-down.svg") center / 100% auto no-repeat;

  transition: transform 0.3s ease;
}
.header-n__list a {
  font-size: 18px;
  transition: color 0.3s ease;
}
.header-n__list a:hover {
  color: #00a1eb;
}
.header-n__list a:hover::after {
  transform: rotate(180deg);
}
.header-n__list .sub-menu {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 15px;
  gap: 10px;
  position: absolute;
  z-index: 10;
  width: 250px;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  right: 0;

  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.header-n__list .sub-menu .sub-menu {
  top: 0;
  right: 0;
  transform: translateX(100%) !important;
}
.header-n__list .sub-menu a {
  font-size: 16px;
}
.header-n__contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-n__contacts-link {
  display: flex;
  align-items: center;
  gap: 8px;

  font-weight: 700;
  font-size: 20px;

  transition: color 0.3s ease;
}
.header-n__contacts-link:hover {
  color: #59cd6d;
}
.header-n__contacts-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #59cd6d;
}
.header-n__contacts-circle {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.header-n__contacts-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-n__btn {
}
.btn-s {
  --border: var(--primary);
  --background: var(--primary);
  --color: white;

  --border-h: var(--blue);
  --background-h: white;
  --color-h: black;

  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  outline: none;
  border-radius: 30px;
  border: 1px solid var(--border);
  background-color: var(--background);
  cursor: pointer;
  padding: 12px 30px;

  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--color) !important;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;

  &:hover {
    color: var(--color-h) !important;
    background-color: var(--background-h);
    border-color: var(--border-h);
  }
  &._stroke {
    --border: var(--blue);
    --background: white;
    --color: black;

    --border-h: var(--blue);
    --background-h: var(--blue);
    --color-h: white;
  }
}
.btn-s._small {
  padding: 8px 24px;
  font-size: 14px;
}

.header-n__mob-menu-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 36px;
}
.header-n__mob-menu-btn div {
  width: 100%;
  height: 3px;
  background-color: currentColor;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.header-n__mob-menu-btn._active {
  position: relative;
  align-items: center;
}
.header-n__mob-menu-btn._active div {
  position: absolute;
}
.header-n__mob-menu-btn._active div:nth-child(1) {
  transform: rotate(45deg);
}
.header-n__mob-menu-btn._active div:nth-child(2) {
  opacity: 0;
}
.header-n__mob-menu-btn._active div:nth-child(3) {
  transform: rotate(-45deg);
}
.sect-p {
  padding: 60px 0px;
  margin: 0;
}
.sect-m {
  margin: 60px 0px;
}

@media (min-width: 1100px) {
  .header-n__mob-menu-btn {
    display: none;
  }
}
@media (max-width: 1679px) {
  .header-n__list a {
    font-size: 16px;
  }
  .header-n__contacts-link {
    font-size: 18px;
  }
  .header-n__logo {
    width: 180px;
  }
}
@media (max-width: 1539px) {
  .header-n__contacts-link {
    font-size: 16px;
  }
  .header-n__contacts-link._mail {
    display: none;
  }
  .header-n__btn {
    display: none;
  }
}
@media (max-width: 1099px) {
  .header-n {
    background: #c4ebe8;
    padding: 11px 0px;
  }
  .header-n__logo {
    width: 150px;
  }
  .header-n__nav {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .header-n__contacts {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header-n__logo {
    width: 150px;
  }
  .sect-p {
    padding: 40px 0px;
  }
  .sect-m {
    margin: 40px 0px;
  }
  .header-n__contacts {
    gap: 15px;
  }
  .header-n__contacts-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  .header-n__contacts-link svg {
    width: 100%;
    height: 100%;
  }
  .header-n__contacts-link._tel span {
    display: none;
  }
}

.slider-arrow {
  width: 16px;
  height: 32px;
  cursor: pointer;
  color: black;
  flex-shrink: 0;

  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}
.slider-arrow._gray {
  color: var(--gray);
}
.slider-arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.slider-arrow:hover {
  color: var(--primary);
}
.slider-arrow svg {
  width: 100%;
  height: 100%;
}
.m-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}
.s-title {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.s-hero {
  padding: 40px 0px;
  margin: 0;
  overflow: hidden;
}
.s-hero__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.s-hero__wrapper .slider-arrow {
  position: absolute;
  z-index: 10;
}
.s-hero__wrapper .slider-arrow._prev {
  transform: translateX(-32px);
  left: 0;
}
.s-hero__wrapper .slider-arrow._next {
  transform: translateX(32px);
  right: 0;
}
.s-hero__slider {
  width: 100%;
  flex: 1;
  overflow: visible !important;
}
.s-hero__slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  gap: 30px;
  height: auto !important;

  border: 2px solid var(--blue);
  border-radius: 40px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
  box-sizing: border-box;
}
.s-hero__slide-info {
  flex: 0 1 560px;
}
.s-hero__slide-title {
  margin-bottom: 30px;
}
.s-hero__slide-content {
  font-size: 18px;
  line-height: 120%;
  margin: 0px 0px 30px 0px;
}
.s-hero__slide-btn {
}
.s-hero__slide-img {
  display: block;
  width: 460px;
  aspect-ratio: 1/0.95;
  border-radius: 40px;
  object-fit: cover;
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 16px;
}
.slider-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
  cursor: pointer;
  background-color: var(--gray-l);
  width: 12px;
  height: 12px;

  transition: background-color 0.3s ease;
}
.slider-pagination .swiper-pagination-bullet:hover {
  background-color: var(--primary);
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}

@media (max-width: 1299px) {
  .s-hero__wrapper {
    gap: 30px;
  }
  .s-hero__wrapper .slider-arrow {
    position: static;
    transform: translateX(0) !important;
  }
  .s-hero__slider {
    flex: auto;
    width: calc(100% - 92px);
  }
  .s-hero__slide {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .s-hero__slide-img {
    width: 370px;
  }
}
@media (max-width: 991px) {
  .m-title {
    font-size: 32px;
  }
  .s-title {
    font-size: 28px;
  }
  .s-hero__slide {
    padding: 20px;
  }
  .s-hero__slide-img {
    width: 290px;
    border-radius: 30px;
  }
  .s-hero__wrapper {
    gap: 20px;
  }
  .s-hero__slide-title {
    margin-bottom: 20px;
  }
  .s-hero__slide-content {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .m-title {
    font-size: 24px;
  }
  .s-title {
    font-size: 24px;
  }
  .s-hero .container {
    padding: 0 10px;
  }
  .s-hero__wrapper {
    gap: 12px;
  }
  .s-hero__slide-img {
    width: 210px;
  }
}
@media (max-width: 575px) {
  .s-hero {
    padding: 30px 0px;
  }
  .s-hero__slide {
    flex-direction: column;
    padding: 30px 24px;
    text-align: center;
    gap: 20px;
  }
  .s-hero__slide-info {
    flex-direction: column;
    align-items: center;
  }
  .s-hero__slide-title {
    margin-bottom: 16px;
  }
  .s-hero__slide-content {
    margin-bottom: 16px;
  }
  .s-hero__slide-btn {
    width: 100%;
  }
  .s-hero__slide-info {
    flex: auto;
  }
  .s-hero__slide-img {
    width: 100%;
    aspect-ratio: 1/0.65;
  }
}
.s-features {
}
.s-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.s-features__item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light);
}
.s-features__item-body {
  padding: 40px 30px 20px 30px;
}
.s-features__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
}
.s-features__item-content {
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
.s-features__item-img {
  display: block;
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1199px) {
  .s-features__grid {
    gap: 20px;
  }
  .s-features__item-body {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .s-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .s-features__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .s-features__title br {
    display: none;
  }
  .s-features__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.s-get-consult {
  padding: 30px 0px;
  margin: 0;
}
.s-get-consult__body {
  position: relative;
  overflow: hidden;
  padding: 54px 60px;
  background-color: var(--primary);
  border-radius: 40px;
  color: white;
  z-index: 1;
}
.s-get-consult__info {
  max-width: 420px;
}
.s-get-consult__content {
  font-size: 24px;
  line-height: 120%;
  margin: 0px 0px 30px 0px;
}
.s-get-consult__btn {
}
.s-get-consult__gallery {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.s-get-consult__gallery-wrapper {
  position: relative;
  height: 100%;
}
.s-get-consult__gallery-wrapper::before {
  position: absolute;
  content: "";
  inset: 0 20% 0 0;
  background: linear-gradient(270deg, rgba(89, 205, 109, 0) 0%, #59cd6d 100%);
  z-index: 1;
}
.s-get-consult__gallery img {
  height: 100%;
  display: block;
  width: auto;
}
@media (max-width: 991px) {
  .s-get-consult__body {
    padding: 30px;
  }
  .s-get-consult__gallery-wrapper::before {
    right: 0;
  }
}
@media (max-width: 767px) {
  .s-get-consult__gallery-wrapper::before {
    right: -40%;
    background: linear-gradient(
      270deg,
      rgba(89, 205, 109, 0) -50%,
      #59cd6d 100%
    );
  }
}
@media (max-width: 575px) {
  .s-get-consult__body {
    padding: 0;
  }
  .s-get-consult__info {
    padding: 24px 24px 0px 24px;
    max-width: none;
    text-align: center;
  }
  .s-get-consult__btn {
    margin: 0 auto;
  }
  .s-get-consult__gallery {
    position: static;
    height: auto;
  }
  .s-get-consult__gallery-wrapper {
    width: 100%;
  }
  .s-get-consult__gallery-wrapper::before {
    inset: 0 0 45% 0;
    background: linear-gradient(360deg, rgba(89, 205, 109, 0) 0%, #59cd6d 100%);
  }
  .s-get-consult__gallery img {
    width: 100%;
    min-height: 300px;
    height: auto;
    object-fit: cover;
  }
}

.s-services {
}
.s-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s-services__item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 30px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.s-services__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0px 0px 16px 0px;
}
.s-services__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.s-services__list li {
  display: flex;
  align-items: start;
  gap: 14px;
}
.s-services__list li::before {
  display: block;
  content: "";
  flex-shrink: 0;
  background-color: var(--blue);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
.s-services__list li a {
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  text-underline-offset: 4px;

  transition: color 0.3s ease;
}
.s-services__list li a[href]:hover {
  color: var(--blue);
}
.s-services__item-nav {
  margin-top: auto;
  display: flex;
  gap: 10px;
}
@media (max-width: 1199px) {
  .s-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .s-services__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.s-services__item-nav .btn-s {
  flex: 1;
}

.s-decisions {
}
.s-decisions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.s-decisions__item {
  display: flex;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 20px;
  overflow: hidden;
}
.s-decisions__item-body {
  padding: 40px 30px 60px 30px;
}
.s-decisions__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
}
.s-decisions__item-descr {
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
.s-decisions__item-gallery {
  width: 100%;
  position: relative;
  margin-top: auto;
}
.s-decisions__item-gallery::before {
  position: absolute;
  content: "";
  inset: 0 0 20% 0;
  background: linear-gradient(180deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.s-decisions__item-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.65;
  object-fit: cover;
}
@media (max-width: 991px) {
  .s-decisions__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .s-decisions__item-body {
    padding: 24px;
  }
  .s-decisions__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .s-decisions__grid {
    grid-template-columns: 1fr;
  }
  .s-decisions__item {
    text-align: center;
  }
}

.f-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}
.list-circle li {
  display: flex;
  align-items: start;
  gap: 14px;
}
.list-circle li::before {
  display: block;
  content: "";
  flex-shrink: 0;
  background-color: var(--blue);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: 5px;
}
._bg-light {
  background-color: var(--light);
}
.s-price__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s-price__item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
.s-price__item-title {
  margin-bottom: 10px;
}
.s-price__item-price {
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  margin-bottom: 20px;
}
.s-price__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 20px;
}
.s-price__item-btn {
  margin: auto auto 0px auto;
}
.s-price__list-body {
  margin-top: 45px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 20px;
  padding: 30px;
}
.s-price__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0px;

  font-size: 18px;
  line-height: 120%;
}
.s-price__list-item:not(:last-child) {
  border-bottom: 1px solid var(--gray);
}
.s-price__list-item .value {
  font-weight: 500;
  color: var(--blue);
  flex-shrink: 0;
}
.s-price__btn-link {
  margin: 10px auto 0px auto;
}

@media (max-width: 991px) {
  .s-price__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .f-title {
    font-size: 20px;
  }
  .s-price__grid {
    gap: 20px;
  }
  .s-price__item:nth-child(3n) {
    grid-column: 2 span;
  }
  .s-price__item {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .s-price__item {
    grid-column: 2 span;
  }
  .s-price__item-title {
    text-align: center;
  }
  .s-price__item-price {
    text-align: center;
  }
  .s-price__list-body {
    margin-top: 20px;
  }
  .s-price__btn-link {
    width: 100%;
  }
}

.s-offer {
}
.s-offer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.s-offer__item {
  padding: 30px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);

  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.s-offer__body {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--primary);
  color: white;
  padding: 30px 80px;
  border-radius: 40px;
  overflow: hidden;
  min-height: 300px;
  z-index: 1;
}
.s-offer__gallery {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.s-offer__gallery-wrapper {
  position: relative;
}
.s-offer__gallery-wrapper::after {
  position: absolute;
  content: "";
  inset: 0 0 0 40%;
  background: linear-gradient(90deg, rgba(89, 205, 109, 0) 0%, #59cd6d 100%);
  z-index: 1;
}
.s-offer__gallery-wrapper img {
  height: 100%;
  width: auto;
  display: block;
}
.s-offer__info {
  margin-left: auto;
  max-width: 420px;
}
.s-offer__descr {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .s-offer__grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .s-offer__gallery-wrapper::after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .s-offer__body {
    padding: 30px;
  }
  .s-offer__info {
    text-align: center;
    margin: 0 auto;
  }
  .s-offer__descr {
    font-size: 28px;
  }
  .s-offer__btn {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .s-offer__grid {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
  .s-offer__body {
    flex-direction: column;
    padding: 0;
  }
  .s-offer__gallery {
    position: static;
    width: 100%;
  }
  .s-offer__gallery-wrapper::after {
    background: linear-gradient(180deg, rgba(89, 205, 109, 0) 0%, #59cd6d 100%);
    top: 30%;
  }
  .s-offer__gallery-wrapper img {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
  }
  .s-offer__info {
    padding: 24px;
  }
  .s-offer__descr {
    font-size: 24px;
  }
}

.s-why {
}
.s-why__subtitle {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--blue);
}
.s-why__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.s-why__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;

  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
}
.s-why__item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  border-radius: 50%;

  background-color: #c4ebe8;
}
.s-why__item .circle img {
  display: block;
  max-width: 85%;
}

@media (max-width: 1239px) {
  .s-why__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-why__item {
    width: 180px;
  }
}
@media (max-width: 575px) {
  .s-why__subtitle {
    font-size: 20px;
  }
  .s-why__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .s-why__item {
    width: 100%;
    gap: 8px;
  }
}

.s-adv {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  color: var(--black);
  z-index: 1;
}
.s-adv__main {
  max-width: 615px;
}
.s-adv__title {
  text-align: start;
  margin-bottom: 30px;
}
.s-adv__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.s-adv__item {
  flex: 0 1 250px;
}
.s-adv__item .value {
  font-weight: 900;
  font-size: 64px;
}
.s-adv__item .text {
  font-size: 24px;
  color: rgba(43, 42, 41, 0.75);
}
.s-adv__img-map {
  position: absolute;
  display: block;
  right: -365px;
  z-index: -1;
}
@media (max-width: 1679px) {
  .s-adv__img-map {
    width: 1000px;
  }
}
@media (max-width: 991px) {
  .s-adv {
    display: block;
    min-height: auto;
    padding-bottom: 40px;
  }
  .s-adv__img-map {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .s-adv__title {
    margin-bottom: 10px;
  }
  .s-adv__item {
    flex-basis: 200px;
  }
  .s-adv__item .value {
    font-size: 48px;
    line-height: 100%;
  }
  .s-adv__item .text {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .s-adv__title {
    text-align: center;
  }
  .s-adv__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .s-adv__item {
    flex: auto;
  }
  .s-adv__img-map {
    width: 145%;
    max-width: none;
  }
}

.s-certificates {
  overflow: hidden;
}
@media (min-width: 992px) {
  .s-certificates__slider-wrapper .slider-arrow {
    display: none;
  }
}
.s-certificates__slider {
  overflow: visible !important;
}
.s-certificates__slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 295px !important;
  box-sizing: border-box;
  width: fit-content !important;
  outline: none;
}
.s-certificates__slide:hover img {
  transform: scale(1.05);
}
.s-certificates__slide img {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  max-height: 100%;
  width: auto;
  max-width: 100%;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .s-certificates__slider-wrapper {
    display: flex;
    align-items: center;
    gap: 35px;
  }
  .s-certificates__slider {
    overflow: hidden !important;
    padding: 20px !important;
    margin: -20px !important;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .s-certificates__slide {
    width: 100% !important;
  }
}

.s-reviews {
}
.s-reviews__slider-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.s-reviews__slider-wrapper .slider-arrow {
  position: relative;
  z-index: 10;
}
.s-reviews__slider {
  width: calc(100% - 52px);
  padding: 20px !important;
  margin: -20px !important;
}
.s-reviews__slide {
  display: flex !important;
  flex-direction: column;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  height: auto !important;
  box-sizing: border-box;
  border-radius: 20px;
}
.s-reviews__slide-title {
  color: var(--blue);
  margin-bottom: 20px;
}
.s-reviews__slide-content {
  font-size: 14px;
  line-height: 171%;
  color: rgba(0, 0, 0, 0.75);
  margin: 0px 0px 20px 0px;
}
.s-reviews__slide-note {
  margin-top: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: rgba(0, 0, 0, 0.75);
}
.s-reviews__slide-note span {
  font-weight: 300;
}
.s-reviews__btn {
  margin: 40px auto 0px auto;
}

@media (max-width: 991px) and (min-width: 768px) {
  .s-reviews__slide {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .s-reviews__slider-wrapper {
    gap: 10px;
  }
  .s-reviews__slider {
    width: calc(100% - 12px);
  }
  .s-reviews__btn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .s-reviews__slide {
    text-align: center;
  }
}

[hidden] {
  display: none !important;
}

.s-faq {
}
.s-faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-faq__item {
  border-radius: 10px;
  background-color: #c4ebe8;

  transition: background-color 0.3s ease;
}
.s-faq__item._open {
  background-color: var(--light);
}
.s-faq__item-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 30px 40px;

  font-size: 24px;
}
.s-faq__item-btn._active svg {
  transform: rotate(90deg);
}
.s-faq__item-btn svg {
  width: 10px;
  height: 16px;
  flex-shrink: 0;

  transition: transform 0.3s ease;
}
.s-faq__item-body {
  position: relative;
  padding: 20px 40px 30px 40px;
}
.s-faq__item-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  height: 2px;
  background-color: var(--gray);
}
.s-faq__item-content {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}
.s-faq__btn-more {
  margin: 20px auto 0px auto;
}

@media (max-width: 767px) {
  .s-faq__item-btn {
    padding: 20px 24px;
    gap: 10px;
    font-size: 18px;
  }
  .s-faq__item-body {
    padding: 20px 24px;
  }
  .s-faq__item-body::before {
    left: 24px;
    right: 24px;
  }
}

.input-control {
  width: 100%;
}
.input-control .wpcf7-not-valid-tip {
  display: none;
}
.input {
  padding: 12px 15px;
  border: 1px solid white;
  background-color: white;
  border-radius: 40px;
  width: 100%;

  font-size: 16px;
  line-height: 100%;
  color: black;

  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}
.input::placeholder {
  color: #9e9e9e;
  transition: color 0.3s ease;
}
.input.wpcf7-not-valid {
  border-color: #dc3232;
}
.input.wpcf7-not-valid::placeholder {
  border-color: #dc3232;
}
.check-wrapper {
  --color: black;
  --rect-color: black;
  --icon: url("../img/check-white.svg") center/10px auto no-repeat;

  position: relative;
  z-index: 1;
}
.check-wrapper._white {
  --color: white;
  --rect-color: white;
  --icon: url("../img/check-black.svg") center/10px auto no-repeat;
}
.check-wrapper .wpcf7-list-item {
  margin: 0;
}
.check-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.check-wrapper input[type="checkbox"].not-valid + span {
  color: #dc3232;
}
.check-wrapper input[type="checkbox"].not-valid + span::before {
  border-color: #dc3232;
}
.check-wrapper input[type="checkbox"]:checked + span::before {
  background: var(--icon);
  background-color: var(--rect-color);
}
.check-wrapper input[type="checkbox"] + span {
  cursor: pointer;
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--color);
  font-size: 14px;
  line-height: 150%;
}
.check-wrapper input[type="checkbox"] + span a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.check-wrapper input[type="checkbox"] + span a:hover {
  color: var(--blue);
}
.check-wrapper input[type="checkbox"] + span::before {
  display: block;
  content: "";
  margin-top: 3px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid var(--rect-color);
  border-radius: 2px;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}

.s-consult {
}
.s-consult__body {
  padding: 60px 100px;
  border-radius: 40px;
  background-color: var(--primary);
  color: white;
}
.s-consult__title {
  text-transform: none;
  margin-bottom: 20px;
}
.s-consult__content {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  margin: 0px 0px 40px 0px;
}
.s-consult__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.s-consult__form .input-control {
  flex: 1;
}
.s-consult__form .form-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.s-consult__body .wpcf7-response-output {
  width: 100%;
  margin: 15px 0px 0px 0px;
  border: none;
  text-align: center;
}

@media (max-width: 991px) {
  .s-consult__body {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .s-consult__body {
    padding: 24px;
  }
  .s-consult__form {
    display: grid;
    grid-template-columns: 1fr;
  }
  .s-consult__form .btn-s {
    width: 100%;
  }
  .s-consult__content {
    margin-bottom: 20px;
  }
}

.s-intro {
  padding: 40px 0px;
  margin: 0;
  overflow: hidden;
}
.s-intro__wrapper .slider-arrow {
  position: absolute;
  z-index: 10;
}
.s-intro__wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  gap: 30px;
  height: auto !important;

  border: 2px solid var(--blue);
  border-radius: 40px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
  box-sizing: border-box;
}
.s-intro__info {
  flex: 0 1 560px;
}
.s-intro__title {
  margin-bottom: 30px;
}
.s-intro__content {
  font-size: 18px;
  line-height: 120%;
  margin: 0px 0px 30px 0px;
}
.s-intro__img {
  display: block;
  width: 460px;
  aspect-ratio: 1/0.95;
  border-radius: 40px;
  object-fit: cover;
}
@media (max-width: 1299px) {
  .s-intro__wrapper {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .s-intro__img {
    width: 370px;
  }
}
@media (max-width: 991px) {
  .s-intro__wrapper {
    padding: 20px;
  }
  .s-intro__img {
    width: 290px;
    border-radius: 30px;
  }
  .s-intro__title {
    margin-bottom: 20px;
  }
  .s-intro__content {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .s-intro__img {
    width: 210px;
  }
}
@media (max-width: 575px) {
  .s-intro {
    padding: 30px 0px;
  }
  .s-intro__wrapper {
    flex-direction: column;
    padding: 30px 24px;
    text-align: center;
    gap: 20px;
  }
  .s-intro__info {
    flex-direction: column;
    align-items: center;
  }
  .s-intro__title {
    margin-bottom: 16px;
  }
  .s-intro__content {
    margin-bottom: 16px;
  }
  .s-intro__btn {
    width: 100%;
  }
  .s-intro__info {
    flex: auto;
  }
  .s-intro__img {
    width: 100%;
    aspect-ratio: 1/0.65;
  }
}
.s-help {
}
.s-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 20px;
}
.s-help__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 30px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);

  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
.s-help__item img {
  display: block;
  width: 48px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .s-help__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .s-help__grid {
    grid-template-columns: 1fr;
  }
  .s-help__item {
    padding: 30px;
  }
}

.s-steps {
}
.s-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s-steps__item {
  display: flex;
  align-items: center;
  gap: 20px;

  padding: 30px 40px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 20px;
}
.s-steps__item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary);
  flex-shrink: 0;
  width: 48px;
  height: 48px;

  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
}
.s-steps__item .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  width: 215px;
  flex-shrink: 0;
}
.s-steps__item .text {
  font-size: 18px;
  line-height: 120%;
}
.s-steps__btn {
  margin: 30px auto 0px auto;
}
@media (max-width: 991px) {
  .s-steps__item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .s-steps__item {
    flex-wrap: wrap;
  }
  .s-steps__item .name {
    flex: 1;
    width: auto;
  }
  .s-steps__item .text {
    width: 100%;
  }
}

.s-get {
}
.s-get__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.s-get__item {
  display: flex;
  flex-direction: column;
  background-color: var(--light);
  border-radius: 20px;
  overflow: hidden;
}
.s-get__item-content {
  padding: 40px 30px 25px 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
}
.s-get__item-gallery {
  position: relative;
  margin-top: auto;
  width: 100%;
}
.s-get__item-gallery::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.s-get__item-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.54;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .s-get__item-content {
    padding: 24px 24px 20px 24px;
  }
}
@media (max-width: 991px) {
  .s-get__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 630px) {
  .s-get__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .s-get__item-gallery img {
    aspect-ratio: 1/0.55;
  }
}

.mob-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 72px;
  height: calc(100svh - 72px);
  left: 0;
  right: 0;
  padding: 30px 20px;
  background-color: white;
  overflow-y: auto;
  z-index: 120;

  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;

  transition:
    opacity 0.4s ease,
    visibility 0.4s ease,
    transform 0.4s ease;
}
.mob-menu._open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mob-menu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;

  font-size: 16px;
}
/* родительские кнопки */
.mob-menu__list .menu-item-has-children > a {
  display: flex !important;
  align-items: center;
  width: fit-content;
  pointer-events: none;
  gap: 2px;
}
.mob-menu__list .menu-item-has-children._active > a::after {
  transform: rotate(180deg);
}
.mob-menu__list .menu-item-has-children > a::after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url("../img/arrow-down.svg") center / 100% auto no-repeat;

  transition: transform 0.3s ease;
}
.mob-menu__list > li > a {
  font-size: 18px;
}
/* меню второй вложенности */
.mob-menu__list > .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 10px;
}
.mob-menu__list > .menu-item-has-children > .sub-menu > li > a {
  background: #f3f3f3;
  width: 100%;
}
.mob-menu__list > .menu-item-has-children > .sub-menu > li > a {
  display: block;
  padding: 8px 20px;
}
.mob-menu__list > .menu-item-has-children > .sub-menu > li > a[href="#"] {
  pointer-events: none;
}
/* меню третьей вложенности */
.mob-menu__list > .menu-item-has-children > .sub-menu > li .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 30px;
  gap: 10px;
}

.mob-menu__contacts {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mob-menu__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob-menu__contacts-link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 8px;

  font-weight: 700;
  font-size: 20px;
}
.mob-menu__contacts-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--primary);
}
.mob-menu__order-btn {
}
.mob-menu__social {
}
.mob-menu__social-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.mob-menu__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}
.mob-menu__social-btn {
  display: block;
  width: 36px;
  height: 36px;
}
.mob-menu__social-btn img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1100px) {
  .mob-menu {
    display: none;
  }
}



.city__links {display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;}