/* Extended css styles */


.composition-t {
    padding-right: 30px;
}

.program-index__elem {
  margin-top: 20px;
}
.program-index__elem .program-index__item-buttons {
  margin-top: 15px;
}
.program-index__elem .program-index__top {
  margin-bottom: 10px;
}

@media (min-width: 1020px){
  .header-top__line a.btn.btn-orange.mr-lg-1.mb-2.text-center {
    max-width: 175px;
    margin-right: 15px !important;
  }
}



.footer-official {
  margin: 29px 0 10px;
}

.footer-street {
  margin-bottom: 25px;
}

.program-index__item-top h2 + div {
  /* display: none; */
  margin-bottom: 0 !important;
}
.program-index__item-top h2 + div .program-index__price {
  background-color: transparent;
}

.logo-container {
  z-index: 9;
}

.new-block-button a {
  margin: 0px 5px;
}
.new-block-button {
  margin: 0px 0px 30px;
}

.new_year_main {
  text-align: center;
  padding: 60px 40px;
  background-image: url(/content/images/23123.jpg);
  background-size: cover;
  background-position: center;
}
.new_year_main_text {
  background: #fff;
  display: inline-block;
  padding: 40px 90px;
  border-radius: 60px;
}
.new_year_main_text .main-banner__subtitle h3 {
  font-size: 30px;
  line-height: 1.4;
}
.new_year_main_text .main-banner__subtitle {
  display: block;
}


.submenu {
  top: calc(110% - 5px);
}
nav .submenu li > .submenu {
  left: 101%;
}

a.header-menu__link {
  line-height: 46px;
}
.submenu .submenu li a{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.submenu .submenu li:first-child a{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.submenu li:first-child {
  border-top: 1px solid #CBCBCC;
  border-radius: 10px 10px 0px 0px;
}
.submenu {
  border-top: none;
}







ul.submenu.mm-listview {
  top: 0px;
}
li.header-menu__item.mm-listitem a.header-menu__link {
  line-height: initial;
}

.submenu.mm-listview li:first-child {
  border-top: 1px solid #CBCBCC;
  border-radius: 0px 0px 0px 0px;
}






.footer-menu__container:before {
  width: 1px;
}

/*  8 (800) 700-30-18   */

.footer-phone__info, .header-phone__info {
  display: none;
}
.footer-phone__container a {
  line-height: 30px;
}

a.footer-phone__link + a.footer-phone__link {
  margin-top: 5px;
}

@media (max-width: 1200px){
  .header-top__line a.header-question__link {
    width: 100%;
  }
}
.error {
  padding: 20px 10px;
  margin-bottom: 20px;
}



.procedures-table + .i-inner + .text-center {
  margin-top: -20px;
}

.procedures-table + .i-inner + .text-center + .procedures-table {
  margin-top: 30px;
}


.program-index__item {
  position: relative;
}
.program-index__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.55);
}

ul.header-menu a{
  text-decoration: none;
}

.doctor-description {
  line-height: 20px;
  margin-top: 5px;
}
.doctor-title {
  line-height: 20px;
}

.all-question-btn {
  z-index: 1;
  position: relative;
}
.header-phone {
  font-size: 1.2rem !important;
}

/* Bug fix */
.about-bg {
  height: auto;
}


a.btn.btn-transparent-orange.btn-price {
  color: #fff;
  margin-left: 20px;
}

@media (max-width: 500px) {
  a.btn.btn-transparent-orange.btn-price {
    margin-left: 0;
  }
}


.footer-street.prof-icon {
  width: 100%;
}
.footer-street.prof-icon img {
  height: 75px;
}

@media (max-width: 1200px){
  .footer-street.prof-icon img {
    height: 60px;
  }
}



