@charset "UTF-8";

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

@font-face {
  font-family: 'TrajanPro3Light';
  src: url("../fonts/trajan/TrajanPro3Light.woff2") format("woff2"), url("../fonts/trajan/TrajanPro3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TrajanPro3SemiBold";
  src: url("../fonts/trajan/TrajanPro3SemiBold.woff2") format("woff2"), url("../fonts/trajan/TrajanPro3SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.node-m-direction--new-template {
  padding-bottom: 0px !important;
}
@media (max-width: 1199px) {
  .node-m-direction--new-template {
    padding-bottom: 0px !important;
  }
}
.menu_direction {
  display: none;
}

#header .header__menu #main-menu {
  display: -ms-flexbox;
  display: flex;
}

#header .header__menu #main-menu>li:not(:last-child) {
  margin: 0 20px 0 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.is-nav-primary-open .nav-primary__offcanvas {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.is-nav-services-open .nav-services__offcanvas {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.is-services-open #header .header__services-toggle-icon {
  background: transparent;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.is-services-open #header .header__services-toggle-icon:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-services-open #header .header__services-toggle-icon:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-services-open #header .header__services {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .is-services-mouseenter #header .header__services-overlay {
    opacity: 1;
    transition-delay: 0;
  }

  #header .header__top {
    z-index: 3000;
    background: #FFFFFF;
    box-shadow: 0px 6.6501px 15px rgba(0, 0, 0, 0.08), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  }

  #header .header__menu {
    position: relative;
    z-index: 2000;
    background: #FFFFFF;
    box-shadow: 0px 6.6501px 15px rgba(0, 0, 0, 0.08), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  }

  #header .header__services {
    position: relative;
    z-index: 1000;
  }

  #header .header__services-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6D676D;
    text-decoration: none;
  }

  #header .header__services-toggle:hover {
    color: #6D676D;
    text-decoration: none;
  }

  #header .header__services-toggle-icon {
    width: 30px;
    height: 1px;
    background: currentColor;
    margin: 0 15px 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    position: relative;
    transition: background 0.25s, transform 0.25s;
  }

  #header .header__services-toggle-icon:before,
  #header .header__services-toggle-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    transition: transform 0.25s;
  }

  #header .header__services-toggle-icon:before {
    -ms-transform: translate(0, -6px);
    transform: translate(0, -6px);
  }

  #header .header__services-toggle-icon:after {
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  #header .header__services-toggle-text {
    -ms-flex: 1;
    flex: 1;
  }

  #header .header__services {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 500;
    background: #F6F7F8;
    box-shadow: 0px 6.6501px 15px rgba(0, 0, 0, 0.08), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    padding: 36px 0;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
  }

  #header .header__services-container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #header .header__services-grid {
    margin: 0 -13px -26px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
  }

  #header .header__services-grid>li {
    padding: 0 13px 26px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  #header .header__services-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    margin: 0 0 0 -10px;
  }

  #header .header__services-counter-number {
    display: block;
    font-size: 130px;
    line-height: 1;
    font-weight: 400;
    margin: 0 10px 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  #header .header__services-counter-text {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 1.13;
    font-weight: 400;
    background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  #header .header__services-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(195, 158, 209, 0.5);
    pointer-events: none;
    transition: opacity 0.5s;
    opacity: 0;
  }

  #header .header__services-item {
    position: relative;
    min-height: 100%;
  }

  #header .header__services-item.is-open {
    z-index: 1100;
  }

  #header .header__services-item.is-open .header__services-item-in {
    max-height: 300%;
  }

  #header .header__services-item.is-open .header__services-item-list>li:nth-of-type(2)~li {
    display: block;
  }

  #header .header__services-item.is-open .header__services-item-more {
    display: none;
  }

  #header .header__services-item-in {
    background: #FFFFFF;
    box-shadow: 0px 6.6501px 15px rgba(0, 0, 0, 0.08), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 70px 0px;
    padding: 30px;
    min-height: 100%;
    max-height: 100%;
    transition: 1s;
  }

  #header .header__services-item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0 10px;
  }

  #header .header__services-item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    color: #663F63;
    min-height: 34px;
  }

  #header .header__services-item-list {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    background: none;
    font-size: 16px;
    line-height: 1.06;
    font-weight: 400;
  }

  #header .header__services-item-list>li {
    padding: 12px 0 0;
    margin: 0;
  }

  #header .header__services-item-list>li:nth-of-type(2)~li {
    display: none;
  }

  #header .header__services-item-list>li:first-child {
    padding: 0;
    margin: 0;
  }

  #header .header__services-item-link {
    display: block;
    padding: 0;
    margin: 0;
    font: 400 16px/1.06 'Open Sans', sans-serif;
    text-transform: none;
    color: #6D676D;
    height: auto;
    background: none;
    border: none;
    cursor: pointer;
  }

  #header .header__services-item-link:before,
  #header .header__services-item-link:after {
    display: none;
  }

  #header .header__services-item-link:hover {
    color: #6D676D;
    text-decoration: underline;
  }

  #header .header__services-item-more {
    display: block;
    padding: 0;
    margin: 0;
    font: 400 16px/1.06 'Open Sans', sans-serif;
    text-transform: none;
    color: #C39ED1;
    height: auto;
    background: none;
    border: none;
    cursor: pointer;
  }

  #header .header__services-item-more:before,
  #header .header__services-item-more:after {
    display: none;
  }

  #header .header__services-item-more:hover {
    color: #C39ED1;
    text-decoration: underline;
  }
}

@media (max-width: 1199px) {
  #header .header__top #block-block-2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
  }

  #header .header__top #block-block-2 .tel {
    margin: 0;
  }

  #header .header__top #block-block-1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
  }

  #header .header__top #block-block-1 address {
    margin: 0;
  }

  #header .header__top #block-block-1 address br {
    display: none;
  }

  #header .header__services {
    display: none;
  }
}

@media (max-width: 767px) {
  #header .header__top:before {
    height: 40px;
  }

  #header .header__top .ht__container {
    height: 120px;
  }

  #header .header__top #block-block-2 {
    width: 100%;
    height: 40px;
  }

  #header .header__top #block-block-1 {
    display: none;
  }

  #header .header__top a#logo {
    position: absolute;
    top: 40px;
    left: 50%;
    bottom: auto;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .header__top a#logo img {
    width: auto;
    height: 50px;
  }
}

@media (min-width: 1200px) {

  .nav-services,
  .nav-primary {
    display: none;
  }
}

@media (max-width: 1199px) {
  .nav-services {
    display: block;
  }

  .nav-services__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #D19FD4;
    border: none;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    left: 15px;
  }

  .nav-services__offcanvas {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #663F63;
    padding: 90px 20px 25px;
    transition: 0.25s;
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  }

  .nav-services__close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 15px;
    background: #D19FD4;
    border: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-services__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }

  .nav-services__menu>li {
    position: relative;
    margin: 0 0 25px;
  }

  .nav-services__menu>li:last-child {
    margin: 0;
  }

  .nav-services__menu>li.is-open .nav-services__menu-toggle {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .nav-services__menu-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: none;
    padding: 0;
    border: none;
    color: #fff;
    transition: transform 0.25s;
  }

  .nav-services__menu-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }

  .nav-services__menu-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 26px;
    padding: 0 0 0 38px;
    color: #fff;
    text-decoration: none;
  }

  .nav-services__menu-link svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 26px;
  }

  .nav-services__menu-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .nav-services__submenu {
    margin: 0;
    padding: 0 0 20px 38px;
    list-style: none;
    position: relative;
    top: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    display: none;
  }

  .nav-services__submenu>li {
    margin: 0 0 20px;
  }

  .nav-services__submenu>li:last-child {
    margin: 0;
  }

  .nav-services__submenu-link {
    color: #fff;
    text-decoration: none;
  }

  .nav-services__submenu-link:hover {
    text-decoration: none;
    color: #fff;
  }

  .nav-primary {
    display: block;
  }

  .nav-primary__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #723E64;
    border: none;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    right: 15px;
  }

  .nav-primary__offcanvas {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #81577F;
    padding: 90px 25px 20px;
    transition: 0.25s;
    opacity: 0;
    visibility: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  }

  .nav-primary__close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 15px;
    background: #663F63;
    border: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-primary__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 25px;
  }

  .nav-primary__social>li {
    margin: 0 20px 0 0;
  }

  .nav-primary__social>li:last-child {
    margin: 0;
  }

  .nav-primary__social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #663F63;
    color: #fff;
    text-decoration: none;
  }

  .nav-primary__social-link:hover {
    color: #fff;
    text-decoration: none;
  }

  .nav-primary__menu {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }

  .nav-primary__menu>li {
    position: relative;
    margin: 0 0 25px;
  }

  .nav-primary__menu>li:last-child {
    margin: 0;
  }

  .nav-primary__menu-link {
    color: #fff;
    text-decoration: none;
    min-height: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .nav-primary__menu-link:hover {
    color: #fff;
    text-decoration: none;
  }

  @media (max-width: 1199px) {
    .nav-primary__menu-toggle {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 26px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        background: none;
        padding: 0;
        border: none;
        color: #fff;
        transition: transform 0.25s;
    }
    .nav-primary__submenu {
      margin: 0;
      padding: 0 0 25px 38px;
      list-style: none;
      position: relative;
      top: 20px;
      font-family: 'Open Sans', sans-serif;
      text-transform: none;
      display: none;
    }
    .nav-primary__submenu-link {
      color: #fff;
      text-decoration: none;
    }
    .nav-primary__submenu-link:hover {
      text-decoration: none;
      color: #fff;
    }
    .nav-primary__submenu > li {
      margin: 0 0 20px;
    }
    .nav-primary__submenu > li:last-child {
      margin: 0;
    }
    .nav-primary__menu > li.is-open .nav-primary__menu-toggle {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
    }
  }

  .nav-primary__address {
    padding: 40px 25px;
    margin: 0 -25px -20px;
    background: #9E6E9A;
    color: #fff;
    font: 400 16px/1.3 'Open Sans', sans-serif;
  }

  .nav-primary__address p {
    margin: 0 0 15px;
  }

  .nav-primary__address p:last-child {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .nav-services__toggle {
    top: 64px;
  }

  .nav-services__offcanvas {
    top: 40px;
  }

  .nav-primary__toggle {
    top: 64px;
  }

  .nav-primary__offcanvas {
    top: 40px;
  }
}

@media (min-width: 1200px) {

  #header .header__menu #main-menu>li>a,
  #header .header__menu #main-menu>li span {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  #header .header__top a#logo {
    margin: 0 50px 0 0;
  }
}

@media (min-width: 1200px) {
  #header .header__top address {
    margin: 8px 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .addr {
    margin: 0 0px 0 0;
    white-space: nowrap;
  }
}

#header .header__top .tel.tel-1 {
  margin: 0 0 0 1rem;
}
#header .header__top .tel a {
  color: #90608c;
  font-weight: 700;
}

#footer .footer__bottom .tel a {
  font-weight: 700;
}

.tel {
  white-space: nowrap;
  margin: 0;
}

.worktime {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  color: #6D676D;
  position: relative;
  z-index: 100;
  height: 42px;
  pointer-events: none;
  display: none;
}

.worktime:hover .worktime__in:before {
  opacity: 1;
}

.worktime:hover .worktime__additional {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .worktime {
    display: block;
  }
}

.worktime__in {
  position: relative;
  min-height: 100%;
}

.worktime__in:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background: #FFFFFF;
  box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.07), 0px 1.6711px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 0.89345px 17.869px rgba(0, 0, 0, 0.0417275), 0px 0.50086px 10.0172px rgba(0, 0, 0, 0.035), 0px 0.266px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 0.11069px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 40px 0px;
  transition: opacity 0.25s;
  opacity: 0;
}

.worktime__title {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #C39ED1;
}

.worktime__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.worktime__text svg {
  display: block;
  width: 16px;
  height: 16px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 5px;
  cursor: pointer;
  pointer-events: auto;
}

.worktime__additional {
  border-top: 1px solid #EBEBEC;
  padding: 12px 0 0 0;
  margin: 12px 0 0 0;
  opacity: 0;
  visibility: hidden;
}

#header .worktime {
  pointer-events: all;
}
#header .worktime .worktime__in::before{
  display: none;
}
.worktime__title--mob {
  color: #fff;
}
@keyframes servicesItems {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.header__services-item-list>li:nth-of-type(2)~li {
  opacity: 0;
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  animation-name: servicesItems;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.header__services-item-list>li:nth-of-type(3) {
  animation-delay: 0s;
}

.header__services-item-list>li:nth-of-type(4) {
  animation-delay: 0.2s;
}

.header__services-item-list>li:nth-of-type(5) {
  animation-delay: 0.4s;
}

.header__services-item-list>li:nth-of-type(6) {
  animation-delay: 0.6s;
}

.header__services-item-list>li:nth-of-type(7) {
  animation-delay: 0.8s;
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none;
  }
}

.similar {
  padding-top: 35px;
  padding-bottom: 35px;
}

.similar__title {
  display: block;
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #664063;
  text-align: center;
}

.similar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.similar__list>li {
  margin: 0 0 14px;
}

.similar__list>li:last-child {
  margin: 0;
}

.similar__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #EEEEEE;
  background: #fff;
  border-radius: 0px 0px 30px 0px;
  min-height: 67px;
  color: #9E6E9A;
  text-decoration: none;
  transition: background 0.25s, box-shadow .25s;
}

.similar__item:hover {
  text-decoration: none;
  color: #9E6E9A;
  background: #F7F8FA;
}

.similar__item-image {
  width: 100px;
  height: auto;
  background: #EEEEEE;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  display: -ms-flexbox;
  display: flex;
}

.similar__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex: 1;
  flex: 1;
}

.similar__item-title {
  margin: 0;
  padding: 14px 18px;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.kl-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .kl-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .kl-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .kl-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .kl-container {
    max-width: 1140px;
  }
}

.kl-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.kl-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.kl-col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.kl-col-1,
.kl-col-2,
.kl-col-3,
.kl-col-4,
.kl-col-5,
.kl-col-6,
.kl-col-7,
.kl-col-8,
.kl-col-9,
.kl-col-10,
.kl-col-11,
.kl-col-12,
.kl-col,
.kl-col-auto,
.kl-col-sm-1,
.kl-col-sm-2,
.kl-col-sm-3,
.kl-col-sm-4,
.kl-col-sm-5,
.kl-col-sm-6,
.kl-col-sm-7,
.kl-col-sm-8,
.kl-col-sm-9,
.kl-col-sm-10,
.kl-col-sm-11,
.kl-col-sm-12,
.kl-col-sm,
.kl-col-sm-auto,
.kl-col-md-1,
.kl-col-md-2,
.kl-col-md-3,
.kl-col-md-4,
.kl-col-md-5,
.kl-col-md-6,
.kl-col-md-7,
.kl-col-md-8,
.kl-col-md-9,
.kl-col-md-10,
.kl-col-md-11,
.kl-col-md-12,
.kl-col-md,
.kl-col-md-auto,
.kl-col-lg-1,
.kl-col-lg-2,
.kl-col-lg-3,
.kl-col-lg-4,
.kl-col-lg-5,
.kl-col-lg-6,
.kl-col-lg-7,
.kl-col-lg-8,
.kl-col-lg-9,
.kl-col-lg-10,
.kl-col-lg-11,
.kl-col-lg-12,
.kl-col-lg,
.kl-col-lg-auto,
.kl-col-xl-1,
.kl-col-xl-2,
.kl-col-xl-3,
.kl-col-xl-4,
.kl-col-xl-5,
.kl-col-xl-6,
.kl-col-xl-7,
.kl-col-xl-8,
.kl-col-xl-9,
.kl-col-xl-10,
.kl-col-xl-11,
.kl-col-xl-12,
.kl-col-xl,
.kl-col-xl-auto,
.kl-col-hd-1,
.kl-col-hd-2,
.kl-col-hd-3,
.kl-col-hd-4,
.kl-col-hd-5,
.kl-col-hd-6,
.kl-col-hd-7,
.kl-col-hd-8,
.kl-col-hd-9,
.kl-col-hd-10,
.kl-col-hd-11,
.kl-col-hd-12,
.kl-col-hd,
.kl-col-hd-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.kl-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.kl-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.kl-col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.kl-col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.kl-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.kl-col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.kl-col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.kl-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.kl-col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.kl-col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.kl-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.kl-col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.kl-col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.kl-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.kl-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.kl-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.kl-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.kl-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.kl-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.kl-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.kl-order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.kl-order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.kl-order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.kl-order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.kl-order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.kl-order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.kl-offset-1 {
  margin-left: 8.33333%;
}

.kl-offset-2 {
  margin-left: 16.66667%;
}

.kl-offset-3 {
  margin-left: 25%;
}

.kl-offset-4 {
  margin-left: 33.33333%;
}

.kl-offset-5 {
  margin-left: 41.66667%;
}

.kl-offset-6 {
  margin-left: 50%;
}

.kl-offset-7 {
  margin-left: 58.33333%;
}

.kl-offset-8 {
  margin-left: 66.66667%;
}

.kl-offset-9 {
  margin-left: 75%;
}

.kl-offset-10 {
  margin-left: 83.33333%;
}

.kl-offset-11 {
  margin-left: 91.66667%;
}

.kl-push-1 {
  left: 8.33333%;
}

.kl-push-2 {
  left: 16.66667%;
}

.kl-push-3 {
  left: 25%;
}

.kl-push-4 {
  left: 33.33333%;
}

.kl-push-5 {
  left: 41.66667%;
}

.kl-push-6 {
  left: 50%;
}

.kl-push-7 {
  left: 58.33333%;
}

.kl-push-8 {
  left: 66.66667%;
}

.kl-push-9 {
  left: 75%;
}

.kl-push-10 {
  left: 83.33333%;
}

.kl-push-11 {
  left: 91.66667%;
}

.kl-pull-1 {
  right: 8.33333%;
}

.kl-pull-2 {
  right: 16.66667%;
}

.kl-pull-3 {
  right: 25%;
}

.kl-pull-4 {
  right: 33.33333%;
}

.kl-pull-5 {
  right: 41.66667%;
}

.kl-pull-6 {
  right: 50%;
}

.kl-pull-7 {
  right: 58.33333%;
}

.kl-pull-8 {
  right: 66.66667%;
}

.kl-pull-9 {
  right: 75%;
}

.kl-pull-10 {
  right: 83.33333%;
}

.kl-pull-11 {
  right: 91.66667%;
}

@media (min-width: 576px) {
  .kl-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .kl-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .kl-col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .kl-col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .kl-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kl-col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .kl-col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .kl-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kl-col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .kl-col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .kl-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kl-col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .kl-col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .kl-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kl-order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .kl-order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .kl-order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .kl-order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .kl-order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .kl-order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .kl-order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .kl-order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .kl-order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .kl-order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .kl-order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .kl-order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .kl-offset-sm-0 {
    margin-left: 0%;
  }

  .kl-offset-sm-1 {
    margin-left: 8.33333%;
  }

  .kl-offset-sm-2 {
    margin-left: 16.66667%;
  }

  .kl-offset-sm-3 {
    margin-left: 25%;
  }

  .kl-offset-sm-4 {
    margin-left: 33.33333%;
  }

  .kl-offset-sm-5 {
    margin-left: 41.66667%;
  }

  .kl-offset-sm-6 {
    margin-left: 50%;
  }

  .kl-offset-sm-7 {
    margin-left: 58.33333%;
  }

  .kl-offset-sm-8 {
    margin-left: 66.66667%;
  }

  .kl-offset-sm-9 {
    margin-left: 75%;
  }

  .kl-offset-sm-10 {
    margin-left: 83.33333%;
  }

  .kl-offset-sm-11 {
    margin-left: 91.66667%;
  }

  .kl-push-sm-0 {
    left: auto;
  }

  .kl-push-sm-1 {
    left: 8.33333%;
  }

  .kl-push-sm-2 {
    left: 16.66667%;
  }

  .kl-push-sm-3 {
    left: 25%;
  }

  .kl-push-sm-4 {
    left: 33.33333%;
  }

  .kl-push-sm-5 {
    left: 41.66667%;
  }

  .kl-push-sm-6 {
    left: 50%;
  }

  .kl-push-sm-7 {
    left: 58.33333%;
  }

  .kl-push-sm-8 {
    left: 66.66667%;
  }

  .kl-push-sm-9 {
    left: 75%;
  }

  .kl-push-sm-10 {
    left: 83.33333%;
  }

  .kl-push-sm-11 {
    left: 91.66667%;
  }

  .kl-pull-sm-0 {
    right: auto;
  }

  .kl-pull-sm-1 {
    right: 8.33333%;
  }

  .kl-pull-sm-2 {
    right: 16.66667%;
  }

  .kl-pull-sm-3 {
    right: 25%;
  }

  .kl-pull-sm-4 {
    right: 33.33333%;
  }

  .kl-pull-sm-5 {
    right: 41.66667%;
  }

  .kl-pull-sm-6 {
    right: 50%;
  }

  .kl-pull-sm-7 {
    right: 58.33333%;
  }

  .kl-pull-sm-8 {
    right: 66.66667%;
  }

  .kl-pull-sm-9 {
    right: 75%;
  }

  .kl-pull-sm-10 {
    right: 83.33333%;
  }

  .kl-pull-sm-11 {
    right: 91.66667%;
  }
}

@media (min-width: 768px) {
  .kl-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .kl-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .kl-col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .kl-col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .kl-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kl-col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .kl-col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .kl-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kl-col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .kl-col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .kl-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kl-col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .kl-col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .kl-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kl-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .kl-order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .kl-order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .kl-order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .kl-order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .kl-order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .kl-order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .kl-order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .kl-order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .kl-order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .kl-order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .kl-order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .kl-offset-md-0 {
    margin-left: 0%;
  }

  .kl-offset-md-1 {
    margin-left: 8.33333%;
  }

  .kl-offset-md-2 {
    margin-left: 16.66667%;
  }

  .kl-offset-md-3 {
    margin-left: 25%;
  }

  .kl-offset-md-4 {
    margin-left: 33.33333%;
  }

  .kl-offset-md-5 {
    margin-left: 41.66667%;
  }

  .kl-offset-md-6 {
    margin-left: 50%;
  }

  .kl-offset-md-7 {
    margin-left: 58.33333%;
  }

  .kl-offset-md-8 {
    margin-left: 66.66667%;
  }

  .kl-offset-md-9 {
    margin-left: 75%;
  }

  .kl-offset-md-10 {
    margin-left: 83.33333%;
  }

  .kl-offset-md-11 {
    margin-left: 91.66667%;
  }

  .kl-push-md-0 {
    left: auto;
  }

  .kl-push-md-1 {
    left: 8.33333%;
  }

  .kl-push-md-2 {
    left: 16.66667%;
  }

  .kl-push-md-3 {
    left: 25%;
  }

  .kl-push-md-4 {
    left: 33.33333%;
  }

  .kl-push-md-5 {
    left: 41.66667%;
  }

  .kl-push-md-6 {
    left: 50%;
  }

  .kl-push-md-7 {
    left: 58.33333%;
  }

  .kl-push-md-8 {
    left: 66.66667%;
  }

  .kl-push-md-9 {
    left: 75%;
  }

  .kl-push-md-10 {
    left: 83.33333%;
  }

  .kl-push-md-11 {
    left: 91.66667%;
  }

  .kl-pull-md-0 {
    right: auto;
  }

  .kl-pull-md-1 {
    right: 8.33333%;
  }

  .kl-pull-md-2 {
    right: 16.66667%;
  }

  .kl-pull-md-3 {
    right: 25%;
  }

  .kl-pull-md-4 {
    right: 33.33333%;
  }

  .kl-pull-md-5 {
    right: 41.66667%;
  }

  .kl-pull-md-6 {
    right: 50%;
  }

  .kl-pull-md-7 {
    right: 58.33333%;
  }

  .kl-pull-md-8 {
    right: 66.66667%;
  }

  .kl-pull-md-9 {
    right: 75%;
  }

  .kl-pull-md-10 {
    right: 83.33333%;
  }

  .kl-pull-md-11 {
    right: 91.66667%;
  }
}

