/* Основное */
:root{
    --col-green: #2dae2d;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans.woff') format('woff'),
    url('../fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rouble';
    src: url('../fonts/rouble.eot');
    src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rouble.woff') format('woff'),
    url('../fonts/rouble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?53265510');
    src: url('../fonts/fontello.eot?53265510#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?53265510') format('woff'),
    url('../fonts/fontello.ttf?53265510') format('truetype'),
    url('../fonts/fontello.svg?53265510#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?53265510#fontello') format('svg');
  }
}

@font-face {
    font-family: Museo100; /* Имя шрифта */
    src: url('../fonts/MuseoSansCyrl-100.ttf');
}
@font-face {
    font-family: Museo300; /* Имя шрифта */
    src: url('../fonts/MuseoSansCyrl-300.ttf');
}
@font-face {
    font-family: Museo500; /* Имя шрифта */
    src: url('../fonts/MuseoSansCyrl-500.ttf');
}
@font-face {
    font-family: Museo700; /* Имя шрифта */
    src: url('../fonts/MuseoSansCyrl-700.ttf');
}
@font-face {
    font-family: Museo900; /* Имя шрифта */
    src: url('../fonts/MuseoSansCyrl-900.ttf');
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    
}

.icon-vkontakte-rect-1:before { content: '\e800'; } /* '' */
.icon-basket:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-right-open:before { content: '\e803'; } /* '' */
.icon-up-open:before { content: '\e804'; } /* '' */
.icon-down-open:before { content: '\e805'; } /* '' */
.icon-left-open:before { content: '\e806'; } /* '' */
.icon-facebook:before { content: '\e807'; } /* '' */
.icon-twitter:before { content: '\e808'; } /* '' */
.icon-instagram:before { content: '\e809'; } /* '' */
.icon-gplus:before { content: '\e80a'; } /* '' */


.rub{
    position: relative;
}
.rub::before{
    content: 'Р';
}

.rub::after{
    content: '_';
    position: absolute;
    left: 0;
    top: -22%;
}

.rubl{
    font-family: 'Rouble' !important;
    text-transform: lowercase !important;
}

div.clear,
li.clear {
    clear: both !important;
    display: block;
    float: none !important;
}

div{
    box-sizing: border-box;
}

p{
    font-size: 13px;
}

img{
    max-width: 100%;
}
/* */
body{
    margin: 0;
   /* min-width: 980px;*/
    background: #fff url('../img/bg.png') repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}

.wrapper{
    margin: 0 auto;
    padding: 0 20px;
    min-width: 980px;
    max-width: 1209px;
    width: 100%;
}

.pull-right{
    float: right;
}
.pull-left{
    float: left;
}


/* Шапка */

header {
    overflow: hidden;
}

#mainmenu{
    background: #202e3f;
}
.secmenu{
    padding: 20px 0;
    margin: 0;
}
.secmenu::after{
    content: '';
    display: block;
    clear: both;
}

.secmenu li{
    float: left;
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
}
.secmenu a{color: #f9f9f9; transition: 0.5s color ease 0s; text-decoration: none; }
.secmenu li:hover a, header .menu li:focus a{color: #96ca2d}
.secmenu li + li{
    margin-left: 29px;
}

header .icon-basket{
    float: right;
    font-size: 50px;
    color: white;
    margin: 42px 0 0;
    background: #90ca00;
    display: block;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    line-height: 136px;
    text-align: center;
    position: relative;
    transition: 0.5s all ease 0s;
}

header .icon-basket:hover{
    background-color: #85b327;
}

#cartinfo{
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #1b2c40;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

header .titlehead {
    height: 230px;
}

.logo{float: left;padding: 30px 0 35px 0; }
.logo a{text-decoration: none; color: black}
.logo img{display: block; float: left; margin-right: 75px}
.logo h1{font-size: 30px; font-weight: bold;display: block; float: left;margin: 47px 0 0;}
header .message_header{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: rgba(227, 0, 0, 0.75);
    color: white;
    
}
header .phone{
    margin: 38px 20px 0 0px;
    float: right;
    text-align: center;
}

header a{
    text-decoration: none;
}

header .icon-phone{
    font-size: 30px;
    color: white;
    background: #90ca00;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    transition: 0.5s all ease 0s ;
}

header .sale{
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    width: 140px;
}

header .phone .desc{
    font-size: 14px;
    color: #90ca00;
    text-transform: uppercase;
}
header .phone .num{
    color: black;
    font-size: 18px;
    font-weight: bold;
}

header a:hover .icon-phone{
    background-color: #85b327;
}



@media (min-width: 1150px){
    header .phone{
        margin: 20px 40px 0 0;
        width: 260px;
       
    }


    header .sale{
        width: 180px;
    }
}

#content-section{
    min-height: 600px;
}
#content-section::after{
    content: '';
    display: block;
    clear: both;
}


/* sidebar */
.sidebar{
    width: 100%;
    float: left;
}

