/* https://loading.io/button/ */
.ld-ext-right,.ld-ext-left,.ld-ext-bottom,.ld-ext-top,.ld-over,.ld-over-inverse,.ld-over-full,.ld-over-full-inverse{position:relative}.ld-ext-right>.ld,.ld-ext-left>.ld,.ld-ext-bottom>.ld,.ld-ext-top>.ld,.ld-over>.ld,.ld-over-inverse>.ld,.ld-over-full>.ld,.ld-over-full-inverse>.ld{position:absolute;top:50%;left:50%;width:1em;height:1em;margin:-0.5em;opacity:0;z-index:-1;transition:all .3s;transition-timing-function:ease-in;animation-play-state:paused}.ld-ext-right>.ld>*,.ld-ext-left>.ld>*,.ld-ext-bottom>.ld>*,.ld-ext-top>.ld>*,.ld-over>.ld>*,.ld-over-inverse>.ld>*,.ld-over-full>.ld>*,.ld-over-full-inverse>.ld>*{width:1em;height:1em;position:absolute;top:50%;left:50%;transform:translate(-0.5em,-0.5em)}.ld-ext-right.running>.ld,.ld-ext-left.running>.ld,.ld-ext-bottom.running>.ld,.ld-ext-top.running>.ld,.ld-over.running>.ld,.ld-over-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld{opacity:1;z-index:auto;visibility:visible;animation-play-state:running !important}.ld-ext-right.running>.ld:before,.ld-ext-left.running>.ld:before,.ld-ext-bottom.running>.ld:before,.ld-ext-top.running>.ld:before,.ld-over.running>.ld:before,.ld-over-inverse.running>.ld:before,.ld-over-full.running>.ld:before,.ld-over-full-inverse.running>.ld:before,.ld-ext-right.running>.ld:after,.ld-ext-left.running>.ld:after,.ld-ext-bottom.running>.ld:after,.ld-ext-top.running>.ld:after,.ld-over.running>.ld:after,.ld-over-inverse.running>.ld:after,.ld-over-full.running>.ld:after,.ld-over-full-inverse.running>.ld:after{animation-play-state:running !important}.ld-ext-right,.ld-ext-left,.ld-ext-bottom,.ld-ext-top{transition-timing-function:ease-in}.ld-ext-right{transition:padding-right .3s}.ld-ext-right.running{padding-right:2.5em !important}.ld-ext-right>.ld{top:50%;left:auto;right:1.25em}.ld-ext-left{transition:padding-left .3s}.ld-ext-left.running{padding-left:2.5em !important}.ld-ext-left>.ld{top:50%;right:auto;left:1.25em}.ld-ext-bottom{transition:padding-bottom .3s}.ld-ext-bottom.running{padding-bottom:2.5em !important}.ld-ext-bottom>.ld{top:auto;left:50%;bottom:1.25em}.ld-ext-top{transition:padding-top .3s}.ld-ext-top.running{padding-top:2.5em !important}.ld-ext-top>.ld{bottom:auto;left:50%;top:1.25em}.ld-over:before,.ld-over-inverse:before,.ld-over-full:before,.ld-over-full-inverse:before{content:" ";display:block;opacity:0;position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;transition:all .3s;transition-timing-function:ease-in;background:rgba(240,240,240,0.8)}.ld-over.running>.ld,.ld-over-inverse.running>.ld,.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld{z-index:4001}.ld-over.running:before,.ld-over-inverse.running:before,.ld-over-full.running:before,.ld-over-full-inverse.running:before{opacity:1;z-index:4000;display:block;border-radius: inherit;}.ld-over-full.running>.ld,.ld-over-full-inverse.running>.ld,.ld-over-full.running:before,.ld-over-full-inverse.running:before{position:fixed}.ld-over-full>.ld{color:rgba(0,0,0,0.8)}.ld-over-full:before,.ld-over-full-inverse:before{background:rgba(255,255,255,0.8)}.ld-over-inverse>.ld{color:rgba(255,255,255,0.8)}.ld-over-inverse:before{background:rgba(0,0,0,0.6)}.ld-over-full-inverse>.ld{color:rgba(255,255,255,0.8)}.ld-over-full-inverse:before{background:rgba(0,0,0,0.6)}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/public/font/Raleway-VariableFont_wght.ttf') format('truetype');
}

/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/public/font/open-sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/font/open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/public/font/open-sans/OpenSans-SemiBold.ttf') format('truetype');
}