@media (min-width: 992px) {
  .kl-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .kl-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .kl-col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .kl-col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .kl-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kl-col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .kl-col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .kl-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kl-col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .kl-col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .kl-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kl-col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .kl-col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .kl-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kl-order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .kl-order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .kl-order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .kl-order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .kl-order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .kl-order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .kl-order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .kl-order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .kl-order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .kl-order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .kl-order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .kl-order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .kl-offset-lg-0 {
    margin-left: 0%;
  }

  .kl-offset-lg-1 {
    margin-left: 8.33333%;
  }

  .kl-offset-lg-2 {
    margin-left: 16.66667%;
  }

  .kl-offset-lg-3 {
    margin-left: 25%;
  }

  .kl-offset-lg-4 {
    margin-left: 33.33333%;
  }

  .kl-offset-lg-5 {
    margin-left: 41.66667%;
  }

  .kl-offset-lg-6 {
    margin-left: 50%;
  }

  .kl-offset-lg-7 {
    margin-left: 58.33333%;
  }

  .kl-offset-lg-8 {
    margin-left: 66.66667%;
  }

  .kl-offset-lg-9 {
    margin-left: 75%;
  }

  .kl-offset-lg-10 {
    margin-left: 83.33333%;
  }

  .kl-offset-lg-11 {
    margin-left: 91.66667%;
  }

  .kl-push-lg-0 {
    left: auto;
  }

  .kl-push-lg-1 {
    left: 8.33333%;
  }

  .kl-push-lg-2 {
    left: 16.66667%;
  }

  .kl-push-lg-3 {
    left: 25%;
  }

  .kl-push-lg-4 {
    left: 33.33333%;
  }

  .kl-push-lg-5 {
    left: 41.66667%;
  }

  .kl-push-lg-6 {
    left: 50%;
  }

  .kl-push-lg-7 {
    left: 58.33333%;
  }

  .kl-push-lg-8 {
    left: 66.66667%;
  }

  .kl-push-lg-9 {
    left: 75%;
  }

  .kl-push-lg-10 {
    left: 83.33333%;
  }

  .kl-push-lg-11 {
    left: 91.66667%;
  }

  .kl-pull-lg-0 {
    right: auto;
  }

  .kl-pull-lg-1 {
    right: 8.33333%;
  }

  .kl-pull-lg-2 {
    right: 16.66667%;
  }

  .kl-pull-lg-3 {
    right: 25%;
  }

  .kl-pull-lg-4 {
    right: 33.33333%;
  }

  .kl-pull-lg-5 {
    right: 41.66667%;
  }

  .kl-pull-lg-6 {
    right: 50%;
  }

  .kl-pull-lg-7 {
    right: 58.33333%;
  }

  .kl-pull-lg-8 {
    right: 66.66667%;
  }

  .kl-pull-lg-9 {
    right: 75%;
  }

  .kl-pull-lg-10 {
    right: 83.33333%;
  }

  .kl-pull-lg-11 {
    right: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .kl-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .kl-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .kl-col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .kl-col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .kl-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kl-col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .kl-col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .kl-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kl-col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .kl-col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .kl-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kl-col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .kl-col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .kl-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kl-order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .kl-order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .kl-order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .kl-order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .kl-order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .kl-order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .kl-order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .kl-order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .kl-order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .kl-order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .kl-order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .kl-order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .kl-offset-xl-0 {
    margin-left: 0%;
  }

  .kl-offset-xl-1 {
    margin-left: 8.33333%;
  }

  .kl-offset-xl-2 {
    margin-left: 16.66667%;
  }

  .kl-offset-xl-3 {
    margin-left: 25%;
  }

  .kl-offset-xl-4 {
    margin-left: 33.33333%;
  }

  .kl-offset-xl-5 {
    margin-left: 41.66667%;
  }

  .kl-offset-xl-6 {
    margin-left: 50%;
  }

  .kl-offset-xl-7 {
    margin-left: 58.33333%;
  }

  .kl-offset-xl-8 {
    margin-left: 66.66667%;
  }

  .kl-offset-xl-9 {
    margin-left: 75%;
  }

  .kl-offset-xl-10 {
    margin-left: 83.33333%;
  }

  .kl-offset-xl-11 {
    margin-left: 91.66667%;
  }

  .kl-push-xl-0 {
    left: auto;
  }

  .kl-push-xl-1 {
    left: 8.33333%;
  }

  .kl-push-xl-2 {
    left: 16.66667%;
  }

  .kl-push-xl-3 {
    left: 25%;
  }

  .kl-push-xl-4 {
    left: 33.33333%;
  }

  .kl-push-xl-5 {
    left: 41.66667%;
  }

  .kl-push-xl-6 {
    left: 50%;
  }

  .kl-push-xl-7 {
    left: 58.33333%;
  }

  .kl-push-xl-8 {
    left: 66.66667%;
  }

  .kl-push-xl-9 {
    left: 75%;
  }

  .kl-push-xl-10 {
    left: 83.33333%;
  }

  .kl-push-xl-11 {
    left: 91.66667%;
  }

  .kl-pull-xl-0 {
    right: auto;
  }

  .kl-pull-xl-1 {
    right: 8.33333%;
  }

  .kl-pull-xl-2 {
    right: 16.66667%;
  }

  .kl-pull-xl-3 {
    right: 25%;
  }

  .kl-pull-xl-4 {
    right: 33.33333%;
  }

  .kl-pull-xl-5 {
    right: 41.66667%;
  }

  .kl-pull-xl-6 {
    right: 50%;
  }

  .kl-pull-xl-7 {
    right: 58.33333%;
  }

  .kl-pull-xl-8 {
    right: 66.66667%;
  }

  .kl-pull-xl-9 {
    right: 75%;
  }

  .kl-pull-xl-10 {
    right: 83.33333%;
  }

  .kl-pull-xl-11 {
    right: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .kl-col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .kl-col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .kl-col-hd-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .kl-col-hd-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .kl-col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .kl-col-hd-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .kl-col-hd-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .kl-col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kl-col-hd-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .kl-col-hd-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .kl-col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .kl-col-hd-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .kl-col-hd-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .kl-col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kl-order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .kl-order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .kl-order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .kl-order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .kl-order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .kl-order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .kl-order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .kl-order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .kl-order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .kl-order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .kl-order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .kl-order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .kl-offset-hd-0 {
    margin-left: 0%;
  }

  .kl-offset-hd-1 {
    margin-left: 8.33333%;
  }

  .kl-offset-hd-2 {
    margin-left: 16.66667%;
  }

  .kl-offset-hd-3 {
    margin-left: 25%;
  }

  .kl-offset-hd-4 {
    margin-left: 33.33333%;
  }

  .kl-offset-hd-5 {
    margin-left: 41.66667%;
  }

  .kl-offset-hd-6 {
    margin-left: 50%;
  }

  .kl-offset-hd-7 {
    margin-left: 58.33333%;
  }

  .kl-offset-hd-8 {
    margin-left: 66.66667%;
  }

  .kl-offset-hd-9 {
    margin-left: 75%;
  }

  .kl-offset-hd-10 {
    margin-left: 83.33333%;
  }

  .kl-offset-hd-11 {
    margin-left: 91.66667%;
  }

  .kl-push-hd-0 {
    left: auto;
  }

  .kl-push-hd-1 {
    left: 8.33333%;
  }

  .kl-push-hd-2 {
    left: 16.66667%;
  }

  .kl-push-hd-3 {
    left: 25%;
  }

  .kl-push-hd-4 {
    left: 33.33333%;
  }

  .kl-push-hd-5 {
    left: 41.66667%;
  }

  .kl-push-hd-6 {
    left: 50%;
  }

  .kl-push-hd-7 {
    left: 58.33333%;
  }

  .kl-push-hd-8 {
    left: 66.66667%;
  }

  .kl-push-hd-9 {
    left: 75%;
  }

  .kl-push-hd-10 {
    left: 83.33333%;
  }

  .kl-push-hd-11 {
    left: 91.66667%;
  }

  .kl-pull-hd-0 {
    right: auto;
  }

  .kl-pull-hd-1 {
    right: 8.33333%;
  }

  .kl-pull-hd-2 {
    right: 16.66667%;
  }

  .kl-pull-hd-3 {
    right: 25%;
  }

  .kl-pull-hd-4 {
    right: 33.33333%;
  }

  .kl-pull-hd-5 {
    right: 41.66667%;
  }

  .kl-pull-hd-6 {
    right: 50%;
  }

  .kl-pull-hd-7 {
    right: 58.33333%;
  }

  .kl-pull-hd-8 {
    right: 66.66667%;
  }

  .kl-pull-hd-9 {
    right: 75%;
  }

  .kl-pull-hd-10 {
    right: 83.33333%;
  }

  .kl-pull-hd-11 {
    right: 91.66667%;
  }
}

.kl-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.kl-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.kl-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.kl-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.kl-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.kl-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.kl-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.kl-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.kl-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.kl-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.kl-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.kl-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.kl-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.kl-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.kl-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.kl-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.kl-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.kl-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.kl-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.kl-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.kl-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.kl-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.kl-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.kl-align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.kl-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.kl-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.kl-align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.kl-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.kl-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .kl-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .kl-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .kl-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .kl-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .kl-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .kl-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .kl-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .kl-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .kl-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .kl-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .kl-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .kl-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .kl-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .kl-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .kl-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .kl-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .kl-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .kl-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .kl-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .kl-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .kl-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .kl-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .kl-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .kl-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .kl-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .kl-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .kl-align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .kl-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .kl-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .kl-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .kl-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .kl-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .kl-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .kl-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .kl-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .kl-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .kl-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .kl-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .kl-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .kl-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .kl-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .kl-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .kl-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .kl-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .kl-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .kl-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .kl-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .kl-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .kl-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .kl-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .kl-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .kl-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .kl-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .kl-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .kl-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .kl-align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .kl-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .kl-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .kl-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .kl-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .kl-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .kl-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .kl-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .kl-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .kl-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .kl-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .kl-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .kl-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .kl-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .kl-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .kl-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .kl-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .kl-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .kl-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .kl-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .kl-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .kl-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .kl-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .kl-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .kl-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .kl-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .kl-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .kl-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .kl-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .kl-align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .kl-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .kl-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .kl-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .kl-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .kl-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .kl-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .kl-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .kl-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .kl-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .kl-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .kl-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .kl-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .kl-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .kl-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .kl-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .kl-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .kl-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .kl-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .kl-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .kl-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .kl-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .kl-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .kl-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .kl-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .kl-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .kl-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .kl-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .kl-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .kl-align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .kl-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .kl-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .kl-flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .kl-flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .kl-flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .kl-flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .kl-flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .kl-flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .kl-flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .kl-justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .kl-justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .kl-justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .kl-justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .kl-justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .kl-align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .kl-align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .kl-align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .kl-align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .kl-align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .kl-align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .kl-align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .kl-align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .kl-align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .kl-align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .kl-align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .kl-align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .kl-align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .kl-align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .kl-align-self-hd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .kl-align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .kl-align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

.intro {
  padding: 60px 0;
  background: linear-gradient(189.55deg, rgba(217, 201, 229, 0.4) 7.7%, rgba(217, 201, 229, 0.2) 92.82%);
}

@media (min-width: 992px) {
  .intro {
    background: linear-gradient(264.31deg, #D9C9E5 12.18%, #FDFAFF 74.48%);
  }

  .intro .kl-row {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .intro {
    padding: 80px 0;
  }
}

.intro__desc {
  position: relative;
  z-index: 2;
  top: -5px;
  margin: 0 0 50px;
  text-align: center !important;
}

.intro__desc .intro__text {
  text-align: center !important;
}

@media (min-width: 768px) {
  .intro__desc {
    margin: 0;
    text-align: left !important;
  }

  .intro__desc .intro__text {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .intro__desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .intro__desc .intro__title {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 40px;
  }

  .intro__desc .intro__action {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 0 60px !important;
  }

  .intro__desc .intro__action>li {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .intro__desc .intro__action>li:last-child {
    margin: 0;
  }

  .intro__desc .intro__btn {
    height: 62px;
    font-size: 24px;
  }

  .intro__desc .intro__video {
    position: relative;
    display: block;
    margin: 0 auto 40px;
    max-width: 320px;
  }

  .intro__desc .intro__video-image {
    display: block;
    background: #DFD2EA;
    position: relative;
    overflow: hidden;
  }

  .intro__desc .intro__video-image:before {
    content: '';
    float: left;
    padding: 100% 0 0 0;
  }

  .intro__desc .intro__video-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1.18deg, rgba(0, 0, 0, 0.4) 0.75%, rgba(0, 0, 0, 0) 49.76%);
  }

  .intro__desc .intro__video-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .intro__desc .intro__video-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
  }

  .intro__desc .intro__video-icon {
    margin: 0 10px 0 0;
  }

  .intro__desc .intro__video-icon svg {
    width: 88px;
    height: 88px;
  }

  .intro__desc .intro__video-icon svg:nth-of-type(1) {
    display: none;
  }

  .intro__desc .intro__video-icon svg:nth-of-type(2) {
    display: block;
  }

  .intro__desc .intro__video-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .intro__desc .intro__text {
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 40px;
    font-size: 18px;
  }

  .intro__desc .intro__info {
    -ms-flex-order: 4;
    order: 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .intro__desc .intro__info>li {
    padding: 0;
    margin: 0 0 20px;
  }

  .intro__desc .intro__info>li:last-child {
    margin: 0;
  }

  .intro__desc .intro__info-rating .field-name-field-rating .help-block {
    font-size: 16px !important;
  }
}

.intro__title {
  display: block;
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .intro__title {
    font-size: 28px;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .intro__title {
    font-size: 42px;
  }
}

.intro__info {
  margin: 0 -25px -25px !important;
  padding: 0 0 40px !important;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}

.intro__info>li {
  padding: 0 25px 25px;
  margin-bottom: 0 !important;
}
.intro__info>li::before {
  display: none !important;
}

.intro__info-rating .field-name-field-rating {
  margin: 0;
}

.intro__info-rating .field-name-field-rating form.fivestar-widget {
  margin: 0;
}

.intro__info-rating .field-name-field-rating .fivestar-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px 0 0;
}

.intro__info-rating .field-name-field-rating .fivestar-widget .star {
  width: 30px;
  height: 24px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  float: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L15.3856 7.34006L23.4127 8.2918L17.4781 13.7799L19.0534 21.7082L12 17.76L4.94658 21.7082L6.52191 13.7799L0.587322 8.2918L8.61436 7.34006L12 0Z' fill='%23E4E2E4'/%3E%3C/svg%3E%0A");
  background-position: 50% 0;
  background-size: contain;
}

.intro__info-rating .field-name-field-rating .fivestar-widget .star.on {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L15.3856 7.34006L23.4127 8.2918L17.4781 13.7799L19.0534 21.7082L12 17.76L4.94658 21.7082L6.52191 13.7799L0.587322 8.2918L8.61436 7.34006L12 0Z' fill='%23FFDC23'/%3E%3C/svg%3E%0A");
}

.intro__info-rating .field-name-field-rating .fivestar-widget .star.hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L15.3856 7.34006L23.4127 8.2918L17.4781 13.7799L19.0534 21.7082L12 17.76L4.94658 21.7082L6.52191 13.7799L0.587322 8.2918L8.61436 7.34006L12 0Z' fill='%23663F63'/%3E%3C/svg%3E%0A");
}

.intro__info-rating .field-name-field-rating .fivestar-widget .star a {
  background: transparent;
}

.intro__info-rating .field-name-field-rating .help-block {
  font: 400 18px/1.44 'Open Sans', sans-serif !important;
  color: #6D676D !important;
  opacity: 0.8 !important;
  margin: 0 !important;
}

.intro__info-link {
  color: #663F63;
  text-decoration: none;
  transition: opacity 0.25s;
  opacity: 0.5;
}

.intro__info-link:hover {
  text-decoration: none;
  color: #663F63;
  opacity: 1;
}

.intro__text {
  display: block;
  margin: 0 0 50px;
  font-size: calc(24px * 0.8);
  line-height: 1.458;
  font-weight: 400;
  color: #6D676D;
  text-align: left !important;
}

@media (min-width: 1200px) {
  .intro__text {
    font-size: 24px;
  }
}

.intro__action {
  margin: 0 -25px -25px !important;
  padding: 0 !important;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro__action>li {
  padding: 0 25px 25px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-indent: 0 !important;
  margin-bottom: 0 !important;
}
.intro__action>li::before {
  display: none !important;
}
@media (min-width: 768px) {
  .intro__action {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .intro__action>li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.intro__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(62px * 0.8);
  width: auto;
  padding: 10px calc(50px * 0.8);
  background: #C39ED1;
  color: #fff;
  border-radius: 40px 0px;
  font: italic 400 calc(24px * 0.8)/1 "Georgia", serif;
  text-decoration: none;
  transition: color 0.25s, background 0.25s;
}

.intro__btn:hover {
  background: #663F63;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .intro__btn {
    height: 62px;
    padding: 10px 50px;
    font-size: 24px;
  }
}

.intro__video {
  display: block;
  text-decoration: none;
}

.intro__video:hover {
  text-decoration: none;
}

.intro__video-image {
  display: none;
}

.intro__video-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(62px * 0.8);
  font: italic 400 20px/1 'Georgia', serif;
  text-decoration: none;
  color: #663F63;
  transition: color 0.25s;
}

.intro__video-btn:hover {
  text-decoration: none;
  color: #C39ED1;
}

@media (min-width: 1200px) {
  .intro__video-btn {
    height: 62px;
    font-size: 24px;
  }
}

.intro__video-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 25px 0 0;
}

.intro__video-icon svg {
  display: block;
  max-width: none;
  max-height: none;
  width: 92px;
  height: 92px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intro__video-icon svg:nth-of-type(2) {
  display: none;
}

.intro__video-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
}

.intro__image {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  top: -60px;
  left: 5px;
  margin: 0 auto -120px;
  max-width: 420px;
}

.intro__image img {
  display: block;
  max-width: 100%;
}

@media (min-width: 768px) {
  .intro__image {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .intro__image {
    top: -80px;
    margin: 0 auto -160px;
  }
}

@media (max-width: 991px) {
  .intro__image {
    position: relative;
    overflow: hidden;
    background: #DFD2EA;
    position: relative;
    top: 0;
    margin: 0;
    float: right;
    width: 100%;
    max-width: 229px;
  }

  .intro__image:before {
    content: '';
    display: block;
    float: left;
    padding: 100% 0 0 0;
  }

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

@media (max-width: 767px) {
  .intro__image {
    display: none;
  }
}

.exp {
  padding: 60px 0;
}

@media (min-width: 1200px) {
  .exp {
    padding: 80px 0;
  }

  .exp .kl-col-xl-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .exp .kl-col-xl-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.exp__title {
  display: block;
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

.exp__title br {
  display: none;
}

@media (min-width: 768px) {
  .exp__title {
    font-size: 16px;
  }

  .exp__title br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .exp__title {
    display: block;
    font-size: 20px;
  }
}

.exp__desc {
  font: 400 16px/1.44 'Open Sans', sans-serif;
  color: rgba(109, 103, 109, 0.8);
}

.exp__desc ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.exp__desc ul>li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 5px;
}

.exp__desc ul>li:before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 1px;
  width: 7px;
  height: 7px;
  background: #C39ED1;
  border-radius: 50%;
}

.exp__desc ul>li:last-child {
  margin: 0;
}

.exp__desc b {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(195, 158, 209, 0.8);
}

.exp__desc p {
  margin: 0 0 25px;
}

.exp__desc p:last-child {
  margin: 0;
}

/* Мешает на странице врача, прижимает ul к заголовку Биография */
/*.exp__desc p+ul {
  margin-top: -20px;
}*/

.exp__desc dl {
  margin: 0 0 40px;
}

.exp__desc dl:last-child {
  margin: 0;
}

.exp__desc dt {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(195, 158, 209, 0.8);
}

.exp__desc dd {
  margin: 0 0 25px;
}

.exp__desc dd:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .exp__desc {
    font-size: 18px;
  }

  .exp__desc b{
    font-size: 20px;
  }

  .exp__desc dt {
    font-size: 20px;
  }
}

.exp__desc-biography strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(195, 158, 209, 0.8);
}

.exp__desc-biography p:has(strong) {
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .exp__desc-biography strong {
    font-size: 20px;
  }
}

.certificates {
  padding: 60px 0;
  background: #F7F8FA;
}

@media (min-width: 1200px) {
  .certificates {
    padding: 80px 0;
  }

  .certificates .kl-col-xl-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .certificates .kl-col-xl-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.certificates__title {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

.certificates__title br {
  display: none;
}

@media (min-width: 768px) {
  .certificates__title {
    font-size: 16px;
  }

  .certificates__title br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .certificates__title {
    display: block;
    font-size: 20px;
  }
}

.certificates__carousel {
  position: relative;
  padding: 50px 80px 0 0;
  overflow: visible;
}

.certificates__carousel .owl-stage-outer {
  overflow: visible;
}

.certificates__carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.certificates__carousel .owl-nav:before {
  content: '';
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  width: 100%;
  background: #C39ED1;
}

.certificates__carousel .owl-prev,
.certificates__carousel .owl-next {
  margin: 0 0 0 20px;
}

@media (min-width: 768px) {
  .certificates__carousel {
    padding: 50px 0 0 0;
    overflow: hidden;
  }

  .certificates__carousel .owl-stage-outer {
    overflow: hidden;
  }
}

.certificates__carousel-item {
  position: relative;
  background: #ccc;
}

.certificates__carousel-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.certificates__carousel-item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #C39ED1;
  transition: opacity 0.25s;
  opacity: 0;
}

.certificates__carousel-item a:hover:after {
  opacity: 1;
}

.certificates__carousel-item img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.works {
  padding: 60px 0;
}

@media (min-width: 1200px) {
  .works {
    padding: 80px 0;
  }

  .works .kl-col-xl-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .works .kl-col-xl-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.works__title {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

.works__title br {
  display: none;
}

@media (min-width: 768px) {
  .works__title {
    font-size: 16px;
  }

  .works__title br {
    display: block;
  }
}

@media (min-width: 1200px) {
  .works__title {
    display: block;
    font-size: 20px;
  }
}

.works__carousel {
  position: relative;
  padding: 50px 80px 0 0;
  overflow: visible;
}

.works__carousel .owl-stage-outer {
  overflow: visible;
}

.works__carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.works__carousel .owl-nav:before {
  content: '';
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  width: 100%;
  background: #C39ED1;
}

.works__carousel .owl-prev,
.works__carousel .owl-next {
  margin: 0 0 0 20px;
}

@media (min-width: 768px) {
  .works__carousel {
    padding: 50px 0 0 0;
    overflow: hidden;
  }

  .works__carousel .owl-stage-outer {
    overflow: hidden;
  }
}

.works__carousel-item {
  position: relative;
  background: #ccc;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.works__carousel-item a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
}

.works__carousel-item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #C39ED1;
  transition: opacity 0.25s;
  opacity: 0;
}

.works__carousel-item a:hover:after {
  opacity: 1;
}

.works__carousel-item img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -ms-flex: 1;
  flex: 1;
}

.testimonials {
  padding: 60px 0;
  background: #F7F8FA;
}

@media (min-width: 1200px) {
  .testimonials {
    padding: 80px 0;
  }

  .testimonials .kl-col-xl-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .testimonials .kl-col-xl-8 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.testimonials__title {
  display: block;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

.testimonials__title br {
  display: none;
}

@media (min-width: 768px) {
  .testimonials__title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .testimonials__title {
    display: block;
    font-size: 20px;
  }
}

.testimonials__text {
  display: block;
  margin: 0 0 20px;
  font: 700 16px/1.44 'Open Sans', sans-serif;
  color: #C39ED1;
}

@media (min-width: 1200px) {
  .testimonials__text {
    font-size: 18px;
  }
}

.testimonials__carousel {
  position: relative;
  padding: 40px 0 0 0;
  border-bottom: 1px solid #C39ED1;
}

.testimonials__carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__carousel .owl-nav:before {
  content: '';
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  width: 100%;
  background: #C39ED1;
}

.testimonials__carousel .owl-prev,
.testimonials__carousel .owl-next {
  margin: 0 0 0 20px;
}

.testimonials__carousel-item {
  position: relative;
  background: #F7F8FA;
  padding: 0 0 40px 60px;
  font: italic 400 16px/1.44 'Open Sans', sans-serif;
  color: rgba(109, 103, 109, 0.8);
}

.testimonials__carousel-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.23817 31.3777V29.1488C11.9601 24.6909 13.123 19.2639 13.4137 16.4535C13.7044 13.6431 11.1848 11.9957 10.1188 12.0926C9.05276 12.1895 8.95585 12.7709 7.21149 13.2555C3.5289 14.3215 -0.832049 10.7359 0.137052 5.69653C1.10615 0.657204 7.01767 -1.08718 11.9601 0.657203C16.9025 2.40158 20.9727 10.0575 17.5809 19.7485C14.8674 27.5013 6.88845 30.7316 3.23817 31.3777Z' fill='%23C39ED1'/%3E%3Cpath d='M27.4088 31.3777V29.1488C36.1307 24.6909 37.2936 19.2639 37.5844 16.4535C37.8751 13.6431 35.3554 11.9957 34.2894 12.0926C33.2234 12.1895 33.1265 12.7709 31.3821 13.2555C27.6996 14.3215 23.3386 10.7359 24.3077 5.69653C25.2768 0.657204 31.1883 -1.08718 36.1307 0.657203C41.0731 2.40158 45.1434 10.0575 41.7515 19.7485C39.038 27.5013 31.0591 30.7316 27.4088 31.3777Z' fill='%23C39ED1'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials__carousel-item p {
  margin: 0 0 10px;
}

.testimonials__carousel-item p:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .testimonials__carousel-item {
    font-size: 18px;
  }
}

.kl-container-fluid {
  padding: 0 20px;
  max-width: calc(1215px + 20px * 2);
}

.panel-reception .pane-content,
.panel-doctors .pane-content {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.panel-doctors .view {
  width: 100% !important;
}

.nav-primary__social .bvi-open {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #663F63;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .other__carousel .views-row {
    max-width: 100% !important;
  }

  .other__carousel .views-row .views-field-field-image {
    width: 45% !important;
  }

  .other__carousel .views-row .views_fieldsets {
    width: 55% !important;
  }
}

/* ----------- */
.ui-tooltip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #c39ed1;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='10' viewBox='0 0 4 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M3.5 9.5H0.683071V9.10792C0.773622 9.1 0.866142 9.09208 0.96063 9.08416C1.05906 9.07624 1.1437 9.0604 1.21457 9.03663C1.3248 9.00099 1.40551 8.9396 1.45669 8.85248C1.51181 8.76139 1.53937 8.64455 1.53937 8.50198V4.88416C1.53937 4.75743 1.50984 4.64257 1.45079 4.5396C1.39567 4.43267 1.31693 4.34356 1.21457 4.27228C1.13976 4.22475 1.0315 4.18515 0.889764 4.15347C0.748031 4.11782 0.61811 4.09604 0.5 4.08812V3.70198L2.55512 3.57129L2.6378 3.65446V8.43069C2.6378 8.56931 2.66339 8.68416 2.71457 8.77525C2.76969 8.86634 2.85433 8.93366 2.9685 8.97723C3.05512 9.01287 3.13976 9.04257 3.22244 9.06634C3.30512 9.08614 3.39764 9.1 3.5 9.10792V9.5ZM2.75591 1.2604C2.75591 1.48614 2.6811 1.68416 2.5315 1.85446C2.38583 2.02079 2.20472 2.10396 1.98819 2.10396C1.7874 2.10396 1.6122 2.02475 1.4626 1.86634C1.31693 1.70396 1.24409 1.5198 1.24409 1.31386C1.24409 1.09604 1.31693 0.905941 1.4626 0.743564C1.6122 0.581188 1.7874 0.5 1.98819 0.5C2.2126 0.5 2.39567 0.577228 2.5374 0.731683C2.68307 0.882178 2.75591 1.05842 2.75591 1.2604Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-size: auto 10px;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s;
}

.ui-tooltip:hover {
  background-color: #663F63;
}

.ui-tooltip.is-open .ui-tooltip__offcanvas {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ui-tooltip__toggle {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.ui-tooltip__offcanvas {
  position: absolute;
  top: 100%;
  right: -16px;
  z-index: 1000;
  width: 312px;
  max-width: calc(100vw - 40px - 16px);
  padding: 16px;
  margin: 16px 0 0;
  background: #F5F1F5;
  box-shadow: 0px 4px 8px 0px rgba(96, 53, 91, 0.2), 0px -1px 2px 0px rgba(102, 63, 99, 0.1);
  display: block;
  font: 400 14px/1.3 'Open Sans', sans-serif;
  white-space: normal;
  text-align: left;
  color: rgba(109, 103, 109, 0.8);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  display: block;
  cursor: initial;
}

.ui-tooltip__offcanvas:before {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  bottom: 100%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F5F1F5;
  margin: 0 1px 0 0;
}

.ui-tooltip__offcanvas strong {
  display: block;
  margin: 0 0 16px;
  color: rgba(102, 63, 99, 0.8);
  font-weight: 600;
}

.ui-tooltip__offcanvas ul {
  margin: 0 0 16px !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

.ui-tooltip__offcanvas ul:last-child {
  margin: 0 !important;
}

.ui-tooltip__offcanvas ul>li {
  position: relative !important;
  padding: 0 0 0 16px !important;
  margin: 0 0 8px !important;
  text-indent: 0 !important;
  line-height: 1.3 !important;
  font-size: inherit !important;
}

.ui-tooltip__offcanvas ul>li:last-child {
  margin: 0 !important;
}

.ui-tooltip__offcanvas ul>li::before {
  content: '•' !important;
  display: block;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background-color: unset !important;
  width: unset !important;
  height: unset !important;
  border-radius: unset !important;
}

.ui-tooltip__offcanvas p {
  margin: 0 0 16px;
  text-align: left !important;
}

.ui-tooltip__offcanvas p:last-child {
  margin: 0;
}

.ui-tooltip__offcanvas a {
  text-decoration: none;
  color: #6d676d;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.ui-tooltip__offcanvas a:hover {
  text-decoration: none;
  color: #C39ED1;
}

@media (min-width: 768px) {
  .ui-tooltip__offcanvas {
    padding: 24px 25px;
    width: 342px;
  }
}

@media (min-width: 1200px) {
  .ui-tooltip__offcanvas {
    width: 392px;
    font-size: 16px;
  }
}

/* ----------- */
.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  padding: 10px 20px;
  border-radius: 40px 0px;
  background: #C39ED1;
  color: #fff;
  text-decoration: none;
  min-height: 62px;
  border: none;
  font: italic 400 24px/1 'Georgia', serif;
  text-align: center;
  transition: color 0.25s, background 0.25s;
}

.ui-btn:hover {
  background: #663F63;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .ui-btn {
    min-height: 46px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .ui-btn {
    font-size: 21px;
    padding: 10px 30px;
    min-height: 58px;
  }
}

.ui-btn--fullwidth {
  width: 100%;
}

/* ----------- */
.swiper-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .swiper-control {
    -ms-flex-align: center;
    align-items: center;
  }
}

.swiper-caption {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 700;
  text-transform: none;
  color: #C39ED1;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .swiper-caption {
    font-size: 14px;
  }

  .swiper-caption br {
    display: none;
  }
}

@media (min-width: 1200px) {
  .swiper-caption {
    margin: 0 12px 0 0;
  }
}

.swiper-prev,
.swiper-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9px;
  height: 18px;
  margin: 0 0 0 40px;
  position: relative;
  z-index: 100;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #663F63;
}

.swiper-prev svg,
.swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-prev:before,
.swiper-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  z-index: -1;
  border-radius: 50%;
  transition: background 0.25s;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-prev:hover:before,
.swiper-next:hover:before {
  background: #EDE6F2;
}

@media (min-width: 1200px) {

  .swiper-prev,
  .swiper-next {
    margin: 0 0 0 22px;
  }
}

.swiper-shadow {
  z-index: 100;
  pointer-events: none;
  height: 100%;
  width: 30%;
}

.swiper-shadow.swiper-button-disabled {
  opacity: 0;
}

@media (max-width: 1199px) {
  .swiper-shadow {
    opacity: 0;
    visibility: hidden;
  }
}

.swiper-shadow-prev {
  position: absolute;
  top: 0;
  left: -20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper-shadow-next {
  position: absolute;
  top: 0;
  right: -20px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper-implants,
.swiper-prosthetics {
  position: relative;
}

.swiper-implants .swiper,
.swiper-prosthetics .swiper {
  overflow: visible;
}

.swiper-implants .swiper-slide,
.swiper-prosthetics .swiper-slide {
  height: auto;
}

@media (min-width: 768px) {

  .swiper-implants .swiper,
  .swiper-prosthetics .swiper {
    overflow: hidden;
  }
}

@media (min-width: 1200px) {

  .swiper-implants .swiper,
  .swiper-prosthetics .swiper {
    padding-bottom: 20px;
  }
}

.swiper-prosthetics {
  position: relative;
}

.swiper-prosthetics .swiper-control {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 20px;
}

.swiper-prosthetics .swiper-shadow-prev {
  background: linear-gradient(90deg, #f7f8fa 0%, rgba(247, 248, 250, 0) 100%);
}

.swiper-prosthetics .swiper-shadow-next {
  background: linear-gradient(270deg, #f7f8fa 0%, rgba(247, 248, 250, 0) 100%);
}

/* ----------- */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.fancybox-content {
  padding: 0;
  background: none;
  overflow: visible;
}

.fancyvox-slide,
.fancybox-slide--html,
.fancybox-slide--image,
.fancybox-slide--video {
  padding: 60px 20px 40px;
}

.fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  width: 18px;
  height: 18px;
  opacity: 0.3;
  color: #fff;
  transition: opacity 0.25s;
}

.fancybox-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-close:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-type-inline .fancybox-infobar,
.fancybox-type-inline .fancybox-toolbar {
  display: none;
}

.fancybox-slide--image .fancybox-close,
.fancybox-slide--video .fancybox-close {
  display: none;
}

.fancybox-close {
  padding: 0;
  border: none;
  background: none;
}

.popup {
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
  border-radius: 14px;
  color: #fff;
  width: 100%;
  max-width: 662px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1200px) {
  .popup {
    padding: 60px 60px 40px;
  }
}

.popup__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 123px;
  height: 123px;
  margin: 0 auto -60px;
  top: -90px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.popup__image img {
  display: block;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__title {
  display: block;
  margin: 0 0 10px;
  font: 400 28px/1.36 'TrajanPro3-Regular', serif;
}

.popup__text {
  display: block;
  margin: 0 auto 30px;
  max-width: 450px;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 400;
  opacity: 0.5;
}

.popup__form .row {
  -ms-flex-align: center;
  align-items: center;
}

.popup__form .ui-placeholder {
  margin: 0 0 20px;
}

.popup__form .ui-confirm {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px;
}

.popup__form .ui-confirm a {
  color: #C39ED1;
  text-decoration: underline;
  transition: color 0.25s;
}

.popup__form .ui-confirm a:hover {
  text-decoration: underline;
  color: #9E6E9A;
}

.popup__form .ui-btn {
  margin: 0 0 20px;
}

.ui-validate {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  text-indent: -9999px;
}

.ui-placeholder {
  position: relative;
  margin: 0 0 20px;
  text-align: left;
}

.ui-placeholder.is-open .ui-placeholder__select .selectric .label,
.ui-placeholder.is-changed .ui-placeholder__select .selectric .label {
  opacity: 1;
}

.ui-placeholder.is-open .ui-placeholder__label,
.ui-placeholder.is-changed .ui-placeholder__label {
  -ms-transform: scale(0.75) translate(0, -8px);
  transform: scale(0.75) translate(0, -8px);
}

.ui-placeholder.is-error .ui-placeholder__input,
.ui-placeholder.is-error .ui-placeholder__textarea {
  border-color: #F53839;
  box-shadow: inset 0 0 0 1px #F53839;
}

.ui-placeholder.is-valid .ui-placeholder__input,
.ui-placeholder.is-valid .ui-placeholder__textarea {
  border-color: #96F538;
}

.ui-placeholder__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #6D676D;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  transition: .25s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-transform-origin: 20px 0;
  transform-origin: 20px 0;
  pointer-events: none;
  opacity: 0.5;
}

.ui-placeholder__label sup {
  color: #3EB6DF;
}

.ui-placeholder__input,
.ui-placeholder__textarea {
  display: block;
  transition: .25s;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  font: 400 20px/28px 'Open Sans', sans-serif;
  padding: 20px 20px 10px !important;
  color: #000 !important;
  margin: 0;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow: none;
  border-radius: 4px;
  height: 60px !important;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.ui-placeholder__input[readonly],
.ui-placeholder__textarea[readonly] {
  pointer-events: none;
}

.ui-placeholder__input:disabled,
.ui-placeholder__textarea:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}

.ui-placeholder__input:-ms-input-placeholder,
.ui-placeholder__textarea:-ms-input-placeholder {
  color: transparent;
}

.ui-placeholder__input::placeholder,
.ui-placeholder__textarea::placeholder {
  color: transparent !important;
}

.ui-placeholder__input:focus,
.ui-placeholder__textarea:focus {
  border-color: #C39ED1;
  box-shadow: 0 0 0 1px #C39ED1;
}

.ui-placeholder__input:focus~.ui-placeholder__label,
.ui-placeholder__textarea:focus~.ui-placeholder__label,
.ui-placeholder__input:not(:placeholder-shown)~.ui-placeholder__label,
.ui-placeholder__textarea:not(:placeholder-shown)~.ui-placeholder__label {
  -ms-transform: scale(0.75) translate(0, -8px);
  transform: scale(0.75) translate(0, -8px);
}

@media (min-width: 1200px) {

  .ui-placeholder__input,
  .ui-placeholder__textarea {
    font-size: 16px;
  }
}

.ui-placeholder__textarea {
  transition: box-shadow 0.25s;
  max-width: 100%;
  min-height: 120px;
  height: 120px;
  min-width: 100%;
}

.kl-intro {
  padding: 60px 0 50px;
  background: linear-gradient(189.55deg, rgba(217, 201, 229, 0.4) 7.7%, rgba(217, 201, 229, 0.2) 92.82%);
  text-align: center;
}

@media (min-width: 768px) {
  .kl-intro {
    background: linear-gradient(178deg, rgba(217, 201, 229, 0.4) 0%, rgba(217, 201, 229, 0.2) 100%);
    padding: 60px 0;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .kl-intro {
    padding: 90px 0;
    background: linear-gradient(212deg, #D9C9E5 0%, #FDFAFF 100%);
  }

  .kl-intro .kl-row {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.kl-intro__title {
  display: block;
  margin: 0 0 53px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .kl-intro__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 48px;
  }
}

@media (min-width: 1200px) {
  .kl-intro__title {
    font-size: 42px;
    margin: 0 -30px 60px 0;
  }

  .kl-intro__title br {
    display: none;
  }
}

.kl-intro__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #6D676D;
  text-align: left !important;
}

@media (max-width: 767px) {
  .kl-intro__list {
    text-align: center !important;
  }
  .kl-intro__list>li::before {
    display: none;
  }
}

.kl-intro__list>li {
  margin: 0 0 18px;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
  text-align: inherit !important;
}

.kl-intro__list>li::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.kl-intro__list>li:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .kl-intro__list {
    font-size: 18px;
  }

  .kl-intro__list>li {
    margin: 0 0 16px;
  }

  .kl-intro__list>li:last-child {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .kl-intro__list {
    font-size: 24px;
  }

  .kl-intro__list>li {
    margin: 0 0 18px;
  }

  .kl-intro__list>li:last-child {
    margin: 0;
  }
}

.kl-intro__image {
  display: block;
  margin: 0 0 50px;
  background: #DFD2EA;
}

.kl-intro__image img {
  display: block;
  max-width: 100%;
}

@media (min-width: 768px) {
  .kl-intro__image {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .kl-intro__image {
    position: relative;
    top: -90px;
    margin: 0 -80px -180px;
    background: none;
  }

  .kl-intro__image img {
    width: 514px;
  }
}

.kl-txt {
  background: #fff;
  padding: 50px 0 60px;
}

@media (min-width: 768px) {
  .kl-txt {
    padding: 60px 0;
  }
}

@media (min-width: 1200px) {
  .kl-txt {
    padding: 100px 0;
  }

  .kl-txt .kl-row {
    margin: 0 -22px;
  }

  .kl-txt .kl-row>[class^="kl-col"] {
    padding: 0 22px;
  }
}

.kl-txt__title {
  display: block;
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .kl-txt__title {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .kl-txt__title {
    font-size: 24px;
    margin: 0 0 24px;
  }
}

.kl-txt__video {
  display: block;
  margin: 0 0 40px;
  position: relative;
  background: #eeeeee;
  aspect-ratio: 335 / 227;
}

@media (min-width: 768px) {
  .kl-txt__video {
    margin: 0;
    min-height: 260px;
    height: 100%;
    aspect-ratio: unset;
  }
}

@media (min-width: 1200px) {
  .kl-txt__video {
    min-height: 320px;
    margin: 0 -22px 0 0;
  }
}

.kl-txt__video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.kl-txt__video-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.kl-txt__video-icon {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -40px 0 0 -40px;
}

.kl-txt__video-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .kl-txt__video-icon {
    width: 92px;
    height: 92px;
    margin: -46px 0 0 -46px;
  }
}

@media (min-width: 1200px) {
  .kl-txt__desc {
    margin: 0 0 0 22px;
  }
}

.kl-txt__text {
  display: block;
  margin: 0 0 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #C39ED1;
  opacity: 0.8;
  text-align: left !important;
}

@media (min-width: 768px) {
  .kl-txt__text {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .kl-txt__text {
    margin: 0 0 56px;
    font-size: 18px;
    max-width: 520px;
  }
}

.kl-txt__blockquote {
  position: relative;
  background: none;
  border: none;
  border-top: 1px solid #C39ED1;
  border-bottom: 1px solid #C39ED1;
  padding: 24px 0 24px 50px;
  margin: 0;
  font: italic 400 14px/1.4 'Open Sans', sans-serif;
  color: rgba(109, 103, 109, 0.8);
}

.kl-txt__blockquote:before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 30px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25919 22.0001V20.4373C8.34425 17.3117 9.15557 13.5066 9.35841 11.5362C9.56124 9.56569 7.80334 8.41059 7.05961 8.47854C6.31588 8.54649 6.24827 8.95417 5.03127 9.29391C2.46203 10.0413 -0.580499 7.5273 0.0956175 3.99405C0.771734 0.46079 4.89605 -0.76226 8.34424 0.46079C11.7924 1.68384 14.6321 7.05167 12.2657 13.8464C10.3726 19.2822 4.8059 21.5471 2.25919 22.0001Z' fill='%23C39ED1'/%3E%3Cpath d='M19.1225 22.0001V20.4373C25.2075 17.3117 26.0189 13.5066 26.2217 11.5362C26.4245 9.56569 24.6666 8.41059 23.9229 8.47854C23.1792 8.54649 23.1116 8.95417 21.8946 9.29391C19.3253 10.0413 16.2828 7.5273 16.9589 3.99405C17.635 0.46079 21.7593 -0.76226 25.2075 0.46079C28.6557 1.68384 31.4954 7.05167 29.129 13.8464C27.2359 19.2822 21.6692 21.5471 19.1225 22.0001Z' fill='%23C39ED1'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.kl-txt__blockquote p {
  margin: 0 0 10px;
}

.kl-txt__blockquote p:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .kl-txt__blockquote {
    font-size: 18px;
    padding: 36px 0 36px 77px;
  }

  .kl-txt__blockquote:before {
    width: 43px;
    height: 32px;
    top: 40px;
  }
}

.kl-prices {
  padding: 60px 0;
  background: #F7F8FA;
}

@media (min-width: 768px) {
  .kl-prices {
    padding: 60px 0 68px;
  }
}

@media (min-width: 1200px) {
  .kl-prices {
    padding: 96px 0;
  }
}

.kl-prices__title {
  display: block;
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .kl-prices__title {
    margin: 0 0 34px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .kl-prices__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 30px;
  }
}

.kl-prices__grid {
  margin: 0 0 40px !important;
  padding: 0 !important;
  list-style: none !important;
}

.new-page .kl-prices__item-content ul > li {
  position: relative;
}
.new-page .kl-prices__item-content ul > li:before {
  content: "" !important;
  display: block;
  position: absolute !important;
  top: 0.5em !important;
  left: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #C39ED1;
}

.kl-prices__grid>li {
  margin: 0 0 10px !important;
}

.kl-prices__grid>li:first-child .kl-prices__item-toggle {
  border-radius: 30px 0px 0px 0px;
}

.kl-prices__grid>li:last-child {
  margin: 0;
}

.kl-prices__grid>li:last-child .kl-prices__item-toggle {
  border-radius: 0px 0px 30px 0px;
}

.kl-prices__grid>li::before{
  display: none;
}

@media (min-width: 768px) {
  .kl-prices__grid {
    margin: 0 -10px -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kl-prices__grid>li {
    padding: 0 10px 20px;
    margin: 0 !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .kl-prices__grid>li:nth-of-type(even) .kl-prices__item-toggle,
  .kl-prices__grid>li:nth-of-type(even) .kl-prices__item-btn {
    border-radius: 0px 40px 0px 0px;
  }

  .kl-prices__grid>li:nth-of-type(even) .kl-prices__item-content {
    margin-left: calc(-100% - 20px);
  }

  .kl-prices__grid>li:nth-of-type(odd) .kl-prices__item-toggle,
  .kl-prices__grid>li:nth-of-type(odd) .kl-prices__item-btn {
    border-radius: 40px 0px 0px 0px;
  }

  .kl-prices__grid>li:nth-of-type(odd) .kl-prices__item-content {
    margin-right: calc(-100% - 20px);
  }
}

.kl-prices__item {
  margin: 0 0 10px;
}

.kl-prices__item:last-child {
  margin: 0;
}

.kl-prices__item.is-open .kl-prices__item-toggle {
  background: #C39ED1;
  color: #fff;
}

.kl-prices__item.is-open .kl-prices__item-arrow {
  background: #fff;
  color: #60355B;
}

.kl-prices__item.is-open .kl-prices__item-arrow svg path:nth-of-type(1) {
  opacity: 0;
}

@media (min-width: 768px) {
  .kl-prices__item {
    margin: 0 0 20px;
  }

  .kl-prices__item:last-child {
    margin: 0;
  }
}

.kl-prices__item-toggle,
.kl-prices__item-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  min-height: 54px;
  background: #fff;
  color: #6D676D;
  cursor: pointer;
  transition: color 0.25s, background 0.25s;
  text-indent: 0 !important;
  text-align: left !important;
}

.kl-prices__item-toggle:hover,
.kl-prices__item-btn:hover {
  background: #C39ED1;
  color: #fff;
}

.kl-prices__item-toggle:hover .kl-prices__item-arrow,
.kl-prices__item-btn:hover .kl-prices__item-arrow {
  background: #fff;
  color: #60355B;
}

@media (min-width: 768px) {

  .kl-prices__item-toggle,
  .kl-prices__item-btn {
    padding: 10px 30px;
  }
}

@media (min-width: 1200px) {

  .kl-prices__item-toggle,
  .kl-prices__item-btn {
    min-height: 62px;
  }
}

.kl-prices__item-title {
  display: block;
  margin: 0 10px 0 0;
  -ms-flex: 1;
  flex: 1;
  font: italic 400 19px/1 'Georgia', sans-serif;
  text-transform: none;
}

@media (min-width: 768px) {
  .kl-prices__item-title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .kl-prices__item-title {
    font-size: 21px;
  }
}

.kl-prices__item-arrow {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #80547C;
  color: #fff;
  position: relative;
  transition: color 0.25s, background 0.25s;
}

.kl-prices__item-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.kl-prices__item-arrow path {
  transition: opacity 0.25s;
}

.kl-prices__item-content {
  display: none;
  padding: 10px 15px 10px;
  margin: 0 0 10px;
  position: relative;
  top: 10px;
  background: #fff;
  z-index: 1;
}

@media (min-width: 768px) {
  .kl-prices__item-content {
    padding: 20px 30px 20px;
    margin: 0 0 20px;
    top: 20px;
    border-radius: 0 0 30px 30px;
  }
}

.kl-prices__item-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  color: #6D676D;
}

.kl-prices__item-table tbody {
  border: none;
}

.kl-prices__item-table td {
  padding: 10px 5px;
  border: none;
  vertical-align: top;
  border-bottom: 1px solid #C39ED1;
}

.kl-prices__item-table td:first-child {
  padding-left: 0;
}

.kl-prices__item-table td:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .kl-prices__item-table td {
    padding: 20px 10px;
  }

  .kl-prices__item-table td:first-child {
    padding-left: 0;
  }

  .kl-prices__item-table td:last-child {
    padding-right: 0;
  }
}

.kl-prices__item-table-title {
  font: 400 15px/18px 'Open Sans', sans-serif;
  display: block;
  margin: 0;
  color: rgba(109, 103, 109, 0.8);
}

@media (min-width: 768px) {
  .kl-prices__item-table-title {
    font-size: 16px;
  }
}

.kl-prices__item-table-title--avetov > span{
  font-weight: 600;
  margin-right: 10px;
}
.kl-prices__item-table-title--avetov > span > svg {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.kl-price-card__table-title--avetov {
  font-weight: 600;
}

.kl-price-card__table-title--avetov > svg{
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.kl-prices__item-table-price {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  white-space: nowrap;
  color: #663F63;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "TrajanPro3-Regular" !important;
}

.kl-prices__item-table-price .ui-tooltip {
  margin: 0 0 0 7px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .kl-prices__item-table-price {
    font-size: 16px;
  }
}

.kl-prices__text {
  display: block;
  margin: 0 0 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #C39ED1;
  opacity: 0.8;
  text-align: left !important;
}

.kl-prices__text a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #80547C;
}

.kl-prices__text a:hover {
  text-decoration: none;
  color: #80547C;
}

@media (min-width: 768px) {
  .kl-prices__text {
    margin: 0 0 34px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .kl-prices__text {
    padding: 0;
    margin: 0 0 40px;
    font-size: 18px;
    max-width: 320px;
  }
}

.kl-prices__action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.kl-prices__action .ui-btn--tax {
  background: #E9DEF0;
  color: #6D676D;
}

.kl-prices__action .ui-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .kl-prices__action {
    margin: 0 0 34px;
  }

  .kl-prices__action .ui-btn {
    width: auto;
    min-width: 13rem;
  }
}
@media (min-width: 1199px) {
  .kl-prices__action .ui-btn {
    min-width: 16rem;
  }
}
.kl-prices__action .ui-link {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .kl-prices__action .ui-link {
    margin: 15px auto 0;
  }
}
.kl-implants {
  padding: 60px 0;
  background: #fff;
}

.kl-implants .ui-tooltip__offcanvas {
  padding: 24px 25px;
  background: #C39ED1;
  box-shadow: 0px 4px 8px 0px rgba(96, 53, 91, 0.2), 0px -1px 2px 0px rgba(102, 63, 99, 0.1);
  color: #fff;
  width: 268px;
}

.kl-implants .ui-tooltip__offcanvas:before {
  border-bottom-color: #C39ED1;
}

@media (min-width: 1200px) {
  .kl-implants {
    padding: 90px 0;
  }
}

@media (min-width: 768px) {
  .kl-implants__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px;
  }
}

@media (min-width: 1200px) {
  .kl-implants__head {
    margin: 0 0 40px;
  }
}

.kl-implants__title {
  display: block;
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400 !important;
  color: #663F63;
  opacity: 0.8;
  font-family: "TrajanPro3-Regular" !important;
}

@media (min-width: 768px) {
  .kl-implants__title {
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .kl-implants__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    margin: 0 38px 0 0;
  }
}

.kl-implants__line {
  -ms-flex: 1;
  flex: 1;
  display: block;
}

@media (min-width: 1200px) {
  .kl-implants__line {
    width: 100%;
    height: 1px;
    background: #C39ED1;
    margin: 0 38px 0 0;
  }
}

.kl-implants__control {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .kl-implants__control {
    margin: 0;
  }
}

.kl-prosthetics {
  padding: 60px 0;
  background: #F7F8FA;
}

@media (min-width: 768px) {
  .kl-prosthetics .kl-row {
    margin: 0 -20px;
  }

  .kl-prosthetics .kl-row>[class^="kl-col"] {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .kl-prosthetics {
    padding: 90px 0;
  }
}

.kl-prosthetics__head {
  margin: 0 0 70px;
}

.kl-prosthetics--avetov .kl-prosthetics__head {
  margin: 0 0 40px;
}


@media (min-width: 768px) {
  .kl-prosthetics__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    
  }
}

.swiper-caption-v2 {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0px 0 16px;
}

.kl-prosthetics__content.is-active:has(.swiper-button-lock) .swiper-caption-v2 {
  display: none;
}


.kl-prosthetics__head + .kl-prosthetics__control {
  margin-bottom: 35px;
}

.kl-prosthetics__title {
  display: block;
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .kl-prosthetics__title {
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .kl-prosthetics__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    margin: 0 38px 0 0;
  }
}

.kl-prosthetics__line {
  -ms-flex: 1;
  flex: 1;
  display: block;
}

@media (min-width: 1200px) {
  .kl-prosthetics__line {
    width: 100%;
    height: 1px;
    background: #C39ED1;
    margin: 0 38px 0 0;
  }
}

.kl-prosthetics__tabs {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .kl-prosthetics__tabs {

  }
}

.kl-prosthetics__tabs-btn {
  border: none;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid rgba(195, 158, 209, 0.6);
  color: rgba(102, 63, 99, 0.6);
  font: italic 18px/1.2 'Georgia', serif;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.kl-prosthetics__tabs-btn:first-child {
  border-radius: 30px 0px 0px 0px;
}

.kl-prosthetics__tabs-btn:last-child {
  border-radius: 0px 0px 30px 0px;
}

.kl-prosthetics__tabs-btn:hover {
  background: #F5F0F6;
  border-color: #C39ED1;
  color: #663F63;
}

.kl-prosthetics__tabs-btn.is-active {
  background: #C39ED1;
  border-color: #C39ED1;
  color: #fff;
}

@media (min-width: 768px) {
  .kl-prosthetics__tabs-btn {
    height: 58px;
  }
}

@media (min-width: 1200px) {
  .kl-prosthetics__tabs-btn {
    font-size: 20px;
  }
}

.kl-prosthetics__wrapper {
  position: relative;
}

.kl-prosthetics__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.kl-prosthetics__content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.kl-prosthetics__swiper {
  margin: 0 0 40px;
}

.kl-prosthetics__swiper:last-child {
  margin: 0;
}

.kl-prosthetics__image {
  display: block;
  border-radius: 0px 40px;
  background: #EDE8EF;
  overflow: hidden;
  margin: 0 0 24px;
}

.kl-prosthetics__image:last-child {
  margin: 0;
}

.kl-prosthetics__image img {
  display: block;
  width: 100%;
  height: auto;
}

.kl-prosthetics__control {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .kl-prosthetics__control {
    margin: 0;
  }
}

.kl-prosthetics__body .kl-price-card {
  /*background: #fff;*/
  background: #f7f8fa;
  box-shadow: 0px -1px 2px 0px rgba(102, 63, 99, 0.1), 0px 8px 16px 0px rgba(96, 53, 91, 0.1);
}

.kl-price-card {
  padding: 25px 20px 30px;
  background: #F7F8FA;
  box-shadow: 0px -1px 2px 0px rgba(102, 63, 99, 0.1), 0px 8px 16px 0px rgba(96, 53, 91, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.kl-price-card__topbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.kl-price-card__topbar-icon {
  width: 32px;
  height: 23px;
  border: 1px solid #C39ED1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 15px 0 0;
  display: block;
}

.kl-price-card__topbar-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .kl-price-card__topbar-icon {
    width: 34px;
    height: 24px;
  }
}

.kl-price-card__topbar-company {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px 0 0;
  font: 700 16px/1.2 'Open Sans', sans-serif;
  color: #663F63;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .kl-price-card__topbar-company {
    font-size: 18px;
  }
}

.kl-price-card__topbar-country {
  font: 400 16px/1.2 'Open Sans', sans-serif;
  color: #6D676D;
  opacity: 0.8;
}

.kl-price-card__mark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  margin: 0 0 -1px;
  position: relative;
  z-index: 10;
  font: 700 14px/1.3 'Open Sans', sans-serif;
  color: rgba(102, 63, 99, 0.8);
  background: #EDE6F2;
  min-height: 54px;
}

.kl-price-card__mark svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 11px 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.kl-price-card__type {
  display: block;
  margin: 0 0 15px;
  background: none;
  font: 700 15px/1.3 'Open Sans', sans-serif;
  color: #C39ED1;
}

@media (min-width: 768px) {
  .kl-price-card__type {
    font-size: 16px;
  }
}

.kl-price-card__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  white-space: nowrap;
  display: block;
}

.kl-price-card__table tbody {
  border: none;
}

.kl-price-card__table th,
.kl-price-card__table td {
  padding: 14px 5px;
  border: none;
  border-top: 1px solid rgba(195, 158, 209, 0.5);
  font: 400 15px/1.35 'Open Sans', sans-serif;
  color: rgba(109, 103, 109, 0.8);
  height: 55px;
}

.kl-price-card__table th:first-child,
.kl-price-card__table td:first-child {
  padding-left: 0;
}

.kl-price-card__table th:last-child,
.kl-price-card__table td:last-child {
  padding-right: 0;
}

.kl-price-card__table tr:last-child th,
.kl-price-card__table tr:last-child td {
  padding-bottom: 0;
}

.kl-price-card__table thead,
.kl-price-card__table tbody,
.kl-price-card__table tfoot,
.kl-price-card__table tr,
.kl-price-card__table th,
.kl-price-card__table td {
  display: block;
}

.kl-price-card__table tr {
  display: -ms-flexbox;
  display: flex;
}

.kl-price-card__table th,
.kl-price-card__table td {
  min-height: 55px;
  height: auto;
}

.kl-price-card__table th:first-child,
.kl-price-card__table td:first-child {
  -ms-flex: 1;
  flex: 1;
}

.kl-price-card__table th:last-child,
.kl-price-card__table td:last-child {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.kl-price-card__table-title {
  display: block;
  margin: 0 0 5px;
  white-space: normal;
}

.kl-price-card__table-title:last-child {
  margin: 0;
}

.kl-price-card__table-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  font-size: 13px !important;
  line-height: 1.3 !important;
  white-space: normal;
}

@media (min-width: 1200px) {
  .kl-price-card__table-list {
    font-size: 15px !important;
    margin: 0 -10px 0 0 !important;
  }
}

.kl-price-card__table-list li::before {
  display: none;
}

.kl-price-card__table-list li {
  margin-bottom: 0 !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  text-align: left !important;
  font-size: inherit !important;
}

.kl-price-card__table-price {
  color: rgba(102, 63, 99, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.kl-price-card__table-price del {
  text-decoration: none;
  font-family: 'TrajanPro3-Regular';
  font-size: 14px;
  font-weight: 600;
  color: #663F63;
  position: relative;
  display: block;
  opacity: 0.5;
}

.kl-price-card__table-price del:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
  margin: -1px 0 0 0;
}

.kl-price-card__table-price ins {
  display: block;
  text-decoration: none;
  font-family: 'TrajanPro3-Regular';
  font-weight: 600;
  color: #663F63;
}

.kl-price-card__table-price:has(.ui-tooltip) {
  padding: 0 30px 0 0;
}

.kl-price-card__table-price .ui-tooltip {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -9px 0 0 0;
}

@media (min-width: 1200px) {
  .kl-price-card__table-price ins {
    font-size: 16px;
  }
}

.kl-price-card__discount {
  position: relative;
  top: 30px;
  margin: auto -20px 0 !important;
  padding: 20px !important;
  list-style: none;
  background: #C39ED1;
  color: #fff;
  font: 600 15px/1 'Open Sans', sans-serif;
  white-space: normal;
}

.kl-price-card__discount>li {
  margin: 0 0 4px;
}

.kl-price-card__discount>li:last-child {
  margin: 0;
}

@media (min-width: 1200px) {
  .kl-price-card__discount {
    font-size: 16px;
  }
}

.kl-price-card__discount li {
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
  font-size: inherit !important;
}

.kl-price-card__additional {
  margin: 0 0 -5px;
  padding: 10px 0 0;
  border-top: 1px solid rgba(195, 158, 209, 0.5);
  white-space: normal;
}

.kl-price-card__additional dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font: 400 15px/1.3 'Open Sans', sans-serif;
  color: rgba(109, 103, 109, 0.8);
  position: relative;
  padding: 0 24px 0 0;
  cursor: pointer;
}

.kl-price-card__additional dt.is-open svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kl-price-card__additional dd {
  margin: 0;
  display: none;
}

.kl-price-card__additional svg {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -9px 0 0 0;
  transition: transform 0.25s;
}

.kl-price-card__additional .kl-price-card__table {
  margin: 0;
  white-space: normal;
}

.kl-price-card__additional .kl-price-card__table td {
  border: none;
}

@media (min-width: 1200px) {
  .kl-price-card__additional dt {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .is-kl-md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-kl-md-visible {
    display: none !important;
  }
}

.is-visually-hidden {
  opacity: 0;
  visibility: hidden;
}

.swiper-prosthetics .kl-price-card__mark {
  margin-bottom: 30px;
}

.kl-vacancies {
  padding: 80px 0;
}

.kl-vacancies__title {
  display: block;
  margin: 0 0 40px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  color: #6D676D;
}

.kl-vacancies__list {
  margin: 0 -20px -40px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kl-vacancies__list > li {
  padding: 0 20px 40px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .kl-vacancies__list > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kl-vacancies__item {
  padding: 40px;
  border-radius: 0px 40px;
  background: #F7F7F9;
}
@media (max-width: 767px) {
  .kl-vacancies__item {
    padding: 30px;
  }
}

.kl-vacancies__item-title {
  display: block;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #663F63;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .kl-vacancies__item-title {
    font-size: 20px;
  }
}

.kl-vacancies__item-text {
  margin: 0 0 30px;
  font: 400 18px/1.67 "Open Sans", sans-serif;
  color: #6D676D;
}
@media (max-width: 767px) {
  .kl-vacancies__item-text {
    font-size: 16px;
  }
}

.kl-vacancies__item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .kl-vacancies__item-group {
    display: block;
  }
}

.kl-vacancies__item-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: italic 400 18px/1.4 "Georgia", serif;
  text-align: center;
  min-height: 52px;
  padding: 4px 30px;
  border-radius: 0 30px;
  background: #8E5F89;
  color: #fff;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.kl-vacancies__item-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
  z-index: -2;
  opacity: 1;
}
.kl-vacancies__item-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #8b6088;
  opacity: 0;
}
.kl-vacancies__item-btn:hover, .kl-vacancies__item-btn:focus {
  color: #fff;
}
.kl-vacancies__item-btn:hover:before {
  opacity: 0;
}
.kl-vacancies__item-btn:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .kl-vacancies__item-btn {
    width: 100%;
    margin: 0 0 20px;
  }
}

.kl-vacancies__item-caption {
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  font: 400 14px/1.3 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.7);
}
@media (max-width: 767px) {
  .kl-vacancies__item-caption {
    text-align: center;
  }
}

body.page-charity #page-header .page-header h1.title, body.page-educational-events #page-header .page-header h1.title, body.page-doctors #page-header .page-header h1.title, .doctors-insert .view-header .title, .front .news-insert .view-header .title, .articles-insert .view-header .title, .paragraphs-item-diploma-and-certificates .field-name-field-title .field-item, .why-we .title, .reviews-insert .view-header .title, .paragraphs-item-diploma-and-certificates .field-name-field-title .field-item, body.page-reviews #page-header .page-header h1.title, body.page-services-otzyvy #page-header .page-header h1.title, body.page-news #page-header .page-header h1.title, body.page-before-after #page-header .page-header h1.title, body.page-articles #page-header .page-header h1.title, .paragraphs-item-pb-cost-insert-code .field-name-field-title, body.node-type-m-doctors .field-name-field-md-diploma-cert .field-label {
  font-family: "TrajanPro3-Regular";
}

