

/* Start:/local/components/redesign/bannerBase/templates/.default/style.css?178342048912005*/
/*SLIDER*/
.slider{
	height: -moz-calc(100vh - 80px);
	height: calc(100vh - 80px);
	position: relative;
}
#homepage-carousel .owl-prev,#homepage-carousel .owl-next{
	outline: none;
    position: absolute;
    top:  -moz-calc(50vh - 60px);
    top:  calc(50vh - 60px);
    z-index: 1;
}
#homepage-carousel .owl-prev{
    left:70px;
}
#homepage-carousel .owl-next{
    right: 15px;
}
.conferences-btn {
    top: unset!important;
    bottom: 50px;
}
/*.owl-dots{
	position: relative;
     bottom: 40px;
     display: flex;
     justify-content: center;
     z-index: 2;
}*/
.slide-content.row-flex{
    display: flex;
    width: 81%;
    justify-content: space-between;
}
.slide-content.row-flex .slide-buttons{
    align-items: self-start;
    margin: 10% 0 0 0;
}
.slider-item{
	height: -moz-calc(100vh - 80px);
	height: calc(100vh - 80px);
	background-size: cover;
	background-position: center;
	display: flex;
	padding: 140px 0 0 200px;
	box-sizing: border-box;
	box-shadow: inset 0px -216px 331px rgba(0,0,0,0.7);
}
.slide-content{
	color:#ffffff;
}
.slide-slog-color{
	padding: 5px 18px;
	display: inline-block;
	position: relative;

}
.slide-slog-color.gold{
	background-color: #c7a25c;
	margin: 0 0 45px 38px;
}
.slide-slog-color.gold::before{
	position: absolute;
	top: 0px;
    left: -37px;
	content: "";
	width: 0; 
	height: 0;
	border-bottom: 40px solid #c7a25c;
	border-left: 38px solid transparent;
}
.slide-slog-color span{
	font-size: 16px;
    padding: 3px 0 4px 0;
    display: block;
}
.slide-title-text{
	max-width: 800px;
    line-height: 1.2;
}
.slide-title-text span{
	font-size: 80px;
	text-shadow: #000 0px 0px 80px;
}
.slide-title-text .discount{
	font-size: 100px;
	display: block;
/*	line-height: 150px;*/
}
.button{
	padding: 15px 30px;
}
.button.gold{
	background-color: #c49f5b;
}
.button.gold:hover{
	background-color: #d3ad63;
}
.slide-button{
	display: inline-block;
	margin: 50px 0 0 0;
	font-size: 18px;
	color: #fcfcfc;
}
.slide-details{
	position: relative;
	margin: 25px 0 0 0;
}
.slide-details span{
	font-size: 21px;
}
.slide-details .slide-details-date{
	display: block;
	font-size: 26px;
}
.detail-img{
	position: absolute;
	height: 40px;
	width: 40px;
	background-position: center;
	top: -6px;
     left: -55px;
}
/*SLIDER_end*/
/*second-menu*/
.second-menu{
    position: absolute;
    z-index: 2;
    top:30px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
}
.second-menu-list{
    display: flex;
}
.second-menu-link{
    color: #ffffff;
    font-size: 16px;
    padding: 4px 12px;
    margin: 0 3px;
}
.second-menu-link.active,.second-menu-link:hover{
    background-color: #c2182b;
}
/*second-menu*/
/*FORM*/
.slider-form{
    position: absolute;
    top: 300px;
    z-index: 2;
}
/*FORM_END*/
@media only screen and  (orientation: landscape) and (min-height: 550px) and (min-width: 1300px){
    .slide-title-text{
        max-width: 890px;
        /*display: flex;*/
        align-items: center;
    }

.header .slider_form{
		top: calc(37% - 0px);
	}
.slide-title-text span {
/*    font-size: 55px;*/
    text-shadow: #000 0px 0px 80px;
}
}

@media only screen and  (orientation: landscape) and (min-height: 650px) and (min-width: 1300px){
    .slide-title-text{
/*        max-width: 1040px;*/
        display: block;
        align-items: center;
    }

.header .slider_form{
		top: calc(25% - 0px);
	}

.slide-title-text span {
    font-size: 80px;
    text-shadow: #000 0px 0px 80px;
	}

}
@media only screen and  (orientation: landscape) and (min-height: 750px) and (min-width: 1300px){
    .slide-title-text{
        max-width: 800px;
        display: block;
    }
}
@media only screen and (max-height: 900px) and (min-width: 1400px){
    .slider-item {
        padding: 100px 0 0 200px
    }
    .slide-slog-color.gold {
        margin: 0 0 40px 38px;
    }
    .slide-button {     
        margin: 25px 0 0 0;
    }
}

