* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 21px;
  line-height: 34px;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #54565a;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  text-rendering: optimizeLegibility;
}

video {
  max-width: 100%;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

a {
  color: #54565a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a,
a:visited {
  text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input:-webkit-autofill {
  background: #ffffff;
  -webkit-transition: 10000000000s linear;
  transition: 10000000000s linear;
}

@font-face {
  font-family: "Tenor Sans";
  src: url("fonts/TenorSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CoFoSans";
  src: url("fonts/CoFoSans-Regular.eot");
  src: url("fonts/CoFoSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/CoFoSans-Regular.woff") format("woff"), url("fonts/CoFoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CoFoSans";
  src: url("fonts/CoFoSans-Medium.eot");
  src: url("fonts/CoFoSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/CoFoSans-Medium.woff") format("woff"), url("fonts/CoFoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CoFoSans";
  src: url("fonts/CoFoSans-Bold.eot");
  src: url("fonts/CoFoSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CoFoSans-Bold.woff") format("woff"), url("fonts/CoFoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Casta";
  src: url("fonts/Casta-Regular.eot");
  src: url("fonts/Casta-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Casta-Regular.woff") format("woff"), url("fonts/Casta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Casta Slanted";
  src: url("fonts/Casta-Slanted.eot");
  src: url("fonts/Casta-Slanted.eot?#iefix") format("embedded-opentype"), url("fonts/Casta-Slanted.woff") format("woff"), url("fonts/Casta-Slanted.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}

.no-offset-bottom {
  margin-bottom: 0 !important;
}

.twentytwenty-overlay {
  display: none;
}

.slider-container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 45px;
  position: relative;
}

.slider-container .swiper {
  position: static;
}

.slider-container .swiper-button-prev {
  left: 0;
}

.slider-container .swiper-button-next {
  right: 0;
}

.slider-container .swiper-pagination {
  display: none;
}

.main-screen .swiper-pagination {
  display: none;
}

.subheading {
  font-family: "CoFoSans";
  text-align: center;
  margin: 0 auto 46px auto;
  max-width: 1025px;
}

.swiper-button-lock {
  display: none !important;
}

.main-heading {
  font-family: "Casta";
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 40px 0;
  text-align: center;
}

.centered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.end-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.no-mb {
  margin-bottom: 0 !important;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item:hover circle {
  fill: #ea6852;
}

.social path,
.social circle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ea6852;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  position: relative;
}

.swiper-button-next svg {
  left: 3px;
}

.swiper-button-prev svg {
  right: 3px;
}

.high-radius-img img {
  border-radius: 150px 0 150px 0;
}

main p:not([class]):not(:last-child) {
  margin: 0 0 15px 0;
}

main li:not([class]):not(:last-child) {
  margin: 0 0 10px 0;
}

h1 {
  margin: 70px 0 41px 0;
  font-size: 80px;
  font-weight: 400;
  font-family: "Casta";
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #ea6852;
  border: 1px solid #ea6852;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  background: transparent;
}

.modal {
  max-width: 656px;
  width: 100%;
  border-radius: 10px;
  padding: 66px 74px;
}

.modal::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/svg/modal-bg.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.text-transform {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.main-screen__item {
  background: #f3f3f3;
}

.btn {
  padding: 15px 35px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  line-height: normal;
  font-size: 20px;
  display: inline-block;
  background: #ea6852;
  color: #fff;
  border-radius: 100px;
}

.btn.on-pink:hover {
  background: #d34f39;
}

.btn.mobile {
  display: none;
}

.btn:hover {
  background: #7a7599;
}

.btn:active {
  background: #5c577c;
}

.btn.dark {
  background: #7a7599;
}

.btn.dark:hover {
  background: #ea6852;
}

.btn.dark:active {
  background: #c04833;
}

.top-left-radius {
  border-radius: 200px 0 0 0;
}

.bottom-right-radius {
  border-radius: 0 0 200px 0;
}

.white-bg {
  background: #fff !important;
  padding: 0 !important;
}

.submenu-list {
  font-family: "CoFoSans";
  font-size: 19px;
  line-height: normal;
}

.submenu-list__item:not(:last-child) {
  margin: 0 0 28px 0;
}

.submenu-list__link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.submenu-list__link:hover {
  color: #ea6852;
}

.form__item:not(:last-child) {
  margin: 0 0 35px 0;
}

.form__item p {
  margin: 0 0 20px 0;
}

.form__input {
  font-size: 20px;
  height: 59px;
  border: 1px solid #7b818c;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0 20px;
}

.form .btn {
  width: calc(100% - 120px);
  display: block;
  padding: 19px 30px;
  font-size: 24px;
  margin: 44px auto 0 auto;
}

.header {
  position: sticky;
  top: -116px;
  z-index: 300;
  line-height: normal;
}

.header__burger {
  display: none;
}

.header a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header a:hover {
  color: #ea6852;
}

.header__search {
  position: absolute;
  top: 0;
  left: 326px;
  padding: 8px 53px 0 0;
  width: calc(100% - 319px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header__search .form {
  position: relative;
}

.header__search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 31px;
  height: 28px;
}

.header__search-btn svg {
  width: 100%;
  height: 100%;
}

.header__search .form__input {
  padding: 0 60px 0 15px;
}

.header__search.active {
  opacity: 1;
  visibility: visible;
}

.header__search-close {
  display: none;
}

.header__submenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e3e3e3;
  background-image: url(../img/svg/menu-lines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header__submenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
  max-height: calc(100vh - 256px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #7a7599 #fff;
  padding: 0 15px 15px 0;
}

.header__submenu-inner::-webkit-scrollbar {
  width: 6px;
}

.header__submenu-inner::-webkit-scrollbar-track {
  background: orange;
}

.header__submenu-inner::-webkit-scrollbar-thumb {
  background-color: #7a7599;
  border-radius: 20px;
  border: 3px solid #fff;
}

.header__submenu-item.large {
  max-width: 545px;
}

.header__submenu-item.large .submenu-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 67px;
  -moz-column-gap: 67px;
  column-gap: 67px;
}

.header__submenu-item:not(.large) .submenu-list {
  max-width: 346px;
}

.header__submenu-name {
  font-size: 25px;
  line-height: normal;
  text-transform: uppercase;
  color: #7a7599;
  margin: 0 0 36px 0;
}

.header__search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 31px;
  height: 28px;
  position: relative;
  z-index: 5;
}

.header__search-icon.active .header__search-default {
  display: none;
}

.header__search-icon.active .header__search-close {
  display: block;
}

.header__search-icon svg {
  width: 100%;
  height: 100%;
}

.header__top {
  background: #fff;
  padding: 21px 0;
}

.header__top-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.header__top-group.mobile {
  display: none;
}

.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  position: relative;
}

.header__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 42px;
}

.header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 27px;
}

.header__logo {
  width: 308px;
}

.header__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
  font-size: 16px;
}

.header__adress svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__social {
  gap: 6px;
}

.header__tel {
  font-size: 28px;
  line-height: normal;
}

.header__bottom {
  background: #7a7599;
}

.header__bottom-mobile {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}

.header__menu-mobile {
  display: none;
}

.header__menu-mobile.active .header__menu-icon {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.header__menu-mobile.active .header__menu-icon span {
  background: #ea6852;
}

.header__menu-mobile.active .header__menu-icon span:first-child {
  opacity: 0;
  visibility: hidden;
}

.header__menu-icon {
  width: 20px;
  height: 20px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__menu-icon span {
  position: absolute;
  background: #7a7599;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header__menu-icon span:first-child {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
}

.header__menu-icon span:last-child {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}

.header__menu-item.no-nav .header__menu-link {
  pointer-events: none;
}

.header__menu-item.current .header__menu-link::before {
  display: block;
}

.header__menu-item.current a {
  pointer-events: none;
}

.header__menu-item.current a:hover {
  color: #fff;
}

.header__menu-item:hover .header__submenu {
  opacity: 1;
  visibility: visible;
}

.header__menu-link {
  padding: 17px 0px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  color: #fff;
}

.header__menu-link::before {
  content: "";
  width: calc(100% + 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
  display: none;
  background: #ea6852;
  z-index: -1;
}

.small-heading {
  font-family: "Tenor Sans";
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}

.main-screen {
  margin: -1px 0 0 0;
  background: #f3f3f3;
  position: relative;
}
.main-screen__slogan {
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.main-screen__slogan span {
  color: #ea6852;
}
.main-screen__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "CoFoSans";
  font-size: 21px;
  line-height: normal;
}
.main-screen__buttons span {
  opacity: 0.7;
}
.main-screen__price.static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
}
.main-screen__price.dynamic {
  max-width: 576px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 131px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 131px;
  margin: 32px 0 30px 0;
}
.main-screen__price-item {
  position: relative;
}
.main-screen__price-item:last-child {
  margin: 53px 0 0 0;
}
.main-screen__price-offer {
  font-family: "CoFoSans";
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  color: #fff;
  padding: 9px 20px;
  background: #7a7598;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: calc(-100% + 72px);
}
.main-screen__price-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin: 0 0 6px 0;
}
.main-screen__price-body {
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-family: "Tenor Sans";
  font-size: 19px;
  line-height: normal;
}
.main-screen__price-body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/eco-decor.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.main-screen__price-body span {
  position: relative;
  z-index: 2;
}
.main-screen__item.reverse.light .main-screen__image-inner {
  margin-left: 0px;
  left: 0;
}
.main-screen__item.reverse.light .main-screen__image-inner img {
  border-radius: 0;
  width: auto;
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
  -o-object-position: unset;
  object-position: unset;
  -webkit-mask-image: url(../img/reverse-mask@x2.png);
  mask-image: url(../img/reverse-mask@x2.png);
}
.main-screen__item.reverse.light .main-screen__image-inner::before {
  content: none;
}
.main-screen__item.reverse.light .main-screen__inner {
  margin-left: auto;
  margin-right: 80px;
}
.main-screen__item.light {
  background: #f3f3f3;
}
.main-screen__item.light .main-screen__buttons span {
  opacity: 1;
  color: #ea6852;
}
.main-screen__item.light .main-screen__image img {
  -webkit-mask-image: unset;
  mask-image: unset;
}
.main-screen__item.light.decor-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/svg/l-decor-2.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.main-screen__item.light.decor-2 .main-screen__image-inner {
  width: 620px;
}
.main-screen__item.light.decor-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/svg/l-decor-1.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.main-screen__item.light .main-screen__image-inner {
  width: 710px;
  height: 630px;
  overflow-y: clip;
}
.main-screen__item.light .main-screen__image-inner img {
  -o-object-position: 0px 13px;
  object-position: 0px 13px;
  border-radius: 0 0 308px 319px;
}
.main-screen__item.light .main-screen__image-inner::before {
  content: "";
  background: url(../img/light-decor-desctope@x2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1000px;
  height: 578px;
  pointer-events: none;
  z-index: -1;
}
.main-screen__item.light .main-screen__old {
  opacity: 0.7;
  color: #54565a;
  font-size: 25px;
  line-height: normal;
  position: relative;
}
.main-screen__item.light .main-screen__old::before {
  content: "";
  width: calc(100% + 8px);
  height: 1px;
  background: #54565a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
}
.main-screen__item.light .main-screen__current {
  font-size: 48px;
  line-height: normal;
}
.main-screen__item.dark {
  background: #7a7598;
  color: #fff;
}
.main-screen__item.dark img {
  -webkit-mask-image: unset;
  mask-image: unset;
  border-radius: 0 0 0 500px;
}
.main-screen__item.dark .main-screen__descr {
  font-size: 21px;
  line-height: 120%;
  margin: 0 0 30px 0;
}
.main-screen__item.dark .main-screen__image-inner {
  position: relative;
}
.main-screen__item.dark .main-screen__image-inner::after {
  content: "";
  width: 77vw;
  height: 100%;
  position: absolute;
  top: 0px;
  background: url(../img/dark-img-decor-test.png) no-repeat;
  z-index: -1;
  pointer-events: none;
  border-radius: 0 0 0 500px;
  background-size: cover;
}
.main-screen__item.dark .main-screen__old {
  color: #fff;
  opacity: 0.7;
}
.main-screen__item.dark .btn:hover {
  background: #d5624e;
}
.main-screen__item.dark .main-screen__current {
  font-size: 48px;
  line-height: normal;
}
.main-screen__item.dark .main-screen__old {
  font-size: 25px;
  line-height: normal;
  position: relative;
}
.main-screen__item.dark .main-screen__old::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  -ms-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
}
.main-screen__item.dark .main-screen__price {
  font-family: "CoFoSans";
}
.main-screen__item.dark::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
  background: url(../img/svg/dark-decor.svg) no-repeat center;
  background-size: cover;
}
.main-screen__item .main-screen__image-inner {
  left: 46px;
}

.main-screen__image .container {
  width: 100%;
}

.main-screen__image-inner {
  width: 831px;
  height: 628px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.main-screen__image-inner.bottom-decor::before {
  background: url(../img/svg/main-img-bottom-decor.svg) no-repeat;
  background-size: 100% 100%;
}

.main-screen__image-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/svg/main-img-decor.svg) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-screen__image img {
  -webkit-mask-image: url(../img/main-mask@x2.png);
  mask-image: url(../img/main-mask@x2.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.main-screen__content {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.main-screen .container {
  height: 100%;
  padding: 0 30px 0 121px;
}

.main-screen__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 461px;
  padding: 45px 0;
}

.main-screen__heading {
  font-family: "Casta";
  font-size: 80px;
  line-height: 98%;
  margin: 0 0 18px 0;
  font-weight: 100;
  position: relative;
  max-width: 372px;
  width: 100%;
}

.main-screen__subhead {
  position: absolute;
  top: -10px;
  right: 7px;
  color: #fff;
  padding: 10px 15px;
  background: #ea6852;
  border-radius: 100px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-family: "CoFoSans";
}

.main-screen__heading span {
  color: #7a7599;
}

.main-screen__descr {
  font-size: 24px;
  line-height: normal;
  margin: 0 0 42px 0;
  font-family: "CoFoSans";
}

.main-screen__price {
  font-family: "Casta";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  line-height: normal;
  margin: 0 0 25px 0;
}

.main-screen__old {
  font-size: 40px;
  color: #7a7599;
}

.main-screen__current {
  font-size: 60px;
}

.main-screen__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.main-screen__controls {
  max-width: 1440px;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 6px 0 6px;
}

.main-screen__controls .swiper-button-next,
.main-screen__controls .swiper-button-prev {
  position: static !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0;
}

@-webkit-keyframes show {
  from {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@keyframes show {
  from {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
.main-services {
  margin: 100px 0 64px 0;
}

.main-services__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 40px 1.333fr 40px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 40px;
}

.main-services__item {
  position: relative;
  overflow: hidden;
}

.main-services__item::before {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../img/ms-bg@x2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-services__item:hover .grower {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.main-services__item:hover::before {
  top: 0;
}

.main-services__item:hover .main-services__content {
  padding: 45px 25px 25px 45px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.main-services__item:hover .main-services__content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.main-services__item:hover .main-services__list {
  -webkit-animation: show 0.3s;
  animation: show 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.main-services__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 23px 26px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-services__list {
  margin: 18px 0 0 0;
  line-height: normal;
  font-family: "CoFoSans";
  height: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-services__list-item:not(:last-child) {
  margin: 0 0 10px 0;
}

.main-services__link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-services__link:hover {
  color: #7a7599;
}

.grower {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.practice {
  margin: 68px 0 97px 0;
  overflow-x: clip;
}

.practice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin: 90px 0 0 0;
}

.practice__response-heading {
  display: none;
}

.practice__img {
  width: 548px;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 3;
}

.practice__img::before {
  content: "";
  background: url(../img/svg/practice-decor.svg) no-repeat;
  width: 590px;
  height: 577px;
  background-size: 100% 100%;
  position: absolute;
  bottom: -162px;
  left: -166px;
  pointer-events: none;
}

.practice__content {
  max-width: 1000px;
  width: 100%;
  background: #7a7599;
  color: #fff;
  font-family: "CoFoSans";
  padding: 62px 17px 62px 274px;
  border-radius: 0 0 0 200px;
  position: relative;
}

.practice__content.light {
  background: #f3f3f3;
  color: #54565a;
}

.practice__content.light::after {
  background: #f3f3f3;
}

.practice__content .small-heading {
  margin: 0 0 27px 0;
}

.practice__content::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50vw;
  background: #7a7599;
}

.practice__btn {
  margin: 79px 0 0 0;
}

.reviews {
  background: #f3f3f3;
  margin: 123px 73px 83px 0;
  padding: 43px 0;
}

.reviews.no-offset {
  margin-right: 0;
}

.reviews.white-bg {
  padding: 0;
  margin: 50px 0 80px 0;
}

.reviews.white-bg .reviews__item {
  background: #f3f3f3;
}

.reviews__outer {
  padding: 118px 0 104px 0;
}

.reviews__total-mask {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.reviews__total-mask svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews .main-heading {
  margin: 0 0 19px 0;
}

.reviews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 23px;
  margin: 19px 0 54px 0;
  font-size: 24px;
  line-height: normal;
  color: black;
}

.reviews__head.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reviews__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  position: relative;
}

.reviews__content {
  margin: 0 0 37px 0;
}

.reviews__item {
  border-radius: 0 40px 0 40px;
  background: #fff;
  padding: 43px 45px 45px 40px;
}

.reviews__item:not(:last-child) {
  margin: 0 0 26px 0;
}

.reviews__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  margin: 0 0 28px 0;
}

.reviews__item-author {
  font-size: 32px;
  line-height: normal;
}

.reviews__item-descr {
  font-family: "CoFoSans";
}

.reviews__item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin: 12px 0 0 0;
  position: relative;
  width: 154px;
}

.reviews__item-rating .reviews__total-mask {
  gap: 6px;
}

.twentytwenty-container {
  height: auto !important;
  padding-top: 91%;
  border-radius: 20px;
}

.twentytwenty-container img {
  width: 100%;
  height: 100%;
}

.compare {
  margin: 83px 0;
}

.compare-wish {
  min-width: 200px;
  font-size: 24px;
}

.compare__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 40px 1.333fr 40px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 52px 40px;
  margin: 0 0 52px 0;
}

.compare__img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.compare__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare__item-img {
  border-radius: 20px;
  position: relative;
}

.compare__item-content {
  margin: 32px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compare__item-head {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px 0;
}

.compare__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-btn {
  width: 492px;
}

.specialist-card {
  text-align: center;
}

.specialist-card img {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.specialist-card__head {
  margin: 0 0 37px 0;
  border-radius: 30px;
  position: relative;
  padding-top: 98%;
}

.specialist-card__name {
  margin: 0 0 6px 0;
}

.specialist {
  margin: 74px 0 100px 0;
  padding: 61px 0 100px 0;
  background: #7a7599;
  color: #fff;
}

.specialist .swiper-button-next,
.specialist .swiper-button-prev {
  top: 36%;
}

.customers {
  overflow: hidden;
  margin: 100px 0;
}

.customers__layout {
  background: #fff;
}

.customers__wrapper {
  margin: 44px 0 0 0;
}

.customers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customers__btn {
  margin: 54px 0 0 0;
}

.customers__items-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customers__items-wrap:hover .marquee {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.customers__items {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customers__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 247px;
  height: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #dfdddd;
  padding: 10px;
  border-radius: 5px;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 0px));
    transform: translateX(calc(-100% - 0px));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 0px));
    transform: translateX(calc(-100% - 0px));
  }
}
.marquee {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

.videos {
  margin: 100px 0;
}

.videos__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 40px 1.333fr 40px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 40px;
  margin: 0 0 40px 0;
}

.videos__slider {
  margin: 0 0 40px 0;
}

.videos__slider .video-card__head {
  padding-top: 56.5%;
}

.videos__slider .play-btn::before {
  content: none;
}

.videos__slider .video-card__body {
  font-family: "CoFoSans";
}

.videos__slider .swiper-button-next,
.videos__slider .swiper-button-prev {
  top: 37%;
}

.video-card__head {
  position: relative;
  padding-top: 65.5%;
  border-radius: 20px;
  display: block;
}

.video-card__head img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.video-card__body {
  margin: 19px 0 0 0;
  padding: 0 20px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  z-index: 2;
}

.play-btn.has-decor::before {
  content: "";
  background: url(../img/svg/btn-decor.svg) no-repeat;
  background-size: 100% 100%;
  width: calc(100% + 15px);
  height: calc(100% + 13px);
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.follow {
  padding: 12px 0 4px 0;
  background: #54565a;
  color: #fff;
  min-height: 303px;
}

.follow.pink {
  background: #7a7599;
}

.follow.pink .main-heading {
  margin: 0 0 50px 0;
}

.follow.pink .follow__content {
  width: calc(100% - 302px);
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.follow__inner {
  position: relative;
}

.follow__img {
  margin: -34px 0 0 0;
}

.follow__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.follow__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.follow__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.follow__social-item circle {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.follow__social-item:hover circle {
  fill: #ea6852;
}

.follow__social-item:active circle {
  fill: #c04833;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 109px;
  padding: 0 0 70px 0;
  font-size: 24px;
  font-family: "CoFoSans";
  min-height: 970px;
}

.contacts .main-heading {
  font-size: 60px;
  line-height: normal;
  margin: 0 0 25px 0;
  text-transform: none;
}

.contacts__item span {
  display: block;
}

.contacts__item:not(:last-child) {
  margin: 0 0 30px 0;
}

.contacts__map {
  width: 40vw;
  height: 900px;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0 272px 0px;
}

.contacts__content {
  padding: 82px 0 0 0;
}

.contacts__content span:first-child {
  display: block;
  color: #7a7599;
}

.contacts__tel {
  font-family: "Casta";
  font-size: 45px;
  line-height: normal;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts__tel:hover {
  color: #ea6852;
}

.contacts__table {
  border-collapse: collapse;
  width: 313px;
}

.contacts__table td:first-child {
  color: #7a7599;
  padding: 0 36px 12px 0;
}

.contacts__table td {
  padding: 0 0 12px 0;
}

.footer {
  padding: 50px 0;
  background: #54565a;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}

.footer__top {
  margin: 0 0 66px 0;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer a:hover {
  color: #ea6852;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.footer__logo {
  width: 147px;
  display: inline-block;
  margin: 0 0 25px 0;
}

.footer__logo img {
  width: 100%;
}

.footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 92px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 29px 92px;
  max-width: 452px;
}

.footer__follow svg {
  width: 51px;
  height: 51px;
}

.footer__follow .follow__social {
  gap: 9px;
  margin: 14px 0 0 0;
}

.footer__textblock {
  max-width: 371px;
}

.footer__textblock p:not(:last-child) {
  margin: 0 0 21px 0;
}

.about-main {
  margin: 41px 0 100px 0;
  font-family: "CoFoSans";
}

.about-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.about-main__img {
  width: 631px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0px 28px 24px;
  position: relative;
}

.about-main__img img {
  -webkit-mask-image: url(../img/am-mask@x2.png);
  mask-image: url(../img/am-mask@x2.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.about-main__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/svg/am-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.about-services {
  margin: 100px 0;
}

.about-services__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.services-card {
  position: relative;
  padding: 0 0 60px 0;
}

.services-card__img {
  padding-top: 85.1%;
  position: relative;
}

.services-card__img img {
  -webkit-mask-image: url(../img/as-mask@x2.png);
  mask-image: url(../img/as-mask@x2.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.services-card__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/svg/sc-decor.svg) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.services-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-card__name {
  max-width: 237px;
  position: absolute;
  left: 8px;
  bottom: 0px;
}

.about-advantages {
  margin: 100px 0;
}

.about-advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 48px 1.333fr 48px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 48px;
}

.about-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  font-family: "CoFoSans";
}

.about-advantages__icon {
  margin: 0 0 40px 0;
}

.about-info {
  background: #f3f3f3;
  padding: 100px 0 173px 0;
  margin: 0 0 100px 0;
  overflow: hidden;
}

.about-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 68px;
}

.about-info__img {
  width: 548px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.about-info__img::before {
  content: "";
  background-size: 100% 100%;
  position: absolute;
  bottom: -168px;
  left: -166px;
  pointer-events: none;
}

.about-info__item:not(:last-child) {
  margin: 0 0 70px 0;
}

.about-info__item:nth-child(odd) .about-info__img::before {
  background: url(../img/svg/practice-decor.svg);
  width: 589px;
  height: 578px;
}

.about-info__item:nth-child(odd) .about-info__text {
  padding: 19px 0;
}

.about-info__item:nth-child(even) .about-info__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-info__item:nth-child(even) .about-info__img::before {
  background: url(../img/svg/practice-decor-right.svg);
  left: auto;
  width: 330px;
  height: 330px;
  bottom: -62px;
  right: -143px;
}

.about-info__item:nth-child(even) .about-info__text {
  padding: 0px 0 19px 0;
}

.clinic {
  margin: 100px 0;
}

.clinic__slider-item {
  padding-top: 24%;
  border-radius: 20px;
}

.clinic__slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.search-main {
  margin: 70px 0;
}

.search-main__slider {
  max-width: 906px;
  margin: 0 auto;
  padding: 5px 15px 5px 3px;
}

.search-main__slider .swiper-pagination {
  position: static;
  margin: 15px 0 0 0;
}

.search-main__slider .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.333fr 30px 1.333fr 30px 1.333fr;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 30px;
  overflow: clip;
  overflow-clip-margin: 10px;
}

.search-main__text {
  font-size: 28px;
  line-height: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 27px;
  z-index: 2;
}

.search-main__item {
  font-size: 28px;
  line-height: normal;
  cursor: pointer;
}

.search-main__item input {
  display: none;
}

.search-main__item input:checked + .search-main__item-body::before {
  opacity: 0.36;
  visibility: visible;
}

.search-main__item input:checked + .search-main__item-body::after {
  opacity: 1;
  visibility: visible;
}

.search-main__item-body {
  display: block;
  padding-top: 68%;
  position: relative;
  border-radius: 20px;
  background: #d9d9d9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.search-main__item-body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ea6852;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
  border-radius: 14px;
}

.search-main__item-body::after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #ea6852;
  border-radius: 20px;
  top: -4px;
  left: -3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.search-main__item-body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.search-categories {
  margin: 74px 0;
}

.search-categories__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.search-categories__inner.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-categories__item {
  font-family: "CoFoSans";
  line-height: normal;
  cursor: pointer;
  display: block;
}

.search-categories__item input {
  display: none;
}

.search-categories__item input:checked + .search-categories__item-text {
  background: #ea6852;
  color: #fff;
}

.search-categories__item-text {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px 23px;
  border: 1px solid #ea6852;
  border-radius: 10px;
  color: #ea6852;
  display: block;
}

.search-services {
  margin: 75px 0;
}

.search-services__inner {
  max-width: 757px;
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
}

.search-table {
  border-collapse: collapse;
  font-family: "CoFoSans";
  font-size: 24px;
  line-height: normal;
  width: 100%;
}

.search-table td:first-child {
  width: 365px;
}

.search-table td {
  border-bottom: 1px solid #cacaca;
}

.search-table tr:first-child td {
  padding: 0 36px 20px 0;
}

.search-table tr:first-child td:last-child {
  padding: 0 0px 20px 0;
}

.search-table tr td {
  padding: 20px 36px 20px 0;
}

.search-table tr td:last-child {
  padding: 20px 0;
  text-align: right;
}

.search-table tr:last-child td {
  border: none;
}

.articles {
  margin: 70px 0;
  padding: 100px 0;
  background: #f3f3f3;
}

.articles.no-offset {
  margin: 0;
}

.articles .swiper-button-next,
.articles .swiper-button-prev {
  top: 35%;
}

.articles__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 76px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 51px 76px;
  margin: 0 0 40px 0;
}

.articles__layout .articles__item-img {
  padding-top: 67.976%;
}

.articles__item {
  font-family: "CoFoSans";
  line-height: 26px;
}

.articles__item-img {
  position: relative;
  padding-top: 77.5%;
}

.articles__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.articles__item-body {
  padding: 0 25px;
  margin: 22px 0;
}

.articles__item-name {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 12px 0;
}

.services-main {
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}

.services-main__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-main__content .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services-main__banner-inner {
  height: 606px;
  width: 830px;
  position: relative;
}

/*
  .services-main__banner-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/svg/services-decor.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  */
.services-main__banner-inner::before {
  content: "";
  width: 301px;
  height: 227px;
  background: url(../img/svg/services-decor-2.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -150px;
}

/*
  .services-main__banner img {
    -webkit-mask-image: url(../img/services-mask@x2.png);
    mask-image: url(../img/services-mask@x2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  */
.services-main__inner {
  max-width: 516px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-main__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.services-main__text {
  margin: 0 0 46px 0;
  font-family: "CoFoSans";
}

.services-main__link {
  display: inline-block;
  color: #ea6852;
  border: 1px solid #ea6852;
  padding: 10px 22px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100px;
  line-height: normal;
}

.services-main__link:hover {
  color: #fff;
  background: #ea6852;
}

.services-categories {
  margin: 30px 0 66px 0;
}

.services-categories__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
}

.services-categories__item {
  position: relative;
  min-height: 154px;
  border-radius: 0 0 70px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  overflow: hidden;
  padding: 24px 26px;
  font-weight: 700;
  background: #ea6852;
}

.services-categories__item path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.services-categories__item:hover {
  background: #7a7599;
}

.services-categories__item:hover path {
  stroke: #5b5584;
}

.services-categories__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-categories__name {
  font-family: "CoFoSans";
  font-size: 24px;
  line-height: normal;
  position: relative;
  z-index: 2;
  max-width: 192px;
}

.services-categories__name span {
  display: block;
}

.services-preview {
  max-width: 728px;
  padding: 0 15px;
  margin: 66px auto 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.faq {
  margin: 96px 0;
}

.faq.bg {
  padding: 83px 0 71px 0;
  margin: 96px 0 0 0;
  background: #f3f3f3;
}

.faq.bg .faq__item {
  background: #fff;
}

.faq .centered-box {
  margin: 40px 0 0 0;
}

.faq__item {
  padding: 0 50px;
  font-family: "CoFoSans";
  background: #f3f3f3;
  border-radius: 0 0 50px 0;
}

.faq__item:not(:last-child) {
  margin: 0 0 17px 0;
}

.faq__item-head {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}

.faq__item-head.active .faq__item-chevron {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq__item-name {
  font-family: "CoFoSans";
  font-weight: 700;
}

.faq__item-name.first-letter::first-letter {
  color: #ea6852;
}

.faq__item-body {
  max-width: 1110px;
  padding: 0 0 50px 0;
  display: none;
}

.faq__item-chevron {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #7a7599;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq__item-chevron svg {
  position: relative;
  top: 2px;
}

.controller {
  margin: 57px 0 43px 0;
}

.controller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
}

.controller__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.controller.has-bg {
  background: #f3f3f3;
  padding: 80px 0;
}

.controller__img {
  width: 257px;
  height: 257px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.controller__img img {
  border-radius: 50%;
}

.controller__content {
  font-size: 24px;
  line-height: normal;
  font-family: "CoFoSans";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.controller__head {
  color: #838181;
  margin: 0 0 19px 0;
}

.controller__name {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.controller__position {
  color: #ea6852;
  margin: 0 0 20px 0;
}

.controller__info {
  margin: 0 0 24px 0;
}

.prices {
  margin: 43px 0 73px 0;
  padding: 42px 0 83px 0;
  background: #f3f3f3;
}

.prices.no-offset {
  margin: 0;
}

.feedback {
  padding: 40px 0;
  background: #e3e3e3;
  color: #54565a;
}

.feedback a {
  color: #54565a;
}

.feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 81px;
}

.feedback__img {
  width: 294px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -60px 0 0 0;
}

.feedback__form {
  font-family: "CoFoSans";
}

.feedback__form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  margin: 0 0 36px 0;
}

.feedback__form-left {
  width: 385px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.feedback__form-right {
  width: 100%;
}

.feedback__form-item {
  position: relative;
}

.feedback__form-item:not(:last-child) {
  margin: 0 0 17px 0;
}

.feedback__form-input,
.feedback__form-textarea {
  display: block;
  width: 100%;
  height: 50px;
  color: #54565a;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #7a7599;
  padding: 0 15px;
  font-family: "CoFoSans";
  background: transparent;
  background: #fff;
}

.feedback__form-textarea {
  height: 202px;
}

.feedback__form-name {
  display: block;
  margin: 0 0 9px 0;
  line-height: normal;
}

.feedback__form-right .feedback__form-item:not(:last-child) {
  margin: 0 0 19px 0;
}

.control {
  position: relative;
  font-size: 18px;
  line-height: normal;
  cursor: pointer;
}

.control input {
  display: none;
}

.control__text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 41px;
}

.control-checkbox input:checked + .control__text::after {
  content: "";
  width: 12px;
  height: 7px;
  border: 3px solid #7a7599;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 5px;
  left: 8px;
}

.control-checkbox .control__text::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 1px solid #7a7599;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0px;
}

.blog-main {
  background: #f3f3f3;
  font-family: "CoFoSans";
  padding: 70px 0 0 0;
}

.blog-main h1 {
  margin: 0 0 35px 0;
}

.blog-main video {
  display: block;
}

.blog-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

.blog-main__inner.referals h1 {
  text-align: left;
}

.blog-main__date {
  margin: 0 0 36px 0;
}

.blog-main__reviewer {
  line-height: normal;
}

.blog-main__reviewer .btn {
  min-width: 165px;
}

.blog-main__reviewer p:not([class]):not(:last-child) {
  margin: 0 0 7px 0;
}

.blog-main__reviewer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.blog-main__reviewer-name {
  display: inline-block;
  position: relative;
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
}

.blog-main__reviewer-name::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.blog-main__img {
  width: 665px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.blog-main__img::before {
  content: "";
  width: calc(100% + 51px);
  height: calc(100% + 51px);
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/svg/bm-decor.svg) no-repeat;
  background-size: 100% 100%;
}

.blog-main__img img {
  -webkit-mask-image: url(../img/bm-mask@x2.png);
  mask-image: url(../img/bm-mask@x2.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.blog-main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
}

.blog-main__content {
  padding: 0 0 35px 0;
  max-width: 644px;
}

.blog-main__text {
  margin: 0 0 37px 0;
}

.blog-main__link {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  padding: 10px 23px;
  color: #ea6852;
  border: 1px solid #ea6852;
  border-radius: 10px;
}

.blog-main__link:hover {
  color: #fff;
  background: #ea6852;
}

.blog-header {
  font-family: "CoFoSans";
  margin: 22px 0 46px 0;
}

.blog-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 53px;
}

.blog-header__social {
  gap: 18px;
}

.blog-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}

.blog-row {
  margin: 50px 0 91px 0;
  position: relative;
}

.blog-row::before,
.blog-row::after {
  content: "";
  display: table;
  clear: both;
}

.blog-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.blog-row.reverse .blog-row__img {
  float: right;
  margin: 0 0 50px 85px;
}

.blog-row__img {
  width: 632px;
  float: left;
  margin: 0 85px 50px 0;
  position: relative;
}

.blog-row__img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 51px);
  height: calc(100% + 35px);
  background: url(../img/svg/bi-decor.svg) no-repeat;
  background-size: 100% 100%;
}

.blog-row__img img {
  border-radius: 0 250px 0 250px;
}

.specialist-main {
  position: relative;
  background: #f3f3f3;
}

.specialist-main::before {
  content: "";
  width: 442px;
  height: 217px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/svg/sb-decor.svg) no-repeat;
  background-size: 100% 100%;
}

.specialist-main__img {
  width: 46.77vw;
  border-radius: 0 0 400px 0;
  position: relative;
}

.specialist-main__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/svg/sm-decor.svg) no-repeat;
  background-size: 100% 100%;
}

.specialist-main__img img {
  width: 100%;
}

.specialist-main__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "CoFoSans";
}

.specialist-main__content h1 {
  margin: 90px 0 20px 0;
}

.specialist-main__content .container {
  width: 100%;
}

.specialist-main__btn {
  display: none;
}

.specialist-main__inner {
  max-width: 685px;
  margin-left: auto;
  padding: 0 70px 0 0;
}

.specialists-layout {
  margin: 61px 0 122px 0;
}

.specialists-layout__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}

.specialist-item {
  font-family: "CoFoSans";
  line-height: normal;
}

.specialist-item__head {
  padding-top: 100%;
  position: relative;
}

.specialist-item__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.specialist-item__body {
  margin: 23px 0 0 0;
  padding: 0 14px;
}

.specialist-item__top {
  margin: 0 0 15px 0;
}

.specialist-item__name {
  margin: 0 0 6px 0;
}

.specialist-item__position {
  color: #ea6852;
}

.specialist-item ul {
  padding: 0 0 0 20px;
}

.specialist-item li {
  list-style-type: disc;
}

.detail-main {
  padding: 70px 0 48px 0;
  background: #f3f3f3;
  overflow: hidden;
}

.detail-main__mobile {
  display: none;
}

.detail-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
}

.detail-main__img {
  width: 609px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.detail-main__img::before {
  content: "";
  background: url(../img/svg/detail-decor.svg) no-repeat;
  background-size: 100% 100%;
  width: 764px;
  height: 693px;
  position: absolute;
  top: -47px;
  left: -71px;
}

.detail-main__img img {
  border-radius: 15px;
}

.detail-main__content {
  font-family: "CoFoSans";
  max-width: 717px;
  width: 100%;
  line-height: normal;
  margin: -15px 0 0 0;
}

.detail-main__content h1 {
  margin: 0 0 6px 0;
  text-transform: none;
}

.detail-main__content ul {
  color: #7a7599;
  margin: 0 0 36px 0;
}

.detail-main__content li:not(:last-child) {
  margin: 0 0 5px 0;
}

.detail-main__box {
  position: relative;
  z-index: 3;
}

.detail-main__exp {
  padding: 14px 71px 14px 0;
  margin: 0 0 20px 0;
  background: #fff;
  border-radius: 0 0 100px 0;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.detail-main__exp::before {
  content: "";
  width: 95px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -95px;
  background: #fff;
  pointer-events: none;
}

.detail-main__position {
  font-size: 24px;
  line-height: 30px;
  color: #ea6852;
  margin: 0 0 26px 0;
}

.detail-main__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}

.detail-education {
  margin: 77px 0;
  overflow: hidden;
}

.detail-education__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 52px;
}

.detail-education__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.detail-education__content {
  width: 100%;
  background: #f3f3f3;
  border-radius: 0 0 0 150px;
  font-family: "CoFoSans";
  padding: 27px 0 79px 64px;
  position: relative;
}

.detail-education__content li:not([class]):not(:last-child) {
  margin: 0;
}

.detail-education__content::after {
  content: "";
  width: 50vw;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  right: -50vw;
}

.detail-education__content b {
  display: block;
}

.stock-main {
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}

.stock-main__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stock-main__img-inner {
  width: 730px;
  position: relative;
  margin: 0 0 0 -62px;
}

.stock-main__img-inner::before {
  content: "";
  height: 100%;
  width: calc(100% + 66px);
  background: url(../img/svg/stock-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stock-main__img-inner::after {
  content: "";
  width: 325px;
  height: 172px;
  background: url(../img/svg/stock-img-decor.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: -150px;
}

.stock-main__img-inner img {
  -webkit-mask-image: url(../img/stock-mask@x2.png);
  mask-image: url(../img/stock-mask@x2.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.stock-main__content .container {
  height: 100%;
  width: 100%;
}

.stock-main__inner {
  max-width: 664px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  padding: 126px 0 32px 0;
}

.stock-main__inner .blog-header__box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fancybox-slide--video {
  padding: 44px 15px;
}

.stock-info {
  margin: 54px 0 109px 0;
}

.stock-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.stock-info__inner {
  position: relative;
  background: #f3f3f3;
  border-radius: 30px;
  padding: 48px 42px;
}

.stock-info__content {
  font-family: "CoFoSans";
  max-width: 906px;
  position: relative;
  z-index: 2;
}

.stock-info__content ul {
  margin: 0 0 28px 0;
}

.stock-info__content li {
  position: relative;
  padding: 0 0 0 32px;
}

.stock-info__content li::before {
  content: url(../img/svg/list-marker.svg);
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
}

.stock-info__content li:not([class]):not(:last-child) {
  margin: 0 0 13px 0;
}

.stock-info__img {
  width: 592px;
  position: absolute;
  top: 55px;
  right: 138px;
  pointer-events: none;
}

.shorts {
  margin: 100px 0;
}

.shorts__slider {
  margin: 0 0 40px 0;
}

.shorts__slider-img {
  padding-top: 178.2%;
}

.shorts__slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.shorts__slider-item {
  overflow: hidden;
}

.shorts__slider-name {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  padding: 35px 19px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  border-radius: 0 0 20px 20px;
}

.shorts__slider-name::before {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  background: url(../img/short-decor.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.search-result {
  margin: 0 0 100px 0;
}

.search-result .main-heading {
  margin: 0 0 15px 0;
}

.search-result__item:not(:last-child) {
  margin: 0 0 50px 0;
}

.no-page {
  padding: 100px 0;
  font-size: 24px;
  line-height: normal;
}

.no-page h1 {
  margin: 0;
}

.no-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.main-page .fixed-panel {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(85px);
  -ms-transform: translateY(85px);
  transform: translateY(85px);
}
.main-page .fixed-panel.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fixed-panel {
  position: fixed;
  z-index: 60;
  left: 0;
  bottom: 0;
  background: rgba(122, 117, 153, 0.4);
  padding: 5px 0;
  padding-bottom: 15px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.fixed-panel__item {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1460px) {
  .stock-main__inner {
    padding: 20px 0;
  }
  .main-screen__subhead {
    top: -15px;
  }
  .main-screen__price.dynamic {
    margin: 0 0 32px 0;
  }
  .main-screen__item .main-screen__image-inner {
    left: 0;
  }
  .main-screen__item.dark .main-screen__image-inner {
    width: 660px;
  }
  .main-screen__item.light .main-screen__image-inner img {
    -o-object-position: -19px 1px;
    object-position: -19px 1px;
    border-radius: 0 0 400px 268px;
  }
  .main-screen__item.light.decor-2 .main-screen__subhead {
    top: -45px;
  }
  .main-screen__item.light.decor-2 .main-screen__image-inner {
    position: relative;
    left: auto;
    right: 50px;
  }
  .main-screen__item.light .main-screen__image-inner::before {
    width: 813px;
    height: 485px;
    left: 41%;
  }
  .stock-info__img {
    width: 450px;
    right: 50px;
  }
  .specialist-main__content h1 {
    margin: 35px 0 20px 0;
  }
  .specialist-main__inner {
    padding: 0;
  }
  .specialist-main__img {
    height: 450px;
  }
  .specialist-main__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  .main-screen__image-inner {
    height: 500px;
  }
  .main-screen__heading {
    font-size: 60px;
  }
  .main-screen__descr {
    font-size: 22px;
  }
  .main-screen__inner {
    max-width: 343px;
  }
  .practice__img {
    width: 500px;
  }
}
@media screen and (max-width: 1340px) {
  .main-services__inner {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .specialist-main__img {
    width: auto;
    border-radius: 0px 0 0 0;
    margin: 59px 0 0 0;
  }
  .specialist-main__img img {
    border-radius: 200px 0 0 0;
  }
  .specialist-main::before {
    content: none;
  }
  .specialist-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #f3f3f3;
  }
  .specialist-main__content {
    position: static;
    margin: 0 0 25px 0;
  }
  .specialist-main__inner {
    max-width: unset;
    margin-left: 0;
  }
  .specialist-main__img {
    height: auto;
  }
  .blog-row__img {
    width: 500px;
  }
  .blog-main__img {
    width: 500px;
  }
  .feedback__img {
    width: 180px;
    margin: -54px 0 0 0;
  }
  .feedback__inner {
    gap: 40px;
  }
  .services-main__banner-inner {
    height: 470px;
    width: 640px;
  }
  .about-main__img {
    width: 500px;
  }
  h1 {
    font-size: 70px;
    margin: 50px 0 32px 0;
  }
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
    min-height: unset;
  }
  .contacts .main-heading.text-left {
    text-align: center;
  }
  .contacts__content {
    margin: 0 0 34px 0;
    padding: 40px 30px 0 30px;
    text-align: center;
  }
  .contacts__table {
    text-align: left;
  }
  .contacts__item p:not([class]):not(:last-child) {
    margin: 0 0 15px 0;
  }
  .contacts__table {
    margin: 0 auto;
  }
  .contacts__map {
    width: 100%;
  }
  .reviews {
    margin-right: 0;
  }
  .bottom-right-radius {
    border-radius: 0 0 100px 0;
  }
  .top-left-radius {
    border-radius: 100px 0 0 0;
  }
  .practice {
    margin: 68px 0 168px 0;
  }
  .practice__img {
    width: 500px;
    margin: -80px auto 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .practice h2.main-heading {
    display: none;
  }
  .practice__response-heading {
    display: block;
  }
  .practice .container {
    padding: 0;
  }
  .practice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0;
  }
  .practice__content {
    border-radius: 0 0 0 100px;
    padding: 35px 30px 105px 30px;
    max-width: unset;
  }
  .practice__btn {
    margin: 40px 0 0 0;
  }
  .small-heading {
    font-size: 24px;
  }
  .header {
    top: -93px;
  }
  .header .btn {
    padding: 15px 20px;
    font-size: 18px;
  }
  .header__search {
    top: -3px;
    left: 226px;
    padding: 0px 53px 0 0;
    width: calc(100% - 220px);
  }
  .header__logo {
    width: 210px;
  }
  .header__tel {
    font-size: 21px;
  }
  .header__adress {
    max-width: 250px;
  }
  .header__top-left,
  .header__top-right {
    gap: 20px;
  }
  .header__menu {
    gap: 15px;
    font-size: 16px;
  }
  .header__menu-link::before {
    width: calc(100% + 20px);
    left: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
  .services-card {
    padding: 0 0 15px 0;
  }
  body:has(.fixed-panel) .footer {
    padding-bottom: 100px;
  }
  .fixed-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-screen__subhead {
    position: static;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .main-screen__price.dynamic {
    padding: 0 0 0 62px;
    margin: 0 0 30px 0;
  }
  .main-screen__price-offer {
    font-size: 14px;
    padding: 5px 11px;
    left: calc(-100% + 131px);
    top: 12px;
  }
  .main-screen__item.dark {
    padding: 0 0 110px 0;
  }
  .main-screen__item.dark img {
    position: static;
  }
  .main-screen__item.dark .main-screen__image-inner {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
    border-radius: 0 0 0 606px;
    overflow: hidden;
  }
  .main-screen__item.dark .main-screen__image-inner::after {
    content: none;
  }
  .main-screen__item.dark::after {
    content: "";
    width: 100%;
    height: calc(100% - 110px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 0 0 0 606px;
    background: radial-gradient(135.97% 111.16% at 19.82% 126.61%, #f3f3f3 0%, #efeff0 27%, rgba(214, 207, 255, 0.78) 53.5%, #7a7598 100%);
  }
  .main-screen__item.light.decor-2 .main-screen__image-inner {
    right: 0;
  }
  .main-screen__item.light.decor-2::before {
    width: 127px;
    height: 242px;
    background: url(../img/decor-2-mobile.png) no-repeat;
    background-size: 100% 100%;
    top: 51px;
    left: 0;
  }
  .main-screen__item.light.reverse .main-screen__image-inner {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .main-screen__item.light .main-screen__image-inner {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-screen__item.light .main-screen__image-inner img {
    -o-object-position: 0px 2px;
    object-position: 0px 2px;
    border-radius: 0 0 324px 339px;
  }
  .main-screen__item.light .main-screen__image-inner::before {
    left: 50%;
  }
  .main-screen__item.light .main-screen__inner {
    padding-bottom: 0;
  }
  .stock-main__img-inner {
    width: auto;
    margin: 45px 0 0 -15px;
    width: calc(100% + 30px);
  }
  .stock-main__img-inner::after {
    width: 168px;
    height: 81px;
    left: -86px;
  }
  .stock-main__img-inner::before {
    background: url(../img/svg/stock-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: calc(100% + 45px);
    top: auto;
    bottom: 0;
  }
  .no-page {
    font-size: 16px;
  }
  .no-page__inner {
    gap: 20px;
  }
  .shorts {
    margin: 50px 0;
  }
  .search-result__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .specialist-main__content.visible .specialist-main__inner {
    height: auto;
  }
  .specialist-main__content.visible .specialist-main__btn {
    display: none;
  }
  .specialist-main__inner {
    height: 214px;
    overflow: hidden;
  }
  .specialist-main__btn {
    display: block;
    margin: 10px 0;
  }
  .no-mobile {
    display: none;
  }
  .stock-info {
    margin: 45px 0;
  }
  .stock-info__buttons {
    gap: 12px;
  }
  .stock-info__img {
    width: 450px;
    margin: 0 auto;
    position: static;
  }
  h1 {
    margin: 13px 0 30px 0;
  }
  .controller.has-bg {
    padding: 37px 0;
  }
  .stock-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #f3f3f3;
  }
  .stock-main * {
    height: auto;
  }
  .stock-main__content {
    position: static;
  }
  .stock-main__inner {
    max-width: unset;
    margin-left: 0;
  }
  .stock-main__inner .blog-header__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .stock-main h2.text-left {
    text-align: center;
  }
  .articles__layout {
    gap: 50px 25px;
  }
  .detail-education {
    margin: 35px 0 45px 0;
  }
  .detail-education__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
  .detail-education h2.text-left {
    text-align: center;
  }
  .detail-education__content {
    padding: 27px 20px 47px 20px;
    left: -15px;
    border-radius: 0 0 0 50px;
  }
  .detail-education__content p:not([class]):not(:last-child) {
    margin: 0 0 21px 0;
  }
  .detail-main {
    padding: 30px 0 45px 0;
  }
  .detail-main h1 {
    display: none;
  }
  .detail-main__mobile {
    display: block;
  }
  .detail-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .detail-main__img {
    width: 100%;
  }
  .detail-main__img::before {
    background: url(../img/svg/detail-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    width: 255px;
    height: 255px;
    left: -15px;
    top: -17px;
  }
  .detail-main__img img {
    border-radius: 35px;
  }
  .detail-main__content {
    margin: 0;
    max-width: unset;
  }
  .detail-main__exp,
  .detail-main__position {
    display: block;
    background: transparent;
    text-align: center;
    padding: 0;
  }
  .detail-main__exp::before,
  .detail-main__position::before {
    content: none;
  }
  .blog-main__img {
    width: 400px;
  }
  .specialists-layout__inner {
    -ms-grid-columns: 1.333fr [3];
    grid-template-columns: repeat(3, 1.333fr);
  }
  .blog-row {
    margin: 50px 0;
  }
  .blog-row.reverse .blog-row__img {
    margin: 0 0 50px 50px;
  }
  .blog-row__img {
    width: 400px;
    margin: 0 50px 50px 0;
  }
  .blog-header__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .blog-header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feedback__img {
    display: none;
  }
  .feedback .main-heading.text-left {
    text-align: center;
  }
  .feedback__form-left {
    width: auto;
  }
  .feedback__form-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
    margin: 40px 0 15px 0;
  }
  .prices {
    margin: 31px 0 41px 0;
    padding: 30px 0 50px 0;
  }
  .services-categories {
    margin: 28px 0 33px 0;
  }
  .services-categories__inner {
    -ms-grid-columns: 1.333fr [3];
    grid-template-columns: repeat(3, 1.333fr);
  }
  .faq {
    margin: 45px 0;
  }
  .faq__item {
    padding: 0 18px;
  }
  .faq__item-chevron {
    width: 30px;
    height: 30px;
  }
  .faq__item-chevron svg {
    width: 19px;
    height: 15px;
    top: 1px;
  }
  .faq__item-head {
    padding: 23px 0 35px 0;
  }
  .faq__item-body {
    padding: 0 0 23px 0;
  }
  .services-preview {
    margin: 28px auto 40px auto;
  }
  .articles {
    margin: 45px 0;
    padding: 35px 0 50px 0;
  }
  .services-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: #f3f3f3;
    padding: 20px 0 0 0;
  }
  .services-main * {
    height: auto;
    width: auto;
  }
  .services-main__banner-inner::before {
    content: none;
  }
  .services-main__banner-inner {
    width: calc(100% + 30px);
    margin: 30px 0 0 -15px;
  }
  .services-main .main-heading {
    margin: 0 0 20px 0;
  }
  .services-main__text {
    margin: 0 0 28px 0;
  }
  .services-main__content {
    position: static;
    margin: 0 0 40px 0;
  }
  .services-main__inner {
    max-width: unset;
  }
  .services-main .container {
    display: block;
  }
  .search-services {
    margin: 45px 0;
  }
  .clinic {
    margin: 57px 0 40px 0;
  }
  .about-info {
    padding: 65px 0 45px 0;
    margin: 0 0 57px 0;
  }
  .about-info__item:not(:last-child) {
    margin: 0 0 42px 0;
  }
  .about-info__item:nth-child(even) .about-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-info__item:nth-child(even) .about-info__img::before {
    width: 226px;
    height: 228px;
    background-size: 100% 100%;
    bottom: -38px;
    right: -104px;
  }
  .about-info__item:nth-child(odd) .about-info__img::before {
    width: 406px;
    height: 377px;
    background-size: 100% 100%;
  }
  .about-info__text {
    padding: 0 !important;
  }
  .about-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px;
  }
  .about-info__img {
    width: calc(100% + 30px);
    left: -15px;
  }
  .about-info__img::before {
    bottom: -106px;
  }
  .about-advantages {
    margin: 40px 0;
  }
  .about-advantages__item {
    font-size: 18px;
    line-height: normal;
  }
  .about-advantages__icon {
    width: 100px;
    margin: 0 0 25px 0;
  }
  .about-services {
    margin: 20px 0 40px 0;
  }
  .about-services__inner {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .about-main {
    background: #f3f3f3;
    margin: 0 0 20px 0;
  }
  .about-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-main__img {
    width: 100%;
  }
  .about-main h1 {
    padding: 20px 0 14px 0;
    margin: 0;
    text-align: left;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer__top {
    margin: 0 0 30px 0;
  }
  .contacts__content {
    padding: 40px 15px 0 15px;
  }
  .contacts__map {
    height: 534px;
  }
  .contacts__map iframe {
    border-radius: 0 0 100px 0;
  }
  .follow {
    min-height: unset;
    padding: 40px 0;
  }
  .follow.pink .follow__content {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .follow.pink h2.text-left {
    text-align: center;
  }
  .follow.pink .main-heading {
    margin: 0 0 30px 0;
  }
  .follow__img {
    display: none;
  }
  .follow__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .follow__social svg {
    width: 55px;
    height: 55px;
  }
  .follow__content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .specialist {
    margin: 45px 0;
    padding: 55px 0 45px 0;
  }
  .customers {
    margin: 45px 0;
  }
  .customers__wrapper {
    margin: 30px 0 0 0;
  }
  .slider-container {
    padding: 0 15px;
  }
  .slider-container .swiper-button-prev,
  .slider-container .swiper-button-next {
    display: none;
  }
  .videos__slider {
    margin: 0 0 23px 0;
  }
  .articles .swiper-pagination {
    padding: 0;
  }
  .search-main .main-heading,
  .search-categories .main-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .slider-container .swiper-pagination {
    display: block;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 23px 0 0 0;
  }
  .main-screen .swiper-pagination {
    position: absolute;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 115px;
  }
  .main-heading {
    font-size: 40px;
    margin: 0 0 30px 0;
  }
  .search-main {
    margin: 32px 0 40px 0;
  }
  .search-main__inner {
    gap: 15px;
  }
  h1 {
    font-size: 40px;
  }
  .compare__inner {
    gap: 50px 20px;
  }
  .reviews.white-bg {
    margin: 50px 0;
  }
  .reviews__head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    margin: 19px 0 29px 0;
  }
  .reviews__head svg {
    width: 23px;
    height: 20px;
  }
  .reviews__item-author {
    font-size: 24px;
  }
  .reviews__item-descr {
    margin: 0 0 12px 0;
  }
  .practice {
    margin: 42px 0 168px 0;
  }
  .practice__content {
    padding: 35px 15px 105px 15px;
  }
  .practice__content .small-heading {
    margin: 0 0 10px 0;
  }
  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }
  .main-services {
    margin: 40px 0;
  }
  .main-screen .container {
    padding: 0 15px;
    height: auto;
  }
  .main-screen__image-inner {
    height: auto;
    width: auto;
  }
  .main-screen__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-screen__content {
    width: auto;
    height: auto;
    position: static;
  }
  .main-screen__inner {
    max-width: unset;
  }
  .main-screen__controls {
    display: none;
  }
  .submenu-list {
    display: none;
    padding: 18px 0 0 0;
    font-size: 17px;
  }
  .submenu-list__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .header {
    top: 0;
  }
  .header__adress {
    display: none;
  }
  .header__top-group {
    gap: 19px;
  }
  .header__top-group.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__search {
    top: 59px;
    width: calc(100% + 30px);
    left: -15px;
    padding: 15px;
    background: #fff;
  }
  .header__search-icon,
  .header__search-btn {
    width: 25px;
    height: 25px;
  }
  .header__search .form__input {
    padding: 0 50px 0 15px;
    font-size: 16px;
  }
  .header__submenu {
    display: none;
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    background-image: unset;
    -webkit-transition: none;
    transition: none;
    padding: 18px 0px 0 19px;
  }
  .header__submenu-name {
    display: none;
  }
  .header__submenu .header__menu-mobile {
    text-transform: none;
  }
  .header__submenu-inner {
    max-height: unset;
    display: block;
    padding: 0;
    overflow: hidden;
  }
  .header__submenu-item:not(:last-child) {
    margin: 0 0 18px 0;
  }
  .header__submenu-item.large {
    max-width: unset;
  }
  .header__submenu-item.large .submenu-list {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .header__top-right {
    display: none;
  }
  .header__tel {
    font-size: 24px;
  }
  .header__bottom {
    position: fixed;
    top: 92px;
    height: calc(100vh - 92px);
    width: 100%;
    overflow: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header__bottom.active {
    opacity: 1;
    visibility: visible;
  }
  .header__bottom .container {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__bottom-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 15px 35px 15px;
    gap: 22px;
  }
  .header__bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
  }
  .header__bottom-row a {
    color: #fff;
  }
  .header__menu {
    display: block;
    background: #e3e3e3;
    padding: 19px 34px 37px 34px;
    border-radius: 0 0 50px 0;
    font-size: 17px;
    line-height: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header__menu-link {
    padding: 0;
    color: #54565a;
  }
  .header__menu-item:not(:last-child) {
    margin: 0 0 23px 0;
  }
  .header__menu-item.current .header__menu-link {
    color: #ea6852;
  }
  .header__menu-item.current .header__menu-link::before {
    content: none;
  }
  .header__menu-item.has-child .header__menu-link {
    display: none;
  }
  .header__menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #7a7599;
  }
  .header__burger span {
    display: block;
    width: 18px;
    height: 1px;
    background: #fff;
    position: relative;
  }
  .header__burger span:not(:last-child) {
    margin: 0 0 6px 0;
  }
  .header__burger span:last-child {
    width: 13px;
    right: 3px;
  }
  .header__burger.active span:last-child {
    display: none;
  }
  .header__burger.active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .header__burger.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {

  .btn {
    padding: 8px 20px;
    font-size: 16px;
  }
  .services-card {
    padding: 0;
    background: #f3f3f3;
  }
  .specialist-main__img {
    margin: 23px 0 0 0;
  }
  .specialist-main__img img {
    border-radius: 150px 0 0 0;
  }
  .specialist-main__img::before {
    background: url(../img/svg/sm-decor-response.svg) no-repeat;
    background-size: 100% 100%;
    top: -32px;
  }
  .services-card__img::before {
    content: none;
  }
  .reviews .more-btn {
    width: auto;
    padding: 15px 35px;
    line-height: normal;
  }
  .play-btn.has-decor {
    width: 46px;
    height: 46px;
  }
  .play-btn.has-decor svg {
    width: 100%;
    height: 100%;
  }
  .play-btn.has-decor::before {
    content: none;
  }
  .shorts__slider {
    padding: 0 15px 0 0;
  }
  .shorts__slider-name {
    padding: 15px 10px;
    font-size: 15px;
  }
  .shorts__slider-img {
    padding-top: 209%;
  }
  .shorts .slider-container {
    padding: 0 0 0 15px;
  }
  .shorts .swiper-pagination {
    padding: 0;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .header__logo {
    width: 170px;
  }
  .header__top {
    padding: 15px 0;
  }
  .header__bottom {
    top: 74px;
    height: calc(100vh - 74px);
  }
  .stock-info__inner {
    padding: 32px 18px 20px 18px;
  }
  .stock-info__img {
    width: auto;
  }
  .stock-info__content li::before {
    top: 2px;
  }
  .articles__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 40px;
  }
  .detail-main__exp {
    font-size: 20px;
  }
  .detail-main__position {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 17px 0;
  }
  .detail-main__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
  .specialists-layout__inner {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .blog-row__img {
    width: auto;
    float: none !important;
    margin: 0 0 32px 0 !important;
  }
  .blog-row__img::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -30px;
  }
  .blog-header__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
  .blog-header__main {
    max-width: 170px;
  }
  .blog-header__social {
    gap: 8px;
  }
  .modal {
    padding: 40px 15px;
  }
  .form .btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
    margin: 28px auto 0 auto;
  }
  .form__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .form__item p {
    margin: 0 0 10px 0;
  }
  .form__input {
    height: 47px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .blog-main {
    overflow: hidden;
    padding: 15px 0 0 0;
  }
  .blog-main h1 {
    margin: 0 0 25px 0;
  }
  .blog-main__date {
    text-align: center;
    margin: -15px 0 25px 0;
  }
  .blog-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 55px;
  }
  .blog-main__inner.referals {
    margin: 0;
  }
  .blog-main__inner.referals h1 {
    text-align: center;
  }
  .blog-main__inner.referals h2.text-left {
    text-align: center;
  }
  .blog-main__reviewer {
    text-align: center;
  }
  .blog-main__reviewer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-main__reviewer-name {
    font-size: 20px;
  }
  .blog-main__reviewer .btn {
    min-width: unset;
    padding: 15px 35px;
  }
  .blog-main__content {
    padding: 0;
    width: 100%;
  }
  .blog-main .main-heading.text-left {
    text-align: center;
    margin: 0 0 23px 0;
  }
  .blog-main__link {
    padding: 6px 23px;
    font-size: 14px;
  }
  .blog-main__text {
    margin: 0 0 22px 0;
    text-align: center;
  }
  .blog-main__img {
    width: calc(100% + 180px);
    position: relative;
    right: 90px;
  }
  .control {
    font-size: 14px;
  }
  .control-checkbox .control__text::before {
    top: -6px;
  }
  .control-checkbox input:checked + .control__text::after {
    top: 3px;
  }
  .feedback__inner {
    display: block;
  }
  .feedback__form-inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    margin: 40px 0 30px 0;
    gap: 20px;
  }
  .feedback__form-name {
    top: -13px;
  }
  .feedback__form-input {
    height: 40px;
  }
  .feedback__form-textarea {
    height: 188px;
  }
  .feedback__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .controller {
    margin: 19px 0 35px 0;
  }
  .controller__content {
    font-size: 15px;
  }
  .controller__inner {
    gap: 14px;
  }
  .controller__img {
    width: 145px;
    height: 145px;
  }
  .controller__head {
    margin: 0 0 10px 0;
  }
  .controller__name {
    font-size: 24px;
    line-height: normal;
    margin: 0 0 8px 0;
  }
  .controller__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
  .articles__item-name {
    font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 22px;
  }
  .articles__item-body {
    margin: 12px 0 0 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .services-categories__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 12px;
  }
  .services-categories__item {
    min-height: 116px;
  }
  .services-categories__name {
    font-size: 21px;
    max-width: unset;
  }
  .services-main__banner {
    height: auto;
  }
  .services-main__content {
    margin: 0 0 15px 0;
  }
  .search-table {
    font-size: 20px;
    vertical-align: bottom;
  }
  .search-table tr:first-child td {
    width: auto;
  }
  .search-table tr {
    vertical-align: bottom;
  }
  .search-table__price {
    display: none;
  }
  .search-table td:last-child {
    text-align: right;
  }
  .search-table td:first-child {
    font-weight: 700;
    width: auto;
  }
  .search-table tr td {
    padding: 12px 20px 12px 0;
  }
  .search-table tr td:last-child {
    padding: 12px 0;
  }
  .search-table tr:first-child td:last-child {
    padding: 0 0 12px 0;
  }
  .search-table td::after {
    content: attr(data-cell);
    display: block;
    font-family: "CoFoSans";
    font-size: 18px;
    margin: 4px 0 0 0;
    font-weight: 400;
  }
  .search-table tr:first-child td {
    padding: 0 20px 12px 0;
  }
  .search-table td[data-sells]::after {
    margin-left: 60px;
  }
  .search-main .container {
    padding: 0 0 0 10px;
  }
  .search-main .main-heading {
    padding: 0 10px 0 0;
  }
  .search-main__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    overflow: visible;
  }
  .search-main__slider .swiper-pagination {
    padding: 0 10px 0 0;
  }
  .search-main__item {
    width: 244px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .search-main__item-body {
    padding-top: 48%;
    border-radius: 23px;
  }
  .search-main__item-body::after {
    border-width: 3px;
    width: calc(100% + 3px);
    height: calc(100% + 4px);
    top: -3px;
    left: -1px;
  }
  .search-main__text {
    padding: 15px;
    font-size: 19px;
  }
  .search-categories {
    margin: 15px 0 45px 0;
  }
  .search-categories__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 14px;
  }
  .search-categories__item-text {
    font-size: 14px;
    padding: 7px 23px;
  }
  .articles .slider-container {
    padding: 0 0 0 15px;
  }
  .articles .swiper-pagination {
    padding: 0 15px 0 0;
  }
  .articles .videos__slider {
    padding: 0 15px 0 0;
  }
  .clinic .slider-container {
    padding: 0 0 0 15px;
  }
  .clinic .swiper-pagination {
    padding: 0 15px 0 0;
  }
  .clinic__slider {
    padding: 0 15px 0 0;
  }
  .clinic__slider-item {
    padding-top: 68%;
  }
  .videos .slider-container {
    padding: 0 0 0 15px;
  }
  .videos .swiper-pagination {
    padding: 0 15px 0 0;
  }
  .videos__slider {
    padding: 0;
  }
  .videos__slider .video-card__head {
    padding-top: 55,5%;
  }
  .about-main__img {
    width: 100%;
  }
  .about-advantages {
    margin: 40px 0;
  }
  .about-advantages__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 35px;
  }
  .about-services__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .services-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .services-card__img {
    padding-top: 0;
    width: 155px;
    height: 141px;
    position: relative;
    margin: 0 0 15px 0;
  }
  .services-card__img::before {
    content: "";
    width: 100%;
    height: calc(100% + 15px);
    background: url(../img/svg/sc-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .services-card__img img {
    position: static;
    -webkit-mask-image: url(../img/as-mask-mobile@x2.png);
    mask-image: url(../img/as-mask-mobile@x2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .services-card__name {
    left: 18px;
    bottom: 16px;
    max-width: 150px;
  }
  .footer {
    padding: 38px 0;
    overflow: hidden;
  }
  .social.blog-header__social {
    position: relative;
  }
  .reviews__head.start {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  p.subheading {
    text-align: left;
    padding: 0 15px;
  }
  .blog-main__inner .main-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    gap: 34px;
  }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .footer__menu {
    max-width: unset;
    gap: 25px;
  }
  .footer__bottom {
    margin: 34px 0 0 0;
  }
  .contacts {
    font-size: 16px;
    line-height: normal;
    padding: 0 0 43px 0;
  }
  .contacts__tel {
    font-size: 30px;
  }
  .contacts__table {
    width: 263px;
  }
  .contacts__item:not(:last-child) {
    margin: 0 0 18px 0;
  }
  .contacts .main-heading {
    font-size: 40px;
  }
  .videos {
    margin: 45px 0;
  }
  .videos__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 35px;
  }
  .specialist-card__head {
    margin: 0 0 18px 0;
  }
  .customers__item {
    width: 157px;
    height: 78px;
    padding: 25px;
  }
  html,
  body {
    font-size: 17px;
    line-height: 22px;
  }
  main p:not([class]):not(:last-child) {
    margin: 0 0 5px 0;
  }
  .bottom-right-radius {
    border-radius: 0 0 50px 0;
  }
  .top-left-radius {
    border-radius: 50px 0 0 0;
  }
  .centered-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 21px;
  }
  .compare {
    margin: 45px 0;
  }
  .compare-wish {
    min-width: unset;
  }
  .compare__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 35px;
  }
  .compare__item-content {
    margin: 13px 0 0 0;
  }
  .compare__item-icon {
    width: 35px;
    height: 35px;
  }
  .compare__item-head {
    margin: 0 0 13px 0;
  }
  .reviews {
    margin: 68px 0 45px 0;
  }
  .reviews__item {
    padding: 26px 22px;
  }
  .reviews__item-head {
    margin: 0 0 20px 0;
  }
  .reviews__item-author {
    font-size: 24px;
  }
  .reviews__item-date {
    font-size: 14px;
  }
  .reviews__item-rating {
    width: 124px;
  }
  .reviews__item-rating svg {
    width: 20px;
    height: 18px;
  }
  .practice {
    margin: 48px 0 68px 0;
  }
  .practice__img {
    width: calc(100% - 30px);
    margin: -80px 0 0 auto;
  }
  .practice__img::before {
    background: url(../img/svg/practice-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
    width: calc(100% - 123px);
    height: 100%;
    bottom: -11%;
    left: -36px;
  }
  .main-services__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 20px;
  }
  .main-services__content {
    padding: 18px 18px 0 18px;
  }
  .main-services__content .small-heading {
    max-width: 220px;
  }
  .main-services__item:hover .main-services__content {
    padding: 25px;
  }
  .main-screen__slogan {
    font-size: 16px !important;
    margin: 0 0 10px 0;
  }
  .main-screen__descr {
    font-size: 16px !important;
  }
  .main-screen span:not([class]) {
    display: block;
  }
  .main-screen__buttons span {
    display: none !important;
  }
  .main-screen__item.dark {
    min-height: 522px;
    padding: 0 0 45px 0;
  }
  .main-screen__item.dark::after {
    height: calc(100% - 45px);
  }
  .main-screen__item.dark .main-screen__descr {
    font-size: 13px;
    line-height: 120%;
    margin: 0 0 15px 0;
  }
  .main-screen__item.dark .main-screen__image-inner {
    width: 320px;
    height: 278px;
  }
  .main-screen__item.dark::after {
    border-radius: 0 0 0 43vw;
  }
  .main-screen__item.dark::before {
    background: url(../img/dark-mobile-top.png) no-repeat;
    background-size: cover;
  }
  .main-screen__item.dark img {
    border-radius: 0 0 0 43vw;
  }
  .main-screen__item.dark .main-screen__image {
    position: relative;
  }
  .main-screen__item.dark .main-screen__image-inner {
    border-radius: 0;
  }
  .main-screen__item.dark .main-screen__image::after {
    content: "";
    width: 99px;
    height: 110px;
    background: url(../img/dark-img-decor-mobile.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .main-screen__item.light {
    padding: 0 0 45px 0;
  }
  .main-screen__item.light .main-screen__old::before {
    width: 100%;
  }
  .main-screen__item.light.reverse .main-screen__inner {
    margin: 0 !important;
  }
  .main-screen__item.light.reverse .main-screen__image-inner {
    width: 320px;
    height: 278px;
    margin: 0 auto;
  }
  .main-screen__item.light.reverse .main-screen__image-inner img {
    -webkit-mask-image: url(../img/reverse-mask-mobile@x2.png);
    mask-image: url(../img/reverse-mask-mobile@x2.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-screen__item.light.reverse .main-screen__image {
    position: relative;
  }
  .main-screen__item.light.reverse .main-screen__image::after {
    content: "";
    width: 100%;
    height: 237px;
    position: absolute;
    left: 0;
    bottom: -131px;
    pointer-events: none;
    background: url(../img/reverse-after.png) no-repeat;
    background-size: 100% 100%;
  }
  .main-screen__item.light .main-screen__image-inner {
    width: 320px;
    height: 278px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-screen__item.light .main-screen__image-inner::before {
    background: url(../img/light-img-decor.png) no-repeat;
    background-size: 100% 100%;
    width: 320px;
    height: 251px;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-screen__item.light .main-screen__image-inner img {
    width: auto;
    height: auto;
    -o-object-position: 0 10px;
    object-position: 0 10px;
    border-radius: 0 0 185px 0;
  }
  .main-screen__item.dark .main-screen__inner, .main-screen__item.light .main-screen__inner {
    position: static;
  }
  .main-screen__item.light.decor-1 {
    padding-bottom: 45px;
  }
  .main-screen__content {
    height: 222px;
    overflow: hidden;
  }
  .main-screen__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
    max-width: unset;
    line-height: 80%;
  }
  .main-screen__heading p {
    margin: 0 !important;
  }
  .main-screen__price {
    margin: 0 0 12px 0;
  }
  .main-screen__price-offer {
    left: 0;
    top: 2px;
    font-size: 10px;
  }
  .main-screen__price-body {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    padding: 6px 11px;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .main-screen__price-head {
    margin: 0;
    gap: 5px;
  }
  .main-screen__price.dynamic {
    gap: 11px;
    padding: 0;
  }
  .main-screen__price.dynamic .main-screen__price-item {
    padding: 0 0 0 48px;
  }
  .main-screen__price.dynamic .main-screen__price-item:last-child {
    margin: 0 0 0 auto;
  }
  .main-screen__subhead {
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 7px;
  }
  .main-screen__buttons {
    position: absolute;
    left: 0;
    padding: 0 15px;
    bottom: 20px;
    width: 100%;
  }
  .main-screen__buttons span {
    display: none;
  }
  .main-screen__buttons .btn {
    width: 100%;
  }
  .main-screen .swiper-pagination {
    bottom: 65px;
  }
  .main-screen__inner {
    padding: 20px 0 0 0;
  }
  .main-screen__heading {
    font-size: 34px;
    margin: 0 0 15px 0;
  }
  .main-screen__item.dark .main-screen__old,
  .main-screen__item.light .main-screen__old {
    font-size: 14px;
  }
  .main-screen__item.dark .main-screen__current,
  .main-screen__item.light .main-screen__current {
    font-size: 22px;
  }
  .main-screen__descr {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .main-screen__image {
    height: auto;
    margin: 5px 0 0 0;
  }
  .main-screen__image-inner {
    width: calc(100% + 15px);
    left: -15px;
  }
  .main-screen__image-inner::before {
    background: url(../img/svg/main-img-decor-mobile.svg) no-repeat;
    background-size: 100% 100%;
  }
  .main-screen::before {
    width: 132px;
    height: 264px;
    background: url(../img/svg/main-mobile.svg) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 420px) {
  .specialists-layout__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 32px;
  }
}
@media screen and (max-width: 360px) {
  .main-screen__item.light .main-screen__image-inner {
    left: -15px !important;
  }
}