@media (max-width: 1199px) {
    .node-m-stock .field-item {
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
    body.node-type-m-stock .banner .field-name-field-formatter-txt .field-item span, .view-v-stocks .view-content .views-row .node-m-stock .banner .field-name-field-formatter-txt .field-item span {
        font-size: 25px !important;
    }
}
body.node-type-m-stock .banner {
    overflow: hidden;
}

@media (max-width: 767px) {
    .view-v-stocks .view-content .views-row .node-m-stock .banner {
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
    .view-v-stocks .view-content .views-row .node-m-stock[about="/programma-loyalnosti"] .banner .field-name-field-image .field-item {
        background-position: -250px top;
    }
}

@media (max-width: 1199px) {
    body.node-type-m-stock [about="/programma-loyalnosti"] .banner {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    body.node-type-m-stock [about="/programma-loyalnosti"] .field-item {
        background-position: -250px top !important;
    }
    body.node-type-m-stock [about="/programma-loyalnosti"] .banner img:not(.no-auto-height) {
        height: 200px !important;
    }
}
.app-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}


.page-services-otzyvy .view-v-reviews .view-filters #edit-field-mr-type-value-wrapper {
  margin-left: 440px !important;
  padding-left: 0 !important;
}
@media (max-width: 1199px) {
  .page-services-otzyvy .view-v-reviews .view-filters {
    margin-top: 150px;
    margin-left: 0 !important;
  }
  .page-services-otzyvy .view-v-reviews .view-filters #edit-field-mr-type-value-wrapper {
    margin-left: 0 !important;
  }

  .page-services-otzyvy .view-v-reviews .view-filters .views-exposed-widgets {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.free_v2 {
  background: linear-gradient(0deg, #664164, #8e5f89);
}
.free_v2__form {
  background: #f6f0f8;
  color: #663F63;
}
.free_v2__form .ui-title {
  font-family: "TrajanPro3-Regular";
}
.free_v2__doctor-desc {
  color: #fff;
}
.free_v2__contacts-item {
  color: #fff;
}
.free_v2__title {
  color: #fff;
}
.free_v2__info-help {
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 1200px) {
  .free_v2 .col-xl-5 {
    width: 41.6666%;
    float: left;
  }
  .free_v2 .col-xl-7 {
    width: 58.3333%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .free_v2 .col-xl-5 {
    width: 41.6666%;
    float: left;
  }
  .free_v2 .col-xl-7 {
    width: 58.3333%;
    float: left;
  }
}
@media (min-width: 768px) {
  .free_v2 .col-md-5 {
    width: 41.6666%;
    float: left;
  }
  .free_v2 .col-md-7 {
    width: 58.3333%;
    float: left;
  }
}

.free_v2__title {
  font-weight: 400;
  font-family: "TrajanPro3-Regular";
  margin-bottom: 10px;
}

.free_v2__subtitle {
  margin: 0 auto 70px;
  max-width: 1020px;
  font-size: 38px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-family: 'Georgia';
  font-style: italic;
}
@media (max-width: 768px) {
  .free_v2__subtitle {
    font-size: 23px;
  }
}

.free_v2__contacts {
  gap: 20px;
  margin: 0 !important;
}
.free_v2__contacts > li {
  padding: 0 !important;
}
.free_v2__doctor-desc ul > li:before {
  background-color: #fff;
}
.free_v2__doctor-desc li {
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .free_v2__doctor-desc li {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .free_v2__form {
      padding: 40px 60px;
  }
}
.free_v2__doctor-image {
  border-radius: 30px;
}


.kl-similar {
  padding: 80px 0;
}

.kl-similar__list {
  margin: 0 -12px -24px !important;
  padding: 0 0 80px !important;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kl-similar__list > li {
  padding: 0 12px 24px !important;
  margin: 0 !important;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.kl-similar__list > li:before {
  display: none;
}
@media (max-width: 1199px) {
  .kl-similar__list > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kl-similar__item {
  position: relative;
  background: #F7F8FA;
  border-radius: 0px 50px;
  padding: 50px 40px 50px 50%;
  overflow: hidden;
  min-height: 100%;
}
@media (max-width: 767px) {
  .kl-similar__item {
    padding: 216px 30px 30px;
  }
}

.kl-similar__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
  display: block;
}
.kl-similar__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #F7F8FA 18.36%, rgba(247, 248, 250, 0) 89.57%);
}
.kl-similar__item-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .kl-similar__item-image {
    width: 100%;
    height: 222px;
  }
  .kl-similar__item-image:after {
    background: linear-gradient(1deg, #F7F8FA 11.01%, rgba(247, 248, 250, 0) 84.22%);
  }
}

.kl-similar__item-desc {
  position: relative;
  z-index: 2;
  text-align: left;
}

.kl-similar__item-title {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  text-indent: 0;
  font-size: 20px;
  line-height: 1.14;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .kl-similar__item-title {
    font-size: 22px;
  }
}

.kl-similar__item-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: italic 400 18px/1.4 "Georgia", serif;
  text-indent: 0;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 0 30px;
  background: #C39ED1;
  color: #fff;
}
.kl-similar__item-btn:hover {
  background: #8b6088;
  color: #fff;
}
@media (max-width: 767px) {
  .kl-similar__item-btn {
    min-height: 56px;
    font-size: 22px;
    padding: 10px 20px;
    width: 100%;
  }
}

.kl-similar__txt {
  font: 400 15px/1.4 "Open Sans", sans-serif;
  color: #6D676D;
  opacity: 0.8;
}
.kl-similar__txt p {
  margin: 0 0 10px;
}
.kl-similar__txt p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .kl-similar__txt {
    font-size: 18px;
  }
}

.node-m-direction[about="/services/detskaya_stomatologiya"] .view-v-serv-dir .view-content {
  display: none;
}
@media (max-width: 460px) {
  body.node-type-m-direction .big-image .field-name-field-image.field-type-image {
    min-height: 265px;
  }
  body.node-type-m-direction .big-image .field-name-field-image .field-item {
    background-size: cover;
    background-position-x: right;
  }
  body.node-type-m-direction .big-image .field-name-field-image.field-type-image + .bi__container {
    padding-top: 290px;
  }
}

.form-item-field-md-direction-tid .jspPane li {
  font-size: 13px;
}

/* =================== Review Services ==================== */
.review_services {
  background: #F7F8FA;
  padding: 5rem 0;
}
.review_services__title {
  text-transform: uppercase;
  margin: 0;
  color: #663F63;
  font-family: "TrajanPro3-Regular";
  font-size: 42px;
}
@media (max-width: 768px) {
  .review_services__title {
    font-size: 32px;
  }
}
.review_services__description {
  color: #C39ED1;
  font-weight: 700;
  font-size: 20px;
  font-family: "Open Sans",sans-serif;
  max-width: 80%;
  line-height: 1.4;
  margin: 2rem 0 3rem;
}
@media (max-width: 768px) {
  .review_services__description {
    font-size: 16px;
  }
}
.review_services__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #C39ED1;
  border-left: 1px solid #C39ED1;
}
.review_services__item {
  display: block;
  width: calc(100% / 2);
  height: 200px;
  margin: 0;
}
@media (max-width: 1199px) {
  .review_services__item {
    width: calc(100% / 2);
  }
}
.review_services__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #C39ED1;
  border-bottom: 1px solid #C39ED1;
  transition: background 250ms;
  padding: 0 15px;
}
.review_services__link:hover {
  background: #fff;
}
.review_services__img {
  height: 20px !important;
  margin: 25px 0 16px;
}
.review_services__rating {
  color: #663F63;
  font-size: 34px;
  position: relative;
  width: 110px;
  height: 66px;
  text-align: center;
}
.review_services__rating::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/sites/all/themes/uworld/assets/images/wreath.png');
  background-size: 100%;
}
.review_services__count {
  font-size: 14px;
  color: #6D676D;
}

/* =======================================================HEADER ================================================================ */

.header-make-appointment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 100px;
  background-color: #00bcd5;
  background-image: linear-gradient(-42deg,#664063 0%,#996795 100%);
  color: #fff;
  font-family: "TrajanPro3Light";
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.24;
  outline: 0;
}

.header-make-appointment:hover, .header-make-appointment:focus {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-make-appointment {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-loyalty {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #header.header--new .header__top:before {
    background-color: #d19fd4;
  }
  
  #header.header--new .header__top .tel a span {
    color: white;
  }
  
  #header.header--new .header__top #block-block-2 a {
    font-size: 13px;
  }

  #header.header--new .header__top #block-block-2 {
    width: 50%;
  }
  
  #header.header--new .header-make-appointment {
    position: absolute;
    height: 40px;
    width: 50%;
    right: 0;
    font-size: 13px;
  }
  #header.header--new .header-make-appointment br {
    display: none;
  }
}


