<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social-network-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    height: 105px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 20px 0px 20px 0px;


}


.logo-mobile{
	display: none;
    position: absolute;
    top: -103px;
    left: 9px;
    width: 28px;
    z-index: 29;

}


.logo-mobile a{
	display: block;
	width: 100%;
}

.logo-mobile a img{
	width: 100%;
}


.sub-header-logo-link img{
    max-width: inherit!important;
}




.social-network-left {
    width: 45%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}


.social-network-right {
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-social-network-item {
    margin-right: 15px;
}

.right_block a {
    text-decoration: none;
    font-weight: 600;
}


#workarea .social-network-wrap a {
    text-decoration: none;
    border-bottom: 0;
}


.icon-social-network-item .nw-icon-a1 {
    width: 45px;
    height: 45px;
}


.icon-social-network-item .nw-icon-a1 svg {
    width: 45px;
    height: 45px;
}


.icon-social-network-item .nw-icon-a2 {
    width: 45px;
    height: 45px;
}


.icon-social-network-item .nw-icon-a5 {
    width: 45px;
    height: 45px;
}

.icon-social-network-item .nw-icon-a4 {
    width: 45px;
    height: 45px;
}


.search-page form input[type="text"] {
    height: 42px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    padding: 10px 5px;
}

.search-page form select[name="where"] {
    height: 42px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
}

