.btn{font-weight:500;position:relative;display:inline-block;-webkit-transition:.4s;transition:.4s;text-decoration:none;}
.btn--bordered{padding:13px 30px 12px;color:#e74b4b;border:1px solid rgba(231, 75, 75, .3);border-radius:23px;}
.btn--bordered:hover{border-color:#e74b4b;}
.btn--bordered:active{color:#161515;background-color:#edece9;}
.btn--light{padding:13px 30px 12px;color:#fff;border:1px solid rgba(255, 255, 255, .3);border-radius:23px;}
.btn--light:hover{color:#fff;border-color:#fff;}
.btn--light:active{color:#fff;background-color:#dd4343;}
.btn--play{padding-top:14px;padding-right:17px;padding-bottom:13px;padding-left:60px;}
.btn--play:before,
.btn--play:after{position:absolute;top:50%;content:'';-webkit-transition:.4s;transition:.4s;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.btn--play:before{left:0;width:45px;height:45px;border:1px solid rgba(231, 75, 75, .3);border-radius:23px;}
.btn--play:after{left:19px;width:0;height:0;border-width:7px 0 7px 12px;border-style:solid;border-color:transparent transparent transparent #e74b4b;}
.btn--play:hover:before{border-color:#e74b4b;}
.btn--play:active:before{background-color:#edece9;}
.btn--play:active:after{border-color:transparent transparent transparent #161515;}
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
body{font-family:'Fira Sans', sans-serif;font-size:14px;line-height:1.35;margin:0;color:#161515;}
img{max-width:100%;height:auto;vertical-align:middle;}
a{text-decoration:none;color:#e74b4b;}
a:hover{color:#dd4343;}
.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;}
.container-wide{max-width:1400px;margin:0 auto;}
.main-details{color:#fff;background-color:#e74b4b;}
.main-details a{color:#fff;}
.main-details__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.main-details__time,
.main-details__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.main-details__time{background-color:#dd4343;}
.time-progress{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:10px;border-radius:5px;background-color:rgba(255, 255, 255, .3);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.time-progress__done{border-radius:5px;background-color:#fff;}
.time-details{text-align:center;}
.time-details__progress{margin:20px 0;}
.time-details__end{line-height:1;margin:.5em 0;}
.time-details__info{font-size:16px;font-weight:300;line-height:1.75;}
.info-details__location{position:relative;margin-bottom:30px;padding-bottom:40px;padding-left:75px;border-bottom:1px solid rgba(255, 255, 255, .2);}
.info-details__location:before{position:absolute;left:0;width:60px;height:60px;content:'';background:url('../img/icon_location.svg') no-repeat center;background-size:contain;}
.info-details__where{font-size:18px;}
.info-details__description{font-size:16px;font-weight:300;}
.info-details__contacts{text-align:center;}
.info-details__phone{font-size:35px;}
.info-details__bottom{font-size:16px;font-weight:300;}
.main-info__title{font-size:22px;line-height:1.5;margin-bottom:1em;}
.main-info__text{font-size:16px;font-weight:300;line-height:1.75;margin-bottom:30px;}
.section__head{overflow:hidden;}
.title__label{position:relative;z-index:1;color:#EF5A42 !important;}
.sport-slider .owl-item{cursor:pointer;-webkit-transition:.4s;transition:.4s;opacity:.5;}
.sport-slider .owl-item:hover{opacity:1;}
.sport-slider .owl-item.active{cursor:default;opacity:1;}
.sport-slider .owl-dots{position:absolute;}
.sport-slider .owl-dots button.owl-dot{display:inline-block;width:9px;height:9px;-webkit-transition:.4s;transition:.4s;border-radius:50%;outline:none;-webkit-box-shadow:inset 0 0 0 1px #e2e2e2;box-shadow:inset 0 0 0 1px #e2e2e2;}
.sport-slider .owl-dots button.owl-dot:hover{-webkit-box-shadow:inset 0 0 0 1px #e74b4b;box-shadow:inset 0 0 0 1px #e74b4b;}
.sport-slider .owl-dots button.owl-dot:not(:last-child){margin-right:15px;}
.sport-slider .owl-dots button.owl-dot.active{background-color:#e74b4b;-webkit-box-shadow:0 0 0 2px #e74b4b;box-shadow:0 0 0 2px #e74b4b;}
.sport-slide__title{font-weight:normal;line-height:1.1;margin:.7em 0 .6em;}
.sport-slide__description{font-size:20px;font-weight:300;line-height:1.65;margin-bottom:1.2em;color:#e74b4b;}
.sport-slide__text{font-size:16px;font-weight:300;line-height:1.75;margin-bottom:3em;}
.sport-slide__advantage{padding-right:6px;padding-left:6px;}
.advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.advantage__cover{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;height:100px;border:2px solid #e2e2e2;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.advantage__icon{width:auto !important;}
.advantage__info{font-weight:500;line-height:1.45;max-width:165px;margin-left:20px;color:#645252;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:165px;flex-basis:165px;}
.communion{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;}
.comm-info__advantage{margin-top:20px;}
.comm-info__title{font-size:20px;line-height:1.65;margin-bottom:1.5em;}
.comm-info__description{font-size:16px;font-weight:300;line-height:1.75;}
.comm-advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.comm-advantage__cover{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;height:100px;border:2px solid #e2e2e2;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.comm-advantage__icon{width:auto !important;}
.comm-advantage__info{font-weight:500;line-height:1.45;margin-top:25px;margin-left:20px;color:#645252;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.comm-visual__item{position:relative;overflow:hidden;}
.comm-visual__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.comm-visual__slider{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;height:100%;padding-right:30px;padding-left:60px;color:#fff;/*background-color:#EF5A42;*/    -webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:stretch; background-image: url(../img/stena.jpg) }
.comm-slider__info{font-size:16px;line-height:1.75;}
.comm-nav{position:absolute;right:0;bottom:0;}
.comm-nav button{width:60px;height:60px;cursor:pointer;border:0 none;border-radius:0;outline:none;}
.comm-nav button:hover span{opacity:.35;}
.comm-nav button span{display:inline-block;overflow:hidden;width:11px;height:20px;-webkit-transition:.4s;transition:.4s;vertical-align:middle;text-indent:-9999px;background:url('../img/icon_arrow-white.svg') no-repeat center;}
.comm-nav button.owl-prev{background-color:#dd4343;}
.comm-nav button.owl-prev span{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.comm-nav button.owl-next{background-color:#ce3d3d;}
.comm-dots{position:absolute;bottom:15px;left:60px;}
.comm-dots button.owl-dot{width:9px;height:9px;padding:0;cursor:pointer;-webkit-transition:.4s;transition:.4s;border:0 none;border-radius:50%;outline:none;background-color:transparent;-webkit-box-shadow:inset 0 0 0 1px #f7c9c9;box-shadow:inset 0 0 0 1px #f7c9c9;}
.comm-dots button.owl-dot:hover{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;}
.comm-dots button.owl-dot.active{background-color:#fff;-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff;}
.comm-dots button.owl-dot:not(:last-child){margin-right:15px;}
.nature__cover{position:relative;}
.nature__description{font-size:20px;font-weight:300;line-height:1.5;margin:1em 0;color:#e74b4b;}
.nature__text{font-size:16px;font-weight:300;line-height:1.75;}
.comfort-info__description{font-size:20px;line-height:1.65;margin-bottom:1em;}
.comfort-info__text{font-size:16px;font-weight:300;line-height:1.75;}
.comfort-info__row{max-width:980px;}
.block__title{font-weight:normal;line-height:1.1;margin:.5em 0;}
.block__description{font-size:16px;font-weight:300;line-height:1.75;max-width:900px;}
.layouts{overflow:hidden;}
.layouts__description{max-width:940px;}
.layouts-carousel:before{position:absolute;z-index:2;top:0;right:100%;bottom:0;width:100%;height:100%;content:'';background-color:#fff;}
.layouts-carousel .owl-stage-outer{overflow:visible !important;}
.layouts-carousel .owl-item{-webkit-transition:.4s;transition:.4s;opacity:.5;}
.layouts-carousel .owl-item.active{opacity:1;}
.layouts-carousel .owl-item:not(.active){cursor:pointer;}
.layouts-carousel .owl-item:not(.active):hover{opacity:1;}
.layouts-carousel .owl-nav button{height:60px;cursor:pointer;-webkit-transition:.4s;transition:.4s;border:0 none;border-radius:0;outline:none;background-color:transparent;}
.layouts-carousel .owl-nav button:hover{background-color:rgba(231, 75, 75, .1) !important;}
.layouts-carousel .owl-nav button span{display:inline-block;overflow:hidden;width:11px;height:20px;-webkit-transition:.4s;transition:.4s;vertical-align:middle;text-indent:-9999px;background:url('../img/icon_arrow-red.svg') no-repeat center;}
.layouts-carousel .owl-nav button.owl-prev span{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.layout-item{padding:30px;border:1px solid #e2e2e2;}
.layout-item__visual{position:relative;height:280px;}
.layout-item__img{position:absolute;top:0;right:0;bottom:0;left:0;width:auto !important;max-width:100%;max-height:100%;margin:auto;}
.layout-item__info{font-size:16px;font-weight:300;line-height:1.75;}
button.mfp-arrow:before{display:none;}
button.mfp-arrow:after{position:absolute;top:50%;left:50%;width:40px;height:40px;margin:0;margin-top:-20px;margin-left:-20px;border:none 0 !important;background:url('../img/icon_arrow-red.svg') no-repeat center !important;}
button.mfp-arrow.mfp-arrow-left:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.decor-slider .owl-nav{position:absolute;right:0;bottom:0;}
.decor-slider .owl-nav button{width:60px;height:60px;cursor:pointer;border:0 none;border-radius:0;outline:none;}
.decor-slider .owl-nav button:hover span{opacity:.35;}
.decor-slider .owl-nav button span{display:inline-block;overflow:hidden;width:11px;height:20px;-webkit-transition:.4s;transition:.4s;vertical-align:middle;text-indent:-9999px;background:url('../img/icon_arrow-white.svg') no-repeat center;}
.decor-slider .owl-nav button.owl-prev{background:#dd4343 !important;}
.decor-slider .owl-nav button.owl-prev span{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.decor-slider .owl-nav button.owl-next{background:#ce3d3d !important;}
.decor-slider .owl-dots{margin-top:15px;text-align:center;}
.decor-slider .owl-dots button.owl-dot{display:inline-block;width:9px;height:9px;-webkit-transition:.4s;transition:.4s;border-radius:50%;outline:none;-webkit-box-shadow:inset 0 0 0 1px #e2e2e2;box-shadow:inset 0 0 0 1px #e2e2e2;}
.decor-slider .owl-dots button.owl-dot:hover{-webkit-box-shadow:inset 0 0 0 1px #e74b4b;box-shadow:inset 0 0 0 1px #e74b4b;}
.decor-slider .owl-dots button.owl-dot:not(:last-child){margin-right:15px;}
.decor-slider .owl-dots button.owl-dot.active{background-color:#e74b4b;-webkit-box-shadow:0 0 0 2px #e74b4b;box-shadow:0 0 0 2px #e74b4b;}
.decor-slide__cover{position:relative;height:0;padding-bottom:56%;}
.decor-slide__cover-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.decor-slide__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.decor-slide__col{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;}
.decor-slide__item{position:relative;overflow:hidden;max-height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;}
.decor-slide__item--v{max-height:50%;-ms-flex-preferred-size:50%;flex-basis:50%;}
.decor-slide__item--v:last-child{padding-top:4px;}
.decor-slide__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}
.decor-slide__main{max-width:57%;-ms-flex-preferred-size:57%;flex-basis:57%;}
.decor-slide__extra{max-width:43%;padding-left:4px;-ms-flex-preferred-size:43%;flex-basis:43%;}
.environment__advantage{padding-top:10px;padding-bottom:10px;}
.v-advantage__cover{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;height:100px;border:2px solid #e2e2e2;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.v-advantage__icon{width:auto !important;}
.v-advantage__info{font-weight:500;line-height:1.45;color:#EF5A42;}
.bottom__wrap{text-align:center;}

.contacts__phone{font-size:35px;line-height:1.1;margin-bottom:10px;}
.contacts__address{font-size:20px;line-height:1.65;margin-bottom:10px;}
.contacts__email{font-size:20px;line-height:1.5;margin-bottom:10px;}
.contacts__email-link{display:inline-block;-webkit-transition:.4s;transition:.4s;border-bottom:1px solid rgba(231, 75, 75, .3);}
.contacts__email-link:hover{border-color:#dd4343;}
a.contacts__email-link{color: #8A8A8A }

.contacts__info{font-size:12px;font-weight:300;line-height:1.65;margin:2.5em 0 4em;}
.contacts__copy{font-size:16px;font-weight:300;line-height:1.75;margin-top:2em;color:#9b9b9b;}
.page__body{max-width:920px;margin-right:auto;margin-left:auto;padding-right:15px;padding-bottom:15px;padding-left:15px;}
.page__title{margin-bottom:1em;}
.page__description{font-weight:300;margin-top:15px;}
.page__description span{white-space:nowrap;}
.main-cast{position:relative;width:100%;height:0;padding-bottom:56.25%;}
.main-cast iframe{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#edece9;}
.main-map{min-height:500px;background-color:#edece9;}
.btn-back{position:relative;display:block;width:32px;height:32px;text-indent:-9999px;}
.btn-back:after{position:absolute;top:50%;left:50%;width:22px;height:22px;content:'';-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);background:url('../img/icon_arrow-back.svg') no-repeat center;background-size:contain;}
@media (min-width:768px){.main-info__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-10px;margin-left:-10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.main-info__col{max-width:50%;padding-right:10px;padding-left:10px;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;}
.main-info__btns{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.main-info__btn{padding-right:15px;padding-left:15px;}
.section__block{padding-top:40px;}
.sport-slide__title{font-size:35px;}
.sport-slide__advantages{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-6px;margin-left:-6px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.communion__visual{margin-top:40px;}
.img-label{font-size:18px;position:absolute;padding:10px 20px;background-color:#253143;color:#ffffff;}
.img-label--bl{bottom:0;left:0;}
.img-label--br{right:0;bottom:0;}
.comfort-info__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.comfort-info__col{max-width:50%;padding-right:15px;padding-left:15px;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;}
.block__title{font-size:28px;}
.block__bottom{margin-top:60px;}
.decor-slider--sm{display:none !important;visibility:hidden !important;}
.environment__advantages{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.environment__advantage{max-width:33.33333%;padding-right:15px;padding-left:15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;}
.v-advantage__cover{margin:0 auto;}
.v-advantage__info{margin-top:25px;text-align:center;}
}
@media (min-width:992px){.section__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;}
.section__cover{margin-bottom:-95px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}
.title{font-size:48px;font-weight:300;line-height:1.5;position:relative;z-index:2;color:#F29A02;}
.title--line span{display:inline-block;}
.title--line span:after{position:absolute;top:50%;left:100%;width:2000px;height:2px;margin-left:10px;content:'';background-color:#e2e2e2;}
.title--bg{position:relative;display:inline-block;margin-bottom:.5em;}
.title--bg:after{position:absolute;right:-100px;bottom:0;width:1000px;height:110px;content:'';background-color:#fff;}
.nature__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.nature__col{padding-right:15px;padding-left:15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.nature__first{max-width:66.66666%;-ms-flex-preferred-size:66.66666%;flex-basis:66.66666%;}
.nature__last{max-width:33.33333%;margin-top:-40px;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;}
.nature__cover--md{height:610px;}
.nature__cover--md img{position:absolute;width:100%;height:100%;-o-object-fit:none;object-fit:none;-o-object-position:0 50%;object-position:0 50%;}
.layouts__advantages{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.layouts__advantage{max-width:33.33333%;padding-right:15px;padding-left:15px;-webkit-box-flex:1;-ms-flex:1 1 33.33333%;flex:1 1 33.33333%;}
.page__body{padding-top:50px;}
.page__title{font-size:34px;}
.page__description{font-size:16px;}
}
@media (min-width:1230px){.container{width:1200px;}
.main__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.main__details{position:relative;z-index:2;max-width:400px;margin-top:-25px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:400px;flex-basis:400px;}
.main__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.main-details__time,
.main-details__info{max-width:100%;padding:50px 50px;-ms-flex-preferred-size:100%;flex-basis:100%;}
.time-details__end{font-size:55px;font-weight:300;}
.main-info{padding:90px;}
.main-info__row{margin-right:-15px;margin-left:-15px;}
.main-info__col{padding-right:15px;padding-left:15px;}
.section{padding:50px 0;}
.section__block{padding-top:60px;}
.sport-slider .owl-item.active{margin-left:-50px;}
.sport-slider .owl-dots{bottom:0;left:500px;}
.sport-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.sport-slide__visual{max-width:400px;-ms-flex-preferred-size:400px;flex-basis:400px;-ms-flex-negative:0;flex-shrink:0;}
.sport-slide__cover{overflow:hidden;width:100%;height:530px;}
.sport-slide__img{width:auto !important;max-width:none;height:100%;-o-object-fit:none;object-fit:none;-o-object-position:135% 50%;object-position:135% 50%;}
.sport-slide__info{max-width:100%;padding-right:60px;padding-left:60px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.communion__visual{margin-top:80px;}
.comm-info__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-15px;margin-left:-15px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.comm-info__col{padding-right:15px;padding-left:15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
.comm-info__main{max-width:65%;-ms-flex-preferred-size:65%;flex-basis:65%;}
.comm-info__advantage{max-width:35%;-ms-flex-preferred-size:35%;flex-basis:35%;}
.comm-visual__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.comm-visual__col{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;height:670px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;}
.comm-visual__item{max-height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;}
.comm-visual__item--v{max-height:50%;-ms-flex-preferred-size:50%;flex-basis:50%;}
.comm-visual__item--v:last-child{padding-top:4px;}
.comm-visual__main{max-width:57%;-ms-flex-preferred-size:57%;flex-basis:57%;}
.comm-visual__extra{max-width:43%;padding-left:4px;-ms-flex-preferred-size:43%;flex-basis:43%;}
.img-label{font-size:20px;padding:15px 30px;}
.nature__last{margin-top:-60px;}
.comfort-info__row{margin-right:-24px;margin-left:-24px;}
.comfort-info__col{padding-right:24px;padding-left:24px;}
.block__title{font-size:35px;}
.block__bottom{margin-top:90px;}
.layouts-carousel .owl-nav{position:absolute;top:-90px;right:0;}
.layouts-carousel .owl-nav button{width:60px;}
.decor-slide__col{height:670px;}
.environment__advantage{max-width:20%;-ms-flex-preferred-size:20%;flex-basis:20%;}
.bottom__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.bottom__wrap{padding:100px 90px 50px;}
.contacts{border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2;}
}
@media (min-width:1400px){.sport-slider .owl-item.active{margin-left:-75px;}
.sport-slide__info{padding-right:100px;padding-left:100px;}
}
@media (max-width:1229px){.main-details__time,
.main-details__info{max-width:50%;padding:40px 30px;-ms-flex-preferred-size:50%;flex-basis:50%;}
.time-details__end{font-size:35px;}
.main-info{padding:30px 20px;}
.section{padding:15px 0;}
.sport-slider .owl-dots{right:0;left:0;text-align:center;}
.sport-slide__info{padding:60px 20px 20px;}
.comm-visual__col:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:4px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}
.comm-visual__item--v{max-width:100%;min-height:330px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;}
.comm-visual__item--v:last-child{padding-left:4px;}
.layouts__carousel{padding:20px;padding-left:20px;}
.layouts-carousel .owl-nav button{position:absolute;z-index:5;top:50%;width:30px;margin-top:-30px;}
.layouts-carousel .owl-nav button.owl-prev{left:-35px;}
.layouts-carousel .owl-nav button.owl-next{right:-35px;}
.bottom__wrap{padding:30px 20px 20px;}
}
@media (max-width:991px){.section__cover{margin-bottom:30px;}
.section__head{padding:10px 0;text-align:center;}
.title{font-size:20px;font-weight:normal;line-height:1.65;margin:0;text-transform:uppercase;}
.comm-info__main{margin-top:30px;}
.nature__cover--md{margin-right:-15px;margin-left:-15px;}
.nature__cover--sm{display:none;}
.layouts__advantage:not(:last-child){margin-bottom:15px;}
.page__body{padding-top:30px;}
.page__title{font-size:24px;}
}
@media (max-width:767px){.main-details__time,
.main-details__info{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}
.main-info__col:not(:last-child){margin-bottom:1em;}
.main-info__btns{text-align:center;}
.main-info__btn:not(:last-child){margin-bottom:20px;}
.section__block{padding-top:30px;}
.sport-slide__title{font-size:22px;}
.sport-slide__advantages{display:none;}
.communion__visual{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}
.comm-visual__col:last-child{display:none;visibility:hidden;}
.img-label{display:none;visibility:hidden;}
.comfort-info__col:not(:last-child){margin-bottom:15px;}
.block__head{margin-bottom:20px;}
.block__title{font-size:20px;}
.block__bottom{margin-top:20px;}
.decor-slider--lg{display:none !important;visibility:hidden !important;}
.v-advantage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.v-advantage__info{max-width:165px;margin-left:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:165px;flex-basis:165px;}
}
.bl{position:relative;}
.bl:before{content:" ";display:block;position:absolute;bottom:-51px;left:0;height:51px;width:100%;/*background:url(../img/black1.png) center no-repeat;*/z-index:10;}
.b3{background:url(../img/bg2.jpg);height:700px;background-color:#8B4523}
.ctr3{height:700px;position:relative;}
.tit1{line-height:46px;font-size:38px;color:white;text-align:center;position:relative;text-transform:uppercase;padding-top:80px;}
.tit1 span{display:block;color:#C1D2E1;font-weight:bold;}
.bg1-ic{position:absolute;bottom:2px;left:50%;width:946px;line-height:28px;text-align:center;color:white;font-size:18px;height:469px;background:url(../img/b2.png);margin-left:-473px;}
.bg1-ic div{position:absolute;}
.bg1-ic .et1{top:35px;left:10px;}
.bg1-ic .et2{top:318px;left:157px;}
.bg1-ic .et3{top:40px;right:5px;}
.bg1-ic .et4{top:318px;right:157px;}
.mobile-bg1-ic{display:none;}
@media screen and (max-width:1008px){.b3{height:260px;padding:20px 0;}
.b3 .tit1{padding-top:0;padding-bottom:30px;font-size:26px;}
.b7 .tit1{padding-top:70px;padding-bottom:30px;font-size:26px;}
.bg1-ic{display:none;}
.mobile-bg1-ic{display:block;line-height:28px;color:white;text-align:center;font-size:19px;}
.mobile-bg1-ic div{text-align:center;width:140px;padding:0 10px 20px 10px;display:inline-block;vertical-align:top;}
.mobile-bg1-ic div img{display:block;margin:auto;margin-bottom:12px;}
}
@media screen and (max-width:600px){.b3{height:390px;padding:20px 0;}
.b3 .tit1{padding-top:0;padding-bottom:30px;font-size:22px;}
.b7 .tit1{padding-top:70px;padding-bottom:30px;font-size:22px;}
.bg1-ic{display:none;}
.mobile-bg1-ic{display:block;line-height:28px;color:white;text-align:center;font-size:19px;}
.mobile-bg1-ic div{text-align:center;width:100%;padding:0 10px 20px 10px;display:block;vertical-align:top;}
.mobile-bg1-ic div img{display:block;margin:auto;margin-bottom:12px;}
}
.b4{padding:58px 0;position:relative;}
.bf{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}
.bf img{position:absolute;top:0;left:0;min-height:100%;min-width:100%;height:auto;width:auto;display:block;}
.ov-et1{overflow:hidden;text-align:center;font-size:0.01px;position:relative;max-width:1020px;margin:auto;}
.ov-et1 .item2{float:left;width:204px;height:410px;overflow:hidden;background:#293b4a;position:relative;font-size:14px;color:white;line-height:18px;}
.ov-et1 .item2 span{font-size:13px;text-transform:uppercase;color:#fdb844;}
.ov-et1 .item2 .tf-t1, .ov-et1 .item2 .tf-t2{position:absolute;bottom:0;right:0;left:0;height:205px;-webkit-transition:0.3s linear;-moz-transition:0.3s linear;-o-transition:0.3s linear;transition:0.3s linear;}
.ov-et1 .item2 .tf-t1 div, .ov-et1 .item2 .tf-t2 div{width:204px;height:205px;display:table-cell;text-align:center;vertical-align:middle;}
.ov-et1 .item2 .tf-t2{top:-205px;}
.ov-et1 .item2 .ef-img{position:absolute;top:0;left:0;overflow:hidden;display:block;-webkit-transition:0.3s linear;-moz-transition:0.3s linear;-o-transition:0.3s linear;transition:0.3s linear;}
.ov-et1 .item2 .ef-img img{border:2px solid white;}
.ov-et1 .item2 .ef-img:before{content:" ";-webkit-transition:0.3s linear;-moz-transition:0.3s linear;-o-transition:0.3s linear;transition:0.3s linear;position:absolute;bottom:0px;left:50%;background:url('../img/icons-s3243c71d4c.png') 0 -1030px no-repeat;width:49px;height:19px;margin-left:-25px;}
.ov-et1 .item2 .ef-img:after{content:" ";-webkit-transition:0.3s linear;-moz-transition:0.3s linear;-o-transition:0.3s linear;transition:0.3s linear;position:absolute;top:-19px;left:50%;background:url('../img/icons-s3243c71d4c.png') 0 -1001px no-repeat;width:49px;height:19px;margin-left:-25px;}
.ov-et1 .item2.active .tf-t1{bottom:-205px;}
.ov-et1 .item2.active .tf-t2{top:0;}
.ov-et1 .item2.active .ef-img{top:205px;}
.ov-et1 .item2.active .ef-img:after{top:0;}
.ov-et1 .item2.active .ef-img:before{bottom:-19px;}
.ov-et1 .item2.ets .tf-t1{bottom:-205px;}
.ov-et1 .item2.ets .tf-t2{top:0;}
.ov-et1 .item2.ets .ef-img{top:205px;}
.ov-et1 .item2.ets .ef-img:after{top:0;}
.ov-et1 .item2.ets .ef-img:before{bottom:-19px;}
.ov-et1 .item2.ets.active .tf-t1{bottom:0;}
.ov-et1 .item2.ets.active .tf-t2{top:-205px;}
.ov-et1 .item2.ets.active .ef-img{top:0px;}
.ov-et1 .item2.ets.active .ef-img:after{top:-19px;}
.ov-et1 .item2.ets.active .ef-img:before{bottom:0;}
@media screen and (max-width:1040px){.ov-et1 .item2{float:none;display:inline-block;vertical-align:top;}
.b4{padding-left:140px;padding-right:140px;}
}
@media screen and (max-width:902px){.b4{padding-left:50px;padding-right:50px;}
}
@media screen and (max-width:512px){.b4{padding-left:0px;padding-right:0px;}
}
@media screen and (max-width:420px){.ov-et1 .item2{display:block;margin:auto;}
.ov-et1 .item2.ets .tf-t1{bottom:0;}
.ov-et1 .item2.ets .tf-t2{top:-205px;}
.ov-et1 .item2.ets .ef-img{top:0px;}
.ov-et1 .item2.ets .ef-img:after{top:-19px;}
.ov-et1 .item2.ets .ef-img:before{bottom:0;}
}
.b5{height:608px;width:100%;}
.b5 .over-ss{width:100%;overflow:hidden;position:relative;}
.b5 .mobile-spis{display:none;}
.b5 .tit2{color:#203141;font-size:38px;line-height:38px;text-transform:uppercase;text-align:center;padding:64px 0 57px 0;position:relative;}
.b5 .tit2 h2{font-size:38px;font-weight:normal;}
.b5 .ov-et-ss1{width:912px;height:419px;background:url(../img/st3.png);margin:auto;position:relative;font-weight:bold;color:#203141;font-size:15px;line-height:19px;white-space:nowrap;}
.b5 .ov-et-ss1 .eg1{position:absolute;top:9px;left:9px;}
.b5 .ov-et-ss1 .eg2{position:absolute;top:9px;left:311px;}
.b5 .ov-et-ss1 .eg3{position:absolute;top:9px;left:642px;}
.b5 .ov-et-ss1 .nones-br{display:none;}
.b5 .ov-et-ss1 i{font-weight:600;font-size:13px;line-height:16px;display:block;}
.b5 .ov-et-ss1 .eg4{position:absolute;top:259px;left:172px;text-align:center;font-size:16px;color:white;font-weight:normal;}
.b5 .ov-et-ss1 .eg5{position:absolute;top:332px;left:442px;}
.b5 .ov-et-ss1 .eg6{position:absolute;left:757px;top:332px;}
.b5 .ov-et-ss1 .dd1{position:absolute;top:320px;right:779px;width:3000px;border-bottom:3px dashed #203344;}
.b5 .ov-et-ss1 .dd2{position:absolute;top:68px;left:837px;height:3px;width:3000px;background:#203344;}
@media screen and (max-width:915px){.b5{height:auto;}
.b5 .tit2{padding:30px 0;}
.b5 .over-ss{display:none;}
.b5 .mobile-spis{display:block;position:relative;text-align:center;}
.b5 .mobile-spis div{padding-bottom:22px;font-weight:bold;color:#203141;font-size:15px;line-height:19px;}
.b5 .mobile-spis div i{font-weight:600;font-size:13px;line-height:16px;display:block;}
}