/* ==================================================== Side Panel ============================================================== */

.side-panel {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483647;
  background: #fff;
  padding: 100px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  width: 100%;
  max-width: 632px;
}
@media (max-widtH: 576px){
  .side-panel {
    padding: 100px 20px 40px;
  }
}
.side-panel.show {
  transform: translateX(0%);
}

.side-panel__background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483646;
  background: #000;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.side-panel.show + .side-panel__background {
  opacity: 0.75;
  pointer-events: all;
  user-select: all;
}
.side-panel__close {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  border: 1px solid rgba(30,38,57,.15);
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (max-widtH: 576px){
  .side-panel__close {
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
  }
}
.side-panel__close:hover {
  background: #000;
  color: #fff;
}
.side-panel__title {
  margin-bottom: 40px;
  font-size: 24px;
}
@media (max-width: 576px) {
  .side-panel__title {
    font-size: 20px;
  }
}
.side-panel__field {
  margin-bottom: 35px;
}
.side-panel__label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.side-panel__form-control {
  padding: 17px 24px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dddfe1;
  transition: border-color .2s ease-in-out, color .2s ease-in-out;
}
textarea.side-panel__form-control {
  resize: vertical;
}
.side-panel__form-control:hover, .side-panel__form-control:focus {
  border-color: #000;
}
.is-error .side-panel__form-control {
  border-color: red;
}
.is-error .side-panel__label {
  color: red;
}
.side-panel {
  scrollbar-color: #b2b2b2 #fff;
}
.side-panel::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.side-panel::-webkit-scrollbar-thumb {
  background: #b2b2b2;
}
.side-panel::-webkit-scrollbar-track {
  background: #fff;
}
.side-panel__submit {
  border: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  color: #fff;
  width: 100%;
  max-width: 175px;
  background: #1e2639;
  transition: color .2s ease-in-out, background .2s ease-in-out;
  border-radius: 5px;
}
.side-panel__submit:hover {
  color: #1e2639;
  background: #f2f6fb;
}
.side-panel__icon {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.side-panel__icon svg {
  font-style: normal;
  display: inline-block;
  font-size: 20px;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
  position: relative;
  bottom: 2px;
}
.side-panel__info {
  margin-top: 100px;
}
.side-panel__info p {
  color: #cbcbcb;
  margin-bottom: 30px;
}
.side-panel__info a {
  color: inherit;
  position: relative;
  display: inline-block;
}
.side-panel__info a::after {
  width: 0%;
  height: 1px;
  display: inline-block;
  background: #8d8d8d;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s ease-in-out;
}
.side-panel__info a:hover::after {
  width: 100%;
}
.side-panel__row {
  display: flex;
  gap: 1rem;
  padding: 10px 0;
}
.side-panel__row:not(:last-child) {
  border-bottom: 1px solid #d5d6d5;
}
.side-panel__row > * {
  width: 50%;
}
.side-panel__row > *:last-child {
  text-align: right;
}
.side-panel__submit:hover .side-panel__icon svg {
  animation: MoveRightInitial .3s forwards, MoveRightEnd .3s .3s forwards;
  fill: #000;
}
@keyframes MoveRightInitial {
    to {
        transform: translateX(105%)
    }
}
@keyframes MoveRightEnd {
    0% {
        transform: translateX(-105%)
    }
    to {
        transform: translateX(0)
    }
}
.side-panel .form-message.text-scs{
  font-size: 18px;
}
.side-panel__checkbox {
  font-size: 12px;
}

/* ==================================================== Custom Checkbox ============================================================== */

.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  user-select: none;
}

/* если ошибка */
.custom-checkbox.is-error {
  color: red;
}

.custom-checkbox.is-error>span::before {
  border-color: red;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024'%3E%3Cpath fill='currentColor' d='M16.052 579.335C4.465 594.657-1.172 614.164.204 634.325c1.376 20.163 9.544 38.51 23.084 51.614l328.639 319.864c12.208 11.846 27.347 18.196 43.239 18.196a59.3 59.3 0 005.948-.303c17.979-1.814 34.183-11.542 45.635-27.319L1008.85 219.6c11.276-15.625 16.558-35.283 14.828-55.394-1.776-20.111-10.255-38.257-24.017-51.11L896.759 17.127c-28.368-26.412-70.363-21.775-93.714 10.434L370.439 625.404 196.596 456.298c-27.878-27.016-69.962-23.438-93.89 8.215L16.051 579.334z'/%3E%3C/svg%3E");
  background-size: 0 0;
  transition: background-size 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled)+span:hover::before {
  border-color: #000;
}

/* стили при наведении курсора на checkbox без checked */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #000;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
  background-color: #fff;
  border-color: #dddfe1;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
  border-color: #000;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
  border-color: #000;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
  border-color: #dddfe1;
  background-color: #fff;
  background-size: 50% 50%;
  
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before {
  background-color: #e9ecef;
}

/* ============ Achievements ============= */
#front__screen-2 {
  z-index: 2;
}
#front__screen-2 + #block-block-7 .achievements {
  margin: -142px 0 0;
}
.achievements {
  padding: 215px 0 100px;
  background: #F7F8FA;
}
.achievements__list {
  padding: 0 !important;
  margin: 0 -20px !important;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.achievements__item {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 0 20px;
  text-indent: unset !important;
  margin-bottom: 40px !important;
}
.achievements__list * { 
  font-family: "TrajanPro3-Regular" !important;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left !important;
}
@media (max-width: 1199px) {
  .achievements__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .achievements__list * {
    text-align: center !important;
  }
  #front__screen-2 + #block-block-7 .achievements {
    margin: 0;
  }
  .achievements {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .achievements__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.achievements__item::before {
  display: none;
}
.achievements__title {
  color: #663F63;
  font-size: 42px;
  line-height: 110%;
}
.achievements__description {
  color: #6D676D;
  font-size: 24px;
  line-height: normal;
}

/* ========= CalltouchWidgetFrame ========== */

#CalltouchWidgetFrame {
  z-index: 99991 !important;
}

/* ========== FancyBox =========== */ 
body.fancybox-active {
  overflow-y: hidden;
}

/* ============= Quiz ================ */

#popup-quiz .fancybox-close {
  color: white;
  top: 0;
  right: 0;
  transform: translate(150%, -40%);
  opacity: 1;
}
@media (max-width: 576px) {
  #popup-quiz {
    height: 100%;
  }
  .fancybox-container--quiz .fancybox-slide {
    padding: 0 !important;
  }
}

