@charset "UTF-8";
@import url(../font/stylesheet.css);

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding-bottom: 7px;
}

.header.follow {
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px #dadada;
  box-shadow: 0px 2px 10px #dadada;
}

.header.follow .header-menu {
  margin-top: 7px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.header.follow .header-top__right {
  margin-top: 7px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.header.follow .col-logo {
  padding-top: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.header .col-logo {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 200px;
  padding-top: 10px;
}

.header .col-logo .logo__img {
  max-width: 100% !important;
}

.header .col-menus {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: calc(100% - 200px);
}

.header-menu {
  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;
  background-color: #FF7F00;
  border-radius: 20px;
  padding: 0 35px;
  margin-top: 12px;
  min-width: 500px;
}

.header-menu__link {
  font-weight: 700;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  display: block;
  padding: 0 10px;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Corbel;
}

.child-menu__link {
  font-weight: 700;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  display: block;
  padding: 0 10px;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: Corbel;
}

.header-menu__link:not(.btn):visited {
  color: #000;
}

.header-menu__link:not(.btn):hover,
.header-menu__link:not(.btn):focus {
  color: #fff;
}

.header-menu__link:not(:last-child) {
  margin-right: 21px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top .header-menu {
  background-color: transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  padding-left: 0;
}

.header-top .header-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .header-menu__link:not(.btn):hover,
.header-top .header-menu__link:not(.btn):focus {
  color: #FF7F00;
  /*.header-top__tel-svg {
                    fill:$main-color;
                }*/
}

.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: auto;
}

.header-top__location-png {
  margin-right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-top__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
  font-weight: 700;
  line-height: 22px;
  font-size: 18px;
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-top__tel-svg {
  fill: #000;
  margin-right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-top__tel:not(.btn):hover,
.header-top__tel:not(.btn):focus {
  color: #FF7F00;
}

.header-top__tel:not(.btn):hover .header-top__tel-svg,
.header-top__tel:not(.btn):focus .header-top__tel-svg {
  fill: #FF7F00;
}

.header-menu__item.current .header-menu__link {
  color: #fff;
}

.header-menu-desktop .header-menu__link:not(.btn):hover,
.header-menu__link:not(.btn):focus {
  color: #FF7F00;
}


.footer__lower {
  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;
  height: 55px;
  padding-left: 90px;
}

.footer__text {
  font-weight: 400;
  line-height: 17px;
  font-size: 14px;
  color: #B6B6B6;
}

.footer__text.politica {
  text-decoration: underline;
}

.footer__text.politica:not(.btn):visited {
  color: #B6B6B6;
}

.footer__text.politica:not(.btn):hover,
.footer__text.politica:not(.btn):focus {
  text-decoration: none;
  color: #B6B6B6;
}

.footer__top {
  background-position: center;
  background-size: cover;
  padding: 23px 0 17px;
  margin-top: 62px;
}

.partners {
  width: 100%;
  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;
}

.partners .partner {
  margin-left: 20px;
}

.partner {
  display: block;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 67%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-left: auto;
}

.footer-menu__item {
  width: 33.333%;
  margin-bottom: 10px;
}

.footer-menu__link {
  font-family: Corbel;
  font-weight: 700;
  line-height: 20px;
  font-size: 20px;
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer-menu__link:not(.btn):visited {
  color: #000;
}

.footer-menu__link:not(.btn):hover,
.footer-menu__link:not(.btn):focus {
  color: #FF7F00;
}

/*.footer-submenu {
	display: flex;
	align-content: flex-start;
	flex-direction: column;
	//width: 59%;
	justify-content: space-between;
	&__item {
		margin-top:10px;
	}
	&__link {
		font-family: Corbel;
		font-weight: 700;
		line-height: 20px;
		font-size: 20px;
		color: #000000;
		transition:.2s;
		&:not(.btn):visited {
			color: #000;
		}
		&:not(.btn):hover, &:not(.btn):focus {
			color: $main-color;
		}
	}
}*/
.footer-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}

.footer-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*-webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
}

.footer-top__tel {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 22px;
  font-size: 18px;
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer-top__tel-svg {
  fill: #000;
  margin-right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer-top__tel:not(.btn):hover,
.footer-top__tel:not(.btn):focus {
  color: #FF7F00;
}

.footer-top__tel:not(.btn):hover .footer-top__tel-svg,
.footer-top__tel:not(.btn):focus .footer-top__tel-svg {
  fill: #FF7F00;
}

.content-text .waterslides__desc {
  margin-top: 30px;
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content-text .waterslides__desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content-text .waterslides__items {
  padding: 30px 0 0;
}

.content-text .waterslides__items sup {
  top: 0.35em;
}

.content-text .waterslides__items sub {
  bottom: -1.25em;
}

.content-text .waterslides-filters {
  margin: 0;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  border: 2px solid #38b2ce;
  overflow: hidden;
  padding-top: 0;
}

.content-text .waterslides-filters__item {
  padding-bottom: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.content-text .waterslides-filters__item:before {
  content: '' !important;
}

.content-text .waterslides-filters__item:not(:last-child) {
  border-right: 2px solid #38b2ce;
}

.content-text .waterslides-filters__item-link {
  display: block;
  padding: 5px 10px;
  text-align: center;
  color: #38b2ce;
  font-family: Corbel;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
}

.content-text .waterslides-filters__item-link:not(.btn):visited {
  color: #38b2ce;
}

.content-text .waterslides-filters__item-link:not(.btn):hover,
.content-text .waterslides-filters__item-link:not(.btn):focus {
  color: #FF7F00;
}

.content-text .waterslides-filters__item-link_active {
  background-color: #38b2ce;
  color: #fff;
}

.content-text .waterslides-filters__item-link_active:not(.btn):hover,
.content-text .waterslides-filters__item-link_active:not(.btn):focus,
.content-text .waterslides-filters__item-link_active:not(.btn):visited {
  color: #fff;
}

.content-text .waterslide-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  border-radius: 7px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  overflow: hidden;
}

.content-text .waterslide-block.hidden {
  display: none;
}

.content-text .waterslide-block .event-price {
  color: #38b2ce;
  font-weight: 700;
  font-size: 110%;
}

.content-text .waterslide-block__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  height: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content-text .waterslide-block__content-wrapper.events {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.content-text .waterslide-block__main-info {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  min-height: 350px;
  padding: 20px 25px 110px;
  overflow: hidden;
}

.content-text .waterslide-block__events-info {
  position: relative;
  min-height: 350px;
  padding: 20px 25px 20px;
  overflow: hidden;
  width: 100%;
}

.content-text .waterslide-block__title {
  display: block;
  position: relative;
  color: #333;
  font-family: Corbel;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.content-text .waterslide-block__title:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #60b9ce;
}

.content-text .waterslide-block__title .badge {
  margin-left: 10px;
  top: -2px;
  position: relative;
}

.content-text .waterslide-block__desc {
  display: block;
  margin-top: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.content-text .waterslide-block__desc p,
.content-text .waterslide-block__desc li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.content-text .waterslide-block__qubes {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
}

.content-text .waterslide-block__params {
  padding: 8px 0 0;
}

.content-text .waterslide-block__client-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 15px;
}

.content-text .waterslide-block__client-param {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin: 0 15px;
}

.content-text .waterslide-block__client-param-key {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #38b2ce;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
}

.content-text .waterslide-block__client-param-key:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}

.content-text .waterslide-block__client-param-value {
  text-align: center;
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 900;
}

.content-text .waterslide-block__thumbnail {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.content-text .waterslide-block__thumbnail_none {
  background-color: #e2e2e2;
}

.content-text .waterslide-block__thumbnail_none>svg {
  width: 84px;
  height: 68px;
  fill: #fff;
}

.content-text .waterslide-block__thumbnail-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  height: 100%;
}

.content-text .waterslide-block__thumbnail-wrapper.events {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  width: 40%;
}

.content-text .waterslide-slider {
  position: relative;
  height: 100%;
}

.content-text .waterslide-slider__open-image {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  right: 100px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  pointer-events: none;
}

.content-text .waterslide-slider__open-image:before,
.content-text .waterslide-slider__open-image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #ff7400;
}

.content-text .waterslide-slider__open-image:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content-text .waterslide-slider__slides {
  height: 100%;
  min-height: 200px;
}

.content-text .waterslide-slider__img {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.content-text .waterslide-slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  bottom: 15px;
  right: 15px;
  height: 40px;
  width: 75px;
  border-radius: 20px;
  overflow: hidden;
}

.content-text .waterslide-slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
}

.content-text .waterslide-slider__arrow:hover>svg {
  fill: #38b2ce;
}

.content-text .waterslide-slider__arrow-prev:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: calc(100% - 10px);
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.content-text .waterslide-slider__arrow-prev>svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content-text .waterslide-slider__arrow>svg {
  width: 7px;
  height: 12px;
  fill: #bdbdbd;
  -webkit-transition: .3s;
  transition: .3s;
}

.content-text .waterslide-slider .slick-list {
  height: 100%;
}

.content-text .waterslide-slider .slick-track {
  height: 100%;
}

.content-text .waterslide-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
}

.content-text .waterslide-param__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}

.content-text .waterslide-param__icon>svg {
  fill: #ff7400;
  max-width: 100%;
  max-height: 100%;
}

.content-text .waterslide-param__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.content-text .waterslide-param__key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  color: #333;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.content-text .waterslide-param__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.content-text .waterslide-instruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
  padding: 10px 20px;
  background-color: #daf9fc;
}

.content-text .waterslide-instruction__title {
  display: block;
  padding: 0 0 20px;
  text-align: center;
  color: #38b2ce;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.content-text .waterslide-instruction__text {
  color: #333;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.content-text .waterslide-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
  padding: 10px 20px;
}

.content-text .waterslide-level__title {
  display: block;
  padding: 0 0 15px;
  text-align: center;
  color: #38b2ce;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.content-text .waterslide-level__speedometer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.content-text .waterslide-level__speedometer-icon>svg {
  max-height: 100%;
  max-width: 100%;
}

.content-text .waterslide-level__speedometer-text {
  display: block;
  text-align: center;
  color: #333;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.mobile-table {
  display: none;
}

.mobile-table .price-table {
  margin-top: 10px;
}

.mobile-table .price-table:nth-child(1) {
  margin-top: 0;
}

.price-bottom-xs {
  display: none;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center 100%;
}

.price {
  background-repeat: no-repeat;
  position: relative;
  /* Изменения от 16052024 yrv */
  /* padding-top: 190px; */
  padding-top: 50px;
  background-position-x: center;
}

.price .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 110%;
}

.price .buttons .button {
  border-radius: 60px;
  padding: 10px 30px;
  background-color: #fff;
  margin-right: 20px;
}

.price .buttons .button.active {
  font-weight: 600;
}

.content-text .price-table {
  width: 100%;
  overflow: auto;
}

.content-text .price-table p {
  padding: 0;
}

.content-text .price-table__warpper {
  min-width: 600px;
}

.content-text .price-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.content-text .price-table__header {
  height: 110px;
}

.content-text .price-table__body {
  height: 80px;
  margin-top: 7px;
}

.content-text .price-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 10px;
}

.content-text .price-table__cell--name {
  width: 284px;
}

.content-text .price-table__cell--name-dino {
  width: 411px;
}

.content-text .price-table__cell--val {
  width: 336px;
}

.content-text .price-table__cell--val-dino {
  width: 189px;
}

.ski .content-text .price-table__cell--val-dino {
  width: 320px;
}

.content-text .price-table__cell--left-bottom {
  border-radius: 7px 0px 0px 7px;
}

.content-text .price-table__cell--left-center {
  border-radius: 7px 0px 0px 7px;
}

.content-text .price-table__cell--top-left {
  border-radius: 7px;
}

.content-text .price-table__cell--top {
  border-radius: 7px 7px 0px 0px;
}

.content-text .price-table__cell--top-right {
  border-radius: 7px 7px 0px 0px;
}

.content-text .price-table__cell--right-center {
  border-radius: 0px 7px 7px 0px;
}

.content-text .price-table__cell--right-bottom {
  border-radius: 0px 7px 7px 0px;
}

.content-text .price-table__wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  /* выравнивание реадера по midle*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-text .price-table__time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%;
  padding-top: 10px;
  width: 100%;
}

.content-text .price-table__day-week {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #D8D8D8;
  font-family: Corbel;
  font-weight: 700;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
}

.content-text .price-table__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 33%;
}

.content-text .price-table__val--str {
  font-size: 18px;
  text-align: center;
  color: #333333;
  font-weight: 400;
}

.content-text .price-table__val--int {
  font-size: 22px;
  text-align: center;
  color: #333333;
  font-weight: 700;
}

.content-text .price-table__val.w50 {
  width: 50%;
}

.content-text .price-table__val.w33 {
  width: 33%;
}

.content-text .price-table__val.w25 {
  line-height: normal;
  width: 25%;
}

.content-text .price-table__wrap-val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.content-text .price-table__val:not(:last-child) {
  border-right: 1px solid #D8D8D8;
}

.content-text .price-table__title {
  font-family: Corbel;
  font-weight: 700;
  line-height: 30px;
  font-size: 30px;
}

.content-text .price-table__age {
  font-size: 18px;
  color: #333333;
}

.content-text .price-dino {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.content-text .price-dino p {
  text-align: inherit;
}

.content-text .price-dino .discont {
  color: #CE1010;
  margin-left: 10px;
  font-weight: 600;
}

.content-text .price-dino .color-aqua {
  margin-left: 5px;
  position: relative;
  bottom: 5px;
  font-size: 70%;
}

.content-text .price-dino .cell {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.content-text .price-dino .cell.name-dino {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .cell.val-dino {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 189px;
  flex: 0 0 189px;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ski .content-text .price-dino .cell.val-dino {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .cell.name-ski {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .cell.dep-ski {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .cell.val-ski {
  margin-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  -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;
}

.content-text .price-dino .cell.val-ski .pr-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.content-text .price-dino .cell.val-ski .pr-v {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .cell.val-ski .pr-v .pr-1,
.content-text .price-dino .cell.val-ski .pr-v .pr-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-text .price-dino .cell.left {
  border-radius: 7px 0 0 7px;
}

.content-text .price-dino .cell.right {
  border-radius: 0 7px 7px 0;
}

.content-text .price-dino .cell.name-ssc {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .cell.col-ssc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /*margin-right: 0;*/
}

.content-text .price-dino .cell.col-ssc.right {
  margin-right: 0;
}

.content-text .price-dino .cell.colbig-ssc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /*margin-right: 0;*/
}

.content-text .price-dino .cell.colbig-ssc.right {
  margin-right: 0;
}

.content-text .price-dino .header-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.content-text .price-dino .header-row .cell {
  overflow: hidden;
  font-family: Corbel;
  padding: 22.5px 0;
  font-weight: 700;
  line-height: 30px;
  /**/
  font-size: 30px;
}

.content-text .price-dino .header-row .cell.val-ski {
  font-size: 24px;
  padding: 0px 30px;
}

.content-text .price-dino .header-row .cell.val-ski .pr-h {
  border-bottom: 1px #eee solid;
}

.content-text .price-dino .header-row .cell.val-ski .pr-v {
  font-size: 18px;
  color: #000;
}

.content-text .price-dino .header-row .cell.val-ski .pr-v .pr-1 {
  border-right: 1px #eee solid;
}