@keyframes ld-cycle {
  0% {
      animation-timing-function: cubic-bezier(0.3333,0.3333,0.6667,0.6667);
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

.hidden{
  display: none;
}

.cookie-consent {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: #a86cef;
  color: #fff;
  padding: 10px;
  text-align: center;
  left: 0;
}

.author-info {
  display: flex;
  margin-bottom: 20px;
  figure{
    width: 40px;    
    height: 40px;    
    margin-right: 15px;    
    margin-top: 2px;
    img{
      border-radius: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin: 0px !important;
    }
  }
}

.author-desc {
  color: rgba(0, 0, 0, .54);
}

.cookie-accept {
  cursor: pointer;
  background-color: rgb(51, 51, 51);
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  border: none;
}

.ld {
  transform-origin: 50% 50%;
  transform-box: fill-box
}

.ld.ld-cycle {
  animation: ld-cycle 1s infinite linear;
}

.ld-ball:after,.ld-ring:after,.ld-hourglass:after,.ld-loader:after,.ld-cross:after,.ld-square:after,.ld-pie:after,.ld-spinner:after {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden
}

.ld-ring:after {
  border-radius: 50%;
  border: .3em solid currentColor;
  border-left-color: transparent
}


/* 
* colors
*/

body {
  --main-color: #566fff;
}

body.pink {
  --main-color: #a86cef;
}

body.light-blue {
  --main-color: #4cbcfb;
}

/* */

body {
  max-width: 100%;
  overflow-x: hidden;
}

/*
* typography
*/

.h1,
.post-content h1,
.h1 * {
  font-weight: normal;
  font-size: 64px;
  line-height: normal;
  text-transform: uppercase;
}

.h2, .post-content h2 {
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
}

.h3, .post-content h3 {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.33;
}

.h3 b, .post-content h3 b,
.h3 strong, .post-content h3 strong {
  font-size: inherit;
  line-height: inherit;
  color: var(--main-color);
}

.h4,
.standarts__item .vertical-accordion__item-main::before,
.accordion-item__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.42;
}

.text-18,
.numbered-list__item-title,
.iconed-list__item-title b,
.iconed-list__item-title {
  font-size: 18px;
  line-height: 1.44;
}

.text-16,
.blockquote__position,
.price-list__item > div,
.text-16-26 {
  font-size: 16px;
  line-height: normal;
}

.text-16-26 {
  line-height: 1.6;
}

.text-14 {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.text-12,
.breadcrumbs__item::after,
.breadcrumbs__item a,
.breadcrumbs__item span {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
}

.text-white {
  color: #ffffff;
}

.text-white .custom-list::before,
.text-white .accordion-item__content li::before,
.accordion-item__content .text-white li::before {
  background: #ffffff;
}

.gradient {
  background: -o-linear-gradient(186.84deg, #7604ff -24.54%, #2450ea 48.41%, #00a9ff 134.62%);
  background: linear-gradient(263.16deg, #7604ff -24.54%, #2450ea 48.41%, #00a9ff 134.62%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #566fff;
  font-size: inherit;
  font-weight: inherit;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.button__icon {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

.button__icon path {
  fill: var(--main-color);
}

.button__icon span {
  display: block;
  margin: 0 auto 6px;
  width: 16px;
  height: 1px;
  background: var(--main-color);
}

.button__icon span:last-child {
  margin-bottom: 0;
}

.button__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.round-button,
.minus,
.plus,
.round-button-close,
.round-button-icon,
.round-button-arrow_white,
.round-button-arrow,
.round-button-list {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.round-button-icon.reverse{
  transform: rotate(180deg);
}

.round-button-arrow{
  min-width: 55px;
  width: auto;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 28px;
}
.round-button-arrow:hover{
  color: var(--main-color);
}

.round-button-list {
  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;
  border: 1px solid #ffffff;
  background: transparent;
}

.round-button-list.is-active div {
  border-color: transparent;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.round-button-list.is-active div::before,
.round-button-list.is-active div::after {
  width: 30px;
  top: -1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: top 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease 0.25s;
  transition: top 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: top 0.25s ease, width 0.25s ease, transform 0.25s ease 0.25s;
  transition: top 0.25s ease, width 0.25s ease, transform 0.25s ease 0.25s;
  transition: top 0.25s ease, width 0.25s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s;
}

.round-button-list.is-active div::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.round-button-list div {
  position: relative;
  width: 12px;
  height: 0;
  border-top: 1px solid #ffffff;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.round-button-list div::before,
.round-button-list div::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0);
  -ms-transform: translateX(-50%) rotate(0);
  transform: translateX(-50%) rotate(0);
  display: block;
  width: 18px;
  height: 1px;
  border-top: 1px solid #ffffff;
  -webkit-transition: width 0.25s ease 0.25s, top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
  transition: width 0.25s ease 0.25s, top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, width 0.25s ease 0.25s, top 0.25s ease 0.25s;
  transition: transform 0.25s ease, width 0.25s ease 0.25s, top 0.25s ease 0.25s;
  transition: transform 0.25s ease, width 0.25s ease 0.25s, top 0.25s ease 0.25s, -webkit-transform 0.25s ease;
}

.round-button-list div:after {
  top: 4px;
  width: 4px;
}

.round-button-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--main-color);
}

.round-button-arrow:hover {
  background: #f2f2f2;
  border: 1px var(--main-color) solid;
}

.round-button-arrow:hover svg {
  fill: var(--main-color);
}

.round-button-arrow:hover svg path {
  fill: var(--main-color);
}

.round-button-arrow svg {
  max-width: 100%;
  fill: #566fff;
}

.round-button-arrow svg path {
  fill: #f2f2f2;
}

.round-button-arrow_white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f2;
  max-width: 100%;
  border: 1px var(--main-color) solid;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.round-button-arrow_white svg path {
  fill: var(--main-color);
}

.round-button-arrow_white:hover {
  background: var(--main-color);
  border: 1px #f2f2f2 solid;
}

.round-button-arrow_white:hover svg {
  fill: var(--main-color);
}

.round-button-arrow_white:hover svg path {
  fill: #f2f2f2;
}

.round-button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.round-button-icon.language-switcher__list-item{
  background-color: #f2f2f2;
}

.round-button-icon img,
.round-button-icon picture,
.round-button-icon svg {
  width: 18px;
  height: 18px;
}

.round-button-icon path {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.round-button-icon:hover {
  background: var(--main-color);
}

.round-button-icon:hover svg path {
  fill: #f2f2f2;
}

.round-button-icon_white {
  border-color: #ffffff;
  background: #ffffff;
}

.round-button-icon_white svg path {
  fill: var(--main-color);
}

.round-button-icon_white:hover {
  background: transparent;
}

.round-button-icon_white:hover svg path {
  fill: #ffffff;
}

.round-button-icon_white-border {
  border-color: #ffffff;
}

.round-button-icon_white-border:hover {
  background: #ffffff;
}

.round-button-icon_white-border:hover svg path {
  fill: var(--main-color);
}

.round-button-close {
  position: relative;
  background: none;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.round-button-close:before,
.round-button-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 1px;
  background: var(--main-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.round-button-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.round-button-close:hover {
  background: var(--main-color);
}

.round-button-close:hover::before,
.round-button-close:hover::after {
  background: #ffffff;
}

.plus {
  position: relative;
  background: none;
  border: none;
}

.plus:before,
.plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: var(--main-color);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.plus.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.minus {
  position: relative;
  background: none;
  border: none;
}

.minus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background: var(--main-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

ul {
  list-style: disc;
}

/* colored bg */

.colored-bg {
  background: var(--main-color);
  color: #ffffff;
}

.colored-bg li:before {
  background: #ffffff !important;
}

.main-bg {
  background: var(--main-color);
}

.lined-block {
  position: relative;
  z-index: 1;
}

.lined-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -o-repeating-linear-gradient(bottom, rgba(255, 255, 255, 0.44) 0px, rgba(255, 255, 255, 0.44) 1px, transparent 1px, transparent 16px);
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.44) 0px, rgba(255, 255, 255, 0.44) 1px, transparent 1px, transparent 16px);
}

/* 
** socials 
*/

.socials {
  margin-top: 30px;
}

.socials .text-14 {
  margin-bottom: 20px;
}

.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials__list-item {
  margin-right: 20px;
}

.socials__list-item:last-child {
  margin-right: 0;
}

/* slider navigation */

.slider-nav {
  padding: 24px 30px;
}

.slider-nav__top {
  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;
}

.slider-nav__name {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: var(--main-color);
  padding-right: 30px;
}

.slider-nav__name .h3 {
  margin-top: 20px;
  line-height: 1.17;
}

.slider-nav__progress {
  margin: 26px 0 16px;
}

.slider-counter {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
}

.slider-counter span {
  display: inline-block;
  width: 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
}

.slider-counter .all {
  color: rgba(57, 57, 57, 0.5);
}

.slider-counter_white {
  color: #ffffff;
}

.slider-counter_white span {
  color: #ffffff;
}

.slider-counter_white .all {
  color: rgba(255, 255, 255, 0.5);
}

.slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-buttons__item {
  position: static;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("../img/icons/slider-next.svg") no-repeat center center;
  cursor: pointer;
}

.slider-buttons__item::after {
  display: none;
}

.slider-buttons__item_prev {
  background: url("../img/icons/slider-prev.svg") no-repeat center center;
}

.slider-buttons__item_white,
.service-prepare .slider-buttons__item_next,
.service-prepare .slider-buttons__item_prev {
  background: url("../img/icons/slider-next-white.svg") no-repeat center center;
}

.slider-buttons__item_white.slider-buttons__item_prev,
.service-prepare .slider-buttons__item_prev {
  background: url("../img/icons/slider-prev-white.svg") no-repeat center center;
}

.slider-buttons__item:last-child {
  margin-right: 0;
}

.slider-buttons_white {
  color: #ffffff;
}

.slider-buttons_white .slider-buttons__item {
  background: url("../img/icons/slider-next-white.svg") no-repeat center center;
}

.slider-buttons_white .slider-buttons__item.slider-buttons__item_prev {
  background: url("../img/icons/slider-prev-white.svg") no-repeat center center;
}

.progressbar {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(57, 57, 57, 0.28);
  overflow: hidden;
}

.progressbar div.swiper-scrollbar-drag {
  background: var(--main-color);
}

.progressbar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 1px;
  max-width: 50%;
  background: var(--main-color);
  -webkit-transition: max-width 0.33s ease;
  -o-transition: max-width 0.33s ease;
  transition: max-width 0.33s ease;
}

.progressbar_white {
  background: rgba(255, 255, 255, 0.5);
}

.progressbar_white span {
  background: #ffffff;
}

/* image carousel */

.image-slider_text {
  color: #fff;
}

.image-slider_text .image-slider__list {
  height: auto;
}

.image-slider_text .image-slider__list img {
  height: 355px;
}

.image-slider_text > .image-slider__bottom {
  position: absolute;
  width: 100%;
  top: 355px;
  left: 0;
  z-index: 10;
}

.image-slider_text .image-slider__text > * {
  color: #ffffff;
}

.image-slider_text .image-slider__text .h4,
.image-slider_text .image-slider__text .standarts__item .vertical-accordion__item-main::before,
.standarts__item .image-slider_text .image-slider__text .vertical-accordion__item-main::before,
.image-slider_text .image-slider__text .accordion-item__title {
  margin-bottom: 10px;
}

.image-slider_text .slider-nav__progress {
  margin-bottom: 0;
}

.image-slider__list {
  height: 355px;
  overflow: hidden;
}

.image-slider__list img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-slider__bottom {
  padding: 30px 35px 35px;
}

.image-slider__text {
  padding-top: 107px !important;
}

.image-slider__title {
  position: relative;
  padding-left: 70px;
}

.image-slider__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 56px;
  background: url("../img/icons/philips-footer-logo-white.svg") no-repeat center center;
  background-size: contain !important;
}

.image-slider__description {
  margin-top: 30px;
}

/* vertical accordion */

.vertical-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vertical-accordion__item {
  position: relative;
  padding: 0 30px 64px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vertical-accordion__item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 1036px;
  max-width: 81px;
  min-height: 460px;
  overflow: hidden;
  -webkit-transition: max-width 1.5s ease, padding-right 0.5s ease, padding-left 1s ease;
  -o-transition: max-width 1.5s ease, padding-right 0.5s ease, padding-left 1s ease;
  transition: max-width 1.5s ease, padding-right 0.5s ease, padding-left 1s ease;
}

.vertical-accordion__item_flex.is-active {
  padding-left: 504px;
  padding-right: 440px;
  -webkit-transition: max-width 1.5s ease, padding-right 1s ease 0.5s, padding-left 1s ease;
  -o-transition: max-width 1.5s ease, padding-right 1s ease 0.5s, padding-left 1s ease;
  transition: max-width 1.5s ease, padding-right 1s ease 0.5s, padding-left 1s ease;
}

.vertical-accordion__item_flex.is-active .vertical-accordion__item-img {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  max-width: 504px;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.vertical-accordion__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: -40px;
  bottom: -30px;
  right: 0px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.vertical-accordion__item:last-child::after {
  display: none;
}

.vertical-accordion__item-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 504px;
  max-width: 0;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.vertical-accordion__item-img img {
  width: 504px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.vertical-accordion__item-main {
  position: relative;
  padding: 68px 27px 100px;
  width: 81px;
}

.vertical-accordion__item-main .vertical-accordion__button {
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vertical-accordion__item-info {
  position: absolute;
  left: 585px;
  top: 0;
  width: 449px;
  max-height: 0;
  padding: 90px 30px 80px 25px;
  overflow: hidden;
  opacity: 0;
}

.vertical-accordion__item-info .h3 {
  margin-bottom: 10px;
}

.vertical-accordion__item-info .text-16,
.vertical-accordion__item-info .blockquote__position,
.vertical-accordion__item-info .price-list__item > div,
.vertical-accordion__item-info .text-16-26 {
  margin-bottom: 20px;
  line-height: 1.6;
}

.vertical-accordion__item.is-active {
  max-width: 1036px;
}

.vertical-accordion__item.is-active .vertical-accordion__item-info {
  opacity: 1;
  max-height: 999px;
  -webkit-transition: 0.5s ease 0.9s;
  -o-transition: 0.5s ease 0.9s;
  transition: 0.5s ease 0.9s;
}

.vertical-accordion__item.is-active .plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.vertical-accordion__item-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.vertical-accordion__button {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.vertical-accordion__button::before,
.vertical-accordion__button::after {
  background: #ffffff;
}

/*locations*/

.location__content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 125px;
  opacity: 0.25s ease;
}

.location.is-active .location__content {
  opacity: 1;
  visibility: visible;
}

.location__contacts {
  margin: 10px 0 30px;
}

.location__contacts,
.location__schedule {
  line-height: 28px;
}

/* form */

.form {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.28%, rgba(1, 164, 255, 0.5)), color-stop(45.9%, rgba(0, 0, 159, 0.5)), color-stop(101.94%, rgba(118, 4, 255, 0.5)));
  background: -o-linear-gradient(right, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  background: linear-gradient(270deg, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px 0;
}

.form .form__field {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 3;
}

.form .form__field:nth-child(2n) {
  grid-column-start: 3;
  grid-column-end: 5;
}

.form .form__field.field_full {
  grid-column-start: 1;
  grid-column-end: 5;
}

.form .form__field.field_privacy {
  grid-column-start: 1;
  grid-column-end: 4;
}

.form .form__field.field_privacy span {
  top: 56%;
  left: 40px;
}

.form .form__field.field_privacy.has-error:before {
  left: 0;
  bottom: 50px;
}

.form .form__field.field_button {
  grid-column-start: 4;
  grid-column-end: 5;
}

.form .form__field.has-error span {
  display: block;
}

.form .form__field span {
  display: none;
  position: absolute;
  left: 0;
  top: 102%;
  font-size: 12px;
  color: #FF4E17;
  line-height: 1;
  z-index: 1;
}

.field {
  position: relative;
  background: #f2f2f2;
  padding-right: 20px;
}

.field input[type=text], .field textarea {
  background: #f2f2f2;
  border: none;
  width: 100%;
  padding: 20px 0 15px 0;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  outline: none;
}

.field input[type=text]::-webkit-input-placeholder {
  text-transform: uppercase;
}

.field input[type=text]::-moz-placeholder {
  text-transform: uppercase;
}

.field input[type=text]:-ms-input-placeholder {
  text-transform: uppercase;
}

.field input[type=text]::-ms-input-placeholder {
  text-transform: uppercase;
}

.field input[type=text]::placeholder, .field textarea::placeholder {
  text-transform: uppercase;
}

.field::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 20px;
  height: 1px;
  background: #FF4E17;
  opacity: 0;
  visibility: hidden;
}

.field::before {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 22px;
  height: 20px;
  background: url("../img/icons/has-error.svg") no-repeat center center;
  background-size: contain !important;
  opacity: 0;
  visibility: hidden;
}

.field.has-error::after,
.field.has-error::before {
  opacity: 1;
  visibility: visible;
}

.field_full {
  grid-column-start: 1;
  grid-column-end: 3;
}

.field_privacy {
  position: relative;
  padding-top: 48px;
  overflow: hidden;
}

.field_privacy input {
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.field_privacy input:checked ~ label::after {
  -webkit-transform: translateY(-50%) scale(0.5) !important;
  -ms-transform: translateY(-50%) scale(0.5) !important;
  transform: translateY(-50%) scale(0.5) !important;
}

.field_privacy label {
  position: relative;
  display: block;
  padding-left: 40px;
  cursor: pointer;
  min-height: 23px;
}

.field_privacy label::before,
.field_privacy label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--main-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field_privacy label::after {
  top: 50%;
  border: none;
  background: var(--main-color);
  -webkit-transform: translateY(-50%) scale(0) !important;
  -ms-transform: translateY(-50%) scale(0) !important;
  transform: translateY(-50%) scale(0) !important;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.field_button {
  padding-top: 48px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* tabs */

.tabs__list {
  padding-bottom: 24px;
}

.tabs__item {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

.tabs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--main-color);
  -webkit-mask: url("../img/icons/icon-tab-arrow.svg");
  mask: url("../img/icons/icon-tab-arrow.svg");
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.tabs__item a {
  display: block;
  padding: 25px 50px 25px 0;
  color: #000000 !important;
}

.tabs__item.is-active {
  border-bottom-color: var(--main-color);
}

.tabs__item.is-active::after {
  opacity: 1;
  visibility: visible;
}

.tabs__item.is-active a {
  color: var(--main-color) !important;
}

/* search form */

.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.search__filters {
  width: 70%;
}

.search__filters.is-visible {
  padding-top: 50px;
}

.search__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 50px;
  width: 70%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.search__input input {
  display: block;
  width: 100%;
  padding: 0 15px 15px 45px;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}

.search__input input::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.search__input input::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.search__input input:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.search__input input::-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.search__input input::placeholder {
  color: #ffffff;
  text-transform: uppercase;
}

.search__input::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 11px;
  width: 24px;
  height: 24px;
  background: url("../img/icons/icon-search-white.svg") no-repeat center center;
}

.search__button {
  margin-right: 17px;
  color:#000000;
}

.search__button:hover {
  color: #ffffff;
}

.search__button[type=submit] {
  margin-right: 0;
  grid-column-start: 2;
  grid-column-end: 2;
}

.search-filters {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  max-height: 0px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition: opacity 0.25s ease, all 0.25s ease 0.25s;
  -o-transition: opacity 0.25s ease, all 0.25s ease 0.25s;
  transition: opacity 0.25s ease, all 0.25s ease 0.25s;
}

.search-filters.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  max-height: 900px;
  -webkit-transition: opacity 0.25s ease 0.5s, max-height 1s ease, -webkit-transform 1s ease;
  transition: opacity 0.25s ease 0.5s, max-height 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 0.25s ease 0.5s, max-height 1s ease, transform 1s ease;
  transition: opacity 0.25s ease 0.5s, max-height 1s ease, transform 1s ease;
  transition: opacity 0.25s ease 0.5s, max-height 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.search-filters__item {
  overflow: hidden;
}

.search-filters__item input {
  position: absolute;
  top: 200%;
  left: 200%;
  opacity: 0;
  visibility: hidden;
}

.search-filters__item input:checked ~ label {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.search-filters__item label {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  line-height: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #ffffff;
  cursor: pointer;
}

.accordion-item {
  position: relative;
  background: #ffffff;
  margin-bottom: 2px;
  -webkit-transition: padding-bottom 0.5s ease 0.4s, margin-bottom 0.5s ease 0.4s;
  -o-transition: padding-bottom 0.5s ease 0.4s, margin-bottom 0.5s ease 0.4s;
  transition: padding-bottom 0.5s ease 0.4s, margin-bottom 0.5s ease 0.4s;
}

.accordion-item__top {
  position: relative;
  padding: 21px 95px 21px 35px;
}

.accordion-item__button {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-item__button::before,
.accordion-item__button::after {
  background: #000000;
}

.accordion-item__content {
  padding: 0px 35px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out 0.15s, opacity 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out 0.15s, opacity 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out 0.15s, opacity 0.5s ease-in-out;
}

.accordion-item.is-active {
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition: padding-bottom 0.5s ease, margin-bottom 0.25s ease;
  -o-transition: padding-bottom 0.5s ease, margin-bottom 0.25s ease;
  transition: padding-bottom 0.5s ease, margin-bottom 0.25s ease;
}

.accordion-item.is-active .accordion-item__title {
  color: var(--main-color);
}

.accordion-item.is-active .accordion-item__content {
  max-height: 999px;
  -webkit-transition: max-height 0.75s ease, opacity 0.5s ease 0.5s;
  -o-transition: max-height 0.75s ease, opacity 0.5s ease 0.5s;
  transition: max-height 0.75s ease, opacity 0.5s ease 0.5s;
}

.accordion-item.is-active .plus::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.price-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.price-tabs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 25px;
  text-align: center;
  border: 1px solid #a86cef;
  cursor: pointer;
}

.price-tabs__item:first-child {
  border-right: none !important;
}

.price-tabs__item.is-active {
  background: #a86cef;
  color: #ffffff;
}

#kt .price-tabs {
  border: 1px solid #4cbcfb;
}

#kt .price-tabs__item {
  border-right: 1px solid #4cbcfb;
}

#kt .price-tabs__item.is-active {
  background: #4cbcfb;
  color: #ffffff;
}

#us .price-tabs {
  border: 1px solid #566fff;
}

#us .price-tabs__item {
  border-right: 1px solid #566fff;
}

#us .price-tabs__item.is-active {
  background: #566fff;
  color: #ffffff;
}

.price-list {
  display: none;
}

.price-list.is-visible {
  display: block;
}

.price-list__item {
  display: grid;
  grid-template-columns: 5fr 1fr;
  grid-gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.7);
}

.price-list__item:last-child {
  border-bottom: none;
}

.price-list__item_head {
  padding-bottom: 20px;
}

.price-list__item_head .price-list__item-title {
  position: relative;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.price-list__item_head .price-list__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 19px;
  background: url("../img/icons/price-title.svg") no-repeat center center;
  background-size: contain !important;
}

.price-list__item_head .price-list__item-num {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.price-list__item_head .price-list__item-num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 19px;
  /* background: url("../img/icons/price-day.svg") no-repeat center center; */
  background-size: contain !important;
}

/* .price-list__item_head .price-list__item-num:last-child::before {
  background: url("../img/icons/price-night.svg") no-repeat center center;
  background-size: contain !important;
} */

.price-list__item > div {
  line-height: 26px;
}

.price-list__item-title {
  max-width: 420px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs__item a,
.breadcrumbs__item span {
  color: rgba(255, 255, 255, 0.39);
}

.breadcrumbs__item::after {
  content: "/";
  margin: 0 3px;
  color: rgba(255, 255, 255, 0.39);
}

.breadcrumbs__item span {
  color: #ffffff;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

/* 
* colors
*/

body {
  --main-color: #566fff;
}

body.pink {
  --main-color: #a86cef;
}

body.light-blue {
  --main-color: #4cbcfb;
}

.burger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.burger .burger__cheeckbox {
  display: block;
  width: 100px;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  left: 0;
  opacity: 0;
}

.burger div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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;
  width: 16px;
  height: 8px;
  margin: auto;
}

.burger span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--main-color);
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  -o-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.burger.active span:first-of-type,
.burger.is-active span:first-of-type,
.burger .burger__cheeckbox.is-active + div span:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
}

.burger.active span:last-of-type,
.burger.is-active span:last-of-type,
.burger .burger__cheeckbox.is-active + div span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 4px;
}