@media (max-width: 991px){
  .footer-info__container {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-official{
    margin-top: 0px;
    padding: 0px;
  }
}

@media (max-width:768px){
  .footer-info__container a {
    margin: auto;
  }
  h1 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

}




/**********new-programm **********/

.all-question-btn.all-programs-btn {
  /*margin-top: 10px;*/
  padding-bottom: 40px;
}
.program-container-new .program-index__item {
  margin-bottom: 0px;
  background-color: #fff;
  padding-top: 50px;
}
.program-container-new .program-index__item:before {
  content: none;
}

.program-container-new .program-index__title {
  color: #000;
}
.program-container-new .program-index__title:hover {
  color: #eb6e1f;
}
.program-container-new .program-index__description {
  color: #000;
}
.program-index__item:nth-child(even) {
  background-color: #f8f8f8;
}

.program-container-new.program-container .row > div {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}


.program-container-new .program-item__container {
  min-height: initial;
  width: 100%;
}

@media (max-width: 768px){
  .program-container-new .program-index__item {
    padding-bottom: 0px;
  }
  /*.all-question-btn.all-programs-btn {*/
  /*  margin-top: 0px;*/
  /*}*/
}

@media (max-width: 1014px){
  .program-container-new .program-index__price {
    padding: 5px 0px;
  }
}


.corona-info-new {
  text-align: center;
  padding: 100px 0px 70px;
  background: #f6fafb;
}
.border-orange {
  padding: 50px 75px;
  border: 5px solid #fb9432;
  border-radius: 30px;
  background: #fff;
  background-image: url(/content/images/other/flag.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
}

.corona-info-new p {
  margin: 15px 0px 10px;
}
.corona-info-new h3 {
  margin: 20px 0px 15px;
  line-height: 1.3;
}
.corona-info-new h2 {
  margin: -50px -75px 30px;
  background: #fb9432;
  line-height: 1.3;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 25px 75px;
  text-align: center;
}


@media (max-width: 768px){
  .corona-info-new h2 {
    margin: -15px -20px 20px;
  }
  .border-orange {
    padding: 15px 20px;
  }
  .container .row > .section-block-content {
    padding: 20px;
  }
}


.btn-rosturizm {
  height: auto;
  margin-bottom: 0px !important;
  padding: 6px 1rem;
  border-radius: 20px;
}
.align-center {
  align-items: center;
}

@media (max-width: 991px){
  .btn-rosturizm {
    margin-bottom: 5px !important;
    min-height: 30px;
  }
}


.lead {
  padding: 20px 40px;
  border: 1px solid #fe9939;
  border-radius: 10px;
  max-width: 900px;
  margin: 20px auto !important;
}

footer .btn-transparent-orange,
footer .btn-orange {
  font-size: 9px;
  width: 100%;
}

.footer-phone__container {
  text-align: right;
}

header .btn-orange {
  font-size: 10px;
}

.header-phone {
  font-size: 1.1rem !important;
}

.btn-rosturizm {
  padding: 6px 12px;
}

@media (max-width: 1199px) {
  .btn-rosturizm {
    margin-right: 10px;
  }
  .header-phone {
    font-size: 0.9rem !important;
  }
}


.category-container__table .category-container__table-tr + table {
  display: none;
}

@media (max-width: 1015px) and (min-width: 600px) {
  .header-btns {
    padding-left: 115px;
  }
}






.procedures-table + .procedures-table {
  margin-top: 40px;
}
.procedures-table + .i-inner {
  margin: 20px 6%;
}

.pb-50 {
  padding-bottom: 50px !important;
}
.procedures-table + .i-inner + .text-center .btn.btn-red {
  margin: 40px auto 0px;
}









.gallery__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 29px;
}

@media (min-width: 992px) {
  .gallery__tabs {
    margin-bottom: 49px;
  }
}

.gallery__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 140px;
  margin: 0;
  padding: 0 20px;
  font-family: "Intro", Arial, sans-serif;
  font-size: 20px;
  line-height: 46px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  border: 2px solid #f9902c;
  background-color: transparent;
  cursor: pointer;
}

.gallery__tab:hover,
.gallery__tab:focus {
  border-color: #d1313d;
}

.gallery__tab:nth-child(odd) {
  border-right-width: 1px;
}

.gallery__tab:nth-child(odd):hover,
.gallery__tab:nth-child(odd):focus {
  border-right-color: #f9902c;
}

.gallery__tab:nth-child(even) {
  border-left-width: 1px;
}

.gallery__tab:nth-child(even):hover,
.gallery__tab:nth-child(even):focus {
  border-left-color: #f9902c;
}

.gallery__tab:first-child {
  border-radius: 25px 0 0 25px;
  border-left-width: 2px;
}

.gallery__tab:last-child {
  border-radius: 0 25px 25px 0;
  border-right-width: 2px;
}