.quiz {
  max-width: 1036px;
  background: #fff;
}
@media (max-width:576px) {
  .quiz {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.quiz__success {
  padding: 20px;
  background: #fff;
}
.quiz__header {
  background: #F7F8FA;
  padding: 35px 40px;
  position: relative;
}
@media (max-width: 768px) {
  .quiz__header {
    padding: 25px 20px;
  }
}
.quiz__header--steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans";
  gap: 20px;
}
.quiz__header--final {
  color: #C39ED1;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .quiz__header--final  {
    font-size: 16px;
  }
}
.quiz__body {
  padding: 40px;
}
@media (max-width: 768px) {
  .quiz__body {
    padding: 30px 20px;
  }
}
@media (max-width:576px) {
  .quiz__body {
    flex-grow: 1;
  }
}
.quiz__footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
}
@media (max-width: 768px) {
  .quiz__footer {
    padding: 0px 20px 20px;
  }
}
.quiz__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.quiz__info svg {
  flex-shrink: 0;
}
.quiz__pagination {
  top: unset !important;
  bottom: 0;
  background: #e4e3e5;
}
.quiz__pagination > span{
  background: #C39ED1 !important;
}
.quiz__counter {
  color: #C39ED1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}
.quiz__answers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 200px;
  row-gap: 20px;
}
.quiz__answers--rows {
  flex-direction: column;
}
.quiz__answers--imgs {
  margin: 0 -10px;
  column-gap: 0;
}
.quiz__title {
  color: #663F63;
  font-family: "TrajanPro3Light";
  font-size: 24px;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .quiz__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.quiz__answers .quiz__label {
  cursor: pointer;
  display: flex;
  gap: 10px;
}
.quiz__answers--imgs .quiz__answer {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .quiz__answers--imgs .quiz__answer {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .quiz__answers--imgs .quiz__answer {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.quiz__answers--imgs label {
  width: 100%;
  padding-bottom: 60.65%;
  position: relative;
}
.quiz__text {
  color: #6D676D;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 768px) {
  .quiz__text {
    font-size: 15px;
    line-height: 1.7;
  }
}
.quiz__answers--imgs .quiz__label + .quiz__text {
  display: block;
}
.quiz__answers img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.quiz__answers input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.quiz input[type="tel"] {
  padding: 17px 20px;
  color: #6D676D;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.62;
  background: #F7F8FA;
  border: 0;
  width: 100%;
  border: 1px solid #6D676D;
}
.quiz .is-error input[type="tel"] {
  border-color: #c71515
}
.quiz .text-err {
  color: #c71515;
  margin-top: 10px;
  font-size: 13px;
}
.quiz__input-circle {
  border: 2px solid #C39ED1;
  border-radius: 999px;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.quiz img + .quiz__input-circle {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.quiz__answers .quiz__input-circle::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #c39ed1;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.quiz__answers input:checked ~ .quiz__input-circle::after {
  opacity: 1;
}
.quiz__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.44;
  text-transform: lowercase;
  border-radius: 999px;
  border: 0;
  color: #fff;
  transition: background .3s ease;
}
@media (max-width: 768px) {
  .quiz__button {
    padding: 13px 20px;
    font-size: 16px;
  }
}
.quiz__button-next {
  background: #C39ED1;
  
}
.quiz__button-next:hover {
  background: #664164;
}
.quiz__button-prev {
  background: #dad9da;
}
.quiz__button-prev:hover {
  background: #C39ED1;
}



#front__screen-1 .screen__container-clock {
  display: block;
  width: 1446px;
}
.screen__clock {
  position: absolute;
  bottom: -4%;
  left: 0;
}
#front__screen-1 .screen__container-clock .detail {
  margin: 0;
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  #front__screen-1 .screen__container-clock .detail {
    margin-top: 25px;
  }
}


#front__screen-1 .screen__container-clock .txt-1 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 35px;
  width: 100%;
  font-family: "TrajanPro3-Regular";
}
#front__screen-1 .screen__container-clock .txt-2 {
  font-family: "TrajanPro3-Regular";
  font-size: 40px;
  margin-top: 20px;
}
.screen__doctors {  
  margin-top: 30px;
  width: 930px;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .screen__doctors {  
    width: 800px;
  }
}
@media (max-width: 1280px) {
  .screen__doctors {  
    width: 700px;
  }
}
@media (max-width: 768px) {
  .screen__doctors {  
    width: 100%;
    margin-left: 0;
  }
}

.screen__doctors .owl-dots {
  margin-bottom: -40px !important;
}

.screen__doctors .owl-nav .owl-next {
  background: url(/sites/all/themes/uworld/assets/images/owl__right.png) no-repeat !important;
}

.screen__doctors .owl-nav .owl-prev {
  background: url(/sites/all/themes/uworld/assets/images/owl__left.png) no-repeat !important;
}
.screen__doctors .owl-nav > * {
  padding: 6px 12px !important;
  background-position-x: center !important;
}
.screen__doctors .owl-nav > *.disabled {
  opacity: 0.4 !important;
}

.screen__doctor-body {
  background: #fff;
  border-radius: 70px 0 70px 0;
  overflow: hidden;
}
.screen__doctor-info {
  background: #ECE2F3;
  padding: 13px 26px;
  font-style: italic;
  font-family: Georgia;
}
.screen__doctor-name {
  color: #8E5F89;
  font-size: 26px;
}
.screen__doctor-specialization {
  color: #6D676D;
  font-size: 18px;
}
.screen__doctor-footer {
  margin-top: 20px;
  color: #663F63;
  font-family: "Open Sans";
  font-size: 17px;
  border-radius: 20px 0px;
  background: #ECE2F3;
  padding: 10px 16px;
}

.screen__container-clock-header {
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  margin-top: 85px;
  gap: 20px;
}
@media (max-width: 991px) {
  .screen__container-clock-header {
    flex-direction: column;
  }
}
.screen__doctor-img {
  width: 100%;
  height: 300px;
  aspect-ratio: 1 / 1;
}


.screen__doctor-img img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1500px) {
  #front__screen-1 .screen__container-clock   {
    width: 1170px;
  }
  .screen__doctor-img {
    width: 100%;
    height: 248px
  }
  .screen__clock {
    max-width: 300px;
    bottom: 0;
  }
  #front__screen-1 .screen__container-clock .txt-1 {
    font-size: 40px;
  }
  #front__screen-1 .screen__container-clock .txt-2 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  #front__screen-1 .screen__container-clock   {
    width: 900px;
  }
  .screen__doctor-img {
    width: 100%;
    height: 248px
  }
  .screen__clock {
    max-width: 150px;
    bottom: 0%;
  }
  #front__screen-1 .screen__container-clock .txt-1 {
    font-size: 40px;
  }
  #front__screen-1 .screen__container-clock .txt-2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  #front__screen-1 .screen__container-clock   {
    width: 100%;
    padding: 0 10px;
  }
  .screen__container-clock-header {
    align-items: center;
    margin-top: 50px;
  }
  .screen__doctor-img {
    width: 100%;
    height: 248px
  }
  .screen__clock {
    bottom: -24%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 105px;
    display: none !important;
  }
  #front__screen-1 .screen__container-clock .txt-1 {
    font-size: 25px;
  }
  #front__screen-1 .screen__container-clock .txt-2 {
    font-size: 15px;
    margin-top: 18px;
  }
  #front__screen-1 .screen__container-clock .detail, #front__screen-1 .screen__container-clock .detail * {
    margin: 0;
  }
  .screen__doctors {
    gap: 20px;
  }
  .screen__doctor-info {
    padding: 13px;
  }
  .screen__doctor-img {
    width: 100%;
    height: auto;
  }
  .screen__doctor-footer {
    font-size: 14px;
  }
  .screen__doctor-name {
    font-size: 16px;
  }
  .screen__doctor-specialization {
    font-size: 13px;
  }
  .screen__doctors {
    margin-top: 10px;
  }
  .screen__doctor-body {
    border-radius: 40px 0 40px 0;
  }
}
@media (max-width: 475px) {
  .screen__clock {
    top: -44vw;
    left: 11%;
    max-width: 30vw;
    transform: unset;
    display: inline-block !important;
  }
  .screen__doctor-img {
    max-height: 60vw;
  }
}
.screen__doctors .owl-nav {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .kl-table {
    padding: 90px 0;
  }
}
.kl-table {
  padding: 60px 0;
}
.kl-table__header {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
  margin-bottom: 40px;
}
.kl-table__title {
  font-size: 24px;
  line-height: 1.4;
  max-width: 645px;
  color: #663F63;
}
@media (max-width: 991px) {
  .kl-table__title {
    font-size: 20px;
  }
}
@media (min-width:769px) {
  .kl-table__help {
    display: none;
  }
}
.kl-table__help {
  color: #C39ED1;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 120%;
}
.kl-table__button {
  border-radius: 40px 0px;
  background: #E9DEF0;
  padding: 16px 30px;
  display: inline-block;
  color: #6D676D;
  text-align: center;
  font-family: Georgia;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 123.81%;
}
@media (max-width: 1300px) {
  .kl-table__button--pc {
    display: none;
  }
}
.kl-table__button--mob {
  display: none;
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .kl-table__button--mob {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .kl-table__button {
    font-size: 16px;
  }
}
.kl-table__body table {
  border-top: 1px solid #C39ED1;
  border-left: 1px solid #C39ED1;
}
.kl-table__body th, .kl-table__body td {
  border-right: 1px solid #C39ED1;
  border-bottom: 1px solid #C39ED1;
  padding: 22px !important;
  color: #6D676D;
}
@media (max-width: 768px) {
  .kl-table__body th, .kl-table__body td {
    padding: 18px !important;
  }
}
.kl-table__body th {
  font-family: Georgia;
  font-size: 21px;
  font-style: italic;
  line-height: 123.81%
}
@media (max-width: 768px) {
  .kl-table__body th {
    font-size: 16px;
  }
}
.kl-table__body td {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .kl-table__body td {
    font-size: 15px;
  }
}
.kl-table__body th p, .kl-table__body td p {
  text-align: unset !important;
}
#implants {
  background: #F7F8FA;
}
#prosthetics {
  background: #fff;
}
.swiper-prosthetics .swiper-shadow-next {
  background: linear-gradient(270deg, #fff 0%, rgba(247, 248, 250, 0) 100%);
}
.swiper-prosthetics .swiper-shadow-prev {
  background: linear-gradient(90deg, #fff 0%, rgba(247, 248, 250, 0) 100%);
}
.swiper-prosthetics .swiper-shadow-next {
  display: none;
}

/* ============================================== five-reason ===================================================== */
.five-reason .big-img .bi__container {
  position: static;
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .five-reason .big-img .bi__container {
    padding: 60px 10px;
  }
}
.five-reason .big-img .bi__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.five-reason .big-img .bi__container .reasons .r:not(:last-child) {
  margin-bottom: 26px;
}
.five-reason .big-img .bi__container .bi-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .five-reason .big-img .bi__container .bi-title {
    text-align: left;
  }
}
.five-reason .big-img .bi__container .bi-title b {
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .five-reason .big-img .bi__container .bi-title b {
    font-size: 70px;
    top: 2px;
  }
}
.five-reason .big-img .bi__container .reasons {
  max-width: 50%;
}
@media (max-width: 991px) {
  .five-reason .big-img .bi__container .reasons {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .five-reason .big-img .bi__container .reasons {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .five-reason .big-img .bi__container .reasons {
    max-width: 100%;
  }
}
.five-reason .big-img .bi__container .reasons .r .r-number {
  flex-shrink: 0;
  width: 56px;
  max-width: 56px;
  height: 56px;
  font-family: "TrajanPro3-Regular";
  font-size: 30px;
}
.five-reason .big-img .bi__container .reasons .r .r-number span{
  position: relative;
  top: 4px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .five-reason .big-img .bi__container .reasons {
    margin: 49px 0 0;
  }
}
.five-reason .big-img .bi__container .reasons .r .r-body {
  font-family: "TrajanPro3-Regular";
  color: #6D676D;
  font-size: 20px;
}
@media (max-width: 767px) {
  .five-reason .big-img .bi__container .reasons .r .r-body {
    text-align: left;
    margin: unset;
    font-size: 17px;
  }
}
.five-reason .big-img .bi__container .reasons .r .r-body b {
  color: #663F63;
}
.five-reason .big-img .r-img-star-2 img {
  width: 100%;
}

/* ======== marker =========== */
.five-reason .big-img .r-marker {
  position: absolute;
  top: 255px;
  width: 180px;
  right: 50%;
  transform: translateX(calc(50% + 326px));
}
@media (max-width: 1199px) {
  .five-reason .big-img .r-marker {
    top: 340px;
    width: 156px;
  }
}
@media (max-width: 991px) {
  .five-reason .big-img .r-marker {
    right: 60%;
  }
}
@media (max-width: 768px) {
  .five-reason .big-img .r-marker {
    display: none;
  }
}

/* ======== star 2 =========== */
.five-reason .big-img .r-img-star-2 {
  position: absolute;
  top: 595px;
  width: 220px;
  right: 50%;
  transform: translateX(calc(50% + 326px));
}

@media (max-width: 1199px) {
  .five-reason .big-img .r-img-star-2 {
    top: 660px;
    width: 215px;
  }
}
@media (max-width: 991px) {
  .five-reason .big-img .r-img-star-2 {
    right: 60%;
  }
}
@media (max-width: 768px) {
  .five-reason .big-img .r-img-star-2 {
    display: none;
  }
}

/* ======== star =========== */
.five-reason .big-img .r-img-star {
  position: absolute;
  width: 290px;
  top: 35px;
  right: 50%;
  transform: translateX(calc(50% + 325px));
}
@media (max-width: 1199px) {
  .five-reason .big-img .r-img-star {
    width: 245px;
    top: 180px;
  }
}
@media (max-width: 991px) {
  .five-reason .big-img .r-img-star {
    right: 60%;
  }
}
@media (max-width: 768px) {
  .five-reason .big-img .r-img-star {
    display: none;
  }
}
@media (max-width: 768px) {
  .five-reason .big-img .r-img-star {
    display: none;
  }
}
/* ================================= */

.kl-prosthetics--avetov .kl-prosthetics__tabs {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .kl-prosthetics--avetov .kl-prosthetics__tabs {
    margin-bottom: 30px;
  }
}

.kl-prosthetics--avetov .kl-prosthetics__line {
  background: transparent;
}

.kl-prosthetics--avetov .kl-prosthetics__title {
  margin-bottom: 40px;
}

.kl-prosthetics--avetov .swiper-prosthetics .swiper-control {
  margin: 0px 0 60px;
}
@media (max-width: 1199px) {
  .kl-prosthetics--avetov .swiper-prosthetics .swiper-control {
    margin: 0px 0 55px;
  }
}
@media (max-width: 991px) {
  .kl-prosthetics--avetov .swiper-prosthetics .swiper-control {
    margin: 0px 0 40px;
  }
}
@media (max-width: 768px) {
  .kl-prosthetics--avetov .swiper-prosthetics .swiper-control {
    margin: 0px 0 55px;
  }
}

@media (max-width: 991px) {
  .kl-prosthetics--avetov .kl-prosthetics__head {
    display: block;
  }
}

@media (min-width: 1200px) {
  .kl-prosthetics .ui-tooltip__offcanvas {
      width: 342px;
      font-size: 16px;
  }
}

.kl-prosthetics--avetov .kl-prosthetics__image:last-child {
  max-height: 490px;
}

/* ====================================== Баннер повышенный кэшбэк ====================================== */
#front__screen-1 .screen__container-povyshennyy-keshbek {
  align-items: flex-start;
}
#front__screen-1 .screen__container-povyshennyy-keshbek .txt-1 {
  color: #664063;
  line-height: 135%;
  font-size: 38px;
  font-weight: 600;
  margin-right: 0;
  max-width: 512px;
}

#front__screen-1 .screen__container-povyshennyy-keshbek .txt-2 {
  color: #c39ed1;
  font-family: Georgia;
  margin-top: 30px;
  line-height: 120%;
  text-transform: unset;
  font-size: 25px;
  margin-right: 0;
  max-width: 508px;
}

@media (max-width: 767px) {
  #front__screen-1 .screen__container-povyshennyy-keshbek .txt-1 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 205px;
  }
  #front__screen-1 .screen__container-povyshennyy-keshbek .txt-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 475px) {
  #front__screen-1 .screen__container-povyshennyy-keshbek .txt-1 {
    font-size: 30px;
    margin-top: 60px;
    line-height: 110%;
  }
  #front__screen-1 .screen__container-povyshennyy-keshbek .txt-2 {
    font-size: 21px;
  }
}


/* ====================================== Баннер о КТ в подарок ====================================== */
#front__screen-1 .screen__container-kt-v-podarok {
  font-family: "Trajan Pro 3";
  font-style: normal;
  font-weight: 400;
}

#front__screen-1 .screen__container-kt-v-podarok b {
  font-weight: 600;
}

#front__screen-1 .screen__container-kt-v-podarok .txt-1 {
  color: #664063;
  line-height: 110%;
  font-size: 45px;
  font-weight: 600;
  margin-right: 38px;
  max-width: 669px;
}

#front__screen-1 .screen__container-kt-v-podarok .txt-2 {
  color: #664063;
  margin-top: 24px;
  line-height: 120%;
  text-transform: unset;
  font-size: 28.4px;
  margin-right: 51px;
}

#front__screen-1 .screen__container-kt-v-podarok .txt-3 {
  color: #AF8ABD;
  font-family: Georgia;
  font-style: italic;
  line-height: 120%;
  margin-top: 24px;
  font-size: 18.7px;
  margin-right: 0;
}

#front__screen-1 .screen__container-kt-v-podarok .detail {
  margin-right: 465px;
}


@media (max-width: 1199px) {
  #front__screen-1 .screen__container-kt-v-podarok .txt-1 {
    margin-right: 0;
    max-width: 100%;
  }
  #front__screen-1 .screen__container-kt-v-podarok .txt-2 {
    margin-right: 0;
  }
  #front__screen-1 .screen__container-kt-v-podarok .txt-3 {
    margin-right: 0px;
  }
  #front__screen-1 .screen__container-kt-v-podarok .detail {
    margin-right: auto;
  }
  
}

@media (max-width: 768px) {
  #front__screen-1 .screen__container-kt-v-podarok .txt-1 {
    margin-top: 370px;
    font-size: 30px;
  }
  #front__screen-1 .screen__container-kt-v-podarok .txt-2 {
    font-size: 22px;
  }

  #front__screen-1 .screen__container-kt-v-podarok .txt-3 {
    font-size: 15px;
  }
  #front__screen-1 .screen__container-kt-v-podarok br {
    display: none;
  }
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-kt-v-podarok .txt-1 {
    margin-top: 60px;
  }
}


/* ====================================== Баннер о голосования ====================================== */

.cloned #slide-hot-hours .owl-nav {
  display: none;
}

#front__screen-1 .screen__container_doktor-piter .txt-banner {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 2vw;
}

@media (min-width: 476px) {
  #front__screen-1 .screen__container_doktor-piter .txt-1, #front__screen-1 .screen__container_doktor-piter .txt-2, #front__screen-1 .screen__container_doktor-piter .txt-3, #front__screen-1 .screen__container_doktor-piter .detail {
    display: none;
  }
}

@media (max-width: 475px) {
  #front__screen-1 .screen__container_doktor-piter div[class*="img"] {
    display: none;
  }
}

#front__screen-1 .screen__container_doktor-piter .txt-1 {
  font-size: 25px;
}

#front__screen-1 .screen__container_doktor-piter .txt-2 {
  margin-top: 30px;
  font-weight: 600;
}

#front__screen-1 .screen__container_doktor-piter .txt-3 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 25px;
}

#front__screen-1 .screen__container_doktor-piter div[class*="img"] {
  position: absolute;
  z-index: 1;
}

#front__screen-1 .screen__container_doktor-piter div[class*="img"] img {
  max-width: 100%;
  width: 100%;
}

/* ================ c 1920 до 1199 ======================= */
#front__screen-1 .screen__container_doktor-piter .img-3 {
  top: 6rem;
  left: 50%;
  transform: translateX(calc(-50% - 34vw));
  width: 23vw;
}

#front__screen-1 .screen__container_doktor-piter .img-5 {
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
  width: 26vw;
}

#front__screen-1 .screen__container_doktor-piter .img-10 {
  top: 4.8rem;
  left: 50%;
  transform: translateX(calc(-50% + 33vw));
  width: 27vw;
}

#front__screen-1 .screen__container_doktor-piter .img-8 {
  display: none
}

#front__screen-1 .screen__container_doktor-piter .img-8 {
  top: 19rem;
  left: 50%;
  transform: translateX(calc(-50% - 31.6vw));
  width: 28vw;
}

#front__screen-1 .screen__container_doktor-piter .img-9 {
  top: 18rem;
  left: 50%;
  transform: translateX(calc(-50% + 34.8vw));
  width: 22vw;
}

#front__screen-1 .screen__container_doktor-piter .img-6 {
  top: 35.8rem;
  left: 50%;
  transform: translateX(calc(-50% + 28.5vw));
  width: 34vw;
}

#front__screen-1 .screen__container_doktor-piter .img-1 {
  top: 34rem;
  left: 50%;
  transform: translateX(calc(-50% + 44vw));
  z-index: 2 !important;
  width: 6vw;
}


#front__screen-1 .screen__container_doktor-piter .img-2 {
  top: 42rem;
  left: 50%;
  transform: translateX(calc(-50% - 19vw));
  width: 24vw;
}