.search-page form input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 52px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F97701), to(#E75A11));
    background: linear-gradient(180deg, #F97701 0%, #E75A11 100%);
    border-radius: 48px;
    font-weight: 700;
    font-size: 22px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;


}

.h1-search{
font-size: 30px;
font-weight: 500;
    line-height: 1.1;
}

.section-search{
    padding: 50px 0px 50px 0px;
}


.container-home-consultaciya-title-2 {
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: normal;
    margin-bottom: 8px;
    position: relative;
    z-index: 100;
}


.consultation .btn-orange{
    display: flex;
    justify-content: center;
    align-items: center;
}


.zakaz-succes-2{
    min-height: 388px;
}


body .feedback-form{
    align-items: flex-start;
}



.feedback-form .consultation-form-wrapper {
    margin-top: 0px;
}


.feedback-form .consultation-form-descr {
    margin-bottom: 0px;
}

.feedback-form .consultation-form-accept{
    margin-bottom: 0px;
}






.feedback-form input.consultation-form-accept {
    background: #FFFFFF;
    font-size: 25px;
    color: gray;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 33px;
    width: 33px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    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;
    margin-right: 15px;
}

.consultation-form-wrapper label {
    font-size: 25px;
    color: black;
    font-weight: 600;
    cursor: pointer;
}

.feedback-form .zakaz-online-button{
    margin-top: 0px;
    width: 495px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.feedback-form .consultation-form-accept::after {
  content: "пЂЊ";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 20px;
  color: black;
  display: none;
}
.feedback-form .consultation-form-accept:hover {
  background-color: #a5a5a5;
}
.feedback-form.consultation-form-accept:checked {
  background-color: #fff;
}
.feedback-form .consultation-form-accept:checked::after {
  display: block;
}





.zakaz-item {
    margin-bottom: 33px;
}


.pulse-error {
  box-shadow: 0 0 0 0 rgba(226, 31, 13, 1);
  -webkit-animation: pulse 1.0s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.0s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.0s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.0s infinite cubic-bezier(0.66, 0, 0, 1);
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 5px rgba(232, 76, 61, 0);}}


.container-home-consultaciya-title-2 {
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: normal;
    margin-bottom: 8px;
    position: relative;
    z-index: 100;
}


body .feedback {
    min-height: 560px;
}

@media screen and (max-width: 1024px) {
    body .feedback-form {
        align-items: center;
    }
}


@media screen and (max-width: 467px){


.header-shop{
	display: none;
}




.feedback-form .zakaz-online-button{

     width: 270px;
    font-size: 18px;
    height: 50px;
}
   
   .feedback-form .form-submit{
        width: 270px;
   }


.feedback-form input.consultation-form-accept{
    width: 30px;
    height: 20px;
    border-radius: 5px;
}

.feedback-form .consultation-form-wrapper {
    margin: 20px 0px 20px 0px;

}

.consultation-form-descr {
    font-size: 15px;
    max-width: none;
}



}



main.general{
    padding: 50px 0px 50px 0px;
}


.calc__wrapper a{
    text-decoration: none;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 289px;
    font-size: 20px;
    margin-bottom: 20px;
}


a.btn-blue.btn-blue-header{
    text-decoration: none;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}





.container-otzivy-content-2 {
    background-color: #ffffff;
}

body .container-home-life {
    background-color: #ffffff;
}

body .container-home-life .container {
    background-color: #ffffff;
}


.news-page-wrap {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}


.news-page-block {
    width: 568px;
    height: 417px;
    background-color: #FFFFFF;
    border: 1px solid rgba(207, 216, 220, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(172 181 185 / 20%);
    border-radius: 6px;
    margin-right: 26px;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-page-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}



.news-page-block-img{width:100%;height:223px;}
.news-page-block-img a{width:100%;height:223px;text-decoration:none;display:block;overflow:hidden;}
.news-page-block-img a img{width:100%;}
.news-page-block-wrap{padding:21px 20px 20px 26px;}
.news-page-block-descript-wrap{width:100%;height:121px;overflow:hidden;margin-bottom:9px;}
.news-page-block-title{margin-bottom:13px;}
.news-page-block-title a{font-size:20px;font-weight:600;line-height:22px;color:#546E7A;letter-spacing:1.6px;}
.news-page-block-data{font-size:10px;line-height:normal;color:#B0BEC5;letter-spacing:0.8px;margin-bottom:12px;}
.news-page-block-text{font-size:14px;line-height:17px;color:#78909C;letter-spacing:1.1px;margin-bottom:0px;height:51px;width:100%;overflow:hidden;}
.news-page-block-link{display:flex;justify-content:space-between;}
.news-page-block-link a{text-align:left;font-size:14px;line-height:normal;text-align:center;letter-spacing:1.7px;color:#448AFF;text-decoration:none;display:inline-block;}
.news-page-block-view{width:48px;height:14px;position:relative;display:inline-block;color:#78909C;font-size:11px;line-height:22px;letter-spacing:1.5px;padding:0px 14px 0px 0px;vertical-align:top;text-align:right;}
.news-page-block-view:before{content:'';position:absolute;top:2px;left:-15px;width:18px;height:14px;background-color:transparent;background-image:url("/images/prew.svg");background-repeat:no-repeat;background-size:cover;}
@media (max-width: 600px){
.news-page-block-title a{letter-spacing:normal;}
.news-page-wrap{padding:0px 0px 0px 0px;}
.news-page-block-img a img{width:auto;height:100%;}
.news-page-block{width:100%;height:auto;margin-right:0px;}
.news-page-block-view{width:30px;font-size:13px;line-height:18px;letter-spacing:normal;padding:0px 0px 0px 0px;}
}


.otzivy-title{
    margin-top: 60px;
    font-weight: 500;
    font-size: 30px;
    color: black;
}



body .blog {
    background: url("/images/vektor-mod.png") center top;
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: transparent;
}

.news-page-wrap-life.news-page-wrap-life {
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    background-color: #fff;
}

.news-page-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}


.news-page-top-images {
    width: 100%;
    position: relative;
}

.news-page-top-images img {
    width: 100%;
}
.news-page-top-images-wrap {
    width: 93%;
    position: absolute;
    bottom: 72px;
    left: 72px;
    right: 72px;
}

section.blog{
    padding: 50px 0px 50px;
}

.news-page-top-images-wrap {
    width: 93%;
    position: absolute;
    bottom: 72px;
    left: 72px;
    right: 72px;
}

.news-page-top-images-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #FF7901;
}
.news-page-top-images-name {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #000000, -1px -1px 7px #000000;
}

.news-page-top-images-data {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px #000000, -1px -1px 7px #000000;
}

.blog h3 {
    background-color: #f0f8ff;
    color: #5c2fea;
    border-left: 1px solid #dc143c;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 1.8rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 20px;
}

.blog .ul-type-1{
    margin-left: 20px;
}

.ul-type-1 li a {
    font-size: 18px;
    line-height: 27px;
    color: #337ab7;
    text-decoration: none;
}



.prokat-r11-left-box-cat-title{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #546E7A;
    letter-spacing: 1.26px;
    position: relative;
    margin-bottom: 16px;
}

.prokat-r11-left-box-cat-title:before {
    content: '';
    position: absolute;
    background-image: url("../images/arrow-up.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 7px;
    top: 8.5px;
    right: 8px;
}

.prokat-r11-left-box-cat-list{
    padding: 0px;
    margin: 0px;
    display: block;
    list-style-type: none;
}

.prokat-r11-left-box-cat-list li{

    padding: 0px 0px 0px 0px;
    margin-bottom: 13px;

}


.prokat-label-wrap {
    display: block;

    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #546E7A;
    letter-spacing: 1px;


}

.prokat-label-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    padding: 0px;
    margin: 0px;
}

.prokat-label-indicator {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: top;


    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #79BEFF;
}

.prokat-label-wrap:hover .prokat-label-indicator{
    background-color: #F8F8F8;
    border: 1px solid #79BEFF;
}


.prokat-label-input:checked ~ .prokat-label-indicator{
    background-color: #ffffff;
    border: 1px solid #79BEFF;
}

.prokat-label-input:checked ~ .prokat-label-indicator:after {
    position: absolute;
    content: '';
    left: 3px;
    top: 1px;
    width: 7px;
    height: 10px;
    border: solid #79BEFF;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
}

.prokat-label-descript{
    vertical-align: top;
    padding: 0px 0px 0px 6px;
    display: inline-block;
    line-height: 16px;

}



.container-slider-home-product-wrap-4{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-slider-home-product-wrap-4-item-1{
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #E85B12;
    margin-right: 15px;
}

.container-slider-home-product-wrap-4-item-2{
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
}







.prokat-r11-left-box-button{
    padding: 31px 3px 0px 0px;
}

.prokat-r11-left-button{
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(98.43deg, #FF7901 1.4%, #E65912 100.3%);
    box-shadow: 0px 5px 10px rgba(172, 181, 185, 0.4);
    border-radius: 4px;

}










.prokat-r11-right-wrap{
    width: 100%;
    /*background-color: #000000;*/

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.prokat-r11-right-box{
    width: 273px;
    min-height: 570px;
    background-color: #FFFFFF;
    border: 1px solid rgba(207, 216, 220, 0.199813);
    box-sizing: border-box;
    border-radius: 6px; 
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 22px 17px 19px 17px;
    display: flex;
    flex-direction: column;
    overflow: hidden; 
}


.prokat-r11-right-wrap div.prokat-r11-right-box:nth-of-type(3n) {
    margin-right: 0px;
}


.prokat-r11-box-images-wrap{
    width: 100%;
    height: 200px;
    /*background-color: #000000;*/
    text-align: center;
    /*overflow: hidden;*/
    display: block;

}

.prokat-r11-box-content-1-wrap{
    width: 100%;
    height: 41px;
    /*background-color: red;*/
    padding: 0px 0px 0px 0px;
    
}

.prokat-r11-box-content-2-wrap{
    width: 100%;
    height: 54px;
    /*background-color: green;*/

    padding: 0px 0px 0px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;


}

.prokat-r11-box-content-3-wrap{
    width: 100%;
    height: 24px;
    /*background-color: blue;*/
}

.prokat-r11-box-content-4-wrap{
    width: 100%;
    height: 60px;
    /*background-color: red;*/
    padding: 8px 0px 0px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.prokat-r11-box-content-5-wrap{
    padding: 4px 0px 0px 0px;
    width: 100%;
    height: 29px;
    /*background-color: green;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;

}

.prokat-r11-box-content-6-wrap{
    width: 100%;
    height: 38px;
    /*background-color: blue;*/
}




.prokat-r11-box-content-button{
    background: linear-gradient(170.46deg, #79BEFF 0%, #448AFF 100%);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
}

.prokat-r11-box-content-button.active{
    background: linear-gradient(99.09deg, #FF7901 0.71%, #E65912 100%);
    border-radius: 4px;
}

.prokat-r11-box-content-link{
    display: inline-block;
    color: #448AFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 1.45px;
    text-align: center;
    border-bottom: 1px solid #448AFF;

}

.container-home-calc-title-wrap-9{
    padding: 0px 0px 0px 17px;
}

.prokat-r11-box-content-day{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #78909C;
    letter-spacing: 1.0px;

    
}
.prokat-r11-box-content-price{
    color: #448AFF;
    margin-left: 0px;
}

.prokat-r11-box-count-wrap{
    background-color: #ffffff;
    width: 108px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: space-between;
}

.OLD_NEW_PRICE_WRAP{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 10px;
}

.OLD_PRICE{
    color: #333333;
    margin-left: 0px;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    margin-right: 30px;
    position: relative;
}

.OLD_PRICE:before {
    content: " ";
    display: block;
    width: auto;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 15px;
    position: absolute;
    bottom: 0;
    left: -3px;
    right: -7px;
    transform: rotate(-10deg);
}


.NEW_PRICE{
    color: #E65912;
    margin-left: 0px;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
}



.prokat-r11-box-count-minus{
    flex: 0 0 24px;
    height: 100%;
    border: 1px solid rgba(207, 216, 220, 0.5);
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    line-height: normal;
    color: #546E7A;
    padding: 2.5px 1px 0px 0px;
    text-align: center;
}
.prokat-r11-box-count-number{
    flex: 1 0 0;
    height: 100%;
    border-bottom: 1px solid rgba(207, 216, 220, 0.5);
    border-top: 1px solid rgba(207, 216, 220, 0.5);
    font-size: 14px;
    line-height: normal;
    color: #546E7A;
    padding: 4px 4px 0px 0px;
    text-align: center;
    
}
.prokat-r11-box-count-plus{
    flex: 0 0 24px;
    height: 100%;
    border: 1px solid rgba(207, 216, 220, 0.5);
    box-sizing: border-box;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    font-size: 24px;
    line-height: 26px;
    color: #546E7A;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.prokat-r11-box-count-minus:hover{
    background: linear-gradient(180deg, #79BEFF 0%, #448AFF 100%);
    border: 1px solid rgba(121, 190, 255, 0.5);
    color: #ffffff;
    cursor: pointer;
}


.prokat-r11-box-count-plus.active{
    background: linear-gradient(180deg, #79BEFF 0%, #448AFF 100%);
    border: 1px solid rgba(121, 190, 255, 0.5);
    color: #ffffff;
    cursor: pointer;
}

.prokat-r11-box-count-plus:hover{
    background: linear-gradient(180deg, #79BEFF 0%, #448AFF 100%);
    border: 1px solid rgba(121, 190, 255, 0.5);
    color: #ffffff;
    cursor: pointer;
}

.prokat-r11-box-content-descript{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #78909C;
    letter-spacing: 1px;

}

.prokat-r11-box-content-name{
    font-size: 18px;
     font-weight: 600;
     line-height: 22px;
     color: #78909C;
     letter-spacing: 1.26px;
  
}

.prokat-r11-box-images-wrap a{
    display: inline-block;
    text-decoration: none;
}







.prokat-r11-right-bottom-wrap{
    width: 100%;
    padding: 20px 0px 0px 13px;
    text-align: center;
}

.prokat-r11-right-bottom-box{
    display: inline-flex;
    width: 157px;
    height: 32px;
    /*background-color: green;*/
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-between;

}

.prokat-r11-right-bottom-box-step{
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #B7DAFC;
    border: 1px solid #B7DAFC;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.prokat-r11-right-bottom-box-step.active{
    color: #F3F2F3;
    background: linear-gradient(180deg, #FF7901 0%, #E85B12 100%);
    border: 1px solid #FC6A24;
}


.prokat-r11-right-bottom-box-array-left{
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("../images/prokat-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: 42% 48%;
}



.reviews a.btn-orange{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.otzivy-title-wrap{
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.otzivy-title{
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    color: #546E7A;
    letter-spacing: normal;

}



.otzivy-box-wrap{
    width: 100%;
    padding: 0px 0px 0px 0px;
    padding: 22px 98px 22px 69px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 20px;

    background-color: #FFFFFF;
    border: 1px solid rgba(207, 216, 220, 0.199813);
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(172, 181, 185, 0.2);
    border-radius: 6px;

    
}
.otzivy-box-image-wrap{
    height: 100%;
    flex: 0 0 164px;
    min-width: 164px;

}
.otzivy-box-descript-wrap{
    flex: 1 0 0;
    height: 100%;
}
.otzivy-box-descript-wrap{
    padding: 0px 0px 0px 36px;
}
.otzivy-box-data{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #546E7A;
    letter-spacing: 0.9px;
    text-align: center;
    color: #626666;
    padding: 3px 0px 0px 0px;   
}


.otzivy-box-descript-title{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #546E7A;
    letter-spacing: 1.15px;
    margin-bottom: 30px;
}
.otzivy-box-descript-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #78909C;
    letter-spacing: 1.2px;
    
}



.otzivy-pgn-wrap{
    width: 100%;
    padding: 60px 0px 0px 13px;
    text-align: center;
    
}

.otzivy-box-pgn-block{
    display: inline-flex;
    width: 157px;
    height: 32px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-between;

}

.otzivy-box-pgn{
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #B7DAFC;
    border: 1px solid #B7DAFC;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

.otzivy-box-pgn.active {
    color: #F3F2F3;
    background: linear-gradient(180deg, #FF7901 0%, #E85B12 100%);
    border: 1px solid #FC6A24;
}

.otzivy-box-pgn-array-left {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-image: url("../images/prokat-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: 42% 48%;
}





.otzivy-form-wrap{
    width: 100%;
    height: auto;
    padding: 24px 72px 27px 101px;
    background-color: #FFFFFF;
    border: 1px solid rgba(207, 216, 220, 0.199813);
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(172, 181, 185, 0.2);
    border-radius: 6px;
    
}

.otzivy-box-form-block{
    width: 100%;
    height: 100%;
}

.otzivy-box-form-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
}

.otzivy-box-form-img-wrap{
    height: 100%;
    flex: 0 0 172px;
    min-width: 172px;
    padding: 11px 0px 0px 5px;

}
.otzivy-box-form-descript-wrap{
    flex: 1 0 0;
    height: 100%;
    padding: 3px 0px 0px 37px;

}

.otzivy-box-form-top{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #546E7A;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
}

.otzivy-box-form-img{
    width: 166px;
    height: 164px;
    background: rgba(208, 208, 208, 0.2);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px 17px 4px;

}

.otzivy-box-form-img-line-1{
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #79BEFF;
    letter-spacing: 2.5px;
    margin-bottom: 12px;
    
}
.otzivy-box-form-img-line-2{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #78909C;
    letter-spacing: 1.1px;
}

.otzivy-box-form-descript-title{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #78909C;
    letter-spacing: 1.3px;
    margin-bottom: 5px;
}

.otzivy-box-form-descript-input-wrap{
    width: 100%;
    height: 47px;
    background-color: #FFFFFF;
    border: 1px solid rgba(121, 190, 255, 0.5);
    box-sizing: border-box;
    border-radius: 4px; 
    padding: 12px 11px 0px 15px;
    margin-bottom: 19px;
}

.otzivy-box-form-descript-input-wrap:hover {
    border: 1px solid rgba(121, 190, 255, 0.5);
}

.otzivy-box-form-descript-input{
    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #B0BEC5;
    border: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.9px;
    outline: none;
}
.otzivy-box-form-descript-input-wrap:hover .otzivy-box-form-descript-input{
    color: #79BEFF;
}

.otzivy-box-form-descript-input-2-wrap{
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
    border: 1px solid rgba(121, 190, 255, 0.5);
    box-sizing: border-box;
    border-radius: 4px; 
    padding: 12px 11px 0px 15px;
    margin-bottom: 44px;
}

.otzivy-box-form-descript-input-2{
    width: 100%;
    font-size: 14px;
    line-height: normal;
    color: #B0BEC5;
    border: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.9px;
    outline: none; 
    resize: none;
}

.otzivy-box-form-descript-button-wrap{
    width: 565px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
}

.otzivy-box-form-descript-button-1{
    width: 267px;
    height: 59px;
    background: linear-gradient(167.47deg, #79BEFF 0%, #448AFF 100%);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1.2px;
    padding: 0px 0px 2px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    

}
.otzivy-box-form-descript-button-2{
    width: 267px;
    height: 59px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(172, 181, 185, 0.2);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #448AFF;
    text-align: center;
    letter-spacing: 1.2px;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.otzivy-row-2{
    margin-bottom: 79px;
}


.calc-box-general-data-user-30.cbgdur-9{
    font-weight: 800;
}




@media (min-width: 1025px) and (max-width: 1751px){

body .rent .rent-calc-total.active {
    display: block;
}

body .lf-ghost {
    position: absolute;
    right: 172px;
    top: 0px;
    z-index: 1000;
}


}







.wrap-logo {
    display: none;
    justify-content: flex-start;
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 105;
}

.show-mobile {
    display: none;
    width: 60px;
    height: auto;
}

.switch-mobile-menu-wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.switch-mobile-menu svg {
    width: 100%;
    height: 18px;
}


.wrap-logo-img {
    width: 82px;
    height: 100%;
    display: flex;
    align-items: center;
}

.wrap-logo-img .logo-link {
    display: inline-block;
    margin-bottom: -5px;
}

.logo-img {
    width: 60px;
    height: 60px;
}

.wrap-slogon {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0px;
}

.slogon-line-top {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    color: #78909C;
    margin: 0px 0px 0px 0px;
}

.show-mobile {
    display: none;
}

.mobile-search {
    width: 46px;
}

.form-search-button {
    width: 46px;
    height: 100%;
    background-image: url("/local/templates/k2tour/images/search.svg");
    background-repeat: no-repeat;
    background-size: 42%;
    background-position: 32% 50%;
    background-color: #F8F8F8;
    cursor: pointer;
    border: 0px;
    text-indent: -99999px;
}

.mobile-search .form-search-button {
    background-color: transparent;
}

.cart-icon {
    width: 32px;
    height: 100%;
    background-image: url("/local/templates/k2tour/images/cart.svg");
    background-repeat: no-repeat;
    background-size: 53%;
    background-position: 40% 47%;
    position: relative;
    display: none;
}
.mobile-cart .cart-icon {
    background-size: 68%;
}

.cart-icon-count {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    padding: 1px 0px 0px 0px;
    color: #546E7A;
    background-color: #F5F5F5;
    border-radius: 50%;
    position: absolute;
    bottom: 1px;
    right: 2px;
    height: 16px;
    width: 16px;
}

.mobile-cart .cart-icon-count {
    bottom: 15px;
}

body .switch-mobile-menu{
    margin-right: 10px; 
    height: 60px;
}

body .mobile-search{
    height: 60px; 
}

body .mobile-cart{
    height: 60px;
}




.wrap-logo-2 {
    display: flex;
    justify-content: flex-start;
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
}


#mobile-menu {
    overflow: auto;
    position: fixed;
    /*top: 66px;*/
    top: 0px;
    bottom: 0;
    background-color: #448AFF;
    z-index: 99999;
    display: none;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

#mobile-menu .mobile-menu {
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding-left: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#mobile-menu .mobile-menu li {
    display: block;
    border-top: 1px solid #ffffff;
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    position: relative;

    background: #448AFF;
    box-shadow: 4px 0px 10px rgba(68, 138, 255, 0.12);
}

#mobile-menu .mobile-menu li:last-child{
    border-bottom: 1px solid #ffffff;
}



#mobile-menu .mobile-menu .expand {
    right: 0;
    position: absolute;
    border-left: 1px solid #ffffff;
    padding: 0 0px;

    width: 50px;
    height: 100%;

    color: #eb2c1d;
    margin-left: 0;

    text-align: center;
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;

}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: 20;
    background: black;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#mobile-menu li a {
    text-transform: none;
    color: #ffffff;
}

#mobile-menu .cat-sub-mobile li a {
    text-transform: none;
    color: #78909C;
}


#mobile-menu .mobile-menu li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    padding: 15px 21px 15px 15px;
}

#mobile-menu .mobile-menu ul {
    margin-left: 0;
    padding-left: 0;
}


#mobile-menu .mobile-menu li li, 
#mobile-menu .mobile-menu li li li, 
#mobile-menu .mobile-menu li li li li, 
#mobile-menu .mobile-menu li li li li li {
    background: #fff;
}


.btnz {
    margin-right: 0px;
    margin-top: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #e50000;
    transform: translateZ(0);
    transition: all 0.5s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btnz span.plus-wrap {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    transition: transform 0.5s ease;
    overflow: hidden;
    margin: 17px 0px 0px 0px;
}

.btnz span.plus-wrap span {
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

.btnz span.plus-wrap span {
    transform: scale(1,0.2);
}

.btnz span.plus-wrap span.s2 {
    transform: scale(0.2,1);
}

.open.btnz span.plus-wrap span {
    transform: scale(1,0.2);
}

.mmPushBody .switch-mobil-menu {
    background-image: url("../images/ic-close.svg");
}

body{
    position: relative;
} 











@media screen and (max-width: 787px){


.marquee-scroll-line-wrap{
    z-index: 10000;
    position: relative;
}



.blog-anonce .news-page-block-img a img {
    width: 100%;
    height: auto;
}

.blog-anonce .news-page-block-descript-wrap {

    height: inherit;
}


.news-page-top-images-wrap {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}

.news-page-top-images-name {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-shadow: inherit;
}


.open-day-video-right-new iframe{
    width: 100%!important;
}

.news-page-text img{
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
}


body .news-page-text img.consultation-bg{
    max-width: 90%!important;
}


.news-page-text .news-page-top-images img{
    width: 100%!important;
}



.news-page-top-images-data {
    color: #000;
    text-shadow: inherit;
}



body .whats-app-link {
    display: block;
    position: fixed;
    top: auto;
    bottom: 13%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 3%;
    z-index: 1000;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}


}



@media screen and (max-width: 1024px){





.wrap-logo {
    display: flex;
}

body .show-mobile {
    display: block;
    text-align: center;
}

.slogon-line-top {
    line-height: 15px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: normal;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    padding-right: 43px;
}




.logo-img {
    width: 60px;
    height: 60px;
}


.wrap-logo-img {
    width: 70px;
    margin-right: 10px;
}


body .top-header{
    display: none;
}


body .sub-header{
    display: none;
}

.wrap-logo {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
}





}





@media screen and (max-width: 787px){
    a.btn-blue.btn-blue-header{
        display: none;
    }

   /*body .rent .rent-calc-total.active {
        display: none;
    } */

}

@media screen and (max-width: 467px){

.logo-mobile{
	display: block;
}






    .calc__wrapper a.btn-orange {
        width: 140px;
        font-size: 10px;
        height: 50px;
    }

#winter .date-calc {
    padding-top: 266px;
    width: 100%;
}




.calc {
    background-color: #FBF7F7;
    padding: 116px 0 0px 0;
}


body .rent-optional-wrapper {
    margin-top: 20px;
}


body .booking .booking__wrapper input,
body .booking .booking__wrapper select {
    padding: 0px 10px;
}


.calc-box-general-data-user .btn-blue.btn-blue-arrow.cb-step-92-button{
    width: 100%;
    height: 50px;
    padding-top: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
}


.calc-box-general-row.cbgr-button .calc-box-general-data-user{
    width: 47%;
}

.calc-box-general-row.cbgr-2,
.calc-box-general-row.cbgr-3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.calc-box-general-row.cbgr-2.cbgr-button{
	flex-direction: row;
}






}


a.btn-blue.btn-blue-arrow{
    width: 392px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    margin-top: 20px;
}

a.btn-blue.btn-blue-arrow .fa-arrow-right{
    margin-left: 10px;
}


.card-price-item{
    text-decoration: none;
    color: rgb(33, 37, 41);
}

.card-price-item:hover{
    text-decoration: none;
    color: rgb(33, 37, 41);
}


.news-wrapper h3,
.news-wrapper h2,
.news-wrapper h1 {
    color: #0066FF;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    position: relative;
    padding-left: 33px;
    position: relative;
}


.news-wrapper h3::before,
.news-wrapper h1::before,
.news-wrapper h2::before {
    content: ".";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 100%;
    background-color: #0066FF;
    border-radius: 5px;
    left: 0;
    position: absolute;
}


.news-wrapper p{
    margin-top: 30px;
    font-size: 20px;
    color: black;
}

.news-wrapper .news-tab-content{
    margin-right: 20px;
}





.news-wrapper li {
    font-size: 20px;
}


.news-wrapper .right-menu-item{
    cursor: pointer;
    margin-top: 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;
    color: black;
    -webkit-box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    width: 289px;
    height: 89px;
    background: #fff;
    border-radius: 63px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 17px;
    text-decoration: none;
}


.news-wrapper .right-menu-item:hover{
    text-decoration: none;
}


.flex-center{
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	text-decoration: none!important;
}

.flex-center:hover{
	text-decoration: none!important;
}



        .delovie-flex{
            display: flex;
            width:100%;
            justify-content: flex-start;
            margin-top: 40px;
        }

        .delovie-flex-left{
            margin-right:  30px;
        }

.section-title-2 {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    color: black;
}

.delovie-img{
    width: 84%;
}

@media screen and (max-width: 787px){


.delovie-img{
    width: 100%;
}


.delovie-flex{
    display: flex;
    width:100%;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 40px;
}


.delovie-flex-left{
    margin-right:0px;

}

.section-title-2{
    margin-bottom: 20px;
}


.delovie-flex-left iframe {
    display: block;
    margin: 0px auto;
}



}


.deline{
     display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    background-image: linear-gradient(rgb(239, 184, 67) 5.21%, rgb(230, 162, 37) 89.58%), linear-gradient(rgb(255, 217, 126) 11.46%, rgb(199, 121, 9) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 3px;
    padding: 0px 38px;
    height: 52px;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    width: 248px;
    text-decoration: none;
    color: #000;
}

.deline:hover{
    text-decoration: none;
    color: #000;
    background-image: linear-gradient(rgb(255, 201, 85) 5.21%, rgb(247, 177, 50) 89.58%), linear-gradient(rgb(255, 217, 126) 11.46%, rgb(199, 121, 9) 100%);
}


.dline_wrap{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}


.table-price{


}



.table-price tr{
    width: 100%;
    border: 1px solid #F97701;
    border-top: none;
}

.table-price td{
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
}

.table-price-header{
    background: #F97701;
    width: 100%;
    height: 130px;
    color: #fff;
}

.table-price tr.table-price-header-2{
    border: 0px;
}


.table-price-header-2 td{
    padding: 0px;
}

.table-price-header-2 td div{
    width: 100%;
    height: 130px;
    border-radius: 40px 40px 0px 0px;
    overflow: hidden;
    border: 1px solid #F97701;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 787px){


.table-price td {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
}

.table-price-header {
    height: 64px;
}


.table-price .table-price-header-2 td {
    padding: 0;
}

.table-price-header-2 td div {
    height: 67px;
}


}



.header-phone{
  color: #ffffff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  padding:0px 0px 0px 0px;
}
.header-phone-line-1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff!important;

}

.header-phone-line-2:hover,
.header-phone-line-1:hover {
    text-decoration: none;
    color: #ffffff;
}

.header-phone-line-2{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff!important;

}


.header-phone-m{
    color: #000000;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.header-phone-line-1m {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: #000000!important;
}
.header-phone-line-2m {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000000!important;
}
body .fancybox-container{
  z-index: 100000;
}






.cb-step-comfort-wrap{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.cb-step-comfort-body{
    display: flex;
    margin-top: 140px;
    margin-bottom: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}


.cb-step-comfort-body  .card-price-item {
    padding: 170px 50px 10px 50px;
    min-height: 379px;
    width: 380px;
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    height: 289px;
    -webkit-box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    border-radius: 50px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    cursor: pointer;
    margin-bottom: 50px;
}

.cb-step-comfort-body .card-price-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    line-height: 1.1;
}

.cb-step-comfort-body .card-price-amount {
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    margin-top: 5px;
    color: #0066ff;
}

.cb-step-comfort-body .card-price-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.cb-step-comfort-body .card-price-new {
    color: #25D366;
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 25px;
    font-weight: 700;
}


.cb-step-comfort-body .card-price-title-blue {
    font-weight: 700;
    color: #0066ff;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}



.cb-step-comfort2-body{
    margin-top: 200px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}


.cb-step-comfort2-body .skipass-item {
    width: 289px;
    height: 426px;
    padding: 0px 30px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    position: relative;
    margin-bottom: 80px;
}

.cb-step-comfort2-body .skipass-img {
    position: absolute;
    top: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.cb-step-comfort2-body .skipass-title {
    font-size: 25px;
    font-weight: 300;
    color: black;
    padding-top: 127px;
    text-align: center;
}

.cb-step-comfort2-body .skipass-descr {
    margin-top: 20px;
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
    text-align: center;
}

.cb-step-comfort2-body .skipass-price {
    margin-top: 20px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #FF490F;
}


.cb-step-comfort2-body .skipass-title span {
    font-weight: 700;
    display: block;
}


.cb-step-comfort2-body .skipass-item.active{
    background: linear-gradient(155.27deg, #FF855F 27.17%, #FF490F 87.17%);
}


.cb-step-comfort2-body .skipass-item.active .skipass-price,
.cb-step-comfort2-body .skipass-item.active .skipass-descr,
.cb-step-comfort2-body .skipass-item.active .skipass-title span,
.cb-step-comfort2-body .skipass-item.active .skipass-title {
    color: white;
}



.cb-step-42-wrap{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.cb-step-43-wrap{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 90px;
    margin-bottom: 50px;

}





.skipass-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 90px;
    margin-bottom: 50px;
}

.skipass-item {
    width: 289px;
    height: 246px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    position: relative;
    cursor: pointer;
}

.skipass-img {
    position: absolute;
    top: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skipass-icon {
    position: absolute;
    left: 60%;
    top: 30%;
}

.skipass-title {
    font-size: 25px;
    color: black;
    font-weight: 500;
    padding-top: 127px;
    text-align: center;
}





@media screen and (max-width: 787px) {

#mobile-menu .wrap-logo-img,
#mobile-menu .wrap-slogon{
	display: none;
}

#mobile-menu a{
	text-align: center;
}


  .skipass-item {
    width: 159px;
    height: 140px;
  }

.skipass-img img {
    max-height: 90px;
}

.skipass-icon img {
    max-height: 30px;
}

.skipass-title {
    font-size: 10px;
    padding-top: 90px;
    line-height: 1.2;
}

.cb-step-43-wrap {
    margin-bottom: 0px;
}


.news-wrapper h3, 
.news-wrapper h2, 
.news-wrapper h1 {
    font-size: 25px;
}




.cb-step-comfort-body{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}



.cb-step-comfort-body .card-price-item {
    width: 160px;
    min-height: 160px;
    padding-top: 70px;
    margin-bottom: 45px;
    margin-right: 0;
    padding: 73px 5px 5px 5px;
    height: 140px;
}







.cb-step-comfort-body .card-price-img {
    height: 80px;
    top: -25%;
}

.cb-step-comfort-body  .card-price-item .card-price-title {
    font-size: 12px;
}


.cb-step-comfort-body  .card-price-amount {
    font-size: 15px;
}

.cb-step-comfort-body .card-price-item .card-price-title {
    font-size: 12px;
}

.cb-step-comfort-body .card-price-new {
    font-size: 15px;
}


.cb-step-comfort2-body{
	margin-top: 50px;
    margin-bottom: 20px;
}


.cb-step-comfort2-body .skipass-item {
    width: 136px;
    height: 150px;
    padding: 0 20px;
}

.cb-step-comfort2-body .skipass-img img {
    max-height: 60px;
}

.cb-step-comfort2-body .skipass-title {
    font-size: 10px;
    padding-top: 40px;
}

.cb-step-comfort2-body .skipass-descr {
    font-size: 10px;
    margin-top: 10px;
}

.cb-step-comfort2-body .skipass-price {
    font-size: 15px;
    margin-top: 10px;
}



}


@media screen and (max-width: 1261px) {
  .skipass-item {
    margin-bottom: 60px;
  }


.cb-step-comfort2-body .skipass-item {
    margin-bottom: 100px;
}


}




.reason-item-img img.reason-img-main{
    width: 100%;
}


.reason-item-img {
    width: 33%;
}





.breadcrumb-wrap{
    display: flex;
    margin: 30px 0px 0px 0px;
}

.breadcrumb-wrap .breadcrumb-slache{
    margin: 0px 10px 0px 10px;
}


/*-------------flip-clock-start------------*/


.timer {
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px 0px;
}



.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


.ab__dotd_promotions-item_date{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #bababa;
    padding: 0px 0px 8px 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}


.flip-clock-wrapper {
    display: flex;
    justify-content: center;
    max-height: 75px;
    /*grid-gap: 5px;*/
    max-width: 280px;
    overflow: hidden;
    -webkit-user-select: none;
    text-align: center;
    position: relative;
    width: auto;
    margin: 0px 0px 0px 0;
    padding-bottom: 0px;
}

@media screen and (min-width: 1024px) {
    .flip-clock-wrapper {
        position:relative;
        left: 0px;
        justify-content: start;
    }
}

.ab-flip-clock-item {
    display: flex;
    flex: 1;
    max-width: 64px;
    width: 64px;
    position: relative;
    margin: 0 3px;
    /*border: 1px solid #e1e1e1;*/
    /*border-bottom-color: #d5d5d5;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 9px 5px 0px 5px;
    background-color: #f0f4f7;
    height: 58px;
    /*border: 1px solid #000000;*/
}

.ab-flip-clock-item .flip {
    overflow: hidden;
}

.ab-flip-clock-item .flip:nth-child(2) {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.ab-flip-clock-item .flip:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.flip-clock-wrapper.clearfix {
    *zoom:1;}

.flip-clock-wrapper.clearfix:before,.flip-clock-wrapper.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    width: 100%;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper ul {
    position: relative;
    list-style-type: none;
    height: 33px;
    width: 50%;
    font-weight: bold;
    line-height: 50px;
    margin:0px;
    padding: 0px;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    padding: 0;
    overflow: hidden;
    text-decoration: none !important;
    margin-bottom: 0px;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li .zinn {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: hidden !important;
    position: relative;
    cursor: default !important;
}

.flip-clock-wrapper ul li .zinn div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li .zinn div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li .zinn div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li .zinn div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}

.flip-clock-wrapper ul li .zinn div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
}

.flip-clock-wrapper ul li .zinn div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    
    text-align: center;
    background-color: #f0f4f7;

    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    color: #1b83e6;
    font-family: "HelveticaNeueCyr",Arial,sans-serif;
}

.flip-clock-before .down {
    width: 99%;
    margin: 0 auto;
}

.flip-clock-wrapper ul li .zinn div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li .zinn div.down div.inn {
    bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: #232323;
    width: 4px;
    height: 4px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: -8px;
    display: none;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    /*font-size: 86%;*/
    font-size: 58%;
    color: #bababa;
    text-shadow: none;
    z-index: 100;
    font-weight: 500;
}

.flip-clock-dot.top {
    top: 30px;
}

.flip-clock-dot.bottom {
    bottom: 25px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,0.3)));
    background: linear, top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%;
    background: -o-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
    background: linear, to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.3)),color-stop(100%,rgba(0,0,0,0.1)));
    background: linear, top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%;
    background: -o-linear-gradient(top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
    background: linear, to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ab_text{
    font-size: 28px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    margin-right: 30px;
    display: flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}



/*-------------flip-clock-end-----------*/



.equipment__title .card-img{
    top: -60%;
}












#callback-wrapper-mediaguru {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background:#ffffff;
    border-top: 1px solid #e8e8e8;
    /*background: linear-gradient(to top right, #fbdf4d, #ed3077, #4eade0);*/
}
.callback-wrapper-mediaguru-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 0;
}
#callback-wrapper-mediaguru .callback-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    float: left;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#callback-wrapper-mediaguru .callback-item:first-child {
    border-left: none;
}
#callback-wrapper-mediaguru .callback-item:last-child {
    border-right: none;
}
#callback-wrapper-mediaguru .callback-item a {
    display: block;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#callback-wrapper-mediaguru .callback-item a:hover,
#callback-wrapper-mediaguru .callback-item a:focus,
#callback-wrapper-mediaguru .callback-item a:active {
    color: #000;
    text-decoration: none;
}
#callback-wrapper-mediaguru .callback-wrapper_icon {
    display: block;
    margin: 0 auto 0px;
    width: 40px;
    height: 28px;
}
#callback-wrapper-mediaguru .callback-wrapper_instagram-icon {
    background: url("/images/icon/instagram.png") no-repeat center;
}
#callback-wrapper-mediaguru .callback-wrapper_whatsapp-icon {
    background: url("/images/icon/whatsapp.png") no-repeat center;
}
#callback-wrapper-mediaguru .callback-wrapper_call-icon {
    background: url("/images/icon/phone-for-footer.png") no-repeat center;
    background-size: 31px;
}
#callback-wrapper-mediaguru .callback-wrapper_sms-icon {
    background: url("/images/icon/sms-icon.png") no-repeat center;
    background-size: 31px;
}
#callback-wrapper-mediaguru .callback-item a:hover {
    color: #000000;
}