.gallery__tab.active {
  background-color: #f9902c;
  -webkit-text-decoration: 1px solid transparent;
  text-decoration: 1px solid transparent;
  color: #ffffff;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px 50px;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .gallery__list {
    margin-bottom: 140px;
  }
}

.gallery__item {
  width: 100%;
  padding: 0 6px;
  margin-bottom: 11px;
}

@media (min-width: 576px) {
  .gallery__item {
    width: calc(100%/2);
  }
}

@media (min-width: 768px) {
  .gallery__item {
    width: calc(100%/3);
  }
}



.scroll-icon {
  position: absolute;
  left: 50%;
  top: 10px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #f9902c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .scroll-icon {
    display: none;
  }
}

.scroll-icon__left,
.scroll-icon__right {
  width: 12px;
  height: 4rem;
}

.scroll-icon__left {
  -webkit-transform: rotate(90deg) translateY(-1rem) translateX(2px);
  transform: rotate(90deg) translateY(-1rem) translateX(2px);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.scroll-icon__right {
  -webkit-transform: rotate(-90deg) translateY(-1rem) translateX(-2px);
  transform: rotate(-90deg) translateY(-1rem) translateX(-2px);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.scroll-icon__text {
  color: #f9902c;
  font-size: 11px;
  text-transform: uppercase;
}


.tabs {
  position: relative;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 39px;
}

@media (min-width: 992px) {
  .tabs {
    padding-top: 0;
  }
}

.tabs__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: auto;
  margin-bottom: 30px;
}

.tabs__container::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #df3c3c;
  /* content: ""; */
}

.tabs__tab {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0px 1px 0px;
  font-family: "Intro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background-color: #f6fafb;
  border: none;
  border-bottom: 3px solid #f9902c;
  padding: 15px 25px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}

.tabs__tab:last-child {
  margin-right: 0;
}

.tabs__tab.active {
  border-color: #e9433b;
  background: #f9902c;
  color: #fff;
}



a.gallery-video__item-new {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

a.gallery-video__item-new .gallery-video__item-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}



a.gallery-video__item-new .gallery-video__item-content .gallery-video__item-title {
  position: absolute;
  left: 20px;
  top: 20px;
}
a.gallery-video__item-new .gallery-video__item-content .gallery-video__item-time {
  position: absolute;
  bottom: 10px;
}
a.gallery-video__item-new .gallery-video__item-content .play-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
a.gallery-video__item-new .gallery-video__item-content .play-container::before {
  width: 65px;
  height: 65px;
}
a.gallery-video__item-new .gallery-video__item-content .play-container .fa-play {
  font-size: 1.5rem;
}



.js-tab-content .gallery-items .gallery-item {
  height: 144px;
}



@media (max-width: 767px){
  .category-table-date .category-container__table-hidden {
    right: -20px;
    left: initial;
    width: auto;
  }
}

.dop-news {
  background: rgb(255,255,255);
  background: linear-gradient(
          0deg, rgba(255,255,255,1) 30%, rgb(238 245 247) 100%);
  padding: 40px 0px;
}


.justify-center {
  justify-content: center;
}
.category-container__table{
  position: relative;
}
.main-data {
  z-index: 99;
  position: absolute;
}
.main-data.fixed {
  position: fixed;
  top: 0px;
}



.wrapall-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