#front__screen-1 .screen__container_doktor-piter .img-4 {
  top: 42rem;
  left: 50%;
  transform: translateX(calc(-50% + 20vw));
  width: 24vw;
}

#front__screen-1 .screen__container_doktor-piter .img-7 {
  display: none;
}

#front__screen-1 .screen__container_doktor-piter .txt-banner-1 {
  top: 18rem;
  left: 50%;
  transform: translateX(calc(-50% - 18.3vw));
  width: 55vw;
  font-size: 1.4vw;
}

#front__screen-1 .screen__container_doktor-piter .txt-banner-2 {
  top: 30rem;
  left: 50%;
  transform: translateX(calc(-50% - 18.3vw));
  width: 55vw;
  font-size: 1.4vw;
}

#front__screen-1 .screen__container_doktor-piter .txt-banner-4 {
  top: 42rem;
  left: 50%;
  transform: translateX(calc(-50% - 20.8vw));
  width: 50vw;
  font-size: 1.4vw;
}

#front__screen-1 .screen__container_doktor-piter .txt-banner-3 {
  top: 26.9rem;
  left: 50%;
  transform: translateX(calc(-50% + 27.5vw));
  width: 36vw;
  font-size: 1.4vw;
  text-align: right;
}

#front__screen-1 .screen__container_doktor-piter .txt-banner-1 b {
  font-size: 130%;
  margin-bottom: 10px;
  display: block;
}


/* ================ c 1199 до 768 ======================= */
@media (max-width: 1199px) {
  #front__screen-1 .screen__container_doktor-piter .img-3 {
    top: 6rem;
    left: 50%;
    transform: translateX(calc(-50% - 28vw));
    width: 35vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-5 {
    left: 50%;
    top: 6.4rem;
    transform: translateX(calc(-50% + 27vw));
    width: 37vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-10 {
    top: 17.8rem;
    left: 50%;
    transform: translateX(calc(-50% - 30.6vw));
    width: 33vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-8 {
    top: 34rem;
    left: 50%;
    transform: translateX(calc(-50% - 23vw));
    width: 45vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-9 {
    top: 38.3rem;
    left: 50%;
    transform: translateX(calc(-50% - -28.2vw));
    width: 37vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-6 {
    top: 17rem;
    left: 50%;
    transform: translateX(calc(-50% + 20vw));
    width: 52vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-1 {
    top: 15rem;
    left: 50%;
    transform: translateX(calc(-50% + 42vw));
    z-index: 2 !important;
    width: 11vw;
  }
  
  
  #front__screen-1 .screen__container_doktor-piter .img-2 {
    top: 44rem;
    left: 50%;
    transform: translateX(calc(-50% - 24vw));
    width: 33vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-4 {
    top: 44rem;
    left: 50%;
    transform: translateX(calc(-50% + 25vw));
    width: 33vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-7 {
    display: none;
  }

  #front__screen-1 .screen__container_doktor-piter .txt-banner-1 {
    top: 30.5rem;
    left: 50%;
    transform: translateX(calc(-50% - 20.3vw));
    width: 52vw;
    font-size: 1.8vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-2 {
    top: 41rem;
    left: 50%;
    transform: translateX(calc(-50% - 20.3vw));
    width: 52vw;
    font-size: 1.8vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-4 {
    top: 45.8rem;
    left: 50%;
    transform: translateX(calc(-50% + 29.1vw));
    width: 34vw;
    font-size: 1.9vw;
    text-align: right;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-3 {
    top: 30.5rem;
    left: 50%;
    transform: translateX(calc(-50% + 27.5vw));
    width: 36vw;
    font-size: 1.8vw;
    text-align: right;
  }

}

/* ================ c 768 до 576 ======================= */
@media (max-width: 768px) {
  #front__screen-1 .screen__container_doktor-piter .img-3 {
    display: none;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-5 {
    top: 2rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 57vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-10 {
    top: 13.8rem;
    left: 50%;
    transform: translateX(calc(-50% - 20vw));
    width: 45vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-8 {
    top: 29.5rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 54vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-9 {
    top: 39.3rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 50vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-6 {
    display: none
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-1 {
    display: none;
  }
  
  
  #front__screen-1 .screen__container_doktor-piter .img-2 {
    top: 45rem;
    left: 50%;
    transform: translateX(calc(-50% - 24vw));
    width: 43vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-4 {
    top: 45rem;
    left: 50%;
    transform: translateX(calc(-50% + 25vw));
    width: 43vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-7 {
    top: 12rem;
    left: 50%;
    transform: translateX(calc(-50% + 28vw));
    width: 25vw;
    display: block;
  }

  #front__screen-1 .screen__container_doktor-piter .txt-banner-1 {
    top: 25.5rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 95vw;
    font-size: 3vw;
    text-align: center;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-2 {
    display: none;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-4 {
    top: 45.8rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 77vw;
    font-size: 3vw;
    text-align: center;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-3 {
    top: 34.5rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 74vw;
    font-size: 3vw;
    text-align: center;
  }

}

/* ================ c 576 до 450 ======================= */
@media (max-width: 576px) {
  #front__screen-1 .screen__container_doktor-piter .img-3 {
    display: none;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-5 {
    top: 3rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 75vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-10 {
    top: 13.9rem;
    left: 50%;
    transform: translateX(calc(-50% - 21vw));
    width: 47vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-8 {
    top: 29.5rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 78vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-9 {
    top: 38.4rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 73vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-6 {
    display: none
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-1 {
    display: none;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-2 {
    top: 45rem;
    left: 50%;
    transform: translateX(calc(-50% - 24vw));
    width: 43vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-4 {
    top: 45rem;
    left: 50%;
    transform: translateX(calc(-50% + 25vw));
    width: 43vw;
  }
  
  #front__screen-1 .screen__container_doktor-piter .img-7 {
    top: 12rem;
    left: 50%;
    transform: translateX(calc(-50% + 27vw));
    width: 26vw;
    display: block;
  }

  #front__screen-1 .screen__container_doktor-piter .txt-banner-1 {
    top: 23rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 95vw;
    font-size: 4vw;
    text-align: center;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-2 {
    display: none;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-4 {
    display: none;
  }
  
  #front__screen-1 .screen__container_doktor-piter .txt-banner-3 {
    top: 45.5rem;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 74vw;
    font-size: 4vw;
    text-align: center;
  }

}
/* ================ c 475 ======================= */
@media (max-width: 475px) {
  #front__screen-1 .screen__container_doktor-piter .img-3 {
    top: -34vw;
    left: 50%;
    transform: translateX(calc(-50%));
    width: 71vw;
    display: block !important;
  }
  #front__screen-1 .screen__container_doktor-piter .img-7 {
    width: 45vw;
    display: block !important;
    position: relative !important;
    top: unset;
    left: -4%;
    margin-top: 20px;
  }
  #front__screen-1 .screen__container_doktor-piter .txt-banner {
    display: none;
  }
}

/* ================ Налоговый вычет ================= */
.kl-topbar {
  background: linear-gradient(to right, rgb(253, 250, 255) 0%, rgb(217, 201, 229) 100%);
  padding: 90px 0;
  margin: 0 0 100px;
}

.kl-topbar__desc {
  max-width: 576px;
}

.kl-topbar__title {
  display: block;
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .kl-topbar__title {
    font-size: 42px;
    margin: 0 0 80px;
  }
}

.kl-topbar__text {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #6D676D;
  text-align: start !important;
}
@media (min-width: 768px) {
  .kl-topbar__text {
    font-size: 24px;
  }
}

.kl-tax {
  margin: 0 0 100px;
}

.kl-tax__form {
  max-width: 960px;
}
.kl-tax__form .kl-row {
  margin: 0 -10px -20px;
}
.kl-tax__form .kl-row > [class^=kl-col] {
  padding: 0 10px 20px;
}
.kl-tax__form .ui-validate {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  text-indent: 0;
  padding: 8px 0 0 0;
  font: 400 12px/1 "Open Sans", sans-serif;
  color: #D60E0E;
}
.kl-tax__form .ui-period {
  position: relative;
  margin: 0 0 20px;
  max-width: 470px;
}
.kl-tax__form .ui-period:after {
  content: "—";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 -20px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
}
.kl-tax__form .ui-period .kl-row {
  margin: 0 -20px;
}
.kl-tax__form .ui-period .kl-row > [class^=kl-col] {
  padding: 0 20px;
}
.kl-tax__form .ui-fieldset {
  display: block;
  margin: 0 0 60px;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
.kl-tax__form .ui-legend {
  display: block;
  margin: 0 0 40px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #663F63;
  opacity: 0.8;
}
.kl-tax__form .ui-spacer {
  display: block;
  height: 60px;
}
.kl-tax__form .ui-placeholder {
  margin: 0;
}
.kl-tax__form .ui-placeholder.is-error .ui-placeholder__input, .kl-tax__form .ui-placeholder.is-error .ui-placeholder__textarea {
  box-shadow: none;
  border-color: #D60E0E;
}
.kl-tax__form .ui-placeholder__input, .kl-tax__form .ui-placeholder__textarea {
  background: #F7F8FA;
  font-family: "Open Sans", sans-serif;
  padding: 15px 20px;
  border-width: 1px;
  border-radius: 0;
}
.kl-tax__form .ui-placeholder__input:hover, .kl-tax__form .ui-placeholder__textarea:hover {
  border-color: #C39ED1;
}
.kl-tax__form .ui-placeholder__input:hover ~ .ui-placeholder__label, .kl-tax__form .ui-placeholder__textarea:hover ~ .ui-placeholder__label {
  color: #663F63;
}
.kl-tax__form .ui-placeholder__input:focus, .kl-tax__form .ui-placeholder__textarea:focus {
  box-shadow: none;
  border-color: #c39ed1;
  background: #fff;
}
.kl-tax__form .ui-placeholder__input:focus ~ .ui-placeholder__label, .kl-tax__form .ui-placeholder__textarea:focus ~ .ui-placeholder__label {
  color: #663F63;
}
.kl-tax__form .ui-placeholder__input:not(:placeholder-shown), .kl-tax__form .ui-placeholder__textarea:not(:placeholder-shown) {
  box-shadow: none;
  border-color: rgba(195, 158, 209, 0.5);
  background: #fff;
}
.kl-tax__form .ui-placeholder__input:not(:placeholder-shown) ~ .ui-placeholder__label, .kl-tax__form .ui-placeholder__textarea:not(:placeholder-shown) ~ .ui-placeholder__label {
  color: #663F63;
}
.kl-tax__form .ui-placeholder__input:focus ~ .ui-placeholder__label, .kl-tax__form .ui-placeholder__textarea:focus ~ .ui-placeholder__label, .kl-tax__form .ui-placeholder__input:not(:placeholder-shown) ~ .ui-placeholder__label, .kl-tax__form .ui-placeholder__textarea:not(:placeholder-shown) ~ .ui-placeholder__label {
  -ms-transform: translate(0, -30px) scale(0.75);
  transform: translate(0, -30px) scale(0.75);
  background: #fff;
  color: #663F63;
}
.kl-tax__form .ui-placeholder__label {
  font-family: "Open Sans", sans-serif;
  opacity: 1;
  color: rgba(102, 63, 99, 0.6);
  width: auto;
  padding: 0 4px;
  position: absolute;
  top: 30px;
  left: 16px;
  height: 30px;
  margin: -15px 0 0 0;
  -ms-transform-origin: 20px 0;
  transform-origin: 20px 0;
}
.kl-tax__form .ui-checklist {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.kl-tax__form .ui-checklist > li {
  margin: 0 0 20px;
  text-indent: unset !important;
}
.kl-tax__form .ui-checklist > li:last-child {
  margin: 0;
}
.kl-tax__form .ui-checklist > li:before {
  display: none !important;
}
.kl-tax__form .ui-check {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 0 20px;
}
.kl-tax__form .ui-check:last-child {
  margin: 0;
}
.kl-tax__form .ui-check:hover .ui-check__checkbox {
  border-color: #663F63;
}
.kl-tax__form .ui-check:hover .ui-check__text {
  color: #663F63;
}
.kl-tax__form .ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.kl-tax__form .ui-check__input:checked ~ .ui-check__radio:after {
  opacity: 1;
}
.kl-tax__form .ui-check__input:checked ~ .ui-check__checkbox {
  background: #663F63;
  border-color: #663F63;
}
.kl-tax__form .ui-check__input:checked ~ .ui-check__checkbox:after {
  opacity: 1;
}
.kl-tax__form .ui-check__input.is-error ~ .ui-check__checkbox {
  border-color: #D60E0E;
}
.kl-tax__form .ui-check__radio {
  width: 26px;
  height: 26px;
  border: 2px solid #C39ED1;
  border-radius: 50%;
  margin: 0 10px 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
}
.kl-tax__form .ui-check__radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #C39ED1;
  border-radius: 50%;
  transition: opacity 0.25s;
  opacity: 0;
}
.kl-tax__form .ui-check__checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin: 0 12px 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1.5px solid #6D676D;
  position: relative;
  transition: 0.25s;
}
.kl-tax__form .ui-check__checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.99992L3.58 6.82992L9.25 1.16992' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: opacity 0.25s;
  opacity: 0;
}
.kl-tax__form .ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font: 400 18px/1.4 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.8);
  transition: color 0.25s;
}
.kl-tax__form .ui-additional {
  display: none;
  padding: 40px 0 0 0;
  max-width: 960px;
}
.kl-tax__form .ui-additional.is-active {
  display: block;
}
.kl-tax__form .ui-required {
  display: block;
  margin: 0 0 40px;
  font: 400 18px/1.4 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.8);
}
.kl-tax__form .ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  font: 400 16px/1.625 "Open Sans", sans-serif;
}
.kl-tax__form .ui-select select {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px 50px 10px 20px;
  color: #663F63;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F7F8FA;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 8L12.5 16L19.5 8' stroke='%23663F63' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px 24px;
}
.kl-tax__form .ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
}
.kl-tax__form .ui-select .selectric {
  position: relative;
  overflow: hidden;
  background: #F7F8FA;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 10px 50px 10px 20px;
  height: 60px;
  color: #663F63;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: background 0.25s;
}
.kl-tax__form .ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
  border-radius: 0;
  color: inherit;
}
.kl-tax__form .ui-select .selectric .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  z-index: 110;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kl-tax__form .ui-select .selectric .arrow svg {
  position: relative;
  display: block;
  transition: transform 0.25s;
  width: 100%;
  height: 100%;
}
.kl-tax__form .ui-select .selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #C39ED1;
  border-radius: 0;
  z-index: 100;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
  margin: -1px 0 0 0;
  padding: 0;
  overflow: hidden;
  transition: opacity 0.25s, visiblity 0.25s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.kl-tax__form .ui-select .selectric-items .selectric-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 176px;
}
.kl-tax__form .ui-select .selectric-items .scrollbar-track-y {
  background: #fff;
}
.kl-tax__form .ui-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kl-tax__form .ui-select .selectric-items li {
  position: relative;
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  transition: color 0.25s;
  color: #663F63;
  border-bottom: 1px solid #C39ED1;
}
.kl-tax__form .ui-select .selectric-items li:last-child {
  border: none;
}
.kl-tax__form .ui-select .selectric-items li:hover {
  background: #F7F8FA;
  color: #663F63;
}
.kl-tax__form .ui-select .selectric-items li.selected {
  background: #C39ED1;
  color: #fff;
}
.kl-tax__form .ui-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
.kl-tax__form .ui-select .selectric-items li.disabled .selectric-checkbox {
  display: none;
}
.kl-tax__form .ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 30px;
}
.kl-tax__form .ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.kl-tax__form .ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.kl-tax__form .ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.kl-tax__form .ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.kl-tax__form .ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.kl-tax__form .ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
}
.kl-tax__form .ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.kl-tax__form .ui-select .selectric-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0;
  border: 2px solid #828282;
  color: #828282;
  transition: 0.25s;
  opacity: 0.4;
}
.kl-tax__form .ui-select .selectric-radio svg {
  display: block;
  width: 12px;
  height: 8px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  color: inherit;
  transition: opacity 0.25s;
}
.kl-tax__form .ui-select .selectric-open {
  z-index: 500;
}
.kl-tax__form .ui-select .selectric-open .selectric {
  border-color: #C39ED1;
}
.kl-tax__form .ui-select .selectric-open .selectric .arrow svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.kl-tax__form .ui-select .selectric-open .selectric-items {
  display: block;
  opacity: 1;
  visibility: visible;
}
.kl-tax__form .ui-select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-error [name="agree"] + .ui-check__checkbox {
  border-color: #D60E0E;
}
.kl-tax .text-scs {
  font-size: 2rem;
}
.kl-tax__items {
  margin-bottom: 25px;
}
.kl-tax__item:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #c39ed1;
}
.kl-tax .ui-btn {
  padding: 10px 25px;
  min-height: 41px;
}
.kl-tax__remove {
  background: #E9DEF0;
  color: #6D676D;
}

.force-stretch {
  width: 100vw;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.page-node-1120 .kl-implants {
  margin-bottom: -31px;
  padding: 50px 0;
}

@media (min-width: 1200px) {
  .page-node-1120 .kl-implants > .kl-container-fluid {
    padding: 0px 95px;
  }
}

body.node-type-m-stock.page-node-1120 .field-name-body .kl-implants p {
  margin-bottom: 0;
}

#front__screen-1 .screen__container-konsultaciya-i-kt .txt-1 {
  color: #664063;
  line-height: 110%;
  font-size: 45px;
  margin-right: 25px;
  font-weight: 600;
  max-width: 440px;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-konsultaciya-i-kt .txt-1 {
    font-size: 35px;
  }
}

#front__screen-1 .screen__container-konsultaciya-i-kt .txt-3 {
  color: #AF8ABD;
  font-family: Georgia;
  font-style: italic;
  line-height: 120%;
  margin-top: 24px;
  font-size: 18.7px;
  margin-right: 0;
  max-width: 460px;
}
/* ------------------------------------- */
#front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-1 {
  color: #fff;
  line-height: 110%;
  font-size: 45px;
  font-weight: 600;
  max-width: 540px;
}
#front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-2 {
  color: #fff;
  font-family: "TrajanPro3Light";
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 30px;
  text-transform: none;
  max-width: 479px;
}
#front__screen-1 .screen__container-top-10-stomatologiy-spb .detail a {
  background-image: linear-gradient(-42deg, #664063 0%, #996795 100%);
  color: #fff;
}
#front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-3 {
  font-size: 13px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 532px;
}
.background-img--top-10-stomatologiy-spb {
  position: relative;
}
.background-img--top-10-stomatologiy-spb .txt{
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  font-size: 10px;
  max-width: 47%;
}
@media (max-width: 1199px) {
  #front__screen-1 .screen__container.screen__container-top-10-stomatologiy-spb {
      -ms-flex-align: flex-end;
      align-items: flex-end;
  }
}
@media (min-width: 768px) {
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-1 {
    margin-right: 0;
  }
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-2 {
    margin-right: 65px;
  }
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .detail a {
    background: #fff;
    color: #784f75;
  }
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .detail {
    margin-right: 318px;
    margin-top: 60px;
  }
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-3 {
    margin: 70px 6px 0 0;
  }
}
@media (max-width: 767px) {
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-1 {
    margin-top: 440px;
  }
}
@media (min-width: 476px) {
  .background-img--top-10-stomatologiy-spb .txt{
    display: none;
  }
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-1 {
    font-size: 35px;
    color: #664063;
    margin-top: 60px;
  }
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-2 {
    color: #6D676D;
    font-family: "TrajanPro3-Regular";
  }
  #front__screen-1 .screen__container-top-10-stomatologiy-spb .txt-3 {
    display: none;
  }
}

/* ------------------ Баннер :: Диагностика ортдонта в подарок------------------- */
#front__screen-1 .screen__container-diagnostika-ortodonta-v-podarok .txt-1 {
  color: #664063;
  line-height: 110%;
  font-size: 45px;
  margin-right: 45px;
  font-weight: 600;
  max-width: 650px;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-diagnostika-ortodonta-v-podarok .txt-1 {
    font-size: 35px;
  }
}
#front__screen-1 .screen__container-diagnostika-ortodonta-v-podarok .txt-2 {
  color: #664063;
  font-family: "TrajanPro3Light";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 25px;
  max-width: 675px;
}
@media (min-width: 768px) {
  #front__screen-1 .screen__container-diagnostika-ortodonta-v-podarok .txt-2 {
      font-size: 25px;
      margin-right: 20px;
  }
}

#front__screen-1 .screen__container-diagnostika-ortodonta-v-podarok .txt-3 {
  color: #AF8ABD;
  font-family: Georgia;
  font-style: italic;
  line-height: 120%;
  margin-top: 23px;
  font-size: 38.7px;
  margin-right: 42px;
}
@media (min-width: 768px) {
  #front__screen-1 .screen__container-diagnostika-ortodonta-v-podarok .detail {
    margin-right: 455px;
  }
}

/* ------------------ Баннер :: Подари себе улыбку мечты ------------------- */
#front__screen-1 .screen__container-podari-sebe-ulybku-mechty .txt-1 {
  color: #664063;
  line-height: 110%;
  font-size: 45px;
  margin-right: 45px;
  max-width: 650px;
  font-weight: 400;
  margin-top: 200px;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-podari-sebe-ulybku-mechty .txt-1 {
    margin-top: 60px;
    font-size: 35px;
  }
}
#front__screen-1 .screen__container-podari-sebe-ulybku-mechty .txt-2 {
  color: #664063;
  font-family: "TrajanPro3Light";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  margin-top: 20px;
  margin-right: 25px;
  max-width: 675px;
}
@media (min-width: 768px) {
  #front__screen-1 .screen__container-podari-sebe-ulybku-mechty .txt-2 {
      font-size: 25px;
      margin-right: 18px;
  }
}

#front__screen-1 .screen__container-podari-sebe-ulybku-mechty .txt-3 {
  color: #AF8ABD;
  font-family: Georgia;
  line-height: 120%;
  margin-top: 23px;
  margin-right: 0px;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  max-width: 693px;
}

@media (max-width: 475px) {
  #front__screen-1 .screen__container-podari-sebe-ulybku-mechty .txt-3 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #front__screen-1 .screen__container-podari-sebe-ulybku-mechty .detail {
    margin-right: 455px;
  }
}
/* ==================== Веб Формы =================== */
.webform-client-form-1136 {
  max-width: 100% !important;
}
/* ------------------ Баннер :: С новым годом ------------------- */
#front__screen-1 .screen__container-new-year .txt-1 {
  color: #664063;
  line-height: 110%;
  font-size: 45px;
  margin-right: 202px;
  max-width: 460px;
  font-weight: 700;
  margin-top: 222px;
}
#front__screen-1 .screen__container-new-year .txt-2 {
  color: #664063;
  font-family: "TrajanPro3Light";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  margin-top: 20px;
  margin-right: 25px;
  max-width: 659px;
}
#front__screen-1 .screen__container-new-year .txt-3 {
  color: #AF8ABD;
  font-family: Georgia;
  line-height: 130%;
  margin-top: 23px;
  margin-right: 290px;
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  max-width: 693px;
}
@media (max-width: 1199px) {
  #front__screen-1 .screen__container-new-year {
    align-items: flex-end;
  }
  #front__screen-1 .screen__container-new-year .txt-1 {
    margin-right: 0;
  }
  #front__screen-1 .screen__container-new-year .txt-2 {
    max-width: 455px;
  }
  #front__screen-1 .screen__container-new-year .txt-3 {
    margin-right: 0;
    max-width: 455px;
  }
}
@media (max-width: 767px) {
  #front__screen-1 .screen__container-new-year {
    align-items: center;
  }
  #front__screen-1 .screen__container-new-year .txt-1 {
    margin-right: auto;
  }
  #front__screen-1 .screen__container-new-year .txt-2 {
    margin-right: auto;
  }
  #front__screen-1 .screen__container-new-year .txt-3 {
    margin-right: auto;
  }
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-new-year .txt-1 {
    margin-top: 60px;
    font-size: 35px;
  }
  #front__screen-1 .screen__container-new-year .txt-3 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #front__screen-1 .screen__container-new-year .txt-2 {
    font-size: 25px;
    margin-right: 0px;
  }
}


/* ------------------ Баннер :: Отбеливание одной челюсти ------------------- */
#front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti {
  align-items: flex-start;
}

#front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-1 {
  color: #663F63;
  font-family: "TrajanPro3-Regular";
  margin-top: 150px;
}
#front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-1 del {
  display: block;
  font-size: 26px;
}
#front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-1 ins {
  display: block;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 18px;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-1 {
    margin-top: 60px;
  }
  #front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-1 del {
    font-size: 20px;
  }
  #front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-1 ins {
    font-size: 32px;
    margin-top: 10px;
  }
}
#front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-2 {
  color: #663F63;
  font-family: "TrajanPro3-Regular";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px;
  max-width: 560px;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-2 {
    font-size: 27px;
    margin-top: 24px;
  }
}
#front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-3 {
  color: #6D676D;
  font-family: "TrajanPro3-Regular";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 40px;
  margin-right: 0;
  max-width: 660px;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-otbelivanie-odnoy-chelyusti .txt-3 {
    font-size: 18.5px;
    margin-top: 20px;
  }
}