.content-text .price-dino .body-row {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-text .price-dino .body-row .cell {
  font-size: 18px;
  font-weight: 400;
}

.content-text .price-dino .body-row .cell.name-dino,
.content-text .price-dino .body-row .cell.name-ski,
.content-text .price-dino .body-row .cell.name-ssc {
  padding: 19px 10px 19px 38px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.content-text .price-dino .body-row .cell .text li {
  margin-top: 10px;
}

.content-text .price-dino .body-row .cell .text li:before {
  content: "•";
  font-size: 20px;
  margin-right: 5px;
}

.content-text .price-dino .body-row .cell.val-dino {
  padding: 19px 0;
  font-weight: 700;
}

.content-text .price-dino .body-row .cell.val-ski,
.content-text .price-dino .body-row .cell.dep-ski,
.content-text .price-dino .body-row .cell.col-ssc,
.content-text .price-dino .body-row .cell.colbig-ssc {
  font-size: 20px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-text .price-dino .body-row .cell.val-ski {
  padding: 0px 30px;
}

.content-text .price-dino .body-row .cell.valbig-ssc {
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .content-text .price-dino .cell.val-dino {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }

  .ski .content-text .price-dino .cell.val-dino {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }

  .content-text .price-dino .cell.dep-ski {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }

  .content-text .price-dino .cell.val-ski {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
  }
}

@media (max-width: 767px) {
  .content-text .price-dino p {
    font-size: 12px;
  }

  .content-text .price-dino .cell.val-dino {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }

  .ski .content-text .price-dino .cell.val-dino {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }

  .content-text .price-dino .cell.dep-ski {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
  }

  .content-text .price-dino .cell.val-ski {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }

  .content-text .price-dino .cell.col-ssc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }

  .content-text .price-dino .cell.colbig-ssc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
  }

  .content-text .price-dino .header-row .cell {
    font-size: 14px;
    padding: 10px;
    min-height: 80px;
  }

  .content-text .price-dino .header-row .cell.dep-ski {
    font-size: 14px;
    padding: 0px;
  }

  .content-text .price-dino .header-row .cell.val-ski {
    padding: 0px;
  }

  .content-text .price-dino .header-row .cell.val-ski .pr-h {
    font-size: 14px;
    padding: 5px;
  }

  .content-text .price-dino .header-row .cell.val-ski .pr-v {
    padding: 0px;
    font-size: 9px;
  }

  .content-text .price-dino .body-row .cell {
    font-size: 12px;
  }

  .content-text .price-dino .body-row .cell.name-dino,
  .content-text .price-dino .body-row .cell.name-ski,
  .content-text .price-dino .body-row .cell.name-ssc {
    padding: 19px 5px 19px 5px;
  }

  .content-text .price-dino .body-row .cell.val-dino {
    padding: 19px 0;
  }

  .content-text .price-dino .body-row .cell.dep-ski,
  .content-text .price-dino .body-row .cell.val-ski,
  .content-text .price-dino .body-row .cell.col-ssc,
  .content-text .price-dino .body-row .cell.colbig-ssc {
    padding: 0px;
    font-size: 12px;
  }

  .content-text .price-dino .body-row .cell.dep-ski .pr-v,
  .content-text .price-dino .body-row .cell.val-ski .pr-v,
  .content-text .price-dino .body-row .cell.col-ssc .pr-v,
  .content-text .price-dino .body-row .cell.colbig-ssc .pr-v {
    padding: 0;
  }

  .content-text .price-dino .body-row .cell.valbig-ssc {
    padding: 19px 5px 19px 5px;
  }

  .price .buttons {
    margin-bottom: 20px;
    font-size: 80%;
  }

  .price .buttons .button {
    padding: 10px 20px;
    margin-right: 10px;
  }
}

@media (max-width: 400px) {
  .content-text .price-dino {
    margin: 0 -10px;
    width: auto;
  }

  .ice .content-text {
    margin-top: 10px !important;
  }

  .content-text .price-dino .cell.col-ssc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
  }

  .content-text .price-dino .cell.colbig-ssc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }

  .content-text .price-dino .header-row .cell {
    font-size: 12px;
  }
}

.content-text .hints {
  margin-top: 10px;
}

.content-text .hints .color-aqua {
  margin-right: 5px;
  position: relative;
  bottom: 5px;
  font-size: 70%;
}

.content-text .hints .hint,
.content-text .hints p {
  line-height: 24px;
  font-size: 16px;
  padding: 0;
  width: 100%;
}

.b-table {
  padding: 5px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.b-table .price-dino {
  margin-bottom: 0;
}

.b-table .price-dino .body-row .cell.val-ski,
.b-table .price-dino .body-row .cell.dep-ski,
.b-table .price-dino .body-row .cell.col-ssc,
.b-table .price-dino .body-row .cell.colbig-ssc,
.b-table .price-dino .body-row .cell.val-dino {
  font-weight: normal;
}

@media (max-width: 400px) {
  .b-table {
    margin: 0 -5px;
  }

  .b-table .price-dino {
    margin: 0;
    width: auto;
  }
}

.content-text .bt-table-cont input {
  width: 100%;
}

.content-text .bt-table-cont textarea {
  width: 100%;
  min-height: 200px;
  white-space: nowrap;
}

.content-text .bt-table-cont table th,
.content-text .bt-table-cont table td {
  padding: 2px;
}

.content-text .bt-table-cont .btn {
  padding: 0 .75rem;
}

.carousel.main-main .img-cont {
  overflow: hidden;
  position: relative;
  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;
}

.carousel.main-main .img-cont img {
  width: auto;
  margin: 0;
  max-width: 100%;
}

.carousel.main-main .img-cont .sl-content {
  position: absolute;
  /*top: 0;
  left: 0;*/
}

.carousel.main-main .img-cont .sl-content img {
  width: 100%;
}

.carousel.main-main .carousel-indicators {
  z-index: 1;
}

.carousel.main-main .carousel-control-next,
.carousel.main-main .carousel-control-prev {
  opacity: unset;
}

.carousel.main-main .carousel-control-next:focus,
.carousel.main-main .carousel-control-next:hover,
.carousel.main-main .carousel-control-prev:focus,
.carousel.main-main .carousel-control-prev:hover {
  opacity: unset;
}

.carousel.main-main .carousel-control-next-icon,
.carousel.main-main .carousel-control-prev-icon {
  width: 60px;
  height: 60px;
}

.carousel.main-main .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30%200C13.4314%200%200%2013.4314%200%2030C0%2046.5686%2013.4314%2060%2030%2060C46.5686%2060%2060%2046.5686%2060%2030C60%2013.4314%2046.5686%200%2030%200ZM30%202.85712C44.9672%202.85712%2057.1429%2015.0328%2057.1429%2030C57.1429%2044.9671%2044.9672%2057.1428%2030%2057.1428C15.0329%2057.1428%202.85718%2044.9671%202.85718%2030C2.85718%2015.0328%2015.0329%202.85712%2030%202.85712Z%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.5493%2044.4016L24.165%2042.8273L32.5636%2030.103L24.1793%2017.9087L26.535%2016.2902L36.0079%2030.0702L26.5493%2044.4016Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
}

.carousel.main-main .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30%200C46.5686%200%2060%2013.4314%2060%2030C60%2046.5686%2046.5686%2060%2030%2060C13.4314%2060%200%2046.5686%200%2030C0%2013.4314%2013.4314%200%2030%200ZM30%202.85712C15.0328%202.85712%202.85711%2015.0328%202.85711%2030C2.85711%2044.9671%2015.0328%2057.1428%2030%2057.1428C44.9671%2057.1428%2057.1428%2044.9671%2057.1428%2030C57.1428%2015.0328%2044.9671%202.85712%2030%202.85712Z%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M33.4507%2044.4016L35.835%2042.8273L27.4364%2030.103L35.8207%2017.9087L33.465%2016.2902L23.9921%2030.0702L33.4507%2044.4016Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
}

.carousel.main-main .carousel-control-next:hover .carousel-control-next-icon,
.carousel.main-main .carousel-control-next:focus .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30%200C13.4314%200%200%2013.4314%200%2030C0%2046.5686%2013.4314%2060%2030%2060C46.5686%2060%2060%2046.5686%2060%2030C60%2013.4314%2046.5686%200%2030%200ZM30%202.85712C44.9672%202.85712%2057.1429%2015.0328%2057.1429%2030C57.1429%2044.9671%2044.9672%2057.1428%2030%2057.1428C15.0329%2057.1428%202.85718%2044.9671%202.85718%2030C2.85718%2015.0328%2015.0329%202.85712%2030%202.85712Z%22%20fill%3D%22%23FF7F00%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.5493%2044.4016L24.165%2042.8273L32.5636%2030.103L24.1793%2017.9087L26.535%2016.2902L36.0079%2030.0702L26.5493%2044.4016Z%22%20fill%3D%22%23FF7F00%22%2F%3E%3C%2Fsvg%3E");
}

.carousel.main-main .carousel-control-prev:hover .carousel-control-prev-icon,
.carousel.main-main .carousel-control-prev:focus .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M30%200C46.5686%200%2060%2013.4314%2060%2030C60%2046.5686%2046.5686%2060%2030%2060C13.4314%2060%200%2046.5686%200%2030C0%2013.4314%2013.4314%200%2030%200ZM30%202.85712C15.0328%202.85712%202.85711%2015.0328%202.85711%2030C2.85711%2044.9671%2015.0328%2057.1428%2030%2057.1428C44.9671%2057.1428%2057.1428%2044.9671%2057.1428%2030C57.1428%2015.0328%2044.9671%202.85712%2030%202.85712Z%22%20fill%3D%22%23FF7F00%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M33.4507%2044.4016L35.835%2042.8273L27.4364%2030.103L35.8207%2017.9087L33.465%2016.2902L23.9921%2030.0702L33.4507%2044.4016Z%22%20fill%3D%22%23FF7F00%22%2F%3E%3C%2Fsvg%3E");
}

.carousel.main-main .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #FF7F00;
  margin: 0 5px;
  border: 2px transparent solid;
}

.carousel.main-main .carousel-indicators li.active {
  border: 2px #FF7F00 solid;
  background-color: transparent;
}

@media (max-width: 991px) {
  .carousel.main-main .carousel-control-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
  }

  .carousel.main-main .carousel-control-prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .carousel.main-main .carousel-control-next-icon,
  .carousel.main-main .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {

  .carousel.main-main .carousel-control-next-icon,
  .carousel.main-main .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
}

.btn .img-loading {
  width: auto;
  margin: 0 0 0 10px;
}

.accordion>.card {
  background-color: rgba(0, 0, 0, 0.01);
  border-color: #FF7F00;
}

.accordion>.card .card-header {
  background-color: #fff;
  padding: 0;
}

.accordion>.card .card-header h2 {
  padding: 0;
  position: relative;
}

.accordion>.card .card-header h2 button {
  padding: .75rem 1.25rem;
  width: 100%;
  min-height: 82px;
  white-space: normal;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: inherit;
}

.accordion>.card .card-header h2 button::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
}

.accordion>.card .card-header h2 button.collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

div .b24-widget-button-position-bottom-right {
  right: 1px;
  bottom: 5px;
}

.block-edit-area {
  min-height: 60px;
  border: 1px dotted #C0D3E0 !important;
}

.cke_textarea_inline {
  min-height: 60px;
  width: 100%;
}

.uploaded-photos .img-loading {
  width: auto;
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 3;
}

.loading-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  padding-top: 30px;
  opacity: 0.6;
}

.loading-content img {
  width: 50%;
}

.news-in-list {
  margin-top: 20px;
}

.news-in-list .date {
  display: inline;
}

.news-in-list .description {
  display: inline;
}

.admin-page .row-odd {
  background-color: #f9f9f9;
}

.table-tickets .payed {
  background-color: #efe;
}

.table-tickets .refund {
  background-color: #fee;
}

.table-tickets .used {
  background-color: #ffa;
}

.form-tickets .form-control {
  width: 100px;
  padding: .375rem;
}

.admin-page .content-text table th,
.admin-page .content-text table td {
  font-size: 14px;
}

.admin-page .content-text table th {
  text-align: center;
}

.admin-page .main-screen .content,
.admin-page .main-screen .m-content {
  min-height: 580px;
}

/* https://codepen.io/fsbraun/pen/XQQpgb?page=1 */
.gauge-cont {
  --rotation: 0deg;
}

.gauge {
  position: relative;
  border-radius: 50%/100% 100% 0 0;
  background-color: #5cb85c;
  overflow: hidden;
  margin: 0 auto;
}

.gauge:before {
  content: "";
  display: block;
  padding-top: 50%;
  /* ratio of 2:1*/
}

.gauge .chart {
  overflow: hidden;
}

.gauge .mask {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  top: 40%;
  background-color: #fff;
  border-radius: 50%/100% 100% 0 0;
}

.gauge .percentage {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  right: -1px;
  background-color: #e9ecef;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

/*.gauge:hover {
  --rotation: 140deg;
}*/
.gauge .value {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  text-align: center;
}

.gauge .min {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.gauge .max {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.top-search input {
  width: 155px;
  border-radius: 50px;
  border: 1px solid #C1E4EF;
  padding-left: 10px;
  padding-right: 45px;
}

.top-search input::-webkit-input-placeholder {
  color: #9B9B9B;
}

.top-search input::-moz-placeholder {
  color: #9B9B9B;
}

.top-search input::-ms-input-placeholder {
  color: #9B9B9B;
}

.top-search input::placeholder {
  color: #9B9B9B;
}

.top-search .btn {
  margin-left: -42px;
  border-radius: 50%;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-color: transparent;
}

.top-search .btn svg {
  fill: #FF7F00;
}

.top-search .btn:hover {
  background-color: #FF7F00;
}

.top-search .btn:hover svg {
  fill: #fff;
}

.content-text ul.list-search {
  margin-left: 0;
}

.content-text ul.list-search>li:before {
  content: none;
}

.content-text ul.list-search li {
  margin-top: 10px;
}

.content-text .media {
  border: 1px solid #eee;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-text .media img {
  max-width: 320px;
  margin: 0;
}

.content-text .media .media-body {
  padding: 0 20px;
  min-width: 260px;
}

.iframe-cont {
  overflow: hidden;
  position: relative;
  background-color: #e2e2e2;
  border-radius: 5px;
  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;
  /*img {
		width: 100%;//auto;
		margin:0;
		//border-radius: 4px;
		//border-bottom: none;
	}*/
}

.iframe-cont .s {
  width: 100%;
}

.iframe-cont .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: .8;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  -webkit-filter: drop-shadow(0px 0px 1px #000);
  filter: drop-shadow(0px 0px 1px #000);
}

.carousel-indicators {
  margin: 0 auto;
}

/*.popover.popover-restcalc {
	max-width:95%;
	.popover-body{
		padding:0;
	}
	img{
		//margin:-10px;
		max-width:320px;
	}
}*/
.content-text .restcalc-price .itogo {
  font-weight: 700;
}

.content-text .restcalc-price .card-body {
  padding: 0;
}

.content-text .restcalc-price .contact-form {
  padding: 10px;
}

.content-text .restcalc-price table tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

.content-text .restcalc-price .btn-link {
  display: inline;
  white-space: normal;
  text-align: left;
  padding: 0;
  color: inherit;
}

.content-text .loader-back-rest {
  width: 100%;
  margin-left: 0;
}

.content-text .rest-menu-table td,
.content-text .rest-menu-table th {
  white-space: nowrap;
}

.content-text .rest-menu-table td.name,
.content-text .rest-menu-table th.name {
  white-space: normal;
}

.content-text .rest-menu-table td .modal,
.content-text .rest-menu-table th .modal {
  white-space: normal;
}

textarea.form-control {
  white-space: nowrap;
  overflow: auto;
}

.large-btn-to-top-cont {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.large-btn-to-top-cont .btn-to-top {
  border-radius: 0;
}

.datepicker {
  z-index: 9;
}

.modal-open .datepickers-container {
  z-index: 20000;
}

body.test-site .page-wrapper {
  background-image: url(../images/beta.png);
  background-repeat: repeat-y;
  background-position-x: -50px;
}

.text-up .text-block-wrapper {
  margin-top: -100px;
}

@media (max-width: 1199px) {
  .text-up .text-block-wrapper {
    margin-top: auto;
  }
}

/*
.text-up .text-block__title {
	margin-top:-100px;
}
@media (max-width: 1199px) {
	.text-up .text-block__title {
		margin-top:auto;
	}
}
*/
/* специалисты */
.content-text h2.cpecs {
  font-family: Corbel;
  font-weight: 700;
  line-height: 30px;
  font-size: 30px;
  color: #FF7F00;
  margin-bottom: 19px;
  padding: 0;
  text-align: center;
}

.cpec_on_index .phone {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}

.cpec_on_index {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cpec_on_index .photo {
  padding: 15px 30px 0;
}

.content-text .cpec_on_index img {
  margin: 0;
}

.content-text .cpec_on_index .prof {
  line-height: 33px;
}

.cpec_on_index .name {
  margin: 5px 0;
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

.cpec_on_index .prof {
  color: #555;
}

body .button-buy {
  width: 266px;
}

body .button-buy--first-screen {
  margin-left: 178px;
}

body .button-buy--first-screen {
  margin-bottom: 150px;
}

.admin {
  --second-color: #38B2CE;
  --price-hint-color: #6DB3C9;
  --price-title-bgcolor: #C0F0F6;
  --price-bgcolor: #daf9fc;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.admin .footer__top {
  background-image: url(../images/footer-bgr-aqua.png);
}

.admin .b-table {
  background-color: #daf9fc;
}

.admin .color-aqua {
  color: #38B2CE;
}

.admin .content-text .hours__title {
  color: #38B2CE;
}

.admin .modal-title {
  color: #38B2CE;
}

.admin .datepicker-inline .datepicker--nav {
  background-color: #38B2CE;
}

.admin .mini-table__title {
  background: #38B2CE;
}

.admin .total__int {
  color: #38B2CE;
}

.admin .content-text.text-page-callback {
  border: 1px solid #38B2CE;
}

.admin .content-text .contact-form__title {
  color: #38B2CE;
}

.admin .content-text .price-table__day-week {
  color: #38B2CE;
}

.admin .content-text .price-table__title {
  color: #38B2CE;
}

.admin .price .buttons .button {
  color: #38B2CE;
}

.admin .price .buttons .button.active {
  background-color: #C0F0F6;
}

.admin .form-part:hover {
  border: 1px solid #38B2CE;
}

.admin .content-text .price-dino .header-row .cell {
  color: #38B2CE;
}

.admin .content-text .price-dino .header-row .cell.name-dino,
.admin .content-text .price-dino .header-row .cell.name-ski,
.admin .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C0F0F6;
}

.admin .content-text .price-dino .body-row .cell .text li:before {
  color: #38B2CE;
}

.admin .content-text .price-table__cell--top-left {
  background-color: #C0F0F6;
}

.default {
  --second-color: #38B2CE;
  --price-hint-color: #6DB3C9;
  --price-title-bgcolor: #C0F0F6;
  --price-bgcolor: #daf9fc;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
  /*.b-table{background-color:$_price-bgcolor;}
	.color-aqua {	color: $_second-color;}
	.content-text .hours__title{color: $_second-color;}
	.moda-title{color: $_second-color;}
	.datepicker-inline .datepicker--nav {background-color: $_second-color;}
	.mini-table__title {background: $_second-color;}
	.total__int{color: $_second-color;}
	.content-text.text-page-callback {border: 1px solid $_second-color;}
	.content-text .contact-form__title{color: $_second-color;}
	*/
}

.default .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-aqua.png); */
  background-image: url(../images/bg15052024.jpg);
}

.default .main-screen .bg {
  background-image: url(../images/bg-main.png);
}

.default .b-table {
  background-color: #daf9fc;
}

.default .color-aqua {
  color: #38B2CE;
}

.default .content-text .hours__title {
  color: #38B2CE;
}

.default .modal-title {
  color: #38B2CE;
}

.default .datepicker-inline .datepicker--nav {
  background-color: #38B2CE;
}

.default .mini-table__title {
  background: #38B2CE;
}

.default .total__int {
  color: #38B2CE;
}

.default .content-text.text-page-callback {
  border: 1px solid #38B2CE;
}

.default .content-text .contact-form__title {
  color: #38B2CE;
}

.default .content-text .price-table__day-week {
  color: #38B2CE;
}

.default .content-text .price-table__title {
  color: #38B2CE;
}

.default .price .buttons .button {
  color: #38B2CE;
}

.default .price .buttons .button.active {
  background-color: #C0F0F6;
}

.default .form-part:hover {
  border: 1px solid #38B2CE;
}

.default .content-text .price-dino .header-row .cell {
  color: #38B2CE;
}

.default .content-text .price-dino .header-row .cell.name-dino,
.default .content-text .price-dino .header-row .cell.name-ski,
.default .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C0F0F6;
}

.default .content-text .price-dino .body-row .cell .text li:before {
  color: #38B2CE;
}

.default .content-text .price-table__cell--top-left {
  background-color: #C0F0F6;
}

.quest {
  --second-color: #38B2CE;
  --price-hint-color: #6DB3C9;
  --price-title-bgcolor: #C0F0F6;
  --price-bgcolor: #daf9fc;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.quest .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-aqua.png); */
  background-image: url(../images/bg15052024.jpg);
}

.quest .main-screen .bg {
  background-image: url(../images/bg-main.png);
}

.quest .b-table {
  background-color: #daf9fc;
}

.quest .color-aqua {
  color: #38B2CE;
}

.quest .content-text .hours__title {
  color: #38B2CE;
}

.quest .modal-title {
  color: #38B2CE;
}

.quest .datepicker-inline .datepicker--nav {
  background-color: #38B2CE;
}

.quest .mini-table__title {
  background: #38B2CE;
}

.quest .total__int {
  color: #38B2CE;
}

.quest .content-text.text-page-callback {
  border: 1px solid #38B2CE;
}

.quest .content-text .contact-form__title {
  color: #38B2CE;
}

.quest .content-text .price-table__day-week {
  color: #38B2CE;
}

.quest .content-text .price-table__title {
  color: #38B2CE;
}

.quest .price .buttons .button {
  color: #38B2CE;
}

.quest .price .buttons .button.active {
  background-color: #C0F0F6;
}

.quest .form-part:hover {
  border: 1px solid #38B2CE;
}

.quest .content-text .price-dino .header-row .cell {
  color: #38B2CE;
}

.quest .content-text .price-dino .header-row .cell.name-dino,
.quest .content-text .price-dino .header-row .cell.name-ski,
.quest .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C0F0F6;
}

.quest .content-text .price-dino .body-row .cell .text li:before {
  color: #38B2CE;
}

.quest .content-text .price-table__cell--top-left {
  background-color: #C0F0F6;
}

.aqua {
  --second-color: #38B2CE;
  --price-hint-color: #6DB3C9;
  --price-title-bgcolor: #C0F0F6;
  --price-bgcolor: #daf9fc;
  --services-bg: url(../images/services-bg-aqua.png);
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.aqua .main-screen .bg {
  background-image: url(../images/bg-aqua.png);
}

.aqua .button-buy {
  width: 266px;
}

.aqua .button-buy--first-screen {
  margin-left: 144px;
}

.aqua .button-buy--first-screen {
  margin-bottom: 150px;
}

.vr .footer__top {
  background-image: url(../images/footer-bgr-aqua.png);
}

.aqua .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-aqua.png); */
  background-image: url(../images/bg15052024.jpg);
}

.aqua .price,
.aqua .price-bottom-xs {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/bgr-aqua.png); */
  background-image: none;
}

/* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
.aqua .beautiful-table {
  background-color: #daf9fc;
  border-radius: 7px;
}

.aqua .price {
  /* Изменения от 16052024 yrv */
  /* height: 995px; */
  height: 777px;
}

.aqua .b-table {
  background-color: #daf9fc;
}

.aqua .color-aqua {
  color: #38B2CE;
}

.aqua .content-text .hours__title {
  color: #38B2CE;
}

.aqua .modal-title {
  color: #38B2CE;
}

.aqua .datepicker-inline .datepicker--nav {
  background-color: #38B2CE;
}

.aqua .mini-table__title {
  background: #38B2CE;
}

.aqua .total__int {
  color: #38B2CE;
}

.aqua .content-text.text-page-callback {
  border: 1px solid #38B2CE;
}

.aqua .content-text .contact-form__title {
  color: #38B2CE;
}

.aqua .content-text .price-table__day-week {
  color: #38B2CE;
}

.aqua .content-text .price-table__title {
  color: #38B2CE;
}

.aqua .price .buttons .button {
  color: #38B2CE;
}

.aqua .price .buttons .button.active {
  background-color: #C0F0F6;
}

.aqua .form-part:hover {
  border: 1px solid #38B2CE;
}

.aqua .content-text .price-dino .header-row .cell {
  color: #38B2CE;
}

.aqua .content-text .price-dino .header-row .cell.name-dino,
.aqua .content-text .price-dino .header-row .cell.name-ski,
.aqua .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C0F0F6;
}

.aqua .content-text .price-dino .body-row .cell .text li:before {
  color: #38B2CE;
}

.aqua .content-text .price-table__cell--top-left {
  background-color: #C0F0F6;
}

.dino {
  --second-color: #A57300;
  --price-hint-color: #A57300;
  --price-title-bgcolor: #FFE097;
  --price-bgcolor: #FFEEC7;
  --services-bg: none;
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.dino .main-screen .bg {
  background-image: url(../images/bg-dino.png);
}

.dino .button-buy {
  width: 266px;
}

.dino .button-buy--first-screen {
  margin-left: 144px;
}

.dino .button-buy--first-screen {
  margin-bottom: 150px;
}

.dino .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-dino.png); */
  background-image: url(../images/bg15052024.jpg);
}

.dino .price,
.dino .price-bottom-xs {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/bgr-dino.png); */
  background-image: none;
}

/* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
.dino .beautiful-table {
  background-color: #FFE097;
  padding: 5px;
  border-radius: 7px;
}

.dino .price {
  /* Изменения от 16052024 yrv */
  /* height: 1105px; */
  height: 700px;
}

.dino .b-table {
  background-color: #FFEEC7;
}

.dino .color-aqua {
  color: #A57300;
}

.dino .content-text .hours__title {
  color: #A57300;
}

.dino .modal-title {
  color: #A57300;
}

.dino .datepicker-inline .datepicker--nav {
  background-color: #A57300;
}

.dino .mini-table__title {
  background: #A57300;
}

.dino .total__int {
  color: #A57300;
}

.dino .content-text.text-page-callback {
  border: 1px solid #A57300;
}

.dino .content-text .contact-form__title {
  color: #A57300;
}

.dino .content-text .price-table__day-week {
  color: #A57300;
}

.dino .content-text .price-table__title {
  color: #A57300;
}

.dino .price .buttons .button {
  color: #A57300;
}

.dino .price .buttons .button.active {
  background-color: #FFE097;
}

.dino .form-part:hover {
  border: 1px solid #A57300;
}

.dino .content-text .price-dino .header-row .cell {
  color: #A57300;
}

.dino .content-text .price-dino .header-row .cell.name-dino,
.dino .content-text .price-dino .header-row .cell.name-ski,
.dino .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #FFE097;
}

.dino .content-text .price-dino .body-row .cell .text li:before {
  color: #A57300;
}

.dino .content-text .price-table__cell--top-left {
  background-color: #FFE097;
}

.rope {
  --second-color: #A65100;
  --price-hint-color: #A75201;
  --price-title-bgcolor: #FFD3B0;
  --price-bgcolor: #FFE4CE;
  --services-bg: url(../images/services-bg-rope.svg);
  --services-bg-position: 150px 126px;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.rope .main-screen .bg {
  background-image: url(../images/bg-rope.png);
}

.rope .button-buy {
  width: 266px;
}

.rope .button-buy--first-screen {
  margin-left: 144px;
}

.rope .button-buy--first-screen {
  margin-bottom: 150px;
}

.rope .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-rope.png); */
  background-image: url(../images/bg15052024.jpg);
}

.rope .price,
.rope .price-bottom-xs {
  background-image: url(../images/bgr-rope.png);
}

.rope .price {
  height: 1105px;
}

.rope .b-table {
  background-color: #FFE4CE;
}

.rope .color-aqua {
  color: #A65100;
}

.rope .content-text .hours__title {
  color: #A65100;
}

.rope .modal-title {
  color: #A65100;
}

.rope .datepicker-inline .datepicker--nav {
  background-color: #A65100;
}

.rope .mini-table__title {
  background: #A65100;
}

.rope .total__int {
  color: #A65100;
}

.rope .content-text.text-page-callback {
  border: 1px solid #A65100;
}

.rope .content-text .contact-form__title {
  color: #A65100;
}

.rope .content-text .price-table__day-week {
  color: #A65100;
}

.rope .content-text .price-table__title {
  color: #A65100;
}

.rope .price .buttons .button {
  color: #A65100;
}

.rope .price .buttons .button.active {
  background-color: #FFD3B0;
}

.rope .form-part:hover {
  border: 1px solid #A65100;
}

.rope .content-text .price-dino .header-row .cell {
  color: #A65100;
}

.rope .content-text .price-dino .header-row .cell.name-dino,
.rope .content-text .price-dino .header-row .cell.name-ski,
.rope .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #FFD3B0;
}

.rope .content-text .price-dino .body-row .cell .text li:before {
  color: #A65100;
}

.rope .content-text .price-table__cell--top-left {
  background-color: #FFD3B0;
}

.zoo {
  --second-color: #4C9500;
  --price-hint-color: #4C9500;
  --price-title-bgcolor: #C5F891;
  --price-bgcolor: #DEFBC3;
  --services-bg: url('../images/services-bg-zoo.png');
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.zoo .main-screen .bg {
  background-image: url(../images/bg-zoo.png);
}

.zoo .button-buy {
  width: 266px;
}

.zoo .button-buy--first-screen {
  margin-left: 144px;
}

.zoo .button-buy--first-screen {
  margin-bottom: 150px;
}

.zoo .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-zoo.png); */
  background-image: url(../images/bg15052024.jpg);
}

.zoo .price,
.zoo .price-bottom-xs {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/bgr-zoo.png); */
  background-image: none;
}

/* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
.zoo .beautiful-table {
  background-color: #C5F891;
  padding: 5px;
  border-radius: 7px;
}

.zoo .price {
  /* Изменения от 16052024 yrv */
  /* height: 1157px; */
  height: 700px;
}

.zoo .b-table {
  background-color: #DEFBC3;
}

.zoo .color-aqua {
  color: #4C9500;
}

.zoo .content-text .hours__title {
  color: #4C9500;
}

.zoo .modal-title {
  color: #4C9500;
}

.zoo .datepicker-inline .datepicker--nav {
  background-color: #4C9500;
}

.zoo .mini-table__title {
  background: #4C9500;
}

.zoo .total__int {
  color: #4C9500;
}

.zoo .content-text.text-page-callback {
  border: 1px solid #4C9500;
}

.zoo .content-text .contact-form__title {
  color: #4C9500;
}

.zoo .content-text .price-table__day-week {
  color: #4C9500;
}

.zoo .content-text .price-table__title {
  color: #4C9500;
}

.zoo .price .buttons .button {
  color: #4C9500;
}

.zoo .price .buttons .button.active {
  background-color: #C5F891;
}

.zoo .form-part:hover {
  border: 1px solid #4C9500;
}

.zoo .content-text .price-dino .header-row .cell {
  color: #4C9500;
}

.zoo .content-text .price-dino .header-row .cell.name-dino,
.zoo .content-text .price-dino .header-row .cell.name-ski,
.zoo .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C5F891;
}

.zoo .content-text .price-dino .body-row .cell .text li:before {
  color: #4C9500;
}

.zoo .content-text .price-table__cell--top-left {
  background-color: #C5F891;
}

.ski {
  --second-color: #1531AE;
  --price-hint-color: #1531AE;
  --price-title-bgcolor: #C8D1F7;
  --price-bgcolor: #E8ECFF;
  --services-bg: url('../images/services-bg-ski.png');
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.ski .main-screen .bg {
  background-image: url(../images/bg-ski.png);
}

.ski .button-buy {
  width: 266px;
}

.ski .button-buy--first-screen {
  margin-left: 144px;
}

.ski .button-buy--first-screen {
  margin-bottom: 150px;
}

.ski .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-ski.png); */
  background-image: url(../images/bg15052024.jpg);
}

.ski .price,
.ski .price-bottom-xs {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/bgr-ski.png); */
  background-image: none;
}

.ski .price {
  /* Изменения от 16052024 yrv */
  /* height: 1157px; */
  height: 700px;
}

.ski .b-table {
  background-color: #E8ECFF;
}

.ski .color-aqua {
  color: #1531AE;
}

.ski .content-text .hours__title {
  color: #1531AE;
}

.ski .modal-title {
  color: #1531AE;
}

.ski .datepicker-inline .datepicker--nav {
  background-color: #1531AE;
}

.ski .mini-table__title {
  background: #1531AE;
}

.ski .total__int {
  color: #1531AE;
}

.ski .content-text.text-page-callback {
  border: 1px solid #1531AE;
}

.ski .content-text .contact-form__title {
  color: #1531AE;
}

.ski .content-text .price-table__day-week {
  color: #1531AE;
}

.ski .content-text .price-table__title {
  color: #1531AE;
}

.ski .price .buttons .button {
  color: #1531AE;
}

.ski .price .buttons .button.active {
  background-color: #C8D1F7;
}

.ski .form-part:hover {
  border: 1px solid #1531AE;
}

.ski .content-text .price-dino .header-row .cell {
  color: #1531AE;
}

.ski .content-text .price-dino .header-row .cell.name-dino,
.ski .content-text .price-dino .header-row .cell.name-ski,
.ski .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C8D1F7;
}

.ski .content-text .price-dino .body-row .cell .text li:before {
  color: #1531AE;
}

.ski .content-text .price-table__cell--top-left {
  background-color: #C8D1F7;
}

.ice .main-screen .bg {
  background-image: url(../images/bg-ice.png);
}

/* .ice .footer__top {
  background-image: url(../images/footer-bgr-ski.png);
} */

/* Согласно заявке меняем надписи и изображения,
связанные с ледодромом на скалодром,
но не создаем новую страницу,
чтобы сохранить работоспособность QR-кода */
/* .ice .main-screen .bg {
  background-image: url(../images/bg-skalodrom.png);
}*/

.ice .footer__top {
  background-image: url(../images/bg15052024.jpg);
}

.ice .logo__img {
  max-width: 530px !important;
}

.ice .iice__img {
  height: auto;
  width: 292px;
  max-width: 100%;
}

.ice .content-text {
  /*margin-top: 160px;*/
  margin-top: 33px;
}

.ice .price,
.ice .price-bottom-xs {
  /* background-image: url(../images/bgr-ski.png); */
  background-image: none;
}

.ice .price {
  height: 357px;
}

.ice .b-table {
  background-color: #E8ECFF;
}

.ice .color-aqua {
  color: #1531AE;
}

.ice .content-text .hours__title {
  color: #1531AE;
}

.ice .modal-title {
  color: #1531AE;
}

.ice .datepicker-inline .datepicker--nav {
  background-color: #1531AE;
}

.ice .mini-table__title {
  background: #1531AE;
}

.ice .total__int {
  color: #1531AE;
}

.ice .content-text.text-page-callback {
  border: 1px solid #1531AE;
}

.ice .content-text .contact-form__title {
  color: #1531AE;
}

.ice .content-text .price-table__day-week {
  color: #1531AE;
}

.ice .content-text .price-table__title {
  color: #1531AE;
}

.ice .price .buttons .button {
  color: #1531AE;
}