.burger.active:hover span:first-of-type,
.burger.active:hover span:last-of-type,
.burger:hover .burger__cheeckbox.is-active + div span:first-of-type,
.burger:hover .burger__cheeckbox.is-active + div span:last-of-type {
  width: 16px;
}

.burger-menu {
  background: rgba(86, 111, 255, 0.9);
  position: relative;
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding: 30px 100px 52px;
}

.burger-menu .round-button-icon svg {
  width: 26px;
  height: 26px;
}

.burger-menu__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger-menu__nav {
  left: 0px;
  max-width: 360px;
  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;
  padding-bottom: 100px;
}

.burger-menu__buttons {
  display: none;
}

.burger-menu__buttons .button {
  margin: 0px 5px 10px 0px;
  color: #ffffff;
}

.burger-menu__buttons .button__text,
.burger-menu__buttons .language-switcher .round-button-icon {
  color: #ffffff;
}

.burger-menu__buttons .button__icon,
.burger-menu__buttons .language-switcher .round-button-icon {
  width: 80px;
  height: 55px;
  max-width: 55px;
}

@media  (max-width: 760px) {
  .burger-menu__buttons .button.half {
    width: 50%;
  }
} 

.burger-menu__buttons .language-switcher {
  max-width: 90px;
}

.burger-menu__buttons .language-switcher__button::after {
  top: 25px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.burger-menu__buttons .language-switcher .language-switcher__button.is-active ~ .language-switcher__list {
  max-height: 999px;
}

.burger-menu__buttons .language-switcher__list {
  position: static;
  max-height: 0;
  overflow: hidden;
}

.burger-menu__buttons .round-button-icon {
  border-color: #ffffff;
}

.burger-menu__buttons .button__icon,
.burger-menu__buttons .language-switcher__button::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.burger-menu__item {
  margin-bottom: 20px;
}

.burger-menu__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 56px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
}

.burger-menu__link:hover .round-button-icon {
  background: #ffffff;
}

.burger-menu__link:hover .round-button-icon path {
  fill: var(--main-color);
}

.burger-menu__link.active {
  text-decoration: underline;
}

.burger-menu__link_submenu {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
}

.burger-menu__link:last-child {
  margin-bottom: 0;
}

.burger-menu__link.is-current .round-button-icon {
  background: #ffffff;
}

.burger-menu__link.is-current .round-button-icon path {
  fill: var(--main-color);
}

.burger-menu__footer {
  position: relative;
  margin: 0 auto 106px;
}

.burger-menu__footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.burger-menu__footer-link {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.burger-menu__footer-link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.burger-menu__footer-link:last-child {
  margin-bottom: 0;
}

.burger-menu__footer-link.active {
  text-decoration: underline;
}

.burger-menu__socials {
  margin-top: 0;
}

.burger-submenu {
  position: absolute;
  top: 55px;
  left: 30px;
  right: 30px;
  padding: 35px 100px;
  max-height: calc(100vh - 70px);
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.burger-submenu.is-active {
  opacity: 1;
  visibility: visible;
}

.burger-submenu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.burger-submenu__top .burger {
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.burger-submenu__top .burger__checkbox {
  pointer-events: none;
}

.burger-submenu__top .burger:hover {
  background: #ffffff;
}

.burger-submenu__top .burger:hover .button__icon span {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.burger-submenu__top .button__icon {
  border-color: #ffffff;
}

.burger-submenu__top .button__icon span {
  border-bottom-color: #ffffff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.burger-submenu__list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 45px;
}

.burger-submenu__list .burger-menu__link .round-button-icon {
  margin-left: 80px;
}

.burger-submenu#mrt-submenu {
  background: rgba(168, 108, 239, 0.9);
}

.burger-submenu#mrt-submenu .burger-menu__link .round-button-icon {
  background: #ffffff;
}

.burger-submenu#mrt-submenu .burger-menu__link .round-button-icon path {
  fill: #a86cef;
}

.burger-submenu#kt-submenu {
  background: rgba(76, 188, 251, 0.9);
}

.burger-submenu#kt-submenu .burger-menu__link .round-button-icon {
  background: #ffffff;
}

.burger-submenu#kt-submenu .burger-menu__link .round-button-icon path {
  fill: #4cbcfb;
}

.burger-submenu#yo-submenu {
  background: rgba(86, 111, 255, 0.9);
}

.burger-submenu#yo-submenu .burger-menu__link .round-button-icon {
  background: #ffffff;
}

.burger-submenu#yo-submenu .burger-menu__link .round-button-icon path {
  fill: #566fff;
}

.burger-submenu .burger-menu__link_submenu:hover .round-button-icon {
  background: transparent !important;
}

.burger-submenu .burger-menu__link_submenu:hover .round-button-icon path {
  fill: #ffffff !important;
}

.backdrop,
.online {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 55px;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding: 0;
}

.backdrop--visible,
.online--visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.online {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .online {
    padding: 0;
  }
  body:has(.backdrop--visible) {
    overflow: hidden;
  }
}

.online .callback__form > .callback-left {
  padding: 30px 35px;
}

.online .callback__form > .callback-right {
  padding: 10px 35px 0 0;
}

.online .callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 87px;
  -moz-column-gap: 87px;
  column-gap: 87px;
}

.online .callback__form > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.online input,
.online .field {
  background: #ffffff !important;
}

.online .menu-form {
  padding: 30px 35px;
  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;
}

.online .menu-form__text {
  color: #ffffff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

.online .menu-form__icon {
  cursor: pointer;
  color: #ffffff;
  height: 55px;
  width: 55px;
  margin: 0 0;
}

.online .menu-form__icon--phone {
  display: none;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.container--no-padding {
  padding: 0 0;
}

.container--white {
  background: #ffffff;
}

.container--relative {
  position: relative;
}

.footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__left {
  padding: 30px 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.54);
}

.footer .h3 .round-button-icon {
  margin-left: 10px;
}

.footer__right {
  padding: 30px 35px;
}

.footer__right-link {
  white-space: nowrap;
}

.footer__right-link:first-of-type {
  display: inline;
}

.footer__right-link a svg {
  width: 25px;
  height: 25px;
}

.footer__logo {
  position: absolute;
  left: 35px;
  bottom: 30px;
}

.footer__location {
  display: block;
  margin-top: 102px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 30px;
}

.footer__copywrite,
.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}

.footer__copywrite a,
.footer__dev a {
  margin-left: 6px;
  display: block;
}

.header {
  background: hsla(0deg, 0%, 95%, 0.8);
  padding: 15px 0;
  position: sticky;
  top: 0px;
  z-index: 10;
  width: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  margin-bottom: 40px;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__contact-us .button{
  padding-left: 10px;
}

.header__contact-us .button .menu__text{
  color: #000000;

}

.header__tel {
  /* margin-left: 50px; */
}

.header__lang {
  margin-left: 25px;
  order: 2;
}

.language-switcher {
  position: relative;
  z-index: 999;
}

.language-switcher .round-button,
.language-switcher .round-button-list,
.language-switcher .round-button-arrow,
.language-switcher .round-button-arrow_white,
.language-switcher .round-button-icon,
.language-switcher .round-button-close,
.language-switcher .plus,
.language-switcher .minus {
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}

.language-switcher__button {
  padding-right: 29px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.language-switcher__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 12px;
  height: 8px;
  background: url("../img/expand-arrow.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-switcher__button.is-active ~ .language-switcher__list {
  opacity: 1;
  visibility: visible;
}

.language-switcher__list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.language-switcher__list-item {
  margin: 10px 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal__inner {
  position: relative;
  background: #ffffff;
  max-width: 480px;
  padding: 60px 80px;
  text-align: center;
}

.modal__inner .burger {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
}

.modal__inner .burger__cheeckbox {
  pointer-events: none;
}

.title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 60px;
}

.subtitle {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  margin-bottom: 50px;
}

.iconed-list {
  counter-reset: num-list;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iconed-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iconed-list__item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
  min-height: 62px;
}

.iconed-list__item-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 62px;
  height: 62px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

.iconed-list__item-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.iconed-list__item:last-child {
  margin-bottom: 0;
}

.iconed-list__item-title {
  margin-bottom: 10px;
  color: var(--main-color);
}

.iconed-list__item-title b {
  font-weight: 500 !important;
}

.numbered-list {
  counter-reset: num-list;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numbered-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numbered-list__item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.numbered-list__item::before {
  content: "";
  counter-increment: num-list;
  content: counter(num-list);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 62px;
  height: 62px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--main-color);
  text-align: center;
}

.numbered-list__item:last-child {
  margin-bottom: 0;
}

.numbered-list__item-title {
  margin-bottom: 10px;
  color: var(--main-color);
}

.numbered-list__item-title b {
  font-weight: 500 !important;
}

.press-release {
  overflow: hidden;
  margin: 100px 0 105px;
}

.press-release__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-release__title .round-button-arrow {
  margin-left: 20px;
}

.press-release__nav {
  padding: 0;
  margin: 37px 0 30px;
}

.press-release__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -20px;
}

.press-release-item {
  position: relative;
  cursor: pointer;
}

.press-release-item:hover .press-release-item__img::before {
  opacity: 1;
  visibility: visible;
}

.press-release-item__title {
  position: relative;
  padding: 5px 25px 12px 20px;
  padding-right: 25px;
  border-right: 1px solid #566fff;
  border-bottom: 1px solid #566fff;
  min-height: 96px;
}

.press-release-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px 12px 20px;
  min-height: 88px;
}