/* ---------------- Technical Works -----------------  */
#front__screen-1 .screen__container-rozovye-viniry .txt-1 {
  color: #663F63;
  font-family: "TrajanPro3-Regular";
  margin-top: 240px;
  font-size: 40px;
  max-width: 750px;
  margin-right: auto;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-rozovye-viniry .txt-1 {
    margin-top: 60px;
    font-size: 35px;
  }
}
#front__screen-1 .screen__container-rozovye-viniry .txt-2 {
  color: #663F63;
  font-family: "TrajanPro3Light";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px;
  max-width: 560px;
  margin-right: auto;
}
@media (max-width: 475px) {
  #front__screen-1 .screen__container-rozovye-viniry .txt-2 {
    font-size: 20px;
    margin-top: 24px;
    line-height: 1.2;
  }
}
#front__screen-1 .screen__container-rozovye-viniry .detail {
  margin-right: auto;
}

/* ---------------- Technical Works -----------------  */
#front__screen-1 .screen__container-technical-works .txt-1 {
  color: #664063;
  font-family: "TrajanPro3-Regular";
  font-size: 48px;
  margin-right: 0px;
  font-weight: 400;
  max-width: 685px;
  line-height: 116.667%;
}
@media (max-width: 1199px) {
  #front__screen-1 .screen__container-technical-works .txt-1 {
    font-size: 28px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #front__screen-1 .screen__container-technical-works .txt-1 {
    font-size: 27px;
    text-align: center;
  }
}
#front__screen-1 .screen__container-technical-works .txt-2 {
  color: #664063;
  font-family: "TrajanPro3-Regular";
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 7px;
  max-width: 675px;
  line-height: 120%;
}
@media (max-width: 1199px) {
  #front__screen-1 .screen__container-technical-works .txt-2 {
    text-align: right;
    font-size: 19px;
    padding-left: 100px;
  }
}
@media (max-width: 768px) {
  #front__screen-1 .screen__container-technical-works .txt-2 {
      font-size: 21px;
      margin-right: 4px;
      text-align: center;
      padding: 0;
  }
}

#front__screen-1 .screen__container-technical-works .txt-2 a {
  color: inherit;
}

/* =========== Обычные страницы ========== */
.field-type-text-with-summary p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.field-type-text-with-summary h2, .field-type-text-with-summary h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.pimg + p.clear-both {
  height: 0;
  margin: 0;
}
.clear-both {
  clear: both;
}
.field-type-text-with-summary img[style*="float:left"] {
  margin: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .field-type-text-with-summary img[style*="float:left"] {
    margin-right: 0;
    float: none !important;
    display: block;
  }
}

/* ----------- */
@media (min-width: 1200px) {
  .page-injuries .kl-intro {
    padding: 70px 0 90px;
    overflow: hidden;
  }
  .page-injuries .kl-intro__title {
    margin: 0 0 40px;
  }
  .page-injuries .kl-intro__image {
    position: relative;
    top: 90px;
    margin: -160px 0 0 0;
  }
  .page-injuries .kl-intro__image img {
    max-width: 380px;
  }
}
.kl-intro__text {
  display: block;
  margin: 0;
  font: 400 18px/1.4 "Open Sans", sans-serif;
  max-width: 740px;
  color: rgba(109, 103, 109, 0.8);
}
.kl-article {
  font: 400 18px/1.4 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.8);
}
.kl-article .kl-row {
  margin: 0 -20px -40px;
  padding-bottom: 40px;
}
.kl-article .kl-row > [class^=kl-col] {
  padding: 0 20px 40px;
}
@media (min-width: 992px) {
  .kl-article .kl-row > [class^=kl-col].kl-col-lg-auto {
    max-width: 365px;
    -ms-flex: 0 0 365px;
    flex: 0 0 365px;
  }
  .kl-article .kl-row > [class^=kl-col].kl-col-lg {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .kl-article .kl-row > [class^=kl-col].kl-col-lg-6 picture {
    max-width: 100%;
  }
}
.kl-article .kl-row:last-child {
  padding-bottom: 0;
}
.kl-article h2 {
  display: block;
  margin: 0 0 40px;
  font: 400 24px/1.125 "TrajanPro3-Regular", serif;
  text-transform: uppercase;
  color: #856582;
}
.kl-article h2:last-child {
  margin-bottom: 0;
}
.kl-article h3 {
  display: block;
  margin: 0 0 25px;
  font: 400 20px/1.125 "TrajanPro3-Regular", serif;
  text-transform: uppercase;
  color: #856582;
}
.kl-article h3:last-child {
  margin-bottom: 0;
}
.kl-article picture {
  display: block;
  margin: 0 0 40px;
  overflow: hidden;
  max-width: 500px;
  border-radius: 0 40px 0 40px;
}
.kl-article picture img {
  display: block;
  max-width: 100%;
}
.kl-article picture:last-child {
  margin-bottom: 0;
}
.kl-article ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.kl-article ul:last-child {
  margin-bottom: 0;
}
.kl-article ul > li {
  position: relative;
  padding: 0 0 0 19px;
  margin: 0 0 5px !important;
  line-height: normal !important;
  text-indent: unset !important;
}
.kl-article ul > li:before {
  content: "" !important;
  display: block;
  position: absolute !important;
  top: 0.5em !important;
  left: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #C39ED1;
}
.kl-article ul > li:last-child {
  margin-bottom: 0;
}
.kl-article ol {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font: 400 20px/1.4 "TrajanPro3-Regular", serif;
  counter-reset: point;
}
.kl-article ol > li {
  position: relative;
  margin: 0 0 26px;
  padding: 0 0 0 78px;
  min-height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.kl-article ol > li:before {
  content: counter(point);
  counter-increment: point 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgb(142, 95, 137) 0%, rgb(102, 65, 100) 100%);
  color: #fff;
  font-size: 30px;
}
.kl-article ol > li:last-child {
  margin-bottom: 0;
}
.kl-article ol:last-child {
  margin-bottom: 0;
}
.kl-article mark, .kl-article blockquote > p {
  background: none;
  color: #C39ED1;
  font-weight: 700;
}
.kl-article blockquote {
  margin: 0 0 40px;
  background: #F7F8FA;
  border-radius: 0 40px 0 40px;
  padding: 30px;
  border: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
.kl-article blockquote:last-child {
  margin-bottom: 0;
}
.kl-article p {
  display: block;
  margin: 0 0 10px;
}
.kl-article p:last-child {
  margin-bottom: 0;
}
.kl-article p + ul {
  margin-top: 10px;
}
.kl-article p + h2, .kl-article p + h3, .kl-article p + ol, .kl-article p + picture, .kl-article p + blockquote, .kl-article p + a, .kl-article p + strong {
  margin-top: 45px;
}
.kl-article small {
  font-size: 18px;
}
.kl-article strong {
  display: block;
  margin: 0 0 40px;
  color: #856582;
}
.kl-article p strong {
  display: inline;
}
.kl-article .ui-btn {
  min-height: 58px;
}
.kl-article__section {
  padding: 80px 0;
}
.kl-article__section:nth-of-type(even) {
  background: #F7F8FA;
}
.kl-article__section--violet {
  background: #EDE2F1;
}
.kl-article__section--violet blockquote {
  background: #fff;
}
.kl-request {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0;
  margin: 0;
  background: url(../images/bg-kl-request.png) 50% 50% no-repeat;
  background-size: cover;
}
.kl-request--consultation {
  padding: 110px 0;
}
@media (max-width: 991px) {
  .kl-request--consultation {
    padding: 80px 0;
  }
}
.kl-request .kl-row {
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -10px -20px;
}
.kl-request .kl-row > [class^=kl-col] {
  padding: 0 10px 20px;
}
@media (max-width: 991px) {
  .kl-request {
    background: linear-gradient(to right, rgb(232, 212, 224) 0%, rgb(246, 236, 245) 100%);
  }
}
.kl-request__desc {
  position: relative;
  z-index: 2;
}
.kl-request__title {
  display: block;
  margin: 0 -120px 15px 0;
  font: 400 30px/1.125 "TrajanPro3SemiBold", serif;
  text-transform: none;
  color: #867D84;
}
@media (max-width: 991px) {
  .kl-request__title {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.kl-request__phone {
  white-space: nowrap;
  margin: 0 0 15px;
  font: 400 70px/1.125 "TrajanPro3-Regular", serif;
}
.kl-request__phone a {
  text-decoration: none;
  color: #805D7C;
}
.kl-request__phone a:hover {
  text-decoration: none;
  color: #805D7C;
}
@media (max-width: 991px) {
  .kl-request__phone {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .kl-request__phone {
    font-size: 30px;
  }
}
.kl-request__text {
  display: block;
  margin: 0 0 40px;
  font: 600 18px/1.4 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.8);
}
.kl-request__form {
  max-width: 585px;
}
.kl-request__form .ui-placeholder {
  margin: 0;
}
.kl-request__form .ui-placeholder__input, .kl-request__form .ui-placeholder__textarea {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  font: 400 16px/1.2 "Open Sans", sans-serif;
}
.kl-request__form .ui-placeholder__input:hover, .kl-request__form .ui-placeholder__textarea:hover {
  border-color: rgb(255, 255, 255);
}
.kl-request__form .ui-placeholder__input:hover ~ .ui-placeholder__label, .kl-request__form .ui-placeholder__textarea:hover ~ .ui-placeholder__label {
  color: #663f63;
}
.kl-request__form .ui-placeholder__input:focus, .kl-request__form .ui-placeholder__textarea:focus {
  border-color: #fff;
  box-shadow: none;
}
.kl-request__form .ui-placeholder__input.is-error, .kl-request__form .is-error.ui-placeholder__textarea {
  box-shadow: none;
}
.kl-request__form .ui-placeholder__label {
  font: 400 16px/1.2 "Open Sans", sans-serif;
  color: rgba(102, 63, 99, 0.6);
  opacity: 1;
}
.kl-request__form .ui-check {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 0 0 20px;
}
.kl-request__form .ui-check:last-child {
  margin: 0;
}
.kl-request__form .ui-check:hover .ui-check__checkbox {
  border-color: #663F63;
}
.kl-request__form .ui-check:hover .ui-check__text {
  color: #663F63;
}
.kl-request__form .ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.kl-request__form .ui-check__input:checked ~ .ui-check__radio:after {
  opacity: 1;
}
.kl-request__form .ui-check__input:checked ~ .ui-check__checkbox {
  background: #663F63;
  border-color: #663F63;
}
.kl-request__form .ui-check__input:checked ~ .ui-check__checkbox:after {
  opacity: 1;
}
.kl-request__form .ui-check__input.is-error ~ .ui-check__checkbox {
  border-color: #D60E0E;
}
.kl-request__form .ui-check__radio {
  width: 26px;
  height: 26px;
  border: 2px solid #C39ED1;
  border-radius: 50%;
  margin: 0 10px 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
}
.kl-request__form .ui-check__radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #C39ED1;
  border-radius: 50%;
  transition: opacity 0.25s;
  opacity: 0;
}
.kl-request__form .ui-check__checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin: 0 12px 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1.5px solid #6D676D;
  position: relative;
  transition: 0.25s;
}
.kl-request__form .ui-check__checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.99992L3.58 6.82992L9.25 1.16992' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: opacity 0.25s;
  opacity: 0;
}
.kl-request__form .ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font: 400 18px/1.4 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.8);
  transition: color 0.25s;
}
.kl-request__form .ui-btn {
  min-height: 62px;
  padding: 0 50px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .kl-request__form .ui-btn {
    padding: 0 30px;
  }
}
.kl-request__image {
  position: relative;
  top: -80px;
  margin: 0 -160px -160px -60px;
  display: block;
  max-width: 707px;
}
.kl-request__image img {
  display: block;
  max-width: 100%;
}
@media (max-width: 991px) {
  .kl-request__image {
    top: 0;
    margin: 0 -20px -80px 0;
  }
}

.kl-article ol, .kl-article ul {
  padding-inline-start: 0 !important;
  text-align: left;
}
body.node-type-m-direction .big-image .field-name-field-image .field-item {
  background-size: cover;
}
body.node-type-m-direction .node-m-direction[about="/services/travmy-vyvihi-i-perelomy-zubov"] {
  padding-bottom: 0;
}
#header .header__services-counter-number {
  -webkit-text-fill-color: unset;
  color: #774e74;
  position: relative;
  top: 9px;
}

.nav-services__menu-link {
  padding-right: 25px;
}

/* ============== Для материала «Простая страница» =============== */
#content .node-simple-page p, #content .node-simple-page ol, #content .node-simple-page ol {
  text-align: left;
}
#content .node-simple-page ul li {
  font-size: 18px;
}

.is-error [name="agreement"] + .ui-check__checkbox {
  border-color: #D60E0E;
}

.btn-top-10 {
  position: fixed;
  bottom: 160px;
  right: 28px;
  z-index: 999;
}
.btn-top-10 linearGradient{
  transform: rotateZ(0deg);
  transition: transform .5s;
}
.btn-top-10:hover linearGradient {
  transform: rotateZ(180deg);
}

/* =========================== Наша миссия ========================= */

.mission {
  margin-top: 130px;
  margin-bottom: 75px;
}
.mission__container.container {
  width: 1400px;
  max-width: 1400px;
}
.mission__column {
  border-radius: 0px 134px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8E5F89), to(#664164));
  background: -o-linear-gradient(top, #8E5F89 0%, #664164 100%);
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
}
.mission__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 55px;
  padding: 98px 95px;
  padding-bottom: 0;
}
.mission__title {
  position: relative;
  font-family: 'TrajanPro3-Regular', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
}
.mission__title::before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  width: 143px;
  height: 106px;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  background-image: url('../images/mission/comment.svg');
  background-size: cover;
  background-position: center;
}
.mission__title span {
  position: relative;
  z-index: 1;
}
.mission__descr {
  font-family: 'Georgia', sans-serif;
  color: #ffffff;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.mission__comand {
  overflow: hidden;
}
.mission__comand img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width:1435px) {
  .mission__container.container {
      width: 100%;
      padding: 0 15px;
  }
}

@media (max-width:1199px) {
  .mission {
      margin-top: 80px;
      margin-bottom: 25px;
  }
  .mission__container.container {
      width: 728px;
  }
  .mission__column {
      border-radius: 0px 80px;
  }
  .mission__title::before {
      width: 110px;
      height: 80px;
      left: -16px;
  }
  .mission__box {
      gap: 20px;
      margin-bottom: 30px;
      padding: 40px;
      padding-bottom: 0;
  }
  .mission__descr {
      font-size: 20px;
  }
}

@media (max-width:767px) {
  .mission {
      margin-top: 55px;
      margin-bottom: 0;
  }
  .mission__container.container {
      width: 100%;
  }
  .mission__column {
      border-radius: 0px 35px;
  }
  .mission__title::before {
      width: 86px;
      height: 64px;
      left: 0px;
      top: 6px;
  }
  .mission__box {
      gap: 15px;
      margin-bottom: 30px;
      padding: 30px 15px;
      padding-bottom: 0;
  }
  .mission__descr {
      font-size: 17px;
  }
}

/* ======================= */
.grid-reasons {
  overflow: hidden;
}
.grid-reasons .container {
  width: 1250px;
}
.grid-reasons__wrapper {
  display: block;
  width: 100%;
  padding-bottom: 100px;
}
.grid-reasons__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  --animate-offset: 75px;
}
.grid-reasons__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--animate-offset);
}
.grid-reasons__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--animate-offset);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 100%;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}

.five-reason .grid-reasons .container .reasons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 83px 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  gap: 83px;
}

@media (max-width:1366px) {
  .five-reason .grid-reasons .container {
      width: auto;
      padding-left: 50px;
      padding-right: 50px;
  }
}
@media (max-width:1199px) {
  .grid-reasons__box {
      --animate-offset: 40px;
  }
  .grid-reasons__wrapper {
      padding-bottom: 90px;
  }
  .five-reason .grid-reasons .container {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 90px;
  }
  .five-reason .grid-reasons .container .reasons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 26px;
  }
  .grid-reasons__item img {
      max-width: 210px;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
  }
  .grid-reasons__item img.-small {
      max-width: 110px;
  }
}

@media (max-width:767px) {
  .grid-reasons__wrapper {
      padding-bottom: 60px;
  }
  .five-reason .grid-reasons .container {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 60px;
  }
  .grid-reasons__item {
      -ms-flex-pack: distribute;
          justify-content: space-around;
  }
  .grid-reasons__item img {
      max-width: 170px;
  }
  .grid-reasons__item img.-small {
      max-width: 90px;
  }
}

@-webkit-keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(calc(-100% - var(--animate-offset)));
              transform: translateX(calc(-100% - var(--animate-offset)));
  }
}

@keyframes marquee {
  0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(calc(-100% - var(--animate-offset)));
              transform: translateX(calc(-100% - var(--animate-offset)));
  }
}

/* ============== Налоговый вычет - Core ========== */
.dropdown-form {
  position: relative;
}
.dropdown-form__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-right: 30px;
  background: #F7F8FA;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 16px 20px;
  min-height: 60px;
  border: 1px solid transparent;
  color: rgba(102, 63, 99, 0.6);
  transition: 0.3s;
}
.dropdown-form__button:hover {
  border-color: #C39ED1;
  color: rgba(102, 63, 99, 1);
}
.dropdown-form__button:hover::after {
  opacity: 1;
}
.dropdown-form__button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../arrow-down.svg");
  transition: inherit;
  opacity: 0.6;
}
.dropdown-form__button span {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  pointer-events: none;
}
.dropdown-form__button.--active {
  border-color: #C39ED1;
  color: rgba(102, 63, 99, 1);
  border-bottom-color: transparent;
}
.dropdown-form__button.--active::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.dropdown-form__button.--color {
  color: rgba(102, 63, 99, 1);
}
.dropdown-form__list {
  position: absolute;
  bottom:  0;
  left: 0;
  transform: translateY(100%);
  z-index: 2;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #C39ED1;
  transition: 0.3s;
}
.dropdown-form__list.--visible {
  opacity: 1;
  pointer-events: auto;
}
.dropdown-form__list-item {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 20px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  cursor: pointer;
  color: #663F63;
  cursor: pointer;
  border-bottom: 1px solid #C39ED1;
  background-color: #ffffff;
  transition: 0.3s ease;
}
.dropdown-form__list-item:hover {
  color: #ffffff;
  background-color: #C39ED1;
  border-color: transparent;
}
.dropdown-form__list-item:last-child {
  border: none;
}
.dropdown-form__input-hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kl-tax .ui-btn {
  padding: 16px 30px;
}
.ui-required.-small {
  margin-bottom: 18px;
}
.ui-name {
  display: block;
  margin-top: 40px;
  margin-bottom: 24px;
  eading-trim: both;
  text-edge: cap;
  font-size: 20px;
  color: rgba(102, 63, 99, 0.7);
}

.my-child {
  display: none;
}
.my-child.--active {
  display: block;
}

/* ============== Налоговый вычет - Edits ========== */
.is-error .dropdown-form__button {
  border-color: #D60E0E;
}
.dropdown-form__button::after {
  background-image: url("../images/svg/arrow-down.svg");
}

/* ============== Правка первого экрана на странице До-после ========== */
.page-header--before_after {
  border-bottom: 1px solid #cecece;
  margin: 0 0 95px;
}
@media (max-width: 767px) {
  .page-header--before_after {
    margin: 0 0 45px;
    text-align: center;
  }
  .page-header--before_after h1 {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .page-header--before_after h1 {
    font-size: 25px;
  }
}
.view-v-before-after .item-list ul.pagination {
  margin: 40px 0 30px;
}
/* ========================== Tooltips ============================ */
.tooltip-worktime__content {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ================================ Новый шаблон направлений/услуг ================================= */

#content .breadcrumbs__menu ul li {
  font-family: "Open Sans", sans-serif;
}

.owl-nav .owl-prev {
  background: url(https://klinika-32.ru/sites/all/themes/uworld/assets/images/owl__left.png) no-repeat;
}
.owl-nav .owl-next {
  background: url(https://klinika-32.ru/sites/all/themes/uworld/assets/images/owl__right.png) no-repeat;
}

.new-page #content .node p {
text-align: left;
}
.new-page .kl-article ol > li {
  text-align: left;
}
.new-page .kl-article {
  padding-top: 80px;
  padding-bottom: 110px;
}
.new-page .kl-article__section {
  padding: 0;
}
.new-page #content .kl-article ul > li {
  font-size: 18px;
}
.new-page .kl-row:not(:last-child) {
  margin-bottom: 50px;
}
.new-page .kl-row {
  padding-bottom: 0;
}
.new-page .kl-row .kl-col-lg-auto,
.new-page .kl-row .kl-col-lg {
  padding-bottom: 0;
}
.new-page .why-we .title {
  margin-bottom: 15px;
  font-size: 24px;
  color: #663F63;
}
.new-page .why-we .four-col .fc .fc-icon {
  width: 80px;
  height: 80px;
}
.new-page .why-we .four-col .fc .fc-body {
  line-height: 160%;
  font-weight: 400;
}
.new-page .why-we .four-col {
  gap: 45px;
}
body.node-type-m-direction .new-page .why-we {
  margin: 0;
}
.new-page #content .node ul {
  margin-bottom: 35px;
}
.new-page .kl-prices__grid>li:nth-of-type(even) .kl-prices__item-toggle {
  border-radius: 0 0 40px 0;
}

.kl-prices__descr {
  margin-bottom: 55px;
  font: 400 18px / 1.4 "Open Sans", sans-serif;
  color: rgba(109, 103, 109, 0.8);
}
.kl-prices__item-content.-statick {
  display: block;
  margin-bottom: 0;
  border-radius: 30px;
}
.new-page #content .node .kl-prices__item-content ul {
  margin-bottom: 10px;
}
.new-page #content .kl-prices__item-content ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.new-page #content .kl-prices__item-content ul li {
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 20px;
  text-align: left;
  line-height: 140%;
  text-indent: 0;
}
.new-page #content .kl-prices__item-content ul li:before {
  top: 10px;
  width: 7px;
  height: 7px;
}
.kl-prices__item-content p {
  margin-bottom: 10px;
}
.kl-prices__item-content p,
.kl-prices__item-content ul li {
  display: block;
  font-family: "Open Sans";
  color: rgba(109, 103, 109, 0.8);
  font-size: 18px;
  text-indent: 0;
  line-height: 150%;
}
.kl-prices__item-content p:last-child,
.kl-prices__item-content ul li:last-child {
  margin-bottom: 0;
}

.-ground-white {
  background-color: #fff;
}
.-margin-none {
  margin: 0;
}
.-uppercase {
  text-transform: uppercase;
}
.kl-prices__grid.-margin-none {
  margin: 0 !important;
}
.kl-request__title.-uppercase {
  line-height: 150%;
}
.testimonials.-ground-white .testimonials__carousel-item {
  background: transparent;
}

.specialists-of {
  padding: 80px 0;
}
.specialists-of__title {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  color: #663F63;
  font-size: 24px;
  opacity: 0.8;
}
.specialists-of__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.specialists-of__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  font-family: "Georgia";
}
.specialists-of__item:hover .specialists-of__info::after {
  opacity: 1;
}
.specialists-of__item:hover .specialists-of__name,
.specialists-of__item:hover  .specialists-of__descr {
  color: #ffffff;
}

.specialists-of__image {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 75%;
  background-color: #F7F8FA;
  border-radius: 70px 0 0 0;
}
.specialists-of__image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  height: 100%;
  width: 75%;
  max-height: 100%;
  object-fit: cover;
  overflow: visible;
}
.specialists-of__info {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  flex: 1 1 auto;
  padding: 26px 18px;
  border-radius: 0 0 70px 0;
  padding-top: 14px;
  background: #ECE2F3;
  transition: 0.3s all;
}
.specialists-of__info::after {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
  transition: inherit;
  opacity: 0;
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
  pointer-events: none;
}
.specialists-of__name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: 26px;
  color: #8E5F89;
  transition: inherit;
  line-height: 120%;
}
.specialists-of__descr {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  color: #6D676D;
  font-size: 18px;
  transition: inherit;
  line-height: 120%;
}
.specialists-of__btn {
  min-height: unset;
  pointer-events: none;
  padding: 18px 27px;
  padding-top: 22px;
  text-transform: uppercase;
  text-align: center;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-family: "TrajanPro3-Regular";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 100%;
  font-style: normal;
}
.specialists-of__grid .owl-item .specialists-of__item {
  min-height: 100%;
}

.include-top {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #F0F0F0;
}
.include-top__wrapper {
  position: relative;
  z-index: 1;
  max-width: 565px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-align: left;
  font-family: "Open Sans";
  font-size: 18px;
}
.include-top__wrapper * {
  margin: 0;
}
.include-top__wrapper h1 {
  font-size: 42px;
  color: #663F63;
  opacity: 0.8;
  line-height: 100%;
}
.include-top__image {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.include-top__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(240, 240, 240, 0.00) 64.7%, #F0F0F0 100%);
}
.include-top__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.include-top__btn {
  align-self: flex-start;
  padding: 18px 50px;
  font-size: 24px;
}