.sidemenu{
    background: linear-gradient(to right, #90CA00 50%, #f1f1f1 60%);
    margin-bottom: 30px;
    text-align: center;
    height: 170px;

}

.sidemenu .title{
    background: #90CA00;
    text-transform: uppercase;
    color: white;
}
.sidemenu .text_menu{
    padding: 10px 15px 10px 15px;
    display: block;
   
    transform: skew(45deg)  rotate(-135deg) ;
}

.sidemenu input[type=checkbox]{
    display: none;
}

.sidemenu ul{
    margin: 0;
    padding: 0;
    white-space: nowrap;
  
}

.sidemenu li{
    list-style: none;
 
    background: #f1f1f1;
    margin-left: -.36em;

}
.sidemenu .menu_rotate{
    transform: skewX(-45deg);
    display: inline-block;
    position: relative;
    height: 170px;
    writing-mode: vertical-rl;
    padding-left: 2px;
    padding-right: 2px;
}

.sidemenu .switcher{
    position: absolute;
    top: 0;
    right: 0;
}

.sidemenu li a{
    padding: 0px 15px 0px 20px;
    display: block;
    white-space: normal;
    transform: skew(45deg)  rotate(-135deg) ;
}
.sidemenu > ul > li:nth-child(2n){
    background: #f8f8f8;
}


.sidemenu a{
    font-size: 16px;
    color: #303030;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s all ease 0s;
}
.sidemenu a:hover{
    color: #eb2111;
}

.sidemenu #icon-8{
    background: url(../img/icon-pizza.png) no-repeat 20px 10px;
}
.sidemenu #icon-26{
    background: url(../img/icon-jp.png) no-repeat 20px 10px;
}
.sidemenu #icon-27{
    background: url(../img/icon-fire.png) no-repeat 20px 10px;
}
.sidemenu #icon-28{
    background: url(../img/icon-east.png) no-repeat 20px 10px;
}
.sidemenu #icon-29{
    background: url(../img/icon-eu.png) no-repeat 20px 10px;
}

img{
    border: none;
}

figure.banner{
    background: #f1f1f1;
    margin: 0 0 30px;
}

figure.banner img{
    display: block;
}

figure.banner p{
    margin: 16px 12px;
}

figure.banner a{
    color: inherit;
    text-decoration: none;
}

figure.banner .description{
    padding: 10px 15px 15px;
    line-height: 1.6;
}

figure.banner h3{
    margin: 0;
    font-size: 14px;
    color: #d0343a;
    font-weight: bold;
}
figure.banner p {
    margin: 0;
}

.switcher{
    height: 100%;
}

.switcher .arrow{
    display: block;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 52px;
    color: #8b8b8b;
    cursor: pointer;
}

.switcher .arrow:hover, .switcher .arrow:focus{
    color: black;
}

.sidemenu .switch ~ .switcher .icon-down-open{
    display: none;
}
.sidemenu .switch:checked ~ .switcher .icon-up-open{
    display: none;
}
.sidemenu .switch:checked ~ .switcher .icon-down-open{
    display: block;
}

/* submenu */

.sidemenu ul ul{
    max-height: 1600px;
    overflow: hidden;
    transition: 0.5s all ease-in 0s;
}

.sidemenu ul ul li{
    border-top: 1px solid #dedede;
}

.sidemenu .switch:checked ~ ul{
    visibility: hidden;
    max-height: 0;
    display: block;
    transition: 0.5s all ease-out 0s;
}

/* content */

#content{
    width: 100%;
    margin-bottom: 30px;
}

#content::after{
    content: '';
    display: block;
    clear: both;
}

h2{
    font-size: 40px;
    text-transform: uppercase;
    margin: 35px 0 30px;
    display: inline-block;
}

.slider{
    background: white;
}

.slider .slide{
    height: 385px;
    overflow: hidden;
}

.slider .info{
    position: absolute;
    bottom: 50px;
    left: 80px;
    max-width: 70%;
    padding: 35px 20px 30px;
    background: rgba(177, 177, 177, 0.5);
}

.slider .info h2{
    font-size: 55px;
    margin: 0 0 20px;
    color: white;
    text-transform: uppercase;
}

.slider .info span{
    font-size: 50px;
    color: #e8e800;
}

.slider .slick-prev, .slider .slick-next{
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    color: white;
    background: #90CA00;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
}

.slider .slick-prev{
    left: 20px;
    bottom: 0;
    padding: 3px 5px 3px 1px;
}

.slider .slick-next{
    right: 20px;
    bottom: 0;
    padding: 3px 1px 3px 5px;
}

.banner{
    box-sizing: border-box;
    float: left;
    margin: 30px 0 0;
    background-clip: content-box;
    background-origin: content-box;
    background-repeat: no-repeat;
    position: relative;
}

.banner .title{
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    font-size: 32px;
    margin: 10px;
    padding: 16px;
    line-height: 1;
}

.main-banner a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.main-banner a::after{
    content: '\e803';
    font-family: 'fontello';
    color: #ffffff;
    position: absolute;
    width: 2.26em;
    height: 2.26em;
    line-height: 2.26em;
    text-align: center;
    border-radius: 50%;
    text-indent: 5px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 1em;
}

