

/* Start:/ski-resort/style.css?1732272012198*/
.header.tranparent~.main .banner {
    min-height: 70vh!important;
}
@media screen and (max-width: 576px) {
	.header.tranparent~.main .banner {
		min-height: calc(100vw * 1.4)!important;
	}
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/sport-section/style.css?17598207472318*/
.sport-section .sport-section__bg-decor {
    min-height: 5900px;
}

.sport-section .sport-category__title-text {
    font-size: 1.25rem;
}

.sport-section .sport-category__title svg {
    min-width: 32px;
}

.icons-season {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.icons-season svg {
    max-height: 45px;
    max-width: 45px;
    margin: 5px;
    fill: #e42727;
}

.sport-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sport-filters__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.sport-filters__item {
    --icon-size: 30px;
    --icon-color: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 10px 18px;
    border: 2px solid #ddd;
    background-color: #ffffff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    transition: border-color .2s ease-in-out;
}

.sport-filters__item.is-active {
    --icon-color: #1b9673;
    border-color: #1b9673;
    z-index: 20 !important;
}

.sport-filters__item:not(.is-active) {
    cursor: pointer;
}

.sport-filters__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    min-height: var(--icon-size);
}

.sport-filters__item__icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: var(--icon-color);
    transition: fill .2s ease-in-out;
}

.sport-category__text {
    font-size: 16px;
    margin-bottom: 22px;
}

@media screen and (max-width: 575px) {
    .sport-filters {
        margin-bottom: 40px;
    }

    .sport-filters__buttons {
        gap: 8px;
    }

    .sport-filters__item {
        --icon-size: 18px;
        gap: 8px;
        padding: 8px 10px;
        border-width: 1px;
        font-size: 12px;
        border-radius: 15px;
    }
}
/* End */


/* Start:/local/templates/dobrograd_new/components/bitrix/news.list/rooms/style.css?174418885210631*/
.rooms-section .section-title {
    margin-bottom: 30px
}

.rooms-filters-js.active .amount-control input[type=radio]+label:before {
    opacity: 1;
    visibility: visible
}

.rooms-filters-js .amount-control input[type=radio]+label:before {
    opacity: 0;
    visibility: hidden
}

.rooms-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.amount-control {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #8d8e8e;
    line-height: 1.2
}

.amount-control:last-child {
    margin-right: 0
}

.amount-control:last-child input[type=radio]+label:before {
    content: none
}

.amount-control~.switcher {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 42px;
    height: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    margin-left: 12px;
    margin-right: 12px;
    top: 3px
}

.amount-control:first-child input[type=radio]+label:before {
    left: 100%;
    margin-left: 18px;
    top: 7px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.amount-control:first-child input[type=radio]:checked+label:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.amount-control input[type=radio]+label {
    cursor: pointer;
    line-height: 1.2;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.amount-control input[type=radio]+label:hover {
    color: #1c9673
}

.amount-control input[type=radio] {
    position: absolute;
    opacity: 0
}

.amount-control input[type=radio]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #1c9673;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.amount-control input[type=radio]:checked+label {
    color: #1c9673
}

.amount-control.-white input[type=radio]+label:before {
    background: #fff
}

.amount-control.-white input[type=radio]:checked+label {
    color: #fff
}

.amount-control.-white label {
    color: rgba(255, 255, 255, .5)
}

.amount-control.-white label:hover {
    color: #fff !important
}

.nav-slider,
.rooms-pagination {
    margin-top: 20px
}

.nav-slider ul,
.rooms-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto
}

.nav-slider li,
.rooms-pagination li {
    cursor: pointer;
    margin-right: 32px;
    font-weight: 600;
    color: #a4a5a5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
    width: auto
}

.nav-slider li:hover,
.rooms-pagination li:hover {
    color: #1c9673
}

.nav-slider li a,
.rooms-pagination li a {
    text-decoration: none;
    color: #a4a5a5;
    border: 0
}

.nav-slider li a:hover,
.rooms-pagination li a:hover {
    color: #1c9673
}

.nav-slider li a.is-selected,
.nav-slider li.active,
.rooms-pagination li.active {
    color: #1c9673 !important
}

.nav-slider li.active a,
.rooms-pagination li.active a {
    color: #1c9673 !important
}

.nav-slider li.swiper-slide-thumb-active,
.rooms-pagination li.swiper-slide-thumb-active {
    color: #1c9673 !important
}

.nav-slider li.disabled,
.rooms-pagination li.disabled {
    color: #8d8e8e !important;
    opacity: .4;
    cursor: text
}

.nav-slider li:last-child,
.rooms-pagination li:last-child {
    margin-right: 0
}

.nav-slider.swiper-container-initialized ul,
.rooms-pagination.swiper-container-initialized ul {
    overflow: visible
}