#callback-wrapper-mediaguru{
    display: none;
}


@media screen and (max-width: 787px){


.equipments-tabs {
    margin-top: -40px;
}



body .equipment {
    padding-bottom: 30px;
    position: relative;
    z-index: 200;
    margin-top: 127px;
    padding-top: 14px;
}

body .rent .rent-calc-total.active{
    z-index: 201;

}



.timer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px 0px 66px 0px;
}



body .equipment__title .card-img {
    top: -23%;
    left: 50%;
}

body .equipment__title .equipment-item {
    margin-bottom: 82px;
}


.flip-clock-wrapper {
    margin: 0 auto;
}




#callback-wrapper-mediaguru{
    display: block;
}


body a.whats-app-link{
    display: none;
}



}




.podrobnee{
    display: flex;
    justify-content: center;
}

.podrobnee a:hover,
.podrobnee a{
    color: #000;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
}




.card-price.item-1{
    margin-top: 10px;
}


/*.hero .sub-header-wrapper .header-list .header-item:nth-child(1) a{
   font-weight: 600;
}*/





.flex-block{
    display: flex;
    justify-content: flex-start;
    margin-right: -16px;
    flex-wrap: wrap;
}

.flex-block-item{
    max-width: 224px;
    margin-right: 16px;
    margin-bottom: 30px;
}

.flex-block-item img{
    width: 100%;
    display: inline-block;
}

.flex-block-item-text{
    color: #212529;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    padding-top: 15px;
}

.flex-block-item-img{
    max-height: 195px;
    max-width: 224px;
    overflow: hidden;

}

@media screen and (max-width: 780px){


.flex-block {
    margin-right: 0px;
}

.flex-block-item {
    max-width: 294px;
    margin-right: 12px;
    margin-bottom: 30px;
}





.flex-block-item-img {
    max-height: 262px;
    width: 100%;
    text-align: center;
    max-width: 500px;
    overflow: hidden;
}


}

@media screen and (max-width: 516px){


.logo-img {
    max-width: 60px!important;
}




.flex-block {
    margin-right: 0px;
}

.flex-block-item {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}




.flex-block-item-img {
    max-height: inherit;
    width: 100%;
    text-align: center;
    max-width: 500px;
    overflow: inherit;
}


}</pre></body></html>