.main-banner a:hover::after{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner.red .title, .banner.red a::after{
    background-color: #eb2111;
}
.banner.dark .title, .banner.dark a::after{
    background-color: #30353C;
}
.banner.green .title, .banner.green a::after{
    background-color: #95c92c;
}

.banner-jp{
    background-image: url(../img/banner-jp.jpg);
    width: 66.666666%;
    padding-right: 10px;
    height: 270px;
    font-size: 42px;
}
.banner-jp .title{
    font-size: 32px;
}

.banner-jp a::after{
    left: 250px;
    top: 10px;
}

.banner-2{
    background-image: url(../img/banner-2.jpg);
    width: 33.333333%;
    padding-left: 20px;
    height: 570px;
    float: right;
    font-size: 42px;
}
.banner-2 a::after{
    left: 50%;
    margin-left: -40px;
    top: 400px;
}

.banner-east{
    background-image: url(../img/banner-east.jpg);
    width: 33.333333%;
    padding-right: 20px;
    height: 270px;
    font-size: 27px;
}

.banner-east .title{
    font-size: 30px;
    margin: 10px 30px 0 10px;
}

.banner-east a::after{
    left: 50%;
    margin-left: -36px;
    top: 144px;
}

.banner-eu{
    background-image: url(../img/banner-eu.jpg);
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
    height: 270px;
    font-size: 27px;
}

.banner-eu .title{
    font-size: 26px;
    margin: 10px 20px 0 10px;
}

.banner-eu a::after{
    left: 50%;
    margin-left: -36px;
    top: 144px;
}

.banner-pizza{
    background-image: url(../img/banner-pizza.jpg);
    width: 100%;
    height: 270px;
    font-size: 42px;
}

.banner-pizza .title{
    font-size: 60px;
}

.banner-pizza a::after{
    right: 95px;
    top: 90px;
}

footer{
    background: #1e2934;
    width: 100%;
    padding: 75px 0 70px;
}

footer::after{
    content: '';
    display: block;
    clear: both;
}

footer .wrapper>a{
    float: left;
   /* display: block;*/
    margin-right: 40px;
    width: 70px;
}

.copyrights{
    float: left;
    color: white;
    margin: 0;
    line-height: 70px;
    font-size: 13px;
    font-weight: normal;
}

.copyrights span{
    padding-right: 75px;
}

.copyrights a{
    color: #ffffff;
}

.socials{
    float: right;
    margin-top: 12px;
}

.socials a{
    color: #8f959c;
    text-decoration: none;
    background: #424951;
    font-size: 26px;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
  /*  display: block;*/
    float: left;
    transition: 0.5s all ease 0s;
}

.socials a:hover, .socials a:focus{
    background: #95c92c;
    color: #ffffff;
}

.caption{
    background: #30353c;
    padding: 15px 27px;
    color: white;
    text-transform: uppercase;
}

.caption h1{
    margin: 0;
    font-size: 28px;
}

#menudishes ul::after{
    content: '';
    display: block;
    clear: both;
}

#menudishes ul{
    padding: 0;
    margin: 0 0 30px;
    float: left;
    width: 100%;
}

#menudishes li{
    list-style: none;
    width: 33.333333%;
    float: left;
    margin: 30px 0 0;
    box-sizing: border-box;
}

#menudishes li:nth-child(3n + 1){
    clear: left;
    padding-right: 20px;
}

#menudishes li:nth-child(3n + 2){
    padding: 0 10px 0;
}

#menudishes li:nth-child(3n + 3){
    padding-left: 20px;
}

#menudishes .product{
    background: #f8f8f8;
    min-height: 400px;
    position: relative;
}

.product .title-img{
    margin: 0;
    text-align: center;
    max-height: 190px;
}

.product .title-img img{
    max-height: 190px;
}
.product > div{
    padding: 0 30px 0;
}

.product h2{
    margin: 25px 0 0;
    color: #dc1a1b;
    font-size: 17px;
}

.product .desc-info{
    font-size: 13px;
}

.product .weight{
    color: #989899;
    font-size: 14px;
    position: absolute;
    bottom: 88px;
}

.product .price{
    color: #96ca2d;
    font-weight: bold;
    font-size: 20px;
    margin: 25px 0 0;
    position: absolute;
    bottom: 26px; /*46px*/
}

.page{
    background-color: white;
    padding: 30px;
    font-size: 14px;
}
.page ul{
    padding-left: 15px;
}

.page ul li{
    list-style: none;
}
.page ul li::before{
    content: '—';
    margin-right: 10px;
}

.page h3{
    color: #8ecb00;
    font-size: 17px;
}

.page a{
    color: #90CA00;
    text-decoration: none;
}

#menudishes .buy-button{
    position: absolute;
    bottom: 5px;
    left:30px;
}

.buy-button{
    height: 37px;
    width: 160px;
    background: #95c92c;
    text-align: center;
    color: white;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    padding: 5px;
}

@media (min-width: 1209px){
    #menudishes .buy-button{
        bottom: 15px; /*35*/
        right: 20px;
        left: auto;
    }
}

.add-cart a{
    color: inherit;
    text-decoration: none;
    font-size: 17px;
}

.add-cart span{
    font-size: 18px;
}

.in-cart + span{
    font-size: 12px;
}

.in-cart + span a{
    color: white;
    text-decoration: none;
}

.icon-minus, .icon-plus{
    color: #ffffff;
    text-decoration: none;
    padding: 0 4px;
    font-size: 14px;
}

span[id^='lkctp_quant']{
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0 4px;
    font-size: 17px;
}

.hits{
    margin: 35px 0 0;
}

.label-hit{
    background: url(../img/label-hit.png);
}
.label-new{
    background: url(../img/label-new.png);
}
.label-hit,.label-new{
    width: 80px;
    height: 80px;
    position: absolute;
}

.price-product{
    font-size: 29px;
    line-height: 1;
    font-weight: bold;
    color: #90CA00;
    margin-bottom: 30px;
}