.ice .price .buttons .button.active {
  background-color: #C8D1F7;
}

.ice .form-part:hover {
  border: 1px solid #1531AE;
}

.ice .content-text .price-dino .header-row .cell {
  color: #1531AE;
}

.ice .content-text .price-dino .header-row .cell.name-dino,
.ice .content-text .price-dino .header-row .cell.name-ski,
.ice .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C8D1F7;
}

.ice .content-text .price-dino .body-row .cell .text li:before {
  color: #1531AE;
}

.ice .content-text .price-table__cell--top-left {
  background-color: #C8D1F7;
}

.gamecenter .main-screen .bg {
  background-image: url(../images/bg-hotel.png);
}

.gamecenter .footer__top {
  background-image: url(../images/bg15052024.jpg);
}

.gamecenter .iice__img {
  height: auto;
  width: 292px;
  max-width: 100%;
}

.gamecenter .content-text {
  /*margin-top: 160px;*/
  margin-top: 40px;
}

/* .gamecenter .breadcrumbs {
  display: none;
} */

.gamecenter .price,
.gamecenter .price-bottom-xs {
  background-image: url(../images/bgr-ski.png);
}

.gamecenter .price {
  height: 1157px;
}

.gamecenter .b-table {
  background-color: #E8ECFF;
}

.gamecenter .color-aqua {
  color: #1531AE;
}

.gamecenter .content-text .hours__title {
  color: #1531AE;
}

.gamecenter .modal-title {
  color: #1531AE;
}

.gamecenter .datepicker-inline .datepicker--nav {
  background-color: #1531AE;
}

.gamecenter .mini-table__title {
  background: #1531AE;
}

.gamecenter .total__int {
  color: #1531AE;
}

.gamecenter .content-text.text-page-callback {
  border: 1px solid #1531AE;
}

.gamecenter .content-text .contact-form__title {
  color: #1531AE;
}

.gamecenter .content-text .price-table__day-week {
  color: #1531AE;
}

.gamecenter .content-text .price-table__title {
  color: #1531AE;
}

.gamecenter .price .buttons .button {
  color: #1531AE;
}

.gamecenter .price .buttons .button.active {
  background-color: #C8D1F7;
}

.gamecenter .form-part:hover {
  border: 1px solid #1531AE;
}

.gamecenter .content-text .price-dino .header-row .cell {
  color: #1531AE;
}

.gamecenter .content-text .price-dino .header-row .cell.name-dino,
.gamecenter .content-text .price-dino .header-row .cell.name-ski,
.gamecenter .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C8D1F7;
}

.gamecenter .content-text .price-dino .body-row .cell .text li:before {
  color: #1531AE;
}

.gamecenter .content-text .price-table__cell--top-left {
  background-color: #C8D1F7;
}

.climbingwall .main-screen .bg {
  background-image: url(../images/bg-skalodrom.png);
}

.climbingwall .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-ski.png); */
  background-image: url(../images/bg15052024.jpg);
}

.climbingwall .logo__img {
  max-width: 530px !important;
}

.climbingwall .content-text {
  margin-top: 330px;
}

.iice_iclimbingwall__img {
  max-width: 580px;
}

.climbingwall .iice__img {
  height: auto;
  width: 292px;
  max-width: 100%;
}

.climbingwall .price,
.climbingwall .price-bottom-xs {
  /* background-image: url(../images/bgr-ski.png); */
  background-image: none;
}

.climbingwall .price {
  /* height: 1157px; */
  /*height: 574px;*/
  margin-top: 50px;
}

.climbingwall .b-table {
  background-color: #E8ECFF;
}

.climbingwall .color-aqua {
  color: #1531AE;
}

.climbingwall .content-text .hours__title {
  color: #1531AE;
}

.climbingwall .modal-title {
  color: #1531AE;
}

.climbingwall .datepicker-inline .datepicker--nav {
  background-color: #1531AE;
}

.climbingwall .mini-table__title {
  background: #1531AE;
}

.climbingwall .total__int {
  color: #1531AE;
}

.climbingwall .content-text.text-page-callback {
  border: 1px solid #1531AE;
}

.climbingwall .content-text .contact-form__title {
  color: #1531AE;
}

.climbingwall .content-text .price-table__day-week {
  color: #1531AE;
}

.climbingwall .content-text .price-table__title {
  color: #1531AE;
}

.climbingwall .price .buttons .button {
  color: #1531AE;
}

.climbingwall .price .buttons .button.active {
  background-color: #C8D1F7;
}

.climbingwall .form-part:hover {
  border: 1px solid #1531AE;
}

.climbingwall .content-text .price-dino .header-row .cell {
  color: #1531AE;
}

.climbingwall .content-text .price-dino .header-row .cell.name-dino,
.climbingwall .content-text .price-dino .header-row .cell.name-ski,
.climbingwall .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C8D1F7;
}

.climbingwall .content-text .price-dino .body-row .cell .text li:before {
  color: #1531AE;
}

.climbingwall .content-text .price-table__cell--top-left {
  background-color: #C8D1F7;
}


.climbingwall .iclimbingwall__img {
  height: auto;
  width: 292px;
  max-width: 100%;
}


.main-image.iice {
  right: 20px;
  top: -20px;
}

.ssc {
  --second-color: #A57300;
  --price-hint-color: #A57300;
  --price-title-bgcolor: #FFE097;
  --price-bgcolor: #FFEEC7;
  --services-bg: url('../images/services-bg-ssc.png');
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.ssc .main-screen .bg {
  background-image: url(../images/bg-ssc.png);
}

.ssc .button-buy {
  width: 266px;
}

.ssc .button-buy--first-screen {
  margin-left: 144px;
}

.ssc .footer__top {
  background-image: url(../images/footer-bgr-ssc.png);
}

.ssc .price,
.ssc .price-bottom-xs {
  background-image: url(../images/bgr-ssc.png);
}

.ssc .price {
  height: 1355px;
}

.ssc .b-table {
  background-color: #FFEEC7;
}

.ssc .color-aqua {
  color: #A57300;
}

.ssc .content-text .hours__title {
  color: #A57300;
}

.ssc .modal-title {
  color: #A57300;
}

.ssc .datepicker-inline .datepicker--nav {
  background-color: #A57300;
}

.ssc .mini-table__title {
  background: #A57300;
}

.ssc .total__int {
  color: #A57300;
}

.ssc .content-text.text-page-callback {
  border: 1px solid #A57300;
}

.ssc .content-text .contact-form__title {
  color: #A57300;
}

.ssc .content-text .price-table__day-week {
  color: #A57300;
}

.ssc .content-text .price-table__title {
  color: #A57300;
}

.ssc .price .buttons .button {
  color: #A57300;
}

.ssc .price .buttons .button.active {
  background-color: #FFE097;
}

.ssc .form-part:hover {
  border: 1px solid #A57300;
}

.ssc .content-text .price-dino .header-row .cell {
  color: #A57300;
}

.ssc .content-text .price-dino .header-row .cell.name-dino,
.ssc .content-text .price-dino .header-row .cell.name-ski,
.ssc .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #FFE097;
}

.ssc .content-text .price-dino .body-row .cell .text li:before {
  color: #A57300;
}

.ssc .content-text .price-table__cell--top-left {
  background-color: #FFE097;
}

.leto {
  --second-color: #4C9500;
  --price-hint-color: #4C9500;
  --price-title-bgcolor: #C5F891;
  --price-bgcolor: #DEFBC3;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.leto .main-screen .bg {
  background-image: url(../images/bg-leto.png);
}

.leto .button-buy {
  width: 266px;
}

.leto .button-buy--first-screen {
  margin-left: 178px;
}

.leto .footer__top {
  background-image: url(../images/footer-bgr-zoo.png);
}

.leto .price,
.leto .price-bottom-xs {
  background-image: url(../images/bgr-zoo.png);
}

.leto .price {
  height: 1157px;
}

.leto .b-table {
  background-color: #DEFBC3;
}

.leto .color-aqua {
  color: #4C9500;
}

.leto .content-text .hours__title {
  color: #4C9500;
}

.leto .modal-title {
  color: #4C9500;
}

.leto .datepicker-inline .datepicker--nav {
  background-color: #4C9500;
}

.leto .mini-table__title {
  background: #4C9500;
}

.leto .total__int {
  color: #4C9500;
}

.leto .content-text.text-page-callback {
  border: 1px solid #4C9500;
}

.leto .content-text .contact-form__title {
  color: #4C9500;
}

.leto .content-text .price-table__day-week {
  color: #4C9500;
}

.leto .content-text .price-table__title {
  color: #4C9500;
}

.leto .price .buttons .button {
  color: #4C9500;
}

.leto .price .buttons .button.active {
  background-color: #C5F891;
}

.leto .form-part:hover {
  border: 1px solid #4C9500;
}

.leto .content-text .price-dino .header-row .cell {
  color: #4C9500;
}

.leto .content-text .price-dino .header-row .cell.name-dino,
.leto .content-text .price-dino .header-row .cell.name-ski,
.leto .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C5F891;
}

.leto .content-text .price-dino .body-row .cell .text li:before {
  color: #4C9500;
}

.leto .content-text .price-table__cell--top-left {
  background-color: #C5F891;
}

.besedki {
  --second-color: #4C9500;
  --price-hint-color: #4C9500;
  --price-title-bgcolor: #C5F891;
  --price-bgcolor: #DEFBC3;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.besedki .main-screen .bg {
  background-image: url(../images/bg-besedki.png);
}

.besedki .button-buy {
  width: 266px;
}

.besedki .button-buy--first-screen {
  margin-left: 178px;
}

.besedki .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-zoo.png); */
  background-image: url(../images/bg15052024.jpg);
}

.besedki .price,
.besedki .price-bottom-xs {
  background-image: url(../images/bgr-zoo.png);
}

.besedki .price {
  height: 1157px;
}

.besedki .b-table {
  background-color: #DEFBC3;
}

.besedki .color-aqua {
  color: #4C9500;
}

.besedki .content-text .hours__title {
  color: #4C9500;
}

.besedki .modal-title {
  color: #4C9500;
}

.besedki .datepicker-inline .datepicker--nav {
  background-color: #4C9500;
}

.besedki .mini-table__title {
  background: #4C9500;
}

.besedki .total__int {
  color: #4C9500;
}

.besedki .content-text.text-page-callback {
  border: 1px solid #4C9500;
}

.besedki .content-text .contact-form__title {
  color: #4C9500;
}

.besedki .content-text .price-table__day-week {
  color: #4C9500;
}

.besedki .content-text .price-table__title {
  color: #4C9500;
}

.besedki .price .buttons .button {
  color: #4C9500;
}

.besedki .price .buttons .button.active {
  background-color: #C5F891;
}

.besedki .form-part:hover {
  border: 1px solid #4C9500;
}

.besedki .content-text .price-dino .header-row .cell {
  color: #4C9500;
}

.besedki .content-text .price-dino .header-row .cell.name-dino,
.besedki .content-text .price-dino .header-row .cell.name-ski,
.besedki .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C5F891;
}

.besedki .content-text .price-dino .body-row .cell .text li:before {
  color: #4C9500;
}

.besedki .content-text .price-table__cell--top-left {
  background-color: #C5F891;
}

.restaurant {
  --second-color: #A65100;
  --price-hint-color: #A75201;
  --price-title-bgcolor: #FFD3B0;
  --price-bgcolor: #FFE4CE;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.restaurant .main-screen .bg {
  background-image: url(../images/bg-restaurant.png);
}

.restaurant .button-buy {
  width: 266px;
}

.restaurant .button-buy--first-screen {
  margin-left: 158px;
}

.restaurant .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-restaurant.png); */
  background-image: url(../images/bg15052024.jpg);
}

.restaurant .b-table {
  background-color: #FFE4CE;
}

.restaurant .color-aqua {
  color: #A65100;
}

.restaurant .content-text .hours__title {
  color: #A65100;
}

.restaurant .modal-title {
  color: #A65100;
}

.restaurant .datepicker-inline .datepicker--nav {
  background-color: #A65100;
}

.restaurant .mini-table__title {
  background: #A65100;
}

.restaurant .total__int {
  color: #A65100;
}

.restaurant .content-text.text-page-callback {
  border: 1px solid #A65100;
}

.restaurant .content-text .contact-form__title {
  color: #A65100;
}

.restaurant .content-text .price-table__day-week {
  color: #A65100;
}

.restaurant .content-text .price-table__title {
  color: #A65100;
}

.restaurant .price .buttons .button {
  color: #A65100;
}

.restaurant .price .buttons .button.active {
  background-color: #FFD3B0;
}

.restaurant .form-part:hover {
  border: 1px solid #A65100;
}

.restaurant .content-text .price-dino .header-row .cell {
  color: #A65100;
}

.restaurant .content-text .price-dino .header-row .cell.name-dino,
.restaurant .content-text .price-dino .header-row .cell.name-ski,
.restaurant .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #FFD3B0;
}

.restaurant .content-text .price-dino .body-row .cell .text li:before {
  color: #A65100;
}

.restaurant .content-text .price-table__cell--top-left {
  background-color: #FFD3B0;
}

.conf {
  --second-color: #A65100;
  --price-hint-color: #A75201;
  --price-title-bgcolor: #FFD3B0;
  --price-bgcolor: #FFE4CE;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.conf .main-screen .bg {
  background-image: url(../images/bg-conf.png);
}

.conf .button-buy {
  width: 266px;
}

.conf .button-buy--first-screen {
  margin-left: 158px;
}

.conf .footer__top {
  background-image: url(../images/footer-bgr-restaurant.png);
}

.conf .b-table {
  background-color: #FFE4CE;
}

.conf .color-aqua {
  color: #A65100;
}

.conf .content-text .hours__title {
  color: #A65100;
}

.conf .modal-title {
  color: #A65100;
}

.conf .datepicker-inline .datepicker--nav {
  background-color: #A65100;
}

.conf .mini-table__title {
  background: #A65100;
}

.conf .total__int {
  color: #A65100;
}

.conf .content-text.text-page-callback {
  border: 1px solid #A65100;
}

.conf .content-text .contact-form__title {
  color: #A65100;
}

.conf .content-text .price-table__day-week {
  color: #A65100;
}

.conf .content-text .price-table__title {
  color: #A65100;
}

.conf .price .buttons .button {
  color: #A65100;
}

.conf .price .buttons .button.active {
  background-color: #FFD3B0;
}

.conf .form-part:hover {
  border: 1px solid #A65100;
}

.conf .content-text .price-dino .header-row .cell {
  color: #A65100;
}

.conf .content-text .price-dino .header-row .cell.name-dino,
.conf .content-text .price-dino .header-row .cell.name-ski,
.conf .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #FFD3B0;
}

.conf .content-text .price-dino .body-row .cell .text li:before {
  color: #A65100;
}

.conf .content-text .price-table__cell--top-left {
  background-color: #FFD3B0;
}

.vr .main-screen .bg {
  background-image: url(../images/bg-vr.png);
}


.hotel {
  --second-color: #6a85a9;
  --price-hint-color: #6a85a9;
  --price-title-bgcolor: #d9e3f0;
  --price-bgcolor: #e8ecf6;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.hotel .main-screen .bg {
  background-image: url(../images/bg-hotel.png);
}

.hotel .button-buy--first-screen {
  margin-left: 178px;
}

.hotel .button-buy--first-screen {
  margin-bottom: 60px;
}

.hotel .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-hotel.png); */
  background-image: url(../images/bg15052024.jpg);
}

.hotel .price,
.hotel .price-bottom-xs {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/bgr-hotel.png); */
  background-image: none;
}

/* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
.hotel .beautiful-table {
  background-color: #d9e3f0;
  padding: 5px;
  border-radius: 7px;
}

.hotel .price {
  /* Изменения от 16052024 yrv */
  /* height: 890px; */
  /* height: 550px; */
}

.hotel .b-table {
  background-color: #e8ecf6;
}

.hotel .color-aqua {
  color: #6a85a9;
}

.hotel .content-text .hours__title {
  color: #6a85a9;
}

.hotel .modal-title {
  color: #6a85a9;
}

.hotel .datepicker-inline .datepicker--nav {
  background-color: #6a85a9;
}

.hotel .mini-table__title {
  background: #6a85a9;
}

.hotel .total__int {
  color: #6a85a9;
}

.hotel .content-text.text-page-callback {
  border: 1px solid #6a85a9;
}

.hotel .content-text .contact-form__title {
  color: #6a85a9;
}

.hotel .content-text .price-table__day-week {
  color: #6a85a9;
}

.hotel .content-text .price-table__title {
  color: #6a85a9;
}

.hotel .price .buttons .button {
  color: #6a85a9;
}

.hotel .price .buttons .button.active {
  background-color: #d9e3f0;
}

.hotel .form-part:hover {
  border: 1px solid #6a85a9;
}

.hotel .content-text .price-dino .header-row .cell {
  color: #6a85a9;
}

.hotel .content-text .price-dino .header-row .cell.name-dino,
.hotel .content-text .price-dino .header-row .cell.name-ski,
.hotel .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #d9e3f0;
}

.hotel .content-text .price-dino .body-row .cell .text li:before {
  color: #6a85a9;
}