@media only screen and (max-height: 800px) and (min-width: 1400px){
    .slider-item {
        padding: 90px 0 0 200px;
    }
  /*  .slide-title-text span {
        line-height: 90px;
    }*/
}

@media screen and (max-height: 620px) and (max-width: 1400px){
    .slider-item {
        padding: 0px 0 0 44px;
    }
    .slide-content {
        padding: 0;
    }
    .slide-button {
        margin: 0;
    }
}
@media only screen and  (orientation: landscape) and (max-height: 900px) and (max-width: 1400px){
    .slider-item {
        padding: 100px 0 0 200px;
    }
    .slide-slog-color.gold {
        margin: 0 0 0px 38px;
    }
}
@media only screen and  (orientation: landscape) and (max-height: 800px) and (max-width: 1400px){
    .slide-button {
            margin: 15px 0 0 0;
        }
}
@media (max-width: 1370px){
    .slide-title-text span{
        font-size: 60px;
    }
    .slider-item {
        padding: 100px 0 0 145px;
    }
    .slide-title-text {
        max-width: 700px;
    }
    .slide-title-text .discount{
        font-size: 85px;
    }
    .slide-slog-color.gold {
        margin: 0 0 20px 38px;
    }
}
@media (max-width: 1280px){
    .slide-content.row-flex{
        display: block;
    }
    .slide-content.row-flex .slide-buttons{
        margin: 0;
    }
}
@media (max-width: 1250px){
    .slide-title-text span{
        font-size: 70px;
    }
}
@media (max-width: 1050px){
    .slider-item{
        padding: 100px 0 0 100px;
    }
    .slide-title-text span{
        font-size: 60px;
    }
}
@media (max-width: 1024px){
    .slide-content{
        padding: 0 0 100px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .button.gold, .slide-button-form{
        width: 200px;
        text-align: center;
    }
}
@media (max-width: 900px){
    .slide-title-text {
         max-width: 100%; 
    }
}

@media (max-width: 750px){
    .slider-item {
        padding: 50px 0 0 100px;
    }
    .slide-title-text span {
        font-size: 35px;
    }
    .slide-title-text .discount {
        font-size: 100px;
    }
    .slide-slog-color.gold {
        margin: 0 0 20px 38px;
    }
    .slide-button{
        margin: 30px 0 0 0;
    }
    #homepage-carousel .owl-prev {
        left: 38px;
    }
    .slide-content.row-flex{
        padding: 100px 0 0 0;
    }
}
@media (max-width: 500px){
    #homepage-carousel .owl-prev {
        left: 15px;
    }
}
@media only screen and (max-width: 400px) and (max-height: 600px){
    .slider-item {
        padding: 0 0 0 55px;
    }
}
@media (max-width: 450px){
    .slide-menu {
        top: 60px;
        width: 300px;
    }
    .slide-menu,.slider-item,.slider{
        min-height: -moz-calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }
     .slider-item {
        padding: 30px 44px 0 44px;
    }
}
@media (max-width: 400px){
    .slider-item {
        padding: 0 30px 0 45px;
    }
    .slide-content {
            padding: 0;
    }
    .slide-details span {
        font-size: 18px;
    }
    .slide-details .slide-details-date {
        font-size: 25px;
    }
    .button{
        padding: 11px 10px;
        text-align: center;
    }
}

@media only screen and  (orientation: portrait) and (max-height: 550px) and (max-width: 400px){
    .slide-content {
            padding: 0;
        }
}
@media only screen and  (orientation: landscape) and (max-height: 650px) and (max-width: 800px){
    .slide-slog-color.gold {
        display: none;
    }
    .slider-item {
        padding: 0 0 0 100px;
    }
    .slide-content {
            padding: 0 44px 0 44px;
    }

}