.modal-outer{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-outer .lk_dish_info h1{
    color: #dc1a1b;
    font-size: 17px;
}

.modal-outer .about-product{
    display: block;
    margin: auto;
    max-width: 768px;
    display: block;
    top: 80px;
    position: relative;
}
.modal-outer .info-product{
    position: relative;
    background: white;
    padding: 15px 20px;
    margin-top: -50px;
}

.modal-outer .info-product::after{
    content: '';
    display: block;
    clear: both;
}
.modal-outer .desc-info{
    width: 100%;
}

.modal-outer .price-product{
    margin-right: 10px;
    line-height: 37px;
}

.modal-outer .weight{
    position: static;
}
.modal-outer p{
    margin: 0;
}

.modal-close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid #1b2c40;
    background: #1b2c40 url(../img/white-cross.png) 50% 50% no-repeat;
    background-size: 70%;
    cursor: pointer;
}

@media (min-width: 768px){
    .modal-outer .desc-info{
        float: left;
        width: 40%;
        margin: 0 60px 20px 0;
    }
}

/* cart */

.cart-page{
/*  background: white; */
    float: left;
    width: 100%;
}

.cart-page li{
    list-style: none;
    padding: 0;
}

.cart-page ul{
    padding: 0;
    margin: 0;
}

.cart-page .title-img{
    float: left;
    margin: 0 40px 0 0;
    max-width: 270px;
}
.cart-page .title-img img{
    display: block;
}

.cart-page .product-item{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 0 solid #f5f5f5;
    box-shadow: 0 2px 15px 3px #f5f5f5;
}

.cart-page .product-item::after{
    content: '';
    display: block;
    clear: both;
}

.cart-page .product-item h3{
    margin: 0;
    color: #D90D15;
}

.cart-page .product-item.kystau .lk_dish_info{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    text-align: left;
}

.cart-page .product-item .product-title-sauna{
    color: black;
    margin-right: 10px;
}

#kystau-message{
    width: 600px;
}

.cart-page .product-item .price-sauna{
    border: solid 1px #ff0808;
    padding: 5px;
    font-family: Museo500;
    font-size: 14px;
    color: #ff0808;
}

.cart-page .product-item h3.booking{
    border-bottom: 1px solid rgb(241, 241, 241);
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: black;
}

.cart-page .weight{
    color: #989899;
}

.cart-page .price{
    font-size: 29px;
    line-height: 1;
    font-weight: bold;
    color: #90CA00;
    margin-bottom: 30px;
}

.cart-page .counter{
    color: #989899;
    line-height: 29px;
    font-size: 25px;
}
.cart-page .counter a{
    text-decoration: none;
    color: black;
    width: 15px;
    margin: 0 0 0 4px;
    font-size: 35px;
    text-align: center;
    display: inline-block;
}

.cart-page .desc-info{
    float: left;
    width: 35%;
    padding-right: 30px;
}

.cart-page .product-item.kystau .desc-info{
    width: 680px;
}

.cart-page .desc-info h4{
    margin: 10px 0;
}

.cart-page .delete{
    display: block;
    width: 30px;
    height: 30px;
    float: right;
}

.cart-page .product-item.kystau .lk_dish_info .delete{
    display: none;
}

.cart-page .total-price{
    clear: both;
    text-align: right;
    /*margin: -44px 60px 0 20px;*/
    margin: 20px 0;
}

.cart-page .order-contacts h3{
    text-transform: uppercase;
    margin: 20px 0 0;
}

.cart-page .order-contacts span{
    font-size: 12px;
}

.cart-page .order-contacts input[type='text'],.cart-page .order-contacts input[type='tel'], .cart-page .order-contacts textarea{
    width: 350px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
.cart-page .order-contacts textarea{
    height: 100px;
}

.cart-page #order-form{
    width: inherit;
}
.cart-page #order-form::after{
    content: '';
    display: block;
    clear: both;
}

.cart-page #order-form-paykind {
    float:left;
}

.cart-page #order-form-paykind p
{
    height: 20px;
    font-size: 104%;
}

.delivery_options p{
    height: 20px;
    font-size: 17px;
}

.cart-page .btn.order{
    float: none;
}

#cart_table{
    padding: 0 20px 60px;
}

.btn{
    text-decoration: none;
    background: #90CA00;
    color: white;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 14px;
}

.cart-warning {
    color: #D90D15;
    font-size: 90%;
    font-weight: bold;
    width: 370px;
    height: 30px;
}


@media (min-width: 1150px){
    .cart-page .counter{
        float: left;
        width: 13%;
    }
    .cart-page .delete{
        margin: 0 0 0 20px;
    }
    .cart-page .product-item .price{
        float: left;
    }
}

.md-show {
    visibility: visible;
}

.checkout-progress {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999;
}

@media screen and (max-width: 1200px) {
    .sidemenu .menu_rotate {
        height: 190px;
    }
    .sidemenu{
        height: 190px;
    }
}


@media screen and (max-width: 1024px) {
    .sidemenu .menu_rotate {
        height: 173px;
    }
    .sidemenu li a{
        padding: 0px 15px 0px 15px;
    }
    .logo h1 {
        font-size: 28px;
    }
    .logo img {
        margin-right: 40px;
    }
    .sidemenu{
        height: 173px;
    }
    .sidemenu a{
        font-size: 13px;
    }
}

#sauna ul::after{
    content: '';
    display: block;
    clear: both;
}

#sauna ul{
    padding: 0;
    margin: 0 0 30px;
    float: left;
    width: 100%;
}


