@charset "UTF-8";
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
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;
}

/*Переменные цветов*/
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Involve"),
    url("/assets/fonts/Involve-Regular.woff") format("woff");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Involve"), url("/assets/fonts/Involve-Medium.woff") format("woff");
}
@font-face {
  font-family: "Involve";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Involve"),
    url("/assets/fonts/Involve-SemiBold.woff") format("woff");
}
body {
  font-family: "Involve";
  color: #133a66;
  font-size: 18px;
  font-weight: 400;
  background: #fafbff;
  counter-reset: section;
}
html.lock {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.h1-mainTitle {
  font-size: 80px;
  color: #133a66;
  font-weight: 600;
  line-height: 115%;
}
.h1-mainTitle span {
  color: #717ca8;
}

@media (max-width: 1300px) {
  .h1-mainTitle {
    font-size: 52px;
  }
}
@media (max-width: 800px) {
  .h1-mainTitle {
    font-size: 26px;
  }
}
.socialsBtn {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.socialsBtn:hover {
  background: #e9edf9;
}

.small-btn {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 130%;
  border-radius: 12px;
  background: #6cbda0;
  padding: 18px 20px 15px 20px;
  cursor: pointer;
  transition: background 0.2s linear;
  letter-spacing: 0%;
  font-family: "Involve";
}
.small-btn:hover {
  background: #89cab3;
}

main.main {
  padding-top: 122px;
}

@media (max-width: 800px) {
  main.main {
    padding-top: 96px;
  }
}
.section-mb {
  margin-bottom: 180px;
}

@media (max-width: 800px) {
  .section-mb {
    margin-bottom: 50px;
  }
}
.small-container {
  width: 100%;
  max-width: 1732px;
  padding: 0 16px;
  margin: 0 auto;
}

.primary-button {
  padding: 32px 36px 29px 36px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  background: #6cbda0;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Involve";
  transition: all 0.2s linear;
}
.primary-button:hover {
  background: #569780;
}
.primary-button.white {
  background: #ffffff;
  color: #6cbda0;
}
.primary-button.white:hover {
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1300px) {
  .primary-button {
    padding: 21px 36px 19px 36px;
    border-radius: 8px;
  }
}
@media (max-width: 800px) {
  .primary-button {
    font-size: 14px;
  }
}
.section-titleBlock {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 800px) {
  .section-titleBlock {
    margin-bottom: 24px;
  }
}
.section-title {
  font-size: 70px;
  color: #133a66;
  font-weight: 600;
  line-height: 100%;
}
.section-title span {
  color: #8894c2;
}

.section-text {
  font-size: 22px;
  line-height: 120%;
  color: #133a66;
  font-weight: 500;
  margin-top: 30px;
}

@media (max-width: 1300px) {
  .section-title {
    font-size: 42px;
  }
  .section-text {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .section-title {
    font-size: 22px;
  }
  .small-container.no-padding {
    padding: 0;
  }
  .section-text {
    font-size: 16px;
    margin-top: 12px;
  }
}
.paginationWrapper .slider-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.paginationWrapper .swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(108, 189, 160, 0.3);
  opacity: 1;
}
.paginationWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #6cbda0;
}

.formInput {
  width: 100%;
  padding: 27px 30px 24px 30px;
  border: none;
  outline: none;
  background: #82c7ae;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "Involve";
  border-radius: 20px;
  line-height: 130%;
}
.formInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "Involve";
}
.formInput::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "Involve";
}

@media (max-width: 800px) {
  .formInput {
    padding: 18px 18px 16px 18px;
    font-size: 14px;
    border-radius: 8px;
  }
}
.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.checkbox-container p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 130%;
}
.checkbox-container p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

.formCheckbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
}
.formCheckbox:checked::before {
  content: "";
  display: block;
  background-image: url("/assets/images/greencheck.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 2px;
}
.formCheckbox:checked:hover::before {
  content: "";
  display: block;
  background-image: url("/assets/images/greencheck.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 2px;
}
.formCheckbox:hover::before {
  content: "";
  display: block;
  background-image: url("/assets/images/whitecheck.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}

@media (max-width: 800px) {
  .formCheckbox {
    width: 18px;
    height: 18px;
  }
  .formCheckbox:checked::before {
    width: 14px;
    height: 14px;
    background-size: 10px;
  }
  .formCheckbox:hover::before {
    width: 14px;
    height: 14px;
    background-size: 10px;
  }
}
.secondaryBtn {
  display: block;
  margin: 40px auto 0 auto;
  cursor: pointer;
  border: none;
  outline: none;
  background: #ecf0fa;
  border-radius: 20px;
  color: #8894c2;
  font-family: "Involve";
  font-size: 18px;
  font-weight: 500;
  padding: 26px 32px 23px 32px;
  transition: all 0.2s linear;
}
.secondaryBtn:hover {
  background: #8894c2;
  color: #ffffff;
}

@media (max-width: 800px) {
  .secondaryBtn {
    padding: 19px 32px 17px 32px;
    font-size: 14px;
  }
}
.show-item.hidden {
  display: none;
}

.sliderNavigation-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sliderNavigation-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6cbda0;
  border: none;
  outline: none;
  cursor: pointer;
}
.sliderNavigation-button.swiper-button-disabled {
  background: #acd6cd;
  cursor: no-drop;
}

.simple-button {
  color: #8894c2;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 26px 13px 26px;
  line-height: 130%;
  background: #ecf0fa;
  border-radius: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s linear;
}
.simple-button:hover {
  background: #8894c2;
  color: #ffffff;
}

@media (max-width: 800px) {
  .simple-button {
    padding: 12px 26px 12px 26px;
  }
}
.header {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 20px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: #8894c2;
  color: #ffffff;
}
.header__logoBlock {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__sity {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__nav-item.submenu-item {
  position: relative;
}
.header__nav-item.submenu-item:hover .header__submenu {
  opacity: 1;
  visibility: visible;
}
.header__nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.header__buttonBlock {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header__nubmer {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 15px;
  text-decoration: none;
}
.header__submenu {
  position: absolute;
  left: 0;
  padding-top: 20px;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
}
.header__submenu.child-menu {
  padding-left: 34px;
}
.header__submenu .header__submenu-item.subLink .child-menu {
  left: 93%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__submenu
  .header__submenu-item.subLink:hover
  .header__submenu.child-menu {
  opacity: 1;
  visibility: visible;
}
.header__submenu-wrapper {
  padding-right: 6px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  width: -moz-max-content;
  width: max-content;
  max-width: 380px;
  border-radius: 20px;
}
.header__submenu-list {
  padding: 20px;
  max-height: 459px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: scroll;
  overflow-x: visible;
}
.header__submenu-list::-webkit-scrollbar {
  width: 3px;
}
.header__submenu-list::-webkit-scrollbar-track {
  background: transparent;
  width: 3px;
}
.header__submenu-list::-webkit-scrollbar-thumb {
  background-color: #8894c2;
  border-radius: 20px;
}
.header__submenu-item.subLink {
  cursor: pointer;
}
.header__submenu-item.subLink
  .header__submenu.child-menu
  .header__submenu-link {
  color: rgba(19, 58, 102, 0.6);
}
.header__submenu-item.subLink
  .header__submenu.child-menu
  .header__submenu-link:hover {
  color: #133a66;
}
.header__submenu-item.subLink:hover .header__submenu-link {
  color: #133a66;
}
.header__submenu-link {
  font-size: 18px;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.6);
  line-height: 130%;
  text-decoration: none;
  transition: all 0.2s linear;
}
.header__submenu-link:hover {
  color: #133a66;
}
.header__burger {
  border: none;
  display: none;
  cursor: pointer;
  background: #ecf0fa;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.header__burger div {
  background: #8894c2;
  height: 2px;
  width: 22px;
}
.header__burger div:nth-child(2) {
  width: 16px;
}
.header__phone {
  display: none;
}

@media (max-width: 1650px) {
  .header__logo img {
    width: 157px;
  }
  .header__logoBlock {
    gap: 21px;
  }
  .header__sity {
    font-size: 14px;
  }
  .header__nav-list {
    gap: 15px;
  }
  .header__nubmer {
    font-size: 16px;
  }
}
@media (max-width: 1550px) {
  .header__burger {
    display: flex;
  }
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header__nav.active .header__nav-list {
    transform: translateX(0);
  }
  .header__nav-list {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    background: #fafbff;
    transition: all 0.2s linear;
    transform: translateX(100%);
    padding-top: 142px;
    padding-left: 16px;
    padding-right: 16px;
    align-items: flex-start;
    overflow: scroll;
  }
  .header__nav-link {
    font-size: 18px;
    color: #133a66;
  }
  .header__nav-link:hover {
    color: #717ca8;
  }
  .header__submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .header__submenu-list {
    max-height: 100%;
    padding: 0;
  }
  .header__submenu-item {
    background: #ffffff;
    padding: 16px;
    border: 1px solid #ecf0fa;
    border-radius: 12px;
  }
  .header__submenu .header__submenu-item.subLink .child-menu {
    padding: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .header__nav-item.submenu-item {
    width: 100%;
  }
  .header__nav-item.submenu-item .header__nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header__nav-item.submenu-item .header__nav-link::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("/assets/images/arrov.svg");
  }
  .header__submenu-wrapper {
    box-shadow: none;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .header__submenu-link {
    color: #133a66;
    font-size: 16px;
  }
  .header__submenu-item.subLink
    .header__submenu.child-menu
    .header__submenu-link {
    color: #717ca8;
    font-size: 14px;
  }
  .header__submenu-item.subLink
    .header__submenu.child-menu
    .header__submenu-link::after {
    display: none;
  }
  .header__submenu-item.subLink
    .header__submenu.child-menu
    .header__submenu-item {
    padding: 0;
    border: none;
  }
  .header__submenu-item.subLink .header__submenu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__submenu-item.subLink .header__submenu-link.nonearr::after {
    display: none;
  }
  .header__submenu-item.subLink .header__submenu-link::after {
    content: "";
    display: block;
    width: 14px;
    flex-shrink: 0;
    height: 8px;
    background: url("/assets/images/arrov.svg");
  }
  .header__submenu.child-menu .header__submenu-list {
    padding: 0;
    border: none;
    border-top: 1px solid #ecf0fa;
    padding-top: 14px;
    margin-top: 14px;
  }
}
@media (max-width: 1110px) {
  .header__sity {
    display: none;
  }
}
@media (max-width: 800px) {
  .header__nubmer {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .header__telegram {
    width: 40px;
    height: 40px;
  }
  .header__burger {
    width: 40px;
    height: 40px;
  }
  .header__phone {
    display: flex;
    width: 40px;
    height: 40px;
    background: #6cbda0;
  }
  .header__phone:hover {
    background: #89cab3;
  }
  .header__buttonBlock {
    gap: 8px;
  }
  .header__logo img {
    width: 146px;
  }
  .header .container {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .header__nav-list {
    max-width: 100%;
  }
  .header__nav-item {
    width: 100%;
  }
}
.intro__wrapper {
  background: #ecf0fa;
  border-radius: 30px;
  padding: 90px 0;
  position: relative;
}
.intro__title {
  font-size: 80px;
  color: #133a66;
  line-height: 116%;
  font-weight: 600;
  margin-bottom: 32px;
}
.intro__title span {
  color: #717ca8;
}
.intro__text {
  font-size: 22px;
  line-height: 120%;
  color: rgba(19, 58, 102, 0.5);
  font-weight: 500;
  margin-bottom: auto;
}
.intro__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.intro__info {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.intro__advantages {
  width: 24.6%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.intro__advantages-item {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 30px 50px 30px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 206px;
}
.intro__advantages-item__percentBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro__advantages-item__percent {
  font-size: 64px;
  font-weight: 500;
  color: #8894c2;
}
.intro__advantages-item__text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(19, 58, 102, 0.7);
  line-height: 130%;
}
.intro__image {
  position: absolute;
  bottom: 0;
  left: 41%;
  z-index: 0;
}
.intro__image img {
  max-width: 100%;
}

@media (max-width: 1300px) {
  .intro__advantages-item__percent {
    font-size: 42px;
  }
  .intro__title {
    font-size: 52px;
  }
  .intro__text {
    font-size: 20px;
  }
  .intro__image img {
    max-width: 67%;
  }
}
@media (max-width: 950px) {
  .intro__inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
  }
  .intro__info {
    width: 100%;
    text-align: center;
  }
  .intro__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .intro__btn {
    width: 100%;
    padding: 21px 5px 19px 5px;
  }
  .intro__wrapper {
    padding: 32px 0 0 0;
  }
  .intro__advantages {
    width: 100%;
  }
  .intro__advantages-item__percent {
    font-size: 28px;
  }
  .intro__advantages-item__text {
    font-size: 14px;
  }
  .intro__image {
    position: static;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
  }
  .intro__image img {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .intro .container {
    padding: 0;
  }
  .intro__title {
    font-size: 26px;
    margin: 0 auto 16px auto;
  }
}
.chatFAQ__title {
  max-width: 1100px;
  margin: 0 auto;
}
.chatFAQ__slider {
  margin-bottom: 20px;
}
.chatFAQ__item {
  min-height: 547px;
  background-image: url("/assets/images/chatFAQbg.png");
  background-color: #ecf0fa;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.chatFAQ__item-question {
  max-width: 365px;
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 32px;
  position: relative;
}
.chatFAQ__item-question svg {
  position: absolute;
  left: -7px;
  bottom: 0;
}
.chatFAQ__item-answer {
  max-width: 450px;
  background: #ecf6f3;
  border-radius: 24px;
  padding: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: auto;
  align-self: flex-end;
  position: relative;
}
.chatFAQ__item-answer svg {
  position: absolute;
  right: -7px;
  bottom: 0;
}
.chatFAQ__item-button {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
}

@media (max-width: 950px) {
  .chatFAQ__item-answer {
    font-size: 14px;
    padding: 12px 10px;
  }
  .chatFAQ__item-question {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 12px 10px;
  }
  .chatFAQ__item {
    min-height: 287px;
    padding: 20px 26px;
  }
}
@media (max-width: 800px) {
  .chatFAQ .small-container {
    padding: 0;
  }
}
.feelings__titleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
}
.feelings__titleBlock .section-title {
  max-width: 1370px;
}
.feelings__titleBlock-img {
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background: #ecf0fa;
  overflow: hidden;
  flex-shrink: 0;
}
.feelings__titleBlock-img img {
  max-width: 100%;
}
.feelings__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 80px;
}
.feelings__item {
  width: calc(33.3333333333% - 20px);
}
.feelings__item-feel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 28px;
  background: #ecf0fa;
  border-radius: 20px;
}
.feelings__item-feel div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  flex-shrink: 0;
}
.feelings__item-feel p {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.feelings__item-ansver {
  padding: 26px 28px;
  font-size: 18px;
  line-height: 130%;
  color: rgba(19, 58, 102, 0.7);
  font-weight: 500;
}

@media (max-width: 1150px) {
  .feelings__titleBlock {
    text-align: center;
  }
  .feelings__titleBlock-img {
    display: none;
  }
  .feelings__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 800px) {
  .feelings__item {
    width: 100%;
  }
  .feelings__item-feel p {
    font-size: 14px;
  }
  .feelings__item-feel {
    padding: 21px 16px;
  }
  .feelings__item-feel div {
    width: 24px;
    height: 24px;
  }
  .feelings__item-ansver {
    padding: 21px 16px;
    font-size: 14px;
  }
  .feelings__items {
    gap: 10px;
    margin-bottom: 24px;
  }
}
.greenformBlock {
  padding: 90px 60px;
  background: #6cbda0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.greenformBlock__info {
  max-width: 423px;
  color: #ffffff;
}
.greenformBlock__title {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 115%;
}
.greenformBlock__text {
  font-size: 22px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
}
.greenformBlock form {
  max-width: 467px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (max-width: 1300px) {
  .greenformBlock__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .greenformBlock__text {
    font-size: 20px;
  }
}
@media (max-width: 1050px) {
  .greenformBlock {
    flex-direction: column;
    gap: 40px;
  }
  .greenformBlock__info {
    max-width: 100%;
    text-align: center;
  }
  .greenformBlock form {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .greenformBlock {
    padding: 20px 16px;
  }
  .greenformBlock__title {
    font-size: 22px;
  }
  .greenformBlock__text {
    font-size: 14px;
  }
  .checkbox-container p {
    font-size: 12px;
  }
  .greenformBlock form {
    gap: 12px;
  }
}
.nearby__titleBlock {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.nearby__mission {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 80px;
}
.nearby__mission-imgBlock {
  width: 50%;
}
.nearby__mission-imgBlock img {
  max-width: 100%;
  border-radius: 30px;
}
.nearby__mission-info {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8894c2;
  border-radius: 30px;
  position: relative;
}
.nearby__mission-info__absolute {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.nearby__mission-info__text {
  max-width: 430px;
  font-size: 36px;
  line-height: 115%;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.nearby__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
  justify-content: flex-end;
}
.nearby__wrapper.swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
}
.nearby__item {
  width: calc(33.3333333333% - 20px);
  height: 276px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.nearby__item-number {
  color: #6cbda0;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.nearby__item-number.small-number {
  font-size: 22px;
}
.nearby__item-iconsBlock {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.nearby__item-iconsBlock div {
  width: 2px;
  background: #6cbda0;
  height: 100%;
  border-radius: 2px;
}
.nearby__item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.nearby__item-name {
  font-size: 36px;
  font-weight: 600;
  line-height: 115%;
}
.nearby__item-text {
  font-size: 18px;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.7);
  line-height: 130%;
}
.nearby__item-text.big-text {
  color: #133a66;
  font-size: 22px;
}
.nearby__item-linkWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nearby__item-link {
  color: rgba(19, 58, 102, 0.6);
  font-size: 14px;
}

@media (max-width: 1300px) {
  .nearby__item-text.big-text {
    font-size: 20px;
  }
  .nearby__mission-info__text {
    font-size: 24px;
  }
  .nearby__item-number.small-number {
    font-size: 20px;
  }
  .nearby__item-number {
    font-size: 24px;
  }
  .nearby__item-name {
    font-size: 24px;
  }
  .nearby__item-text {
    font-size: 16px;
  }
  .nearby__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 800px) {
  .nearby__item-linkWrapper {
    gap: 12px;
  }
  .nearby__item-number.small-number {
    font-size: 16px;
  }
  .nearby__item-text.big-text {
    font-size: 16px;
  }
  .nearby__mission {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
  .nearby__item-number {
    margin-bottom: 10px;
    font-weight: 500;
  }
  .nearby__mission-imgBlock {
    width: 100%;
  }
  .nearby__mission-imgBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 350px;
  }
  .nearby__mission-info {
    width: 100%;
    padding: 60px 22px 44px 22px;
  }
  .nearby__mission-info__text {
    font-size: 20px;
  }
  .nearby__mission-info__absolute {
    font-size: 14px;
    top: 16px;
  }
  .nearby__item-name {
    font-size: 20px;
  }
  .nearby__item-text {
    font-size: 14px;
  }
  .nearby__item {
    height: 180px;
  }
}
.whatWeHelp__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.whatWeHelp__item {
  width: calc(25% - 22.5px);
  padding: 32px;
  background: #ecf0fa;
  border-radius: 20px;
  min-height: 306px;
  text-decoration: none;
  color: #133a66;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.whatWeHelp__item:hover .whatWeHelp__sircle {
  transform: scale(1.1);
}
.whatWeHelp__nameBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.whatWeHelp__sircle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.2s linear;
}
.whatWeHelp__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.whatWeHelp__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: rgba(19, 58, 102, 0.6);
}

@media (max-width: 1450px) {
  .whatWeHelp__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 1300px) {
  .whatWeHelp__name {
    font-size: 20px;
  }
  .whatWeHelp__text {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .whatWeHelp__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 800px) {
  .whatWeHelp__item {
    width: 100%;
    min-height: 160px;
    gap: 20px;
  }
  .whatWeHelp__items {
    gap: 10px;
  }
  .whatWeHelp__name {
    font-size: 16px;
  }
  .whatWeHelp__text {
    font-size: 14px;
  }
  .whatWeHelp__sircle {
    width: 40px;
    height: 40px;
  }
  .whatWeHelp__sircle svg {
    width: 12px;
  }
}
.stacionar__tabBlock {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.stacionar__tabItems {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stacionar__tabItem {
  padding: 10px 10px 10px 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ecf0fa;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.stacionar__tabItem.active {
  background: #8894c2;
}
.stacionar__tabItem.active p {
  color: #ffffff;
}
.stacionar__tabItem img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.stacionar__tabItem p {
  font-size: 22px;
  font-weight: 500;
}
.stacionar__tabBContent {
  width: 67%;
  display: none;
  gap: 56px;
  background: #ecf0fa;
  padding: 50px;
  border-radius: 30px;
  align-items: stretch;
}
.stacionar__tabBContent.active {
  display: flex;
}
.stacionar__info {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stacionar__slider {
  width: 52%;
}
.stacionar__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  min-height: 446px;
}
.stacionar__textBlock {
  display: flex;
  gap: 20px;
}
.stacionar__textBlock-wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.stacionar-iconsBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.stacionar-iconsBlock div {
  width: 2px;
  background: #6cbda0;
  height: 100%;
  border-radius: 2px;
}
.stacionar__title {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 600;
}
.stacionar__text {
  font-size: 18px;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.6);
}
.stacionar__priceDesc {
  color: rgba(19, 58, 102, 0.5);
  font-size: 16px;
  margin-bottom: 6px;
}
.stacionar__price {
  font-size: 22px;
  color: #8894c2;
  font-weight: 600;
}
.stacionar__btnWrapper {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.stacionar__paginationWrapper {
  display: none;
}
.stacionar__mobileBtn {
  display: none;
}

@media (max-width: 1300px) {
  .stacionar__tabBlock {
    flex-direction: column;
  }
  .stacionar__tabBContent {
    width: 100%;
  }
  .stacionar__tabItems {
    flex-direction: row;
    width: 100%;
  }
  .stacionar__tabItem {
    width: calc(33.3333333333% - 13.3333333333px);
    padding: 10px 10px 10px 20px;
  }
  .stacionar__tabItem p {
    font-size: 20px;
  }
  .stacionar__tabItem img {
    width: 48px;
    height: 48px;
  }
  .stacionar__title {
    font-size: 24px;
  }
  .stacionar__text {
    font-size: 16px;
  }
  .stacionar__priceDesc {
    font-size: 14px;
  }
  .stacionar__price {
    font-size: 20px;
  }
  .stacionar__btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  .stacionar__tabItem p {
    font-size: 16px;
  }
  .stacionar__tabItems {
    flex-wrap: nowrap;
    overflow: scroll;
    gap: 8px;
  }
  .stacionar__tabItem {
    width: 60%;
    flex-shrink: 0;
  }
  .stacionar__tabBlock {
    gap: 24px;
  }
  .stacionar__tabBContent {
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px;
  }
  .stacionar__info {
    width: 100%;
  }
  .stacionar__btn {
    display: none;
  }
  .stacionar__slider {
    width: 100%;
  }
  .stacionar__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .stacionar__text {
    font-size: 14px;
  }
  .stacionar__textBlock-wrapper {
    gap: 40px;
  }
  .stacionar__price {
    font-size: 16px;
  }
  .stacionar__slider img {
    min-height: 270px;
  }
  .stacionar__btnWrapper {
    display: none;
  }
  .stacionar__paginationWrapper {
    display: flex;
    margin-top: 16px;
  }
  .stacionar__mobileBtn {
    display: block;
  }
}
@media (max-width: 500px) {
  .stacionar__tabItem {
    width: 73%;
  }
}
.consultation .nearby__item {
  width: 100%;
}
.consultation__paginationWrapper {
  margin-top: 20px;
}

.sliderBlock__wrapper {
  background: #ecf0fa;
  border-radius: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 70px;
  padding-left: calc((100% - 1700px) / 2);
}
.sliderBlock__info {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sliderBlock__slider {
  width: 72%;
}
.sliderBlock__paginationWrapper {
  display: none;
}

@media (max-width: 1772px) {
  .sliderBlock__wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 1550px) {
  .sliderBlock__info {
    width: 50%;
  }
  .sliderBlock__slider {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .sliderBlock__wrapper {
    flex-direction: column;
    padding: 24px 0;
    gap: 24px;
  }
  .sliderBlock__info {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .sliderBlock__btnWrapper {
    display: none;
  }
  .sliderBlock .container {
    padding: 0;
  }
  .sliderBlock__slider {
    width: 100%;
  }
  .sliderBlock__titleBlock {
    padding: 0 16px;
  }
  .sliderBlock__paginationWrapper {
    display: block;
    margin-top: 16px;
  }
}
.doctorSlider__imgBlock {
  position: relative;
  background: #ecf0fa;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 362px;
}
.doctorSlider__imgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.doctorSlider__item {
  padding: 20px;
  background: #ffffff;
  border-radius: 30px;
  display: block;
  text-decoration: none;
}
.doctorSlider__stage {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 12px 12px 10px 12px;
  color: #8894c2;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  background: #ffffff;
  border-radius: 10px;
}
.doctorSlider__name {
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  color: #133a66;
  margin-bottom: 10px;
}
.doctorSlider__position {
  font-size: 18px;
  color: rgba(19, 58, 102, 0.6);
  margin-bottom: 24px;
}
.doctorSlider__btn {
  width: 100%;
  margin: 0;
}

@media (max-width: 1300px) {
  .doctorSlider__name {
    font-size: 20px;
  }
  .doctorSlider__position {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .doctorSlider__name {
    font-size: 16px;
  }
  .doctorSlider__position {
    font-size: 14px;
  }
  .doctorSlider__imgBlock {
    height: 250px;
  }
}
.prices__headersBlock {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #ecf0fa;
  border-radius: 20px;
  margin-bottom: 10px;
}
.prices__titleHeader {
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prices__titleHeader span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.6);
}
.prices__list {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #ecf0fa;
  background: #ffffff;
}
.prices__item {
  padding: 22px 0;
  border-bottom: 1px solid #ecf0fa;
  display: flex;
  align-items: center;
}
.prices__item:first-child {
  padding: 0 0 22px 0;
}
.prices__item:last-child {
  padding: 22px 0 0 0;
  border-bottom: none;
}
.prices__item-nameBlock {
  width: 73%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.prices__item-buttonBlock {
  width: 27%;
  display: flex;
  justify-content: flex-end;
}
.prices__item-name {
  font-size: 18px;
  font-weight: 500;
}
.prices__item-price {
  color: #6cbda0;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}

@media (max-width: 1300px) {
  .prices__item-name {
    font-size: 16px;
  }
  .prices__item-price {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .prices__item-name {
    font-size: 14px;
  }
  .prices__item-price {
    font-size: 14px;
  }
  .prices__headersBlock {
    display: none;
  }
  .prices__list {
    padding: 20px 16px;
  }
  .prices__item {
    flex-direction: column;
    gap: 14px;
    padding: 16px 0;
  }
  .prices__item-nameBlock {
    width: 100%;
  }
  .prices__item-buttonBlock {
    width: 100%;
    justify-items: flex-start;
  }
  .prices__item-buttonBlock .simple-button {
    width: 100%;
  }
  .prices__item:first-child {
    padding: 0 0 16px 0;
  }
  .prices__item:last-child {
    padding: 16px 0 0 0;
  }
}
.textSection__wrapper {
  background: #ecf0fa;
  border-radius: 30px;
  padding: 100px 0;
  margin-bottom: 60px;
}
.textSection__container {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}

.textBlock h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 30px;
}
.textBlock h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.textBlock a {
  color: #6cbda0;
  text-decoration: underline;
}
.textBlock p {
  font-size: 18px;
  font-weight: 400;
  line-height: 137%;
  margin-bottom: 20px;
}
.textBlock p.warning {
  padding: 30px;
  border-radius: 20px;
  background: #8894c2;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textBlock p.warning::after {
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #8894c2;
  font-weight: 600;
  flex-shrink: 0;
}
.textBlock p.counter {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 500;
}
.textBlock p.counter::before {
  counter-increment: section;
  content: "0" counter(section);
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50%;
  background: #8894c2;
}
.textBlock li {
  font-size: 18px;
  font-weight: 400;
  line-height: 137%;
  margin-bottom: 16px;
}
.textBlock ul {
  list-style: none;
}
.textBlock ul li {
  position: relative;
  padding-left: 24px;
}
.textBlock ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8894c2;
  position: absolute;
  left: 0;
  top: 9px;
}
.textBlock ol {
  counter-reset: section;
  list-style-type: none;
}
.textBlock ol li {
  position: relative;
  padding-left: 40px;
}
.textBlock ol li::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #8894c2;
  font-weight: 500;
}
.textBlock table {
  margin-bottom: 20px;
  border: 1px solid rgba(136, 148, 194, 0.2);
}
.textBlock table tr {
  background: #ffffff;
}
.textBlock table tr:nth-child(even) {
  background: #ecf0fa;
}
.textBlock table tr td {
  min-width: 200px;
  padding: 20px;
  border-right: 1px solid rgba(136, 148, 194, 0.2);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
.textBlock div {
  overflow: hidden;
  overflow-x: auto;
}
.textBlock img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 410px;
  margin-bottom: 20px;
}
.textBlock blockquote.quote {
  margin-bottom: 20px;
  padding: 30px;
  background: #8894c2;
  position: relative;
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.textBlock blockquote.quote .quote__absoluteImg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.textBlock blockquote.quote .quote__lineBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.textBlock blockquote.quote .quote__lineBlock-line {
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.textBlock blockquote.quote .quote__lineBlock-swgBlock {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.textBlock blockquote.quote .quote__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.textBlock blockquote.quote .quote__info {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.textBlock blockquote.quote .quote__doctor {
  display: flex;
  align-items: center;
  gap: 20px;
}
.textBlock blockquote.quote .quote__doctor-imageBlock {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #ecf0fa;
}
.textBlock blockquote.quote .quote__doctor-imageBlock img {
  max-width: 100%;
  object-fit: contain;
  margin: 0;
  display: block;
}
.textBlock blockquote.quote .quote__doctor-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.textBlock blockquote.quote .quote__doctor-position {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1300px) {
  .textBlock h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .textBlock h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .textBlock p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .textBlock li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .textBlock td {
    font-size: 14px;
  }
  .textBlock blockquote.quote .quote__text {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .textBlock h2 {
    font-size: 20px;
  }
  .textBlock h3 {
    font-size: 18px;
  }
  .textBlock p {
    font-size: 14px;
  }
  .textBlock li {
    font-size: 14px;
  }
  .textBlock td {
    font-size: 14px;
  }
  .textBlock blockquote.quote .quote__text {
    font-size: 14px;
    margin-bottom: 0;
  }
  .textBlock blockquote.quote .quote__doctor {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
    z-index: 2;
  }
  .textBlock blockquote.quote {
    padding: 16px;
  }
  .textBlock blockquote.quote .quote__doctor-imageBlock {
    width: 54px;
    height: 54px;
  }
  .textBlock blockquote.quote .quote__doctor-name {
    font-size: 16px;
  }
  .textSection .container {
    padding: 0;
  }
  .textBlock blockquote.quote .quote__lineBlock-swgBlock {
    width: 24px;
    height: 24px;
  }
  .textBlock blockquote.quote .quote__lineBlock-swgBlock svg {
    width: 10px;
  }
  .textBlock blockquote.quote .quote__info {
    gap: 30px;
  }
  .textBlock ol li::before {
    font-size: 16px;
  }
  .textBlock table tr td {
    font-size: 14px;
  }
  .textBlock p.counter {
    font-size: 20px;
  }
  .textSection__wrapper {
    padding: 24px 0;
    margin-bottom: 20px;
  }
}
.historySlider__item {
  padding: 16px;
  border-radius: 24px;
  background: #ffffff;
}
.historySlider__item-category {
  padding: 30px 24px;
  color: #ffffff;
  background: #8894c2;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.historySlider__item-textBlock {
  margin-bottom: 40px;
  padding: 0 14px;
}
.historySlider__item-textBlock button {
  text-decoration: underline;
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
  background: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-family: "Involve";
}
.historySlider__item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  transition: all 0.2s linear;
}
.historySlider__item-nameBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 14px;
  border-top: 1px solid #ecf0fa;
}
.historySlider__item-name {
  color: #8894c2;
  font-size: 18px;
  font-weight: 500;
}
.historySlider__item-date {
  color: #8894c2;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  .historySlider__item-category {
    font-size: 16px;
  }
  .historySlider__item-text {
    font-size: 16px;
  }
  .historySlider__item-name {
    font-size: 16px;
  }
  .historySlider__item-date {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .historySlider__item-category {
    font-size: 14px;
    padding: 21px 16px;
    margin-bottom: 16px;
  }
  .historySlider__item-text {
    font-size: 14px;
  }
  .historySlider__item-name {
    font-size: 14px;
  }
  .historySlider__item-date {
    font-size: 14px;
  }
  .historySlider__item-textBlock {
    margin-bottom: 24px;
  }
}
.articleSliderBlock {
  overflow: hidden;
}
.articleSliderBlock__titleBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.articleSliderBlock__titleBlock h2 {
  max-width: 800px;
  text-align: left;
}
.articleSliderBlock__slider {
  overflow: visible;
}
.articleSliderBlock__item {
  text-decoration: none;
}
.articleSliderBlock__item:hover .articleSliderBlock__item-sircle {
  background: #8894c2;
}
.articleSliderBlock__item:hover .articleSliderBlock__item-sircle svg path {
  stroke: #ffffff;
}
.articleSliderBlock__item-image {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.articleSliderBlock__item-image img {
  width: 100%;
  height: 100%;
  max-height: 245px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.articleSliderBlock__item-textBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.articleSliderBlock__item-sircle {
  background: #ecf0fa;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.articleSliderBlock__item-text {
  font-size: 22px;
  color: #133a66;
  font-weight: 500;
  line-height: 120%;
}
.articleSliderBlock__morebtn {
  display: none;
}

@media (max-width: 1300px) {
  .articleSliderBlock__item-text {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .articleSliderBlock__item-text {
    font-size: 16px;
  }
  .articleSliderBlock__morebtn {
    display: block;
  }
  .articleSliderBlock__item-sircle {
    width: 40px;
    height: 40px;
  }
  .articleSliderBlock__item-sircle svg {
    width: 12px;
  }
  .articleSliderBlock__btnWrapper {
    display: none;
  }
  .articleSliderBlock__titleBlock {
    justify-content: center;
  }
  .articleSliderBlock__item-image {
    max-height: 160px;
    margin-bottom: 16px;
  }
  .articleSliderBlock-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .articleSliderBlock__titleBlock .section-title {
    text-align: center;
  }
}
.faqBlock__wrapper {
  border-radius: 30px;
  background: #ecf0fa;
  padding: 90px 0;
}
.faqBlock__inner {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
.faqBlock__titleBlock {
  width: 488px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faqBlock__buttonsBlock {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.faqBlock__FAQs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faqBlock__FAQ-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 30px;
  background: #ffffff;
  border-radius: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s linear;
}
.faqBlock__FAQ-question div {
  transition: all 0.2s linear;
}
.faqBlock__FAQ-question.opened {
  margin-bottom: 6px;
}
.faqBlock__FAQ-question.opened div {
  transform: rotate(45deg);
}
.faqBlock__FAQ-answer {
  padding: 0 30px;
  background: #ffffff;
  border-radius: 16px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.faqBlock__FAQ-answer p {
  color: rgba(19, 58, 102, 0.6);
  font-weight: 500;
  line-height: 130%;
}
.faqBlock__FAQ-answer__texts {
  margin-bottom: 24px;
}
.faqBlock__FAQ-answered {
  background: #ecf0fa;
  padding: 28px;
  border-radius: 12px;
}
.faqBlock__FAQ-answered__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(136, 148, 194, 0.15);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.faqBlock__FAQ-answered__top span {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.4);
  font-weight: 500;
}
.faqBlock__FAQ-answered__top a {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.4);
  font-weight: 500;
}
.faqBlock__FAQ-answered__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faqBlock__FAQ-answered__photo {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}
.faqBlock__FAQ-answered__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.faqBlock__FAQ-answered__name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}
.faqBlock__FAQ-answered__position {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
}

@media (max-width: 1300px) {
  .faqBlock__inner {
    flex-direction: column;
    gap: 24px;
  }
  .faqBlock__titleBlock {
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
  }
  .faqBlock__FAQ-question {
    font-size: 16px;
  }
  .faqBlock__FAQ-answer p {
    font-size: 16px;
  }
  .faqBlock__FAQ-answered__top span {
    font-size: 12px;
  }
  .faqBlock__FAQ-answered__top a {
    font-size: 12px;
  }
  .faqBlock__FAQ-answered__name {
    font-size: 20px;
  }
  .faqBlock__FAQ-answered__position {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .faqBlock__FAQ-question {
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
  }
  .faqBlock__FAQ-answer p {
    font-size: 14px;
  }
  .faqBlock__FAQ-answered__name {
    font-size: 14px;
  }
  .faqBlock .container {
    padding: 0;
  }
  .faqBlock__FAQ-answered__photo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
  .faqBlock__FAQ-answered {
    padding: 16px;
  }
  .faqBlock__buttonsBlock {
    display: none;
  }
  .faqBlock__wrapper {
    padding: 24px 0;
  }
  .faqBlock__FAQs {
    gap: 10px;
  }
}
.footer {
  margin-bottom: 29px;
}
.footer__wrapper {
  border-radius: 30px;
  background: #8894c2;
  padding: 60px 0;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 40px;
  border-bottom: 1px solid #9aa4cb;
}
.footer__logoBlock {
  max-width: 456px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logo {
  display: block;
  width: 100%;
}
.footer__logo img {
  width: 100%;
}
.footer__infoBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__infoBlock a {
  font-size: 18px;
  color: rgba(236, 240, 250, 0.6);
  font-weight: 500;
  text-decoration: none;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__link {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__info-textblock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__info-phone {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.footer__info-socialsBlock {
  display: flex;
  gap: 8px;
}
.footer__info p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  flex-direction: column;
  gap: 16px;
}
.footer__bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1300px) {
  .footer__infoBlock a {
    font-size: 16px;
  }
  .footer__link {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .footer__list {
    text-align: center;
  }
  .footer__infoBlock {
    display: none;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__info {
    align-items: center;
  }
  .footer__info p {
    text-align: center;
    font-size: 14px;
  }
  .footer__info-phone {
    text-align: center;
    font-size: 26px;
  }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .footer .container {
    padding: 0;
  }
  .footer {
    margin-bottom: 0;
  }
}
.breadcrumbs {
  margin: 40px 0;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbs ul li {
  font-size: 16px;
  color: rgba(19, 58, 102, 0.6);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
}
.breadcrumbs ul li::after {
  content: "";
  display: block;
  background: #8894c2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #133a66;
}

@media (max-width: 800px) {
  .breadcrumbs ul li {
    font-size: 14px;
  }
  .breadcrumbs {
    margin: 20px 0;
  }
}
.serviceTitleBlock {
  margin-bottom: 160px;
}
.serviceTitleBlock__title {
  margin-bottom: 32px;
}
.serviceTitleBlock__desc {
  font-size: 22px;
  color: rgba(19, 58, 102, 0.7);
  max-width: 600px;
  line-height: 120%;
  margin-bottom: 50px;
}
.serviceTitleBlock__priceBlock {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 60px;
}
.serviceTitleBlock__priceBlock-decor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}
.serviceTitleBlock__priceBlock-decor div {
  background: #6cbda0;
  width: 2px;
  height: 100%;
  border-radius: 2px;
}
.serviceTitleBlock__priceBlock-decor svg {
  flex-shrink: 0;
}
.serviceTitleBlock__priceBlock-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.serviceTitleBlock__priceBlock-name {
  font-size: 22px;
  font-weight: 500;
}
.serviceTitleBlock__priceBlock-price {
  font-size: 36px;
  color: #8894c2;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .serviceTitleBlock__desc {
    font-size: 20px;
  }
  .serviceTitleBlock__priceBlock-name {
    font-size: 20px;
  }
  .serviceTitleBlock__priceBlock-price {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .serviceTitleBlock__title {
    text-align: center;
    margin-bottom: 16px;
  }
  .serviceTitleBlock__desc {
    font-size: 14px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .serviceTitleBlock__priceBlock-name {
    font-size: 14px;
  }
  .serviceTitleBlock__priceBlock-price {
    font-size: 16px;
  }
  .serviceTitleBlock__priceBlock {
    gap: 10px;
  }
  .serviceTitleBlock__priceBlock-info {
    gap: 16px;
  }
  .serviceTitleBlock__priceBlock {
    margin-bottom: 24px;
  }
  .serviceTitleBlock__button {
    width: 100%;
  }
  .serviceTitleBlock {
    margin-bottom: 51px;
  }
}
.howWeHealing__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.howWeHealing__item {
  width: calc(33.3333333333% - 20px);
  padding: 28px;
  background: #ecf0fa;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 240px;
  justify-content: space-between;
}
.howWeHealing__item.high {
  height: 276px;
}
.howWeHealing__item.formItem {
  background: #8894c2;
  padding: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.howWeHealing__item-simpletext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.howWeHealing__item-numberBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.howWeHealing__item-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.howWeHealing__item-number {
  color: #8894c2;
  font-size: 22px;
  font-weight: 500;
}
.howWeHealing__item-number.sircle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.howWeHealing__item-name {
  font-size: 22px;
  font-weight: 500;
}
.howWeHealing.grid-section .howWeHealing__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.howWeHealing.grid-section .howWeHealing__item {
  width: 100%;
}
.howWeHealing.grid-section .howWeHealing__item.big {
  height: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  color: #ffffff;
  background-color: #8894c2;
  background-image: url("/assets/images/advbg2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

@media (max-width: 1300px) {
  .howWeHealing__item {
    width: calc(50% - 15px);
  }
  .howWeHealing__item-simpletext {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .howWeHealing.grid-section .howWeHealing__item.big {
    grid-row-end: 2;
  }
  .howWeHealing.grid-section .howWeHealing__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .howWeHealing__item {
    width: 100%;
    height: 160px;
    padding: 16px;
  }
  .howWeHealing__item.high {
    height: 180px;
  }
  .howWeHealing__item.formItem {
    padding: 28px;
  }
  .howWeHealing__item-simpletext {
    font-size: 20px;
  }
  .howWeHealing__item.high.formItem {
    height: auto;
  }
  .howWeHealing__item-name {
    font-size: 16px;
  }
  .howWeHealing__item-icon {
    width: 52px;
    height: 52px;
  }
  .howWeHealing__item-number {
    font-size: 16px;
  }
  .howWeHealing__item-number.sircle {
    width: 48px;
    height: 48px;
  }
  .howWeHealing.grid-section .howWeHealing__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .howWeHealing.grid-section .howWeHealing__item.big {
    height: 180px;
    background-position: left bottom;
  }
}
.pricesAndRecord__inner {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.pricesAndRecord__pricesBlock {
  width: 50%;
}
.pricesAndRecord__pricesBlock-nameLine {
  background: #ecf0fa;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pricesAndRecord__pricesBlock-name {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
  font-weight: 500;
  width: 90%;
}
.pricesAndRecord__pricesBlock-price {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
  font-weight: 500;
  width: auto;
}
.pricesAndRecord__pricesBlock-items {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #ecf0fa;
}
.pricesAndRecord__pricesBlock-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ecf0fa;
  gap: 10px;
}
.pricesAndRecord__pricesBlock-item:first-child {
  padding: 0 0 20px 0;
}
.pricesAndRecord__pricesBlock-item:last-child {
  padding: 20px 0 0 0;
  border-bottom: none;
}
.pricesAndRecord__pricesBlock-item__name {
  width: 98%;
  font-weight: 500;
}
.pricesAndRecord__pricesBlock-item__price {
  width: 61px;
  color: #6cbda0;
  flex-shrink: 0;
}
.pricesAndRecord__infoBlock {
  width: 50%;
  padding: 40px;
  background: #8894c2;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.pricesAndRecord__infoBlock-text {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 115%;
}

@media (max-width: 1300px) {
  .pricesAndRecord__infoBlock-text {
    font-size: 24px;
  }
  .pricesAndRecord__pricesBlock-item__name {
    font-size: 16px;
  }
  .pricesAndRecord__pricesBlock-item__price {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .pricesAndRecord__inner {
    flex-direction: column;
    gap: 16px;
  }
  .pricesAndRecord__pricesBlock {
    width: 100%;
  }
  .pricesAndRecord__infoBlock {
    width: 100%;
    gap: 40px;
    padding: 20px 16px;
  }
  .pricesAndRecord__infoBlock-text {
    font-size: 20px;
    font-weight: 400;
  }
  .pricesAndRecord__button {
    width: 100%;
  }
  .pricesAndRecord__pricesBlock-item__name {
    font-size: 14px;
  }
  .pricesAndRecord__pricesBlock-item__price {
    font-size: 14px;
  }
  .pricesAndRecord__pricesBlock-items {
    padding: 20px 16px;
  }
  .pricesAndRecord__pricesBlock-nameLine {
    display: none;
  }
}
.servicesAdvantages__inner {
  display: flex;
  gap: 30px;
}
.servicesAdvantages__imageBlock {
  width: 50%;
  position: relative;
  border-radius: 20px;
  background: #8894c2;
  display: flex;
  align-items: flex-end;
}
.servicesAdvantages__imageBlock-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.servicesAdvantages__imageBlock-absoluteImage {
  position: absolute;
  bottom: 0;
}
.servicesAdvantages__imageBlock-absoluteImage img {
  display: block;
  width: 100%;
}
.servicesAdvantages__items {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.servicesAdvantages__item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border-radius: 20px;
  background: #ecf0fa;
}
.servicesAdvantages__item-sircle {
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1300px) {
  .servicesAdvantages__item-sircle {
    width: 48px;
    height: 48px;
  }
  .servicesAdvantages__item {
    padding: 16px;
  }
  .servicesAdvantages__item-text {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .servicesAdvantages__inner {
    flex-direction: column-reverse;
  }
  .servicesAdvantages__items {
    width: 100%;
  }
  .servicesAdvantages__item-text {
    font-size: 14px;
  }
  .servicesAdvantages__imageBlock {
    width: 100%;
  }
}
.servicesPage__titleBlock {
  text-align: left;
}
.servicesPage__tabsItems {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ecf0fa;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  margin-bottom: 70px;
  position: relative;
}
.servicesPage__tabsItem-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.servicesPage__tabsItem {
  padding: 16px 24px;
  border-radius: 12px;
  background: transparent;
  transition: all 0.2s linear;
  color: rgba(19, 58, 102, 0.5);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}
.servicesPage__tabsItem.active {
  color: #ffffff;
  background: #8894c2;
}
.servicesPage__tabContent {
  display: none;
  padding: 60px 0;
  border-bottom: 1px solid #ecf0fa;
  border-top: 1px solid #ecf0fa;
}
.servicesPage__tabContent.active {
  display: block;
}
.servicesPage__sectionTitle {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 36px;
}

.servicesPage__mobileTabView {
  display: none;
}
@media (max-width: 1300px) {
  .servicesPage__sectionTitle {
    font-size: 32px;
  }
  .servicesPage__tabsItem {
    font-size: 16px;
  }
  .servicesPage__tabsItems {
    width: 100%;
    overflow: scroll;
  }
}
@media (max-width: 800px) {
  .servicesPage__sectionTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .servicesPage__tabsItem {
    font-size: 14px;
    padding: 12px 0;
    border-radius: 6px;
  }
  .servicesPage__tabsItem.active {
    background: transparent;
    color: rgba(19, 58, 102, 0.5);
  }
  .servicesPage__tabsItems {
    padding: 5px;
    margin-bottom: 24px;
    border-radius: 12px;
    justify-content: space-between;
  }
  .servicesPage__tabsItems::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("/assets/images/arrov.svg");
    transition: all 0.2s linear;
  }
  .servicesPage__tabsItems.opened::after {
    transform: rotate(180deg);
  }
  .servicesPage__tabContent {
    padding: 24px 0;
  }
  .servicesPage__mobileTabView {
    display: block;
  }
  .servicesPage__mobileTabView {
    font-size: 14px;
    font-weight: 500;
    color: #717ca8;
  }
  .servicesPage__tabsItem-container {
    position: absolute;
    bottom: 0;
    transform: translateY(101%);
    left: 0;
    flex-direction: column;
    border: 1px solid #ecf0fa;
    width: 100%;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 22px 20px;
    display: none;
  }
  .servicesPage__tabsItem-container.active {
    display: block;
  }
  .servicesPage__tabsItems {
    padding: 22px 20px;
  }
  .servicesPage__tabsItems {
    overflow: visible;
  }
}
.literatura__wrapper {
  background: #ecf0fa;
  border-radius: 30px;
  padding: 90px 0;
}
.literatura__inner {
  display: flex;
  align-items: flex-start;
  gap: 88px;
}
.literatura__listBlock {
  width: 65%;
}
.literatura__doctorBlock {
  width: 35%;
}
.literatura .section-title {
  font-size: 36px;
  margin-bottom: 32px;
}
.literatura__doctor {
  padding: 28px;
  border-radius: 20px;
  background: #ffffff;
}
.literatura__doctor-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #ecf0fa;
}
.literatura__doctor-author {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.4);
  font-weight: 600;
}
.literatura__doctor-link {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
  font-weight: 600;
}
.literatura__doctor-bottom {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 16px;
}
.literatura__doctor-image {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background: #ecf0fa;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.literatura__doctor-image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.literatura__doctor-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.literatura__doctor-position {
  font-size: 14px;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.6);
  margin-bottom: 12px;
}
.literatura__doctor-date {
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid #ecf0fa;
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
  width: -moz-max-content;
  width: max-content;
}
.literatura__doctor-date.bottom {
  width: 100%;
  display: none;
}

@media (max-width: 1300px) {
  .literatura__inner {
    flex-direction: column;
  }
  .literatura__listBlock {
    width: 100%;
  }
  .literatura .section-title {
    font-size: 24px;
  }
  .literatura__doctorBlock {
    width: 100%;
  }
  .literatura__doctor-name {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .literatura__doctor-date {
    display: none;
  }
  .literatura__doctor-date.bottom {
    display: block;
    margin-top: 12px;
  }
  .literatura__doctor {
    padding: 16px;
  }
  .literatura__doctor-name {
    font-size: 14px;
  }
  .literatura__doctor-bottom {
    gap: 12px;
  }
  .literatura__doctor-image {
    width: 60px;
    height: 60px;
  }
  .literatura .container {
    padding: 0;
  }
  .literatura__inner {
    gap: 20px;
  }
  .literatura__wrapper {
    padding: 24px 0;
  }
  .literatura .section-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.doctors__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.doctors__list .doctorSlider__item {
  width: calc(100% / 4 - 30px * 3 / 4);
}
@media (max-width: 1650px) {
  .doctors__list .doctorSlider__item {
    width: calc(100% / 3 - 30px * 2 / 3);
  }
}
@media (max-width: 1150px) {
  .doctors__list .doctorSlider__item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
}
@media (max-width: 800px) {
  .doctors__list {
    gap: 16px;
  }
  .doctors__list .doctorSlider__item {
    width: 100%;
  }
}

.mainDoctor .breadcrumbs .small-container {
  padding: 0;
}
.mainDoctor .breadcrumbs {
  margin-top: 0;
}
.mainDoctor__wrapper {
  border-radius: 30px;
  padding: 90px 0;
  background: #ecf0fa;
}
.mainDoctor__inner {
  display: flex;
  gap: 106px;
  align-items: flex-end;
}
.mainDoctor__info {
  width: 57%;
}
.mainDoctor__raitingBlock {
  width: 43%;
  position: relative;
}
.mainDoctor__raitingBlock-absoluteImg {
  position: absolute;
  bottom: -90px;
  z-index: 0;
}
.mainDoctor__raitingBlock-absoluteImg img {
  max-width: 100%;
}
.mainDoctor__title {
  margin-bottom: 24px;
}
.mainDoctor__description {
  color: rgba(19, 58, 102, 0.7);
  line-height: 137%;
  margin-bottom: 23px;
}
.mainDoctor__advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.mainDoctor__advantages-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mainDoctor__advantages-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainDoctor__advantages-text {
  font-weight: 500;
}
.mainDoctor__buttonBlock {
  display: flex;
  gap: 34px;
  align-items: stretch;
}
.mainDoctor__priceBlock {
  display: flex;
  gap: 16px;
}
.mainDoctor__priceBlock-decor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.mainDoctor__priceBlock-decor div {
  width: 2px;
  height: 100%;
  background: #6cbda0;
  border-radius: 3px;
}
.mainDoctor__priceBlock-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainDoctor__priceBlock-name {
  font-weight: 500;
}
.mainDoctor__priceBlock-value {
  font-weight: 500;
  color: #8894c2;
  font-size: 24px;
}
.mainDoctor__raitings {
  display: flex;
  gap: 10px;
}
.mainDoctor__raiting {
  width: calc(33.3333333333% - 6.6666666667px);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px 0;
}
.mainDoctor__raiting-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 0 20px;
}
.mainDoctor__raiting-number {
  font-size: 22px;
  font-weight: 600;
  color: #2e3749;
}
.mainDoctor__raiting-bottom {
  padding: 17px 0;
  background: #ffffff;
  border-radius: 12px;
  text-align: center;
  padding: 17px 0;
  margin: 0 8px;
}
.mainDoctor__mobilePhoto {
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  display: none;
  margin-bottom: 28px;
}
.mainDoctor__mobilePhoto img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  max-height: 362px;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  .mainDoctor__title {
    font-size: 52px;
  }
  .mainDoctor__raiting-top {
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  .mainDoctor__description {
    font-size: 16px;
  }
  .mainDoctor__advantages-text {
    font-size: 16px;
  }
  .mainDoctor__buttonBlock {
    flex-direction: column-reverse;
  }
  .mainDoctor__raiting-stars {
    display: none;
  }
  .mainDoctor__raiting-bottom svg {
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .mainDoctor__inner {
    flex-direction: column;
  }
  .mainDoctor__info {
    width: 100%;
  }
  .mainDoctor__raitingBlock {
    display: none;
  }
  .mainDoctor__priceBlock {
    display: none;
  }
  .mainDoctor__mobilePhoto {
    display: block;
  }
}
@media (max-width: 800px) {
  .mainDoctor__title {
    font-size: 26px;
  }
  .mainDoctor__info .breadcrumbs ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .mainDoctor__title {
    text-align: center;
    margin-bottom: 48px;
  }
  .mainDoctor__description {
    font-size: 14px;
    margin-bottom: 42px;
  }
  .mainDoctor__advantages-text {
    font-size: 14px;
  }
  .mainDoctor__advantages-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .mainDoctor__advantages-icon svg {
    width: 18px;
  }
  .mainDoctor__wrapper {
    padding: 24px 0;
  }
  .mainDoctor .container {
    padding: 0;
  }
}

.raspisanie__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.raspisanie__item {
  width: calc(14.2857142857% - 17.1428571429px);
  padding: 8px;
  border-radius: 20px;
  background: #ecf0fa;
}
.raspisanie__item-day {
  padding: 19px;
  border-radius: 12px;
  background: #ffffff;
  font-weight: 500;
  text-align: center;
}
.raspisanie__item-time {
  padding: 24px 0;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.7);
  text-align: center;
}

@media (max-width: 1300px) {
  .raspisanie__item {
    width: calc(20% - 16px);
  }
}
@media (max-width: 1000px) {
  .raspisanie__item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 800px) {
  .raspisanie__items {
    gap: 10px;
  }
  .raspisanie__item {
    width: calc(50% - 5px);
  }
  .raspisanie__item-day {
    font-size: 14px;
  }
  .raspisanie__item-time {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .raspisanie__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 12px;
  }
  .raspisanie__item-day {
    padding: 14px 19px;
    line-height: 100%;
    min-width: 132px;
    text-align: center;
    border-radius: 8px;
  }
  .raspisanie__item-time {
    padding: 0;
  }
}

.education__items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
}
.education__tabContent {
  display: none;
}
.education__tabContent.active {
  display: block;
}
.education__tabsItems {
  margin: 0 auto 70px auto;
  overflow: auto;
}

@media (max-width: 800px) {
  .education__list .nearby__item {
    width: 100%;
  }
  .education__items {
    gap: 28px;
  }
  .education__tabsItems {
    margin: 0 auto 24px auto;
  }
}
.profiles__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.profiles__item {
  width: calc(100% / 3 - 30px * 2 / 3);
  background: #fff;
  border: 1px solid #ecf0fa;
  border-radius: 20px;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
}

.profiles__item-name {
  font-weight: 500;
  font-size: 18px;
  color: #133a66;
}
.profiles__item-link {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ecf0fa;
  flex-shrink: 0;
  transition: all 0.2s linear;
}
.profiles__item-link svg path {
  transition: all 0.2s linear;
}
.profiles__item:hover .profiles__item-link {
  background: #8894c2;
}
.profiles__item:hover .profiles__item-link svg path {
  stroke: #fff;
}

@media (max-width: 1300px) {
  .profiles__item-name {
    font-size: 16px;
  }
  .profiles__item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
}
@media (max-width: 800px) {
  .profiles__item-name {
    font-size: 14px;
  }
  .profiles__items {
    gap: 10px;
  }
  .profiles__item {
    width: 100%;
  }
  .profiles__item-link {
    width: 44px;
    height: 44px;
  }
}

.klinikaMainBlock__wrapper {
  padding: 40px 0;
  background: #ecf0fa;
  border-radius: 30px;
}
.klinikaMainBlock .breadcrumbs ul {
  justify-content: center;
}
@media (max-width: 800px) {
  .klinikaMainBlock .container {
    padding: 0;
  }
}

.AllFAQBlock__tabContent {
  display: none;
}
.AllFAQBlock__tabContent.active {
  display: block;
}

.AllFAQBlock .faqBlock__FAQ-question {
  background: #ecf0fa;
}
.AllFAQBlock .faqBlock__FAQ-answer {
  background: #ecf0fa;
}
.AllFAQBlock .faqBlock__FAQ-answered {
  background: #fff;
}

.vakansii__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.vakansii__item {
  width: calc(100% / 2 - 30px * 1 / 2);
  background: #ecf0fa;
  padding: 12px 12px 40px 12px;
  border-radius: 30px;
}
.vakansii__item-top {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
.vakansii__item-decorBlock {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.vakansii__item-decorBlock div {
  width: 2px;
  height: 100%;
  border-radius: 3px;
  background: #6cbda0;
}
.vakansii__item-nameBlock {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vakansii__item-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.vakansii__item-priceBlock {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vakansii__item-price {
  font-size: 22px;
  font-weight: 500;
}
.vakansii__item-advantages {
  display: flex;
  align-items: center;
  gap: 4px;
}
.vakansii__item-advantage {
  padding: 12px;
  background: #ecf0fa;
  font-size: 14px;
  font-weight: 500;
  color: #717ca8;
  border-radius: 12px;
}
.vakansii__item-bottom {
  padding: 0 28px;
}
.vakansii__item-texts {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
}
.vakansii__item-textblock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vakansii__item-desc {
  font-size: 14px;
  font-weight: 500;
  color: rgba(19, 58, 102, 0.6);
}
.vakansii__item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1550px) {
  .vakansii__item-priceBlock {
    flex-direction: column;
    align-items: flex-start;
  }
  .vakansii__item-advantages {
    flex-wrap: wrap;
  }
}
@media (max-width: 1300px) {
  .vakansii__item-name {
    font-size: 20px;
  }
  .vakansii__item-price {
    font-size: 20px;
  }
  .vakansii__item-text {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .vakansii__item {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .vakansii__items {
    gap: 12px;
  }
  .vakansii__item-nameBlock {
    gap: 20px;
  }
  .vakansii__item-price {
    font-size: 16px;
  }
  .vakansii__item-priceBlock {
    gap: 12px;
  }
  .vakansii__item-top {
    padding: 8px;
  }
  .vakansii__item-advantage {
    padding: 8px;
    border-radius: 8px;
  }
  .vakansii__item-texts {
    gap: 24px;
  }
  .vakansii__item .small-btn {
    width: 100%;
  }
  .vakansii__item {
    padding: 8px 8px 28px 8px;
  }
  .vakansii__item-bottom {
    padding: 0 8px;
  }
}

.reviewsPage__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.reviewsPage__items .historySlider__item {
  width: calc(100% / 2 - 30px * 1 / 2);
  border: 1px solid rgba(136, 148, 194, 0.2);
}
@media (max-width: 800px) {
  .reviewsPage__items .historySlider__item {
    width: 100%;
  }
  .reviewsPage__items {
    gap: 16px;
  }
}

.statiPage__items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.statiPage__items .articleSliderBlock__item {
  width: calc(100% / 3 - 30px * 2 / 3);
}

@media (max-width: 1300px) {
  .statiPage__items .articleSliderBlock__item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
}
@media (max-width: 800px) {
  .statiPage__items .articleSliderBlock__item {
    width: 100%;
  }
  .statiPage__items {
    gap: 24px;
  }
}
.detailArticleTitleBlock {
  margin-bottom: 20px;
}
.detailArticleTitleBlock__wrapper {
  padding: 60px 0 90px 0;
  border-radius: 30px;
  background: #8894c2;
  position: relative;
}
.detailArticleTitleBlock__leftImage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.detailArticleTitleBlock__leftImage svg {
  height: 100%;
}
.detailArticleTitleBlock__rightImage svg {
  height: 100%;
}
.detailArticleTitleBlock__rightImage {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.detailArticleTitleBlock .breadcrumbs {
  margin-bottom: 50px;
  margin-top: 0;
}
.detailArticleTitleBlock .breadcrumbs ul {
  justify-content: center;
  flex-wrap: wrap;
}
.detailArticleTitleBlock .breadcrumbs ul li {
  color: #fff;
  text-align: center;
}
.detailArticleTitleBlock .breadcrumbs ul a {
  color: #fff;
  text-align: center;
}
.detailArticleTitleBlock .breadcrumbs ul li::after {
  background: #fff;
}
.detailArticleTitleBlock .h1-mainTitle {
  text-align: center;
  color: #fff;
  margin-bottom: 34px;
}
.detailArticleTitleBlock__information {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.detailArticleTitleBlock__information-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 340px;
  background: #fff;
  padding: 17px 20px;
  border-radius: 12px;
}
.detailArticleTitleBlock__information-nameBlock {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detailArticleTitleBlock__information-name {
  font-size: 16px;
  color: rgba(19, 58, 102, 0.7);
}
.detailArticleTitleBlock__information-number {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .detailArticleTitleBlock__information {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .detailArticleTitleBlock .container {
    padding: 0;
  }
  .detailArticleTitleBlock__wrapper {
    padding: 24px 0;
  }
  .detailArticleTitleBlock__rightImage svg {
    max-width: 90px;
  }
  .detailArticleTitleBlock__leftImage svg {
    max-width: 90px;
  }
  .detailArticleTitleBlock .breadcrumbs {
    margin-bottom: 20px;
  }
  .detailArticleTitleBlock .h1-mainTitle {
    margin-bottom: 20px;
  }
  .detailArticleTitleBlock__information-name {
    font-size: 14px;
  }
  .detailArticleTitleBlock__information-number {
    font-size: 14px;
  }
  .detailArticleTitleBlock__information-nameBlock svg {
    width: 20px;
  }
  .detailArticleTitleBlock__information-item {
    padding: 15px;
    min-width: auto;
    width: 100%;
  }
  .detailArticleTitleBlock__information {
    gap: 4px;
  }
}

.detailArticleTitleBlock__soderjanie {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  gap: 24px;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-decor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  overflow-x: hidden;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-decor
  div {
  width: 2px;
  height: 100%;
  background: #6cbda0;
  overflow-x: hidden;
}
.detailArticleTitleBlock__soderjanie .detailArticleTitleBlock__soderjanie-link {
  font-size: 22px;
  font-weight: 500;
  color: #133a66;
  text-decoration: none;
  display: block;
  width: calc(100% - 30px);
}
.detailArticleTitleBlock__soderjanie-list {
  list-style: none;
  width: 100%;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-list
  .detailArticleTitleBlock__soderjanie-item {
  padding-left: 0;
  margin-bottom: 20px;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-list
  .detailArticleTitleBlock__soderjanie-item::before {
  display: none;
}
.detailArticleTitleBlock__soderjanie-subList {
  background: #fafbff;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #ecf0fa;
  width: 100%;
  margin-top: 12px;
}
.detailArticleTitleBlock__soderjanie-item.subitem {
  position: relative;
  cursor: pointer;
}
.detailArticleTitleBlock__soderjanie-item.subitem::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("/assets/images/arrov.svg");
  position: absolute;
  right: 0;
  top: 5px;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-subList {
  list-style: none;
  transition: all 0.2s linear;
  overflow: hidden;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-subList
  .detailArticleTitleBlock__soderjanie-subitem::before {
  display: none;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-subList
  .detailArticleTitleBlock__soderjanie-subitem {
  padding-left: 0;
  margin-bottom: 15px;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-subList
  .detailArticleTitleBlock__soderjanie-subitem:last-child {
  margin-bottom: 0;
}
.detailArticleTitleBlock__soderjanie
  .detailArticleTitleBlock__soderjanie-subList
  .detailArticleTitleBlock__soderjanie-subLink {
  font-size: 18px;
  font-weight: 500;
  color: #133a66;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .detailArticleTitleBlock__soderjanie
    .detailArticleTitleBlock__soderjanie-link {
    font-size: 20px;
  }
  .detailArticleTitleBlock__soderjanie
    .detailArticleTitleBlock__soderjanie-subList
    .detailArticleTitleBlock__soderjanie-subLink {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .detailArticleTitleBlock__soderjanie
    .detailArticleTitleBlock__soderjanie-link {
    font-size: 16px;
  }
  .detailArticleTitleBlock__soderjanie
    .detailArticleTitleBlock__soderjanie-subList
    .detailArticleTitleBlock__soderjanie-subLink {
    font-size: 14px;
  }
  .detailArticleTitleBlock__soderjanie {
    padding: 24px 16px;
    gap: 15px;
  }
}

.photogallery__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.photogallery__item {
  width: calc(100% / 3 - 30px * 2 / 3);
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.photogallery__item img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .photogallery__item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
}
@media (max-width: 800px) {
  .photogallery__item {
    width: 100%;
  }
  .photogallery__items {
    gap: 16px;
  }
}

.licenses__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.licenses__item {
  width: calc(100% / 4 - 30px * 3 / 4);
  border-radius: 30px;
  padding: 28px;
  background: #ecf0fa;
  text-decoration: none;
  color: #133a66;
  display: flex;
  flex-direction: column;
}
.licenses__item-categoryBlock {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.licenses__item-categoryBlock p {
  font-size: 16px;
  color: rgba(136, 148, 194, 0.7);
  font-weight: 500;
}
.licenses__item-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 10px;
}
.licenses__item-description {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 65px;
  color: rgba(136, 148, 194, 0.7);
  line-height: 120%;
}
.licenses__item-image {
  text-align-last: left;
  max-width: 155px;
  margin-left: auto;
  margin-top: auto;
  border: 8px solid #fff;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.licenses__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.licenses__item:hover .licenses__item-image {
  transform: scale(1.06);
}
.licenses__item-show {
  display: none;
}

@media (max-width: 1500px) {
  .licenses__item {
    width: calc(100% / 3 - 30px * 2 / 3);
  }
}
@media (max-width: 1300px) {
  .licenses__item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
  .licenses__item-name {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .licenses__item {
    width: 100%;
  }
  .licenses__item-name {
    font-size: 16px;
  }
  .licenses__item-description {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .licenses__item-image {
    display: none;
  }
  .licenses__item-show {
    display: block;
    margin-top: auto;
    padding: 20px;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    background: #8894c2;
    color: #fff;
    font-size: 14px;
  }
  .licenses__item-description {
    margin-bottom: 70px;
  }
}

.contacts__inner {
  display: flex;
  gap: 30px;
}
.contacts__info {
  width: 50%;
  padding: 40px;
  border-radius: 30px;
  background: #ecf0fa;
}
.contacts__map {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
}
.contacts__info-text {
  margin-bottom: 40px;
  font-size: 18px;
  color: rgba(19, 58, 102, 0.7);
}
.contacts__info-contactBlock {
  display: flex;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 60px;
}
.contacts__info-decor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.contacts__info-decor div {
  width: 2px;
  height: 100%;
  background: #6cbda0;
}
.contacts__info-contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contacts__info-contactsItem__key {
  font-size: 14px;
  color: rgba(19, 58, 102, 0.6);
  margin-bottom: 12px;
}
.contacts__info-contactsItem__value {
  font-size: 24px;
  font-weight: 500;
}
.contacts__info-contactsItem__socials {
  display: flex;
  gap: 8px;
}

@media (max-width: 1300px) {
  .contacts__info-contactsItem__value {
    font-size: 20px;
  }
  .contacts__info-text {
    font-size: 14px;
  }
  .contacts__info {
    padding: 24px 16px;
  }
}
@media (max-width: 800px) {
  .contacts__inner {
    flex-direction: column;
    gap: 10px;
  }
  .contacts__map {
    width: 100%;
    height: 600px;
  }
  .contacts__info {
    width: 100%;
  }
  .contacts__info-contacts {
    gap: 24px;
  }
  .contacts__info-contactsItem__value {
    font-size: 18px;
  }
  .contacts__info-contactBlock {
    gap: 10px;
  }
  .contacts__info .primary-button {
    width: 100%;
  }
}

.sitemapPage__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sitemapPage__item {
  width: calc(100% / 4 - 30px * 3 / 4);
  position: relative;
  border-radius: 30px;
  background: #ecf0fa;
  padding: 40px;
}
.sitemapPage__item-absoluteImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.sitemapPage__item-absoluteImg svg {
  max-width: 100%;
}
.sitemapPage__item-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
}
.sitemapPage__item-title.opened {
  margin-bottom: 0;
}
.sitemapPage__item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
  overflow: hidden;
}
.sitemapPage__item-link {
  text-decoration: none;
  color: rgba(19, 58, 102, 0.6);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 1500px) {
  .sitemapPage__item {
    width: calc(100% / 3 - 30px * 2 / 3);
  }
}
@media (max-width: 1300px) {
  .sitemapPage__item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }
  .sitemapPage__item-title {
    font-size: 20px;
  }
  .sitemapPage__item-link {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .sitemapPage__item {
    width: 100%;
    padding: 24px 20px;
    border-radius: 20px;
  }
  .sitemapPage__item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sitemapPage__item-list {
    gap: 12px;
  }
  .sitemapPage__items {
    gap: 10px;
  }
  .sitemapPage__item-absoluteImg {
    display: none;
  }
  .sitemapPage__item-title::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("/assets/images/arrov.svg");
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.2s linear;
  }
  .sitemapPage__item-title.opened::after {
    transform: rotate(180deg);
  }
}

.page404 {
  margin-bottom: 30px;
}
.page404__inner {
  display: flex;
  gap: 20px;
}
.page404__block404 {
  width: 50%;
  position: relative;
  border-radius: 30px;
  background: #8894c2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page404__block404-absoluteTop {
  position: absolute;
  top: 0;
  left: 0;
}
.page404__block404-absoluteTop svg {
  max-width: 100%;
}
.page404__block404-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page404__block404-bottom svg {
  max-width: 100%;
}
.page404__info {
  width: 50%;
  border-radius: 30px;
  background: #ecf0fa;
  padding: 60px 60px 40px 60px;
}
.page404__info-titleBlock {
  text-align: center;
  margin-bottom: 160px;
}
.page404__title {
  font-size: 52px;
  margin-bottom: 40px;
  text-align: center;
}
.page404__button {
  display: inline-block;
  text-decoration: none;
}
.page404__categoryBlock {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.page404__categoryBlock p {
  text-align: center;
  font-size: 18px;
  color: rgba(19, 58, 102, 0.7);
}
.page404__category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page404__category-item {
  width: calc(100% / 2 - 8px * 1 / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 23px;
  border-radius: 20px;
  background: #fff;
  text-decoration: none;
  color: #133a66;
}
.page404__category-name {
  font-size: 18px;
  font-weight: 500;
}
.page404__category-sircle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #ecf0fa;
  flex-shrink: 0;
}

@media (max-width: 1500px) {
  .page404__info {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 1300px) {
  .page404__title {
    font-size: 32px;
  }
  .page404__category-name {
    font-size: 16px;
  }
  .page404__info-titleBlock {
    margin-bottom: 80px;
  }
  .page404__category-item {
    padding: 10px;
  }
  .page404__svg {
    max-width: 400px;
  }
  .page404__block404-bottom svg {
    max-height: 180px;
  }
  .page404__block404-absoluteTop svg {
    max-height: 180px;
  }
}
@media (max-width: 1200px) {
  .page404__inner {
    flex-direction: column;
  }
  .page404__info {
    width: 100%;
  }
  .page404__block404 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .page404__svg {
    max-width: 150px;
  }
  .page404__block404-absoluteTop {
    display: none;
  }
  .page404__block404-bottom {
    display: none;
  }
  .page404 .container {
    padding: 0;
  }
  .page404__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page404__info-titleBlock {
    margin-bottom: 40px;
  }
  .page404__category-item {
    width: 100%;
  }
  .page404__info {
    padding: 24px 16px;
  }
  .page404__categoryBlock p {
    font-size: 16px;
  }
}

.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 1000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.4);
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  position: relative;
  width: 100%;
  max-width: 1310px;
  position: relative;
  transition: transform 0.3s linear;
  transform: rotateY(90deg);
  background: #6cbda0;
  border-radius: 30px;
}

.popup.open .popup__content {
  transform: rotateY(0);
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
  width: 62px;
  height: 62px;
  transition: transform 0.4s linear;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-popup img {
  height: 100%;
}

.close-popup:hover {
  transform: scale(1.1);
}

@media (max-width: 500px) {
  .popup .popupBtn {
    padding: 18px;
  }
}

.popup__zapis {
  display: flex;
  gap: 50px;
  padding: 40px;
}
.popup__zapis-imgBlock {
  width: 50%;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
}
.popup__zapis-imgBlock img {
  max-width: 100%;
  object-position: bottom;
  display: block;
  position: relative;
  z-index: 1;
}
.popup__zapis-formBlock {
  width: 50%;
  padding-top: 38px;
}
.popup__zapis-absoluteImage {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
.popup__zapis-absoluteImage img {
  display: block;
  width: 100%;
  max-height: 500px;
}
.popup__zapis-title {
  font-size: 52px;
  color: #fff;
  margin-bottom: 40px;
}
.popup__zapis-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-weight: 600;
}
.popup__zapis-form .popup__zapis-input {
  padding: 25px 30px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.6);
  background: #82c7ae;
  font-size: 16px;
  border: none;
  font-family: "Involve";
  outline: none;
}
.popup__zapis-form .popup__zapis-input::placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Involve";
  color: rgba(255, 255, 255, 0.6);
}

.popup__zapis-checkbox {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
}
.popup__zapis-checkbox:checked::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 2px;
  background-image: url("/assets/images/checkmark2.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.popup__zapis__politic {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.popup__zapis__politic a {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1300px) {
  .popup__zapis-title {
    font-size: 32px;
  }
  .close-popup {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1050px) {
  .popup__zapis-imgBlock {
    display: none;
  }
  .popup__zapis-formBlock {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .popup__zapis {
    padding: 50px 16px;
  }
  .popup__zapis-formBlock {
    padding-top: 0;
  }
  .popup__zapis-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .popup__zapis-form .popup__zapis-input {
    padding: 18px;
    font-size: 14px;
  }
  .popup__zapis-form .popup__zapis-input::placeholder {
    font-size: 14px;
  }
  .close-popup {
    top: 12px;
    right: 12px;
  }
}
.result-wrapper {
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.result-wrapper h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.popup-change-response__btn {
  text-align: center;
  margin-bottom: 80px;
}
.popup__vakansia-inputs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(130, 199, 174, 1);
  margin-bottom: 24px;
}
.popup__vakansia-inputs input {
  width: calc(100% / 2 - 10px * 1 / 2);
  padding: 25px 30px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.6);
  background: #82c7ae;
  font-size: 16px;
  border: none;
  font-family: "Involve";
  outline: none;
}
.popup__vakansia-inputs input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.popup__vakansia-content {
  padding: 80px 60px;
}
.popup__vakansia-title {
  font-size: 52px;
  color: #fff;
  margin-bottom: 40px;
}
.popup__content.popup__vakansia {
  max-width: 900px;
}
@media (max-width: 900px) {
  .popup__vakansia-title {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .popup__vakansia-inputs input {
    width: 100%;
    padding: 18px;
  }
}
@media (max-width: 800px) {
  .popup__vakansia-content {
    padding: 80px 16px;
  }
  .popup__vakansia-form .primary-button {
    width: 100%;
  }
  .politic.popup__zapis__politic {
    font-size: 12px;
  }
}