.hotel .content-text .price-table__cell--top-left {
  background-color: #d9e3f0;
}

.events {
  --second-color: #a75201;
  --price-hint-color: #7c450f;
  --price-title-bgcolor: #C0F0F6;
  --price-bgcolor: #daf9fc;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.events .main-screen .bg {
  background-image: url(../images/bg-event.png);
}

.events .button-buy {
  width: 266px;
}

.events .button-buy--first-screen {
  margin-left: 144px;
}

.events .footer__top {
  background-image: url(../images/footer-bgr-events.png);
}

.events .price {
  height: 818px;
}

.events .b-table {
  background-color: #daf9fc;
}

.events .color-aqua {
  color: #a75201;
}

.events .content-text .hours__title {
  color: #a75201;
}

.events .modal-title {
  color: #a75201;
}

.events .datepicker-inline .datepicker--nav {
  background-color: #a75201;
}

.events .mini-table__title {
  background: #a75201;
}

.events .total__int {
  color: #a75201;
}

.events .content-text.text-page-callback {
  border: 1px solid #a75201;
}

.events .content-text .contact-form__title {
  color: #a75201;
}

.events .content-text .price-table__day-week {
  color: #a75201;
}

.events .content-text .price-table__title {
  color: #a75201;
}

.events .price .buttons .button {
  color: #a75201;
}

.events .price .buttons .button.active {
  background-color: #C0F0F6;
}

.events .form-part:hover {
  border: 1px solid #a75201;
}

.events .content-text .price-dino .header-row .cell {
  color: #a75201;
}

.events .content-text .price-dino .header-row .cell.name-dino,
.events .content-text .price-dino .header-row .cell.name-ski,
.events .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C0F0F6;
}

.events .content-text .price-dino .body-row .cell .text li:before {
  color: #a75201;
}

.events .content-text .price-table__cell--top-left {
  background-color: #C0F0F6;
}

.prazdnik {
  --second-color: #a75201;
  --price-hint-color: #7c450f;
  --price-title-bgcolor: #C0F0F6;
  --price-bgcolor: #daf9fc;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.prazdnik .main-screen .bg {
  background-image: url(../images/bg-banquet.png);
}

.prazdnik .button-buy {
  width: 266px;
}

.prazdnik .button-buy--first-screen {
  margin-left: 144px;
}

.prazdnik .footer__top {
  background-image: url(../images/footer-bgr-ski.png);
}

.prazdnik .price {
  height: 818px;
}

.prazdnik .b-table {
  background-color: #daf9fc;
}

.prazdnik .color-aqua {
  color: #a75201;
}

.prazdnik .content-text .hours__title {
  color: #a75201;
}

.prazdnik .modal-title {
  color: #a75201;
}

.prazdnik .datepicker-inline .datepicker--nav {
  background-color: #a75201;
}

.prazdnik .mini-table__title {
  background: #a75201;
}

.prazdnik .total__int {
  color: #a75201;
}

.prazdnik .content-text.text-page-callback {
  border: 1px solid #a75201;
}

.prazdnik .content-text .contact-form__title {
  color: #a75201;
}

.prazdnik .content-text .price-table__day-week {
  color: #a75201;
}

.prazdnik .content-text .price-table__title {
  color: #a75201;
}

.prazdnik .price .buttons .button {
  color: #a75201;
}

.prazdnik .price .buttons .button.active {
  background-color: #C0F0F6;
}

.prazdnik .form-part:hover {
  border: 1px solid #a75201;
}

.prazdnik .content-text .price-dino .header-row .cell {
  color: #a75201;
}

.prazdnik .content-text .price-dino .header-row .cell.name-dino,
.prazdnik .content-text .price-dino .header-row .cell.name-ski,
.prazdnik .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C0F0F6;
}

.prazdnik .content-text .price-dino .body-row .cell .text li:before {
  color: #a75201;
}

.prazdnik .content-text .price-table__cell--top-left {
  background-color: #C0F0F6;
}

.content-anchor-1 {
  position: relative;
  top: -300px;
}

.content-anchor-2 {
  position: relative;
  top: 300px;
}

.dp-note {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  bottom: 3px;
}

.dp-note.red {
  background: red;
}

.dp-note.warning {
  background: #FF7F00;
}

.dp-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-warning {
  color: #000;
  background-color: #FF7F00;
  border-color: #FF7F00;
  font-weight: 700;
  padding: 10px 12px;
  font-family: Corbel;
  font-size: 18px;
}

.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}

/*.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}*/
* {
  outline: 0 !important;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
p {
  line-height: normal;
  margin: 0;
  padding: 0;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: Roboto;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html.opened,
html.opened,
body.opened,
body.opened {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}

.container {
  max-width: 1200px !important;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.rubl {
  font-family: "ALS Rubl";
  font-weight: 400;
}

.social-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-group__item {
  background-color: #FFFFFF;
  border: 1px solid #C1E4EF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.social-group__item:not(:last-child) {
  margin-right: 15px;
}

.social-group__item-svg {
  fill: #000;
}

.social-group__item:hover {
  background-color: #FF7F00;
  border-color: #FF7F00;
}

.social-group__item:hover .social-group__item-svg {
  fill: #fff;
}

.social-group__item:hover .social-group__item-png {
  filter: invert(1);
}

.follow .social-group__item {
  border: 1px solid #aaa;
}

.follow .social-group__item:hover {
  border-color: #FF7F00;
}

.main-screen {
  padding-top: 125px;
  position: relative;
  overflow: hidden;
}

.main-screen .bg {
  margin-left: 50%;
  position: absolute;
  top: 0;
  left: -960px;
  width: 1920px;
  height: 734px;
  background-position: 65% 0%;
  background-repeat: no-repeat;
}

.logo-name {
  z-index: 2;
  position: relative;
  margin-top: 24px;
}

.logo-name .logo__img {
  max-width: 100%;
}

.m-content .logo-name {
  margin-left: 75px;
}

.main-image {
  position: absolute;
  z-index: 0;
}

.main-image.girl {
  right: -5px;
  top: 7px;
}

.main-image.trn {
  right: 0;
  top: 102px;
}

.main-image.irope {
  right: -19px;
  top: 0px;
}

.main-image.izoo {
  right: 0;
  top: 25px;
}

.main-image.iski {
  right: 0;
  top: 25px;
}

.main-image.issc {
  right: -20px;
  top: -10px;
}

.main-image.ileto {
  right: 0px;
  top: 40px;
}

.main-image.ibesedki {
  right: 0px;
  top: 115px;
}

.main-image.irestaurant {
  right: -140px;
  top: 70px;
}

.main-image.iquest {
  right: -140px;
  top: -9px;
}

.main-image.iconf {
  right: -140px;
  top: 70px;
}

.main-image.ihotel {
  right: -94px;
  top: 109px;
}

.main-image.ivr {
  right: -140px;
  top: 70px;
}

.main-image.ievents {
  right: -22px;
  top: -23px;
}

.main-image.iprazdnik {
  right: -140px;
  top: 70px;
}

.main-image.idefault {
  right: -65px;
  top: 64px;
}

.issc__img {
  width: 1000px;
}

.idefault__img {
  height: auto;
  width: 600px;
  max-width: 100%;
}

.ileto__img {
  width: 450px;
}

.ibesedki__img {
  width: 450px;
}

.ievents__img {
  height: auto;
  width: 751px;
  max-width: 100%;
}

.iquest__img {
  width: 500px;
}

.ihotel__img {
  height: auto;
  width: 619px;
  max-width: 100%;
}

.ivitrinas__img {
  height: auto;
  width: 411px;
  max-width: 100%;
}

.ivr__img {
  height: auto;
  width: 500px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .main-image {
    /*&.izoo {
			top: 170px;
			right: 0px;
		}*/
  }

  .main-image.iice {
    display: none;
  }

  .main-image.girl {
    top: 0;
    /*right: 40px;*/
  }

  .main-image.trn {
    top: 170px;
    right: 0px;
  }

  .main-image.issc {
    right: -40px;
    top: 120px;
  }

  .main-image.ileto {
    right: 87px;
    top: 200px;
  }

  .main-image.ibesedki {
    top: 240px;
  }

  .main-image.irestaurant {
    top: 40px;
  }

  .main-image.iquest {
    top: 40px;
  }

  .main-image.iconf {
    top: 40px;
  }

  .main-image.ihotel {
    top: 207px;
    right: -50px;
  }

  .main-image.ivr {
    top: 207px;
    right: -50px;
  }

  .main-image.idefault {
    top: 140px;
    right: 0;
  }

  .main-image.ievents {
    top: -29px;
    right: 0;
  }

  .main-image.iprazdnik {
    top: 40px;
  }

  .girl__img {
    width: auto;
  }

  .trn__img {
    height: 350px;
    width: auto;
  }

  .ileto__img {
    width: 300px;
  }

  .ievents__img {
    width: 700px;
  }

  /*.izoo {
		&__img {
			height: 350px;
			width: auto;
		}
	}*/
}



@media (max-width: 991px) {
  .main-image.izoo {
    top: 145px;
  }

  .main-image.iski {
    top: 130px;
  }

  .main-image.issc {
    top: 185px;
  }

  .main-image.irestaurant {
    right: -100px;
    top: 53px;
  }

  .main-image.iquest {
    right: -100px;
    top: 23px;
  }

  .main-image.iconf {
    right: -100px;
    top: 53px;
  }

  .main-image.ihotel {
    top: 207px;
    right: -60px;
  }

  .main-image.ivr {
    top: 207px;
    right: -60px;
  }

  .main-image.ievents {
    top: 0px;
  }

  .main-image.iprazdnik {
    right: -100px;
    top: 53px;
  }

  .main-image.idefault {
    right: -15px;
    top: 240px;
  }

  .izoo__img {
    height: auto;
    width: 330px;
    max-width: 100%;
  }

  .iski__img {
    height: auto;
    width: 350px;
    max-width: 100%;
  }

  .issc__img {
    width: 785px;
    height: auto;
  }

  /*.ileto {
		&__img {
			height: auto;
			width: 400px;
			max-width: 100%;
			//max-height: 350px;
		}
	}*/
  .ibesedki__img {
    height: auto;
    width: 400px;
    max-width: 100%;
  }

  .irestaurant__img {
    height: auto;
    width: 695px;
    max-width: 100%;
  }

  .iquest__img {
    height: auto;
    max-width: 100%;
  }

  .iconf__img {
    height: auto;
    width: 695px;
    max-width: 100%;
  }

  .ihotel__img {
    height: auto;
    max-width: 100%;
  }

  .ivitrinas__img {
    height: auto;
    width: 311px;
    max-width: 100%;
  }

  .ivr__img {
    height: auto;
    max-width: 100%;
  }

  .ievents__img {
    height: auto;
    width: 640px;
    max-width: 100%;
  }

  /**/
  .iprazdnik__img {
    height: auto;
    width: 695px;
    max-width: 100%;
  }

  .idefault__img {
    height: auto;
    width: 440px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .main-image {
    /**/
  }

  .main-image.girl {
    top: 112px;
  }

  .main-image.trn {
    top: 200px;
    right: -15px;
  }

  .main-image.irope {
    top: 157px;
  }

  .main-image.izoo {
    top: 145px;
  }

  .main-image.iski {
    top: 175px;
  }

  .main-image.issc {
    top: 240px;
    right: -100px;
  }

  .main-image.ileto {
    right: 0px;
  }

  .main-image.irestaurant {
    top: 145px;
  }

  .main-image.iconf {
    top: 145px;
  }

  .main-image.ievents {
    top: 127px;
  }

  .main-image.iprazdnik {
    top: 145px;
  }

  .ievents__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }

  /**/
  .idefault__img {
    height: auto;
    width: 400px;
    max-width: 100%;
  }

  .girl__img {
    height: auto;
    width: 335px;
    max-width: 100%;
  }

  .trn__img {
    height: auto;
    width: 270px;
    max-width: 100%;
    max-height: 350px;
  }

  .irope__img {
    height: auto;
    width: 300px;
    max-width: 100%;
  }

  .izoo__img {
    height: auto;
    width: 310px;
  }

  .iski__img {
    height: auto;
    width: 300px;
  }

  .issc__img {
    height: 300px;
    width: auto;
  }

  /*.ileto {
		&__img {
			height: 300px;
			width: auto;
		}
	}*/
  .ibesedki__img {
    height: 300px;
    width: auto;
  }

  .irestaurant__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }

  .iquest__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }

  .iconf__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }

  .ihotel__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }

  .ivitrinas__img {
    height: auto;
    width: 211px;
    max-width: 100%;
  }

  .ivr__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }

  /**/
  .iprazdnik__img {
    height: auto;
    width: 500px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .noview-products {
    justify-content: start !important;
    padding-top: 10px;
  }

  .climbingwall .logo__img {
    max-width: 100% !important;
  }

  .climbingwall .content-text {
    margin-top: 0px;
  }

  .vitrinas .main-screen .bg {
    margin-left: 203px;
    position: absolute;
    top: 0;
    left: -203px;
    width: 100%;
    height: 189px;
  }

  .button.button-buy--first-screen.hide-on-mobile {
    display: none;
  }

  .button-buy-none.button-buy--first-screen {
    display: none;
  }

  .girl {
    display: none;
  }

  .trn {
    display: none;
  }

  .irope {
    display: none;
  }

  .izoo {
    display: none;
  }

  .iski {
    display: none;
  }

  .issc {
    display: none;
  }

  .ileto {
    display: none;
  }

  .ibesedki {
    display: none;
  }

  .irestaurant {
    display: none;
  }

  .iquest {
    display: none;
  }

  .iconf {
    display: none;
  }

  .ihotel {
    display: none;
  }

  .ivr {
    display: none;
  }

  .ievents {
    display: none;
  }

  .iprazdnik {
    display: none;
  }

  .idefault {
    display: none;
  }

  .sobitiya .logo__img {
    max-width: 310px !important;
  }

  .ice .logo__img {
    max-width: 310px !important;
  }

  .vitrinas .logo__img {
    max-width: 310px !important;
  }
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  /*padding-bottom: 127px;*/
}

.content {
  width: calc(100% - 200px);
  margin-left: auto;
}

.m-content {
  width: 100%;
}

.main-screen .content,
.main-screen .m-content {
  min-height: 566px;
}

.sidebar {
  z-index: 2;
  top: 22px;
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar.follow {
  /*position: fixed;*/
  top: 125px;
}

.sidebar-menu__link {
  display: block;
  font-weight: 400;
  font-family: Roboto;
  line-height: 22px;
  font-size: 18px;
  color: #333;
  margin-bottom: 11px;
  -webkit-transition: .2s;
  transition: .2s;
  text-shadow: 0 0 2px #fff;
}

.sidebar-menu__link:not(.btn):visited {
  color: #333;
}

.sidebar-menu__link:not(.btn):hover,
.sidebar-menu__link:not(.btn):focus {
  color: #FF7F00;
}

.active .sidebar-menu__link:not(.btn):visited {
  color: #FF7F00;
}

.active .sidebar-menu__link:not(.btn) {
  color: #FF7F00;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.button-anime {
  position: relative;
  overflow: hidden;
}

.pulse {
  position: absolute;
  background-color: #c6ebf1;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: kek 0.7s ease-out;
  animation: kek 0.7s ease-out;
  z-index: 4;
}

@-webkit-keyframes kek {
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #fff;
    opacity: 0;
  }
}

@keyframes kek {
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #fff;
    opacity: 0;
  }
}

.button-buy {
  background-color: #FF7F00;
  border-radius: 30px;
  height: 136px;
}

.button-buy--bottom,
.button-buy--first-screen {
  padding: 0 20px;
}

.button-buy--first-screen {
  margin-top: 60px;
  /*margin-bottom: 37px;*/
}

.button-buy__text {
  font-family: Corbel;
  font-weight: 700;
  line-height: 36px;
  font-size: 32px;
  text-transform: uppercase;
  color: #000000;
}

.button-buy__text.empty {
  height: 136px;
  display: block;
}

.galleries .gallery {
  display: block;
  position: relative;
  margin: 14px 0 17px;
  /*img {
			border-radius:5px;
			margin: 0;
			position: relative;
		}*/
}

.galleries .gallery .img-cont {
  overflow: hidden;
  position: relative;
  background-color: #e2e2e2;
  border-radius: 5px;
  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;
}

.galleries .gallery .img-cont img {
  width: 100%;
  margin: 0;
}

.galleries .gallery .img-cont .s {
  width: 100%;
}

.galleries .gallery .img-cont .img {
  position: absolute;
  fill: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.galleries .gallery .bg-1,
.galleries .gallery .bg-2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px #ccc solid;
  background-color: #fff;
}

.galleries .gallery .bg-1 {
  width: 84%;
  top: 8%;
  left: 8%;
}

.galleries .gallery .bg-2 {
  width: 92%;
  top: 4%;
  left: 4%;
}

.galleries .gallery .cont-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background: url(../images/bg-gall.png);*/
  background-position: bottom;
  background-repeat: repeat-x;
  border-radius: 5px;
}