#sauna li {
    list-style: none;
    width: 100%;
    float: left;
    margin: 30px 0 0;
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 10px;

}
.lease{

}
.lease .title-img{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.lease .dish_data{
    width: 58%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}
.dish_data .lk_dish_info{
    font-size: 30px;
    font-weight: 600;
    color: #dc1a1b;
}
.dish_data .desc-info p{
    padding-left: 20px;
    font-size: 20px;
    
}
.dish_data .price{
    font-size: 30px;
    font-weight: 600;
    color: #049db1;
    display: inline-block;
}
.show_form_button{
    cursor: pointer;
    padding: 10px 20px;
    background-color: #049db1;
    color: white;
    font-weight: 600;
    font-size: 20px;
    width: 150px;
    text-align: center;
    margin-top: 20px;
    border-radius: 3px;
}
.dish_data .lease_room{
    margin-left: 30px;
    display: inline-block;
}

#sauna .sauna_form{
    padding: 20px;
    display: none;
    text-align: center;
}
.sauna_form .show_form_button{
    display: inline-block;
}
#sauna .sauna_form input{
    font-size: 25px;
    padding: 10px;
    text-align: center;
}
.time_mass{
    font-size: 18px;
    color: #c30400;
    font-weight: 600;
    padding: 20px 0 5px 0;
}
.time_mass nobr{
    padding: 10px;
    display: inline-block;
}
.data_order{
    display: none;
}
.block_time{
    display: inline-block;
}
.data_order_block{
    display: inline-block;
    padding: 0 20px 10px 20px;
}

.data_order input[type='button']{
    background-color: #049db1;
    color: white;
}
.add_order_ok{
    font-size: 25px;
    color: #c30400;
    font-weight: 600;
    padding: 20px 0 5px 0;
    display: none;
    text-align: center;
}
#sauna_setting{
    text-align: center;
    width: 100%;
    background-color: #049db1;
    padding: 10px;
}
#sauna_setting .group_type{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

#sauna_setting .setting_sauna{
    display: inline-block;
    vertical-align: middle;
    transform:scale(2);
    opacity:0.9;
    cursor:pointer;
}

.order_type{
   /* padding-top: 40px;*/
    display: inline-block;
    padding-left: 30px;
}

.order_type_sauna{
    margin-top: 30px;
    width: 160px;
    text-align: center;
    margin-left: 90px;
    padding: 20px 0;
    background-color: #049db1;
    color: white;
    font-weight: 600;
    display: block;
}

.order_type_eat{
    width: 150px;
    text-align: center;
    padding: 20px 0;
    background-color: #7fb100;
    color: white;
    font-weight: 600;
}

.show_total_price{
    font-size: 30px;
    font-weight: 600;
    color: #049db1;
    text-align: center;
}

.mobile_apps{
    display:none;
}

.desc_logo{}

.mobile_logo{
    display: none;
}

#mob-remove{
    display: none;
}
/*------------------Main styles-----------------------------*/

.desc-info p {font-size: 14px;}
.product .title-img img {padding-top: 25px;width: 165px}
.product h2 {margin: 25px 0 0;}

/*Mobile menu*/
.mobile-menu {
    display: none;
}
#fa-cart:before {content: "\f217";}

.cart-page #order-form-paykind p,
.delivery_options p
{font-size: 12px;}

.cart-page .total-price {margin: 0;}


