/* Auto-generated — run: node tools/build-front-css.js */

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

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

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



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
menu,
nav,
output,
ruby,
summary,
time,
mark,
footer,
section,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

section {
  border: 0;
  padding: 0;
}

* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  font: initial;
  box-shadow: none;
}

input,
textarea {
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  transition: all 0.3s ease-in-out;
  outline: none;
  appearance: none;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

input[type=checkbox] {
  margin: 0;
}

input[type=checkbox]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

a,
button,
span {
  transition: 0.3s all ease;
  outline: none;
}
a:hover, a:focus, a:active,
button:hover,
button:focus,
button:active,
span:hover,
span:focus,
span:active {
  outline: none;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
}

textarea {
  resize: vertical;
  border: none;
  background-color: transparent;
  outline: none;
  appearance: none;
}

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
  appearance: none;
}

body {
  font-family: Manrope, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  font-weight: normal;
}
body.overflow {
  overflow: hidden;
}

.flex-center {
  display: flex;
  align-items: center;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 56px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0 70px;
  }
}

.hide {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.circle-go,
.circle-preloader {
  fill: hsla(0, 0%, 100%, 0);
  stroke: #67cbb3;
  stroke-width: 8;
}

.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.preloader.active {
  opacity: 1;
  visibility: visible;
}
.preloader svg {
  width: 45px;
  height: 45px;
  fill: transparent;
  stroke: #ebebeb;
}

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.main {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    margin-top: 155px;
  }
}
@media screen and (min-width: 1600px) {
  .main {
    margin-top: 161px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb30 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mb30 {
    margin-bottom: 100px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mt30 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mt30 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mt30 {
    margin-top: 100px;
  }
}

.pt30 {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .pt30 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .pt30 {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .pt30 {
    padding-top: 55px;
  }
}

.mb30-2 {
  margin-bottom: 30px;
}

.b-show {
  display: block;
  animation: show 0.3s linear forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slow {
  transform: translateY(-100%);
  animation: ani 0.8s forwards;
}

@keyframes ani {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slow-b {
  transform: translateX(-100%);
  animation: ani1 0.5s forwards;
}

@keyframes ani1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.slow-c {
  transform: translateX(100%);
  animation: ani2 0.5s forwards;
}

@keyframes ani2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-center-vertical {
  align-items: center;
}

.flex-center-horizontal {
  justify-content: center;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

.flex-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  background: rgba(33, 33, 33, 0.3019607843) !important;
  display: inline-block;
  width: 5px !important;
  height: 5px !important;
}

.swiper-pagination-bullet-active {
  width: 15px !important;
  background: #119474 !important;
  border-radius: 5px !important;
}

.swiper-pagination-bullets {
  bottom: 25px !important;
}

.not {
  height: 500px;
  position: relative;
}
.not__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  color: #212121;
  padding: 15px 25px;
  border: 2px solid #9a3a00;
  box-sizing: border-box;
  border-radius: 10px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn {
    width: auto;
  }
  .btn:hover {
    background: #9a3a00;
    color: #fff;
    border: 2px solid #9a3a00;
  }
  .btn:active, .btn.active {
    background: #9a3a00;
    color: #fff;
    border: 2px solid #9a3a00;
  }
}
@media screen and (min-width: 1600px) {
  .btn {
    height: 40px;
    padding: 15px 25px;
  }
}
.btn.ch-white {
  color: #fff;
}
.btn.secondary {
  background: #9a3a00;
  color: #fff;
  border: 2px solid #9a3a00;
}
@media screen and (min-width: 768px) {
  .btn.secondary:hover {
    border: 2px solid #be4f2e;
    background: #be4f2e;
  }
  .btn.secondary:active, .btn.secondary.active {
    border: 2px solid #92361a;
    background: #92361a;
  }
}
.btn.default {
  cursor: not-allowed;
}

.flex-center {
  display: flex;
  align-items: center;
}

.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .title {
    font-size: 43px;
    line-height: 120%;
    margin-bottom: 62px;
  }
}

.btn-menu-item {
  background-image: url("/static/images/arr-dn.svg");
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .btn-menu-item {
    display: none;
  }
}
.btn-menu-item.active {
  transform: rotate(180deg);
  background-image: url("/static/images/arr-up.svg");
}

.menu {
  margin: 0 -15px;
  max-width: 726px;
  width: 100%;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1199px) {
  .menu {
    margin: 0;
  }
  .menu__item {
    border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  }
}
@media screen and (max-width: 670px) {
  .menu {
    height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
@media screen and (min-width: 1200px) {
  .menu {
    margin: 0;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    border-top: none;
  }
}
.menu__item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .menu__item {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .menu__item--mobile-only {
    display: none;
  }
}
.menu .menu-head, .menu__title {
  position: relative;
  cursor: pointer;
  padding: 15px 30px 15px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #212121;
  width: 68%;
  display: block;
}
@media screen and (max-width: 1199px) {
  .menu .menu-head::after, .menu__title::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .menu .menu-head, .menu__title {
    padding: 24px 30px 24px 15px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .menu .menu-head, .menu__title {
    padding: 24px 33px;
  }
}
.menu .menu-head.active, .menu__title.active {
  color: #0c5140;
}
.menu .menu-head.active::after, .menu__title.active::after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url("/static/images/arr-up.svg");
}
.menu .menu-head::after, .menu__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 7px;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/images/arr-dn.svg");
}
.menu .menu-head {
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}
.menu .menu-head::after {
  display: none;
}
.menu__wrap .btn-menu-item {
  display: none;
}
.menu__wrap .menu-head {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .menu__wrap {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .menu__contentList {
    height: 150px;
    overflow: auto;
    margin-right: 10px;
    padding-right: 2px;
  }
  .menu__contentList::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
  }
  .menu__contentList::-webkit-scrollbar-track {
    background: #fff;
  }
  .menu__contentList::-webkit-scrollbar-thumb {
    background: #0c5140;
    border-radius: 5px;
  }
}
.menu__contentList {
  overflow: visible;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .menu__contentList {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 8px;
  }
  .menu__contentList::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
  }
  .menu__contentList::-webkit-scrollbar-track {
    background: #fff;
  }
  .menu__contentList::-webkit-scrollbar-thumb {
    background: #0c5140;
    border-radius: 5px;
  }
}
.menu__contentList a {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #212121;
  padding: 10px 10px 10px 30px;
  transition: all 0.4s ease;
  border-top: 1px solid rgba(12, 81, 64, 0.2);
  background-color: #eef5f4;
  display: block;
}
.menu__contentList a:hover {
  background: #eef5f4;
  color: #0c5140;
}
@media screen and (min-width: 1200px) {
  .menu__contentList a {
    background-color: #fff;
    border-top: none;
    border-radius: 5px;
    padding: 10px;
  }
}
.menu__content {
  display: none;
  box-sizing: border-box;
  top: 64px;
  animation: showBlock 0.3s linear forwards;
}
@media screen and (min-width: 1200px) {
  .menu__content {
    padding: 23px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: absolute;
    width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .menu__content {
    padding: 29px 46px 32px 33px;
  }
}
.menu__content.active {
  display: block;
}

.menu-footer {
  padding: 15px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
.menu-footer .address {
  max-width: 118px;
  margin-right: 20px;
}
.menu-footer .address-city {
  color: #212121;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  border-bottom: 1px dashed #9a3a00;
}
@media screen and (min-width: 768px) {
  .menu-footer {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .menu > div:nth-child(6) > div {
    right: 0;
  }
}

.form-thanks {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #f8f8f8;
}
@media screen and (min-width: 672px) {
  .form-thanks {
    border-radius: 20px;
  }
}
.form-thanks__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #212121;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .form-thanks__title {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 16px;
  }
}
.form-thanks__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .form-thanks__text {
    font-size: 15px;
    line-height: 12px;
  }
}
.form-thanks__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-thanks__wrap svg {
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1920px) {
  .form-thanks__wrap svg {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }
}

.form-section .form {
  width: 100%;
  background: #f8f8f8;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 672px) {
  .form-section .form {
    padding: 24px;
  }
}
@media screen and (min-width: 1056px) {
  .form-section .form {
    padding: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .form-section .form {
    padding: 30px 50px 50px;
  }
}
.form-section .form__wrap {
  padding: 20px;
}
@media screen and (min-width: 672px) {
  .form-section .form__wrap {
    padding: 0;
  }
}
.form-section .form.success .form-thanks {
  display: block;
}
.form-section .form__wrapper {
  position: relative;
}
.form-section .form__holder {
  width: 100%;
}
.form-section .form__textarea, .form-section .form__input {
  padding: 12px 16px;
  height: 50px;
  border: 1px solid #212121;
  box-sizing: border-box;
  border-radius: 27px;
  background: #fff;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5a5757;
}
.form-section .form__textarea:hover, .form-section .form__input:hover {
  border: 1px solid #636363;
  box-shadow: none;
}
.form-section .form__textarea:focus, .form-section .form__input:focus {
  border: 1px solid #0c5140;
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .form-section .form__textarea, .form-section .form__input {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.form-section .form__check .btn {
  width: 100%;
  margin: 0 auto 16px;
  padding: 12px 16px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 27px;
}
.form-section .form__input::placeholder {
  color: #636363;
}
.form-section .form__input.parsley-error {
  border: 1px solid #da251c;
  position: relative;
  box-shadow: none;
}
.form-section .form__input.parsley-error::placeholder {
  color: #da251c;
}
.form-section .parsley-equalto,
.form-section .parsley-required,
.form-section .parsley-type {
  position: relative;
  font-size: 10px;
  line-height: 12px;
  color: #da251c;
  margin-bottom: 8px;
  margin-top: -8px;
  font-weight: 500;
}
@media screen and (min-width: 1348px) {
  .form-section .parsley-equalto,
  .form-section .parsley-required,
  .form-section .parsley-type {
    margin-bottom: 11px;
    margin-top: -11px;
  }
}
@media screen and (min-width: 1920px) {
  .form-section .parsley-equalto,
  .form-section .parsley-required,
  .form-section .parsley-type {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-top: -12px;
  }
}

.control-checkbox span {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #212121;
}
.control-checkbox span a {
  border-bottom: 1px dashed #9a3a00;
  margin-left: 5px;
}

.form-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 671px) {
  .form-title {
    background: #0c5140;
    color: #fff;
    padding: 14px 15px 16px;
    margin-right: 0;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 672px) {
  .form-title {
    font-size: 18px;
    color: #212121;
  }
}
@media screen and (min-width: 1348px) {
  .form-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.about-link-block {
  display: none;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 35px;
  transition: all 0.4s ease;
  z-index: 2;
}
.about-link-block ul {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 20px;
}
.about-link-block .about-link-sub {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #212121;
  display: block;
  transition: all 0.4s ease;
  padding: 10px;
  border-radius: 5px;
}
.about-link-block .about-link-sub:hover {
  color: #0c5140;
  background: #eef5f4;
}

.header {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background: #0c5140;
  transition: all 0.4s ease;
}
.header__phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
}
.header__phone svg {
  width: 17px;
  height: 17px;
  display: flex;
  margin-right: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header.active .header-wrap-footer {
    margin-top: -57px;
  }
}
@media screen and (min-width: 1024px) {
  .header.active .header-logo-fixed {
    display: flex;
  }
  .header.active .header-menu {
    display: none;
  }
  .header.active .header-wrap-top {
    margin-top: -62px;
    transition: all 0.4s ease;
  }
  .header.active .address {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .header.active .header-wrap-footer {
    padding: 11px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .header.active .header-wrap-footer {
    padding: 17px 0;
  }
}
.header .header-logo-fixed {
  display: none;
}
@media screen and (min-width: 1440px) {
  .header .container {
    padding: 0 155px;
  }
}
.header__wrap {
  position: relative;
  background-color: #0c5140;
}
.header .header-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: inherit;
  bottom: -34px;
  top: auto;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
@media screen and (max-width: 1199px) {
  .header .header-menu {
    top: 0;
    bottom: 0;
    transform: translateX(120%);
    left: auto;
    width: 320px;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    flex-direction: column;
    height: 100vh;
    padding: 0;
    justify-content: flex-start;
    border-radius: 0;
    z-index: 5;
  }
  .header .header-menu.active {
    visibility: visible;
    right: 0;
    transform: translateX(18%);
  }
}
@media screen and (max-width: 1023px) {
  .header .header-menu.active {
    transform: translateX(8%);
  }
}
@media screen and (max-width: 767px) {
  .header .header-menu.active {
    transform: translateX(5%);
  }
}
@media screen and (min-width: 1440px) {
  .header .header-menu {
    padding-right: 30px;
  }
}
.header__menu-top {
  padding: 11px 8px 11px 16px;
  background-color: #0c5140;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header__menu-top {
    padding: 13px 16px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu-top {
    display: none;
  }
}
.header .header-wrap-top {
  padding: 11px 0;
  margin-top: 0;
  transition: all 0.4s ease;
  background-color: #0c5140;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header .header-wrap-top {
    padding: 13px 0 14px;
  }
}
.header .header-wrap-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  margin-top: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .header .header-wrap-footer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .header-wrap-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-wrap-footer {
    padding: 17px 0;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-wrap-footer {
    padding: 17px 0 43px;
  }
}
.header .address {
  cursor: pointer;
}
.header .address svg {
  width: 24px;
  height: 24px;
  display: flex;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .header .address .address-city {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: block;
    border-bottom: 1px dashed #9a3a00;
  }
}
.header .header-connects {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .header-connects {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-connects {
    width: 66%;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-connects {
    width: 70%;
  }
}
.header__nav {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav .about-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header__nav .about-link {
    padding: 10px;
  }
}
.header__nav .about-link::after {
  display: block;
  content: "";
  height: 3px;
  width: 0;
  background-color: #9a3a00;
  transition: width 0.4s ease-in-out;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: -7px;
}
.header__nav .about-link.active::after, .header__nav .about-link:hover::after, .header__nav .about-link:focus::after {
  width: 100%;
}
.header__nav .about-link.selected, .header__nav .about-link.active, .header__nav .about-link:hover {
  color: #fff;
}
.header__nav .about-link-block {
  display: none;
}
.header__logo-info {
  margin-left: 11px;
}
.header__logo .logo {
  min-width: 42px;
  height: 33px;
  display: flex;
  margin-right: 11px;
}
.header__logo .logo img {
  max-width: 100%;
  width: 100%;
  min-width: 42px;
  height: 33px;
}
.header__logo .logo-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  display: block;
}
.header__logo .logo-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  display: block;
}

.burger {
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
}
.burger span {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: relative;
}
.burger span:nth-child(1) {
  margin-bottom: 6px;
}
.burger span:nth-child(3) {
  margin-top: 6px;
}
.burger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
  transition: none;
}
.burger.active span:nth-child(3) {
  bottom: 10px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-connects.flex-space-between.flex-center > a:nth-child(2) {
    display: none;
  }
}

.substrate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  display: none;
}
.substrate.active {
  opacity: 0.5;
  display: block;
}

.about-link-top {
  position: relative;
  z-index: 10;
}

.header-connects > div:nth-child(2) {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header-connects > div:nth-child(2) {
    display: none;
  }
}

.header-wrap-top.flex-space-between.flex-center > nav > ul > li:nth-child(1) > div {
  position: relative;
}
.header-wrap-top.flex-space-between.flex-center > nav > ul > li:nth-child(1) > div:hover .about-link-block {
  display: block;
  animation: showBlock 0.3s linear forwards;
}

.address-box {
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 672px) {
  .address-box {
    padding: 15px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .address-box {
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .address-box {
    padding: 30px;
  }
}
.address-box__search {
  flex: auto;
  border: 1px solid #212121;
  box-sizing: border-box;
  border-radius: 27px;
  height: 50px;
  padding: 0 25px;
}
.address-box__search svg {
  width: 24px;
  height: 24px;
  display: flex;
}
@media screen and (max-width: 671px) {
  .address-box__search {
    margin-top: 20px;
    width: calc(100% - 32px);
  }
}
.address-box .search-input {
  width: 100%;
  height: inherit;
  color: #212121;
  font-weight: 500;
  font-size: 16px;
}
.address-box .search-input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5a5757;
}
.address-box__head {
  margin-bottom: 20px;
}
@media screen and (max-width: 671px) {
  .address-box__head {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.address-box .search-input-btn {
  margin-left: 15px;
}
.address-box .search-input-btn svg {
  width: 24px;
  height: 24px;
  display: flex;
}
.address-box__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #212121;
  margin-right: 48px;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 671px) {
  .address-box__title {
    background: #0c5140;
    color: #fff;
    padding: 14px 15px 16px;
    margin-right: 0;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .address-box__title {
    font-size: 30px;
  }
}
.address-box__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -10px;
}
.address-box__list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
  display: inline-block;
  background: #eef5f4;
  border-radius: 27px;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.address-box__list a.hide {
  display: none;
}
.address-box__holder {
  width: 100%;
  margin-top: 30px;
  display: none;
}
@media screen and (min-width: 672px) {
  .address-box__holder {
    display: flex;
  }
}
.address-box__field {
  width: calc(33.3333% - 4px);
  background: #eef5f4;
  border-radius: 15px;
  overflow: hidden;
  height: 240px;
  padding: 12px 15px;
}
.address-box__field small {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #212121;
  display: block;
  margin-bottom: 17px;
}
@media screen and (min-width: 1440px) {
  .address-box__field small {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .address-box__field {
    width: calc(33.3333% - 45px);
    padding: 17px 20px;
    height: 360px;
  }
}
.address-box__field-wrap ul {
  height: 172px;
  overflow-y: auto;
  margin-left: -15px;
  cursor: pointer;
}
.address-box__field-wrap ul::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}
.address-box__field-wrap ul::-webkit-scrollbar-track {
  background: #fff;
}
.address-box__field-wrap ul::-webkit-scrollbar-thumb {
  background: #0c5140;
  border-radius: 5px;
}
@media screen and (min-width: 1440px) {
  .address-box__field-wrap ul {
    margin-left: -20px;
    height: 280px;
  }
}
.address-box__field-wrap ul li {
  padding: 8px 2px 8px 15px;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
}
.address-box__field-wrap ul li:last-child {
  margin-bottom: 0;
}
.address-box__field-wrap ul li:hover {
  color: #0c5140;
}
.address-box__field-wrap ul li.active {
  background-color: rgba(12, 81, 64, 0.2);
  position: relative;
}
.address-box__field-wrap ul li.active::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 5px;
  height: 100%;
  background: #0c5140;
}
@media screen and (min-width: 1440px) {
  .address-box__field-wrap ul li {
    padding: 12px 20px;
  }
}

.head {
  margin-bottom: 16px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .head {
    margin-bottom: 62px;
  }
}
.head .title {
  margin-bottom: 0;
}
.head .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .head .text {
    margin-top: 0;
    max-width: 40%;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .head .text {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .contention .container {
    padding: 0;
  }
}
.contention .content {
  background: #eef5f4;
  border-radius: 20px;
  padding: 45px 16px 50px;
}
@media screen and (min-width: 768px) {
  .contention .content {
    border-radius: 40px;
    padding: 50px 35px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .contention .content {
    padding: 89px 95px 100px;
  }
}
.contention .content__checkerWrap {
  background: rgba(95, 183, 162, 0.4);
  border-radius: 20px;
  padding: 15px;
  margin-left: auto;
  width: fit-content;
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
}
@media screen and (min-width: 1440px) {
  .contention .content__checkerWrap {
    font-size: 14px;
    padding: 25px;
  }
}
.contention .content__checkerWrap a {
  margin-left: 5px;
  font-weight: bold;
  transition: all 0.4s ease;
}
.contention .content__checkerWrap a:hover {
  color: #0c5140;
}
.contention .content.policy {
  border-radius: 0 0 20px 20px;
  padding: 105px 16px 50px;
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  .contention .content.policy {
    border-radius: 0 0 40px 40px;
    padding: 150px 35px 50px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1440px) {
  .contention .content.policy {
    padding: 189px 95px 100px;
  }
}
@media screen and (max-width: 767px) {
  .contention .content .wrap {
    height: 320px;
    overflow: hidden;
    position: relative;
  }
  .contention .content .wrap::after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    background-image: url("/static/images/bg-content.svg");
    background-repeat: no-repeat;
    height: 60px;
    background-size: cover;
    bottom: 0;
    left: -10px;
  }
}
.contention .content.active {
  /* strong,
  small, */
}
.contention .content.active .wrap {
  height: 100%;
  overflow: visible;
}
.contention .content.active .wrap::after {
  display: none;
}
.contention .content__btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: #212121;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  width: fit-content;
}
.contention .content__btn::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: -18px;
  width: 10px;
  height: 7px;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/images/arr-dn.svg");
}
@media screen and (min-width: 768px) {
  .contention .content__btn {
    display: none;
  }
}
.contention .content__btn.active {
  display: none;
}
.contention .content__wrapImg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contention .content__wrapImg {
    min-width: 270px;
    display: block;
    margin-right: 31px;
  }
}
@media screen and (min-width: 1200px) {
  .contention .content__wrapImg {
    min-width: 330px;
  }
}
@media screen and (min-width: 1440px) {
  .contention .content__wrapImg {
    min-width: 445px;
  }
}
.contention .content__wrapImg.left {
  margin-left: 31px;
  margin-right: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .contention .content__wrapImg.left {
    margin-top: 28px;
  }
}
.contention .content h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .contention .content h2 {
    font-size: 37px;
    line-height: 120%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .contention .content h2 {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 32px;
  }
}
.contention .content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 12px;
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .contention .content h3 {
    font-size: 22px;
    line-height: 120%;
    color: #212121;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contention .content h3 {
    font-size: 30px;
  }
}
.contention .content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 12px;
  padding-top: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .contention .content h4 {
    font-size: 18px;
    line-height: 120%;
    color: #212121;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contention .content h4 {
    font-size: 22px;
  }
}
.contention .content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .contention .content p {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .contention .content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.contention .content span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #212121;
}
@media screen and (min-width: 1024px) {
  .contention .content span {
    font-size: 14px;
  }
}
.contention .content ul {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .contention .content ul {
    padding-left: 10px;
    margin-bottom: 16px;
  }
}
.contention .content ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 2px;
  padding-left: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contention .content ul li {
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contention .content ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
.contention .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #9a3a00;
}
@media screen and (min-width: 1024px) {
  .contention .content ul li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
.contention .content strong {
  font-weight: bolder;
}
.contention .content small {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #5a5757;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 15px 0;
  position: relative;
  padding: 18px 19px 18px 35px;
}
@media screen and (max-width: 767px) {
  .contention .content small {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .contention .content small {
    margin: 15px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .contention .content small {
    padding: 18px 37px 18px 57px;
    font-size: 16px;
    border-radius: 20px;
    margin: 30px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .contention .content small {
    padding: 28px 67px 28px 77px;
    margin: 50px 0;
  }
}
.contention .content small::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: #0c5140;
  border-radius: 10px;
  left: 16px;
}
@media screen and (min-width: 1024px) {
  .contention .content small::before {
    left: 27px;
    top: 22px;
    bottom: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .contention .content small::before {
    left: 31px;
    top: 34px;
    bottom: 34px;
    width: 5px;
  }
}
.contention .content ol {
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .contention .content ol {
    margin-bottom: 16px;
  }
}
.contention .content ol li {
  position: relative;
  font-size: 13px;
  line-height: 150%;
  color: #212121;
  margin-bottom: 2px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .contention .content ol li {
    margin-bottom: 5px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .contention .content ol li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
}
.contention .content ol li::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #9a3a00;
}
@media screen and (min-width: 768px) {
  .contention .content ol li::after {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .contention .content ol li::after {
    font-size: 16px;
    top: 2px;
  }
}

.modal-close {
  background: #9a3a00;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.modal-close svg {
  width: 15px;
  height: 15px;
  display: flex;
}

.modal {
  height: 100vh;
  width: 100vw;
  left: 0;
  outline: none;
  position: fixed;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background-color: #0c5140;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 600;
}

.wrapper {
  position: relative;
  overflow: visible;
  background: #fff;
  z-index: 701;
}
@media screen and (min-width: 672px) {
  .wrapper {
    width: fit-content;
    border-radius: 8px;
    height: auto;
    overflow: visible;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
}
.wrapper .modal-wrap {
  background: #f8f8f8;
}
@media screen and (max-width: 671px) {
  .wrapper .modal-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 672px) {
  .wrapper .modal-wrap {
    border-radius: 20px;
    overflow: hidden;
  }
}
.wrapper .modal-close {
  top: 20px;
  right: 14px;
}
.wrapper .modal-close svg {
  margin-right: 0;
}
@media screen and (max-width: 671px) {
  .wrapper .modal-close {
    right: 11px;
    top: 14px;
    background-color: transparent;
    background-image: url("/static/images/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
  }
  .wrapper .modal-close svg {
    display: none;
  }
}
@media screen and (min-width: 672px) {
  .wrapper .modal-close {
    right: -23px;
    top: -23px;
  }
}

.address-box-section {
  width: 100%;
}
@media screen and (min-width: 672px) {
  .address-box-section {
    max-width: 574px;
  }
}
@media screen and (min-width: 1024px) {
  .address-box-section {
    max-width: 844px;
  }
}
@media screen and (min-width: 1440px) {
  .address-box-section {
    max-width: 1110px;
  }
}

.callback {
  width: 100%;
}
@media screen and (min-width: 672px) {
  .callback {
    min-width: 350px;
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .callback {
    min-width: 400px;
    padding: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .callback {
    min-width: 498px;
    padding: 30px 50px 50px;
  }
}


/* === AboutPromo === */
.AboutPromo_container {
  margin-bottom: 30px;
}

.AboutPromo_promo {
  padding: 100px 0 17px;
  background-image: url("/static/images/about-bg.svg");
  background-repeat: no-repeat;
  background-color: #5fb7a2;
  border-radius: 0 0 20px 20px;
  margin: -97px -16px 0;
  background-position: -209px 65px;
  background-size: 170%;
}
@media screen and (min-width: 480px) {
  .AboutPromo_promo {
    background-position: -206px 12px;
    background-size: 147%;
  }
}
@media screen and (min-width: 652px) {
  .AboutPromo_promo {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .AboutPromo_promo {
    margin: 0;
    padding: 50px 35px;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .AboutPromo_promo {
    padding: 90px 95px 118px;
  }
}

.AboutPromo_title {
  margin-bottom: 187px;
  color: #fff;
}
@media screen and (min-width: 652px) {
  .AboutPromo_title {
    margin-bottom: 33px;
  }
}

.AboutPromo_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px 26px 20px 20px;
}
@media screen and (min-width: 652px) {
  .AboutPromo_text {
    color: #fff;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .AboutPromo_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .AboutPromo_text {
    font-size: 20px;
  }
}

.AboutPromo_wrap {
  padding: 0 15px;
}
@media screen and (min-width: 652px) {
  .AboutPromo_wrap {
    max-width: 51%;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .AboutPromo_wrap {
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 1440px) {
  .AboutPromo_wrap {
    max-width: 40%;
    padding: 0;
  }
}
/* === Advantages === */
.Advantages_section {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Advantages_section {
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .Advantages_section .Advantages_container {
    padding: 0 26px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .Advantages_section .Advantages_text {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .Advantages_section .Advantages_slider {
    padding: 0 8% 0 0;
  }
}
@media screen and (max-width: 549px) {
  .Advantages_section .Advantages_slider {
    padding: 0 12% 0 0;
  }
}

@media screen and (min-width: 768px) {
  .Advantages_content {
    border-radius: 40px;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1440px) {
  .Advantages_content {
    padding: 0 95px;
  }
}
@media screen and (min-width: 1200px) {
  .Advantages_content .Advantages_section-head .Advantages_text {
    max-width: 343px;
  }
}

.Advantages_holder {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Advantages_holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .Advantages_holder {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
}

.Advantages_advantages {
  border: 2px solid #afd3cb;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  min-height: 166px;
}
@media screen and (min-width: 550px) {
  .Advantages_advantages {
    min-height: 183px;
  }
}
@media screen and (min-width: 630px) {
  .Advantages_advantages {
    min-height: 166px;
  }
}
@media screen and (min-width: 768px) {
  .Advantages_advantages {
    min-height: 217px;
  }
}
@media screen and (min-width: 1024px) {
  .Advantages_advantages {
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    min-height: 168px;
  }
}
@media screen and (min-width: 1440px) {
  .Advantages_advantages {
    padding: 50px 31px 50px 50px;
    border-radius: 20px;
  }
}

.Advantages_img {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  position: relative;
}
.Advantages_img img {
  max-width: 100%;
  width: 54px;
  height: 54px;
}
@media screen and (min-width: 1440px) {
  .Advantages_img img {
    width: 108px;
    height: 108px;
  }
}
@media screen and (min-width: 768px) {
  .Advantages_img {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .Advantages_img {
    margin-bottom: 0;
    min-width: 54px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .Advantages_img {
    min-width: 108px;
    height: 108px;
    margin-right: 35px;
  }
}

@media screen and (min-width: 768px) {
  .Advantages_wrap {
    height: calc(100% - 74px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .Advantages_wrap {
    height: auto;
    justify-content: flex-start;
  }
}

.Advantages_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  position: absolute;
  top: 20px;
  left: 85px;
  max-width: 164px;
  height: 54px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 550px) {
  .Advantages_title {
    max-width: 141px;
  }
}
@media screen and (min-width: 630px) {
  .Advantages_title {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .Advantages_title {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    height: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .Advantages_title {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .Advantages_title {
    font-size: 20px;
  }
}

.Advantages_description {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #5a5757;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .Advantages_description {
    margin-right: 0;
  }
}
/* === AdvantagesList === */
@media screen and (max-width: 767px) {
  .AdvantagesList_section {
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .AdvantagesList_section .AdvantagesList_container {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .AdvantagesList_section .AdvantagesList_text {
    width: 26%;
  }
}

@media screen and (min-width: 768px) {
  .AdvantagesList_holder {
    margin-left: -16%;
    margin-right: -16%;
  }
}
@media screen and (min-width: 1200px) {
  .AdvantagesList_holder {
    margin-left: -11%;
    margin-right: -11%;
  }
}
@media screen and (min-width: 1440px) {
  .AdvantagesList_holder {
    margin-left: -8%;
    margin-right: -8%;
  }
}
@media screen and (min-width: 1920px) {
  .AdvantagesList_holder {
    margin-left: -12%;
    margin-right: -12%;
  }
}

@media screen and (max-width: 767px) {
  .AdvantagesList_slider {
    padding: 0 8% 0 0;
  }
}
@media screen and (max-width: 549px) {
  .AdvantagesList_slider {
    padding: 0 12% 0 0;
  }
}

.AdvantagesList_advantages {
  border: 2px solid #afd3cb;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  min-height: 183px;
  height: 100%;
}
@media screen and (min-width: 550px) {
  .AdvantagesList_advantages {
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .AdvantagesList_advantages {
    height: auto;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .AdvantagesList_advantages {
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .AdvantagesList_advantages {
    padding: 50px 31px 50px 50px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .AdvantagesList_advantages__wrap {
    height: calc(100% - 74px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .AdvantagesList_advantages__wrap {
    height: auto;
    justify-content: flex-start;
  }
}
.AdvantagesList_advantages__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  position: absolute;
  top: 20px;
  left: 85px;
  max-width: 164px;
  height: 54px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 550px) {
  .AdvantagesList_advantages__title {
    max-width: 141px;
  }
}
@media screen and (min-width: 630px) {
  .AdvantagesList_advantages__title {
    max-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .AdvantagesList_advantages__title {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    height: 43px;
  }
}
@media screen and (min-width: 1024px) {
  .AdvantagesList_advantages__title {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .AdvantagesList_advantages__title {
    font-size: 20px;
  }
}
.AdvantagesList_advantages__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #5a5757;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .AdvantagesList_advantages__text {
    margin-right: 0;
  }
}
.AdvantagesList_advantages__img {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  position: relative;
}
.AdvantagesList_advantages__img img {
  max-width: 100%;
  width: 54px;
  height: 54px;
}
@media screen and (min-width: 1440px) {
  .AdvantagesList_advantages__img img {
    width: 108px;
    height: 108px;
  }
}
@media screen and (min-width: 768px) {
  .AdvantagesList_advantages__img {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .AdvantagesList_advantages__img {
    margin-bottom: 0;
    min-width: 54px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .AdvantagesList_advantages__img {
    min-width: 108px;
    height: 108px;
    margin-right: 35px;
  }
}

@media screen and (min-width: 768px) {
  .AdvantagesList_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1440px) {
  .AdvantagesList_wrap {
    padding: 0 95px;
  }
}
.js-advantages-list-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .js-advantages-list-desktop {
    display: none !important;
  }
  .js-advantages-list-mobile {
    display: block;
  }
}
/* === Appointment === */
.Appointment_section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Appointment_section .Appointment_container {
    padding: 0;
  }
}
.Appointment_section .Appointment_appointment {
  padding: 37px 16px 16px;
  border-radius: 20px;
  background-color: #3f5d00;
  background-size: 173px;
  background-repeat: no-repeat;
  background-position: top 20px right 0;
  background-image: url("/static/images/apment-img.png");
}
@media screen and (min-width: 540px) {
  .Appointment_section .Appointment_appointment {
    background-size: 156px;
  }
}
@media screen and (min-width: 768px) {
  .Appointment_section .Appointment_appointment {
    border-radius: 40px;
    padding: 50px 35px;
    background-position: bottom 0 right 0;
    background-size: 380px;
    background-image: url("/static/images/apment-img-big.png");
  }
}
@media screen and (min-width: 1024px) {
  .Appointment_section .Appointment_appointment {
    background-size: 395px;
  }
}
@media screen and (min-width: 1200px) {
  .Appointment_section .Appointment_appointment {
    background-size: 543px;
  }
}
@media screen and (min-width: 1440px) {
  .Appointment_section .Appointment_appointment {
    padding: 89px 95px 100px;
    background-size: 58%;
    background-position: bottom -2px right 0;
  }
}
@media screen and (min-width: 1570px) {
  .Appointment_section .Appointment_appointment {
    background-size: 50%;
  }
}
@media screen and (min-width: 1770px) {
  .Appointment_section .Appointment_appointment {
    background-size: 40%;
  }
}
@media screen and (min-width: 768px) {
  .Appointment_section .Appointment_appointment__wrap {
    width: 54%;
  }
}
.Appointment_section .Appointment_appointment__wrap .Appointment_title {
  margin-bottom: 15px;
  color: #fff;
  max-width: 54%;
}
@media screen and (min-width: 768px) {
  .Appointment_section .Appointment_appointment__wrap .Appointment_title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .Appointment_section .Appointment_appointment__wrap .Appointment_title {
    margin-bottom: 29px;
  }
}
.Appointment_section .Appointment_appointment__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 22px;
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .Appointment_section .Appointment_appointment__text {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .Appointment_section .Appointment_appointment__text {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 29px;
    max-width: 496px;
  }
}
@media screen and (min-width: 1440px) {
  .Appointment_section .Appointment_appointment__text {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 29px;
    max-width: 496px;
  }
}
@media screen and (min-width: 1920px) {
  .Appointment_section .Appointment_appointment__text {
    max-width: 100%;
  }
}
.Appointment_section .Appointment_appointment__phone {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 13px;
  display: block;
  transition: all 0.4s ease;
}
.Appointment_section .Appointment_appointment__phone:hover {
  color: #9a3a00;
}
@media screen and (min-width: 768px) {
  .Appointment_section .Appointment_appointment__phone {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .Appointment_section .Appointment_appointment__phone {
    font-size: 45px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1440px) {
  .Appointment_section .Appointment_appointment__phone {
    font-size: 60px;
    line-height: 120%;
  }
}
.Appointment_section .Appointment_appointment__label {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 17px 19px 18px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Appointment_section .Appointment_appointment__label {
    display: none;
  }
}
.Appointment_section .Appointment_appointment__labelImg {
  position: relative;
  min-width: 43px;
  height: 43px;
  margin-right: 21px;
}
.Appointment_section .Appointment_appointment__labelImg img {
  min-width: 43px;
  height: 43px;
  display: flex;
  margin-right: 21px;
}
.Appointment_section .Appointment_appointment__labelTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0c5140;
  display: block;
  margin-bottom: 7px;
}
.Appointment_section .Appointment_appointment__labelText {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
}
/* === Breadcrumbs === */
.Breadcrumbs_wrap {
  display: flex;
  width: 90%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Breadcrumbs_wrap {
    padding: 0 35px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .Breadcrumbs_wrap {
    padding: 0 95px;
  }
}

.Breadcrumbs_root {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .Breadcrumbs_root {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .Breadcrumbs_root {
    margin-bottom: 20px;
  }
}
.Breadcrumbs_root.active {
  white-space: normal;
}
.Breadcrumbs_root.active .Breadcrumbs_wrap {
  flex-wrap: wrap;
}

.Breadcrumbs_link {
  color: #212121;
  position: relative;
  padding: 10px 10px 10px 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  transition: all 0.4s ease;
}
.Breadcrumbs_link:hover {
  color: #0c5140;
}
.Breadcrumbs_link::after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.Breadcrumbs_last {
  cursor: default;
  text-decoration: none;
  color: #5a5757;
  margin-top: 2px;
}
.Breadcrumbs_last::after {
  display: none;
}
.Breadcrumbs_last:hover {
  color: #5a5757;
}
@media screen and (max-width: 671px) {
  .Breadcrumbs_last {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* === Certificates === */
@media screen and (max-width: 767px) {
  .Certificates_section .Certificates_container {
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .Certificates_section .Certificates_title {
    width: calc(30% - 50px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Certificates_section .Certificates_title {
    width: calc(35% - 50px);
  }
}
@media screen and (min-width: 1440px) {
  .Certificates_section .Certificates_title {
    width: calc(37% - 55px);
  }
}

@media screen and (min-width: 768px) {
  .Certificates_holder {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .Certificates_holder {
    width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .Certificates_holder {
    width: 63%;
  }
}

.Certificates_wrap {
  flex-direction: column;
  margin-right: -16px;
}
@media screen and (min-width: 768px) {
  .Certificates_wrap {
    flex-direction: row;
    align-items: center;
    padding: 0 35px;
    justify-content: space-between;
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .Certificates_wrap {
    padding: 0 95px;
  }
}

@media screen and (max-width: 767px) {
  .Certificates_slider {
    padding: 0 10% 0 0;
  }
}
@media screen and (max-width: 551px) {
  .Certificates_slider {
    padding: 0 11% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .Certificates_slider {
    padding: 0;
  }
}

.Certificates_slide {
  border-radius: 10px;
  border: 3px solid #eef5f4;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .Certificates_slide {
    height: 100%;
  }
  .Certificates_slide::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    opacity: 0;
    transition: all 0.4s ease;
    background-image: url("/static/images/plus-w.svg"), linear-gradient(0deg, rgba(215, 94, 57, 0.7), rgba(215, 94, 57, 0.7));
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    border: 5px solid #9a3a00;
  }
}
.Certificates_slide:hover::after {
  opacity: 1;
}
/* === CertificatesList === */
@media screen and (max-width: 767px) {
  .CertificatesList_certificates .CertificatesList_container {
    padding: 0;
  }
}

.CertificatesList_holder {
  background-color: #2f61ad;
  border-radius: 0 0 20px 20px;
  padding: 84px 15px 20px;
  margin-top: -73px;
  background-image: url("/static/images/cert-bg.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 80%;
}
@media screen and (min-width: 768px) {
  .CertificatesList_holder {
    margin-top: 0;
    padding: 50px 35px;
    border-radius: 40px;
    background-size: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .CertificatesList_holder {
    background-size: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .CertificatesList_holder {
    padding: 90px 95px 100px;
    background-size: 43%;
  }
}
.CertificatesList_holder h1 {
  color: #fff;
}

.CertificatesList_wrap {
  margin-bottom: -20px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .CertificatesList_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .CertificatesList_wrap {
    margin-bottom: 0;
  }
}

.CertificatesList_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 400;
  cursor: pointer;
}

.CertificatesList_img {
  border: 5px solid #1a478a;
  border-radius: 10px;
  max-width: 290px;
  margin: 0 auto 20px;
  position: relative;
  cursor: pointer;
}
.CertificatesList_img::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  opacity: 0;
  transition: all 0.4s ease;
  background-image: url("/static/images/plus-cert.svg"), linear-gradient(0deg, rgba(47, 97, 173, 0.7), rgba(47, 97, 173, 0.7));
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  border: 5px solid #fff;
}
.CertificatesList_img img {
  border-radius: 6px;
  max-height: 406px;
  max-width: 290px;
}
@media screen and (min-width: 1600px) {
  .CertificatesList_img img {
    max-width: 100%;
    max-height: 100%;
  }
}
.CertificatesList_img.active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  width: 90%;
  max-width: 600px;
  margin: 0;
}
.CertificatesList_img.active img {
  max-width: 100%;
  max-height: 80vh;
}
@media screen and (min-width: 480px) {
  .CertificatesList_img {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 768px) {
  .CertificatesList_img {
    width: calc(25% - 15px);
    margin: 0;
  }
  .CertificatesList_img:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1440px) {
  .CertificatesList_img {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 1600px) {
  .CertificatesList_img {
    max-width: 100%;
  }
}
/* === ContactForm === */
.ContactForm_form {
  width: 100%;
  background: #f8f8f8;
  position: relative;
  padding: 16px;
}
@media screen and (min-width: 672px) {
  .ContactForm_form {
    padding: 0;
  }
}

.ContactForm_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 671px) {
  .ContactForm_title {
    background: #0c5140;
    color: #fff;
    padding: 14px 15px 16px;
    margin-right: 0;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 672px) {
  .ContactForm_title {
    font-size: 18px;
    color: #212121;
  }
}
@media screen and (min-width: 1348px) {
  .ContactForm_title {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

.ContactForm_mistake {
  border: 1px solid #da251c;
  background-color: red;
}
/* === ContactMap === */

/* === ContactsPage === */
@media screen and (max-width: 767px) {
  .ContactsPage_container {
    padding: 0;
  }
}

.ContactsPage_contacts {
  background-color: #5fb7a2;
  overflow: hidden;
  margin-top: -115px;
  padding-top: 83px;
  background-image: url("/static/images/contacts.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 90%;
  margin-bottom: -50px;
}
@media screen and (min-width: 768px) {
  .ContactsPage_contacts {
    border-radius: 40px;
    margin-top: 0;
    background-size: 40%;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .ContactsPage_contacts {
    background-size: 30%;
  }
}

@media screen and (min-width: 768px) {
  .ContactsPage_wrap {
    display: flex;
  }
}

.ContactsPage_holder {
  padding: 45px 16px 0;
}
@media screen and (min-width: 768px) {
  .ContactsPage_holder {
    padding: 50px 35px 0;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .ContactsPage_holder {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .ContactsPage_holder {
    padding: 89px 95px 0;
  }
}

.ContactsPage_mapper {
  padding: 0 15px 100px;
  background: #0c5140;
}
@media screen and (min-width: 768px) {
  .ContactsPage_mapper {
    padding: 0;
    width: 50%;
    background: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .ContactsPage_mapper {
    width: 60%;
  }
}

.ContactsPage_map {
  width: 100%;
  height: 512px;
  filter: drop-shadow(0 5px 20px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ContactsPage_map {
    width: 100%;
    height: 554px;
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ContactsPage_map {
    height: 580px;
  }
}
@media screen and (min-width: 1440px) {
  .ContactsPage_map {
    height: 758px;
  }
}

.ContactsPage_title {
  color: #fff;
}

.ContactsPage_text {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 9px;
  display: block;
}

.ContactsPage_sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  display: block;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .ContactsPage_sub {
    max-width: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .ContactsPage_sub {
    max-width: 340px;
  }
}
@media screen and (min-width: 1440px) {
  .ContactsPage_sub {
    margin-bottom: 45px;
    max-width: 336px;
  }
}

.ContactsPage_email a {
  margin-bottom: 41px;
}
@media screen and (min-width: 1440px) {
  .ContactsPage_email a {
    margin-bottom: 60px;
  }
}

.ContactsPage_num {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 19px;
  display: block;
}
@media screen and (min-width: 1440px) {
  .ContactsPage_num {
    margin-bottom: 45px;
  }
}

.ContactsPage_time {
  background: #0c5140;
  padding: 31px 15px;
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .ContactsPage_time {
    margin: 0 -35px;
    padding: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .ContactsPage_time {
    padding: 45px 95px;
    margin: 0 -95px;
  }
}
.ContactsPage_time data {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  position: relative;
  display: block;
}
@media screen and (min-width: 480px) {
  .ContactsPage_time data {
    max-width: 365px;
  }
}
@media screen and (min-width: 768px) {
  .ContactsPage_time data {
    max-width: 210px;
  }
}
.ContactsPage_time data::after {
  position: absolute;
  content: "";
  background-image: url("/static/images/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 247px;
  height: 89px;
  bottom: -37px;
  left: 74px;
}
@media screen and (min-width: 480px) {
  .ContactsPage_time data::after {
    left: 189px;
  }
}
@media screen and (min-width: 768px) {
  .ContactsPage_time data::after {
    left: 61px;
    bottom: -36px;
  }
}
@media screen and (min-width: 1440px) {
  .ContactsPage_time data::after {
    width: 332px;
    height: 119px;
    left: 73px;
    bottom: -45px;
  }
}
/* === Cookies === */
.Cookies_cookie {
  background: #fff;
  box-shadow: 0 20px 60px rgba(51, 93, 83, 0.2);
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  padding: 10px 8px;
  z-index: 950;
  max-width: 296px;
  left: 12px;
  right: 12px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .Cookies_cookie {
    max-width: 712px;
    padding: 12px;
    bottom: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .Cookies_cookie {
    max-width: 872px;
    padding: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .Cookies_cookie {
    max-width: 1110px;
  }
}
@media screen and (min-width: 1920px) {
  .Cookies_cookie {
    padding: 20px;
    max-width: 1253px;
  }
}
.Cookies_cookie.active {
  display: flex;
}
.Cookies_cookie .Cookies_btn {
  white-space: nowrap;
  max-width: 105px;
}
@media screen and (min-width: 1024px) {
  .Cookies_cookie .Cookies_btn {
    max-width: 100%;
  }
}

.Cookies_message {
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .Cookies_message {
    margin: 0 14px;
  }
}
@media screen and (min-width: 1440px) {
  .Cookies_message {
    font-size: 14px;
    line-height: 18px;
    margin: 0 25px;
  }
}
@media screen and (min-width: 1920px) {
  .Cookies_message {
    font-size: 16px;
    line-height: 24px;
  }
}
.Cookies_message span {
  display: none;
}
@media screen and (min-width: 768px) {
  .Cookies_message span {
    display: initial;
  }
}

.Cookies_img svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .Cookies_img svg {
    width: 37px;
    height: 37px;
  }
}
@media screen and (min-width: 1440px) {
  .Cookies_img svg {
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width: 1920px) {
  .Cookies_img svg {
    width: 61px;
    height: 61px;
  }
}

.Cookies_wrap {
  display: flex;
  align-items: center;
}
/* === Counters === */
.Counters_section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Counters_section .Counters_container {
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .Counters_section .Counters_slider {
    padding: 0 10% 0 0;
  }
}
@media screen and (max-width: 551px) {
  .Counters_section .Counters_slider {
    padding: 0 20% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .Counters_section .Counters_slider {
    padding: 10px 35px;
  }
}
@media screen and (min-width: 1440px) {
  .Counters_section .Counters_slider {
    padding: 0 95px;
  }
}
@media screen and (min-width: 768px) {
  .Counters_section .Counters_title {
    display: none;
  }
}
.Counters_section .Counters_wrapper {
  background-color: #5fb7a2;
  border-radius: 10px;
  height: 155px;
  padding: 8px 12px 12px 8px;
  background-image: url("/static/images/count-bg-small.png");
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: contain;
}
@media screen and (min-width: 375px) {
  .Counters_section .Counters_wrapper {
    height: 138px;
  }
}
@media screen and (min-width: 450px) {
  .Counters_section .Counters_wrapper {
    height: 123px;
  }
}
@media screen and (min-width: 768px) {
  .Counters_section .Counters_wrapper {
    height: 100%;
    background-image: url("/static/images/count-bg.png");
    background-size: 284px;
    background-position: bottom -5px right -5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .Counters_section .Counters_wrapper {
    padding: 30px;
    background-size: 400px;
    background-position: bottom -20px right -20px;
  }
}
@media screen and (min-width: 1200px) {
  .Counters_section .Counters_wrapper {
    background-size: 360px;
    background-position: bottom 0 right 0;
  }
}
@media screen and (min-width: 768px) {
  .Counters_section .Counters_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    width: 103%;
  }
}
@media screen and (min-width: 1024px) {
  .Counters_section .Counters_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
  }
}
.Counters_section .Counters_wrap .Counters_first {
  display: none;
}
@media screen and (min-width: 768px) {
  .Counters_section .Counters_wrap .Counters_first {
    display: flex;
  }
  .Counters_section .Counters_wrap .Counters_first .Counters_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    background-color: transparent;
    background-image: none;
  }
}

@media screen and (min-width: 768px) {
  .Counters_counters {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .Counters_counters {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.3333%;
  }
}
.Counters_counters__img {
  position: relative;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .Counters_counters__img {
    min-width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .Counters_counters__img {
    min-width: 70px;
    height: 70px;
  }
}
.Counters_counters__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 3px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .Counters_counters__title {
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 16px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .Counters_counters__title {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 6px;
    margin-top: 0;
  }
}
.Counters_counters__title span {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .Counters_counters__title span {
    font-size: 25px;
    line-height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .Counters_counters__title span {
    font-size: 35px;
    line-height: 100%;
  }
}
.Counters_counters__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  white-space: pre-line;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .Counters_counters__text {
    font-size: 16px;
    line-height: 120%;
  }
}

.Counters_head {
  color: #212121;
  margin-bottom: 0;
  white-space: pre-line;
}
/* === DoctorPage === */
.DoctorPage_wrap {
  padding: 45px 16px 170px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .DoctorPage_wrap {
    display: flex;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .DoctorPage_top {
    display: flex;
  }
}

.DoctorPage_main h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .DoctorPage_main h1 {
    position: absolute;
    top: 58px;
    left: 135px;
    max-width: 113px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .DoctorPage_main h1 {
    font-size: 25px;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_main h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_main h1 {
    font-size: 50px;
    margin-bottom: 34px;
  }
}

.DoctorPage_img {
  display: flex;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 1;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.DoctorPage_img::after {
  content: "";
  position: absolute;
  width: 184px;
  height: 184px;
  left: -42px;
  top: -42px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .DoctorPage_img::after {
    width: 432px;
    height: 432px;
    left: -88px;
    top: -88px;
  }
}
.DoctorPage_img::before {
  content: "";
  position: absolute;
  width: 274px;
  height: 274px;
  left: -87px;
  top: -87px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  z-index: -2;
}
@media screen and (min-width: 1200px) {
  .DoctorPage_img::before {
    width: 612px;
    height: 612px;
    left: -178px;
    top: -178px;
  }
}
.DoctorPage_img img {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .DoctorPage_img {
    margin-bottom: 0;
    margin-right: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorPage_img {
    min-width: 255px;
    max-width: 255px;
    height: 255px;
    margin-right: 34px;
  }
}

@media screen and (min-width: 768px) {
  .DoctorPage_left {
    padding: 50px 35px;
    overflow: hidden;
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_left {
    padding: 89px 95px 100px;
    width: 66%;
  }
}

.DoctorPage_right {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 22px 20px;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .DoctorPage_right {
    padding: 50px 35px;
    overflow: hidden;
    width: 40%;
    background: #2f61ad;
    border-radius: 0 40px 40px 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_right {
    padding: 89px 95px 100px 39px;
    width: 34%;
  }
}
.DoctorPage_right small {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .DoctorPage_right small {
    color: #fff;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_right small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_right small {
    font-size: 20px;
  }
}
.DoctorPage_right ul li {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 120%;
  color: #212121;
  padding-left: 15px;
  position: relative;
}
.DoctorPage_right ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d75e39;
}
@media screen and (min-width: 768px) {
  .DoctorPage_right ul li::before {
    width: 6px;
    height: 6px;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .DoctorPage_right ul li {
    color: #fff;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_right ul li {
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}

.DoctorPage_wrapper {
  background-color: #e2eeff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .DoctorPage_wrapper {
    border-radius: 40px;
    overflow: hidden;
  }
}

.DoctorPage_doctors {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .DoctorPage_doctors .DoctorPage_container {
    padding: 0;
  }
}

.DoctorPage_holder {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.DoctorPage_holder svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 8px;
}
.DoctorPage_holder span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .DoctorPage_holder span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_holder span {
    font-size: 20px;
  }
}
.DoctorPage_holder:last-child {
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1440px) {
  .DoctorPage_holder:last-child {
    margin-top: 23px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .DoctorPage_banner {
    position: absolute;
    bottom: 45px;
    left: 16px;
    right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .DoctorPage_banner {
    background: #9a3a00;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_banner {
    padding: 28px 32px;
  }
}
.DoctorPage_banner a {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .DoctorPage_banner a {
    color: #fff;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_banner a {
    font-size: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_banner a {
    font-size: 30px;
  }
}
.DoctorPage_banner p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .DoctorPage_banner p {
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_banner p {
    font-size: 18px;
    margin-top: 21px;
  }
}

.DoctorPage_svg {
  background: #f08160;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DoctorPage_svg svg {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .DoctorPage_svg {
    width: 39px;
    height: 39px;
    margin-right: 21px;
  }
  .DoctorPage_svg svg {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .DoctorPage_info {
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 3px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorPage_info {
    margin-top: 45px;
    position: relative;
    z-index: 2;
    padding: 20px 20px 8px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_info {
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 32px 61px 11px 40px;
  }
}
.DoctorPage_info p {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1024px) {
  .DoctorPage_info p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorPage_info p {
    font-size: 20px;
    line-height: 150%;
  }
}
/* === Doctors === */
.Doctors_section {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Doctors_section .Doctors_container {
    padding: 0;
  }
}
.Doctors_section .Doctors_title {
  max-width: 190px;
}
@media screen and (min-width: 690px) {
  .Doctors_section .Doctors_title {
    max-width: 100%;
  }
}
.Doctors_section .Doctors_content {
  background-color: #e2eeff;
  border-radius: 20px;
  padding: 45px 16px 40px;
}
@media screen and (min-width: 768px) {
  .Doctors_section .Doctors_content {
    border-radius: 40px;
    padding: 50px 35px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_section .Doctors_content {
    padding: 89px 95px 100px;
  }
}

.Doctors_info {
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .Doctors_info {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
  }
}

.Doctors_more {
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  color: #212121;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.Doctors_more::after {
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("/static/images/arr-dn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 4px;
  transition: all 0.4s ease;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .Doctors_more {
    display: none;
  }
}

.Doctors_img {
  min-width: 100px;
  margin-right: 20px;
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 23px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .Doctors_img {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_img {
    min-width: 210px;
    margin-right: 23px;
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
  }
}

.Doctors_name {
  position: absolute;
  height: 100px;
  display: flex;
  align-items: center;
  max-width: 93px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  top: 20px;
  left: 138px;
}
@media screen and (min-width: 450px) {
  .Doctors_name {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .Doctors_name {
    position: relative;
    height: auto;
    margin-bottom: 28px;
    font-size: 22px;
    left: 0;
    top: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_name {
    font-size: 30px;
    line-height: 120%;
  }
}

.Doctors_sub {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .Doctors_sub {
    font-size: 18px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_sub {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 23px;
  }
}
.Doctors_sub svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: flex;
  margin-right: 8px;
}

.Doctors_holder {
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Doctors_holder {
    flex-direction: row;
  }
}

.Doctors_card {
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .Doctors_card {
    padding: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_card {
    padding: 70px 65px 65px;
    margin-bottom: 70px;
  }
}
.Doctors_card__holder {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .Doctors_card__holder {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .Doctors_card__info {
    max-width: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_card__info {
    max-width: 44%;
  }
}
.Doctors_card__text {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .Doctors_card__text {
    background: #eef5f4;
    border-radius: 10px;
    padding: 20px;
    margin-left: 47px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .Doctors_card__text {
    padding: 32px 45px 31px 40px;
    margin-bottom: 30px;
  }
}
.Doctors_card__text p {
  margin-bottom: 12px;
}
.Doctors_card__wrap {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .Doctors_card__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.Doctors_card__list {
  transition: all 0.4s ease;
  background: #eef5f4;
  border-radius: 10px;
  padding: 15px 13px;
  cursor: pointer;
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .Doctors_card__list {
    padding: 16px 0 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #afd3cb;
  }
}
@media screen and (min-width: 1200px) {
  .Doctors_card__list {
    padding: 30px 0 0;
  }
}
.Doctors_card__list.active .Doctors_info {
  max-height: 800px;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
.Doctors_card__list.active .Doctors_more::after {
  transform: rotate(-180deg);
  top: 3px;
}
@media screen and (min-width: 768px) {
  .Doctors_card__list ul {
    display: block;
    column-count: 2;
    gap: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_card__list ul {
    margin-bottom: -15px;
    gap: 122px;
  }
}
.Doctors_card__list ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #212121;
  width: 100%;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Doctors_card__list ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_card__list ul li {
    padding-left: 27px;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
.Doctors_card__list ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #9a3a00;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .Doctors_card__list ul li::before {
    background: #0c5140;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_card__list ul li::before {
    width: 6px;
    height: 6px;
  }
}

.Doctors_slider {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .Doctors_slider {
    justify-content: space-between;
    position: relative;
    margin-bottom: -25px;
  }
}
.Doctors_slider .Doctors_head__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 17px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .Doctors_slider .Doctors_head__title {
    margin-bottom: 0;
    margin-top: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .Doctors_slider .Doctors_head__title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 58px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_slider .Doctors_head__title {
    font-size: 30px;
    line-height: 120%;
  }
}
@media screen and (min-width: 768px) {
  .Doctors_slider {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .Doctors_box {
    padding: 0 10% 0 0;
  }
}
@media screen and (max-width: 551px) {
  .Doctors_box {
    padding: 0 11% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .Doctors_box {
    padding: 0;
    width: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_box {
    width: 78%;
  }
}
.Doctors_box__btnNext, .Doctors_box__btnPrev {
  width: 37px;
  height: 28px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .Doctors_box__btnNext, .Doctors_box__btnPrev {
    display: flex;
    top: auto;
    bottom: 35px;
  }
}
.Doctors_box__btnNext svg, .Doctors_box__btnPrev svg {
  width: 27px;
  height: 18px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .Doctors_box__btnPrev {
    left: 99px;
  }
}
@media screen and (min-width: 1024px) {
  .Doctors_box__btnPrev {
    left: 122px;
  }
}
.Doctors_box__card {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .Doctors_box__card {
    border-radius: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .Doctors_box__card {
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .Doctors_box__card {
    padding: 30px;
  }
}
.Doctors_box__card .Doctors_img {
  min-width: 70px;
  height: 70px;
  max-width: 70px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .Doctors_box__card .Doctors_img {
    min-width: 100px;
    height: 100px;
    max-width: 100px;
  }
}
.Doctors_box__card .Doctors_name {
  position: relative;
  left: 0;
  top: 0;
  max-width: 100%;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 10px;
  height: 43px;
}
@media screen and (min-width: 1024px) {
  .Doctors_box__card .Doctors_name {
    font-size: 16px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .Doctors_box__card .Doctors_name {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .Doctors_box__card .Doctors_name {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .Doctors_box .Doctors_sub svg {
    display: none;
  }
}
.Doctors_box .Doctors_sub span {
  margin: 0 3px;
}
.Doctors_box .Doctors_sub {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #5a5757;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .Doctors_box .Doctors_sub {
    font-size: 14px;
    line-height: 120%;
    color: #212121;
  }
}

@media screen and (min-width: 768px) {
  .Doctors_pagination {
    display: block;
    width: auto !important;
    left: 41px !important;
    bottom: 52px !important;
  }
}
@media screen and (min-width: 1024px) {
  .Doctors_pagination {
    left: 53px !important;
  }
}

@media screen and (min-width: 768px) {
  .Doctors_swiper-pagination-current {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #212121;
  }
}

@media screen and (min-width: 768px) {
  .Doctors_swiper-pagination-total {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #212121;
  }
}

.swiper-slide {
  min-height: 218px;
}

.swiper {
  overflow: visible;
}
.swiper::before {
  content: "";
  height: 120%;
  position: absolute;
  width: 16px;
  background-color: #e2eeff;
  left: -16px;
  top: -22px;
  z-index: 5;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .swiper::before {
    content: "";
    height: 107%;
    position: absolute;
    width: 26px;
    background-color: transparent;
    left: 18%;
    top: 0;
    z-index: 5;
    bottom: 0;
    right: -29px;
    /* background-image: url("/static/images/slider-bg-left.png"); */
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  .swiper::before {
    left: 22%;
  }
}
@media screen and (min-width: 768px) {
  .swiper::after {
    content: "";
    position: absolute;
    width: 26px;
    /* background-image: url("/static/images/slider-bg.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    left: auto;
    top: 11px;
    z-index: 5;
    bottom: 0;
    right: -26px;
    height: 94%;
  }
}
@media screen and (min-width: 1024px) {
  .swiper::after {
    height: 96%;
  }
}
@media screen and (min-width: 1440px) {
  .swiper::after {
    height: 97%;
  }
}
@media screen and (min-width: 768px) {
  .swiper {
    overflow: hidden;
    padding: 25px;
    margin-left: 0;
    margin-right: -25px;
    position: static;
  }
}
/* === DoctorsItem === */
.DoctorsItem_holder {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_holder {
    flex-direction: row;
  }
}

.DoctorsItem_img {
  min-width: 100px;
  margin-right: 20px;
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 23px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .DoctorsItem_img {
    min-width: 150px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_img {
    min-width: 210px;
    margin-right: 23px;
    width: 210px;
    height: 210px;
    margin-bottom: 30px;
  }
}

.DoctorsItem_sub {
  display: flex;
  align-items: center;
  line-height: 120%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  color: #5a5757;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_sub {
    font-size: 14px;
    line-height: 120%;
    color: #212121;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_sub {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 23px;
  }
}
.DoctorsItem_sub svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: flex;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .DoctorsItem_sub svg {
    display: none;
  }
}
.DoctorsItem_sub span {
  margin: 0 3px;
}

.DoctorsItem_card {
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_card {
    padding: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_card {
    padding: 70px 65px 65px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__info {
    max-width: 51%;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_card__info {
    max-width: 44%;
  }
}
.DoctorsItem_card__text {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__text {
    background: #eef5f4;
    border-radius: 10px;
    padding: 20px;
    margin-left: 47px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_card__text {
    padding: 32px 45px 31px 40px;
    margin-bottom: 30px;
  }
}
.DoctorsItem_card__text p {
  margin-bottom: 12px;
}
.DoctorsItem_card__wrap {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.DoctorsItem_card__list {
  transition: all 0.4s ease;
  background: #eef5f4;
  border-radius: 10px;
  padding: 15px 13px;
  cursor: pointer;
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__list {
    padding: 16px 0 0;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid #afd3cb;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_card__list {
    padding: 30px 0 0;
  }
}
.DoctorsItem_card__list.active .DoctorsItem_info {
  max-height: 800px;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
.DoctorsItem_card__list.active .DoctorsItem_more::after {
  transform: rotate(-180deg);
  top: 3px;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__list ul {
    display: block;
    column-count: 2;
    gap: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_card__list ul {
    margin-bottom: -15px;
    gap: 122px;
  }
}
.DoctorsItem_card__list ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #212121;
  width: 100%;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__list ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_card__list ul li {
    padding-left: 27px;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
.DoctorsItem_card__list ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #9a3a00;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_card__list ul li::before {
    background: #0c5140;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_card__list ul li::before {
    width: 6px;
    height: 6px;
  }
}

.DoctorsItem_title {
  position: absolute;
  height: 100px;
  display: flex;
  align-items: center;
  max-width: 93px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  top: 20px;
  left: 138px;
}
@media screen and (min-width: 450px) {
  .DoctorsItem_title {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .DoctorsItem_title {
    position: relative;
    height: auto;
    margin-bottom: 28px;
    font-size: 22px;
    left: 0;
    top: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_title {
    font-size: 30px;
    line-height: 120%;
  }
}

.DoctorsItem_link {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #9a3a00;
  margin-top: 18px;
}
.DoctorsItem_link svg {
  width: 19px;
  height: 10px;
  display: flex;
  margin-left: 8px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .DoctorsItem_link {
    font-size: 16px;
    line-height: 10px;
    color: #212121;
    font-weight: 700;
    height: 40px;
    border: 2px solid #9a3a00;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .DoctorsItem_link:hover {
    background: #9a3a00;
    color: #fff;
  }
  .DoctorsItem_link svg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .DoctorsItem_box {
    padding: 0 10% 0 0;
  }
}
@media screen and (max-width: 551px) {
  .DoctorsItem_box {
    padding: 0 11% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .DoctorsItem_box {
    padding: 0;
    width: 81%;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_box {
    width: 78%;
  }
}
.DoctorsItem_box__card {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .DoctorsItem_box__card {
    border-radius: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_box__card {
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsItem_box__card {
    padding: 30px;
  }
}
.DoctorsItem_box__card .DoctorsItem_wrapper {
  transition: all 0.4s ease;
  margin-bottom: 9px;
  min-width: 70px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .DoctorsItem_box__card .DoctorsItem_wrapper {
    margin-bottom: 16px;
    border-radius: 105px;
    position: relative;
    min-width: 100px;
  }
  .DoctorsItem_box__card .DoctorsItem_wrapper::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 18px;
    background-image: url("/static/images/arr-slide.svg");
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorsItem_box__card:hover .DoctorsItem_wrapper {
    background-color: rgba(215, 94, 57, 0.1019607843);
  }
  .DoctorsItem_box__card:hover .DoctorsItem_wrapper::after {
    opacity: 1;
  }
}
.DoctorsItem_box__card .DoctorsItem_holder {
  flex-direction: column;
  width: 100%;
}
.DoctorsItem_box__card .DoctorsItem_img {
  min-width: 70px;
  height: 70px;
  max-width: 70px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .DoctorsItem_box__card .DoctorsItem_img {
    min-width: 100px;
    height: 100px;
    max-width: 100px;
  }
}
.DoctorsItem_box__card .DoctorsItem_title {
  position: relative;
  left: 0;
  top: 0;
  max-width: 100%;
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 10px;
  height: 43px;
}
@media screen and (min-width: 1024px) {
  .DoctorsItem_box__card .DoctorsItem_title {
    font-size: 16px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_box__card .DoctorsItem_title {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorsItem_box__card .DoctorsItem_title {
    margin-bottom: 28px;
  }
}

.DoctorsItem_text {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
  text-overflow: ellipsis;
}
/* === DoctorsPage === */
@media screen and (max-width: 767px) {
  .DoctorsPage_doctors .DoctorsPage_container {
    padding: 0;
  }
}
.DoctorsPage_doctors .DoctorsPage_wrapper {
  background-color: #e2eeff;
  border-radius: 20px;
  padding: 45px 16px 40px;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_doctors .DoctorsPage_wrapper {
    border-radius: 40px;
    padding: 50px 35px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsPage_doctors .DoctorsPage_wrapper {
    padding: 89px 95px 100px;
  }
}

.DoctorsPage_head {
  margin-left: -26px;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 39px;
    margin-left: -59px;
    width: calc(100% + 59px);
  }
}
@media screen and (min-width: 1024px) {
  .DoctorsPage_head {
    margin-left: -92px;
    width: calc(100% + 92px);
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsPage_head {
    margin-left: -164px;
    width: calc(100% + 164px);
    margin-bottom: 0;
  }
}
.DoctorsPage_head p {
  margin-left: 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_head p {
    font-size: 16px;
    margin-left: 0;
    width: 424px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsPage_head p {
    width: 437px;
  }
}

.DoctorsPage_img {
  position: relative;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  margin-bottom: 9px;
  border-radius: 50%;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1024px) {
  .DoctorsPage_img {
    margin-bottom: 16px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}
.DoctorsPage_img span {
  min-width: 70px;
  max-width: 70px;
  max-height: 70px;
}
@media screen and (min-width: 1024px) {
  .DoctorsPage_img span {
    min-width: 100px;
    max-width: 100px;
    max-height: 100px;
  }
}

.DoctorsPage_wrap {
  display: flex;
  align-items: center;
}
.DoctorsPage_wrap svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_wrap svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: flex;
    margin-right: 8px;
  }
}
.DoctorsPage_wrap span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #5a5757;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_wrap span {
    color: #212121;
  }
}
.DoctorsPage_wrap:last-child span {
  margin-top: 10px;
}

.DoctorsPage_link a {
  display: flex;
  align-items: center;
  color: #d75e39;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-top: 28px;
}
.DoctorsPage_link a svg {
  min-width: 20px;
  max-width: 20px;
  height: 10px;
  margin-top: 2px;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_link a {
    color: #212121;
    font-size: 16px;
    line-height: 10px;
    font-weight: 700;
    padding: 15px 25px;
    border: 2px solid #9a3a00;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  .DoctorsPage_link a svg {
    display: none;
  }
  .DoctorsPage_link a:hover {
    background-color: #9a3a00;
    color: #fff;
    border: 2px solid #9a3a00;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorsPage_link a {
    margin-top: 33px;
  }
}

.DoctorsPage_box {
  transition: all 0.4s ease;
  margin-bottom: 9px;
  min-width: 70px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .DoctorsPage_box {
    margin-bottom: 16px;
    border-radius: 105px;
    position: relative;
    min-width: 100px;
  }
  .DoctorsPage_box::after {
    position: absolute;
    content: "";
    width: 27px;
    height: 18px;
    background-image: url("/static/images/arr-slide.svg");
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s ease;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.DoctorsPage_card {
  width: calc(50% - 5px);
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_card {
    width: calc(33.3333% - 12px);
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorsPage_card {
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .DoctorsPage_card:hover .DoctorsPage_box {
    background-color: rgba(215, 94, 57, 0.1019607843);
  }
  .DoctorsPage_card:hover .DoctorsPage_box::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsPage_card {
    padding: 30px;
    width: calc(25% - 20px);
    margin-bottom: 30px;
  }
}

.DoctorsPage_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .DoctorsPage_holder {
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 1440px) {
  .DoctorsPage_holder {
    margin-bottom: -30px;
  }
}

.DoctorsPage_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 10px;
  min-height: 57px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .DoctorsPage_title {
    min-height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .DoctorsPage_title {
    font-size: 18px;
    margin-bottom: 19px;
    min-height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .DoctorsPage_title {
    min-height: 43px;
  }
}
/* === Faq === */
.Faq_section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Faq_section .Faq_container {
    padding: 0;
  }
}
.Faq_section .Faq_title {
  max-width: 190px;
}
@media screen and (min-width: 690px) {
  .Faq_section .Faq_title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .Faq_section .Faq_title {
    margin-bottom: 42px;
  }
}
.Faq_section .Faq_holder {
  background-color: #eef5f4;
  border-radius: 20px;
  padding: 45px 16px 40px;
  background-image: url("/static/images/faq-bg.svg");
  background-repeat: no-repeat;
  background-size: 39%;
  background-position: top 32px right -20px;
}
@media screen and (min-width: 690px) {
  .Faq_section .Faq_holder {
    background-position: top 32px right 20px;
  }
}
@media screen and (min-width: 768px) {
  .Faq_section .Faq_holder {
    border-radius: 40px;
    padding: 50px 35px;
    background-size: 22%;
  }
}
@media screen and (min-width: 1440px) {
  .Faq_section .Faq_holder {
    padding: 89px 95px 100px;
    background-position: top 33px right 49px;
    background-size: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .Faq_section .Faq_holder {
    background-size: 27%;
  }
}
@media screen and (min-width: 1920px) {
  .Faq_section .Faq_holder {
    background-size: 22%;
  }
}

.Faq_faq {
  width: 100%;
}
.Faq_faq__item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Faq_faq__item {
    margin-bottom: 20px;
  }
}
.Faq_faq__item.active {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.Faq_faq__title {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #212121;
  padding: 10px 45px 10px 10px;
  transition: all 0.4s ease;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .Faq_faq__title {
    font-size: 16px;
    line-height: 120%;
    padding: 18px 57px 18px 27px;
  }
}
@media screen and (min-width: 1024px) {
  .Faq_faq__title {
    font-size: 20px;
    line-height: 120%;
    padding: 18px 77px 18px 27px;
  }
}
.Faq_faq__title.active {
  background-color: #5fb7a2;
  color: #fff;
}
.Faq_faq__title.active::after {
  background-image: url("/static/images/minus.svg");
}
.Faq_faq__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/images/plus.svg");
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .Faq_faq__title::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .Faq_faq__title::after {
    width: 22px;
    height: 22px;
  }
}
.Faq_faq__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #212121;
  padding: 17px 24px 21px 20px;
  margin-top: -38px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .Faq_faq__content {
    font-size: 14px;
    line-height: 150%;
    padding: 33px 48px 42px;
    margin-top: -75px;
  }
}
@media screen and (min-width: 1024px) {
  .Faq_faq__content {
    font-size: 16px;
    line-height: 150%;
  }
}
.Faq_faq__content.active {
  max-height: 500px;
  margin-top: 0;
  opacity: 1;
}
/* === Footer === */
.Footer_footer {
  width: 100%;
  position: relative;
}
.Footer_footer__holder {
  background: #eef5f4;
  border-radius: 20px;
  padding: 50px 15px 45px;
}
@media screen and (max-width: 767px) {
  .Footer_footer__holder {
    margin: 0 -16px;
  }
}
@media screen and (min-width: 768px) {
  .Footer_footer__holder {
    padding: 50px 35px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .Footer_footer__holder {
    padding: 50px 95px;
  }
}
@media screen and (min-width: 768px) {
  .Footer_footer__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .Footer_footer__wrapper {
    flex-direction: row;
  }
}
/* === FooterBottom === */
.FooterBottom_bottom {
  margin-bottom: 23px;
  margin-top: 19px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .FooterBottom_bottom {
    margin-bottom: 33px;
    margin-top: 29px;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1024px) {
  .FooterBottom_bottom {
    margin-bottom: 33px;
    margin-top: 29px;
  }
}
@media screen and (min-width: 1440px) {
  .FooterBottom_bottom {
    padding: 0 95px;
  }
}
.FooterBottom_bottom p {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #5a5757;
}
.FooterBottom_bottom__wrap {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .FooterBottom_bottom__wrap {
    display: block;
    margin-top: 0;
  }
}
.FooterBottom_bottom__icons {
  margin-top: 10px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .FooterBottom_bottom__icons {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .FooterBottom_bottom__icons {
    margin-top: 10px;
    margin-left: -5px;
  }
}
.FooterBottom_bottom__icon {
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5a5757;
  margin-left: 5px;
}
.FooterBottom_bottom__icon svg {
  width: 10px;
  height: 10px;
  display: flex;
}
.FooterBottom_bottom__icon:first-child svg {
  width: 12px;
}
.FooterBottom_bottom__text {
  margin-bottom: 14px;
  text-align: center;
  max-width: 241px;
}
.FooterBottom_bottom__text:nth-child(2) {
  margin-bottom: 0;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .FooterBottom_bottom__text:nth-child(2) {
    width: 100%;
    margin: 0 7% 0 4%;
  }
}
@media screen and (min-width: 1200px) {
  .FooterBottom_bottom__text:nth-child(2) {
    width: 100%;
    margin: 0 11%;
  }
}
@media screen and (min-width: 1348px) {
  .FooterBottom_bottom__text:nth-child(2) {
    width: 52%;
    margin: 0 10% 0 5%;
  }
}
@media screen and (min-width: 1440px) {
  .FooterBottom_bottom__text:nth-child(2) {
    width: 47%;
    margin: 0 12% 0 9%;
  }
}
@media screen and (min-width: 1700px) {
  .FooterBottom_bottom__text:nth-child(2) {
    width: 40%;
  }
}
@media screen and (min-width: 1920px) {
  .FooterBottom_bottom__text:nth-child(2) {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .FooterBottom_bottom__text {
    text-align: start;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .FooterBottom_bottom__text {
    max-width: 164px;
  }
}
.FooterBottom_bottom__about {
  margin-bottom: 0;
  margin-right: 11px;
}
@media screen and (min-width: 768px) {
  .FooterBottom_bottom__about {
    margin-right: 0;
  }
}
.FooterBottom_bottom > div > div > a:nth-child(2) > svg,
.FooterBottom_bottom > div > div > a:nth-child(4) > svg {
  margin-left: 1px;
}
/* === FooterLabels === */
.FooterLabels_labels {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .FooterLabels_labels {
    flex-direction: row;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1348px) {
  .FooterLabels_labels {
    margin-top: 30px;
  }
}

.FooterLabels_card {
  background: #eef5f4;
  border-radius: 5px;
  height: 30px;
  width: 49px;
  margin-right: 10px;
  padding: 4px 6px;
}
.FooterLabels_card:last-child {
  margin-right: 0;
}
.FooterLabels_card img {
  min-width: 35px;
  max-height: 27px;
}

.FooterLabels_label {
  background: #fff;
  border-radius: 10px;
  padding: 15px 32px 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .FooterLabels_label {
    flex-flow: wrap;
    flex-direction: row;
    height: 109px;
    padding: 18px 32px 18px 27px;
  }
}
@media screen and (min-width: 1200px) {
  .FooterLabels_label {
    height: 84px;
  }
}
.FooterLabels_label img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.FooterLabels_label__img {
  margin-top: 13px;
  position: relative;
}
.FooterLabels_label__img img {
  min-width: 127px;
  max-height: 20px;
}
.FooterLabels_label__img:last-child img {
  min-width: 168px;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .FooterLabels_label__img {
    margin-top: 0;
  }
}

.FooterLabels_title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .FooterLabels_title {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .FooterLabels_title {
    width: auto;
  }
}

.FooterLabels_label1 {
  width: 100%;
}
.FooterLabels_label1 .FooterLabels_title {
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .FooterLabels_label1 {
    width: 42%;
  }
  .FooterLabels_label1 .FooterLabels_title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .FooterLabels_label1 {
    width: 41%;
  }
  .FooterLabels_label1 .FooterLabels_title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1348px) {
  .FooterLabels_label1 {
    width: 40%;
  }
}

.FooterLabels_label2 {
  width: 100%;
  margin-top: 20px;
}
.FooterLabels_label2 .FooterLabels_title {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .FooterLabels_label2 {
    width: calc(60% - 22px);
    margin-top: 0;
  }
  .FooterLabels_label2 .FooterLabels_title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .FooterLabels_label2 {
    width: calc(60% - 31px);
    margin-top: 0;
  }
}
@media screen and (min-width: 1348px) {
  .FooterLabels_label2 {
    width: calc(60% - 31px);
  }
}
/* === FooterMain === */
@media screen and (min-width: 768px) {
  .FooterMain_navlink {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    margin-bottom: 12px;
    transition: all 0.4s ease;
    display: block;
  }
  .FooterMain_navlink:hover {
    color: #0c5140;
  }
}

.FooterMain_num {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #212121;
  display: block;
  transition: all 0.4s ease;
}
.FooterMain_num:hover {
  color: #0c5140;
}
@media screen and (min-width: 768px) {
  .FooterMain_num {
    font-size: 24px;
    line-height: 150%;
    text-align: start;
  }
}

.FooterMain_wrap {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .FooterMain_wrap {
    display: block;
    column-count: 2;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .FooterMain_wrap {
    column-count: unset;
  }
}

.FooterMain_main {
  display: block;
}
@media screen and (min-width: 1024px) {
  .FooterMain_main {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .FooterMain_main {
    width: 23%;
  }
}
@media screen and (min-width: 1600px) {
  .FooterMain_main {
    width: 20%;
  }
}

.FooterMain_logo {
  margin-bottom: 27px;
  justify-content: center;
  min-width: 42px;
  height: 33px;
  display: flex;
  margin-right: 11px;
}
.FooterMain_logo img {
  max-width: 100%;
  width: 100%;
  min-width: 42px;
  height: 33px;
}
.FooterMain_logo span {
  min-width: 36px;
  max-width: 100%;
  width: 100%;
  height: 50px;
  display: block;
}
@media screen and (min-width: 768px) {
  .FooterMain_logo span {
    min-width: 43px;
  }
}
@media screen and (min-width: 768px) {
  .FooterMain_logo {
    justify-content: flex-start;
  }
}

.FooterMain_image {
  width: 36px;
}
@media screen and (min-width: 768px) {
  .FooterMain_image {
    width: 43px;
  }
}

.FooterMain_info {
  margin-left: 11px;
}
.FooterMain_info__title {
  display: block;
  color: #212121;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.FooterMain_info__text {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  display: block;
  color: #212121;
  white-space: nowrap;
}

.FooterMain_navlist {
  display: none;
}
@media screen and (min-width: 768px) {
  .FooterMain_navlist {
    margin-bottom: 26px;
    display: block;
  }
  .FooterMain_navlist ul {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .FooterMain_navlist {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .FooterMain_navlist {
    margin-bottom: 26px;
  }
}

.FooterMain_address__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #0c5140;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .FooterMain_address__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #5a5757;
    margin-bottom: 4px;
    text-align: start;
  }
}
.FooterMain_address__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #212121;
  display: block;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .FooterMain_address__title {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: start;
  }
}

.FooterMain_phone {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .FooterMain_phone {
    margin-bottom: 5px;
  }
}
.FooterMain_phone__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #0c5140;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .FooterMain_phone__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #5a5757;
    margin-bottom: 4px;
    text-align: start;
  }
}

.FooterMain_email a {
  font-weight: bold;
  color: #212121;
}
.FooterMain_email a:hover {
  color: #0c5140;
}

.FooterMain_span {
  display: block;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0c5140;
}
@media screen and (min-width: 768px) {
  .FooterMain_span {
    margin-bottom: 23px;
    text-align: start;
  }
}

.FooterMain_spoiler {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #212121;
  display: flex;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 9px 44px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .FooterMain_spoiler {
    padding: 9px 33px 9px 18px;
    text-align: start;
    font-size: 12px;
  }
}

.FooterMain_policy {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #0c5140;
  display: block;
  margin-bottom: 13px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
.FooterMain_policy:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .FooterMain_policy {
    text-align: start;
  }
}

.FooterMain_links {
  margin-bottom: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .FooterMain_links {
    margin-bottom: 0;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.FooterMain_link {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #0c5140;
  display: block;
  margin-bottom: 13px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .FooterMain_link {
    text-align: start;
  }
}

.FooterMain_link1 {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .FooterMain_link1 {
    margin-right: 22px;
  }
}
/* === FooterServ === */
@media screen and (min-width: 768px) {
  .FooterServ_nav {
    margin-bottom: 31px;
    float: left;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
}

.FooterServ_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
  display: block;
  margin-bottom: 10px;
}

.FooterServ_link {
  display: block;
  font-size: 13px;
  line-height: 130%;
  color: #212121;
  padding: 6px 0;
  cursor: pointer;
}
.FooterServ_link:hover {
  color: #0c5140;
}

@media screen and (min-width: 1024px) {
  .FooterServ_services {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .FooterServ_services {
    width: 70%;
  }
}
@media screen and (min-width: 1440px) {
  .FooterServ_services {
    width: 72%;
  }
}

.FooterServ_head {
  display: none;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .FooterServ_head {
    display: flex;
    margin-bottom: 17px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid rgba(12, 81, 64, 0.2);
  }
}
@media screen and (min-width: 1024px) {
  .FooterServ_head {
    padding-top: 0;
    margin-top: -3px;
    border-top: none;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .FooterServ_head {
    margin-top: -13px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 1600px) {
  .FooterServ_head {
    margin-top: -10px;
    margin-bottom: 18px;
  }
}

.FooterServ_wrap {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .FooterServ_wrap {
    display: block;
    column-count: 2;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .FooterServ_wrap {
    column-count: unset;
  }
}

@media screen and (min-width: 768px) {
  .FooterServ_list {
    column-count: 2;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .FooterServ_list {
    column-count: 3;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .FooterServ_list {
    gap: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .FooterServ_list {
    gap: 60px;
  }
}
/* === Checkbox === */
.Checkbox_checkbox {
  padding: 1px;
  display: flex;
  align-items: center;
}

.Checkbox_checkbox .Checkbox_input {
  position: relative;
  border: 1px solid #0c5140;
  border-radius: 4px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.Checkbox_checkbox .Checkbox_indicator {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin: 2px;
  transform: scale(0);
  transition: transform 0.3s;
  cursor: pointer;
  background-image: url("/static/images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.Checkbox_checkbox .Checkbox_indicator.checked {
  transform: scale(1);
}

.Checkbox_checkbox .Checkbox_label {
  position: relative;
  top: 2px;
  color: #212121;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}
.Checkbox_checkbox .Checkbox_label a {
  border-bottom: 1px dashed #9a3a00;
  margin-left: 5px;
}
/* === InputField === */
.InputField_input {
  padding: 12px 16px;
  height: 50px;
  border: 1px solid #212121;
  box-sizing: border-box;
  border-radius: 27px;
  background: #fff;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5a5757;
}
.InputField_input:hover {
  border: 1px solid #636363;
  box-shadow: none;
}
.InputField_input:focus {
  border: 1px solid #0c5140;
  box-shadow: none;
}
.InputField_input::placeholder {
  color: #636363;
}
@media screen and (min-width: 1024px) {
  .InputField_input {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.InputField_error {
  color: #da251c;
  margin: -9px 19px 10px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .InputField_error {
    margin: -16px 19px 10px;
  }
}

.InputField_mistake {
  border: 1px solid #da251c;
}
/* === Submit === */
.Submit_btn {
  padding: 12px 16px;
  height: 50px;
  border-radius: 27px;
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (min-width: 1024px) {
  .Submit_btn {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
/* === Logo === */
.Logo_wrap {
  display: flex;
  align-items: center;
}
.Logo_wrap .Logo_img {
  width: 36px;
}
@media screen and (min-width: 768px) {
  .Logo_wrap .Logo_img {
    width: 43px;
  }
}
.Logo_wrap img {
  min-width: 36px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .Logo_wrap img {
    min-width: 43px;
  }
}

.Logo_info {
  margin-left: 11px;
  display: block;
}
.Logo_info small {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.Logo_info small:last-child {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  display: block;
}
/* === MainSlider === */
.swiper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .MainSlider_slider .MainSlider_container {
    padding: 0;
  }
}
.MainSlider_slider__holder {
  margin-top: -150px;
  padding-top: 150px;
  background: #eef5f4;
  border-radius: 0 0 40px 40px;
}
.MainSlider_slider__wrap {
  background-image: url("/static/images/intro-img.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0 right 20%;
  background-color: #eef5f4;
  border-radius: 0 0 40px 40px;
  padding: 164px 0 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .MainSlider_slider__wrap {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .MainSlider_slider__wrap {
    padding: 50px 35px;
    background-size: 60%;
    background-position: bottom 0 right 6%;
  }
}
@media screen and (min-width: 970px) {
  .MainSlider_slider__wrap {
    background-size: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .MainSlider_slider__wrap {
    background-position: bottom 0 right 12%;
  }
}
@media screen and (min-width: 1200px) {
  .MainSlider_slider__wrap {
    padding: 75px 35px 50px;
    background-size: 47%;
  }
}
@media screen and (min-width: 1440px) {
  .MainSlider_slider__wrap {
    padding: 75px 95px 72px;
    background-position: bottom 0 right 18%;
  }
}
@media screen and (min-width: 1600px) {
  .MainSlider_slider__wrap {
    padding: 124px 95px 115px;
    background-position: bottom 0 right 18%;
  }
}
@media screen and (min-width: 1920px) {
  .MainSlider_slider__wrap {
    background-size: 42%;
  }
}
.MainSlider_slider__wrap .swiper {
  position: static;
  padding: 20px 20% 30px 20px;
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .MainSlider_slider__wrap .swiper {
    padding: 20px 6% 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .MainSlider_slider__wrap .swiper {
    width: 45%;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .MainSlider_slider__wrap .swiper {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .MainSlider_slider__wrap .swiper {
    width: 50%;
  }
}
.MainSlider_slider .MainSlider_box {
  margin-left: 0;
}
.MainSlider_slider .MainSlider_box__card {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 14px 20px 17px;
}
@media screen and (min-width: 768px) {
  .MainSlider_slider .MainSlider_box__card {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .MainSlider_slider .MainSlider_box__card {
    min-height: 236px;
  }
}
.MainSlider_slider .MainSlider_box__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 14px;
}
@media screen and (min-width: 1024px) {
  .MainSlider_slider .MainSlider_box__title {
    font-size: 40px;
    line-height: 100%;
    color: #212121;
    margin-bottom: 33px;
    max-width: 310px;
  }
}
@media screen and (min-width: 1440px) {
  .MainSlider_slider .MainSlider_box__title {
    font-size: 60px;
    line-height: 100%;
    max-width: 418px;
  }
}
.MainSlider_slider .MainSlider_box__btnNext, .MainSlider_slider .MainSlider_box__btnPrev {
  width: 37px;
  height: 28px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 0;
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media screen and (min-width: 768px) {
  .MainSlider_slider .MainSlider_box__btnNext, .MainSlider_slider .MainSlider_box__btnPrev {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .MainSlider_slider .MainSlider_box__btnNext, .MainSlider_slider .MainSlider_box__btnPrev {
    right: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .MainSlider_slider .MainSlider_box__btnNext, .MainSlider_slider .MainSlider_box__btnPrev {
    right: 95px;
  }
}
.MainSlider_slider .MainSlider_box__btnNext svg, .MainSlider_slider .MainSlider_box__btnPrev svg {
  width: 27px;
  height: 18px;
  display: flex;
}
.MainSlider_slider .MainSlider_box__btnNext {
  margin-top: 50px;
}
.MainSlider_slider .MainSlider_box__price {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #212121;
  display: block;
  white-space: nowrap;
}
.MainSlider_slider .MainSlider_box__wrapper {
  margin-top: 16px;
}
.MainSlider_slider .MainSlider_box__wrapper svg {
  width: 18px;
  height: 18px;
  display: flex;
  margin-right: 7px;
}
@media screen and (min-width: 1024px) {
  .MainSlider_slider .MainSlider_box__wrapper {
    margin-top: 20px;
  }
  .MainSlider_slider .MainSlider_box__wrapper svg {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .MainSlider_slider .MainSlider_box__wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .MainSlider_slider .MainSlider_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.MainSlider_slider .MainSlider_box ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}
.MainSlider_slider .MainSlider_box ul li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #9a3a00;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .MainSlider_slider .MainSlider_box ul li::before {
    display: none;
  }
  .MainSlider_slider .MainSlider_box ul li {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #212121;
    background: #fff;
    border-radius: 10px;
    padding: 13px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-flex;
  }
}

.MainSlider_btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .MainSlider_btn {
    display: flex;
    margin-left: 31px;
  }
}

.MainSlider_swiper-slide-active {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .MainSlider_pagination {
    bottom: 22px;
    left: auto;
    width: auto;
    right: 17px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .MainSlider_pagination {
    bottom: 38px;
    right: 41px;
  }
}
@media screen and (min-width: 1440px) {
  .MainSlider_pagination {
    bottom: 72px;
    right: 95px;
  }
}
/* === Map === */
@media screen and (max-width: 767px) {
  .Map_container {
    padding: 30px 0 0;
  }
}

.Map_map {
  background-color: #eef5f4;
  border-radius: 20px;
  padding: 45px 16px 40px;
}
@media screen and (min-width: 768px) {
  .Map_map {
    border-radius: 40px;
    padding: 50px 35px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .Map_map {
    padding: 89px 95px 100px;
  }
}

.Map_title {
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  line-height: 130%;
  color: #212121;
}
@media screen and (min-width: 1440px) {
  .Map_title {
    margin-bottom: 16px;
  }
}
.Map_title:hover {
  color: #0c5140;
}

@media screen and (min-width: 768px) {
  .Map_list {
    column-count: 2;
    gap: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .Map_list {
    column-count: 3;
  }
}
.Map_list ul > li > a {
  font-weight: normal;
  display: block;
  font-size: 13px;
  line-height: 130%;
  color: #212121;
  margin-bottom: 12px;
  cursor: pointer;
  padding-left: 15px;
}
.Map_list ul > li > a:hover {
  color: #0c5140;
}
/* === PagesPromo === */
.PagesPromo_promo {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .PagesPromo_promo {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1440px) {
  .PagesPromo_promo {
    padding: 0 95px;
  }
}

.PagesPromo_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #212121;
}
/* === PricesPage === */
@media screen and (max-width: 767px) {
  .PricesPage_container {
    padding: 0;
  }
}

.PricesPage_lime {
  background: #3f5d00;
}

.PricesPage_green {
  background: #00654d;
}

.PricesPage_dark-green {
  background: #0c5140;
}

.PricesPage_blue {
  background: #1a478a;
}

.PricesPage_dark-blue {
  background: #1e1353;
}

.PricesPage_black {
  background: #212121;
}

.PricesPage_img {
  min-width: 24px;
  max-width: 24px;
  max-height: 24px;
  position: relative;
  height: 100%;
  margin-right: 7px;
}
@media screen and (min-width: 1024px) {
  .PricesPage_img {
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    margin-right: 14px;
  }
}

.PricesPage_head {
  margin-left: -26px;
}
@media screen and (min-width: 768px) {
  .PricesPage_head {
    margin-left: -59px;
  }
}
@media screen and (min-width: 1024px) {
  .PricesPage_head {
    margin-left: -92px;
  }
}
@media screen and (min-width: 1440px) {
  .PricesPage_head {
    margin-left: -166px;
    margin-bottom: -25px;
  }
}

.PricesPage_prices {
  background-color: #eef5f4;
  border-radius: 0 0 20px 20px;
  padding: 115px 16px 1px;
  margin-top: -115px;
}
@media screen and (min-width: 768px) {
  .PricesPage_prices {
    border-radius: 40px;
    padding: 50px 35px;
    overflow: hidden;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .PricesPage_prices {
    padding: 89px 95px 100px;
  }
}
.PricesPage_prices ul {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.PricesPage_prices li {
  padding: 0 10px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .PricesPage_prices li:hover {
    background-color: #eef5f4;
  }
}
@media screen and (min-width: 1024px) {
  .PricesPage_prices li {
    padding: 0 30px;
  }
}
.PricesPage_prices li > div {
  display: flex;
  flex-direction: column;
  color: #212121;
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  padding: 16px 0 20px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}
@media screen and (min-width: 520px) {
  .PricesPage_prices li > div {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .PricesPage_prices li > div {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .PricesPage_prices li > div {
    font-size: 20px;
    line-height: 120%;
    padding: 20px 0 21px;
  }
}
.PricesPage_prices li > div span:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-top: 12px;
  display: block;
  text-align: right;
}
@media screen and (min-width: 520px) {
  .PricesPage_prices li > div span:last-child {
    margin-top: 0;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .PricesPage_prices li > div span:last-child {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .PricesPage_prices li > div span:last-child {
    font-size: 26px;
    width: 30%;
  }
}
.PricesPage_prices li:last-child > div {
  border-bottom: none;
}

.PricesPage_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-bottom: -8px;
  display: flex;
  align-items: center;
  padding: 10px 10px 20px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .PricesPage_title {
    font-size: 20px;
    margin-bottom: -10px;
    padding: 22px 30px 30px;
  }
}
@media screen and (min-width: 1440px) {
  .PricesPage_title {
    font-size: 30px;
  }
}

.PricesPage_card {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
}
/* === Reviews === */
.Reviews_slide {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .Reviews_slide {
    background-size: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .Reviews_slide {
    background-size: 350px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .Reviews_slide {
    background-image: url("/static/images/rew-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .Reviews_slide {
    flex-direction: row;
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .Reviews_slide {
    padding: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_slide {
    padding: 71px 77px 35px 65px;
  }
}
.Reviews_slide__btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #9a3a00;
  transition: all 0.4s ease;
}
.Reviews_slide__btn svg {
  width: 19px;
  height: 10px;
  display: flex;
  margin-left: 8px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .Reviews_slide__btn {
    display: none;
  }
}
.Reviews_slide__btn.active {
  opacity: 0;
}
.Reviews_slide__img {
  min-width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .Reviews_slide__img {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .Reviews_slide__img {
    min-width: 160px;
    height: 160px;
    margin-bottom: 17px;
    width: 160px;
    border-radius: 15px;
  }
}
.Reviews_slide__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  display: block;
  color: #212121;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .Reviews_slide__name {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_slide__name {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.Reviews_slide__age svg, .Reviews_slide__subject svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .Reviews_slide__age, .Reviews_slide__subject {
    margin-bottom: 10px;
  }
  .Reviews_slide__age svg, .Reviews_slide__subject svg {
    display: flex;
  }
}
.Reviews_slide__ageText, .Reviews_slide__subjectText {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #5a5757;
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .Reviews_slide__ageText, .Reviews_slide__subjectText {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #212121;
    margin-bottom: 0;
  }
}
.Reviews_slide__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #212121;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .Reviews_slide__text {
    max-height: 76px;
    display: block;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1000px;
    font-size: 13px;
    height: 100%;
    margin-bottom: 16px;
    min-height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .Reviews_slide__text {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_slide__text {
    width: 73%;
  }
}
@media screen and (max-width: 767px) {
  .Reviews_slide__text.active {
    max-height: 1000px;
    overflow: visible;
    display: block;
    height: 100%;
  }
}
.Reviews_slide__wrap {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .Reviews_slide__wrap {
    flex-direction: column;
    margin-right: 30px;
    width: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_slide__wrap {
    width: 28%;
  }
}

.Reviews_section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Reviews_section .Reviews_container {
    padding: 0;
  }
}
.Reviews_section .Reviews_title {
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_title {
    margin-bottom: 38px;
  }
}
.Reviews_section .Reviews_reviews {
  background: #0c5140;
  border-radius: 20px;
  padding: 45px 16px 50px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_reviews {
    padding: 50px 35px;
    border-radius: 40px;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_section .Reviews_reviews {
    padding: 90px 95px 100px;
  }
}
.Reviews_section .Reviews_reviews__slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Reviews_section .Reviews_reviews__slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_reviews__slider {
    width: 65%;
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .Reviews_section .Reviews_reviews__slider {
    width: 67%;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_section .Reviews_reviews__slider {
    width: 74%;
  }
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_reviews__wrap {
    width: calc(35% - 30px);
    padding: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .Reviews_section .Reviews_reviews__wrap {
    width: calc(33% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .Reviews_section .Reviews_reviews__wrap {
    width: calc(33% - 65px);
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_section .Reviews_reviews__wrap {
    width: calc(26% - 87px);
  }
}
.Reviews_section .Reviews_reviews__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_reviews__text {
    font-size: 16px;
    line-height: 120%;
  }
}
.Reviews_section .Reviews_slider {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: static;
  padding: 20px 11% 30px 20px;
}
@media screen and (min-width: 600px) {
  .Reviews_section .Reviews_slider {
    padding: 20px 6% 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_slider {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Reviews_section .Reviews_slider {
    flex-direction: row;
    border-radius: 20px;
  }
}
.Reviews_section .Reviews_slider__next, .Reviews_section .Reviews_slider__prev {
  width: 37px;
  height: 28px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_slider__next, .Reviews_section .Reviews_slider__prev {
    display: flex;
    top: auto;
    bottom: 70px;
    left: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_section .Reviews_slider__next, .Reviews_section .Reviews_slider__prev {
    left: 95px;
    bottom: 130px;
  }
}
.Reviews_section .Reviews_slider__next svg, .Reviews_section .Reviews_slider__prev svg {
  width: 27px;
  height: 18px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .Reviews_section .Reviews_slider__prev {
    left: 152px;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_section .Reviews_slider__prev {
    left: 235px;
  }
}

@media screen and (min-width: 768px) {
  .Reviews_pagination {
    display: block;
    width: auto;
    left: 76px;
    bottom: 87px;
  }
}
@media screen and (min-width: 1440px) {
  .Reviews_pagination {
    left: 148px;
    bottom: 147px;
  }
}

@media screen and (min-width: 768px) {
  .Reviews_prev {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #212121;
  }
}

@media screen and (min-width: 768px) {
  .Reviews_next {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #212121;
  }
}

@media screen and (min-width: 768px) {
  .Reviews_next1,
  .Reviews_prev1 {
    color: #fff;
  }
}
/* === ReviewsList === */
.ReviewsList_list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ReviewsList_list .ReviewsList_container {
    padding: 0;
  }
}

.ReviewsList_head {
  margin-left: -26px;
  margin-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .ReviewsList_head {
    display: flex;
    justify-content: space-between;
    margin-left: -57px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .ReviewsList_head {
    margin-left: -88px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .ReviewsList_head {
    margin-left: -162px;
    margin-bottom: -25px;
  }
}
.ReviewsList_head .ReviewsList_text {
  margin-left: 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .ReviewsList_head .ReviewsList_text {
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ReviewsList_head .ReviewsList_text {
    margin-top: 15px;
  }
}

.ReviewsList_reviews {
  background: #eef5f4;
  border-radius: 0 0 20px 20px;
  padding: 115px 16px 17px;
  flex-direction: column;
  margin-top: -115px;
}
@media screen and (min-width: 768px) {
  .ReviewsList_reviews {
    padding: 50px 35px;
    border-radius: 40px;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .ReviewsList_reviews {
    padding: 90px 95px 100px;
  }
}

.ReviewsList_btn {
  display: flex;
  align-items: center;
  height: 47px;
}
.ReviewsList_btn svg {
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  margin-right: 10px;
}
@media screen and (min-width: 600px) {
  .ReviewsList_btn {
    max-width: 177px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .ReviewsList_btn {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .ReviewsList_btn {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 600px) {
  .ReviewsList_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.ReviewsList_item {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .ReviewsList_item {
    background-size: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .ReviewsList_item {
    background-size: 350px;
  }
}
@media screen and (min-width: 600px) {
  .ReviewsList_item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .ReviewsList_item {
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
  }
}
@media screen and (min-width: 1024px) {
  .ReviewsList_item {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .ReviewsList_item {
    padding: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .ReviewsList_item {
    padding: 71px 77px 55px 65px;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
.ReviewsList_item__btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #9a3a00;
  transition: all 0.4s ease;
  cursor: pointer;
}
.ReviewsList_item__btn svg {
  width: 19px;
  height: 10px;
  display: flex;
  margin-left: 8px;
  margin-top: 2px;
}
.ReviewsList_item__btn.active {
  opacity: 0;
}
.ReviewsList_item__img {
  min-width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .ReviewsList_item__img {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .ReviewsList_item__img {
    min-width: 160px;
    height: 160px;
    width: 160px;
    border-radius: 15px;
  }
}
.ReviewsList_item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  display: block;
  color: #212121;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .ReviewsList_item__name {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .ReviewsList_item__name {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.ReviewsList_item__age svg, .ReviewsList_item__subject svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ReviewsList_item__age, .ReviewsList_item__subject {
    margin-bottom: 10px;
  }
  .ReviewsList_item__age svg, .ReviewsList_item__subject svg {
    display: flex;
  }
}
.ReviewsList_item__ageText, .ReviewsList_item__subjectText {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #5a5757;
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .ReviewsList_item__ageText, .ReviewsList_item__subjectText {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #212121;
    margin-bottom: 0;
  }
}
.ReviewsList_item__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #212121;
  transition: all 0.4s ease;
}
@media screen and (max-width: 2200px) {
  .ReviewsList_item__text {
    max-height: 88px;
    display: block;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1000px;
    font-size: 13px;
    height: 100%;
    margin-bottom: 16px;
    min-height: 72px;
  }
}
@media screen and (max-width: 1023px) {
  .ReviewsList_item__text {
    max-height: 76px;
  }
}
@media screen and (min-width: 1024px) {
  .ReviewsList_item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 2200px) {
  .ReviewsList_item__text.active {
    max-height: 1000px;
    overflow: visible;
    display: block;
    height: 100%;
  }
}
.ReviewsList_item__wrap {
  display: flex;
}
/* === Service === */
.Service_list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Service_list .Service_container {
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 768px) {
  .Service_list .swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .Service_list .Service_holder {
    background: #eef5f4;
    border-radius: 40px;
    padding: 50px 35px;
  }
}
@media screen and (min-width: 1440px) {
  .Service_list .Service_holder {
    padding: 89px 95px 100px;
  }
}
.Service_list .Service_info {
  flex-direction: column;
  justify-content: space-between;
  min-height: 253px;
}
@media screen and (max-width: 767px) {
  .Service_list .Service_info {
    margin-left: -16px;
  }
}
@media screen and (min-width: 768px) {
  .Service_list .Service_info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.Service_list .Service_info .swiper {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .Service_list .Service_info .swiper {
    margin-right: -8px;
  }
}
@media screen and (min-width: 1440px) {
  .Service_list .Service_info .swiper {
    margin-right: -14px;
  }
}
.Service_list .Service_info__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 60px;
  max-width: 150px;
  min-height: 38px;
}
@media screen and (min-width: 768px) {
  .Service_list .Service_info__title {
    margin-bottom: 0;
    font-size: 18px;
    height: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .Service_list .Service_info__title {
    font-size: 20px;
    max-width: 166px;
  }
}
@media screen and (min-width: 1440px) {
  .Service_list .Service_info__title {
    font-size: 30px;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .Service_list .Service_slider {
    padding: 0 10% 0 0;
  }
}
@media screen and (max-width: 551px) {
  .Service_list .Service_slider {
    padding: 0 10% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .Service_list .Service_slider {
    padding: 0;
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .Service_list .Service_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    width: 103%;
  }
}
@media screen and (min-width: 1024px) {
  .Service_list .Service_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
  }
}

.Service_arrow {
  transition: all 0.4s ease;
}
.Service_arrow svg {
  width: 17px;
  height: 9px;
  display: flex;
  color: rgba(12, 81, 64, 0.2);
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .Service_arrow svg {
    position: absolute;
    bottom: 11px;
    right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .Service_arrow svg {
    width: 25px;
    height: 15px;
  }
}

.Service_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eef5f4;
  transition: all 0.4s ease;
}
.Service_icon svg {
  width: 22px;
  height: 22px;
  display: flex;
  color: #0c5140;
  transition: all 0.4s ease;
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .Service_icon {
    margin-left: 18px;
    min-width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .Service_icon {
    margin-left: 10px;
    min-width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .Service_icon {
    min-width: 90px;
    height: 90px;
    margin-left: 8px;
  }
  .Service_icon svg {
    width: 40px;
    height: 40px;
    margin-left: 2px;
  }
}
.Service_icon.white {
  background-color: #fff;
}
.Service_icon.white svg {
  color: #0a2c5f;
}

.Service_wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.4s ease;
  flex-direction: column-reverse;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .Service_wrapper {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    min-height: 92px;
  }
  .Service_wrapper:hover {
    cursor: pointer;
  }
  .Service_wrapper:hover .Service_arrow svg {
    color: #0c5140;
  }
  .Service_wrapper:hover .Service_icon {
    background: #9a3a00;
    box-shadow: 0 0 0 15px rgba(215, 94, 57, 0.1);
  }
  .Service_wrapper:hover .Service_icon svg {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .Service_wrapper {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 26px 30px 30px;
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    min-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .Service_service {
    min-height: 110px;
  }
}
@media screen and (min-width: 768px) {
  .Service_service {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    height: auto;
    min-height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .Service_service {
    padding: 0 15px;
    margin-bottom: 30px;
    min-height: 120px;
  }
}
.Service_service__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #212121;
  margin-top: 8px;
  white-space: pre-line;
}
@media screen and (min-width: 375px) {
  .Service_service__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .Service_service__text {
    font-size: 14px;
    line-height: 120%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .Service_service__text {
    font-size: 18px;
    line-height: 120%;
  }
}
@media screen and (min-width: 768px) {
  .Service_service__holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

.Service_pom,
.Service_condor {
  border-radius: 10px;
  padding: 15px 0 30px 15px;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: 149px;
}
@media screen and (min-width: 768px) {
  .Service_pom,
  .Service_condor {
    padding: 20px;
    background-size: 38%;
    background-position: left 0 bottom -2px;
  }
}
@media screen and (min-width: 870px) {
  .Service_pom,
  .Service_condor {
    background-size: 34%;
  }
}
@media screen and (min-width: 1024px) {
  .Service_pom,
  .Service_condor {
    padding: 50px 35px;
    border-radius: 40px;
    background-size: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .Service_pom,
  .Service_condor {
    background-size: 34%;
  }
}
@media screen and (min-width: 1440px) {
  .Service_pom,
  .Service_condor {
    padding: 50px;
    background-size: 37%;
  }
}
@media screen and (min-width: 1600px) {
  .Service_pom,
  .Service_condor {
    background-size: 32%;
  }
}
@media screen and (min-width: 1800px) {
  .Service_pom,
  .Service_condor {
    background-size: 28%;
  }
}

.Service_pom {
  background-color: #5fb7a2;
  background-image: url("/static/images/pomow-small.svg");
}
@media screen and (min-width: 768px) {
  .Service_pom {
    background-image: url("/static/images/pomow.svg");
  }
}

.Service_condor {
  background-color: #2f61ad;
  background-image: url("/static/images/codirovanie-small.svg");
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .Service_condor {
    background-image: url("/static/images/codirovanie.svg");
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .Service_condor {
    margin-top: 50px;
  }
}
.Service_condor .Service_icon {
  background-color: #fff;
}
.Service_condor .Service_icon svg {
  color: #0a2c5f;
}
.Service_condor .Service_wrapper {
  background-color: #eef5f4;
}
.Service_condor .Service_wrapper:hover .Service_arrow svg {
  color: #0a2c5f;
}
/* === SwiperCounter === */
@media screen and (min-width: 768px) {
  .SwiperCounter_prev {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #212121;
  }
}

@media screen and (min-width: 768px) {
  .SwiperCounter_next {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #212121;
  }
}

.SwiperCounter_next.white,
.SwiperCounter_prev.white {
  color: #fff;
}
/* === Tariffs === */
.Tariffs_num {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #212121;
  margin-left: 7px;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .Tariffs_num {
    margin-left: 20px;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_num {
    font-size: 30px;
    line-height: 120%;
  }
}

.Tariffs_phone {
  transition: all 0.4s ease;
}
.Tariffs_phone:hover .Tariffs_num {
  color: #212121;
}

.Tariffs_section {
  width: 100%;
  background: #eef5f4;
  border-radius: 20px;
  padding: 35px 0 45px;
}
@media screen and (min-width: 768px) {
  .Tariffs_section {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .Tariffs_section .swiper {
    overflow: visible;
  }
}
.Tariffs_section .Tariffs_title {
  margin-bottom: 26px;
}
@media screen and (min-width: 1024px) {
  .Tariffs_section .Tariffs_title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .Tariffs_section .Tariffs_title {
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 768px) {
  .Tariffs_section .Tariffs_holder {
    background: #eef5f4;
    border-radius: 40px;
    padding: 50px 35px;
  }
}
@media screen and (min-width: 1440px) {
  .Tariffs_section .Tariffs_holder {
    padding: 89px 95px 100px;
  }
}
@media screen and (max-width: 767px) {
  .Tariffs_section .Tariffs_container {
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .Tariffs_section .Tariffs_slider {
    padding: 0 8% 55px 0;
  }
}
@media screen and (max-width: 549px) {
  .Tariffs_section .Tariffs_slider {
    padding: 0 15% 55px 0;
  }
}
@media screen and (min-width: 768px) {
  .Tariffs_section .Tariffs_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
    width: 103%;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_section .Tariffs_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
  }
}

@media screen and (min-width: 768px) {
  .Tariffs_content {
    background: #fff;
    border-radius: 18px;
    padding: 33px 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid transparent;
    position: relative;
    z-index: 1;
  }
}

.Tariffs_prices {
  border-top: 1px solid rgba(33, 33, 33, 0.1490196078);
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .Tariffs_prices {
    flex-direction: column;
    align-items: flex-start;
    border-top: none;
  }
}

.Tariffs_number {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  display: block;
}
@media screen and (min-width: 768px) {
  .Tariffs_number {
    font-size: 21px;
    line-height: 120%;
    color: #212121;
  }
}
@media screen and (min-width: 1440px) {
  .Tariffs_number {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .Tariffs_number {
    font-size: 26px;
  }
}

.Tariffs_rating {
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .Tariffs_rating {
    margin-top: 0;
    margin-left: -5px;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_rating {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .Tariffs_rating {
    margin-right: 0;
  }
}

.Tariffs_img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f08160;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Tariffs_img svg {
  width: 16px;
  height: 16px;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .Tariffs_img {
    width: 39px;
    height: 39px;
  }
  .Tariffs_img svg {
    width: 25px;
    height: 25px;
  }
}

.Tariffs_info {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 4px;
  display: block;
}
@media screen and (min-width: 768px) {
  .Tariffs_info {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #0c5140;
    margin-bottom: 0;
  }
}

.Tariffs_label {
  display: none;
}
@media screen and (min-width: 768px) {
  .Tariffs_label {
    background: rgba(15, 36, 90, 0.05);
    border-radius: 10px;
    padding: 12px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_label {
    padding: 12px 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .Tariffs_label {
    padding: 12px 20px 12px 16px;
  }
}

@media screen and (min-width: 1600px) {
  .Tariffs_tariffs:nth-child(5) .Tariffs_list, .Tariffs_tariffs:nth-child(4) .Tariffs_list {
    column-count: 2;
    gap: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .Tariffs_tariffs:last-child .Tariffs_list {
    column-count: 2;
    gap: 30px;
  }
}
.Tariffs_tariffs__topHolder {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs__topHolder {
    align-items: center;
    height: 50px;
    padding-top: 20px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs {
    padding: 0 10px;
    margin-bottom: 20px;
    flex: 1 1 40%;
    height: auto;
    margin-top: 70px;
  }
  .Tariffs_tariffs:hover .Tariffs_content {
    background-color: transparent;
    transition: all 0.4s ease;
    border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  }
  .Tariffs_tariffs:hover .Tariffs_prices {
    border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  }
  .Tariffs_tariffs:hover .Tariffs_number,
  .Tariffs_tariffs:hover .Tariffs_text,
  .Tariffs_tariffs:hover .Tariffs_info {
    color: #fff;
  }
  .Tariffs_tariffs:hover .Tariffs_label {
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .Tariffs_tariffs {
    padding: 0 15px;
    margin-bottom: 30px;
    flex: 1 1 33.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .Tariffs_tariffs {
    margin-top: 77px;
  }
}
.Tariffs_tariffs__inner {
  position: absolute;
  top: 15px;
  right: 20px;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs__inner {
    display: none;
  }
}
.Tariffs_tariffs__innerCount {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  display: block;
}
.Tariffs_tariffs__innerMore {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-bottom: -3px;
}
.Tariffs_tariffs__innerMore.active {
  opacity: 0;
}
.Tariffs_tariffs__innerMore svg {
  width: 19px;
  height: 10px;
  display: flex;
  margin-left: 8px;
}
.Tariffs_tariffs__wrap {
  border-radius: 10px;
  padding: 15px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs__wrap {
    height: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs__wrap {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
  }
}
.Tariffs_tariffs__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 8px;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs__title {
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_tariffs__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .Tariffs_tariffs__title {
    font-size: 26px;
    line-height: 120%;
  }
}
.Tariffs_tariffs__top.lime {
  background: #3f5d00;
}
.Tariffs_tariffs__top.green {
  background: #00654d;
}
.Tariffs_tariffs__top.dark-green {
  background: #0c5140;
}
.Tariffs_tariffs__top.blue {
  background: #1a478a;
}
.Tariffs_tariffs__top.black {
  background: #212121;
}
@media screen and (max-width: 767px) {
  .Tariffs_tariffs__top {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs__top {
    margin-bottom: 16px;
    position: absolute;
    left: 0;
    right: 0;
    height: 130px;
    top: -69px;
    z-index: 0;
    border-radius: 20px;
    padding: 0 30px 22px;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .Tariffs_tariffs__top {
    top: -75px;
  }
}
.Tariffs_tariffs__labelImg svg {
  width: 36px;
  height: 36px;
  display: flex;
  margin-right: 10px;
}
@media screen and (min-width: 1440px) {
  .Tariffs_tariffs__labelImg svg {
    margin-right: 14px;
  }
}
.Tariffs_tariffs__labelText {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
  display: flex;
  white-space: pre-line;
}
@media screen and (min-width: 1440px) {
  .Tariffs_tariffs__labelText {
    font-size: 16px;
    line-height: 120%;
  }
}
.Tariffs_tariffs .Tariffs_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 8px;
  opacity: 0;
  transition: all 0.4s ease;
  padding-left: 12px;
  position: relative;
}
.Tariffs_tariffs .Tariffs_text::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  background-color: #9a3a00;
}
@media screen and (min-width: 768px) {
  .Tariffs_tariffs .Tariffs_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #212121;
    margin-bottom: 10px;
    padding-left: 12px;
    opacity: 1;
  }
}

.Tariffs_list {
  max-height: 0;
  transition: all 0.4s ease;
  overflow: hidden;
}
.Tariffs_list.active {
  max-height: 500px;
  margin-top: 20px;
}
.Tariffs_list.active .Tariffs_text {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .Tariffs_list {
    margin-bottom: 17px;
    display: block;
    max-height: 100%;
  }
}

.Tariffs_banner {
  flex-direction: column;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .Tariffs_banner {
    flex-direction: row;
    background: #9a3a00;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding: 24px 32px;
    align-items: center;
    margin-top: 28px;
  }
}
.Tariffs_banner__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #212121;
  margin-top: 11px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .Tariffs_banner__text {
    margin-left: 25px;
    color: #fff;
    padding-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_banner__text {
    margin-top: 0;
    font-size: 18px;
    line-height: 120%;
    margin-left: 49px;
  }
}

.Tariffs_lime {
  background: #3f5d00;
}

.Tariffs_green {
  background: #00654d;
}

.Tariffs_dark-green {
  background: #0c5140;
}

.Tariffs_blue {
  background: #1a478a;
}

.Tariffs_dark-blue {
  background: #1e1353;
}

.Tariffs_black {
  background: #212121;
}

.Tariffs_stars svg {
  width: 18px;
  height: 18px;
  display: flex;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .Tariffs_stars svg {
    margin-left: 5px;
    width: 21px;
    height: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .Tariffs_stars svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .Tariffs_stars svg {
    margin-left: 5px;
    width: 21px;
    height: 21px;
  }
}

.active svg {
  color: #fff;
}

.Tariffs_gold svg {
  color: #ffd600;
}
/* === Video === */
.Video_section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Video_section .Video_container {
    padding: 0;
  }
}
.Video_section .Video_video {
  background: #eef5f4;
  border-radius: 20px;
  padding: 45px 16px 47px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .Video_section .Video_video {
    border-radius: 40px;
    padding: 50px 35px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .Video_section .Video_video {
    padding: 89px 95px 100px;
  }
}
.Video_section .Video_video__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #212121;
}
@media screen and (min-width: 1024px) {
  .Video_section .Video_video__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.Video_section .Video_video__wrap .Video_title {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .Video_section .Video_video__wrap .Video_title {
    position: absolute;
    top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .Video_section .Video_video__wrap {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .Video_section .Video_video__wrap {
    width: calc(48% - 60px);
  }
}
@media screen and (min-width: 1440px) {
  .Video_section .Video_video__wrap {
    width: calc(34% - 60px);
  }
}
.Video_section .Video_video__play {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Video_section .Video_video__play {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .Video_section .Video_video__play {
    width: 52%;
  }
}
@media screen and (min-width: 1440px) {
  .Video_section .Video_video__play {
    width: 66%;
  }
}
.Video_section .Video_video__play embed {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: rgba(12, 81, 64, 0.6);
  height: 164px;
  overflow: hidden;
  margin-top: 42px;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 480px) {
  .Video_section .Video_video__play embed {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .Video_section .Video_video__play embed {
    height: 300px;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .Video_section .Video_video__play embed {
    height: 411px;
  }
}


/* Bitrix port helpers */
button.btn,
div.btn {
  cursor: pointer;
}
button.btn {
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}
.Counters_counters__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.MainSlider_slider .swiper::before ,
.MainSlider_slider .swiper::atfter {
  background-image: none;
}