.category-container__table-tr > .category-container__table-td {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.category-table-date .category-container__table-hidden .category-container__table-th, .wrapall-price > .category-container__table-td {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 100%;
  text-align: center;
  padding: 0px;
}


@media (max-width: 767px) {
  .wrapall-price > .category-container__table-td{
    display: none !important;
  }
  .wrapall-price > .category-container__table-td.active{
    display: block !important;
  }
  .category-container__table-tr > .category-container__table-td {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}



.composition-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 107%;
  margin-top: 30px;
  padding: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  background-image: url(../images/sostav-bg.png);
  background-repeat: no-repeat;
  background-size: initial!important;
  background-position: right top;
  -webkit-box-shadow: 0 11px 32px rgb(204 123 43 / 16%);
  box-shadow: 0 11px 32px rgb(204 123 43 / 16%);
}
.question-program.question-program-new .composition-container {
  margin-top: 0px;
}
.question-program.question-program-new .composition-container__left {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.btns-cach {
  display: flex;
  justify-content: flex-end;
}


.section-block-content.news p:not([class]) {
  margin: 15px 0px 10px;
}




@media (min-width: 767px) {
  .columns3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}


.doctors-items.slick-slider {
  margin-top: 10px;
}





/***************************/
.youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.youtube-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 30px auto 40px;
  border-radius: 10px;
  overflow: hidden;
}

.question-container blockquote a {
  color: #fff;
}

@media (min-width: 768px){
  .question-program + .question-program {
    padding-top: 180px;
  }
}
.question-container.orange-color p:first-child {
  margin-top: 0px;
}





.doctors-items .slick-list {
  overflow: visible;
}
.doctors-items .slick-slide:before {
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
}

.shadow-program {
  -webkit-box-shadow: 0 11px 32px rgb(204 123 43 / 16%);
  box-shadow: 0 11px 32px rgb(204 123 43 / 16%);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.myvideo {
position:relative;
padding: 0 0 40.25% 0;
height:0;
overflow:hidden;
}
.myvideo iframe,.myvideo object,.myvideo embed {
    position: absolute;
    top: 4%;
    left: 15%;
    width: 69%;
    height: 90%;
    border-radius: 10px;
}

@media (max-width: 600px){
  .myvideo {
    padding: 0 0 56.25% 0;
  }
  .myvideo iframe,.myvideo object,.myvideo embed {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }
}

.payment-methods {
  max-width: 1200px;
  margin: 100px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.two-row-clm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 50px 0 0;
}

.payment-methods__title {
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

.payment-methods-list__item:before {
  display: none;
}

.payment-methods-list__item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}

.payment-methods-list__item:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-methods-list {
  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;
}

.payment-methods-list__title {
  font-size: 16px;
  line-height: 1.2;
}

.payment-methods__lead {
  border-left: 2px solid #CF303E;
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 40px 42px;
}

.payment-methods__lead__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #292B2C;
  max-width: 438px;
}

.important-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
  margin: 0 0 0 30px;
}

.important-block__important-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #CF303E;
}

.important-block__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .two-row-clm {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .payment-methods__lead__text {
	max-width: 100%;
  }
}

@media (max-width: 1014px) {
  .footer-info__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer-logo__pic {
    width: 107px;
    margin-bottom: 20px;
    flex-shrink: 0;
  }

  .footer-logo__pic img {
    height: auto;
  }

  .footer-official {
    margin: 10px 0 20px 10px;
  }

  .footer-street {
    margin: 10px 0 0;
    text-align: left;
  }

  .footer-street.prof-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .footer-street.prof-icon img {
    margin-right: 10px;
    height: auto;
  }

  .footer-street.prof-icon {
    margin-right: 20px;
  }

  footer .btn {
    margin-right: 10px;
  }
}