/*---Scrool-Top----*/
.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:100px;
display:none;
text-indent:-9999px;
background: url(../img/icon_top.png) no-repeat;
}
/* Всплывающее окно 
* при загрузке сайта            
*/
/* базовый контейнер, фон затемнения*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.popup {
    top: 25%;
    left: -10px;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 443px;
    max-width: 443px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: hidden;
    line-height: 12px;
    left: 0;
}
/* заголовки в модальном блоке */
.popup h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}
/* кнопка закрытия */
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/* изображения в модальном окне */
.popup img {
	/*background: url(../img/m-logo.jpg) no-repeat;*/
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*.popup a {*/
/*	position: absolute;*/
/*	padding: 22px 69px;*/
/*}*/
.popup a:hover {
	background: #85b327;
	opacity: .2;
}
.popup a.google {
	top: 33%;
	left: 10%;
}
.popup a.ios {
	top: 43%;
	left: 10%;
}

/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@media (min-width: 560px){

.popup {min-width: 500px;}

}

@media (max-width: 560px){

.popup {min-width: 340px;}
/*.popup a {padding: 20px 62px;}*/
}
 /*-------Cart page--------*/


    .cart-booking{
        margin-top: 10px !important;
        width: auto !important;
        flex-wrap: nowrap;
        justify-content: space-around !important;
    }

    #kystau-message{
        width:auto;
    }

    #duration-p{
        width: 70px;
        height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #mob-remove{
        display: block;
        color: red;
        text-decoration: underline;
    }

    .cart-booking input,
    .cart-booking select{
      /*  width: auto !important;*/
    }

    .cart-page .product-item.kystau .desc-info{
       /* min-width: 310px;*/
        /*padding-left: 100px;*/
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .cart-page .product-item.kystau .desc-info h4{
        text-align: center;
    }

    .cart-page .total-price{
        margin: 0;
    }

    .cart-page .desc-info h4 {
        text-align: left;
        font-size: 14px;
    }

    .cart-page .product-item .product-title-sauna {
        font-size: 17px;
        color: var(--col-green);
        font-weight: 600;
        padding: 2.4px;
        margin-bottom: 5px;
    }

    .cart-page .product-item .price-sauna{
        height: 13px;
        font-size: 13px;
    }

    #content-section {overflow: hidden;}
    /*.popup a {padding: 15px 49px;}*/

    .cart-page .order-contacts input[type="text"], .cart-page .order-contacts input[type="tel"], .cart-page .order-contacts textarea
        {width: 100%;}

    .cart-page ul{
        margin-bottom: 10px;
    }

    .cart-page .title-img {margin: 0 8px 0 0; max-width: 100px;}
    .cart-page .product-item h3.product-title{font-size: 14px}
    .cart-page .desc-info {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }


    .cart-page .desc-info p {
        font-size: 12px;
    }

    .cart-page .delete{
        order: 2;
        width: 20px;
        height: 20px;
    }

    .cart-page .counter{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-page .counter span{
        font-size: 18px;
    }

    .cart-page .counter a{
        margin: 0 10px;
    }

    .cart-page .price{
        font-size: 18px;
        margin-bottom: 0;
    }

    .order-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .cart-page .product-item.kystau{
        display: flex;
        flex-wrap: wrap;
        font-family: arial, sans-serif;
    }

    .cart-page .product-item.kystau .order-form {
        display: none;
    }


/*------Page order--------*/
.order .item{
    display: flex;
    margin-top: 20px;
    border: 1px #adaaaa solid;
    background: #d1d8d8;
}

.order .item input[type="text"] {
    width: 50px;
    background: #D7EACE;
    border: 1px solid #A2A1A1;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.order .item .price p{
    font-size: 18px;
    font-weight: bold;
}

.order .photo{
    flex: none;
    width: 200px;
    margin: 10px 10px;
}

.order .description{
    margin-left: 10px;
    flex: 0 0 60%;
}

.order .price{
    padding-left: 10px;
    line-height: 24px;
    margin-top: 25px;
    font-size: 25px;
}

.order .price_mobile{
    display: none;
}

/*основные стили для модального окна в корзине*/

.md-modal-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: auto;
    height: auto;
    z-index: 2000;
    visibility: hidden;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-show .info {
    background: white;
    font-size: 18px;
    padding: 35px 40px 25px;
}

.md-show .info h1{
    color: #90CA00;
    font-weight: bold;
}

.md-show .info a{
    color: black;
}

/* Content styles */
.md-content {
    color: #000;
    background: white;
    position: relative;
    margin: 0 auto;
}

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
    outline: none;
}

.md-content .md-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: none;
    cursor: pointer;
}

.md-content .md-close::after{
    content: 'X';
    font-size: 20px;
    font-weight: bold;
}

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


@media (max-width: 480px){
    /*Mobile menu*/
    #mainmenu, header .titlehead, .message_header, .sidebar, .caption
    {display: none;}
    .mobile-menu {display: block;}
    body .dws-menu label.toggleMenu .fa-cart-arrow-down {
        left: 250px;
        font-size: 28px;
        top: 10px;
    }
    body .dws-menu label.toggleMenu .fa-cart-arrow-down a {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-left: -21px;}
    /*Content*/
    .wrapper {min-width: 0;}
    #menudishes li{float: none;width: 100%;}
    #menudishes li:nth-child(3n + 1){
        clear: left;
        padding-right: 0;}

    #menudishes li:nth-child(3n + 2){padding: 0;}
    #menudishes li:nth-child(3n + 3){padding-left: 0px;}
    #menudishes .buy-button {
        bottom: 20px;
        left: 139px;}
    .product .price {bottom: 27px;}

    /*Footer*/
    .desc_logo{display: none}

    .mobile_logo{display: block;}

    footer {padding: 0;}
    .copyrights {display: none;}
    .socials {float: left;}
    .mobile_apps{display:block;}
    footer .wrapper > a {margin: 0 40px 0 110px; }

    .order .photo{width:70px;}

    .order .description{
        margin-bottom: 0;
        font-size: 13px;
        width: 80%;
    }

    .order .price {
        display: none;
    }

    .order .price_mobile{display: block}

    .md-modal-msg {
        width: 90%
    }

    .product .title-img img{
        width: 250px;
    }

}

/*стили для страницы kystau*/
.kystau_head{
    font-weight: bold;
    color: #202e3f;
    font-family: Museo300;
}

.kystau_head hr{
   color: #e1392f38;
}

header .phone.kystau{
    margin: 40px 100px 0 0;
}

header .phone.kystau .icon-phone{
    margin: 0 auto 15px;
}

header .phone.kystau span{
    font-family: Museo300;
    color: #202e3f;
}