@media only screen and  (orientation: landscape) and (max-height: 550px) and (max-width: 800px){
    .slide-title-text .discount {
        line-height: 100px;
    }
    .slide-details {
        margin: 10px 0 0 0;
    }
    .slide-button {
        margin: 15px 0 0 0;
    }
}
@media only screen and (orientation: landscape) and (max-height: 450px) and (max-width: 800px){
    .slide-menu {
        top: 55px;
    }
    .slider,.slider-item {
        height: -moz-calc(100vh - 55px);
        height: calc(100vh - 55px);
    }
    .slider-item {
        padding: 0;
    }
    .slide-content {
        padding: 0 56px 0 55px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .slide-title-text{
        display: flex;
            align-items: center;
    }
    #homepage-carousel .owl-prev {
        left: 15px;
    }
    .button.gold {
       height: 25px;    
    }
    .slide-button, .slide-details{
        margin: 0;
    }
    .slide-title-text span {
        font-size: 50px;
    }
    .detail-img{
        display: none;
    }
}
@media only screen and (orientation: landscape) and (max-height: 400px) and (max-width: 800px){
    .slide-title-text span {
        line-height: 55px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 400px) and (max-width: 650px){
    .slide-title-text span {
        line-height: 55px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 400px) and (max-width: 600px){
    .slide-title-text span{
        font-size: 40px;
        line-height: 45px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 450px) and (max-width: 550px){
    .slide-title-text span{
        line-height: 45px;
    }
}
.slider_form{
    position: absolute;
    top: calc(25% - 0px);
    z-index: 3;
    right: 13%;
    width: 270px;
}
.slide-buttons{
    display: flex;
    flex-wrap: wrap;
}
.slide-button-form{
    background: #C31425;
    display: none;
    
}
.slide-button.gold{
    margin-right: 20px;
}
.slider_form-close{
    display: none;
}
@media (max-width: 1150px){
    .slider_form{
        right: 60px;
    }
}
@media (max-width: 900px){
    .slider_form{
        display: none;
        right: calc(50% - 135px);
        padding: 10px 0;
        height: 328px;
        background: #585858;
    }
    .slider_form-close{
        display: block;
        position: absolute;
        z-index: 5;
        right: 0;
        width: 20px;
        margin: 0 10px;
    }
    .slider_form-body{
        margin: 15px 0;
    }
    .slide-button-form{
        display: inline-block;
    }
}
@media (max-width: 350px){
    .slide-title-text span{
        font-size: 30px;
    }
    .slide-buttons{
        margin: 10px 0 0 0;
    }
    .button {
        padding: 8px 5px;
    }
    .slide-button-form {
        font-size: 14px;
    }
}
/*.lk-button {
    display: inline-block;
    max-width: 186px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    background: #c2182b;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}
.lk-button:hover {
    background: #da3043;
}
@media (min-width: 751px){
    .lk-button {
        right: 10px;
        left: auto;
        margin: 0;
    }
}
@media (min-width: 901px){
    .lk-button {
        right: 60px;
    }
}
@media (min-width: 1051px) {
    .lk-button {
        top: 70px;
    }
}
@media (min-width: 1151px) {
    .lk-button {
        right: 13%;
    }
}
@media (min-width: 1700px) {
    .lk-button {
        top: 15px;
    }
}*/


@media screen and (min-width: 300px) and (max-width: 600px) {
    .slider-item, .slider{
        min-height: -moz-calc(70vh - 60px) !important;
        min-height: calc(70vh - 60px) !important;
        height: -moz-calc(70vh - 60px) !important;
        height: calc(70vh - 60px) !important;
    }

    #homepage-carousel .owl-prev, #homepage-carousel .owl-next {
        top: -moz-calc(35vh - 60px) !important;
        top: calc(35vh - 60px) !important;
    }

}

/* отступ всем */
.full-text-hotel-kaluga{
    margin-top:24px;
}

/* а обводку только для двух исключений */
.fulltext--hotels-hotel-kaluga-,
.fulltext--hotels-hotel-kaluga-rooms-{
    text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/rooms_cn/style.css?17787277142624*/
/*rooms_start*/
/*.seo-text{
	margin: 15% 0 0 0;
}
.seo-title{
	font-size: 18px;
	margin:  30px 0 10px 0;
}*/
.room-text{
	display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.room-detail__carousel-icons{
    display: flex;
    width: 100%;
    border-top: 1px solid;
    border-color: rgba(252, 252, 252, 0.3);
    padding-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid;
}
.room-detail__carousel-icons span {
    display: flex;
    flex-direction: column;
    width: 15%;
    align-items: center;
}
.room-detail__carousel-icons span i {
    font-size: 8px;
    text-align: center;
    margin-top: 5px;
}
.room-feature{
	display: flex;
	justify-content: space-between;
	padding: 0 0 5px 0;
}
.room-title a{
	font-weight: 700;
    display: flex;
    margin: 0 0 10px 0;
}
.room-desc{
	padding: 20px 0 0 0;
}
.container-item-text__value.short .seo-open{
	display: none;
}
.show-more{
	font-weight: bold;
	cursor: pointer;
}
.rooms{
	margin: 45px 0 80px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.room{
	width: 47%;
	display: flex;
	flex-direction: column;
	margin:  0  0 80px 0;
}
.room a:hover{
	color: #212121;
	text-decoration: underline;
}
.room-title{
	font-size: 18px;
	width: 100%;
	margin: 0 0 3px 0;
}
.room-title a{
	font-size: 18px;
}
.room img{
	width: 100%;
	height: auto;
}
.price{
	display: flex;
	justify-content: space-between;
}
.price span{
	font-size: 18px;
	color: #c2182b;
	margin: 4px 0 0 15px;
}
.price strong{
	font-size: 24px;
	font-family: "GothamPro-Bold";
}
.price .curensy{
	font-size: 24px;
}
.rooms-button{
	font-size: 16px;
	font-family: "GothamPro-Medium";
	color: #ffffff;
	background-color: #c2182b;
	padding: 10px 44px;
}
.rooms-button:hover{
	background-color: #dd1b31;
}
/*rooms-end*/
/*advantages-start*/

.room-title a:hover{
	color: #c41425;
}
/*.rooms-desc{
	display: flex;
    justify-content: space-between;
    align-items: center;
   
}*/
.rooms-desc-img{
	width: 47%;
}
.rooms-desc-img img{
	width: 100%;
}
.rooms-desc-text{
	width: 50%;
}
/*.rooms-title.desc{
	margin: 5% 0 0 0;
}*/
.rooms-desc{
	 margin: 0 0 80px 0;
	display: block;
	min-height: 400px;
}
.rooms-desc-img {
    float: left;
	margin: 0 15px 10px 0;
}
.rooms-desc-text{
	width: auto;
}
@media (max-width: 1440px){
	.rooms-desc-text {
	    font-size: 14px;
	}
}
@media (max-width: 1050px){
	.advantage:nth-last-child(4), .advantage{
		margin: 0 2.15vw 50px 0;
	}
}
@media (max-width: 768px){
	.rooms-desc-img{
		width: 100%;
		margin: 0 0 20px 0;
	}
/*	.rooms-title.desc{
		margin: 10% 0 5% 0;
	}*/
}
/*advantages-end*/
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/demo_gallery/style.css?17821270172185*/
.demo-gallery-carousel-item, .demo-galleries-buttons ul{
	display: flex;
	justify-content: space-between;
}
.demo-galleries-buttons ul{
	flex-wrap: wrap;
}
.demo-galleries-buttons ul li{
	/*width: 19.8%;*/
	cursor: pointer;
}
.demo-galleries-buttons ul li span{
    color: #212121;
    font-size: 16px;
    padding: 4px 12px;
    display: flex;
    justify-content: center;
	transition: all 0.2s;
}
.demo-galleries-buttons ul li span.active, .demo-galleries-buttons ul li span:hover {
	color: #fff;
    background-color: #c2182b;
}
#demo-galleries{
	margin: 8% 0 5% 0;
}
.owl-carousel.demo-gallery-carousel .owl-nav button.owl-next, .owl-carousel.demo-gallery-carousel .owl-nav button.owl-prev{
	position: absolute;
    top: 30%;
    font-size: 80px;
    color: #c2182b;
}
.owl-carousel.demo-gallery-carousel .owl-nav button.owl-next{
	right: 10px;
}
.owl-carousel.demo-gallery-carousel .owl-nav button.owl-prev{
	left: 10px;
}
.demo-gallery-carousel-item div{
	padding: 0 10px 0 0;
}
.demo-gallery-carousel-item div:last-child{
	padding: 0;
}
.demo-galleries-buttons{
    margin: 0 0 20px 0;
}

@media (max-width: 1280px){
	.owl-carousel.demo-gallery-carousel .owl-nav button.owl-next, .owl-carousel.demo-gallery-carousel .owl-nav button.owl-prev{
		font-size: 70px;
	}
}
@media (max-width: 964px){
	.demo-galleries-buttons ul li {
	    width: 49.8%;
    	margin: 0 0 5px 0;
    	border-bottom: 1px solid #c2182b;
	}
	.owl-carousel.demo-gallery-carousel .owl-nav button.owl-next, .owl-carousel.demo-gallery-carousel .owl-nav button.owl-prev {
	    font-size: 55px;
	}
}
@media (max-width: 664px){
	.demo-gallery-carousel-item{
		flex-direction: column;
	}
	.demo-gallery-carousel-item div {
	    padding: 0 0 10px 0;
	}
	.owl-carousel.demo-gallery-carousel{
		margin: 15% 0 0 0;
	}
	.owl-carousel.demo-gallery-carousel .owl-nav button.owl-next, .owl-carousel.demo-gallery-carousel .owl-nav button.owl-prev{
		bottom: 100%;
		top: auto;
	}
	.owl-carousel.demo-gallery-carousel .owl-nav button.owl-prev{
		left: 80%;
	}
}
@media (max-width: 425px){
	.demo-galleries-buttons ul li {
	    width: 100%;
	    margin: 0;
	}
	.owl-carousel.demo-gallery-carousel {
	    margin: 20% 0 0 0;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1675077521666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/components/redesign/bannerBase/templates/.default/style.css?178342048912005 */
/* /local/templates/main/components/bitrix/news.list/rooms_cn/style.css?17787277142624 */
/* /local/templates/main/components/bitrix/news.list/demo_gallery/style.css?17821270172185 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1675077521666 */