.press-release-item__img {
  position: relative;
  z-index: 1;
  padding: 0px 0px 12px 20px;
  padding-top: 62%;
  overflow: hidden;
}

.press-release-item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 100%;
  height: 100%;
  background: url("../img/icons/icon-plus-white.svg") no-repeat center center, rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.press-release-item__img img {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 20px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.press-release-item__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* doctors section */
.doctors-wrap{
  display: flex;
  flex-wrap: wrap;
}

.pagination{
  display: flex;
  justify-content: center;
  ul{
      display: flex;
      justify-content: space-between;
      width: 30%;
  }
}

.pagination li a, .pagination li span {
  font-weight: bold; 
  font-size: 18px;   
}

.pagination li a:hover {
  text-decoration: underline;
}

.doctor-item{
  box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
  padding-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 10px;
  padding-bottom: 20px;
  width: 250px;
  text-align: center;
  .news-content__years{
      padding: 10px;
  }
  img{
          width: 250px; 
          height: 300px; 
          object-fit: cover; 
          overflow: hidden; 
          border-radius: 10px; 
  }
}

@media (max-width: 750px) {
  .doctors-wrap{
      flex-direction: column;
      align-items: center;
  }
  .doctor-item{
    max-width: 80%;
  }
}

.doctor-section{
  #online-trigger-doctor{
      padding-top:10px;
  }

  main{
    .text-16{
        padding-left: 0px;
    }
    h3 {
        font-weight: normal;
        font-size: 24px;
        line-height: 1.33;
    }
    h2 {
    font-size: 36px;
    line-height: 42px;
    }
    ul, ol {
       li{ list-style: disc;
           line-height: 1.62;
           font-size: 16px;
    }
        padding-bottom: 20px;
        padding-left: 30px;
    }
    ol li{
      list-style-type: decimal;
      font-size: 16px;
    }
  }
  
  .text-16{
      padding-top: 20px; 
      padding-bottom: 20px;
  }
  
  .post-content__image{
      display: flex;
      
      img {   
        min-width: 28% ;
        height: 400px;
        object-fit: cover;
        overflow: hidden;
        padding-bottom: 20px;
      }
      
      .text-container{
          display: flex; 
          flex-direction: column; 
          padding-left: 20px;
          strong{
            font-weight: bold;
          }
          .description{
              margin-bottom: 40px; 
              color: #a86cef;
          }
          
          p{
              margin-bottom: 10px;
          }
          
          .introtext{
              margin-bottom: 10px; 
              line-height: 1.62 !important;
          }
      }
  }
  
}

@media (max-width: 768px) {
  
  .doctor-section{
      .post-content__image{
          flex-direction: column;
      }
      .text-16{
          padding: 20px;
      }
      img{
        height: 500px;
      }
      .text-16{
        padding-top: 20px;
      }
      .text-container{
        padding-left: 0px !important;
      }
  }
}

@media (max-width: 1100px){
  .doctor-section{
    img{
      height: 400px;
      width: 320px;
    }
  }
}

/* reviews section */

.reviews {
  position: relative;
  margin: 150px 0 100px;
  padding: 20px 65px 35px 35px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 80px;
}

.reviews__title {
  padding-top: 100px;
  padding-bottom: 90px;
}

.reviews__counter {
  position: absolute;
  top: 40px;
  left: 35px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.5);
}

.reviews__counter .current,
.reviews__counter .all {
  color: rgba(255, 255, 255, 0.5);
}

.reviews__counter .current {
  color: #ffffff;
}

.reviews__buttons {
  position: absolute;
  top: 40px;
  right: 35px;
  z-index: 10;
}

.reviews__progressbar {
  position: absolute;
  top: 100px;
  left: 35px;
  right: 35px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.28%, rgba(255, 255, 255, 0.3)), color-stop(45.9%, rgba(242, 242, 242, 0.3)), color-stop(101.94%, rgba(255, 255, 255, 0.162)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.3) -0.28%, rgba(242, 242, 242, 0.3) 45.9%, rgba(255, 255, 255, 0.162) 101.94%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) -0.28%, rgba(242, 242, 242, 0.3) 45.9%, rgba(255, 255, 255, 0.162) 101.94%);
}

.reviews__progressbar .progressbar__span {
  background: #ffffff;
}

.reviews__list {
  max-width: 100%;
  overflow: hidden;
}

/* review item */

.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-bottom: 30px;
  padding-right: 100px;
}

.review__img {
  position: relative;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 245px;
}

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

.review__img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -120px;
  width: 1px;
  height: 70px;
  background: #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.review__content {
  position: relative;
  max-width: 720px;
  padding-left: 60px;
}

.review__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 24px;
  background: url("../img/icons/icon-quote-white.svg") no-repeat center center;
  background-size: contain !important;
}

.review__content .text-16,
.review__content .blockquote__position,
.review__content .text-16-26,
.review__content .price-list__item > div {
  line-height: 1.87;
}

.social {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social__item {
  margin: 0 20px;
}

.social__img {
  max-width: 100%;
  width: 70px;
}

.social__img:hover {
  opacity: 0.8;
}

.tabs__title {
  text-transform: uppercase;
  margin: 50px 0 40px;
}

.tabs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.tabs-list__item {
  position: relative;
}

.tabs-list__item::after {
  content: "";
  position: absolute;
  top: calc(100% - 2.5px);
  left: 0;
  width: 100%;
  height: 25px;
  background: #a86cef;
  opacity: 0;
}

.tabs-list__item:nth-child(2)::after {
  background: #4cbcfb;
}

.tabs-list__item:nth-child(3)::after {
  background: #566fff;
}

.tabs-list__item.is-active::after {
  opacity: 1;
}

.tabs-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #a86cef;
  border: none;
  padding: 30px 35px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.tabs-item__button span:last-child {
  display: none;
}

.tabs-item:nth-child(2) .tabs-item__button {
  background: #4cbcfb;
}

.tabs-item:nth-child(3) .tabs-item__button {
  background: #566fff;
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 150px;
}

.tabs-content-item {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.tabs-content-item.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

.tabs-content-item__title {
  margin-bottom: 60px;
}

.tabs-content-item__top {
  padding: 50px 35px;
  background: #a86cef;
}

.tabs-content-item__prices {
  margin-top: 20px;
}

.tabs-content-item__prices .accordion-item.is-active .accordion-item__title {
  color: #a86cef;
}

.tabs-content-item:nth-child(2) .tabs-content-item__top {
  background: #4cbcfb;
}

.tabs-content-item:nth-child(2) .tabs-content-item__prices .accordion-item.is-active .accordion-item__title {
  color: #4cbcfb;
}

.tabs-content-item:nth-child(3) .tabs-content-item__top {
  background: #566fff;
}

.tabs-content-item:nth-child(3) .tabs-content-item__prices .accordion-item.is-active .accordion-item__title {
  color: #566fff;
}

* {
  font: normal normal 16px "Raleway", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #566fff;
}

ul,
li {
  list-style: none;
}

.custom-list,
.accordion-item__content li {
  position: relative;
  display: block;
  padding-left: 24px;
}

.custom-list::before,
.accordion-item__content li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
}

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  min-height: 100vh;
  background: #f2f2f2;
}

.hero {
  position: relative;
}

.hero__wrapper {
  height: 558px;
}