header .phone.kystau span.num{
    font-family: Museo500;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.message_header .kystau{
    font-family: Museo700;
}

.message_header .kystau span{
    font-family: Museo300;
}

.sidemenu.kystau {
    background: #f1f1f1;
    padding: 30px 0 20px;
    height: auto;
}

.sidemenu.kystau .service{
    display: inline-block;
    width: 19%;
    vertical-align: top;
    font-family: Museo300;
}

.sidemenu.kystau .service img {
    display: block;
    padding-bottom: 10px;
    padding-left: 85px;
}

.buttons-sauna
{
    display: flex;
}

.buttons-sauna a
{
    width: 100%;
    padding: 0 4px 0 4px;
}


.sauna {
    width: 100%;
    display: inline-block;
    margin: 30px 14px;
    vertical-align: top;
    text-align: left;
    background: #f8f8f8;
}

.sauna .desc{
    padding: 10px;
}

.sauna img {
    object-fit: cover;
    width: 100%;
  /*  height: 260px;*/
}

.name {
    font-family: Museo500;
    padding: 15px 0;
    font-size: 20px;
}
.sauna .line {
    border-bottom: solid rgba(122, 122, 122, 0.69) 1px;
    padding: 0;
}

.sauna ul {
    height: 120px;
    padding-left: 15px;
}

.sauna ul li {
    color: red;
    font-family: Museo300;
    font-size: 10px;
    padding-bottom: 10px;
}

.sauna ul li span {
    color: #000000;
    font-size: 16px;
}

.button{
    font-family: Museo500;
    text-align: center;
    padding: 10px 10px;
    border: solid black 1px;
    border-radius: 20px;
    cursor: pointer;
    background-color: white;
    color: black;
}

.button:hover {
    background-color: #ef3838;
    border-color: transparent;
    color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.hotel{
    background: #fff url('../img/kystau/background_hotel.png') no-repeat;
    min-height: 800px;
    background-size: auto 100%;
    min-width: 1120px;
    font-family: Museo300;
    color: white;
}
.hotel .caption{
    font-family: Museo500;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 25px;
    background: none;
}

.hotel .info{
    display: inline-block;
    float: none;
    padding: 0;
}

.hotel .info img{
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.line-sauna {
    width: 100%;
    border-bottom: solid rgba(242, 242, 242, 0.46) 1px;
}

.hotel #slider{
    display:inline-block;
    float: right;
    padding: 20px;
    position: relative;
}
.block{
    padding: 15px;
    display: block;
}
.room{
    display: none;
}

.room.first{
    display: block;
}

.room img{
    object-fit: cover;
    width: 500px;
    height: 340px;
}


.room .name{
    position: absolute;
    top:20px;
    left: 20px;
    padding: 10px 20px;
    background-color: rgba(255, 30, 52, 0.93);
}
.click{
    text-align: center;
    user-select: none;
}
.arrow{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px;
    background: url("../img/kystau/arrow.png") no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}
.arrow:hover{
    background: url("../img/kystau/arrow-active.png") no-repeat;
    background-size: 100% auto;
}
.next{
    transform: scale(-1, 1);
}
.hotel .line{
    padding-top: 30px;
}
.hotel .inline{
    display: inline-block;
    vertical-align: middle;
}

.hotel .price{
    width: 90%;
    margin-left: 5%;
}
.price_list{
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding: 0 7% 10%;
    font-family: Museo500;
}
.price_list p{
    display: block;
    color: #03b400;
    font-size: 25px;
    margin-top: 0;

}
.price_list .line{
    padding: 10px;
}
.price_list .left{
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.price_list .right{
    display: inline-block;
    width: 28%;
    text-align: right;
    font-family: Museo700;
    color: rgba(255, 255, 255, 0.78);
}
.center{
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}
.hotel .button{
    width: 150px;
    display: inline-block;
    background-color: #ff1e34;
    color: white;
    margin-bottom: 30px;
}

.numbers-buttons
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10% 0 10%;
}

.numbers-buttons div
{
    cursor: pointer;
    width: 120px;
    height: 60px;
    margin: 10px;
    background-color: #a14f4f;
    box-shadow: 9px 20px 4px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    font-family: Museo500;
    font-weight: 500;
    color: #ffffff;
    line-height: 55px;
}

.numbers-buttons div:hover
{
    box-shadow: 9px 20px 4px 0px rgba(26, 23, 23, 0.2);border-radius: 10px;
    font-weight: 600;
    background-color: #dc7171;
}

#location h2{
    font-family: Museo500;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
    font-weight: 500;
    width:100%;
}

#reviews h3{
    color: #808080;
    text-align: center;
    font-weight: 500;
}
#location{
    position: relative;
    background: #f8f8f8;
}
#location .label{
    position: absolute;
    top: 40%;
    left: 20%;
    padding: 20px;
    color: white;
    background-color: #ff1e34;
}

.label .info {
    float: none;
    padding: 10px;
}

.info .inline {
    display: inline-block;
    vertical-align: top;
}

.map{
    width: 100%;
    height: 450px;
}

.hotel div{
    box-sizing: unset;
    text-align: center;
}

/*сауна на отдельной странице*/
.sauna_block {
    font-family: Museo300;
    background: #f8f8f8;
}

.sauna_block .left {
    display: inline-block;
    width: 37%;
    text-align: left;
    vertical-align: top;
    padding: 2%;
}

.sauna_block .line {
    border-bottom: solid black 1px;
    padding-top: 0;
    margin: 0;
    border-top: 0;
}

.sauna_block .left {
    display: inline-block;
    width: 37%;
    text-align: left;
    vertical-align: top;
    padding: 2%;
}

.sauna_block .right {
    display: inline-block;
    width: 55%;
    font-family: Museo700;
    vertical-align: top;
    text-align: right;
    padding: 1%;
}

.sauna_block .price {
    border: solid 1px #5ccd40;
    padding: 5px;
    font-family: Museo500;
    font-size: 14px;
    color: #5ccd40;
}

.sauna_block ul {
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sauna_block li {
    color: red;
    font-family: Museo300;
    padding-bottom: 20px;
    font-size: 14px;
}

.sauna_block li span {
    font-size: 18px;
    color:black;
}

.sauna_block .icons {
    margin: 40px 0;
}

.sauna_block .icons span {
    padding: 20px;
    background-color: #eeeeee;
    color: #ff1e34;
    font-weight: 600;
}

.sauna_block .icons img {
    vertical-align: middle;
    padding: 5px;
}

.sauna_form h3 {
    margin-bottom: 10px;
}

.sauna_form #bdate, #edate {
    width: 138px;
    font-size: 16px;
    font-family: Museo300;
    height: 30px;
    border-radius: 3px;
    z-index: 150;
}