.galleries .gallery .cont-title .title {
  font-family: Corbel;
  color: #fff;
  text-shadow: 0px 0px 5px black, 0px 0px 3px black;
  /*, 0 0 1em black;*/
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 68px;
  overflow: hidden;
  padding: 5px;
}

.galleries .gallery:hover .bg-1,
.galleries .gallery:hover .bg-2 {
  background-color: #FF7F00;
  opacity: 0.5;
  border-color: transparent;
}

@media (max-width: 767px) {
  .galleries .gallery {
    margin: 30px 0;
  }
}

@media (max-width: 500px) {
  .galleries .gallery {
    margin: 14px 0 17px;
  }
}

.sections-on-main .sect {
  display: block;
  position: relative;
  margin: 14px 0 17px;
  /*img {
			border-radius:30px;
			margin: 0;
		}*/
}

.sections-on-main .sect .img-cont {
  overflow: hidden;
  position: relative;
  background-color: #e2e2e2;
  border-radius: 30px;
  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;
}

.sections-on-main .sect .img-cont img {
  width: 100%;
  margin: 0;
}

.sections-on-main .sect .img-cont .s {
  width: 100%;
}

.sections-on-main .sect .img-cont .img {
  position: absolute;
  fill: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sections-on-main .sect .sect-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sections-on-main .sect .cont-title {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background: url(../images/bg-gall.png);*/
  background-position: bottom;
  background-repeat: repeat-x;
}

.sections-on-main .sect .cont-title .title {
  font-family: Corbel;
  color: #fff;
  text-shadow: 0px 0px 4px black, 0px 0px 3px black;
  /*, 0 0 1em black;*/
  font-size: 37px;
  font-weight: bold;
  line-height: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sections-on-main .sect:hover .sect-bg {
  background-color: #FF7F00;
  opacity: 0.9;
}

.sections-on-main .sect:hover .cont-title {
  height: 100%;
  background-position-y: 2000%;
}

.sections-on-main .sect:hover .cont-title .title {
  line-height: 1.2;
  text-shadow: none;
}

.news .pon {
  display: block;
  position: relative;
  margin: 14px 0 17px;
  border: 1px #ccc solid;
  border-radius: 4px;
  overflow: hidden;
}

.news .pon .img-cont {
  overflow: hidden;
  position: relative;
  background-color: #e2e2e2;
  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;
}

.news .pon .img-cont img {
  width: 100%;
  margin: 0;
}

.news .pon .img-cont .s {
  width: 100%;
}

.news .pon .img-cont .img {
  position: absolute;
  fill: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.news .pon .cont-title {
  padding: 10px 20px;
}

.news .pon .cont-title .date {
  color: #C6C6C6;
  font-size: 14px;
  height: 21px;
}

.news .pon .cont-title h3 {
  font-family: Corbel;
  font-weight: 700;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /**/
  height: 64px;
  line-height: 1;
  padding: 0;
  margin: 5px 0;
}

.news .pon .cont-title h3 span {
  max-height: 50px;
  overflow: hidden;
}

.news .pon .cont-title .descr {
  color: #333;
  height: 70px;
  overflow: hidden;
  font-family: Corbel;
  font-size: 18px;
  line-height: 22px;
}

.news .pon:hover {
  border-color: #FF7F00;
}

.news .pon:hover h3 {
  color: #FF7F00;
}

.content-text.not-main {
  min-height: 300px;
}

.content-text .more {
  border-radius: 40px;
  padding: 10px 30px;
  margin: 20px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content-text .more:hover {
  -webkit-box-shadow: 0 0 20px -2px #FF7F00;
  box-shadow: 0 0 20px -2px #FF7F00;
}

.content-text .text-block {
  width: 60%;
}

.content-text .text-block.main-main {
  width: 100%;
  text-align: center;
  padding: 0 75px;
}

.content-text .text-block.main-main .text-block__text {
  font-size: 16px;
  font-family: Roboto;
}

.text-block p {
  font-size: 16px;
  font-family: Roboto;
}

.content-text .text-block__title,
.content-text .text-block h1,
.content-text .text-block h2 {
  font-family: Corbel;
  font-weight: 700;
  line-height: 50px;
  font-size: 50px;
  color: #FF7F00;
  margin-bottom: 19px;
  padding: 0;
  text-align: left;
}

.content-text .text-block h1,
.content-text .text-block h2 {
  font-size: 56px;
}

.content-text .text-block__text {
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  color: #333333;
}

.content-text .text-block__text a {
  color: #FF7F00;
}

.content-text .text-block__text a:hover {
  text-decoration: underline;
}

.content-text .hours {
  width: 40%;
  padding-left: 17px;
}

.content-text .hours__title {
  font-weight: 400;
  line-height: 50px;
  font-size: 22px;
  margin-bottom: 19px;
  padding-bottom: 0;
  text-align: center;
}

.content-text .hours__text {
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.text-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*.section-bottom-button {
	margin-top:-120px;
}*/
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: var(--services-bg);
  background-repeat: no-repeat;
  background-position: var(--services-bg-position);
  position: relative;
  /* поднимем блок с услугами повыше к ценам */
  padding-bottom: 90px;
}

.service {
  position: relative;
  display: block;
}

.service__img {
  margin-bottom: 20px;
}

.service__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.service__title {
  font-family: Corbel;
  font-weight: 700;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  color: #FF7F00;
}

.service:nth-child(2n+1) {
  top: 90px;
}

.service:nth-child(2n) .service__img {
  margin-bottom: 12px;
}

.service:hover .service__title span {
  text-decoration: underline;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 19px;
}

.button-wrap::after {
  display: block;
  content: "";
  clear: both;
}

.header-mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
}

.desktop-menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-left: 20px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.desktop-menu-open__button {
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.desktop-menu-open__button:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.desktop-menu-open__button:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.desktop-menu-open.active .desktop-menu-open__button {
  background-color: transparent;
}

.desktop-menu-open.active .desktop-menu-open__button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
  background-color: #000;
}

.desktop-menu-open.active .desktop-menu-open__button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  margin: auto;
  background-color: #000;
}

.mega-menu {
  width: 100%;
  padding-left: 4rem !important;
  border: 0px;
  /*2px solid #FF7F00;*/
}

#menu-text {
  margin-left: 10px;
}

.mobile-menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  position: relative;
  cursor: pointer;
}

.mobile-menu-open__button {
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile-menu-open__button:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile-menu-open__button:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile-menu-open.active .mobile-menu-open__button {
  background-color: transparent;
}

.mobile-menu-open.active .mobile-menu-open__button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
  background-color: #000;
}

.mobile-menu-open.active .mobile-menu-open__button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  margin: auto;
  background-color: #000;
}

.modal-buy {
  padding-right: 0 !important;
  /*.close {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}*/
}

.modal-buy .products-error {
  padding: 5px;
  font-size: 80%;
  margin-bottom: 0;
  margin-top: -10px;
}

.modal-buy .modal-dialog {
  width: 830px;
  max-width: 100%;
  margin: 25px auto 50px;
}

.modal-buy.modal-buy-sert .modal-dialog {
  width: 750px;
}

.modal-buy .modal-body {
  padding: 0 25px 30px;
}

.modal-buy .modal-header {
  border: none;
}

.modal-buy .total {
  width: 230px;
}

.modal-buy .submit {
  background: #FF7F00;
  border-radius: 22px;
  width: 230px;
  height: 45px;
  border: none;
}

.modal-buy .submit__text {
  font-family: Corbel;
  font-weight: 700;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  color: #000000;
}

.modal-title {
  font-family: Corbel;
  font-weight: 700;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
  margin-left: 25px;
  width: 100%;
}

.modal-form__filling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-part {
  width: calc(33% - 30px);
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 7px;
  margin: 0 auto 20px;
  padding: 9px 0 0;
  min-height: 360px;
}

.form-part.w50 {
  width: calc(50% - 30px);
}

.form-part.w100 {
  width: calc(100% - 30px);
}

.form-part .form-part__step {
  font-weight: 700;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  color: #FF7F00;
  margin-bottom: 7px;
}

.form-part .form-part__info {
  line-height: 16px;
  font-size: 13px;
  text-align: center;
  color: #000000;
  margin-bottom: 21px;
  padding: 0 10px;
}

.date-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7px;
}

.date-visit__text {
  line-height: 15px;
  font-size: 12px;
  color: #000000;
}

.date-visit__svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

#datapicker {
  display: none;
}

.datepicker-inline {
  max-width: 100%;
}

.datepicker-inline .datepicker {
  width: 100%;
  border: 0;
}

.datepicker-inline .datepicker--nav * {
  color: #fff !important;
  stroke: #fff !important;
}

.datepicker-inline .datepicker--days-names {
  background-color: #E4E4E4;
  margin: 0;
  padding: 8px 0 3px;
}

.datepicker-inline .datepicker--days-names * {
  color: #333;
}

.datepicker-inline .-selected- {
  background-color: #FF7F00;
}

.datepicker-inline .-selected-.-focus- {
  background-color: #FF7F00;
}

.datepicker-inline .datepicker--content {
  padding: 0;
}

.calendar {
  margin-bottom: 5px;
}

.hint-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.hint-date__text {
  line-height: 12px;
  font-size: 10px;
  color: #A1A1A1;
}

.hint-date__sqrt {
  border-radius: 2px;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  display: block;
}

.hint-date__sqrt.oreng {
  background-color: #FF7F00;
}

.hint-date__sqrt.grey {
  background-color: #CECECE;
}

.hint-date__sqrt.black {
  background-color: #000;
}

.hint-date__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-table {
  margin-bottom: 23px;
  padding-top: 3px;
}

.mini-table__title {
  line-height: 34px;
  font-size: 13px;
  color: #FFFFFF;
  padding-left: 11px;
  margin-bottom: 15px;
}

.mini-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px 0 11px;
  margin-bottom: 9px;
}

.mini-table .what-time {
  line-height: 15px;
  font-size: 12px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.mini-table .amount-for-tickets {
  line-height: 17px;
  font-size: 13px;
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-left: 10px;
}

.mini-table .amount-for-tickets .price-tickets {
  margin-right: 5px;
}

.mini-table .amount-for-tickets .rubl {
  margin-left: auto;
  padding-right: 10px;
}

.mini-table .count-of-tickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
}

.select-of-tickets {
  border: none;
  background-color: #E7E7E7;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.select-of-tickets span {
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #979797;
  font-size: 17px;
}

.tickets {
  display: block;
  border: none;
  width: calc(100% - 30px);
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  font-size: 12px;
  color: #000000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/*#buy-sert{
	max-width: 700px;
	margin: 0 auto;
}*/
#buy .contact-field,
#buy-sert .contact-field,
.murin-modal-buy .contact-field {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto 5px;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#buy .contact-field__error-text,
#buy-sert .contact-field__error-text,
.murin-modal-buy .contact-field__error-text {
  font-size: 11px;
  line-height: 11px;
  color: red;
  display: none;
}

#buy .contact-field__text,
#buy-sert .contact-field__text,
.murin-modal-buy .contact-field__text {
  position: absolute;
  top: 20px;
  left: 12px;
  line-height: 13px;
  font-size: 13px;
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  transition: .2s;
}

#buy .contact-field__info,
#buy-sert .contact-field__info,
.murin-modal-buy .contact-field__info {
  line-height: 13px;
  font-size: 13px;
  margin-top: -15px;
}

#buy .contact-field__input,
#buy-sert .contact-field__input,
.murin-modal-buy .contact-field__input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 2px solid #D8D8D8;
  padding-left: 12px;
  padding-top: 10px;
  font-family: Roboto;
  line-height: 16px;
  font-size: 13px;
}

#buy .contact-field.active .contact-field__text,
#buy-sert .contact-field.active .contact-field__text,
.murin-modal-buy .contact-field.active .contact-field__text {
  top: 0;
  font-size: 11px;
  line-height: 11px;
}

#buy .contact-field.error .contact-field__input,
#buy-sert .contact-field.error .contact-field__input,
.murin-modal-buy .contact-field.error .contact-field__input {
  border-color: #FF2F00;
}

#buy .contact-field.error .contact-field__error-text,
#buy-sert .contact-field.error .contact-field__error-text,
.murin-modal-buy .contact-field.error .contact-field__error-text {
  display: block;
}

::-webkit-input-placeholder {
  font-family: Roboto;
  line-height: 16px;
  font-size: 13px;
  color: #000000;
}

::-moz-placeholder {
  font-family: Roboto;
  line-height: 16px;
  font-size: 13px;
  color: #000000;
}

/* Firefox 19+ */
:-moz-placeholder {
  font-family: Roboto;
  line-height: 16px;
  font-size: 13px;
  color: #000000;
}

/* Firefox 18- */
:-ms-input-placeholder {
  font-family: Roboto;
  line-height: 16px;
  font-size: 13px;
  color: #000000;
}

.checkbox {
  position: relative;
  width: calc(100% - 30px);
  margin: 5px auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox__text {
  line-height: 17px;
  font-size: 13px;
  color: #9B9B9B;
  position: relative;
  display: block;
  max-width: 100%;
  padding-left: 26px;
}

.checkbox__text:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 3px;
  margin-right: 10px;
  border: 1px solid #aeaeae;
  margin-top: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked+.checkbox__text:before {
  border-color: #FF7F00;
  background-color: #FF7F00;
  background-image: url(../images/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
}

.modal-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.modal-bottom .modal-bottom-info {
  padding-top: 5px;
  max-width: 60%;
}

.modal-bottom .modal-bottom-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 17px;
  font-size: 13px;
  color: #000000;
  margin-bottom: 9px;
  display: block;
  width: 100%;
  padding-left: 10px;
  position: relative;
}

.modal-bottom .modal-bottom-info__text:before {
  content: "";
  display: block;
  width: 5px;
  min-width: 5px;
  height: 5px;
  margin-right: 5px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #FF7F00;
  position: absolute;
  left: 0;
}

.total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 5px;
  margin-bottom: 18px;
}

.total__text {
  line-height: 16px;
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  margin-right: 18px;
}

.total__int {
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
}

.total__int .rubl {
  font-weight: 700;
}

.sidebar-mobile {
  display: none;
}

.open-sidebar-mobile,
.top-sidebar-mobile {
  display: none;
}

.breadcrumbs {
  padding: 28px 0 20px;
}

.breadcrumbs ul {
  display: block;
  font-size: 0;
}

.breadcrumbs ul li {
  display: inline;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #818a91;
}

.breadcrumbs ul li a {
  color: #9B9B9B;
}

.breadcrumbs ul li a:not(.btn):visited {
  color: #9B9B9B;
}

.breadcrumbs ul li a:not(.btn):hover,
.breadcrumbs ul li a:not(.btn):focus {
  text-decoration: underline;
}

.breadcrumbs ul li:not(:last-child):after {
  content: '/';
  margin: 0 10px 0 5px;
  color: #818a91;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.content-text.text-page-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  overflow: hidden;
}

.content-text.text-page-callback .text-page-callback__image {
  width: 270px;
  min-width: 270px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-text.text-page-callback .text-page-callback__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

.half-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.half-row .contact-field {
  width: calc(33.33% - 10px);
}

.half-row .contact-field.half {
  width: calc(50% - 10px);
}

.full-row .contact-field {
  width: 100%;
}

.content-text .contact-form {
  padding: 35px 40px;
  width: calc(100% - 270px);
}

.content-text .contact-form__title {
  font-family: Corbel;
  font-weight: 700;
  line-height: 36px;
  font-size: 36px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

.content-text .contact-form__text {
  line-height: 24px;
  font-size: 16px;
  color: #3A372E;
  margin-bottom: 15px;
  padding: 0;
  text-align: left;
}

.content-text .contact-form__submit {
  background: #FF7F00;
  border-radius: 22px;
  width: 48%;
  height: 45px;
  border: none;
}

.content-text .contact-form .contact-field {
  height: 45px;
  position: relative;
  margin-bottom: 10px;
}

.content-text .contact-form .contact-field__input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  border: none;
  padding-left: 15px;
  border: 1px solid #D8D8D8;
  line-height: 16px;
  font-size: 13px;
  color: #000000;
}

.content-text .contact-form .contact-field__text {
  position: absolute;
  top: 14px;
  left: 15px;
  line-height: 16px;
  font-size: 13px;
  color: #9B9B9B;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: text;
}

.content-text .contact-form .contact-field__error-text {
  display: none;
  color: #d53a4d;
  font-size: 11px;
  line-height: 12px;
  position: absolute;
  top: 100%;
}

.content-text .contact-form .contact-field.active .contact-field__input {
  padding-top: 10px;
}

.content-text .contact-form .contact-field.active .contact-field__text {
  top: 0;
  font-size: 11px;
}

.content-text .contact-form .contact-field.error .contact-field__input {
  border-color: #FF2F00;
}

.content-text .contact-form .contact-field.textarea {
  height: 75px;
  margin-bottom: 20px;
}

.content-text .contact-form .contact-field.textarea textarea {
  resize: none;
}

.content-text .contact-form .contact-field.textarea.active textarea {
  padding-top: 20px;
}

.content-text .contact-form .checkbox {
  margin-bottom: 0;
}

.content-text .contact-form .checkbox__text {
  line-height: 17px;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  margin-bottom: 20px;
}

.content-text .contact-form .checkbox__text::-moz-selection {
  background: transparent;
}

.content-text .contact-form .checkbox__text::selection {
  background: transparent;
}

.content-text .contact-form .checkbox__text:before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  left: 0;
  top: 0;
  margin-top: 0;
}