.hero__link {
  margin-left: 20px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hero__title {
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 10;
}

.hero__slider img {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 543px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.standart {
  padding: 150px 0 100px;
}

.standart__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.standart__logo {
  margin-top: 10px;
  margin-right: 15px;
}

.standart__logo-desc {
  min-width: 65px;
  font-weight: 500;
  color: #566fff;
}

.about {
  padding: 30px 35px 0 35px;
}

.about__img {
  overflow: hidden;
  margin-top: 30px;
}

.about__img-wrapper {
  position: relative;
  padding-top: 36%;
}

.about__img-wrapper img, .about__img-wrapper iframe {
  position: absolute;
  width: 90%;
  height: 100%;
  bottom: 0;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__locations {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 40px 0 30px;
}

.about__locations h3 {
  white-space: nowrap;
  padding-bottom: 20px;
}

.about__locations-left {
  position: relative;
  padding-right: 37px;
}

.about__locations-left::after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -30px;
  right: 0;
  width: 1px;
  min-height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

.about__socials {
  position: absolute;
  bottom: 30px;
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s ease-in-out 0.3s;
  -o-transition: 0.3s ease-in-out 0.3s;
  transition: 0.3s ease-in-out 0.3s;
}

.about__list-item .location__content {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.about__list-item.is-active {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.about__list-item.is-active .location__content {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out 0.5s;
  -o-transition: 0.5s ease-in-out 0.5s;
  transition: 0.5s ease-in-out 0.5s;
}

.features {
  margin: 150px 0;
}

.features__list {
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.28%, rgba(1, 164, 255, 0.5)), color-stop(45.9%, rgba(0, 0, 159, 0.5)), color-stop(101.94%, rgba(118, 4, 255, 0.5)));
  background: -o-linear-gradient(right, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  background: linear-gradient(270deg, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  padding: 1px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px 0;
  margin-top: 30px;
}

.features__list-item {
  padding: 30px 35px 30px 0;
  background: #f2f2f2;
}

.features__list-item .text-16,
.features__list-item .blockquote__position,
.features__list-item .text-16-26,
.features__list-item .price-list__item > div {
  margin-top: 10px;
  line-height: 26px;
}

.card {
  position: relative;
  max-width: 387px;
  padding: 30px 30px 110px;
  color: #ffffff;
}

.card .lined-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px -15px;
  padding: 67px 15px;
}

.card .lined-block img {
  width: 318px;
  height: 187px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.card:nth-child(3n+1) {
  background: #a86cef;
}

.card:nth-child(3n+1) .round-button-arrow_white {
  border: 1px #a86cef solid;
}

.card:nth-child(3n+1) .round-button-arrow_white svg {
  fill: #a86cef;
}

.card:nth-child(3n+1) .round-button-arrow_white svg path {
  fill: #a86cef;
}

.card:nth-child(3n+1) .round-button-arrow_white:hover {
  border: 1px #f2f2f2 solid;
  background: transparent;
}

.card:nth-child(3n+1) .round-button-arrow_white:hover svg {
  fill: #a86cef;
}

.card:nth-child(3n+1) .round-button-arrow_white:hover svg path {
  fill: #f2f2f2;
}

.card:nth-child(3n+2) {
  background: #4cbcfb;
}

.card:nth-child(3n+2) .round-button-arrow_white {
  border: 1px #4cbcfb solid;
}

.card:nth-child(3n+2) .round-button-arrow_white svg {
  fill: #4cbcfb;
}

.card:nth-child(3n+2) .round-button-arrow_white svg path {
  fill: #4cbcfb;
}

.card:nth-child(3n+2) .round-button-arrow_white:hover {
  border: 1px #f2f2f2 solid;
  background: transparent;
}

.card:nth-child(3n+2) .round-button-arrow_white:hover svg {
  fill: #4cbcfb;
}

.card:nth-child(3n+2) .round-button-arrow_white:hover svg path {
  fill: #f2f2f2;
}

.card:nth-child(3n+3) {
  background: #566fff;
}

.card__button {
  position: absolute;
  bottom: 30px;
  right: 35px;
}

.services {
  margin: 150px 0 250px;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  margin-top: 50px;
}

.services__list-item {
  max-width: 32.5%;
}

.services__list-item:nth-child(2) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.services__list-item:nth-child(3) {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.standarts {
  margin: 150px 0;
}

.standarts__list {
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}

.standarts__item:nth-child(3n-2) {
  background: #566fff;
  margin-top: 130px;
}

.standarts__item:nth-child(3n-1) {
  background: #4cbcfb;
  margin-top: 80px;
}

.standarts__item:nth-child(3n) {
  background: #a86cef;
}

.standarts__item .vertical-accordion__item-main::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.callback {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 22px;
  max-width: calc(100% - 22px);
}

.callback__info {
  position: relative;
  background: #000000;
  padding: 59px 50px 200px;
}

.callback__info-button {
  position: absolute;
  bottom: 40px;
  left: 50px;
  background: #ffffff;
}

.callback__info .h3 {
  margin: 30px 0 20px;
}

.callback__form .h4,
.callback__form .accordion-item__title,
.callback__form .standarts__item .vertical-accordion__item-main::before,
.standarts__item .callback__form .vertical-accordion__item-main::before {
  margin: 15px 0 25px;
}

.blockquote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 150px 0;
  padding: 35px;
}

.blockquote__img {
  padding: 68px 28px;
}

.blockquote__content {
  padding: 29px 0 0 120px;
}

.blockquote__position {
  margin-top: 10px;
  opacity: 0.66;
}

.blockquote__text {
  position: relative;
  margin-top: 50px;
}

.blockquote__text::before {
  content: "";
  display: block;
  width: 33px;
  height: 25px;
  margin-bottom: 10px;
  background: url("../img/icons/icon-quote-white.svg") no-repeat center center;
  background-size: contain;
}

.blockquote__signature {
  margin-top: 10px;
  padding-right: 32px;
  text-align: right;
}

.blockquote__signature img {
  max-width: 80px;
  max-height: 103px;
}

/* 
* colors
*/

body {
  --main-color: #566fff;
}

body.pink {
  --main-color: #a86cef;
}

body.light-blue {
  --main-color: #4cbcfb;
}

.service-page .colored-bg {
  background: var(--main-color);
  padding: 35px;
}

.service-page .lined-block {
  position: relative;
  z-index: 1;
}

.service-page .lined-block::before {
  background: linear-gradient(0deg, #a86cef 2.78%, #f2f2f2 2.78%, #f2f2f2 50%, #a86cef 50%, #a86cef 52.78%, #f2f2f2 52.78%, #f2f2f2 100%) bottom/36px 36px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.33;
}

.service-page .callback {
  width: calc(100% - 60px);
  grid-gap: 60px;
}

.service-page .text-16 *,
.service-page .text-16-26 *,
.service-page .price-list__item > div *,
.service-page .blockquote__position * {
  line-height: 1.62 !important;
}

.service-heading {
  margin-bottom: 130px;
}

.service-heading .breadcrumbs {
  margin-bottom: 50px;
}

.service-heading__top {
  padding: 30px 35px;
}

.service-heading__bottom {
  padding: 60px 35px 55px;
}

.service-heading__img {
  position: relative;
  width: 100%;
  padding-top: 27%;
}

.service-heading__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-content {
  display: grid;
  grid-template-columns: calc(30% - 30px) calc(70% - 30px);
  grid-gap: 60px;
  margin-bottom: 150px;
}

.service-content__tabs {
  background: #ffffff;
  padding: 30px 35px;
}

.service-content__tabs .tabs__list {
  position: sticky;
  top: 100px;
}

.service-content__main .text-16,
.service-content__main .text-16-26,
.service-content__main .price-list__item > div,
.service-content__main .blockquote__position {
  line-height: 1.4;
}

.service-content__main .text-16 img,
.service-content__main .text-16-26 img,
.service-content__main .price-list__item > div img,
.service-content__main .blockquote__position img {
  margin-top: 20px;
}

.service-content__main > div,
.service-content__main > section {
  margin: 0 0 0px;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
  max-height: 0px;
  margin-bottom: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition: opacity 0.25s ease, all 0.25s ease 0.25s;
  -o-transition: opacity 0.25s ease, all 0.25s ease 0.25s;
  transition: opacity 0.25s ease, all 0.25s ease 0.25s;
}

.service-content__main > div.is-visible,
.service-content__main > section.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  max-height: 9999px;
  margin-bottom: 150px;
  -webkit-transition: opacity 0.25s ease 0.25s, all 0.25s ease;
  -o-transition: opacity 0.25s ease 0.25s, all 0.25s ease;
  transition: opacity 0.25s ease 0.25s, all 0.25s ease;
}

.service-content__main > div:first-child,
.service-content__main > section:first-child {
  margin-top: 0;
}

.service-content__main > div:last-child,
.service-content__main > section:last-child {
  margin-bottom: 0;
}

.service-content .h2 {
  margin-bottom: 30px;
}

.service-content p + p,
.service-content p,
.service-content li,
.post-content li,
.post-content p,
.post-content p + p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-content p{
  line-height: 1.62 !important;
}

.service-content > img {
  width: 100%;
  margin: 50px 0;
}

.service-info a,
.service-info b,
.service-info strong {
  color: var(--main-color);
}

.service-info > img {
  width: 100%;
  margin: 50px 0 0;
}

.service-info li {
  position: relative;
  display: block;
  padding-left: 24px;
}

.service-info li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
}

.service-info .service-price-list {
  margin-top: 30px;
}

.service-info .image-slider {
  margin-top: 50px;
}

.service-info .image-slider__list {
  overflow: visible;
}

.service-info_contraindications .h2 {
  position: relative;
  padding-left: 95px;
}

.service-info_contraindications .h2::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 63px;
  height: 63px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: url("../img/icons/icon-exclamation-white.svg") no-repeat center center;
  background-size: contain;
}

.service-info_contraindications .service-info__text + .service-info__text {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.39);
}

.service-features__list {
  margin-top: 60px;
}

.service-price__top {
  padding: 50px 35px;
}

.service-price__list {
  margin-top: 20px;
}

/* Блок поиска цен под статьёй: пустой список не занимает место */
.post-content__price-search .service-price__list.js-search-area:empty {
  display: none;
  margin-top: 0;
}

/* Блок поиска под статьёй: всегда синий фон (не фиолетовый от body.pink), кнопка в одну линию */
.post-content__price-search .service-price__top.colored-bg {
  background: #566fff;
  color: #ffffff;
}
.post-content__price-search .search__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 17px;
}
.post-content__price-search .search__input {
  flex: 1 1 auto;
  min-width: 200px;
  margin-right: 0;
}
.post-content__price-search .search__button.round-button-list.js-search-filters,
.post-content__price-search .search__button.round-button-arrow_white {
  flex-shrink: 0;
  margin-right: 17px;
}
.post-content__price-search .search__button.round-button-arrow_white {
  margin-right: 0;
}
.post-content__price-search .search__filters {
  width: 100%;
  flex-basis: 100%;
}

.post-content__price-search .suggestions {
  background-color: #566fff;
}

.post-content__price-search .suggestion-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.post-content__price-search .clear-button {
  background: #ffffff;
}
.post-content__price-search .clear-button svg line {
  stroke: #566fff;
}
.post-content__price-search .clear-button:hover {
  background: #566fff;
}
.post-content__price-search .clear-button:hover svg line {
  stroke: #fff;
}

.service-prepare .h2 {
  margin-bottom: 10px !important;
}

.service-prepare > .text-16,
.service-prepare > .text-16-26,
.price-list__item.service-prepare > div,
.service-prepare > .blockquote__position {
  margin-bottom: 30px !important;
}

.service-prepare__carousel {
  padding: 35px;
}

.service-prepare__nav .slider-counter,
.service-prepare__nav .slider-counter * {
  color: #ffffff;
}

.service-prepare__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  color: #fff;
}

.service-prepare .slider-nav__progress {
  margin: 26px 0 30px;
}

.service-prepare .progressbar {
  background: rgba(255, 255, 255, 0.5);
}

.service-prepare .progressbar span {
  background: #ffffff;
}

/* 
* colors
*/

body {
  --main-color: #566fff;
}

body.pink {
  --main-color: #a86cef;
}

body.light-blue {
  --main-color: #4cbcfb;
}

.news-page {
  cursor: default;
}

.news-page .colored-bg {
  background: #566fff;
  color: #000000;
  padding: 30px;
}

.news-page .milk-bg {
  background: #f2f2f2;
  color: #000000;
}

.news-page .callback {
  grid-gap: 60px;
  margin-bottom: 100px;
  max-width: calc(100% - 60px);
}

.news-page .breadcrumbs {
  margin-bottom: 50px;
}

.news-page .breadcrumbs__item a,
.news-page .breadcrumbs__item::after {
  color: rgba(0, 0, 0, 0.39);
}

.news-page .breadcrumbs__item span {
  color: #000000;
}

.news-heading {
  margin-bottom: 60px;
}

.news-heading__top {
  padding: 10px 0;
}

.news-heading__search {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.news-heading__search form {
  width: 100%;
  max-width: 600px;
}

.news-heading__search-inner {
  position: relative;
  width: 100%;
}

.news-heading__search .js-blog-suggestions {
  position: absolute;
  top: 100%;
  left: 49%;
  width: 545px;
  box-sizing: border-box;
  margin-top: 4px;
  max-height: 240px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 100;
  overflow-y: auto;
}

.news-heading__search .suggestion-item_blog {
  color: #333;
  padding: 10px 14px;
}

.news-heading__search .suggestion-item_blog:hover {
  background-color: #f2f2f2;
}

/* Поиск публикаций — такой же широкий и закруглённый, как глобальный в хедере */
.news-heading__search .search-expandable_blog {
  width: 100%;
  max-width: 100%;
  min-width: 560px;
  margin: 0 auto;
  height: 40px;
  padding: 0 12px;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid transparent;
}

.news-heading__search .search-expandable_blog.is-expanded {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.05);
}

.news-heading__search .search-expandable_blog .search-expandable__input {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  padding: 0 10px;
  font-size: 16px;
}