@media (max-width:1199px) {
  .new-page .kl-row:not(:last-child) {
      margin-bottom: 35px;
  }
  .new-page .kl-article {
      padding-top: 60px;
      padding-bottom: 85px;
  }
  .new-page #content .kl-article ul > li {
      font-size: 16px;
  }
  .new-page h2 {
      font-size: 18px;
  }
  .new-page h3 {
      font-size: 14px;
      line-height: 150%;
  }
  .kl-col-lg-auto {
      max-width: 33%;
  }
  .new-page p,
  .new-page li {
      font-size: 16px;
  }
  .new-page ol li {
      margin-bottom: 0px;
      padding-left: 55px;
  }
  .new-page ol li::before {
      transform: translateY(7px);
      width: 40px;
      height: 40px;
      font-size: 16px;
  }
  .new-page mark {
      font-size: 16px;
  }
  .new-page .kl-prices__title {
      margin-bottom: 20px;
  }
  .new-page .kl-prices__title br {
      display: none;
  }
  .kl-prices__descr {
      margin-bottom: 40px;
  }
  .new-page .why-we .container {
      width: 100%;
      padding: 0 20px;
  }
  .new-page .why-we .title {
      margin-bottom: 5px;
      font-size: 18px;
  }
  .new-page .kl-request__phone {
      font-size: 42px;
  }
  .new-page .why-we .sub-title {
      font-size: 14px;
  }
  .new-page .why-we .four-col {
      display: grid;
      grid-template-columns: repeat(2,1fr);
      margin-top: 30px;
      gap: 20px;
  }
  .new-page .why-we .four-col .fc {
      flex-direction: row;
      align-items: flex-start;
      gap: 20px;
      width: 100%;
      margin: 0;
      text-align: left;
  }
  .new-page .why-we .four-col .fc .fc-icon {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      margin: 0;
  }
  .new-page .why-we .four-col .fc .fc-body {
      max-width: 75%;
      font-size: 14px;
  }
  .new-page .why-we .four-col .fc .fc-icon img {
      max-width: 40%;
      object-fit: cover;
  }
  body.node-type-m-direction  .new-page .why-we {
      padding: 60px 0;
  }
  body.node-type-m-direction .new-page .node-m-direction {
      padding-bottom: 60px;
  }
  .new-page .kl-request__form .ui-check__text {
      font-size: 16px;
  }
  .new-page .kl-request {
      padding-top: 60px;
      padding-bottom: 25px;
  }

  .new-page #content .kl-prices__item-content ul li {
      font-size: 16px;
  }
  .kl-prices__item-content p,
  .kl-prices__item-content ul li {
      font-size: 16px;
  }
  .new-page #content .kl-prices__item-content ul li:before {
      top: 9px;
  }

  .include-top {
      padding-top: 65px;
      padding-bottom: 100px;
  }
  .include-top__wrapper {
      gap: 20px;
      font-size: 16px;
      max-width: 416px;
  }
  .include-top__wrapper h1 {
      font-size: 28px;
  }
  .include-top__wrapper p {
      padding-right: 60px;
  }
  .include-top__wrapper h3 {
      max-width: 100%;
      font-size: 20px;
  }
  .include-top__btn,
  .new-page .ui-btn,
  .new-page .view-v-stocks .view-content .views-row .node-m-stock .banner .node-detail a {
      min-height: 54px;
      padding: 14px 40px;
      font-size: 20px;
  }
  .include-top__wrapper .breadcrumbs {
      margin-bottom: 10px;
  }
  .include-top__image {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 123%;
  }
  .include-top__image::before {
      background: linear-gradient(270deg, rgba(240, 240, 240, 0.00) 9.5%, #F0F0F0 67.5%);
  }

  .specialists-of {
      padding: 60px 0;
  }
  .specialists-of__title {
      margin-bottom: 34px;
      font-size: 18px;
  }
  .specialists-of__grid {
      gap: 20px;
  }
  .specialists-of__image {
      border-radius: 40px 0 0 0;
  }
  .specialists-of__info {
      margin-bottom: 12px;
      padding: 16px;
      border-radius: 0 0 40px 0;
  }
  .specialists-of__name {
      margin-bottom: 4px;
      font-size: 18px;
  }
  .specialists-of__descr {
      padding-right: 0;
      font-size: 14px;
  }
  .specialists-of__btn.ui-btn {
      min-height: unset;
      padding: 12px 16px;
      padding-top: 15px;
      font-size: 12px;
      border-radius: 25px 0 25px 0;
  }
}
@media (max-width:991px) {
  .kl-col-lg-auto {
      max-width: unset;
  }
  .new-page .kl-article .kl-row {
      gap: 20px;
  }
  .new-page .why-we .four-col .fc .fc-body {
      max-width: 100%;
  }
  .new-page .kl-request .kl-row .kl-col-lg-5 {
      display: none;
  }
  .new-page .kl-request__form {
      max-width: 100%;
  }
  .new-page .kl-request__form .ui-check {
      width: 100%;
  }
}
@media (max-width:768px) {
  .new-page h2 {
      font-size: 22px;
  }
  .new-page h3 {
      font-size: 18px;
  }
  .new-page .view-v-stocks .view-content .views-row .node-m-stock .banner {
      border-radius: 40px 0 0 0;
  }
  .new-page .why-we .title {
      font-size: 22px;
  }
  .new-page .kl-request__phone {
      font-size: 38px;
  }
  .new-page .kl-prices__item-content {
      margin-bottom: 20px;
  }
  .new-page .why-we .four-col {
      display: flex;
      flex-direction: column;
  }
  .new-page .why-we .four-col .fc {
      padding-bottom: 0;
  }
  .new-page .kl-article blockquote {
      font-size: 16px;
  }
  .new-page .kl-article blockquote {
      border-radius: 0 40px 0 40px;
      font-weight: 600;
  }
  .new-page .kl-prices__grid>li:nth-of-type(even) .kl-prices__item-toggle {
      border-radius: 0;
  }
  .new-page .kl-prices__grid>li:last-child .kl-prices__item-toggle {
      border-radius: 0 0 40px 0;
  }
  .include-top {
      padding-top: 0;
      padding-bottom: 20px;
  }
  .include-top__image {
      position: relative;
      transform: unset;
      left: -10px;
      width: calc(100% + 20px);
      margin-bottom: 20px;
      padding-bottom: 70%;
  }
  .include-top__image::before {
      z-index: 1;
      inset: unset;
      right: 0;
      top: 0;
      width: 140%;
      height: 100%;
      background: linear-gradient(270deg, rgba(240, 240, 240, 0.00) 9.5%, #F0F0F0 67.5%);
  }
  .include-top__image img {
      position: absolute;
      inset: 0;
  }
  .include-top__wrapper .breadcrumbs {
      margin-bottom: 5px;
  }
  .include-top__wrapper h1 {
      font-size: 22px;
  }
  .include-top__wrapper p {
      padding-right: 0;
  }
  .include-top__wrapper h3 {
      font-size: 18px;
  }

  .specialists-of__container {
      padding: 0;
  }
  .specialists-of__title {
      margin-bottom: 30px;
      padding: 0 10px;
      font-size: 22px;
      text-align: left;
      line-height: 150%;
  }
  .specialists-of__grid.owl-carousel {
      display: flex;
      flex-direction: column-reverse;
      gap: 40px;
  }
  .specialists-of__grid .owl-nav {
      display: flex;
      align-items: center;
      gap: 30px;
      padding: 0 10px;
  }
  .specialists-of__grid .owl-nav::before {
      content: "";
      display: block;
      flex: 1 1 auto;
      height: 1px;
      background-color: #C39ED1;
  }
  .specialists-of__grid .owl-prev,
  .specialists-of__grid .owl-next {
      width: 20px;
      height: 20px;
  }
  .specialists-of__grid .owl-stage-outer {
      padding: 0 10px;
  }
  .specialists-of__grid .owl-stage {
      display: flex;
  }
  .specialists-of .specialists-of__image img {
      width: 75%;
  }
}
@media (max-width:550px) {
  .new-page .view-v-stocks .view-content .views-row .node-m-stock .banner .node-detail {
      width: 100%;
      padding-left: 0;
      margin: 0;
  }
  .new-page .view-v-stocks .view-content .views-row .node-m-stock .banner .node-detail a {
      width: 100%;
      border-radius: 0 0 40px 0;
  }
  .include-top__btn,
  .new-page .ui-btn,
  .new-page .view-v-stocks .view-content .views-row .node-m-stock .banner .node-detail a  {
      width: 100%;
  }
  .new-page .view-v-stocks .view-content .views-row .node-m-stock .banner {
    border-radius: 40px 0 40px 0;
    padding: 0;
  }

  .specialists-of__btn.ui-btn {
      width: auto;
  }
}

/* =============== Edit-thoo.css ================ */
.include-top.-full {
  padding: 114px 0;
}
.include-top__image.-phone-bg {
  inset: 0;
}

@media (max-width:1199px) {
  .include-top.-full {
      padding: 140px 0;
  }
  .include-top__image.-phone-bg {
      width: 100%;
      transform: unset;
  }
  .include-top__image.-phone-bg::before {
      display: none;
  }
}
@media (max-width:768px) {
  .include-top.-full {
      padding: 0;
      padding-bottom: 70px;
  }
  .include-top.-full .include-top__container {
      padding: 0;
  }
  .include-top.-full .include-top__image {
      margin-bottom: 70px;
  }
  .include-top__image.-phone-bg img {
      inset: unset;
      width: 200%;
      left: 0;
      transform: translateX(-44%);
  }
  .include-top.-full .include-top__wrapper {
      padding: 0 20px;
  }
}

/* =============== Программа лояльности ================ */
.ui-btn.-light {
  background-color: #ECE2F3;
  color: #6D676D;
}
.ui-btn.-light:hover {
  color: #2a6496;
}
.ui-btn svg, .ui-btn img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.ui-btn svg path {
  fill: currentColor;
}

.pivileges {
  padding: 80px 0;
}
.pivileges__title {
  margin-bottom: 60px;
}
.grid-pivileges {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.grid-pivileges__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 22px 26px;
  background-color: #F7F8FA;
}
.grid-pivileges__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
.grid-pivileges__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin: 0;
}
.grid-pivileges__item:nth-child(odd) {
  border-radius: 40px 0 0 0;
}
.grid-pivileges__item:nth-child(2n) {
  border-radius: 0 0 40px 0;
}
.grid-pivileges__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.grid-pivileges__info h3 {
  margin: 0;
  font-weight: 400;
  color: #663F63;
  font-size: 20px;
}
.grid-pivileges__info p {
  margin: 0;
  font-family: "Open Sans";
  color: #6D676D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160% ;
}

.bonus-cards {
  padding: 80px 0;
}
.bonus-cards__descr {
  display: none;
}
.bonus-cards__title {
  margin-bottom: 60px;
}
.bonus-cards__table {
  margin-bottom: 60px;
}
.bonus-cards__table th {
  vertical-align: top;
}
.bonus-cards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.table-bous * {
  margin: 0;
  padding: 0;
}
.table-bous td, .table-bous th {
  padding: 20px 0;
}
.table-bous tbody td {
  padding: 40px 0;
}
.table-bous caption+thead tr:first-child th, 
.table-bous caption+thead tr:first-child td,
.table-bous colgroup+thead tr:first-child th, 
.table-bous colgroup+thead tr:first-child td, 
.table-bous thead:first-child tr:first-child th, 
.table-bous thead:first-child tr:first-child td {
  border-top: 1px solid #C39ED1;
}
.table-bous thead td, .table-bous thead th {
  border-top: 1px solid #C39ED1;
  border-bottom: 1px solid #C39ED1;
}
.table-bous tbody td {
  border-top: 1px solid #E8D4E0;
  border-bottom: 1px solid #E8D4E0;
}
.table-bous tbody td {
  font-family: 'TrajanPro3SemiBold';
  text-transform: uppercase;
  font-size: 20px;
  color: #6D676D;
  opacity: 0.8;
}
.table-bous tbody td:first-child {
  color: #663F63;
}
.table-bous h4 {
  margin-bottom: 6px;
  font-family: 'Georgia';
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8E5F89), to(#664164));
  background: -o-linear-gradient(top, #8E5F89 0%, #664164 100%);
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.table-bous em {
  display: inline-block;
  max-width: 196px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #6D676D;
  opacity: 0.8;
  line-height: 130%;
}

@media (max-width:1199px) {
  .pivileges {
      padding: 60px 0;
  }
  .pivileges__title {
      margin-bottom: 32px;
  }
  .grid-pivileges__item {
      gap: 12px;
      padding: 16px;
  }
  .grid-pivileges__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 64px;
              flex: 0 0 64px;
  }
  .grid-pivileges__info {
      gap: 5px;
  }
  .grid-pivileges__info h3 {
      font-size: 16px;
  }
  .grid-pivileges__info p {
      font-size: 14px;
      line-height: 140%; 
  }

  .bonus-cards {
      padding: 60px 0;
  }
  .bonus-cards__title {
      margin-bottom: 34px;
  }
  .bonus-cards__table {
      margin-bottom: 34px;
  }
  .bonus-cards__row {
      gap: 20px;
  }
  .table-bous td, .table-bous th {
      min-width: 167px;
      padding: 12px 0;
  }
  .table-bous tbody td {
      padding: 20px 0;
      font-size: 14px;
  }
  .table-bous h4 {
      font-size: 16px;
  }
  .table-bous em  {
      font-size: 14px;
  }
}
@media (max-width:768px) {
  .kl-col-lg.-column ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
  } 
  
  .grid-pivileges {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
  }
  .grid-pivileges__item:nth-child(odd),
  .grid-pivileges__item:nth-child(2n) {
      border-radius: 0;
  }
  .grid-pivileges__item:first-child {
      border-radius: 40px 0 0 0;
  }
  .grid-pivileges__item:last-child {
      border-radius: 0 0 40px 0;
  }

  .bonus-cards__title {
      margin-bottom: 20px;
  }
  .bonus-cards__descr {
      display: block;
      max-width: 240px;
      margin: 0 auto;
      margin-bottom: 34px;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      line-height: 140%;
      color: #6D676D;
      opacity: 0.8;
      text-align: center;
  }
  .bonus-cards__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
  }
  .bonus-cards .ui-btn {
      padding: 14px;
  }

  .table-bous {
      display: block;
      margin-left: -20px;
      padding-left: 20px;
      padding-right: 20px;
      width: 100vw;
      overflow-x: auto;
      scrollbar-width: none;
  }
  .table-bous::-webkit-scrollbar {
      display: none;
  }
  .table-bous td, .table-bous th {
      min-width: 190px;
  }
  .table-bous tbody td {
      padding: 20px 0;
      font-size: 14px;
  }
  .table-bous h4 {
      font-size: 16px;
  }
  .table-bous em  {
      font-size: 14px;
  }
}

/* ================================ Новый шаблон направлений/услуг --- Edits ================================= */

.icons-with-text {
  margin-top: 0 !important;
}

.paragraphs-item-stocks-insert {
  padding-bottom: 7rem;
}

/* ================================ Правка изображений в каруселях ================================= */

.views-field-field-mn-orientation-image, .views-field-field-a-orientation-image {
  display: none;
}


.owl-carousel .owl-item .-aspect img {
  width: 100%;
}

.-aspect {
  position: relative;
  overflow: hidden;
}

.-aspect img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: unset;
}

.-square {
  padding-bottom: 100%;
}

.-rectangle {
  padding-bottom: 69%; 
}

body.node-type-m-charity .node-m-charity, body.node-type-m-educational-events .node-m-educational-events {
  padding-bottom: 100px;
}

/* === ИБ :: Бегущая строка === */
.running-line {
    background: linear-gradient(270deg, #FDFAFF, #D9C9E5);
    color: #663F63;
    margin: 0;
    height: auto;
    padding: 20px 0;
    font-family: Georgia;
}

@media (min-width:768px) {
    .running-line {
        height: 86px;
        padding: 0;
        margin: 0;
    }
}

@media (min-width:1200px) {
    .running-line {
        margin: 0;
    }
}

.running-line:first-child, .kl-prices + .running-line, .kl-request + .running-line, .paragraphs-item-stocks-insert + .running-line {
    /*margin-top: 0;*/
}

.running-line:has(+ .kl-prices), .running-line:has(+ .kl-request), .running-line:has(+ .testimonials) {
    /*margin-bottom: 0;*/
}

.running-line .container-fluid {
    display: block;
}

@media (min-width:768px) {
    .running-line .container-fluid {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}



@keyframes interestsMarquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.running-line__marquee {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 40px 0 0;
    position: relative;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.running-line__marquee:before {
    content: "";
    display: block;
    position: absolute;
    top: -.5px;
    bottom: -5px;
    left: 0;
    width: 106px;
    background: linear-gradient(90deg, #d8c8e4 .08%, rgba(91, 103, 112, 0) 128.04%);
    z-index: 100
}

.running-line__marquee:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 0;
    width: 206px;
    background: linear-gradient(270deg, #fcf9ff .08%, rgba(91, 103, 112, 0) 128.04%);
    z-index: 100
}

@media (max-width:1199px) {
    .running-line__marquee {
        font-size: 18px;
        margin: 0 10px 0 -20px
    }

    .running-line__marquee:before {
        display: none
    }

    .running-line__marquee:after {
        width: 40px
    }
}

@media (max-width:767px) {
    .running-line__marquee:after,
    .running-line__marquee:before {
        display: block;
        width: 40px
    }
}

.running-line__marquee-anim {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    animation-name: interestsMarquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    will-change: transform;
    position: relative;
    padding: 0 35px;
}

.running-line__marquee-anim:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -11px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.23817 31.3777V29.1488C11.9601 24.6909 13.123 19.2639 13.4137 16.4535C13.7044 13.6431 11.1848 11.9957 10.1188 12.0926C9.05276 12.1895 8.95585 12.7709 7.21149 13.2555C3.5289 14.3215 -0.832049 10.7359 0.137052 5.69653C1.10615 0.657204 7.01767 -1.08718 11.9601 0.657203C16.9025 2.40158 20.9727 10.0575 17.5809 19.7485C14.8674 27.5013 6.88845 30.7316 3.23817 31.3777Z' fill='%23C39ED1'/%3E%3Cpath d='M27.4088 31.3777V29.1488C36.1307 24.6909 37.2936 19.2639 37.5844 16.4535C37.8751 13.6431 35.3554 11.9957 34.2894 12.0926C33.2234 12.1895 33.1265 12.7709 31.3821 13.2555C27.6996 14.3215 23.3386 10.7359 24.3077 5.69653C25.2768 0.657204 31.1883 -1.08718 36.1307 0.657203C41.0731 2.40158 45.1434 10.0575 41.7515 19.7485C39.038 27.5013 31.0591 30.7316 27.4088 31.3777Z' fill='%23C39ED1'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.running-line__marquee-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.running-line__marquee-item:after {
    content: "/";
    display: block;
    width: 48px;
    text-align: center;
    color: #e37639
}

.running-line__marquee-text {
    display: inline-block;
    vertical-align: top
}

.running-line__marquee-divider {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    text-align: center;
    color: #e37639
}

.running-line__marquee-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.running-line__marquee-list>li {
    position: relative;
    padding: 0 24px;
}

.running-line__marquee-list>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 10px;
    height: 26px;
    margin: -13px 0 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='26' viewBox='0 0 10 26' fill='none'%3E%3Cpath d='M9 0.5L1 25.5' stroke='%23E6873B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.running-line__action {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap
}

.running-line__action .ui-btn {
    padding: 4px 20px
}

.running-line__action .ui-btn br {
    display: none
}

@media (max-width:1199px) {
    .running-line__action .ui-btn {
        height: auto;
        min-height: 30px;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700
    }

    .running-line__action .ui-btn br {
        display: block
    }
}

@media (max-width:767px) {
    .running-line__action .ui-btn {
        width: 100%
    }
}

/* === ИБ :: Прямая речь === */
.direct-speech {
    background: linear-gradient(297deg, #664063 0%, #996795 100%), #E5E5E5;
    color: #fff;
    padding: 110px 0;
}
@media (max-width: 991px) {
    .direct-speech {
        padding: 60px 0;
    }
}
.direct-speech .container-fluid {
    padding: 0 20px;
    max-width: calc(1215px + 20px * 2);
}
.direct-speech__columns {
    column-count: 2;
    column-gap: 55px;
}
@media (max-width: 991px) {
    .direct-speech__columns {
        column-count: 1;
    }
}
.direct-speech__title {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .direct-speech__title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}
.direct-speech__author {
    display: inline-flex;
    border-radius: 60px 40px 0px 60px;
    background: #B994C7;
    align-items: center;
    margin-bottom: 38px;
    max-height: 94px;
}
.direct-speech__image {
    width: 94px;
    height: 94px;
    border-radius: 9999px;
    overflow: hidden;
    flex-shrink: 0;
}
.direct-speech__image img {
    width: 100%;
    height: 100%;
}
.direct-speech__author-info {
    padding: 24px;
}
.direct-speech__author-name {
    font-size: 20px;
    line-height: 1;
}
.direct-speech__author-position {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 700;
    margin-top: 12px;
    line-height: 1;
}
.direct-speech__text {
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 150%;
}
.direct-speech__text p {
    margin-bottom: 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .direct-speech__text p {
        margin-bottom: 16px;
    }
}
.direct-speech__text a {
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}
.direct-speech__text p:last-child {
    margin-bottom: 0;
}

/* === ИБ :: Текст с картинкой === */
.text-with-picture {
    background: linear-gradient(268deg, #D9C9E5 1.05%, #FDFAFF 99.55%);
    color: #6D676D;
    padding: 110px 0;
}
@media (max-width: 991px) {
    .text-with-picture {
        padding: 60px 0;
    }
}
.text-with-picture .container-fluid {
    padding: 0 20px;
    max-width: calc(1215px + 20px * 2);
}
.text-with-picture__rows {
    margin: 0 -22px -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-with-picture__column {
    margin: 0;
    padding: 0 44px 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.text-with-picture__column:first-child {
    padding-left: 20px;
}
.text-with-picture__column:last-child {
    padding-right: 20px;
}
@media (max-width:991px) {
    .text-with-picture__column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px 30px;
    } 
}
.text-with-picture__title {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .text-with-picture__title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}
.text-with-picture__text {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 150%;
}
.text-with-picture__text p {
    margin-bottom: 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .text-with-picture__text p {
        margin-bottom: 16px;
    }
}
.text-with-picture__image img {
    max-width: 100%;
    border-radius: 10px;
}
.text-with-picture__text p:last-child {
    margin-bottom: 0;
}

/* Для неопубликованных страниц */
.node-unpublished {
    background-color: unset;
}

/* Корректировка отступов */
.paragraphs-item-stocks-insert:has(+ .contextual-links-region) {
  padding-bottom: 0;
}

/* === Плашка куки === */
.cookies {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 0;
  max-width: 770px;
  padding: 40px;
  border-radius: 40px 0px 0px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8E5F89), to(#664164));
  background: -o-linear-gradient(top, #8E5F89 0%, #664164 100%);
  background: linear-gradient(180deg, #8E5F89 0%, #664164 100%);
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cookies.--hide {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.cookies__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Open Sans";
  gap: 20px;
  font-size: 14px;
  line-height: 130%;
}

.cookies__row p {
  margin: 0;
  /*max-width: 520px;*/
}

.cookies__btn {
  padding: 12px 30px;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 24px 0px;
  background: #ECE2F3;
  color: #6D676D;
  text-align: center;
  font-family: Georgia;
  font-style: italic;
}

.cookies__action {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.cookies__action > * {
  flex: 1;
}

.cookies__btn--pink, .cookies__btn--pink:hover {
  background: #c39ed1;
  color: #fff !important;
}

.cookies__btn--white, .cookies__btn--white:hover {
  background: #fff;
  color: #6D676D !important;
}


@media (max-width:1024px) {
  .cookies {
    max-width: 100%;
    left: 0;
  }
}

@media (max-width: 767px) {
  .cookies {
    padding: 24px 20px;
  }

  .cookies__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cookies__row p {
    max-width: 100%;
  }
}

/* === Новости === */
.view-v-news .view-content .views-row .wrap > .views-field-body {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* === UI === */
.ui-link {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  color: inherit;
  text-transform: lowercase;
  font: italic 500 15px / 1 'Georgia', sans-serif;
}
.ui-link:hover, .ui-link:focus {
  color: inherit;
}

body.node-type-m-news .field-name-field-mch-image .field-item, body.node-type-m-news .field-name-field-edev-image .field-item {
  background-position: center top;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #header .header__top a#logo {
    background: url(/sites/all/themes/uworld/assets/images/logo-A32-clinic.png) no-repeat 50% 50%;
    background-size: auto 100%;
  }
}

#logo img {
  height: 60px;
}

#flogo img {
  height: 80px;
}