.content-text .contact-form .checkbox__input {
  display: none;
}

.select {
  position: relative;
  display: inline-block;
  z-index: 9;
}

.select.select_indent {
  margin: 0px 0 10px;
  width: 100%;
}

.select__body {
  cursor: pointer;
}

.select__body:hover .select__field,
.select__body.focus .select__field {
  border-color: #D8D8D8;
}

.select__body.focus .select__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #D8D8D8;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background-color: #ffffff;
}

.select__text {
  display: inline-block;
  line-height: 16px;
  font-size: 13px;
  color: #9B9B9B;
  margin-right: 5px;
}

.select__arrow {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 5.8px;
  fill: #1e2023;
  margin: auto 0;
}

.select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}

.select-dropdown_opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.select-dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13.5px 8px 13.5px 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.select-dropdown__item:hover .select__text {
  color: #FF7F00;
}

.half-row .select.half {
  width: calc(50% - 10px);
}

.half-row .checkbox {
  max-width: calc(50% - 30px);
  margin: 0;
}

.half-row .checkbox:last-child {
  margin-right: 0;
}

.full-row .checkbox {
  max-width: 100%;
}

.content-text .personal {
  line-height: 16px;
  font-size: 13px;
  color: #9B9B9B;
  text-align: left;
  padding: 0;
}

.content-text a.personal {
  text-decoration: underline;
}

.content-text a.personal:not(.btn):visited {
  color: #9B9B9B;
}

.content-text a.personal:not(.btn):hover,
.content-text a.personal:not(.btn):focus {
  color: #9B9B9B;
  text-decoration: none;
}

.content-text p.personal {
  width: 48%;
}

.radio-group {
  margin-bottom: 20px;
}

.radio-group input[name="radio-button"] {
  display: none;
}

.radio-group .text {
  padding-left: 30px;
  position: relative;
  line-height: 20px;
  font-size: 13px;
  color: #000000;
  display: block;
}

.radio-group .text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  width: 20px;
  height: 20px;
}

.radio-group input:checked+.text:after {
  border: 5px solid #FF7F00;
  background-color: #000;
}

.half-row .radio-group {
  width: calc(50% - 30px);
}

.section-form-text-page {
  padding: 30px 0 100px;
}