.news-heading__search .search-expandable_blog .search-expandable__trigger_submit {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-heading__search .search-expandable_blog .search-expandable__trigger_submit:hover {
  color: #566fff;
}

/* Крестик очистки — одинаковый стиль в хедере и на странице блога */
.news-heading__search .search-expandable__clear,
.search-expandable .search-expandable__clear {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  background: #eee;
  border: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.news-heading__search .search-expandable__clear svg,
.search-expandable .search-expandable__clear svg {
  flex-shrink: 0;
}

.news-heading__search .search-expandable__clear:hover,
.search-expandable .search-expandable__clear:hover {
  background: #e0e0e0;
  color: #333;
  cursor: pointer;
}

.news-heading__search .search-expandable_blog .search-expandable__clear {
  position: static;
  transform: none;
  flex-shrink: 0;
  margin-left: 4px;
}

.news-heading__search .search-expandable_blog .search-expandable__clear.is-visible {
  display: flex;
}

@media (max-width: 1199px) {
  .news-heading__search form {
    max-width: 100%;
  }
  .news-heading__search .search-expandable_blog,
  .news-heading__search .search-expandable_blog.is-expanded {
    width: 100% !important;
    min-width: 0;
  }
  .news-heading__search .search-expandable_blog .search-expandable__input {
    display: block !important;
  }
}

.news-heading__accordion {
  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;
}

.news-heading__accordion img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
  margin-left: 100px;
  cursor: pointer;
}

.news-content {
  margin-bottom: 150px;
}

.news-content__year-wrap {
  display: grid;
  grid-template-columns: 20% 80%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.28%, rgba(1, 164, 255, 0.5)), color-stop(45.9%, rgba(0, 0, 159, 0.5)), color-stop(101.94%, rgba(118, 4, 255, 0.5)));
  background: -o-linear-gradient(left, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  background: linear-gradient(90deg, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
}

.news-content__year-wrap:last-of-type {
  margin-bottom: 30px;
  padding-bottom: 2px;
}

.news-content__year-wrap > * {
  margin-top: 1px;
  padding-top: 29px;
}

.news-content__year {
  background: #f2f2f2;
  min-width: 50px;
  padding-right: 100px;
}

.news-content__date {
  padding-right: 100px;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}

.news-content__months {
  background: #f2f2f2;
}

.news-content__month {
  background: #f2f2f2;
  display: grid;
  grid-template-columns: 25% 75%;
  padding-bottom: 30px;
}

.news-content__month:last-child {
  padding-bottom: 0;
}

.news-content__month:last-child .news-content__news-item:last-child {
  background: unset;
}

.news-content__news-item {
  padding-bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.28%, rgba(1, 164, 255, 0.5)), color-stop(45.9%, rgba(0, 0, 159, 0.5)), color-stop(101.94%, rgba(118, 4, 255, 0.5)));
  background: -o-linear-gradient(left, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  background: linear-gradient(90deg, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
}

.news-content__news-item:not(:first-child) .news {
  padding-top: 30px;
}

.news-content__news {
  background: #f2f2f2;
  padding-bottom: 29px;
}

.news-content .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.news-content .news__image img {
  width: 100%;
}

/* Мини-карточки списка новостей: картинка — маленький квадрат */
.news-content__news-item .news__image {
  width: 200px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}

.news-content__news-item .news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-content .news__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-content .news__title {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.news-content .news__text {
  font-size: 18px;
  line-height: 28px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-content .news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news-content .news__bottom .news-category {
  font-size: 14px;
  line-height: 16px;
  color: #566fff;
  cursor: pointer;
}

.news-content .news__bottom .news-link {
  font-size: 0;
}

.news-content .news__bottom .news-link a {
  border-radius: 100%;
}

.news-content .news__bottom .news-link a svg {
  border-radius: 100%;
  fill: #f2f2f2;
  -webkit-transition: fill ease 0.15s;
  -o-transition: fill ease 0.15s;
  transition: fill ease 0.15s;
}

.news-content .news__bottom .news-link a svg path {
  fill: #566fff;
  -webkit-transition: fill ease 0.25s;
  -o-transition: fill ease 0.25s;
  transition: fill ease 0.25s;
}

.news-content .news__bottom .news-link:hover a svg {
  fill: #566fff;
}

.news-content .news__bottom .news-link:hover a svg path {
  fill: #f2f2f2;
}

.news-content .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
}

.news-content .button__text {
  font-size: 24px;
  line-height: 28px;
}

.news-content .button__text:hover {
  color: darkgray;
}

.news-content .button__plus {
  margin-left: 30px;
}

.news-content .button__plus::before,
.news-content .button__plus::after {
  background: #000000;
}

.news-content .h2 {
  margin-bottom: 30px;
}

.news-content p + p,
.news-content p + ul,
.news-content li {
  margin-top: 10px;
}

/* 
* colors
*/

body {
  --main-color: #566fff;
}

body.pink {
  --main-color: #a86cef;
}

body.light-blue {
  --main-color: #4cbcfb;
}

.post-page {
  cursor: default;
}

.post-page .post-page__image {
  margin: 0;
}

.post-page .colored-bg {
  background: #566fff;
  color: #000000;
  padding: 35px;
}

.post-page .milk-bg {
  background: #f2f2f2;
  color: #000000;
}

.post-page .callback {
  grid-gap: 60px;
  margin-bottom: 100px;
  max-width: calc(100% - 60px);
}

.post-page .breadcrumbs {
  margin-bottom: 50px;
}

.post-page .breadcrumbs__item a,
.post-page .breadcrumbs__item::after {
  color: rgba(0, 0, 0, 0.39);
}

.post-page .breadcrumbs__item span {
  color: #000000;
}

.post-heading {
  margin-bottom: 60px;
}

.post-heading__top {
  padding: 10px 0;
}

.post-heading__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4cbcfb;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.post-heading__accordion img {
  cursor: pointer;
}

.post-preview {
  position: relative;
  margin-bottom: 50px;
}

.post-preview--last {
  margin-bottom: 100px;
}

.post-preview__year-wrap {
  display: grid;
  grid-template-columns: 20% 80%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.28%, rgba(1, 164, 255, 0.5)), color-stop(45.9%, rgba(0, 0, 159, 0.5)), color-stop(101.94%, rgba(118, 4, 255, 0.5)));
  background: -o-linear-gradient(left, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  background: linear-gradient(90deg, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
}

.post-preview__year-wrap:last-of-type {
  margin-bottom: 30px;
  padding-bottom: 1px;
}

.post-preview__year-wrap > * {
  margin-top: 1px;
  padding-top: 29px;
}

.post-preview__year {
  background: #f2f2f2;
  padding-right: 100px;
}

.post-preview__date {
  font-size: 48px;
  line-height: 56px;
}

.post-preview__date--desktop {
  display: block;
}

.post-preview__date--mobile {
  display: none;
}

.post-preview__text {
  font-size: 14px;
  line-height: 16px;
  color: #566fff;
  cursor: pointer;
}

.post-preview__months {
  background: #f2f2f2;
}

.post-preview__month {
  background: #f2f2f2;
  display: grid;
  grid-template-columns: 25% 75%;
  padding-bottom: 30px;
}

.post-preview__month:last-child {
  padding-bottom: 0;
}

.post-preview__month:last-child .post-preview__news-item:last-child {
  background: unset;
}

.post-preview__news-item {
  padding-bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.28%, rgba(1, 164, 255, 0.5)), color-stop(45.9%, rgba(0, 0, 159, 0.5)), color-stop(101.94%, rgba(118, 4, 255, 0.5)));
  background: -o-linear-gradient(left, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
  background: linear-gradient(90deg, rgba(1, 164, 255, 0.5) -0.28%, rgba(0, 0, 159, 0.5) 45.9%, rgba(118, 4, 255, 0.5) 101.94%);
}

.post-preview__news-item:not(:first-child) .news {
  padding-top: 30px;
}

.post-preview__news {
  background: #f2f2f2;
  padding-bottom: 29px;
}

.post-preview .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-preview .news__text {
  margin-bottom: 54px;
  font-size: 18px;
  line-height: 28px;
}

.post-preview .news__text--large {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 56px;
}

.post-preview .news__image {
  min-width: 285px;
  margin-right: 20px;
}

.post-preview .news__image img {
  width: 100%;
}

.post-preview .news__description {
  position: relative;
  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;
}

.post-preview .news__title {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.post-preview .news__category {
  font-size: 14px;
  line-height: 16px;
  color: #566fff;
}

.post-preview .news__link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.post-preview .news__link button {
  border-radius: 100%;
  border: 1px solid #566fff;
}

.post-preview h2 {
  margin-bottom: 30px;
}

.post-content {
  max-width: calc(100% - 60px);
  display: grid;
  grid-template-columns: 35% 65%;
  grid-gap: 60px;
  margin-bottom: 90px;
}

.post-content h2 {
  margin-bottom: 30px;
}

.post-content img {
  width: 100%;
  margin: 50px 0 100px;
}

.post-content__image img {
  max-width: 100%;
  margin: 0;
}

.post-info a,
.post-info b,
.post-info strong {
  color: #566fff;
  font-weight: bolder;
}

.post-info{
  p{
    padding-bottom: 20px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 30px;
    margin: 1.4rem 0 0.5rem;
    line-height: 30px;
  }
  h1{
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 22px;
  }
  em{
    font-style: italic;
  }
  h2{
    font-size: 24px;
    line-height: 30px;
  }
  h3{
    font-size: 22px;
  }
  h4{
    font-size: 20px;
  }
  h5, h6{
    font-size: 18px;
  }
}

.post-info__text p:not(:last-child) {
  margin-bottom: 30px;
}

.post-info .h4,
.post-info .accordion-item__title,
.post-info .standarts__item .vertical-accordion__item-main::before,
.standarts__item .post-info .vertical-accordion__item-main::before {
  margin-bottom: 20px;
}

.post-info ul, ol {
  padding-left: 20px;
}

.post-info ul li {
  font-size: 16px;
  /* line-height: 26px; */
  list-style: disc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-info ol {
  font-size: 16px;
}

.post-info ol li {
  font-size: 16px;
  list-style: decimal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.error {
  padding: 60px 35px;
  margin-top: 5px;
}

.error__code {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.error__title {
  margin-bottom: 5px;
}

.error__info {
  margin-bottom: 50px;
}

.error__link {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 
* colors
*/

body {
  --main-color: #566fff;
}

body.pink {
  --main-color: #a86cef;
}

body.light-blue {
  --main-color: #4cbcfb;
}

.about-page {
  padding-top: 10px;
}

.about-page > *:not(:last-child) {
  margin-bottom: 150px;
}

.about-page__about-description {
  margin-bottom: 100px;
}

.about-description {
  padding: 30px 35px 50px 35px;
}

.about-description__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.about-description__image img {
  max-width: 100%;
}

.about-description__info {
  margin-right: 10px;
}

.top {
  padding-top: 50px;
  padding-bottom: 30px;
}

.top__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 10px;
}

.top__video-link svg {
  height: 50px;
  width: 50px;
}

.top__title {
  text-transform: uppercase;
}

.standart__logo-desc--white {
  color: #ffffff;
  max-width: 85px;
}

.about-mission {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 35px;
}

.about-mission__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-mission__image img {
  min-height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  padding: 50px 15px;
}

.about-mission__mission-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 33px 37px 0;
}

.mission-content__title {
  margin-bottom: 20px;
}

.mission-content__text {
  max-width: 417px;
  margin-bottom: 15px;
  line-height: 30px;
}

.mission-content__socials {
  margin-top: auto;
}

.about-team {
  padding: 50px 35px;
}

.about-team__title {
  padding-top: 9px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about-team__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 51px 5%;
  margin-bottom: 50px;
}

.about-team__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 305px;
}

.contacts-page .breadcrumbs {
  margin-bottom: 50px;
}

.contacts-page .about {
  margin-bottom: 150px;
}

.contacts-page .about__img-wrapper img, .contacts-page .about__img-wrapper iframe {
  height: 100%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.service-content ol{
  list-style: decimal;
  padding-left: 15px;
}

.service-content ul{
  list-style: disc;
  padding-left: 15px;
}
.service-content li{
  list-style: inherit;
}

@supports (-webkit-appearance:none) {
  .slider-buttons__item {
    background: url("../img/icons/slider-next.svg") no-repeat center center;
  }

  .slider-buttons__item_prev {
    background: url("../img/icons/slider-prev.svg") no-repeat center center;
  }

  .slider-buttons__item_white,
  .service-prepare .slider-buttons__item_next,
  .service-prepare .slider-buttons__item_prev {
    background: url("../img/icons/slider-next-white.svg") no-repeat center center;
  }

  .slider-buttons__item_white.slider-buttons__item_prev,
  .service-prepare .slider-buttons__item_prev {
    background: url("../img/icons/slider-prev-white.svg") no-repeat center center;
  }

  .slider-buttons_white .slider-buttons__item {
    background: url("../img/icons/slider-next-white.svg") no-repeat center center;
  }

  .slider-buttons_white .slider-buttons__item.slider-buttons__item_prev {
    background: url("../img/icons/slider-prev-white.svg") no-repeat center center;
  }

  .image-slider__title::before {
    background: url("../img/icons/philips-footer-logo-white.svg") no-repeat center center;
  }

  .field::before {
    background: url("../img/icons/has-error.svg") no-repeat center center;
  }

  .search__input::before {
    background: url("../img/icons/icon-search-white.svg") no-repeat center center;
  }

  .price-list__item_head .price-list__item-title::before {
    background: url("../img/icons/price-title.svg") no-repeat center center;
  }

  /* .price-list__item_head .price-list__item-num::before {
    background: url("../img/icons/price-day.svg") no-repeat center center;
  } */

  /* .price-list__item_head .price-list__item-num:last-child::before {
    background: url("../img/icons/price-night.svg") no-repeat center center;
  } */

  .language-switcher__button::after {
    background: url("../img/expand-arrow.svg") no-repeat center center;
  }

  .press-release-item__img::before {
    background: url("../img/icons/icon-plus-white.svg") no-repeat center center, rgba(255, 255, 255, 0.3);
  }

  .review__content::before {
    background: url("../img/icons/icon-quote-white.svg") no-repeat center center;
  }

  .blockquote__text::before {
    background: url("../img/icons/icon-quote-white.svg") no-repeat center center;
  }

  .service-info_contraindications .h2::before {
    background: url("../img/icons/icon-exclamation-white.svg") no-repeat center center;
  }
}

@media (min-width: 1024px) {
  .burger:hover span:first-of-type {
    width: 16px;
  }

  .burger:hover span:last-of-type {
    width: 16px;
  }

@supports (-webkit-appearance:none) {

}

}
@media (max-width: 1024px) {
  .header__contact-us {
    display: none;
  }
}

@media (max-width: 1199px) {
  .h1,
  .post-content h1,
  .h1 * {
    font-size: 40px;
  }

  .h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .h3 {
    font-size: 24px;
  }

  .h4,
  .standarts__item .vertical-accordion__item-main::before,
  .accordion-item__title {
    font-size: 18px;
  }

  .text-18,
  .numbered-list__item-title,
  .iconed-list__item-title b,
  .iconed-list__item-title {
    font-size: 16px;
  }

  .text-16,
  .text-16 li,
  .blockquote__position,
  .price-list__item > div,
  .text-16-26 {
    font-size: 14px;
  }

  .slider-nav__top .delimiter {
    display: none;
  }

  .slider-nav__progress {
    margin: 20px 0;
  }

  .image-slider_text .image-slider__list img {
    height: 270px;
  }

  .image-slider_text > .image-slider__bottom {
    top: 270px;
  }

  .image-slider__list {
    height: 300px;
  }

  .image-slider__bottom {
    padding: 20px 15px;
  }

  .image-slider__text {
    padding-top: 90px !important;
  }

  .image-slider__title {
    padding-left: 55px;
  }

  .image-slider__title::before {
    width: 33px;
    height: 46px;
  }

  .vertical-accordion__item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .vertical-accordion__item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 0;
  }

  .vertical-accordion__item_flex.is-active {
    padding: 0;
  }

  .vertical-accordion__item_flex.is-active .vertical-accordion__item-img {
    max-width: 100%;
  }

  .vertical-accordion__item::after {
    display: none;
  }

  .vertical-accordion__item-img {
    position: relative;
    width: 100%;
    padding-top: 0%;
    overflow: hidden;
    max-width: 100%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    max-height: 0;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }

  .vertical-accordion__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .vertical-accordion__item-main .vertical-accordion__button {
    left: unset;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .vertical-accordion__item-main {
    width: 100%;
    padding: 34px 64px;
  }

  .vertical-accordion__item-info {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
  }

  .vertical-accordion__item.is-active .vertical-accordion__item-img {
    padding-top: 50%;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  .vertical-accordion__item.is-active .vertical-accordion__item-info {
    padding-bottom: 40px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .vertical-accordion__item-title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .vertical-accordion__button {
    bottom: unset;
    top: 29px;
    left: unset;
    right: 15px;
  }

  .location__content {
    position: static;
    padding-bottom: 0;
  }

  .field_privacy label::before,
  .field_privacy label::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tabs__item a {
    padding: 20px 33px 20px 0;
    font-size: 14px;
  }

  .search__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .search__filters {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 0 !important;
  }

  .search__input {
    width: 100%;
    margin: 40px 0 30px;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .search__button[type=submit] {
    margin-left: auto;
  }

  /* Блок под статьёй: сохраняем кнопку в одну линию с полем, не grid */
  .post-content__price-search .search__form {
    display: flex;
    grid-template-columns: unset;
  }
  .post-content__price-search .search__input {
    width: 70%;
    margin: 0 50px 0 0;
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .post-content__price-search .search__filters {
    grid-column-start: unset;
    grid-column-end: unset;
  }

  .accordion-item__top {
    padding: 20px 65px 20px 15px;
  }

  .accordion-item__button {
    right: 15px;
  }

  .accordion-item__content {
    padding: 0 15px;
  }

  .price-tabs {
    margin-bottom: 0;
  }

  .price-tabs__item {
    padding: 15px;
  }

  .price-list__item {
    grid-template-columns: 4fr 1fr;
    grid-gap: 15px;
    padding: 20px 0;
  }

  .price-list__item_head .price-list__item-title {
    display: block;
    padding-left: 0;
    max-width: 70px;
    font-size: 12px;
    line-height: 16px;
  }

  .price-list__item_head .price-list__item-title::before {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 5px;
  }

  .price-list__item_head .price-list__item-num {
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .price-list__item_head .price-list__item-num::before {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 5px;
  }

  .price-list__item > div {
    line-height: 24px;
  }

  .burger-menu {
    display: block;
    padding: 24px 15px 30px;
  }

  .burger-menu__buttons {
    display: flex;
    flex-wrap: wrap;
  }

  .burger-menu__nav-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-menu__nav {
    left: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
  }

  .burger-menu__links-wrap .burger-menu__links {
    display: block;
  }

  .burger-menu__links {
    padding-right: 0;
  }

  .burger-menu__footer {
    left: 0;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .burger-menu__socials {
    padding-top: 30px;
  }

  .burger-submenu {
    left: 15px;
    right: 15px;
    padding: 24px 15px 30px;
  }

  .burger-submenu__list {
    grid-gap: 20px 30px;
  }

  .burger-submenu__list .burger-menu__link .round-button-icon {
    margin-left: 50px;
  }

  .online .callback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__tel {
    /* margin-left: 20px; */
  }

  .header__lang {
    margin-left: 20px;
  }

  .language-switcher__button {
    padding-right: 20px;
  }

  .language-switcher__button::after {
    right: 0;
    width: 10px;
    height: 6px;
  }

  .iconed-list__item {
    padding-left: 80px;
  }

  .numbered-list__item {
    padding-left: 80px;
  }

  .press-release__nav {
    margin-top: 50px;
  }

  .press-release__list {
    margin: 0;
  }

  .press-release-item__title {
    border-right: none;
    padding: 0 0 20px;
  }

  .press-release-item__info {
    padding: 20px 0;
  }

  .press-release-item__img {
    padding-left: 0px;
    padding-right: 0px;
  }

  .press-release-item__img::before {
    left: 0;
  }

  .press-release-item__img img {
    width: 100%;
    left: 0;
  }

  .reviews {
    margin: 100px 0;
    padding: 57px 0px 20px;
  }

  .reviews::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #ffffff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .reviews__title {
    position: absolute;
    top: 177px;
    left: 15px;
    padding: 0;
  }

  .reviews__counter {
    top: 20px;
    left: 15px;
  }

  .reviews__buttons {
    top: 21px;
    right: 15px;
  }

  .reviews__progressbar {
    top: 147px;
    left: 15px;
    right: 15px;
  }

  .reviews__list {
    overflow: visible;
  }

  .review__top {
    margin-bottom: 130px;
    padding: 0 15px;
    height: 60px;
  }

  .review__img {
    margin-right: 20px;
  }

  .review__img::after {
    display: none;
  }

  .review__content::before {
    left: 15px;
  }

  .review__content {
    padding: 0 15px 0 73px;
  }

  .tabs__title {
    margin: 40px 0 20px;
  }

  .tabs-list__item::after {
    height: 10px;
  }

  .tabs-item__button span:last-child {
    display: block;
  }

  .tabs-item__button {
    padding: 20px 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .tabs-item__button span:first-child {
    display: none;
  }

  .tabs-content {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .tabs-content-item__title {
    margin-bottom: 0px;
  }

  .tabs-content-item__top {
    padding: 35px 15px;
  }

  .hero__wrapper {
    height: 480px;
  }

  .hero__link {
    margin-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .standart {
    padding: 100px 0;
  }

  .about__locations {
    position: relative;
    display: block;
    padding-bottom: 180px;
  }

  .about__locations h3 br {
    display: none;
  }

  .about__locations-left {
    position: static;
    padding-right: 0;
  }

  .about__locations-left::after {
    display: none;
  }

  .about__list {
    display: block;
    margin: 0;
  }

  .about__list-item {
    -webkit-transition: 0.5s ease-in-out 0.5s;
    -o-transition: 0.5s ease-in-out 0.5s;
    transition: 0.5s ease-in-out 0.5s;
  }

  .about__list-item .location__content {
    max-height: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .about__list-item.is-active .location__content {
    max-height: 999px;
    -webkit-transition: 1s ease-in-out 0.5s;
    -o-transition: 1s ease-in-out 0.5s;
    transition: 1s ease-in-out 0.5s;
  }

  .features {
    margin: 100px 0;
  }

  .features__list-item {
    padding: 20px 15px 20px 0;
  }

  .features__list-item .text-16,
  .features__list-item .blockquote__position,
  .features__list-item .text-16-26,
  .features__list-item .price-list__item > div {
    line-height: 1.5;
  }

  .card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card .lined-block {
    margin: 30px 0;
  }

  .card .lined-block img {
    width: 90%;
  }

  .card__button {
    right: 15px;
  }

  .services {
    margin: 100px 0;
  }

  .services__list {
    display: block;
  }

  .services__list-item:nth-child(3) {
    margin-bottom: 0;
  }

  .services__list-item {
    max-width: 100%;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-bottom: 30px;
  }

  .standarts {
    margin: 100px 0;
  }

  .standarts__list {
    display: block;
  }

  .standarts__item:nth-child(3n-2) {
    margin: 0;
  }

  .standarts__item:nth-child(3n-1) {
    margin: 0;
  }

  .standarts__item .vertical-accordion__item-main::before {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .callback {
    display: block;
    max-width: 100%;
  }

  .callback__info {
    padding: 30px 15px 137px;
  }

  .callback__info-button {
    left: 15px;
    bottom: 32px;
  }

  .callback__info .h3 {
    margin-bottom: 10px;
  }

  .callback__form {
    margin-top: 20px;
  }

  .blockquote {
    display: block;
    padding: 15px;
    margin: 100px 0;
  }

  .blockquote__img {
    padding: 50px 15px;
  }

  .blockquote__content {
    padding-left: 0;
  }

  .blockquote__text::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .blockquote__text {
    padding-left: 50px;
  }

  .blockquote__signature {
    padding-right: 0;
  }

  .service-page .colored-bg {
    padding: 20px 15px;
  }

  .service-page .callback {
    width: 100%;
  }

  .service-heading {
    margin-bottom: 90px;
  }

  .service-heading .breadcrumbs {
    margin-bottom: 40px;
  }

  .service-content {
    grid-template-columns: calc(30% - 7.5px) calc(70% - 7.5px);
    grid-gap: 15px;
    margin-bottom: 100px;
  }

  .service-content__tabs {
    padding: 0px 15px;
  }

  .service-content__main > div.is-visible,
  .service-content__main > section.is-visible {
    margin-bottom: 30px;
  }

  .service-content__main > div:last-child,
  .service-content__main > section:last-child {
    margin-bottom: 0px;
  }

  .service-content .callback__form {
    margin: 0 !important;
  }

  .service-content .h2 {
    margin-bottom: 10px;
  }

  .service-info_contraindications .service-info__text + .service-info__text {
    padding-top: 40px;
    margin-top: 40px;
  }

  .service-features__list {
    margin-top: 45px;
  }

  .news-page .callback {
    max-width: 100%;
  }

  .post-page .callback {
    max-width: 100%;
  }

  .post-content {
    max-width: 100%;
  }

  .contacts-page .about {
    margin-bottom: 100px;
    padding-top: 20px;
  }

  .contacts-page .about .about__img {
    margin-top: 0;
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 1020px;
    padding: 0 15px;
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 797px;
  }
  .burger-menu__buttons {
    display: flex;
    flex-wrap: wrap;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 768px) {
  /* .h1,
  .h1 * {
    word-break: break-all;
  } */

  .slider-nav {
    padding: 20px 15px;
  }

  .cookie-consent {
    position: fixed;
    bottom: 50%;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 80%;
    padding: 10px 40px 10px 10px;
  }
  
  .cookie-accept {
    position: absolute; 
    top: 0;
    right: 0;
  }

  .burger-menu__link_submenu {
    font-size: 14px;
  }

  .burger-menu__buttons .button {
    margin: 0px 0 10px 0px;
  }

  .burger-submenu {
    position: fixed;
    top: 70px;
    left: 10px;
    right: 10px;
  }

  .burger-submenu__top {
    padding-bottom: 15px;
  }

  .burger-submenu__top .burger-menu__link {
    font-size: 40px;
    line-height: 47px;
  }

  .burger-submenu__list {
    display: block;
  }

  .burger-submenu__list .burger-menu__link {
    margin-bottom: 20px;
  }

  .backdrop,
  .online {
    position: fixed;
    top: 70px;
    height: calc(100vh - 70px);
    overflow-y: scroll;
  }

  .online .callback__form > .callback-left {
    padding: 15px;
  }

  .online .callback__form > .callback-right {
    padding: 10px 15px;
  }

  .online .menu-form {
    padding: 20px 15px;
  }

  .online .menu-form__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .online .menu-form__icon--phone {
    display: block;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__left {
    padding: 40px 15px;
  }

  .footer__left .h3 {
    font-size: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  }

  .footer__right {
    padding: 0px 15px 100px 15px;
  }

  .footer__right .h3 {
    font-size: 24px;
    line-height: 42px;
  }

  .footer__right-text {
    padding-right: 10%;
  }

  .footer__logo {
    position: static;
    padding: 0 0 32px 15px;
  }

  .footer__location {
    margin-top: 60px;
  }

  .header__contact-us {
    display: none;
  }

  .header__tel {
    display: none;
  }

  .header__lang {
    margin-left: 0;
  }

  .modal__inner {
    max-width: 90%;
    padding: 40px;
  }

  .modal__inner .burger {
    top: 10px;
    right: 10px;
  }

  .iconed-list__item {
    padding-left: 0;
  }

  .iconed-list__item-img {
    position: relative;
    margin-bottom: 20px;
  }

  .numbered-list__item {
    padding-top: 0;
    padding-left: 0;
  }

  .numbered-list__item::before {
    position: static;
    margin-bottom: 20px;
  }

  .press-release__nav {
    padding: 0;
  }

  .review__content {
    padding-left: 58px;
  }

  .review__content::before {
    width: 28px;
    height: 20px;
  }

  .review__content .text-16,
  .review__content .blockquote__position,
  .review__content .text-16-26,
  .review__content .price-list__item > div {
    line-height: 22px;
  }

  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .hero__wrapper {
    position: relative;
    height: 639px;
  }

  .hero__title {
    left: 15px;
    top: 15px;
  }

  .hero__slider img {
    -o-object-position: 65%;
    object-position: 65%;
  }

  .hero__nav {
    width: 100%;
  }

  .standart__description {
    display: block;
  }

  .standart__logo {
    margin: 0;
    margin-bottom: 20px;
  }

  .about {
    padding: 60px 15px 0;
  }

  .features__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .features__list-item {
    padding: 40px 15px 40px 0;
  }

  .card .lined-block img {
    width: 100%;
  }

  .blockquote__img img {
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .service-content {
    display: block;
    width: 100%;
  }

  .service-content__tabs {
    display: none;
  }

  .service-info_contraindications .h2 {
    padding-left: 0;
  }

  .service-info_contraindications .h2::before {
    position: static;
    margin-bottom: 20px;
  }

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

  .service-prepare__item .text-16,
  .service-prepare__item .text-16-26,
  .service-prepare__item .price-list__item > div,
  .service-prepare__item .blockquote__position {
    line-height: 26px;
  }

  .news-content__date {
    font-size: 24px;
    line-height: 28px;
  }

  .news-content__month {
    grid-template-columns: unset;
  }

  .news-content__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-content .news__image {
    margin-bottom: 20px;
  }

  .post-preview__year-wrap--preview {
    grid-template-columns: unset;
  }

  .post-preview__year--preview {
    display: none;
  }

  .post-preview__date--desktop {
    display: none;
  }

  .post-preview__date--mobile {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 44px;
  }

  .post-preview__month {
    grid-template-columns: unset;
  }

  .post-preview .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .post-preview .news__text--large {
    font-size: 36px;
    line-height: 42px;
  }

  .post-preview .news__image {
    min-width: unset;
  }

  .post-content {
    grid-template-columns: unset;
  }

  .error {
    padding: 50px 15px;
  }

  .error__code {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.04em;
  }

  .error__title {
    font-size: 24px;
    line-height: 28px;
  }

  .error__info {
    font-size: 16px;
    line-height: 28px;
  }

  .about-description {
    padding: 30px 15px 60px 15px;
  }

  .about-description__info__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .top__title {
    font-size: 40px;
    line-height: 47px;
    word-spacing: -0.04em;
  }

  .about-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px 60px 15px;
  }

  .about-mission__mission-content {
    padding: 40px 0 200px 0;
  }

  .about-team {
    padding: 50px 15px;
  }

  .contacts-page .about__img-wrapper {
    padding-top: 120%;
  }

  .contacts-page .about__img-wrapper img,  .contacts-page .about__img-wrapper iframe {
    width: calc(100% - 30px);
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
    overflow: hidden;
  }

  .header {
    margin-bottom: 0;
  }

  .header .container{
    overflow: inherit;
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-width: 499px) {
  .form .form__field.field_privacy span {
    top: 70%;
  }

  .form .form__field.field_privacy.has-error:before {
    bottom: 30px;
  }

@supports (-webkit-appearance:none) {

}
}

#js-form{
  max-width: 768px;
}

.news-content__date span {
  padding-right: 100px;
  font-size: 48px;
  line-height: 56px;
}

#to-top{
  transform: rotate(-45deg);
  position: fixed;
  right: 20px;
  bottom: 9%;
  background-color: #566FFF;
  border-color: #fff;
  z-index: 10;
}

.certificates .js-slider-pagination{
  text-align: center;
  padding-top: 15px;
}

.certificates .slider-counter span{
  background: #fff;
  height: 12px;
  width: 12px;
}

.quip .h3{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
}

/* Rating stars styles */
.field_rating {
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.field_rating label {
  margin-bottom: 5px;
  font-weight: normal;
}

.rating-stars {
  display: inline-flex;
  gap: 4px;
  margin-left: 10px;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  flex-direction: row-reverse;
}

.rating-stars input[type="radio"] {
  display: none;
}

.rating-stars label.star {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  flex-shrink: 0;
  flex-grow: 0;
}

.rating-stars label.star svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #a86cef;
  stroke-width: 1.5;
  transition: all 0.2s;
  flex-shrink: 0;
}

.rating-stars input[type="radio"]:checked + label.star svg,
.rating-stars input[type="radio"]:checked ~ label.star svg {
  fill: #a86cef;
  stroke: #a86cef;
}

.rating-stars label.star:hover svg,
.rating-stars label.star:hover ~ label.star svg {
  fill: #a86cef;
  stroke: #a86cef;
}

.rating-stars-display {
  display: inline-flex;
  gap: 4px;
  margin-left: 10px;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
}

.rating-stars-display .star {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 1;
  flex-shrink: 0;
  flex-grow: 0;
}

.rating-stars-display .star svg {
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.rating-stars-display .star.filled svg {
  fill: #a86cef;
  stroke: #a86cef;
}

.rating-stars-display .star.empty svg {
  fill: none;
  stroke: #a86cef;
  stroke-width: 1.5;
}

.quip-comment-rating {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  overflow: hidden;
}

.search{
  position: relative; 
}

.suggestions {
  position: absolute;
  background-color: #a86cef;
  border-radius: 4px;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  max-height: 200px;
  overflow-y: auto;
  max-width: 80%;
  margin-left: 10px;
  top: 100px;
  left: 0;
  display: none;
}

.suggestion-item {
  padding: 10px 15px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.3s;
}

.suggestion-item:hover {
  background-color: rgba(100, 100, 100, 0.7);
}

#uzi {
  background-color: #4cbcfb;
}

.clear-button {
  display: none;
  border: none;
  background: #a86cef;
  cursor: pointer;
}

.clear-button:hover {
  background: var(--main-color);
}

#uzi-cl{
  background: #4cbcfb;
}

#uzi-cl:hover{
  background: var(--main-color);
}

@media (max-width: 750px) {

  #uzi {
    top: 75%;
  }
}

.FAQ-post{
  h2{
    font-size: 36px;
    line-height: 42px;
  }
  h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    color: #000;
  }
  h3 {
    font-size: 18px;
  }
}

.special-offer{
  background: var(--main-color);
  h2{
    font-weight: normal;
    font-size: 64px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    padding: 35px;
  }
}

.news__image {
  img {
    max-width: 318px;
  }
}

/* Mobile Menu Scroll Fix */
@media screen and (max-width: 1199px) {
  .burger-menu {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    /* Видимый скроллбар */
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
  }

  .burger-menu::-webkit-scrollbar {
    width: 6px;
  }

  .burger-menu::-webkit-scrollbar-track {
    background: transparent;
  }

  .burger-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
  }

  .burger-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  /* Visual indicator for scroll - fade at the bottom */
  .burger-menu::after {
    content: "";
    position: sticky;
    bottom: -30px; /* Offset for padding */
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, rgba(86, 111, 255, 1), rgba(86, 111, 255, 0));
    pointer-events: none;
    display: block;
    margin-top: auto;
  }

  .burger-menu__nav {
    padding-bottom: 20px;
  }
  
  .burger-menu__footer {
    margin-bottom: 50px ;
  }
}

/* Landscape orientation fix for mobile menu */
@media screen and (max-width: 900px) and (orientation: landscape) {
  .burger-menu {
    padding-top: 20px;
  }
  .burger-menu__link {
    font-size: 24px;
    line-height: 32px;
  }
}


/* Search Styles */
.header__search {
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    order: 1; /* слева от переключателя языка (order: 2) */
}

@media (max-width: 1199px) {
    .header__search {
        margin-left: auto;
        margin-right: 15px;
        display: flex !important;
    }
}

.search-expandable {
    position: relative;
    display: flex;
    align-items: center;
    background: #f2f2f2;
    border-radius: 20px;
    padding: 0 2px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid transparent;
}

@media (max-width: 1199px) {
    .search-expandable.is-expanded {
        width: 40px;
        padding: 0 2px;
        background: #f2f2f2;
        box-shadow: none;
    }
    .search-expandable__input {
        display: none !important;
    }
}

.search-expandable__input {
    flex-grow: 1;
    border: none;
    background: transparent;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    outline: none;
    width: 100%;
    min-width: 0;
}

/* До клика по иконке — инпут и плейсхолдер полностью скрыты */
.search-expandable:not(.is-expanded) .search-expandable__input {
    width: 0 !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.search-expandable.is-expanded {
    width: 300px;
    padding: 0 12px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.05);
    overflow: visible; /* Allow dropdown to be seen */
}

/* Desktop Search Dropdown */
.search-dropdown {
    position: absolute;
    top: calc(100% + 10px); /* 10px gap below the input */
    right: 0;
    width: 360px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    border: 1px solid rgba(0,0,0,0.05);
}

.search-expandable.is-expanded .search-dropdown.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-dropdown__results,
.search-dropdown__popular,
.search-dropdown__history {
    display: none;
}

.search-dropdown__results.is-visible,
.search-dropdown__popular.is-visible,
.search-dropdown__history.is-visible {
    display: block;
}

.search-dropdown__popular {
    margin-bottom: 20px;
}

.search-dropdown .popular-queries {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.search-dropdown .popular-queries span {
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    color: #333;
}

.search-dropdown .popular-queries span:hover {
    background: #e0e0e0;
}

.search-dropdown__history .history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    cursor: pointer;
    color: #333;
}

.search-dropdown__history .history-item:last-child {
    border-bottom: none;
}

.search-dropdown__history .history-item:hover {
    color: var(--main-color);
}

.search-dropdown__results .search-result-item {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.search-dropdown__results .search-result-item:last-child {
    border-bottom: none;
}

.search-dropdown__results .search-result-item:hover {
    color: var(--main-color);
}

.search-dropdown__results .search-result-item .result-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.search-dropdown__results .search-result-item .result-desc {
    font-size: 12px;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-dropdown__results .search-result-category {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(86, 111, 255, 0.1);
}

.search-expandable__trigger {
    order: -1; /* Move icon to the left */
    background: transparent;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #333;
}

.search-expandable__input {
    border: none;
    background: transparent;
    padding: 8px 10px 8px 0; /* No left padding needed if icon is separate flex item */
    width: 100%;
    flex-grow: 1;
    font-size: 16px;
    outline: none;
    min-width: 0;
}
    font-size: 15px;
    color: #333;
    outline: none;
}

.search-expandable.is-expanded .search-expandable__input {
    width: 100%;
    opacity: 1;
    padding-left: 0; 
}

.search-expandable__input::placeholder {
    color: #999;
}

.search-expandable__trigger {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* В развёрнутом виде иконка в потоке — слева от инпута, не перекрывает */
.search-expandable.is-expanded .search-expandable__trigger {
    position: static;
    transform: none;
    flex-shrink: 0;
    margin-right: 4px;
}

.search-expandable__clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    border: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #666;
    z-index: 2;
    transition: all 0.2s ease;
    padding: 0;
}

.search-expandable__clear svg {
    flex-shrink: 0;
}

.search-expandable.is-expanded .search-expandable__clear.is-visible {
    display: flex;
}

/* В развёрнутом виде крестик в потоке справа от инпута — не пересекается с иконкой */
.search-expandable.is-expanded .search-expandable__clear {
    position: static;
    transform: none;
    flex-shrink: 0;
    margin-left: 4px;
}

.search-expandable__clear:hover {
    background: #e0e0e0;
    color: #333;
    cursor: pointer;
}

/* Mobile Search in Burger Menu is now part of the main nav */

/* Mobile Search in Burger Menu & Overlay */
.burger-menu__search-wrap .js-global-search-clear,
.search-overlay__input-wrap .js-global-search-clear {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 0 10px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 36px;
    height: 36px;
}

.search-overlay__input-wrap .js-global-search-clear {
    color: #999;
}

.search-overlay__input-wrap .js-global-search-clear:hover,
.burger-menu__search-wrap .js-global-search-clear:hover {
    cursor: pointer;
}

.burger-menu__search-wrap .js-global-search-clear.is-visible,
.search-overlay__input-wrap .js-global-search-clear.is-visible {
    display: flex;
}

.js-global-search-submit {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    display: none;
    overflow-y: auto;
    padding-top: 80px;
}

.search-overlay.is-active {
    display: block;
}

.search-overlay__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
    color: #333;
}

.search-overlay__input-wrap {
    position: relative;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 30px;
}

.search-overlay__input {
    width: 100%;
    border: none;
    padding: 15px 0;
    font-size: 24px;
    outline: none;
}

.search-overlay__clear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    display: none;
}

.search-overlay__clear.is-visible {
    display: block;
}

.search-overlay__results {
    margin-bottom: 40px;
}

.search-results-group {
    margin-bottom: 30px;
}

.search-results-group h4 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.search-result-item {
    display: block;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.search-result-item:hover {
    background: #f9f9f9;
}

.search-result-title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.search-result-desc {
    font-size: 14px;
    color: #666;
}

.search-result-price {
    font-weight: 700;
    color: var(--main-color);
    margin-top: 5px;
    display: block;
}

.search-overlay__popular, .search-overlay__history {
    margin-top: 30px;
}

.popular-queries, .history-queries {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.popular-queries span, .history-queries span {
    background: #f2f2f2;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.popular-queries span:hover, .history-queries span:hover {
    background: #e0e0e0;
}

@media (max-width: 991px) {
    /* Header search visibility overruled by above style */
}

/* Search Results Page Cards */
.search-results-page ul, .search-results-page li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.search-results-page .search-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.search-card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(86, 111, 255, 0.08);
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.search-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--main-color);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.search-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    transform: translateY(-8px);
    border-color: rgba(86, 111, 255, 0.2);
}

.search-card:hover::after {
    transform: translateY(0);
}

.search-card__title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.search-card:hover .search-card__title {
    color: var(--main-color);
}

.search-card__desc {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-card--price {
    background: #fdfdff;
}

.search-card__price {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: var(--main-color);
    margin-top: 20px;
    padding: 6px 12px;
    background: rgba(86, 111, 255, 0.05);
    border-radius: 8px;
}

.search-results-page h1 {
    margin-bottom: 30px;
}

.search-section {
    margin-bottom: 50px;
}

.search-section h3 {
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
    .search-results-page .search-list {
        grid-template-columns: 1fr;
    }
    
    .search-results-page h1 {
        font-size: 32px;
    }
}