.banner {
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
  background: var(--bg-main);
  background-size: cover;
  background-position: right center;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner__col {
  min-height: 320px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2);
}
.banner__col.--left {
  padding: 45px 0px;
}
.banner__col.--right {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.banner__main {
  margin: 40px 0px 0px;
}
.banner__main ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  display: inline-block;
}
.banner__main ul:not([class]) {
  margin: 0px;
}
.banner__main ul:not([class]) li:before {
  background-color: #fff;
}
.banner__title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0px 20px;
}
.banner-contacts {
  font-size: 40px;
  text-decoration: underline;
  line-height: normal;
}
.banner-contacts__item {
  color: inherit;
}
.banner-contacts__item svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0px 10px 0px 0px;
}
.banner-contacts__item:hover {
  text-decoration: none;
}
.banner-advantage {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #4f7188;
  line-height: normal;
}
.banner-advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-advantage__icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #4f738a;
  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;
}
.banner-advantage__icon svg {
  width: 16px;
  height: 16px;
}
.banner-advantage__name {
  margin: 0px 0px 0px 10px;
}
.banner.--default {
  fill: $brand;
  color: $brand;
}
.banner.--default .banner__col.--right {
  position: relative;
}
.banner.--default .banner__col.--right:before,
.banner.--default .banner__col.--right:after {
  content: '';
  top: 0px;
  bottom: 0px;
  position: absolute;
  width: 105px;
  height: 100%;
  display: block;
}
.banner.--default .banner__col.--right:before {
  left: 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-gradient(linear, right top, left top, color-stop(1.38%, #bde7f2), color-stop(98.88%, rgba(188,231,242,0)));
  background: -o-linear-gradient(right, #bde7f2 1.38%, rgba(188,231,242,0) 98.88%);
  background: linear-gradient(270deg, #bde7f2 1.38%, rgba(188,231,242,0) 98.88%);
}
.banner.--default .banner__col.--right:after {
  right: 0px;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.38%, #b2e0f6), color-stop(98.88%, rgba(188,231,242,0)));
  background: -o-linear-gradient(right, #b2e0f6 1.38%, rgba(188,231,242,0) 98.88%);
  background: linear-gradient(270deg, #b2e0f6 1.38%, rgba(188,231,242,0) 98.88%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}
.banner.--anonym {
  color: #fff;
}
.banner.--anonym .banner-contacts {
  font-size: 26px;
}
.banner.--anonym .banner-contacts__item {
  color: #009688;
  text-decoration: underline;
}
.banner.--anonym .banner-contacts__item svg {
  height: 24px;
  width: 24px;
  min-width: 24px;
}



:root{--basic-duration-primary:0.2s}.accordion-item{width:100%}.accordion-trigger{width:100%;cursor:pointer}.accordion-content{width:100%;transition-property:max-height;transition-duration:.2s;transition-duration:var(--basic-duration-primary)}.accordion--selected .accordion-content{visibility:visible}.popup{top:0;right:0;left:0;position:fixed;height:100vh;padding:20px;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition-duration:.1s,.2s;transition-duration:.1s,var(--basic-duration-primary)}.popup,.popup-close{cursor:pointer}.popup-close svg{pointer-events:none}.popup-modal{cursor:default;max-height:100%;display:flex;flex-direction:column}.popup-content{overflow-y:auto}.popup--show{opacity:1;visibility:visible}.popup--hide{opacity:0;visibility:hidden}.readmore{overflow:hidden;transition-property:max-height;transition-duration:.2s;transition-duration:var(--basic-duration-primary)}.readmore-trigger{cursor:pointer}.tab-main{position:relative}.tab-content{width:100%;transition-property:all;transition-duration:.2s;transition-duration:var(--basic-duration-primary)}.tab-content--selected .tab-hidden{display:block}.tab-hidden{display:none}.toggle-visible{position:relative}.toggle-visible-trigger{cursor:pointer}.toggle-visible-content{height:0;overflow:hidden;visibility:hidden;transition-property:height,visibility;transition-duration:.2s;transition-duration:var(--basic-duration-primary)}.toggle-visible--show .toggle-visible-content{visibility:visible}[data-tooltip-content]{cursor:pointer}.tooltip{z-index:9999;position:absolute;opacity:0;visibility:hidden;transition:visibility 0s,opacity .2s;transition:visibility 0s,opacity var(--basic-duration-primary)}.tooltip--show{opacity:1;visibility:visible}.class-transfer-item{cursor:pointer}@-moz-keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@-webkit-keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@-o-keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{display:flex;height:100%;margin:0!important;padding:0!important;backface-visibility:hidden;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:flex}.splide__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:0;padding:0;pointer-events:none}.splide__pagination li{margin:0;line-height:1;display:inline-block;pointer-events:auto;list-style-type:none}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{z-index:0;overflow:hidden;position:relative}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{user-select:none}>.splide--fade__list{display:block}>.splide--fade>.splide__slider>.splide__track__slide,>.splide--fade>.splide__track__slide{top:0;left:0;position:absolute;opacity:0;z-index:0}>.splide--fade>.splide__slider>.splide__track__slide.is-active,>.splide--fade>.splide__track__slide.is-active{z-index:1;opacity:1;position:relative}.splide--rtl{direction:rtl}>.splide--ttb__list{display:block}img[data-lazy-src],img[loading]{transition-property:opacity;transition-duration:.2s;transition-duration:var(--basic-duration-primary)}img[data-lazy-src]{opacity:0}img.loaded{opacity:1}.air-datepicker{--adp-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:0.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92,196,239,0.1);--adp-background-color-in-range-focused:rgba(92,196,239,0.2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92,196,239,0.1);--adp-cell-background-color-in-range-hover:rgba(92,196,239,0.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0,0,0,0.3);--adp-overlay-transition-duration:0.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size)/2);z-index:-1}.air-datepicker--pointer,.air-datepicker--pointer:after{position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size)}.air-datepicker--pointer:after{content:"";background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);box-sizing:border-box}.-top-center- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-center- .air-datepicker--pointer:after,.-top-left- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-bottom- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-bottom- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-top- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-center- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-center- .air-datepicker--pointer:after,.-bottom-left- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-bottom- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-top- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-bottom- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-top- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-bottom-left- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-bottom-right- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-bottom-center- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:hsla(0,0%,100%,0)}.air-datepicker-button:focus,.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.air-datepicker-cell.-day-.-other-month-.-disabled-.-focus-,.air-datepicker-cell.-year-.-other-decade-.-disabled-.-focus-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-.-selected-,.air-datepicker-cell.-year-.-other-decade-.-selected-{color:#fff;background:var(--adp-background-color-selected-other-month)}.air-datepicker-cell.-day-.-other-month-.-selected-.-focus-,.air-datepicker-cell.-year-.-other-decade-.-selected-.-focus-{background:var(--adp-background-color-selected-other-month-focused)}.air-datepicker-cell.-day-.-other-month-.-in-range-,.air-datepicker-cell.-year-.-other-decade-.-in-range-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.air-datepicker-cell.-day-.-other-month-.-in-range-.-focus-,.air-datepicker-cell.-year-.-other-decade-.-in-range-.-focus-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{border:none}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--action,.air-datepicker-nav--title{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}@mixin thumb(){box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;transition:background var(--adp-transition-duration)}@mixin track(){border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(90deg,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-ms-fill-lower,.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:transparent}.dropdown-trigger{cursor:pointer}.dropdown-menu{z-index:999;position:absolute;opacity:0;visibility:hidden;transition:visibility .2s,opacity .2s;transition:visibility var(--basic-duration-primary),opacity var(--basic-duration-primary)}.dropdown-menu--selected{opacity:1;visibility:visible}.slideout{top:0;right:0;bottom:0;left:0;position:fixed;opacity:0;visibility:hidden;z-index:100;transition:visibility .1s,all .2s}.slideout-trigger{cursor:pointer}.slideout-content{height:100%;display:flex;flex-direction:column}.slideout-main{flex-grow:1;overflow-y:auto}.slideout--show{opacity:1;visibility:visible}.select{cursor:pointer;position:relative}.select-view--placeholder .select-clear{opacity:0;visibility:hidden}.select--hidden{opacity:0;width:.5px;height:.5px;left:-999px;position:absolute}.select--show{display:block}.select-clear{top:0;bottom:0;right:10px;position:absolute;margin:auto 0;cursor:pointer}.select-output__item{margin:5px}.select--multiple .select-output{display:flex;flex-wrap:wrap}.select--multiple.select-view--selected .select-output{margin:-10px}.select-dropdown{z-index:9;width:100%;opacity:0;visibility:hidden;position:absolute;display:flex;flex-direction:column}.select--open .select-dropdown{opacity:1;visibility:visible}.select-listbox{display:flex;flex-direction:column}.select-search__field{width:100%}.select-notfound{padding:10px}.select--hide{order:1;display:none}.select--disabled{pointer-events:none}.checkbox-label{cursor:pointer;position:relative}.checkbox-field{top:0;left:0;position:absolute;opacity:0;width:.5px;height:.5px}.quantity-selector{display:flex}.quantity-selector__field{text-align:center;-moz-appearance:textfield}.quantity-selector__field::-webkit-inner-spin-button,.quantity-selector__field::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
:root {
  --color-brand: #009688;
  --common-white: #fff;
  --black-primary: #000;
  --blue-primary: #4fa6cb;
  --gray-primary: #f5f5f5;
  --gray-secondary: #ededed;
  --gray-tertiary: #fbfbfb;
  --success-primaty: #8d2;
  --error-primary: #dd222b;
  --bg-primary: #fff;
  --swiper-pagination-bottom: 45px;
  --swiper-navigation-color: var(--color-brand);
  --swiper-pagination-color: var(--color-brand);
}
.validation-message {
  display: none;
  color: #ff8562;
  font-size: 20;
}
.validation-message.--show {
  display: block;
}
.validation-message.--show .validation-message__content {
  opacity: 1;
}
.validation-message__content {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.validation-field {
  border: 1px solid transparent;
}
.validation-field.--invalid {
  border-color: #f00;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.ttf") format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: fallback;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  min-height: 100vh;
  color: var(--black-primary);
  font-size: 16px;
  line-height: normal;
  font-family: 'Roboto', 'Arial';
}
.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.main {
  width: 100%;
  padding: 0px 20px;
}
.rl-section {
  margin: 100px 0px;
}
.rl-section:first-of-type {
  margin-top: 0px;
}
.rl-section:last-of-type {
  margin-bottom: 0px;
}
.t-center {
  text-align: center;
}
.p-110 {
  padding: 0 110px;
}
.brd {
  border-bottom: 1px solid #4f7188;
}
.f-mob {
  font-size: 11px;
  margin: 10px 0;
}
.a_green {
  color: #009688;
}
.box {
  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;
  height: 42px;
  width: 42px;
  border-radius: 10px;
  background-color: #4f7188;
}
.font-16 {
  margin: -20px 0 30px 0;
}
@media screen and (max-width: 480px) {
  .rl-section {
    margin: 50px 0px;
  }
  .rl-section:first-of-type {
    margin-top: 0px;
  }
  .rl-section:last-of-type {
    margin-bottom: 0px;
  }
  .p-110 {
    padding: 20px 20px;
  }
  .box {
    height: 24px;
    width: 24px;
    border-radius: 2px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0px 30px;
  color: #fff;
}
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
.title.green {
  color: #009688;
}
p,
ul,
ol {
  margin: 0px;
}
p:not([class]),
ul:not([class]),
ol:not([class]) {
  margin: 20px 0px;
}
p.green,
ul.green,
ol.green {
  color: #009688;
}
p.green.f-w,
ul.green.f-w,
ol.green.f-w {
  font-weight: 700;
  margin: 20px 0px;
}
p.title,
ul.title,
ol.title {
  color: #009688;
  font-size: 36px;
  font-weight: 700;
}
p.f-size,
ul.f-size,
ol.f-size {
  font-weight: 700;
  font-size: 36px;
  margin: 20px 0px;
}
ul,
ol {
  padding-left: 0px;
  list-style-type: none;
}
ul:not([class]) li,
ol:not([class]) li {
  position: relative;
  padding-left: 15px;
}
ul:not([class]) li + li,
ol:not([class]) li + li {
  margin: 10px 0px 0px;
}
ul:not([class]) li:before {
  content: '';
  top: 6px;
  left: 0px;
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100px;
  background-color: #009688;
}
ol {
  counter-reset: num;
}
ol li:before {
  content: counter(num);
  counter-increment: num;
  top: 0px;
  left: -5px;
  position: absolute;
  display: block;
  color: #4f738a;
  font-weight: bold;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a.index {
  color: #000;
  text-decoration: underline;
}
.table-wrapper {
  width: 100%;
  margin: 20px 0px;
  overflow-x: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.25)), to(rgba(255,255,255,0))), -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.25)), to(rgba(255,255,255,0)));
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, rgba(0,0,0,0.25), rgba(255,255,255,0)), -o-linear-gradient(right, rgba(0,0,0,0.25), rgba(255,255,255,0));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, rgba(0,0,0,0.25), rgba(255,255,255,0)), linear-gradient(to left, rgba(0,0,0,0.25), rgba(255,255,255,0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
table {
  width: 100%;
  min-width: 768px;
  border-collapse: collapse;
}
td,
th {
  padding: 10px;
  border: 1px solid var(--black-primary);
}
th {
  text-align: left;
  background-color: var(--gray-primary);
}
mark {
  color: #fff;
  background-color: var(--color-brand);
}
hr {
  margin: 30px 0px;
  border: 2px solid var(--color-brand);
}
@media screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .title {
    font-size: 26px;
  }
}
button,
.btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', 'Arial';
  text-align: left;
  text-decoration: none;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media (hover: hover) {
  button:hover,
  .btn:hover {
    opacity: 0.8;
  }
}
button {
  padding: 0px;
  -webkit-appearance: none;
}
.btn {
  color: var(--color-brand);
  padding: 13px 25px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 15px;
  }
}
.btn--brand {
  color: #fff;
  background-color: var(--color-brand);
}
.btn--bcg {
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
  color: #fff;
  border-radius: 10px;
  padding: 15px 70px;
  border: none;
}
.btn--white {
  color: var(#009688);
  background: #fff;
}
.btn--reviews:hover {
  background-color: transparent;
  color: #000;
}
.btn--border {
  background: #fff;
  color: #009688;
  border: 1px solid #009688;
  border-radius: 10px;
}
.btn--accordion {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn--accordion:hover {
  opacity: 0.8;
  background-color: transparent;
  color: #4f738a;
}
@media screen and (max-width: 480px) {
  button,
  .btn {
    font-weight: 400;
  }
}
input,
textarea,
select {
  font-size: 16px;
  padding: 13px 25px;
  font-family: 'Roboto', 'Arial';
  -webkit-appearance: none;
  border: none;
  border-radius: 10px;
  outline: none;
}
.t-center {
  text-align: center;
}
.header {
  color: #fff;
  padding: 20px;
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
}
.header a {
  fill: #fff;
  color: inherit;
}
.header__row {
  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;
}
.header-contacts {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}
.header-contacts__row {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header-phone {
  text-align: right;
}
.header-phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
  line-height: normal;
  white-space: nowrap;
  text-decoration: underline;
}
.header-phone__link svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0px 15px 0px 0px;
}
.header-button button {
  background: #cdedea;
  padding: 12px 40px;
  border-radius: 5px;
  color: #009688;
  white-space:nowrap;
}
.header-city__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-city__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-city__col button {
  color: #fff;
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
}
.header-city__col button:after {
  content: '';
  width: 18px;
  height: 7px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODA4IiBoZWlnaHQ9IjUxMyIgdmlld0JveD0iMCAwIDgwOCA1MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQwMy43MTggMjk1LjI1Mkw2OTguMzQgMC42MTgzMzFMODA3LjAyNCAxMDkuMjk3TDQwMy43MjEgNTEyLjYxN0wwLjQwMTg4NiAxMDkuMjk5TDEwOS4wODMgMC42MTcxODhMNDAzLjcxOCAyOTUuMjUyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) no-repeat center;
  background-size: contain;
}
.header-city__icon {
  width: 12px;
  height: 14px;
  min-width: 14px;
  margin: 0 6px 0 0;
}
.header-city__icon-2 {
  width: 18px;
  height: 13px;
  min-height: 13px;
  margin: 0 4px 0 0;
}
.header-city__none {
  display: none;
}
@media screen and (max-width: 980px) {
  .header {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    padding: 15px 20px;
  }
  .header-contacts .header-contacts__col:not(.--phone) {
    display: none;
  }
  .header-contacts__col.--phone .b-contacts__col {
      margin-right: 25px;
  }
  .header__col.--right {
      display: flex;
  }
  .header-city__none {
    display: block;
  }
  .header-city__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-city__container {
    padding: 0 20px;
  }
  .header-city__col button {
    font-size: 16px;
    font-style: normal;
  }
}
.footer {
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 50px 20px;
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
}
.footer a {
  fill: #fff;
  color: #fff;
  font-size: 16px;
}
.footer__row {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__col {
  margin: 10px;
}
.footer__col:not(.--center) {
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
}
.footer__col.--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__col.--center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer__title {
  color: #5bcbbf;
  font-weight: 700;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 15px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #5bcbbf;
}
@media screen and (min-width: 980px) {
  .footer__title {
    pointer-events: none;
  }
}
.footer__copyright {
  margin: 15px 0px 0px;
  color: rgba(255,255,255,0.5);
}
.footer__copyright a {
  text-decoration: underline;
}
.footer__copyright a:hover {
  text-decoration: none;
}
.footer-menu {
  font-size: 16px;
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-menu__col {
  margin: 10px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.footer-nav {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 160px;
}
.footer-nav__item {
  margin: 5px;
}
@media screen and (min-width: 980px) {
  .footer-nav {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}
.footer-contacts__row {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-contacts__col {
  margin: 15px;
}
.footer-contacts__col.--bottom {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.footer-contacts .b-contacts__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-contacts .b-contacts__icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin: 0px 10px 0px 0px;
}
.footer-contacts .b-contacts__note {
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__col:not(.--center) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 980px) {
  .footer__col.--center {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__col.--right {
    display: none;
  }
  .footer-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    color: #fff;
    background: #5bcbbf;
    padding: 15px 18px;
    border-radius: 10px;
  }
  .footer__title:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    margin: 0px 0px 0px 5px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODA4IiBoZWlnaHQ9IjUxMyIgdmlld0JveD0iMCAwIDgwOCA1MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQwMy43MTggMjk1LjI1Mkw2OTguMzQgMC42MTgzMzFMODA3LjAyNCAxMDkuMjk3TDQwMy43MjEgNTEyLjYxN0wwLjQwMTg4NiAxMDkuMjk5TDEwOS4wODMgMC42MTcxODhMNDAzLjcxOCAyOTUuMjUyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) no-repeat center;
    background-size: contain;
  }
}
html.page-preloader {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
html.page-preloader:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  position: fixed;
  background-color: #fff;
}
html.page-preloader:before {
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 99999;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: var(--bg-primary);
  -webkit-animation: animePagePreloader 1s ease alternate infinite;
          animation: animePagePreloader 1s ease alternate infinite;
}
@-webkit-keyframes animePagePreloader {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
@keyframes animePagePreloader {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accordion-item {
  padding: 25px 0px;
  border: solid #4f7188;
  border-width: 1px 0px 1px 0px;
}
.accordion-trigger {
  color: #4f738a;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding: 0px 70px 0px 0px;
}
.accordion-trigger:after,
.accordion-trigger:before {
  content: "";
  top: 0px;
  right: 40px;
  bottom: 0px;
  position: absolute;
  height: 2px;
  width: 22px;
  display: block;
  margin: auto 0px;
  background-color: #4f738a;
}
.accordion-trigger:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-content {
  text-align: left;
}
.accordion--selected .accordion-trigger:before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .accordion-item {
    padding: 20px 0px;
  }
  .accordion-trigger {
    font-size: 14px;
    padding: 0px 35px 0px 0px;
  }
  .accordion-trigger:after,
  .accordion-trigger:before {
    right: 0px;
  }
}
.popup {
  padding: 50px 20px;
  background-color: rgba(0,0,0,0.3);
}
.popup-close {
  top: 0px;
  right: 0px;
  position: absolute;
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  border-radius: 10px;
  fill: #dd222b;
  background-color: #fff;
}
.popup-close svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.popup-modal {
  max-width: 680px;
  padding: 50px 0px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
.popup-content {
  padding: 0px 50px;
}
.popup__container {
  gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__right {
  position: relative;
  border-radius: 10px;
  padding: 30px 30px 80px;
  background-color: #f2f4f9;
  gap: 40px;
  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;
}
.popup__right:before {
  content: '';
  bottom: 30px;
  left: 30px;
  position: absolute;
  width: 42px;
  height: 42px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIxIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDcyMSA1MTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTc1Ljg2OSAxNjguMDA0QzE5MC41MjUgMTcwLjYzNyAyMDQuMzAxIDE3MS44MDggMjE3LjE5OCAxNzUuNjExQzI4My40NDEgMTk0LjkyMyAzNDYuNDYgMjU4LjQxNiAzNDIuOTQzIDM1MC4yOUMzNDAuMzA1IDQyMi44NTQgMjg0LjkwNyA0ODkuNTY1IDIxMC4xNjMgNTA3LjEyMUMxMDMuNDcxIDUzMi4yODQgLTAuNTgzNzU3IDQ1Mi40MDYgMC4wMDI0NjUzNyAzNDIuMzlDMC44ODE3OTkgMTg0LjY4MiA4Mi4wNzM2IDU2LjUyNTUgMjU5LjQwNiAxMS40NjZDMjc4LjE2NSA2Ljc4NDUyIDI5Ny41MSA0LjE1MTE3IDMxNi41NjMgMC45MzI2MzZDMzI3LjExNSAtMC44MjI5MyAzMzcuOTYgLTEuNDA4MTIgMzQyLjA2MyAxMS40NjZDMzQ2LjE2NyAyNC4zNDAyIDMzNi40OTQgMjkuMzE0MyAzMjcuNDA4IDM0Ljg3MzZDMjk3LjgwNCA1My4zMDcgMjY2LjQ0MSA3MC4yNzc1IDIzOS40NzQgOTEuOTI5NUMyMTguMDc3IDEwOC45IDIwMS42NjMgMTMyLjMwNyAxODMuNDkgMTUzLjA4MkMxNzkuOTczIDE1Ni44ODUgMTc4LjUwNyAxNjIuMTUyIDE3NS44NjkgMTY4LjAwNFoiIGZpbGw9IiMwMDk2ODgiLz4NCjxwYXRoIGQ9Ik01NTQuMjc1IDE2Ni44MzRDNTc1LjA4NiAxNzIuMSA1OTMuNTUyIDE3NC43MzQgNjEwLjU1MyAxODEuMTcxQzY3OC4yNjEgMjA2LjkxOSA3MjQuNTczIDI3Ny43MjcgNzIwLjE3NiAzNDYuNzc5QzcxNS4xOTMgNDI2LjY1NyA2NjMuNjA2IDQ4OS4yNzMgNTg4LjI3NiA1MDcuNDEzQzQ5My4wMTUgNTMwLjIzNiAzOTMuMzU3IDQ2NS4yOCAzODAuNzUzIDM3MC40NzlDMzY0LjA0NiAyNDEuNzM4IDQyNS4wMTMgODUuNDkyNSA1OTAuNjIxIDI2LjA5NThDNjIxLjM5OCAxNC45NzczIDY1NC41MTkgOS40MTc5NyA2ODYuNDY4IDEuODEwNTJDNjkxLjQ1MSAwLjY0MDE0NSA2OTguMTkzIDAuMDU0OTU2OCA3MDIuMjk2IDIuMzk1NzFDNzA4LjQ1MiA1LjkwNjg0IDcxNS4xOTMgMTEuNzU4NyA3MTcuODMxIDE3LjkwMzJDNzE5LjAwNCAyMS4xMjE3IDcxMi41NTUgMjkuMzE0NCA3MDcuNTcyIDMyLjUzMjlDNjczLjg2NSA1NS4zNTUzIDYzOC42OTEgNzYuNDIyMSA2MDUuODYzIDEwMC43MDdDNTg5Ljc0MiAxMTIuNzA0IDU3OC4wMTcgMTMwLjU1MiA1NjUuMTIgMTQ2LjM1MkM1NjAuNDMxIDE1Mi4yMDQgNTU4LjA4NiAxNTkuODExIDU1NC4yNzUgMTY2LjgzNFoiIGZpbGw9IiMwMDk2ODgiLz4NCjwvc3ZnPg0K) no-repeat center;
  background-size: contain;
}
.popup__info p {
  margin: 5px 0px 0px;
}
.popup__name {
  font-size: 20px;
  font-weight: 700;
}
.popup__text p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .popup-close {
    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;
  }
  .popup-modal {
    padding: 35px 0px 20px;
  }
  .popup-content {
    padding: 0px 20px;
  }
  .popup__container {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__photo {
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .popup__right {
    gap: 0px;
    padding: 15px 15px 80px;
  }
  .popup__right:before {
    bottom: 15px;
    left: 15px;
  }
  .popup__info p {
    font-size: 12px;
  }
  .popup__info p.green {
    font-size: 14px;
  }
  .popup__text {
    font-size: 12px;
  }
  .popup__photo {
    width: 100%;
    max-width: 168px;
  }
}
@media screen and (max-width: 380px) {
  .popup {
    padding: 0px;
  }
  .popup-modal {
    border-radius: 0px;
  }
}
.form-consultation {
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  padding: 70px 20px 30px;
  background: #f5f5f5 var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.form-consultation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-consultation__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-consultation__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0px 0px 30px;
}
.form-consultation__title {
  margin-bottom: 70px;
  color: #009688;
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.form-consultation__icon {
  width: 30px;
  height: 30px;
}
.form-consultation__discr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.form-consultation__advantage {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0px 0px;
}
.form-consultation__text {
  font-weight: 700;
  font-size: 20px;
  color: #4f7188;
}
.form-consultation__form {
  max-width: 500px;
}
.form-consultation__callback {
  color: #009688;
  font-size: 20px;
  font-weight: 700;
}
.form-consultation__area {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0px 0px;
}
.form-consultation__note {
  color: #000;
  margin: 10px 0px 0px;
}
.form-consultation__note p {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
}
.form-consultation__note a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .form-consultation {
    padding: 30px 20px;
  }
  .form-consultation__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-consultation {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85.42%, #ced7de), to(rgba(206,215,222,0)));
    background: -o-linear-gradient(top, #ced7de 85.42%, rgba(206,215,222,0) 100%);
    background: linear-gradient(180deg, #ced7de 85.42%, rgba(206,215,222,0) 100%);
  }
}
@media screen and (max-width: 480px) {
  .form-consultation {
    min-height: auto;
  }
  .form-consultation__title {
    font-size: 26px;
  }
  .form-consultation__icon {
    height: 15px;
  }
  .form-consultation__text {
    font-size: 12px;
  }
  .form-consultation__discr {
    gap: 5px;
  }
  .form-consultation__callback {
    color: #000;
    font-size: 12px;
  }
  .form-consultation__area {
    margin: 15px 0px 0px;
  }
  .form-consultation__note {
    display: none;
  }
}
.form-spec {
  color: #fff;
  margin-right: -20px;
  margin-left: -20px;
  padding: 0px 20px;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.38%, #caf0ed), color-stop(98.88%, #b1def7)), rgba(5,51,84,0.51);
  background: -o-linear-gradient(right, #caf0ed 1.38%, #b1def7 98.88%), rgba(5,51,84,0.51);
  background: linear-gradient(270deg, #caf0ed 1.38%, #b1def7 98.88%), rgba(5,51,84,0.51);
}
.form-spec__container p.form-title {
  color: #009688;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.form-spec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-spec__col.--left {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  padding: 50px 0px;
}
.form-spec__col.--right {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.form-spec__pic {
  width: 100%;
  height: auto;
  display: block;
}
.form-spec__area {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 380px;
}
.form-spec__note {
  color: #000;
  font-size: 12px;
}
.form-spec__note p {
  margin: 0px;
  font-size: 12px;
}
.form-spec__note a {
  color: inherit;
  text-decoration: underline;
}
.form-spec__discr {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-spec__advantage {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-spec__icon {
  width: 23px;
  height: 23px;
  fill: #4f7188;
}
.form-spec__reverse {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 980px) {
  .form-spec p.form-title {
    text-align: center;
  }
  .form-spec__col.--left {
    padding: 30px 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-spec__col.--right {
    display: none;
  }
  .form-spec__advantage {
    padding-right: 200px;
  }
  .form-spec__area {
    max-width: inherit;
  }
  .form-spec__form {
    position: relative;
  }
  .form-spec__form:before {
    content: '';
    top: -190px;
    right: 0px;
    position: absolute;
    width: 195px;
    height: 190px;
    display: block;
    background: url("../img/doctor.png") no-repeat center;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  .form-spec p.form-title {
    color: #009688;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .form-spec__discr {
    gap: 10px;
  }
  .form-spec__area {
    gap: 10px;
  }
  .form-spec__form {
    margin-top: 70px;
  }
  .form-spec__reverse {
    gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .form-spec__icon {
    height: 15px;
  }
}
@media screen and (max-width: 380px) {
  .form-spec__advantage {
    padding-right: 0px;
  }
  .form-spec__form {
    margin-top: 30px;
  }
  .form-spec__form:before {
    display: none;
  }
}
.form-doc {
  margin-left: -20px;
  margin-right: -20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.38%, #caf0ed), color-stop(98.88%, #b1def7)), rgba(5,51,84,0.51);
  background: -o-linear-gradient(right, #caf0ed 1.38%, #b1def7 98.88%), rgba(5,51,84,0.51);
  background: linear-gradient(270deg, #caf0ed 1.38%, #b1def7 98.88%), rgba(5,51,84,0.51);
}
.form-doc__container {
  padding: 90px 0px;
}
.form-doc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 104px;
}
.form-doc__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-doc__col img {
  border-radius: 10px;
  width: 390px;
  height: auto;
}
.form-doc__timetable {
  background: #fff;
  max-width: 297px;
  width: 100%;
  border-radius: 10px;
  padding: 28px 30px;
  text-align: center;
  min-width: 297px;
}
.form-doc__timetable-title {
  color: #4f738a;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 28px;
}
.form-doc__timetable.--show {
  display: none;
}
.form-doc__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-doc__day {
  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;
}
.form-doc__day p {
  margin: 10px 0px;
  color: #a3a3a3;
  font-size: 20px;
}
.form-doc__day span {
  color: #4f7188;
  font-size: 20px;
}
.form-doc__name h1 {
  font-size: 50px;
  font-style: italic;
}
.form-doc__spec {
  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-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.form-doc__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-doc__descr p {
  color: #4f738a;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .form-doc__container {
    padding: 25px 0px;
  }
  .form-doc__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    gap: 25px;
  }
  .form-doc__col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-doc__col img {
    width: 336px;
    height: auto;
  }
  .form-doc__name h1 {
    font-size: 20px;
    margin: 0px;
  }
  .form-doc__descr p {
    font-size: 11px;
    margin: 11px 0px;
  }
  .form-doc__button button {
    width: 100%;
    margin-top: 10px;
  }
  .form-doc__timetable {
    display: none;
  }
  .form-doc__timetable.--show {
    display: block;
    background: #f2f4f9;
    max-width: none;
  }
}
.doc-info__certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 58px;
}
@media screen and (max-width: 480px) {
  .doc-info__certificates {
    gap: 10px;
  }
  .doc-info__photo img {
    width: 75px;
    height: 100%;
  }
}
.form-advantage {
  margin-right: -20px;
  margin-left: -20px;
  padding: 40px 20px;
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
}
.form-advantage__container {
  position: relative;
}
.form-advantage__blocks {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-advantage__block {
  margin: 10px;
  -ms-flex-preferred-size: calc((100% / 2) - 20px);
      flex-basis: calc((100% / 2) - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  border-radius: 10px;
  background-color: #fff;
}
.form-advantage__info {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-advantage__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-advantage__img img {
  border-radius: 10px;
}
.form-advantage__title {
  color: #009688;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .form-advantage__block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 480px) {
  .form-advantage__blocks {
    padding: 0px 20px;
    margin: 0px -20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
  }
  .form-advantage__block {
    margin: 0px;
    max-width: 270px;
    min-width: 270px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 15px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-advantage__block + .form-advantage__block {
    margin: 0px 0px 0px 15px;
  }
  .form-advantage__img {
    margin: 0px 0px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-advantage__img img {
    width: 100%;
  }
  .form-advantage__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-size: 16px;
    text-align: center;
  }
  .form-advantage__info {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-price__strings {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-price__string {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0px 20px;
  border-bottom: 1px solid;
}
.form-price__button {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-price__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-price__cost {
  color: #009688;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.form-price__name {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .form-price__button {
    gap: 10px;
  }
  .form-price__cost,
  .form-price__name {
    font-size: 14px;
  }
  .form-price__string {
    padding: 0px 0px 10px;
  }
  .form-price__strings {
    gap: 10px;
  }
  .form-price button.btn-price {
    padding: 5px 0px;
    color: transparent;
    background: url("../img/relife/price/price-button.png") no-repeat;
    background-position: center;
  }
}
.breadcrumbs {
  padding: 20px;
}
.breadcrumbs__text {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.welcome__row {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.welcome__col {
  margin: 15px;
  -ms-flex-preferred-size: calc((100% / 2) - 30px);
      flex-basis: calc((100% / 2) - 30px);
}
.welcome__pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .welcome__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-reviews__tabs {
  gap: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.form-reviews__info {
  text-align: left;
  margin-top: 30px;
}
.form-reviews__text svg {
  height: 30px;
  width: 30px;
}
.form-reviews .def {
  margin: 5px 0px;
  font-weight: 400;
}
.form-reviews .bold {
  margin: 5px 0px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form-reviews__tabs {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    padding: 0px 20px;
    margin: 0px -20px;
  }
  .form-reviews__info {
    margin: 10px 0px 0px;
  }
  .form-reviews__info p {
    color: #000;
  }
}
.form-expert {
  margin-right: -20px;
  margin-left: -20px;
  padding: 50px 20px;
  background-color: #f2f4f9;
}
.form-expert__content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-expert__article {
  color: #4f738a;
  font-size: 16px;
  font-weight: 700;
}
.form-expert__list {
  list-style-type: none;
}
.form-expert__photo img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .form-expert {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .form-expert__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-expert__info {
    font-size: 12px;
    text-align: center;
  }
  .form-expert__info p.green {
    font-size: 14px;
  }
  .form-expert__article {
    font-size: 12px;
  }
}
.relife__row {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.relife__col {
  margin: 10px;
}
.relife__col.--left {
  -ms-flex-preferred-size: 490px;
      flex-basis: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.relife__col.--right {
  -ms-flex-preferred-size: 620px;
      flex-basis: 620px;
}
.relife__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0px 0px 20px;
}
.relife__buttons {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.relife__buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.relife__buttons .btn svg {
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}
.relife__pic {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 980px) {
  .relife__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relife__col.--left,
  .relife__col.--right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .relife__content {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relife__text p {
    font-size: 12px;
    margin-top: 0px;
  }
  .relife__photo {
    margin: 0 auto;
  }
  .relife__photo img {
    width: 100%;
    height: 230px;
  }
}
.form-guarantees {
  margin-right: -20px;
  margin-left: -20px;
  padding: 35px 20px;
  background-color: #f2f4f9;
}
@media screen and (max-width: 480px) {
  .form-guarantees__container {
    padding: 0px;
  }
}
.form-tariff {
  margin-right: -20px;
  margin-left: -20px;
  padding: 35px 20px;
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
}
.form-tariff__content {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-tariff__info {
  text-align: center;
  padding: 110px 0px 0px;
}
.form-tariff__list {
  padding: 0px 35px;
}
.form-tariff__price p.--people {
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 400;
}
.form-tariff__price p.--title {
  font-size: 20px;
  font-weight: 700;
}
.form-tariff__title {
  margin: 0px 0px 10px;
}
.form-tariff__title p.--title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}
.form-tariff__tab {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  margin: 70px 10px 10px;
}
.form-tariff__tab:before {
  content: "";
  top: -60px;
  right: 0px;
  left: 0px;
  position: absolute;
  margin: auto;
  width: 288px;
  height: 160px;
  overflow: hidden;
  border-radius: 10px;
}
.form-tariff .tab_1:before {
  content: "";
  background: url("../img/relife/tariff/tariff_1.png") no-repeat 0 0;
  background-size: cover;
}
.form-tariff .tab_2:before {
  content: "";
  background: url("../img/relife/tariff/tariff_2.png") no-repeat 0 0;
  background-size: cover;
}
.form-tariff .tab_3:before {
  content: "";
  background: url("../img/relife/tariff/tariff_3.png") no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .form-tariff__content {
    padding: 0px 20px;
    margin: 0px -20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .form-tariff__tab {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    min-width: 280px;
    margin: 70px 0px 0px;
  }
  .form-tariff__tab:before {
    content: '';
    width: auto;
    margin: 0px 20px;
  }
  .form-tariff__tab + .form-tariff__tab {
    margin-left: 20px;
  }
  .form-tariff__title p.--title {
    font-size: 20px;
  }
}
.form-result__content {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .form-result__content {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-result__photo img {
    width: 100%;
  }
}
.form-doctor {
  margin-right: -20px;
  margin-left: -20px;
  padding: 50px 20px;
  background-color: #009688;
}
.form-doctor__content {
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-doctor__tab {
  margin: 20px;
  -ms-flex-preferred-size: calc((100% / 4) - 40px);
      flex-basis: calc((100% / 4) - 40px);
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
}
.form-doctor__photo img {
  max-height: 220px;
  border-radius: 100px;
}
.form-doctor__stag {
  padding: 15px;
  margin-top: 20px;
  border-radius: 10px;
  background: #cdedea;
}
.form-doctor__stag p {
  margin: 0px;
  font-weight: 700;
}
.form-doctor__spec p {
  font-size: 20px;
}
.form-doctor__title {
  margin: 0px auto 20px;
}
.form-doctor__title a {
  color: #009688;
  font-size: 20px;
  font-weight: 700;
  text-decoration-line: underline;
}
@media screen and (max-width: 768px) {
  .form-doctor__content {
    padding: 0px 20px;
    margin: 0px -20px;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-doctor__tab {
    margin: 0px;
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
  }
  .form-doctor__tab + .form-doctor__tab {
    margin: 0px 0px 0px 20px;
  }
}
.form-certificate__content {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-certificate__text {
  margin: 10px;
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
}
.form-certificate__photos {
  margin: 10px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-certificate__photos img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 980px) {
  .form-certificate__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-certificate__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .form-certificate__photos {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-question__plates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px -10px -10px;
}
.form-question__plate {
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc((100% / 2) - 20px);
      flex-basis: calc((100% / 2) - 20px);
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #f2f4f9;
}
.form-question__plate a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-question__plate a:hover {
  color: #009688;
}
.form-question__plate h1 {
  font-size: 26px;
}
.form-question__content {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-question__first {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-question__second {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 980px) {
  .form-question__plates {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-question__plate {
    padding: 40px 20px;
  }
  .form-question__content {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-question__first {
    width: 100%;
  }
  .form-question__second {
    width: 100%;
  }
}
.form-map {
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
  background-size: 100%;
  background-position: center;
}
.form-map__output {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  background-color: #ddd;
}
.form-map__content {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  fill: #fff;
  color: #fff;
  padding: 50px;
  max-width: 360px;
  min-height: 400px;
  position: relative;
  background-color: #009688;
}
.form-map__content a {
  color: inherit;
}
.form-map__contacts .b-contacts {
  margin: 0px 0px 30px;
}
.form-map__contacts .b-contacts__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-map__icon {
  width: 24px;
  height: 16px;
}
@media screen and (max-width: 980px) {
  .form-map__content {
    min-height: auto;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-map__output {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 350px;
    position: relative;
  }
  .form-map__content {
    max-width: 100%;
  }
}
.body-menu {
  overflow: hidden;
}
.menu {
  padding: 0px 20px;
}
.menu__footer {
  display: none;
  margin: 30px 0px 0px;
  padding: 30px 15px 0px;
  border-top: 1px solid #8de8de;
}
.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.menu-nav__item {
  display: block;
}
.menu-nav__link {
  color: #009688;
  font-weight: 700;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid transparent;
}
.menu-nav__link.active {
  border-color: #009688;
}
.menu-nav__link.--dt {
  position: relative;
}
.menu-nav__link.--dt:after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  margin: 0px 0px 0px 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODA3IiBoZWlnaHQ9IjUxMyIgdmlld0JveD0iMCAwIDgwNyA1MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQwMy40NzcgMjk0Ljc1Mkw2OTguMDk4IDAuMTE4MzMxTDgwNi43ODIgMTA4Ljc5N0w0MDMuNDc5IDUxMi4xMTdMMC4xNjAxNTYgMTA4Ljc5OUwxMDguODQxIDAuMTE3MTg4TDQwMy40NzcgMjk0Ljc1MloiIGZpbGw9IiMwMDk2ODgiLz4NCjwvc3ZnPg0K) no-repeat center;
  background-size: contain;
}
.menu-nav__item,
.menu-dropdown__item {
  position: relative;
}
@media (hover: hover) {
  .menu-nav__item:hover > .menu-dropdown__link.--dt,
  .menu-dropdown__item:hover > .menu-dropdown__link.--dt {
    fill: #fff;
    color: #fff;
    background-color: #009688;
  }
  .menu-nav__item:hover > .menu-dropdown__link.--dt:after,
  .menu-dropdown__item:hover > .menu-dropdown__link.--dt:after {
    content: '-';
  }
  .menu-nav__item:hover > .menu-dropdown__menu,
  .menu-dropdown__item:hover > .menu-dropdown__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    display: block;
  }
}
.menu-dropdown__item + .menu-dropdown__item {
  border-top: 1px solid #c2c2c2;
}
.menu-dropdown__link {
  color: #000;
  padding: 15px;
  display: block;
  font-size: 12px;
}
.menu-dropdown__link.active {
  color: #fff;
  background-color: #009688;
}
.menu-dropdown__link.--dt {
  position: relative;
  padding-right: 30px;
}
.menu-dropdown__link.--dt:after {
  content: '+';
  top: 0px;
  right: 15px;
  bottom: 0px;
  position: absolute;
  font-size: 28px;
  font-weight: 100;
  font-family: Arial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .menu-dropdown__link:hover {
    fill: #fff;
    color: #fff;
    background-color: #009688;
  }
}
.menu-dropdown__content {
  max-height: 500px;
  overflow-y: auto;
}
.menu-dropdown__content::-webkit-scrollbar {
  width: 5px;
  background-color: #dfe4eb;
  border-radius: 10px;
  opacity: 0.8;
}
.menu-dropdown__content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  opacity: 0.8;
  background-color: #adbacc;
}
.menu-dropdown__menu {
  z-index: 2;
  width: 230px;
  position: absolute;
  background-color: #fff;
  max-height: 500px;
}
@media screen and (min-width: 980px) {
  .menu-dropdown__menu {
    top: 57px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-dropdown__menu .menu-dropdown__menu {
    top: 0px;
    left: 332px;
  }
}
@media screen and (max-width: 980px) {
  .menu-dropdown__link {
    text-align: center;
  }
  .menu-dropdown__link.--active {
    color: #fff;
    fill: #fff;
    background-color: #009688;
  }
  .menu-dropdown__link.--active:after {
    -webkit-transform: rotate(46deg);
        -ms-transform: rotate(46deg);
            transform: rotate(46deg);
  }
  .menu-dropdown__content {
    visibility: hidden;
  }
  .menu-dropdown__menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    color: #000;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
    position: initial;
  }
  .menu-dropdown__menu .menu-dropdown__menu {
    top: 55px;
    left: 0px;
  }
  .menu-dropdown__menu.--show > .menu-dropdown__content {
    visibility: visible;
  }
}
.menu-hamburger {
  width: 30px;
  height: 30px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-hamburger:before,
.menu-hamburger:after,
.menu-hamburger span {
  content: '';
  height: 2px;
  width: 100%;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-hamburger span {
  margin: 4px 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-hamburger.--active span {
  opacity: 0;
}
.menu-hamburger.--active:before {
  -webkit-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
          transform: rotate(42deg);
}
.menu-hamburger.--active:after {
  margin-top: -11.5px;
  -webkit-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
          transform: rotate(-42deg);
}
@media screen and (min-width: 980px) {
  .menu-hamburger {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .menu {
    top: 85px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    overflow-y: auto;
    color: #fff;
    z-index: 999;
    padding: 0px;
    background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
    background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu.--show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .menu a {
    color: inherit;
  }
  .menu__container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu__footer {
    display: block;
  }
  .menu-nav {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .menu-nav__item {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 5px 0px;
  }
  .menu-nav__link {
    border: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-nav__link.--dt:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODA4IiBoZWlnaHQ9IjUxMyIgdmlld0JveD0iMCAwIDgwOCA1MTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQwMy43MTggMjk1LjI1Mkw2OTguMzQgMC42MTgzMzFMODA3LjAyNCAxMDkuMjk3TDQwMy43MjEgNTEyLjYxN0wwLjQwMTg4NiAxMDkuMjk5TDEwOS4wODMgMC42MTcxODhMNDAzLjcxOCAyOTUuMjUyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K) no-repeat center;
    background-size: contain;
  }
}
.logotype {
  display: inline-block;
}
.logotype__logo {
  width: 100px;
  height: 35px;
}
.logotype__slogan {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: normal;
}
.cookie {
  display: none;
}
.cookie.cookie--show {
  display: block;
}
.cookie.cookie--show .cookie__container {
  opacity: 1;
  visibility: visible;
}
.cookie__container {
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.8);
  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;
  -webkit-transition: visibility 0.1s, opacity $transition;
  -o-transition: visibility 0.1s, opacity $transition;
  transition: visibility 0.1s, opacity $transition;
}
.cookie__close {
  color: #dcdcdc;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 5px;
  margin: 0px 0px 0px 60px;
  border: 1px solid #dcdcdc;
}
.cookie__text {
  color: #dcdcdc;
  font-size: 14px;
}
.cookie__text a {
  color: #dcdcdc;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cookie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie__close {
    margin: 20px 0px 0px;
  }
}
@media screen and (max-width: 480px) {
  .cookie__text br {
    display: none;
  }
  .cookie__close {
    width: 100%;
  }
}
.b-contacts {
  text-align: right;
  font-style: italic;
}
.b-contacts__row {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.b-contacts__col {
  margin: 10px;
}
.b-contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  fill: inherit;
  color: inherit;
  font-size: 24px;
  line-height: normal;
  white-space: nowrap;
  text-decoration: underline;
}
.b-contacts__link:hover {
  text-decoration: none;
}
.b-contacts__icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0px 15px 0px 0px;
}
.b-contacts__note {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .b-contacts__link {
    font-size: 16px;
  }
}
.rl-section.--down {
  position: relative;
}
.scroll-down {
  right: 0px;
  bottom: -85px;
  left: 0px;
  position: absolute;
  display: block;
  text-align: center;
}
.scroll-down__icon {
  width: 64px;
  height: 64px;
}
.scroll-down__icon.--mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .scroll-down__icon.--desktop {
    display: none;
  }
  .scroll-down__icon.--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 480px) {
  .scroll-down {
    bottom: -45px;
  }
  .scroll-down__icon {
    width: 32px;
    height: 32px;
  }
}
.social-network__row {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-network__col {
  margin: 5px;
  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;
  fill: #fff;
  width: 40px;
  height: 40px;
  padding: 0px;
  border-radius: 100px;
  background-color: #28535d;
}
.social-network__icon {
  width: 22px;
  height: 22px;
}
.table-of-contents__link {
  color: #4f738a;
  font-weight: 700;
  font-size: 20px;
}
.table-of-contents__link:hover {
  color: #5bcbbf;
}
.banner {
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
  background: var(--bg-main);
  background-size: cover;
  background-position: right center;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner__col {
  min-height: 320px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc(100% / 2);
      flex-basis: calc(100% / 2);
}
.banner__col.--left {
  padding: 45px 0px;
}
.banner__col.--right {
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.banner__main {
  margin: 40px 0px 0px;
}
.banner__main ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  display: inline-block;
}
.banner__main ul:not([class]) {
  margin: 0px;
}
.banner__main ul:not([class]) li:before {
  background-color: #fff;
}
.banner__title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0px 20px;
}
.banner-contacts {
  font-size: 40px;
  text-decoration: underline;
  line-height: normal;
}
.banner-contacts__item {
  color: inherit;
}
.banner-contacts__item svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0px 10px 0px 0px;
}
.banner-contacts__item:hover {
  text-decoration: none;
}
.banner-advantage {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #4f7188;
  line-height: normal;
}
.banner-advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-advantage__icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #4f738a;
  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;
}
.banner-advantage__icon svg {
  width: 16px;
  height: 16px;
}
.banner-advantage__name {
  margin: 0px 0px 0px 10px;
}
.banner.--default {
  fill: #009688;
  color: #009688;
}
.banner.--default .banner__col.--right {
  position: relative;
}
.banner.--default .banner__col.--right:before,
.banner.--default .banner__col.--right:after {
  content: '';
  top: 0px;
  bottom: 0px;
  position: absolute;
  width: 105px;
  height: 100%;
  display: block;
}
.banner.--default .banner__col.--right:before {
  left: 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-gradient(linear, right top, left top, color-stop(1.38%, #bde7f2), color-stop(98.88%, rgba(188,231,242,0)));
  background: -o-linear-gradient(right, #bde7f2 1.38%, rgba(188,231,242,0) 98.88%);
  background: linear-gradient(270deg, #bde7f2 1.38%, rgba(188,231,242,0) 98.88%);
}
.banner.--default .banner__col.--right:after {
  right: 0px;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.38%, #b2e0f6), color-stop(98.88%, rgba(188,231,242,0)));
  background: -o-linear-gradient(right, #b2e0f6 1.38%, rgba(188,231,242,0) 98.88%);
  background: linear-gradient(270deg, #b2e0f6 1.38%, rgba(188,231,242,0) 98.88%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}
.banner.--anonym {
  color: #fff;
}
.banner.--anonym .banner-contacts {
  font-size: 26px;
}
.banner.--anonym .banner-contacts__item {
  color: #009688;
  text-decoration: underline;
}
.banner.--anonym .banner-contacts__item svg {
  height: 24px;
  width: 24px;
  min-width: 24px;
}
@media screen and (max-width: 980px) {
  .banner__title {
    font-size: 20px;
  }
  .banner-contacts {
    font-size: 16px;
  }
  .banner-contacts__item svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .banner-advantage {
    font-size: 12px;
  }
  .banner-advantage__icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
  }
  .banner-advantage__icon svg {
    width: 8px;
    height: 8px;
  }
  .banner.--default .banner__col {
    min-height: 200px;
  }
  .banner.--default .banner__col.--left {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 30px 0px;
  }
  .banner.--default .banner__col.--right {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .banner.--default .banner__col.--right:before {
    content: '';
    width: 60px;
  }
  .banner.--default .banner__col.--right:after {
    content: '';
    display: none;
  }
  .banner.--anonym .banner-contacts {
    font-size: 16px;
  }
  .banner.--anonym .banner-contacts__item svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 480px) {
  .banner__main ul {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
  }
}
.city__inside {
  max-width: 680px;
  width: 100%;
  height: 430px;
  min-width: 580px;
}
.city__inside p {
  text-align: center;
}
.city__input {
  border: 1px solid #f0f2f5;
  padding: 13px 16px 13px 52px;
  width: 100%;
  margin-bottom: 18px;
  font-style: italic;
  font-size: 16px;
  font-weight: 100;
  background: url("../img/relife/Search.svg") no-repeat left;
  background-position-x: 25px;
}
.city__input::-webkit-input-placeholder {
  color: #adbacc;
}
.city__input::-moz-placeholder {
  color: #adbacc;
}
.city__input:-ms-input-placeholder {
  color: #adbacc;
}
.city__input::-ms-input-placeholder {
  color: #adbacc;
}
.city__input::placeholder {
  color: #adbacc;
}
.city__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 288px;
  overflow: auto;
}
.city__cols-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc((100% / 3) - 20px);
      flex-basis: calc((100% / 3) - 20px);
  margin: 10px;
}
.city__col li,
.city__col + li {
  margin-bottom: 20px;
}
.city__col a {
  color: #444;
  font-size: 18px;
}
.city__col a:hover {
  color: #009688;
}
.city__button {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.city__cols::-webkit-scrollbar {
  width: 5px;
  background-color: #dfe4eb;
  border-radius: 10px;
  opacity: 0.8;
}
.city__cols::-webkit-scrollbar-thumb {
  border-radius: 8px;
  opacity: 0.8;
  background-color: #adbacc;
}
.hide {
  display: none;
}
#popup-menu button.popup-close {
  display: block;
  fill: #009688;
}
@media screen and (max-width: 480px) {
  .city__cols-item {
    -ms-flex-preferred-size: calc((100% / 1) - 20px);
        flex-basis: calc((100% / 1) - 20px);
  }
  .city__inside {
    min-width: 0px;
  }
}
.uslugi__content {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uslugi__box {
  margin: 10px;
  -ms-flex-preferred-size: calc((100% / 4) - 20px);
      flex-basis: calc((100% / 4) - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  padding: 30px;
  min-height: 290px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 40px rgba(70,125,158,0.3);
          box-shadow: 0px 4px 40px rgba(70,125,158,0.3);
}
.uslugi__box:hover {
  color: #fff;
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
}
.uslugi__box:hover button {
  background: #fff;
  color: #000;
}
.uslugi__name {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  max-width: 200px;
  margin: 0px auto;
}
.popup__container_uslugi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
}
.popup__container_uslugi a {
  color: #ff8562;
}
.popup__container_uslugi span {
  color: #000;
}
.input-uslugi {
  border: 1px solid #c2c2c2;
}
.popup__container_succes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 80px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
}
.hidden {
  display: none;
}
.popup__container_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
}
@media screen and (max-width: 1280px) {
  .uslugi__box {
    -ms-flex-preferred-size: calc((100% / 3) - 20px);
        flex-basis: calc((100% / 3) - 20px);
  }
}
@media screen and (max-width: 980px) {
  .uslugi__box {
    -ms-flex-preferred-size: calc((100% / 2) - 20px);
        flex-basis: calc((100% / 2) - 20px);
  }
}
@media screen and (max-width: 768px) {
  .uslugi__content {
    padding: 20px;
    margin: 0px -20px;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .uslugi__box {
    margin: 0px;
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    -webkit-box-shadow: 2px 2px 15px rgba(70,125,158,0.3);
            box-shadow: 2px 2px 15px rgba(70,125,158,0.3);
  }
  .uslugi__box + .uslugi__box {
    margin: 0px 0px 0px 20px;
  }
}
.stacionar__slider {
  position: relative;
}
.stacionar__slider img {
  width: 100%;
}
.stacionar .splide__arrow {
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 100px;
  background-color: #d9d9d9;
  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;
}
.stacionar .splide__arrow--prev {
  left: 15px;
}
.stacionar .splide__arrow--prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.stacionar .splide__arrow--next {
  right: 15px;
}
.stacionar .splide__arrow svg {
  width: 14px;
  height: 14px;
}
.stacionar .splide__pagination {
  margin: 10px 0px 0px;
}
.stacionar .splide__pagination li + li {
  margin: 0px 0px 0px 5px;
}
.stacionar .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #d9d9d9;
}
.stacionar .splide__pagination__page.is-active {
  background-color: #000;
}
@media screen and (max-width: 480px) {
  .stacionar .splide__arrow--next,
  .stacionar .splide__arrow--prev {
    display: none;
  }
  .stacionar .splide__pagination {
    display: none;
  }
}
.garants__content {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.garants__box {
  margin: 10px;
  -ms-flex-preferred-size: calc((100% / 2) - 20px);
      flex-basis: calc((100% / 2) - 20px);
  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;
  gap: 37px;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  background: -o-linear-gradient(359.86deg, #009688 0.05%, #4f7087 100%);
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
}
.garants__box svg {
  width: 82px;
  height: 84px;
}
@media screen and (max-width: 980px) {
  .garants__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .garants__box {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table-of-contents__link {
  color: #4f738a;
  font-weight: 700;
  font-size: 20px;
}
.table-of-contents__link:hover {
  color: #5bcbbf;
}
.price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 100px;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__end-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.price__right img {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .price__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__right img {
    height: 200px;
    border-radius: 12px;
    margin-top: 20px;
  }
  .price__end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__end img {
    height: 230px;
  }
}
.otzivi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.otzivi__box {
  margin: 20px;
  -ms-flex-preferred-size: calc((100% / 2) - 40px);
      flex-basis: calc((100% / 2) - 40px);
  gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.otzivi__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.otzivi__right p,
.otzivi__right p.green {
  margin: 0px;
}
.otzivi__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.otzivi__left img {
  height: auto;
  width: 187px;
}
@media screen and (max-width: 1280px) {
  .otzivi__content {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .otzivi__box {
    margin: 0px;
  }
  .otzivi__box + .otzivi__box {
    margin: 45px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .otzivi__box {
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .otzivi__left {
    margin: auto;
  }
  .otzivi__left img {
    height: 187px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100px;
  }
  .otzivi__right p {
    margin: 0px;
  }
  .otzivi__right p.green {
    text-align: center;
    margin: 0px 0px 10px;
  }
}
.about__clinic {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 100px 0px 0px;
}
.about__clinic--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.about__clinic--left img {
  width: 100%;
}
.about__clinic--right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.about__clinic--right p {
  margin: 0px;
}
.about__buttons {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 380px;
}
.about__buttons svg {
  width: 20px;
  height: 20px;
}
.about__buttons button {
  gap: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .about__clinic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__clinic--left,
  .about__clinic--right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about__clinic--right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 480px) {
  .about__clinic {
    margin: 50px 0px 0px;
  }
}
.contacts__row {
  margin: -20px;
  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;
}
.contacts__col {
  margin: 20px;
}
.contacts__col.--left {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}
.contacts__col.--right {
  -ms-flex-preferred-size: 720px;
      flex-basis: 720px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0,0,0,0.15));
          filter: drop-shadow(0px 4px 20px rgba(0,0,0,0.15));
}
.contacts__main {
  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;
}
.contacts__main .b-contacts {
  fill: #009688;
  color: #009688;
}
.contacts__main .b-contacts__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__main .social-network {
  margin: 0px 0px 0px 20px;
}
.contacts__main .social-network__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__footer {
  margin: 40px 0px 0px;
}
.contacts__list li + li {
  margin: 10px 0px 0px;
}
.contacts__list a {
  color: #009688;
  font-weight: 700;
  text-decoration: underline;
}
.contacts__note {
  color: #4f738a;
  font-style: italic;
  margin: 20px 0px 0px;
}
@media screen and (max-width: 980px) {
  .contacts__row {
    margin: 0px;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__col {
    margin: 0px;
  }
  .contacts__col.--left,
  .contacts__col.--right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .contacts__col.--right {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-filter: none;
            filter: none;
    border-radius: 0px;
  }
  .contacts__col + .contacts__col {
    margin-top: 50px;
  }
  .contacts__footer {
    margin: 30px 0px 0px;
  }
}
@media screen and (max-width: 380px) {
  .contacts__main {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__main .social-network {
    margin: 20px 0px 0px;
  }
  .contacts__main .social-network__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts_banner {
  background: url("../img/contacts_banner.png") no-repeat;
  min-height: 265px;
  background-size: cover;
}
.contacts_banner__container {
  padding: 30px 110px;
  background: -webkit-gradient(linear, left top, right top, color-stop(9.31%, #009688), color-stop(36.6%, #1b8a89), to(rgba(0,150,136,0.05))), rgba(5,51,84,0.7);
  background: -o-linear-gradient(left, #009688 9.31%, #1b8a89 36.6%, rgba(0,150,136,0.05) 100%), rgba(5,51,84,0.7);
  background: linear-gradient(90deg, #009688 9.31%, #1b8a89 36.6%, rgba(0,150,136,0.05) 100%), rgba(5,51,84,0.7);
}
.contacts_banner__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contacts_banner__phone svg {
  width: 17.44px;
  height: 17.44px;
}
.contacts_banner__phone p {
  font-size: 20px;
}
.contacts_banner__list {
  color: #fff;
  margin-top: 25px;
}
.contacts_banner__list li {
  margin: 5px;
}
.contacts_banner__list li:before {
  color: #fff;
  content: "▪";
  padding-right: 10px;
}
.contacts_banner__info p {
  color: #fff;
  font-size: 24px;
}
.contacts_banner__info a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .contacts_banner__container {
    padding: 20px 20px;
  }
}
.response-code {
  height: 100%;
  padding: 20px;
  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;
}
.response-code__container {
  color: #009688;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.response-code__title {
  font-size: 220px;
  margin: 0px 0px 30px;
}
.response-code__intro {
  font-size: 40px;
  margin: 0px 0px 30px;
}
.response-code__back {
  color: inherit;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .response-code__title {
    font-size: 140px;
    margin: 0px 0px 20px;
  }
  .response-code__intro {
    font-size: 26px;
    margin: 0px 0px 20px;
  }
  .response-code__back {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .response-code__intro {
    font-size: 20px;
  }
}
.dark-blue {
  color: #4f738a;
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-base {
  font-size: 16px;
}
.text-12px {
  font-size: 12px;
}
.text-14px {
  font-size: 14px;
}
.text-16px {
  font-size: 16px;
}
.text-18px {
  font-size: 18px;
}
.text-20px {
  font-size: 20px;
}
.text-22px {
  font-size: 22px;
}
.text-24px {
  font-size: 24px;
}
.text-26px {
  font-size: 26px;
}
.text-28px {
  font-size: 28px;
}
.text-30px {
  font-size: 30px;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.no-underline {
  text-decoration: none;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-100 {
  margin-bottom: 100px;
}



.table-of-contents__link {
  color: #4f738a;
  font-weight: 700;
  font-size: 20px;
}
.table-of-contents__link:hover {
  color: $light-brand;
}

.intro-banner {
  max-width: 100vw;
  margin-left: -20px;
  margin-right: -20px;
}

.intro-banner__container {
  padding: 0 20px;
  height: 750px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.intro-banner__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 750px;
  width: 100%;
}

.intro-banner__info {
  flex-basis: 40%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px #467D9E4D;
  padding: 40px;
}

.intro-banner__doctor {
  max-height: 750px;
  width: auto;
}

.intro-banner__info p,
.intro-banner__info button {
  margin: 20px 0;
  width: 100%;
}

.intro-banner__info-title {
  color: --color-brand;
  font-size: 50px;
}

.intro-banner__info-text {
  font-size: 20px;
}

.intro-banner__doctor {
  align-self: flex-end;
}

@media (max-width: 920px) {
    :root {
          --swiper-pagination-bottom: 15px;
    }
    
  .intro-banner__container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    height: 600px;
  }
  
  .intro-banner__slide {
      min-height: 600px;
  }

  .intro-banner__doctor {
    margin: 0 auto;
    max-width: none;
    flex-basis: auto;
    height: 250px;
  }
  
    .intro-banner__info {
      flex-basis: 40%;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0px 4px 40px 0px #467D9E4D;
      padding: 20px;
    }
}

.form-consultation__info {
  position: relative;
  animation: background 0.5s infinite alternate;
  max-width: 500px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  background: linear-gradient(90.14deg, #009688 0.05%, #4f7087 100%);
  background-size: 200% 200%;
  border-radius: 20px;
  box-shadow: 0px 4px 40px 0px #467D9E4D;
  padding: 1px 15px;
}

@keyframes background {
  0% {
    background-position:100% 100%; /*OR bottom right*/
  }

  100% {
    background-position:0 0; /*OR top left*/
  }
}

.form-consultation__info p,
.form-consultation__info button {
  margin: 20px 0;
  width: 100%;
}

.form-consultation__info-title {
    font-weight: 400;
  color: --color-brand;
  font-size: 20px;
}

.form-consultation__info-text {
  font-size: 20px;
}

@media (max-width: 768px) {
  .form-consultation__advantage {
    max-width: 180px;
  }
  
  .form-consultation__info-title {
    font-weight: 400;
      color: --color-brand;
      font-size: 16px;
    }
}

@media (max-width: 980px) {
  .form-consultation__info:before {
    content: '';
    top: -190px;
    right: 0px;
    position: absolute;
    width: 195px;
    height: 190px;
    display: block;
    background: url("../img/doctor.png") no-repeat center;
    background-size: contain;
  }
}