.button-wrapper {
  background-color: #fbfbfb;
  width: 100%;
  height: 68px;
  position: fixed;
  bottom: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-slide {
  background-color: #FF7F00;
  border-radius: 30px;
  padding: 0 20px;
  height: 50px;
}

.button-slide__text {
  font-family: Corbel;
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
}

.gallery.row {
  margin-right: -5px;
  margin-left: -5px;
}

.gallery.row .img-container {
  padding: 5px;
}

.gallery.row .img-container img {
  margin: 0;
}

@charset "UTF-8";

a {
  color: #FF7F00;
  -webkit-transition: .3s;
  transition: .3s;
}

a:not(.btn):hover,
a:not(.btn):focus {
  color: #38B2CE;
}

.content-text {
  /*a {
		color: $main-color;
		text-decoration: underline;
		transition: .3s;
		&:visited{
			color: #7A339E !important;
		}
		&:hover, &:focus {
			color: #38B2CE !important;
		}
	}*/
}

.content-text ol ol,
.content-text ol ul,
.content-text ul ol,
.content-text ul ul {
  padding-top: 8px;
}

.content-text h1 {
  padding: 0 0 12px;
  color: #333;
  font-weight: 700;
  font-family: Corbel;
  line-height: 44px;
  font-size: 36px;
}

.content-text h2 {
  padding: 15px 0 12px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: Corbel;
}

.content-text h3 {
  padding: 14px 0 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  font-family: Corbel;
}

.content-text p {
  padding: 0 0 16px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.content-text ol {
  padding: 4px 0 0;
  margin-left: 28px;
}

.content-text ol>li {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  list-style-type: decimal;
  padding-bottom: 8px;
  padding-left: 8px;
}

.content-text ol ul li:last-child {
  padding-bottom: 0;
}

.content-text ol.carousel-indicators {
  bottom: 23px;
}

.content-text ol.carousel-indicators>li {
  list-style-type: none;
}

.content-text ul {
  margin-left: 35px;
  padding-top: 4px;
}

.content-text ul>li {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 8px;
}

.content-text ul>li:before {
  content: '–';
  position: absolute;
  left: -20px;
}

.content-text ul.pagination>li:before {
  display: none;
}

.content-text img {
  width: 100%;
  height: auto;
  margin: 14px 0 17px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-text img.noresize {
  height: auto !important;
}

.content-text table th,
.content-text table td {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 17px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.content-text table th:last-child,
.content-text table td:last-child {
  border-right: 0;
}

.content-text table thead tr th {
  color: #999;
  background-color: #f5f5f5;
}

.content-text table tbody tr:first-child td {
  color: #999;
}

.content-text table tbody tr:last-child td {
  border-bottom: 0;
}

.quote {
  position: relative;
  border-left: 6px solid #FF7F00;
  padding: 21px 18px;
  margin: 20px 0 10px;
  background-color: #f8f8f8;
}

.quote-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.files {
  padding: 10px 0;
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0 15px;
}

.file-thumbnail {
  display: inline-block;
  min-width: 33px;
  width: 33px;
  height: 40px;
  margin-top: 3px;
}

.file-thumbnail>svg {
  width: 100%;
  height: 100%;
  fill: #FF7F00;
}

.file-info {
  display: inline-block;
  padding: 1px 0 0 13px;
  overflow: hidden;
}

.file-name {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-name em {
  font-style: normal;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.file-size {
  display: block;
  padding-top: 4px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.file:hover .file-name {
  color: #FF7F00;
  text-decoration: underline;
}

.table {
  padding: 0 0 20px;
  margin: 0;
}

.table-responsive {
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table h3 {
  padding: 10px 20px;
  border: 0;
  letter-spacing: 0.3px;
  background-color: #FFAA00;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
  line-height: 26px;
  font-size: 18px;
  color: #000000;
}

.table table {
  width: 100%;
}

.text-underline {
  padding: 12px 0;
}

.text-underline p {
  padding: 0 0 11px;
  border-bottom: 2px solid #FF7F00;
  font-weight: 700;
  line-height: 34px;
  font-size: 24px;
  color: #333333;
  font-family: Corbel;
}

.certificates {
  padding: 12px 0 16px;
}

.certificate-thumbnail {
  position: relative;
  display: block;
  width: calc(100% - 24px);
  height: 174px;
  border: 1px solid #e5e5e5;
  border-bottom-color: #e5e5e5;
  margin: 6px 0 5px;
  background-position: center top;
  background-size: cover;
}

.certificate-thumbnail:before {
  content: '';
  position: absolute;
  right: -27px;
  bottom: 0;
  width: 26px;
  height: 36px;
  border-top: 36px solid #e5e5e5;
  border-right: 26px solid transparent;
}

.certificate-thumbnail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(56, 178, 206, 0.7);
  background-size: 30px 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
  -webkit-transition: .3s;
  transition: .3s;
}

.certificate-thumbnail:hover:after {
  opacity: 1;
}

.certificate-thumbnail.w_certificates {
  min-height: 174px;
  -o-object-fit: cover;
  object-fit: cover;
}

.certificate-sign p {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.gallery-item {
  padding: 10px 0 22px;
}

.gallery-item-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  border: 1px solid #e5e5e5;
  background-position: center;
  background-size: cover;
}

.gallery-item-thumbnail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(56, 178, 206, 0.7);
  background-size: 30px 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
  -webkit-transition: .3s;
  transition: .3s;
}

.gallery-item-thumbnail:hover:after {
  opacity: 1;
}

.gallery-item-sign p {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {

  .content-text ol,
  .content-text ul {
    padding-top: 5px;
  }

  .content-text h1 {
    font-size: 28px;
    line-height: 28px;
    padding: 5px 0 5px;
  }

  .content-text h2 {
    font-size: 21px;
    line-height: 24px;
    padding: 10px 0 5px;
    line-height: 26px;
  }

  .content-text h3 {
    font-size: 17px;
    line-height: 20px;
    padding: 10px 0 0;
    line-height: 20px;
  }

  .content-text p {
    font-size: 15px;
    line-height: 23px;
    padding: 5px 0 5px;
  }

  .content-text ol {
    padding: 5px 0;
    margin-left: 15px;
  }

  .content-text ol>li {
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 5px;
  }

  .content-text ul {
    margin-left: 15px;
  }

  .content-text ul>li {
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 5px;
  }

  .content-text ul>li:before {
    left: -15px;
  }

  .content-text img {
    margin: 5px 0;
  }

  .content-text table th,
  .content-text table td {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px;
  }

  .quote {
    padding: 5px 10px;
    margin: 15px 0;
  }

  .quote::before,
  .quote::after {
    width: 26px;
    height: 24px;
    background-size: 14px 12px;
  }

  .quote::before {
    top: -13px;
    left: -11px;
  }

  .quote::after {
    right: -11px;
    bottom: -13px;
  }

  .quote-text {
    font-size: 15px;
    line-height: 23px;
  }

  .file {
    padding: 6px 0;
  }

  .file-thumbnail {
    min-width: 26px;
    width: 26px;
    height: 32px;
  }

  .file-info {
    padding: 0 0 0 10px;
  }

  .file-name {
    font-size: 15px;
    line-height: 23px;
  }

  .file-size {
    font-size: 11px;
  }

  .table {
    padding: 5px 0;
  }

  .table h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
  }

  .text-underline {
    padding: 12px 0 5px;
  }

  .text-underline p {
    font-size: 21px;
    line-height: 24px;
    line-height: 24px;
    padding: 0 0 2px;
  }

  .certificates {
    padding: 5px 0 10px;
  }

  .certificate {
    padding: 0 0 8px;
  }

  .certificate-thumbnail {
    margin: 5px 0;
  }

  .certificate-sign p {
    font-size: 11px;
  }

  .gallery-item {
    padding: 5px 0;
  }

  .gallery-item-thumbnail {
    margin: 0 0 5px;
  }

  .gallery-item-sign p {
    font-size: 11px;
  }
}

.header-menu-desktop .header-menu__item {
  list-style: disc;
  color: #FF7F00;
  width: 100%;
}

@media (max-width: 1199px) {
  .header-top__tel {
    margin-left: 0;
  }

  .content-anchor-1 {
    position: fixed;
    top: 0;
  }

  .content-anchor-2 {
    position: fixed;
    top: 0;
  }

  .section-bottom-button {
    display: none;
  }

  .logo-name {
    top: -25px;
  }

  .vitrinas .logo-name {
    z-index: 2;
    position: relative;
    margin-top: 58px;
  }

  .header-wrap-menu {
    position: fixed;
    top: 50px;
    left: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #fff;
    overflow: auto;
    padding-bottom: 50px;
  }

  .header-wrap-menu.opened {
    left: 0;
  }

  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
  }

  .header {
    position: static;
    background-color: #fff;
    padding-bottom: 0;
  }

  .header .col-logo {
    width: 75px;
    padding-top: 0;
  }

  .header .col-menu-desktop {
    display: none;
    width: 0px;
    padding-top: 0;
  }

  .header .col-menus {
    width: calc(100% - 75px);
  }

  .header .header-top__right {
    display: none;
  }

  .header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-top__left {
    width: 100%;
    padding: 0 35px;
  }

  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    background-color: transparent;
    margin: 0;
  }

  .header-menu__item {
    width: 100%;
  }

  .header-top .header-menu__item {
    list-style: none;
    width: 100%;
  }

  .desktop-menu-open {
    display: none;
  }

  .header-down {
    display: block;
    padding: 0 10px;
  }

  .fa-chevron-down {
    float: right;
    margin-right: 20px;
    margin-top: -40px;
  }

  .header-down .header-menu__item {
    color: #FF7F00;
    width: 100%;
  }

  .header-menu-desktop .header-menu__item {
    list-style: disc;
    color: #FF7F00;
    width: 100%;
  }

  .header-menu__link {
    padding: 0;
    border-bottom: 1px solid #eee;
  }

  .header-menu__link:not(.btn):visited {
    color: #000;
  }

  .header-menu__link:not(.btn):hover,
  .header-menu__link:not(.btn):focus {
    color: #FF7F00;
  }

  .header-menu__item.current .header-menu__link {
    color: #FF7F00;
  }

  i.fa-chevron-down {
    padding: 15px;
  }

  .open i.fa-chevron-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .child-menu__item {
    width: 100%;
    list-style: disc;
    margin-left: 15px;
  }

  .child-menu__link {
    padding: 0;
    color: #000;
    border-bottom: 0px solid #eee;
  }

  .child-menu__link:not(.btn):visited {
    color: #000;
  }

  .child-menu__link:not(.btn):hover,
  .header-menu__link:not(.btn):focus {
    color: #FF7F00;
  }

  .child-menu__item.current .header-menu__link {
    color: #000;
  }



  .sidebar {
    display: none;
  }

  .content {
    width: 100%;
    margin-left: 0;
  }

  .main-screen .content {
    min-height: auto;
  }

  .service__title {
    line-height: 40px;
    font-size: 34px;
  }

  .main-screen {
    padding-top: 0;
    background-size: cover;
  }

  .admin .button-buy--first-screen,
  .default .button-buy--first-screen,
  .aqua .button-buy--first-screen,
  .dino .button-buy--first-screen,
  .rope .button-buy--first-screen,
  .zoo .button-buy--first-screen,
  .ski .button-buy--first-screen,
  .ssc .button-buy--first-screen,
  .leto .button-buy--first-screen,
  .restaurant .button-buy--first-screen,
  .hotel .button-buy--first-screen,
  .events .button-buy--first-screen,
  .quest .button-buy--first-screen,
  .conf .button-buy--first-screen,
  .prazdnik .button-buy--first-screen {
    /*margin: 0 auto 100px;/**/
    margin-bottom: 100px;
    margin-left: 202px;
    /**/
  }

  .content-wrapper {
    /*padding-top: 30px;*/
    padding-top: 10px;
    padding-bottom: 75px;
  }

  .content-text .text-block.main-main {
    padding: 0;
  }

  .m-content .logo-name {
    margin-left: 0;
  }

  .services {
    /*padding-top: 70px;
		background-position: center;
		top: 0;*/
    max-width: 960px;
    margin: 0 auto;
  }

  .rope .services {
    background-position: 150px 121px;
    background-size: 620px;
  }

  .section-bottom-button {
    margin-top: 0px;
  }

  .service__img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .service:nth-child(2n) .service__img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .partner {
    padding: 0 10px;
    max-width: 20%;
  }

  .partner img {
    max-width: 100%;
  }

  .content-text .price-table__cell--name {
    width: 31%;
  }

  .content-text .price-table__cell--val {
    width: 34%;
  }

  /*.footer-top-wrapper {
		flex-direction: column;
	}*/
  .footer-menu {
    margin-bottom: 15px;
  }

  .sidebar-mobile {
    display: block;
    position: fixed;
    top: 0 !important;
    bottom: 50px;
    height: calc(100% - 50px);
    overflow: auto;
    left: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 50px 30px;
    z-index: 11;
  }

  .sidebar-mobile.opened {
    left: 0;
  }

  .sidebar-menu__link {
    border-bottom: 1px solid #eaeaea;
    font-weight: 700;
    font-family: Roboto;
    line-height: 40px;
    font-size: 18px;
    margin: 0;
  }

  .open-sidebar-mobile,
  .top-sidebar-mobile {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    height: 50px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    background-color: #FF7F00;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Corbel;
  }

  .open-sidebar-mobile:not(.btn):visited,
  .top-sidebar-mobile:not(.btn):visited {
    color: #000;
  }

  .open-sidebar-mobile:not(.btn):hover,
  .open-sidebar-mobile:not(.btn):focus,
  .top-sidebar-mobile:not(.btn):hover,
  .top-sidebar-mobile:not(.btn):focus {
    color: #000;
  }

  .open-sidebar-mobile {
    width: 40%;
    left: 10%;
  }

  .close-sidebar-mobile {
    float: right;
    color: #000 !important;
    font-size: 36px;
    top: -44px;
    position: relative;
  }

  .top-sidebar-mobile {
    display: none;
    width: 10%;
    border-right: 1px solid #d08b00;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer__lower {
    padding-left: 0;
  }

  .button-wrapper {
    display: none;
    right: 0;
    background-color: #FF7F00;
    height: 50px;
    width: 50%;
    bottom: 0 !important;
    border-left: 1px solid #d08b00;
  }

  .button-slide {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 991px) {

  .admin .button-buy--first-screen,
  .default .button-buy--first-screen,
  .aqua .button-buy--first-screen,
  .dino .button-buy--first-screen,
  .rope .button-buy--first-screen,
  .zoo .button-buy--first-screen,
  .ski .button-buy--first-screen,
  .ssc .button-buy--first-screen,
  .leto .button-buy--first-screen,
  .restaurant .button-buy--first-screen,
  .hotel .button-buy--first-screen,
  .events .button-buy--first-screen,
  .quest .button-buy--first-screen,
  .conf .button-buy--first-screen,
  .prazdnik .button-buy--first-screen,
  .besedki .button-buy--first-screen {
    margin-left: 10px;
  }

  .text-block__title {
    line-height: 40px;
    font-size: 34px;
    margin-bottom: 10px;
  }

  .text-block__text {
    line-height: 22px;
    font-size: 16px;
  }

  .hours__title {
    line-height: 40px;
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hours__text {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #333333;
  }

  .footer-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-top__right {
    margin: 0 auto;
  }

  .footer-menu {
    width: 100%;
  }

  .rope .services {
    background-image: none;
  }

  .content-text .price-table__cell--name {
    width: 19%;
  }

  .content-text .price-table__cell--val {
    width: 40%;
  }

  .content-text .price-table__title {
    line-height: 24px;
    font-size: 22px;
  }

  .content-text .price-table__header {
    height: 90px;
  }

  .content-text .price-table__day-week {
    line-height: 18px;
    font-size: 16px;
  }

  .content-text .price-table__val--str {
    font-size: 13px;
  }

  .content-text .price-table__age {
    font-size: 16px;
  }

  .content-text .price-table__body {
    height: 60px;
    margin-top: 3px;
  }

  .content-text .price-table__val--int {
    font-size: 18px;
  }

  .contact-form {
    padding: 30px 20px;
  }

  .content-text .waterslide-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }

  .content-text .waterslide-block__content-wrapper {
    border-bottom: 1px solid #f7f7f7;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .content-text .waterslide-block__qubes {
    border-right: none;
  }

  .content-text .waterslide-block__thumbnail-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .content-text .waterslide-block__thumbnail-wrapper.events {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-text .text-block__text {
    text-align: left;
  }

  .container {
    padding: 0 5px;
  }

  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .content-text .restcalc-price .contact-form {
    padding: 5px;
  }

  .footer__lower {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
  }

  .footer__text {
    padding: 5px 15px;
    text-align: center;
  }

  .admin .button-buy--first-screen,
  .default .button-buy--first-screen,
  .aqua .button-buy--first-screen,
  .dino .button-buy--first-screen,
  .rope .button-buy--first-screen,
  .zoo .button-buy--first-screen,
  .ski .button-buy--first-screen,
  .ssc .button-buy--first-screen,
  .leto .button-buy--first-screen,
  .restaurant .button-buy--first-screen,
  .hotel .button-buy--first-screen,
  .events .button-buy--first-screen,
  .quest .button-buy--first-screen,
  .conf .button-buy--first-screen,
  .prazdnik .button-buy--first-screen {
    margin-left: 10px;
  }

  .main-screen {
    background-position: top center;
  }

  .text-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content-text .text-block h1,
  .content-text .text-block h2 {
    font-size: 46px;
  }

  .content-text .hours {
    width: 100%;
    padding-left: 0;
  }

  .content-text .hours .hours__title {
    margin-bottom: 0;
    font-size: 40px;
  }

  .content-text .text-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .content-text .text-block .text-block__title {
    margin-bottom: 0;
    font-size: 40px;
  }

  .footer__top {
    margin-top: 0px;
  }

  /*.services-section {
		margin-bottom:55px;
	}*/
  .price-bottom-xs {
    display: block;
    margin-bottom: -50px;
  }

  .price {
    background-image: none !important;
    height: auto !important;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--price-bgcolor);
  }

  section.section-text {
    padding-bottom: 50px;
  }

  .form-part {
    width: calc(50% - 30px);
  }

  #buy .modal-body {
    padding: 0 15px 30px;
  }

  .content-wrapper {
    padding-bottom: 40px;
  }

  .services-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .mobile-table {
    display: block;
  }

  .table-mobile-hidden {
    display: none;
  }

  .content-text .price-table__cell--name {
    width: 30%;
  }

  .content-text .price-table__cell--val {
    width: 69%;
  }

  .content-text .price-table__warpper {
    min-width: 100%;
  }

  .breadcrumbs {
    padding: 14px 0 8px;
  }

  .breadcrumbs ul li:after {
    margin: 0 3px;
  }

  .content-text.text-page-callback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 20px;
  }

  .content-text.text-page-callback .text-page-callback__image {
    margin: 0 auto 20px;
    display: none;
  }

  .content-text .contact-form {
    padding: 0;
    width: 100%;
  }

  .button-slide__text {
    font-size: 18px;
  }

  .open-sidebar-mobile,
  .top-sidebar-mobile {
    display: none;
    font-size: 18px;
  }

  .content-text .rest-menu-table td,
  .content-text .rest-menu-table th {
    font-size: 70%;
  }

  .content-text .rest-menu-table td .btn,
  .content-text .rest-menu-table th .btn {
    font-size: 13px;
  }

  .content-text .rest-menu-table td .modal .modal-title,
  .content-text .rest-menu-table th .modal .modal-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .header-mobile {
    margin: 0 0 0 -15px;
  }

  .h1,
  h1 {
    font-size: 2rem;
  }

  .admin .button-buy--first-screen,
  .default .button-buy--first-screen,
  .aqua .button-buy--first-screen,
  .dino .button-buy--first-screen,
  .rope .button-buy--first-screen,
  .zoo .button-buy--first-screen,
  .ski .button-buy--first-screen,
  .ssc .button-buy--first-screen,
  .leto .button-buy--first-screen,
  .restaurant .button-buy--first-screen,
  .hotel .button-buy--first-screen,
  .events .button-buy--first-screen,
  .quest .button-buy--first-screen,
  .conf .button-buy--first-screen,
  .prazdnik .button-buy--first-screen {
    margin: 20px auto 20px;
  }

  .footer-top-wrapper {
    margin-bottom: 30px;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-menu__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-top__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-top__right {
    -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;
  }

  .header-top__tel {
    margin: 0;
  }

  .social-group {
    margin-bottom: 10px;
  }

  .partners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .partner {
    max-width: 20%;
    padding: 0 5px;
  }

  .services {
    padding-top: 0;
    top: 0;
    background-image: none;
    -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;
    margin-bottom: 0;
  }

  .service {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .service:nth-child(2n) {
    top: 0;
  }

  .service:nth-child(2n+1) {
    top: 0;
  }

  .price {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.section-text {
    padding-bottom: 30px;
  }

  .header-menu {
    padding: 0 15px;
  }

  .form-part {
    width: 100%;
    max-width: 320px;
  }

  .form-part.w50 {
    width: 100%;
  }

  .modal-bottom-info {
    max-width: 100%;
  }

  .modal-bottom {
    -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;
  }

  .content-text {
    /*.price-table__header {
			height: 70px;
		}/**/
  }

  .content-text .price-table__title {
    line-height: 18px;
    font-size: 18px;
  }

  .content-text .price-table__age {
    font-size: 13px;
    line-height: 13px;
  }

  .content-text .price-table__age .small {
    font-size: 80%;
  }

  .content-text .price-table__body {
    height: 45px;
  }

  .content-text .price-table__cell {
    padding: 5px;
  }

  .text-block {
    margin-bottom: 15px;
  }

  .half-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-row .contact-field {
    width: 100%;
  }

  .half-row .contact-field.half {
    width: 100%;
  }

  .half-row .checkbox {
    max-width: 100%;
    margin: 0;
  }

  .half-row .radio-group,
  .half-row .select.half {
    width: 100%;
  }

  .half-row .contact-form__submit {
    width: 100%;
    max-width: 255px;
    margin-bottom: 10px;
  }

  .half-row p.personal {
    width: 100%;
  }

  .waterslide-block {
    margin: 0 0 20px;
  }

  .waterslide-block__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .waterslide-block__main-info {
    min-height: 0;
  }

  .waterslide-block__thumbnail-wrapper {
    height: 270px !important;
  }

  .waterslide-block__client-param {
    margin: 0 10px;
  }

  .waterslide-instruction,
  .waterslide-level {
    height: auto;
    padding: 25px 20px;
  }

  .waterslides-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .waterslides-filters__item:not(:last-child) {
    border-right: 0;
    border-bottom: 2px solid #38b2ce;
  }

  .content-text .waterslides-filters__item:not(:last-child) {
    border-right: none;
  }

  .page-title {
    font-size: 32px;
    line-height: 40px;
  }

  .button-slide__text {
    font-size: 14px;
  }

  .open-sidebar-mobile,
  .top-sidebar-mobile {
    display: none;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .text-page-callback__image {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }

  .partners {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partner {
    max-width: 33%;
  }

  .button-slide__text {
    font-size: 12px;
  }

  .open-sidebar-mobile,
  .top-sidebar-mobile {
    display: none;
    font-size: 12px;
  }
}

.relative {
  position: relative;
}

.loader-back {
  position: absolute;
  width: 102%;
  height: 100%;
  background-color: #fff;
  top: 0;
  opacity: 0.5;
  margin-left: -1%;
  z-index: 10;
}

.noproducts-back {
  position: absolute;
  width: 102%;
  height: 100%;
  background-color: #fff;
  top: 0;
  opacity: 0.8;
  margin-left: -1%;
  z-index: 10;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 10;
}

.loading-container {
  text-align: center;
}

.noview-products {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}

.noview-products-variant {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}

.noproducts-container {
  text-align: center;
  z-index: 10;
  position: absolute;
  color: #FF7F00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}

.noproducts-container .arrow {
  font-size: 40px;
  margin-left: 10px;
  top: -3px;
  position: relative;
}

.svg-loader {
  height: 20vmin;
  padding: 3vmin 20vmin;
}

/*.svg-loader-50 {
    height: 50px;
    padding: 0;
    display:block;
    //vertical-align: top;
}*/
.svg-loader-10 {
  height: 10px;
  padding: 0;
  display: block;
  margin-left: -5px;
  margin-top: -5px;
}

.svg-loader-20 {
  height: 20px;
  padding: 0;
  display: block;
  margin-left: -10px;
  margin-top: -10px;
}

.svg-loader-30 {
  height: 30px;
  padding: 0;
  display: block;
  margin-left: -15px;
  margin-top: -15px;
}

.svg-loader-40 {
  height: 40px;
  padding: 0;
  display: block;
  margin-left: -20px;
  margin-top: -20px;
}

.svg-loader-50 {
  height: 50px;
  padding: 0;
  display: block;
  margin-left: -25px;
  margin-top: -25px;
}

.svg-loader-60 {
  height: 60px;
  padding: 0;
  display: block;
  margin-left: -30px;
  margin-top: -30px;
}

.svg-loader-70 {
  height: 70px;
  padding: 0;
  display: block;
  margin-left: -35px;
  margin-top: -35px;
}

.svg-loader-80 {
  height: 80px;
  padding: 0;
  display: block;
  margin-left: -40px;
  margin-top: -40px;
}

.svg-loader-90 {
  height: 90px;
  padding: 0;
  display: block;
  margin-left: -45px;
  margin-top: -45px;
}

.svg-loader-100 {
  height: 100px;
  padding: 0;
  display: block;
  margin-left: -50px;
  margin-top: -50px;
}

.svg-loader-110 {
  height: 110px;
  padding: 0;
  display: block;
  margin-left: -55px;
  margin-top: -55px;
}

.svg-loader-120 {
  height: 120px;
  padding: 0;
  display: block;
  margin-left: -60px;
  margin-top: -60px;
}

.svg-loader-130 {
  height: 130px;
  padding: 0;
  display: block;
  margin-left: -65px;
  margin-top: -65px;
}

.svg-loader-140 {
  height: 140px;
  padding: 0;
  display: block;
  margin-left: -70px;
  margin-top: -70px;
}

.svg-loader-150 {
  height: 150px;
  padding: 0;
  display: block;
  margin-left: -75px;
  margin-top: -75px;
}

.svg-loader-160 {
  height: 160px;
  padding: 0;
  display: block;
  margin-left: -80px;
  margin-top: -80px;
}

.svg-loader-170 {
  height: 170px;
  padding: 0;
  display: block;
  margin-left: -85px;
  margin-top: -85px;
}

.svg-loader-180 {
  height: 180px;
  padding: 0;
  display: block;
  margin-left: -90px;
  margin-top: -90px;
}

.svg-loader-190 {
  height: 190px;
  padding: 0;
  display: block;
  margin-left: -95px;
  margin-top: -95px;
}

.svg-loader-200 {
  height: 200px;
  padding: 0;
  display: block;
  margin-left: -100px;
  margin-top: -100px;
}

.sobitiya {
  --second-color: #4C9500;
  --price-hint-color: #4C9500;
  --price-title-bgcolor: #C5F891;
  --price-bgcolor: #DEFBC3;
  --services-bg: url('../images/services-bg-sobitiya.png');
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.vitrinas {
  --second-color: #4C9500;
  --price-hint-color: #4C9500;
  --price-title-bgcolor: #C5F891;
  --price-bgcolor: #DEFBC3;
  --services-bg: url('../images/services-bg-sobitiya.png');
  --services-bg-position: top center;
  /*.content-text .hints {.hint, p, ul>li{color: $_price-hint-color;}}*/
}

.main-image.sobitiya {
  right: 0;
  top: 90px;
}

.sobitiya .main-screen .bg {
  background-image: url(../images/bg-sobitiya.png);
}

.main-image.vitrinas {
  right: 0;
  top: 90px;
}

.vitrinas .main-screen .bg {
  background-image: url(../images/bg-sobitiya.png);
}

.sobitiya .button-buy {
  width: 266px;
}

.sobitiya .button-buy--first-screen {
  margin-left: 144px;
}

.sobitiya .button-buy--first-screen {
  margin-bottom: 150px;
}

.vitrinas .button-buy--first-screen {
  margin-bottom: 60px;
}

.sobitiya .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-sobitiya.png); */
  background-image: url(../images/bg15052024.jpg);
}

.sobitiya .price,
.sobitiya .price-bottom-xs {
  background-image: url(../images/bgr-sobitiya.png);
}

.vitrinas .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-sobitiya.png); */
  background-image: url(../images/bg15052024.jpg);
}

.vitrinas .price,
.vitrinas .price-bottom-xs {
  background-image: url(../images/bgr-sobitiya.png);
}

.sobitiya .price {
  height: 1157px;
}

.sobitiya .logo__img {
  max-width: 460px;
}

.vitrinas .logo__img {
  max-width: 460px;
}

.sobitiya .b-table {
  background-color: #DEFBC3;
}

.sobitiya .color-aqua {
  color: #4C9500;
}

.sobitiya .content-text .hours__title {
  color: #4C9500;
}

.sobitiya .modal-title {
  color: #4C9500;
}

.sobitiya .datepicker-inline .datepicker--nav {
  background-color: #4C9500;
}

.sobitiya .mini-table__title {
  background: #4C9500;
}

.sobitiya .total__int {
  color: #4C9500;
}

.sobitiya .content-text.text-page-callback {
  border: 1px solid #4C9500;
}

.sobitiya .content-text .contact-form__title {
  color: #4C9500;
}

.sobitiya .content-text .price-table__day-week {
  color: #4C9500;
}

.sobitiya .content-text .price-table__title {
  color: #4C9500;
}

.sobitiya .price .buttons .button {
  color: #4C9500;
}

.sobitiya .price .buttons .button.active {
  background-color: #C5F891;
}

.sobitiya .form-part:hover {
  border: 1px solid #4C9500;
}

.sobitiya .content-text .price-dino .header-row .cell {
  color: #4C9500;
}

.sobitiya .content-text .price-dino .header-row .cell.name-dino,
.sobitiya .content-text .price-dino .header-row .cell.name-ski,
.sobitiya .content-text .price-dino .header-row .cell.name-ssc {
  background-color: #C5F891;
}

.sobitiya .content-text .price-dino .body-row .cell .text li:before {
  color: #4C9500;
}

.sobitiya .content-text .price-table__cell--top-left {
  background-color: #C5F891;
}

.sobitiya .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-aqua.png); */
  background-image: url(../images/bg15052024.jpg);
}

.vitrinas .footer__top {
  /* Изменения - убираем фон в виде волны у прайса и заменяем фон у футера 16052024 yrv */
  /* background-image: url(../images/footer-bgr-aqua.png); */
  background-image: url(../images/bg15052024.jpg);
}

/*# sourceMappingURL=default.css.map */
/*Сувенирка*/
.souvenir {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  /*width: 1000px;
	height: 500px;*/
  justify-content: center;
  align-items: center;
  gap: 65px;
  padding: 15px 15px 15px 15px;
}

.souvenir-image {
  flex-basis: 50%;

}

.souvenir-text {
  flex-basis: 50%;
  font-size: 20px;
  text-align: center
}


@media (max-width: 992px) {
  .souvenir {
    flex-direction: column;
    gap: 0px;
  }
}

.cont-title.vitrinalist {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vitrinas .img-cont {
  background-color: #fff !important;
}

.faq-table {
  margin-right: 15px;
}