.nav-slider .swiper-wrapper,
.rooms-pagination .swiper-wrapper {
    overflow: initial;
    white-space: normal
}

.nav-slider .swiper-wrapper .swiper-slide,
.rooms-pagination .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 0
}

.nav-slider {
    margin-top: 0
}

.room-type-slider {
    margin: 40px 0
}

.room-type-slider.-overflow {
    overflow: hidden !important
}

.room-type-slider .swiper-pagination-simple {
    display: none
}

.rooms-info {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 10
}

.rooms-info .section-title {
    margin-bottom: 12px
}

.rooms-info .text-small {
    color: #8d8e8e;
    margin-bottom: 12px
}

.rooms-info .btn {
    margin-top: 30px
}

.rooms-info .btn+.btn {
    margin-top: 0
}

.rooms-info .btn-white {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.rooms-info--content.is-hidden {
    display: none
}

.room-size span {
    font-size: 30px;
    display: inline-block;
    line-height: 1
}

.room-residents {
    font-size: 14px
}

.room-residents li {
    font-weight: 600;
    color: #a4a5a5
}

.room-residents li.active {
    color: #1c9673
}

.room-benefits {
    margin-top: 20px
}

.room-benefits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.room-benefits li {
    position: relative;
    margin-bottom: 10px;
    color: #8d8e8e;
    margin-right: 10px
}

.room-benefits li:last-child {
    margin-right: 0
}

.room-benefits li:hover .text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.room-benefits li .icon {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.room-benefits li .icon img {
    vertical-align: middle;
    max-height: 100%
}

.room-benefits li .text {
    position: absolute;
    left: -10px;
    bottom: 100%;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    color: #2d3741;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 100
}

.room-benefits li .text:before {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 15px
}

.room-price {
    margin-top: 12px
}

.room-price .text-small {
    margin-bottom: 0
}

.room-price+.room-price {
    margin-top: 15px
}

.day_price {
    color: #1c9673;
    font-weight: 600;
    line-height: 1.2
}

.day_price span {
    font-size: 28px
}

.week_price {
    font-size: 10px;
    opacity: .5;
    font-weight: 600
}

.week_price span {
    font-size: 14px
}

.room-type-slider .swiper-slide {
    opacity: .2;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

@media (max-width: 900px) {
    .room-type-slider>.swiper-wrapper>.swiper-slide {
        opacity: 1;
        transform: none;
        width: 100%;
    }

    [data-tabs-slider="rooms-section"] .wrapper,
    [data-tabs-slider="rooms-section"] .wrapper .wrap,
    .rooms-slider--section,
    .rooms-slider--section .room-type-slider {
        height: 100%;
    }

    .room-type-slider {
        margin-bottom: 0;
    }

    .room-type-slider > .swiper-wrapper > .swiper-slide {
        height: auto;
        padding-bottom: 5px;
    }

    .room-info__container {
        height: 100%;
    }

    .room-info__content {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .room-info__includes {
        margin-bottom: auto;
    }
}

.room-type-slider .swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.room-type-slider {
    overflow: visible !important
}

.slider-msg {
    text-align: center;
    opacity: .4;
    font-size: 12px;
    margin-top: 30px
}

.slider-msg .icon-svg {
    margin-top: 0;
    margin-right: 5px;
    font-size: 16px
}

.room-type-slider .rooms-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.room-type-slider .menu-slider .swiper-slide {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.room-type-slider .menu-slider .swiper-slide .rooms-info {
    opacity: 1;
    visibility: visible
}

.room-type-slider .rooms-current-count {
    display: none
}

.room-type-slider.-design2 .rooms-info {
    padding: 60px 0 60px 90px
}

.room-type-slider.-design2 .rooms-info .h1 {
    font-size: 42px
}

.room-type-slider.-design2 .rooms-info .inner {
    max-width: 280px;
    min-height: 530px
}

.room-type-slider.-design2 .rooms-info .btn+.text-small {
    font-size: 12px;
    margin-bottom: 0
}

.room-type-slider.-design2 .swiper-container {
    position: absolute;
    right: 0;
    top: 60px;
    height: calc(100% - 120px);
    width: calc(100% - 440px);
    z-index: 100
}

.room-type-slider.-design2 .swiper-container .swiper-slide .swiper-lazy {
    height: 100%
}

.room-info__type-item.disabled {
    color: #8d8e8e !important;
    opacity: .4;
    cursor: text;
}

.rooms-pagination--select {}

.rooms-pagination--select select {
    color: #2d875f !important;
}
/* End */
/* /ski-resort/style.css?1732272012198 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/sport-section/style.css?17598207472318 */
/* /local/templates/dobrograd_new/components/bitrix/news.list/rooms/style.css?174418885210631 */