.sauna_form #btime, #etime {
    font-size: 16px;
    height: 30px;
    width: 90px;
    font-family: Museo300;
    border-radius: 3px;
    z-index: 150;
}

.sauna_block .photos {
    text-align: left !important;
}
.sauna_block .right {
    display: inline-block;
    width: 55%;
    font-family: Museo700;
    vertical-align: top;
    text-align: right;
    padding: 1%;
}

.sauna_block .photos #photo {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.sauna_block .photos img {
    object-fit: cover;
    width: 150px;
    height: 150px;
}

.sauna_form #phone {
    width: 203px;
    height: 30px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: Museo300;
    border-radius: 3px;
    z-index: 150;
}

.sauna_form #namer {
    width: 203px;
    font-size: 16px;
    font-family: Museo300;
    background-color: #FFFFFF;
    height: 4px;
    border-radius: 3px;
    z-index: 150;
}

.photos .mini {
    cursor: pointer;
    display: inline-block;
}

.photos .dark {
    position: absolute;
    width: 150px;
    height: 150px;
    display: none;
    background-color: rgba(0, 0, 0, 0.76);
    color: white;
    text-align: center;
    z-index: 1;
}

.photos .dark .magnifier {
    padding: 60px;
    width: 30px;
    height: auto;
}

#apart_select {
    width: 150px;
    height: 40px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: Museo300;
    border-radius: 3px;
    z-index: 150;
    margin-bottom: 50px;
    margin-right: 20px;
}

.apart-title{
    padding: 20px 15px 0;
}

.field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.field .name {
    float: left;
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    color: #888;
    font-size: 0.95em;
    font-family: 'Helvetica Neue', 'Liberation Sans', Arial, sans-serif;
}

.field .value {
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}

.cart-booking{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 400px;
}

.cart-booking p {
    margin-bottom: 5px;
}

.cart-booking input[type=number] {
    width: 60px;
}

.cart-booking input[type=date],
.cart-booking span,
.cart-booking select,
.duration span
{
    font-size: 16px;
}


.cart-booking input[type=date] {
    outline: none;
    border: 1px #80808078 solid;
    padding: 0 3px;
    color: black;
    width: 122px !important;
    font-family: arial, sans-serif;
    background-color: white;
}

.cart-booking span,
.duration span
{
    font-weight: bold;
    width: 48px;
}

.cart-booking input[type=date],
.cart-booking select{
    height: 35px;
}

.cart-booking select
{
    width: 75px;
    border: 1px #80808078 solid;
    padding: 0 3px;
    border-radius: 0;
    background-color: white;
}

.duration{
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 480px){
    .sauna {
        margin: 20px auto;
    }

    .hotel .caption {
        font-family: Museo500;
        text-align: center;
        font-size: 25px;
        display: block;
    }

    .block {
        display: -webkit-inline-box;
        text-align: start;
        padding: 15px 15px 5px 25px;
    }

    .info img {
        display: table;
        vertical-align: top;
        padding-right: 5px;
    }

    .hotel {
        position: relative;
        width: 100%;
        height: auto;
        min-width: 0;
    }

    .hotel .inline {
        display: block;
        vertical-align: middle;
    }
    .info .inline {
        display: block;
        vertical-align: center;
        font-size: 12px;
        /*margin-top: 10px;*/
        /*width: 30%;*/
    }

    #room-block{
        display: flex;
        flex-wrap: wrap;
    }

    #room-block .info,
    #room-block #slider
    {
        width: 100%;
    }

    .wrapper {
        top: 0;
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .price_list .right {
        width: 60%;
    }

    .nomb img{
        width:100%
    }

    #location .label {
        left: 15%;
        padding: 10px;
    }

    #menudishes .product {
        margin: 0 auto;
        width: 320px;
    }

    .sauna_block .left {
        width: 100%;
    }

    .sauna_block .left.name{
        width: 37%;
    }

    .sauna_block .right.pr {
        width: 40%;
    }

    .sauna_block .photos {
        text-align: left;
    }
    .sauna_block .right {
        display: inline-block;
        width: 90%;
        font-family: Museo700;
        vertical-align: top;
        text-align: right;
        padding: 1%;
        padding-bottom: 1%;
        padding-bottom: 20px;
    }

    .sauna_block .photos img {
        margin-left: 3px;
    }

    .photos .mini {
        cursor: pointer;
        display: inline-block;
    }

    .photos .dark {
        position: absolute;
        width: 120px;
        height: 120px;
        display: none;
        margin-left: 2px;
        background-color: rgba(0, 0, 0, 0.76);
        color: white;
        text-align: center;
        z-index: 1;
    }

    .photos .dark .magnifier {
        padding: 30px;
        width: 30px;
        height: auto;
    }

    .sauna_block .photos img {
        margin-left: 3px;
        object-fit: cover;
        width: 120px;
        height: 120px;
    }

    .apart-title{
        margin: 0;
    }

    .cart-page{
        text-align: left;
    }

    .field .value {
        margin-left: 0;
    }

   /* .cart-page .price {
        font-size: 22px;
    }
    */

    .cart-page .counter{
        font-size: 22px;
    }

    .cart-page .product-item{
        text-align: center;
    }
}