@media(max-width: 767px) {
  .footer-logo__pic img {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .footer-street {
    margin-left: 0;
  }

  .footer-info__container a {
    margin: 0;
  }

  footer .btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 643px) {
  footer .flex-row-reverse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-menu__stub {
    margin-top: 20px;
  }

  .footer-phone__container {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .footer-info__top {
    flex-wrap: wrap;
  }

  .footer-logo__pic {
    margin: 0;
  }

  .footer-official {
    margin: 0;
  }
}

@media (max-width: 440px) {
  .footer-info__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-official {
    text-align: center;
  }

  .footer-street {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-street.prof-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .footer-street.prof-icon img {
    margin: 5px;
  }

  .footer-info__container a {
    margin: 20px auto auto;
  }
}

.btn:first-child {
 margin-right: 15px;
}

.composition-item--reduced {
    background-image: none;
    width: 97%;
}

.section-block-content h2.booking-content__title {
    text-align: center;
    margin: 0;
}

@media (min-width: 769px) {
	.index-container {
      padding-top: 60px;
    }
  
    .index-menu {
        padding-top: 5px;
    }
  
    .index-info__container {
      width: 440px;
    }
}

@media (min-width: 701px) {
	.index-title {
      font-size: 2rem;
    }
}

.index-link {
	text-transform: initial;
}



.number-price__text {
  	font-size: .700rem;
	padding-right: 0px;
}

.number-price {
	font-size: 1rem;
}

.js-mobile-widget-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.js-ya-weather {
	margin: 15px 0;
}

.m-0 {
	margin: 0;
}

.text-white {
	color: #ffffff !important;
}

@media (max-width: 767px) {
  .voucher-index__container {
  	border: none;
    background: linear-gradient(230deg, #FFF6DA 2.27%, #FFF 54.06%);
    box-shadow: 0px 4px 4px 0px rgba(94, 92, 86, 0.21);
  }
  
  .reviews-items {
  	display: flex;
    overflow-x: auto;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  
  .reviews-item {
  	min-width: 280px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1015px) {
  .number-link__container {
  	margin-right: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 1160px) {
  .number-link__container {
  	margin-right: 40px;
  }
}

.seo-table {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
    max-width: 100%;
} 

.seo-table td {
  border-color: transparent;
}

.seo-text__more {
  color: #999 !important;
}

.seo-table__item {
    padding: 10px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
}

@media (max-width: 767px) {
  .seo-text__row .seo-table__item {
    width: 207px;
  }
}

.seo-text__row {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .seo-text__row {
    flex-direction: column;
  }
}

.seo-text__row table {
  margin-right: 100px;
}

@media (max-width: 991px) {
  .seo-text__row table {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .seo-text__row table {
    margin-right: 0;
    margin-bottom: 0;
  }

  .seo-text__row table:last-child {
    margin-bottom: 30px;
  }
}

.fancybox-iframe {
	pointer-events: initial;
}

.fancybox-slide--video {
	padding-left: 0;
  	padding-right: 0;
}

.procedures-tr-th .procedures-th.flex-basis-200 {
  flex-basis: 230px;
  -webkit-flex-basis: 230px;
	@media (max-width: 649px){
    flex-basis: 180px;
  -webkit-flex-basis: 180px;
  };
}

@media (max-width: 767px) {
	.category-container__table-th.active-element > span span + span {
		display: none;
	}
  	.category-container__table-th.wrapAll {
  		margin-bottom: 15px;
      	line-height: 1.2;
  	}
  
  	.category-container__table-th.active-element {
        white-space: initial;
        text-align: right;
        padding-right: 10px;
    }
}

@media (min-width: 616px) and (max-width: 991px) {
    .header-menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 -10px;
        padding: 15px 0;
    }

    .header-menu__item {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2;
        padding: 0 10px;
    }

    ul.header-menu a {
        font-weight: 600;
        line-height: 1.4;
        white-space: nowrap;
        font-weight: 600;
    }
}

@media (min-width: 616px) and (max-width: 840px) {
    .header-menu__item {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
}

@media (min-width: 992px) {
    a.header-menu__link {
        line-height: 46px;
        font-weight: 700;
        font-size: 18px;
    }
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    background-image: -o-linear-gradient(178deg, #cb2d3e 0, #ef473a 100%);
    background-image: linear-gradient(-88deg, #cb2d3e 0, #ef473a 100%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(94, 92, 86, 0.21);
            box-shadow: 0px 4px 4px 0px rgba(94, 92, 86, 0.21);
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-fixed.active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.header-fixed__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-fixed__inner .header-fixed__logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    margin-right: 10px;
}

@media (max-width: 615px) {
    .header-fixed__inner .header-fixed__logo {
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    .header-fixed__inner .header-fixed__logo {
        width: 80px;
    }
}

.header-fixed__inner .header-fixed__logo img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1) brightness(1000%);
            filter: grayscale(1) brightness(1000%);
}

@media (max-width: 615px) {
    .header-fixed__menu {
        display: none;
    }
}

.header-fixed__booking {
    margin-left: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

@media (max-width: 615px) {
    .header-fixed__booking {
        margin-right: 10px;
    }
}

.header-fixed .header-menu {
    margin: 0 -7px;
}

@media (max-width: 1199px) {
    .header-fixed .header-menu {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.header-fixed .header-menu__item {
    padding: 0 7px;
}

@media (max-width: 991px) {
    .header-fixed .header-menu__item {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
}

.header-fixed a.header-menu__link {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .header-fixed a.header-menu__link {
        line-height: 1.4;
    }
}

.mm-menu_offcanvas {
	z-index: 9999;
}

.cookie_modal {
    bottom: -50vh;
    opacity: 0;
    margin: auto;
    left: 20px;
    background: #fff;
    width: calc(90% - 15px);
    max-width: 500px;
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.5);
    z-index: 99999999999;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
}

.cookie_modal.view {
    bottom: 20px;
    opacity: 1;
}

.cookie_modal button {
    cursor: pointer;
    -webkit-appearance: button;
}

.cookie_modal .close-modal {
    z-index: 5;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: transparent;
    border: 0;
}

.cookie_modal .close-modal:hover {
    opacity: 1;
    transform: scale(1.1);
}

.cookie_modal .close-modal:before, 
.close-modal:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333333;
    top: 0;
}

.cookie_modal .close-modal:after {
    transform: rotate(-45deg);
}

.cookie_modal .close-modal:before {
    transform: rotate(45deg);
}

.cookie_modal p {
    margin: 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.34em;
}

.cookie_modal .btn_block {
    display: flex;
    margin-left: auto;
    gap: 10px;
}

.cookie_modal .cookie_btn {
    background-color: #e93f35;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    text-align: center;
}

.cookie_modal .cookie_btn:hover {
    background-color: #f08d33;
}

@media(max-width: 700px) {
  .claim-container__number .claim-items {
    justify-content: center;
  }
}

@media (min-width: 768px) {
    .category-container__table-tr>.category-container__table-td {
        flex-basis: 200px;
        width: 200px;
    }

    .wrapall-price {
        flex-basis: calc(100% - 200px);
        width: calc(100% - 200px);
    }

     .category-container__table-tr.main-td .category-container__table-td.main-td,
  	 .category-container__table-tr.main-data > .category-container__table-th {
        flex-basis: 200px;
        width: 200px;
    }

    .category-table-date {
        flex-basis: calc(100% - 200px);
        width: calc(100% - 200px);
    }

    .category-container__table-tr,
    .category-container__table-tr {
        padding: 20px 15px;
    }
  
  	.category-table-date .category-container__table-hidden .category-container__table-th,
    .category-table-date .category-container__table-hidden .category-container__table-th span {
    	font-weight: 600 !important;
    	line-height: 1.4
    }
}

.new_stock_block {
	padding-bottom: 60px;
}

.content a.download-link {
	display: inline-block;
  	vertical-align: baseline;
}

.promotion-modal {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 30px;
    width: 563px;
    padding: 3px;
    max-width: 100%;
    background-color: #FCF8ED;
    -webkit-box-shadow: 0px 4px 27.2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 27.2px rgba(0, 0, 0, 0.09);
    border-radius: 32px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
    overflow: hidden;
}

.promotion-modal::before {
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 300%;
    background-image: linear-gradient(to right, #f84545 0, #f88e27 100%);
    border-radius: 32px;
    animation: promotion-modal-rotate 1s linear infinite;
    content: "";
}

@keyframes promotion-modal-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.promotion-modal__container {
    position: relative;
    background-color: #FCF8ED;
    border-radius: 30px;
    overflow: hidden;
}

.promotion-modal__inner {
    background-color: #FCF8ED;
}

.promotion-modal.view {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

@media (max-width: 767px) {
    .promotion-modal {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: calc(100% - 20px);
        bottom: 125px;
        -webkit-transform: translate(-50%, 100%);
            -ms-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
    }

    .amo-button-holder {
        bottom: 35px !important;
    }

    .promotion-modal.view {
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
}

.promotion-modal__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.promotion-modal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
}

.promotion-modal__item::before {
    display: none;
}

.promotion-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.promotion-modal__inner:hover,
.promotion-modal__inner:focus {
    color: #333;
}

.promotion-modal__image {
    position: relative;
    width: 165px;
    height: 261px;
    border-radius: 32px 32px 0 0;
}

.promotion-modal__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    border-radius: 32px;
    -o-object-fit: cover;
       object-fit: cover;
}

.promotion-modal__desc {
    padding: 24px 40px 24px 24px;
    width: calc(100% - 165px);
}

@media (max-width: 460px) {
    .promotion-modal__desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.promotion-modal__text {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  	max-height: 115px;
}

@media (max-width: 420px) {
    .promotion-modal__text {
        display: none;
    }
}

.promotion-modal__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	max-height: 56px;
}

@media (max-width: 420px) {
  .promotion-modal__title {
    -webkit-line-clamp: 6;
    max-height: 160px;
  }
}

@media (max-width: 360px) {
    .promotion-modal__title {
        font-size: 16px;
    }
}

.promotion-modal__desc p + p {
    margin-top: 16px;
}

.promotion-modal__date {
    padding-top: 1px;
    padding-left: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8335 11C1.8335 7.54327 1.8335 5.81444 2.90783 4.74102C3.98216 3.6676 5.71008 3.66669 9.16683 3.66669H12.8335C16.2902 3.66669 18.0191 3.66669 19.0925 4.74102C20.1659 5.81535 20.1668 7.54327 20.1668 11V12.8334C20.1668 16.2901 20.1668 18.0189 19.0925 19.0924C18.0182 20.1658 16.2902 20.1667 12.8335 20.1667H9.16683C5.71008 20.1667 3.98125 20.1667 2.90783 19.0924C1.83441 18.018 1.8335 16.2901 1.8335 12.8334V11Z' stroke='%23333333' stroke-width='1.375'/%3E%3Cpath d='M6.41699 3.66669V2.29169M15.5837 3.66669V2.29169M2.29199 8.25002H19.7087' stroke='%23333333' stroke-width='1.375' stroke-linecap='round'/%3E%3Cpath d='M16.5 15.5833C16.5 15.8264 16.4034 16.0596 16.2315 16.2315C16.0596 16.4034 15.8264 16.5 15.5833 16.5C15.3402 16.5 15.1071 16.4034 14.9352 16.2315C14.7632 16.0596 14.6667 15.8264 14.6667 15.5833C14.6667 15.3402 14.7632 15.1071 14.9352 14.9352C15.1071 14.7632 15.3402 14.6667 15.5833 14.6667C15.8264 14.6667 16.0596 14.7632 16.2315 14.9352C16.4034 15.1071 16.5 15.3402 16.5 15.5833ZM16.5 11.9167C16.5 12.1598 16.4034 12.3929 16.2315 12.5648C16.0596 12.7368 15.8264 12.8333 15.5833 12.8333C15.3402 12.8333 15.1071 12.7368 14.9352 12.5648C14.7632 12.3929 14.6667 12.1598 14.6667 11.9167C14.6667 11.6736 14.7632 11.4404 14.9352 11.2685C15.1071 11.0966 15.3402 11 15.5833 11C15.8264 11 16.0596 11.0966 16.2315 11.2685C16.4034 11.4404 16.5 11.6736 16.5 11.9167ZM11.9167 15.5833C11.9167 15.8264 11.8201 16.0596 11.6482 16.2315C11.4763 16.4034 11.2431 16.5 11 16.5C10.7569 16.5 10.5237 16.4034 10.3518 16.2315C10.1799 16.0596 10.0833 15.8264 10.0833 15.5833C10.0833 15.3402 10.1799 15.1071 10.3518 14.9352C10.5237 14.7632 10.7569 14.6667 11 14.6667C11.2431 14.6667 11.4763 14.7632 11.6482 14.9352C11.8201 15.1071 11.9167 15.3402 11.9167 15.5833ZM11.9167 11.9167C11.9167 12.1598 11.8201 12.3929 11.6482 12.5648C11.4763 12.7368 11.2431 12.8333 11 12.8333C10.7569 12.8333 10.5237 12.7368 10.3518 12.5648C10.1799 12.3929 10.0833 12.1598 10.0833 11.9167C10.0833 11.6736 10.1799 11.4404 10.3518 11.2685C10.5237 11.0966 10.7569 11 11 11C11.2431 11 11.4763 11.0966 11.6482 11.2685C11.8201 11.4404 11.9167 11.6736 11.9167 11.9167ZM7.33333 15.5833C7.33333 15.8264 7.23676 16.0596 7.06485 16.2315C6.89294 16.4034 6.65978 16.5 6.41667 16.5C6.17355 16.5 5.94039 16.4034 5.76849 16.2315C5.59658 16.0596 5.5 15.8264 5.5 15.5833C5.5 15.3402 5.59658 15.1071 5.76849 14.9352C5.94039 14.7632 6.17355 14.6667 6.41667 14.6667C6.65978 14.6667 6.89294 14.7632 7.06485 14.9352C7.23676 15.1071 7.33333 15.3402 7.33333 15.5833ZM7.33333 11.9167C7.33333 12.1598 7.23676 12.3929 7.06485 12.5648C6.89294 12.7368 6.65978 12.8333 6.41667 12.8333C6.17355 12.8333 5.94039 12.7368 5.76849 12.5648C5.59658 12.3929 5.5 12.1598 5.5 11.9167C5.5 11.6736 5.59658 11.4404 5.76849 11.2685C5.94039 11.0966 6.17355 11 6.41667 11C6.65978 11 6.89294 11.0966 7.06485 11.2685C7.23676 11.4404 7.33333 11.6736 7.33333 11.9167Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left top;
}

@media (max-width: 360px) {
    .promotion-modal__date {
        font-size: 14px;
    }
}

.promotion-modal__nav {
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    left: 51.5px;
    bottom: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    width: 57px;
    margin: 0 auto;
}

.promotion-modal__nav .slick-list {
    margin: 0 auto;
}

.promotion-modal__nav .slick-slide {
    min-width: 11px;
}

.promotion-modal .slick-arrow {
    position: absolute;
    z-index: 3;
    bottom: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    color: transparent;
    width: 22px;
    height: 16px;
    border: none;
    background-image: url(../images/arrow-index.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    cursor: pointer;
}

.promotion-modal .slick-prev {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 24px;
}

.promotion-modal .slick-next {
    left: 112px;
}

.promotion-modal__nav button {
    display: inline-block;
    vertical-align: middle;
    width: 7px !important;
    max-width: 7px;
    height: 7px;
    border: none;
    border-radius: 50%;
    background-color: #D9D9D9;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

.promotion-modal__nav .slick-current button {
    background-color: #FA912D;
}

.promotion-modal__nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promotion-modal__nav .slick-track.n-transform {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.promotion-modal__nav .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2px;
}

.promotion-modal__close {
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
}

.promotion-modal__close::before,
.promotion-modal__close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: ""
}

.promotion-modal__close::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.promotion-modal__close:hover::before,
.promotion-modal__close:focus::before,
.promotion-modal__close:hover::after,
.promotion-modal__close:focus::after {
    background-color: #FA912D;
}

.promotion-modal .slick-slide {
	opacity: 0;
  	pointer-events: none;
  	transition: all 0.3s ease-in-out;
}

.promotion-modal .promotion-modal__nav .slick-slide.slick-active {
	opacity: 1;
}

.promotion-modal .slick-slide.slick-current {
	opacity: 1;
  	pointer-events: initial;
}

.promotion-modal__more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: auto;
    margin-left: auto;
    margin-top: auto;
    padding: 2px 16px;
    text-align: left;
    border: none;
    min-height: 40px;
    min-width: 150px;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(to right, #f84545 0, #f88e27 100%);
    border-radius: 50px;
    color: #ffffff;
    position: absolute;
    top: calc(100% - 45px);
    right: 30px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .promotion-modal__more {
        right: 16px;
    }
}

.promotion-modal__more span {
    position: relative;
    z-index: 2;
}

.promotion-modal__more::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 200%;
    height: 500%;
    background-color: #d1313e;
    border-radius: 50%;
    transition: all 0.6s ease-in-out;
    content: "";
}

.promotion-modal__more:hover::before,
.promotion-modal__more:focus::before {
    transform: translate(-50%, -50%) scale(1);
}

.promotion-modal__more.active::before {
    opacity: 0;
}

.payment-methods {
	margin-bottom: 35px;
}

.section-block-content a.btn {
	display: inline-flex;
}

.reviews-yandex {
  	margin: 28px 0 50px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 5px;
    box-shadow: 0 9px 25px rgba(204, 123, 43, .15);
}

.reviews-yandex > div {
	width: 100%;
    height: 572px;
    overflow: hidden;
    position: relative;
    background: #fff;
    max-width: 760px;
    margin: 0 auto;
}

.reviews-yandex > div iframe{
	width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
}

h1.hidden {
	display: none;
}

h2.h1 {
	font-size: 2.25rem;
    font-weight: 900;
    margin: 0;
  	text-align: center;
}

.mb-28 {
	margin-bottom: 28px !important;
}

.reviews-page a + .reviews-item {
	margin-top: 0 !Important;
}

.index-container__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mt-50 {
	margin-top: 50px !important;
}

.w-100 {
	width: 100% !important;
}