body{ 
    
    font-family: 'Roboto', sans-serif;
    
}


img{
    max-width: 100%;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}

.big_zag{
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 5px;
}
.big_line{
    width: 60px;
    height: 1px;
    background: #000;
    margin: auto;
}


.cart{
    position: fixed;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 15;
    right: 0px;
    top: 0px;
    box-shadow: 0px 0px 25px rgba(0,0,0, 0.06);
    padding: 20px;
    display: flex;
    align-items: center;
}
.cart .cart_in{
    width:100%;
}
.cart .zag{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
}
.cart hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart .date{
    font-size: 14px;
    font-weight: 700;
}
.cart .text{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.cart .zal_name{
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.cart .itog{
    font-size: 16px;
    font-weight: 500;
    color: #319d2f;
}
.cart .cen{
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}
.cart .cen span{
    font-weight: 700;
}
.cart .dop_servis{
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    display:none;
}
.cart .dop_servis span{
    font-weight: 700;
}
.cart .dop_servis .dop_servis_in{
    font-size: 12px;
}
.cart .stol_zag{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    display: none;
}





.big_menu{
    position: fixed;
    z-index: 9;
    width:350px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    text-align: left;
    padding: 40px 20px;
    padding-top: 100px;
    right: -100%;
}
.big_menu a{
    display: block;
    margin-bottom: 20px;
}
.big_menu .tell{
    font-weight: 500;
    font-size: 18px;
}
.menu_fon{
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    background-color: rgba(0,0,0, 0.5);
    display: none;
}




.header{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
    z-index: 10;
    background: #fff;
}
.sticky-content.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.sticky-content.fixed .header{
    background-color: #fff;
}
.header .logo{
    position: relative;
    margin-right: 50px;
}
.header .logo:before{
    content:"";
    width:65px;
    height: 10px;
    background: url(../web/img/logo_pod.svg) no-repeat left top;
    position: absolute;
    bottom: -12px;
}
.header .menu{
    font-size: 12px;
}
.header .menu a{
    margin-right: 15px;
}
.header .menu a:hover{
    color: #f10;
}
.header .tell{
    font-size: 16px;
    font-weight: 500;
}
.header .but{
    font-size: 12px;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    text-align: center;
    transition: all 0.2s ease-out;
}
.header .but:hover{
    color: #000;
    background: #fff;
}
.header .burger{
    margin-left: 20px;
    width: 20px;
    cursor: pointer;
}
.header .burger .off{
    display: none;
}





.block_top{
    background: url(../web/img/bg.jpg) no-repeat center left / cover;
}
.block_top .info{
    min-height: 580px;
}
.block_top h1{
    font-size: 44px;
    font-weight: 200;
}
.block_top p{
    font-size: 18px;
    font-weight: 200;
}
.block_top .but{
    font-size: 12px;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    max-width: 150px;
    text-align: center;
    transition: all 0.2s ease-out;
}
.block_top .but:hover{
    color: #000;
    background: none;
}
.block_top a{
    color: #fff;
}
.block_top a:hover{
    text-decoration: none;
}





.list{
    padding-top: 80px;
}
.list .block{
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.07);
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 30px;
    transition: all 0.2s ease-out;
}
.list .block:hover{
    box-shadow: 0px 6px 10px rgba(0,0,0, 0.10);
}
.list .block .img{
    height: 315px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.list .block .img:before{
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    bottom: 0px;
    left: 0px;
    transition: all 0.2s ease-out;
}
.list .block:hover .img:before{
    opacity: 0.7;
}
.list .block .img .name{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 20px;
    line-height: 25px;
    text-align: center;
    width: 100%;
}
.list .block .img .name span{
    font-size: 16px;
    font-weight: 300;
}
.list .block .but{
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.list .big_line{
    margin-bottom: 50px;
}


.info{
    margin-top: 80px;
    margin-bottom: 80px;
    min-height: 70vh;
}
.info .big_line{
    margin-bottom: 50px;
}




.zal{
    margin-top: 80px;
    margin-bottom: 80px;
}
.zal .text{
    margin-top: 50px;
}
.zal .text p{
    font-size: 16px;
    font-weight: 200;
}
.zal .text strong{
    font-weight: 700;
}
.zal .but2{
    font-size: 14px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 15px 20px;
    color: #000;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-out;
    max-width: 240px;
}
.zal .but2:hover{
    color: #fff;
    background: #000;
}
.zal .but2.n2{
    margin: auto;
    margin-top: 30px;
}
.zal .foto{
    padding-top: 30px;
}
.zal .foto .img{
    width:100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 6px;
}



.oborudovanie{
    margin-top: 80px;
    margin-bottom: 80px;
}
.oborudovanie .foto{
    padding-top: 30px;
}
.oborudovanie .foto .img{
    width:100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}
.oborudovanie .foto .name{
    text-align: center;
    margin-bottom: 30px;
}







.bron{
    margin-top: 80px;
    margin-bottom: 80px;
}
.bron .forma{
    padding-top: 30px;
}
.bron .forma .zag{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
}
.bron .forma .pod_zag{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 0px;
}
.bron .but{
    font-size: 14px;
    background: #000;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    max-width:190px;
    text-align: center;
    transition: all 0.2s ease-out;
}
.bron .but:hover{
    color: #000;
    background: #fff;
}
.bron .check_img .block{
    cursor: pointer;
    display: block;
}
.bron .check_img input[type="radio"]{
    display: none;
}
.bron .check_img .block .img{
    width:100%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-out;
    position: relative;
    border: 1px solid #ccc;
}
.bron .check_img .block .name{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 5px;
}
.bron .check_img .block.activ .img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(49, 157, 47, 0.52);
}
.bron .check_img .block.activ .img:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../web/img/check.svg) no-repeat center / 30px;
}
.bron .check_img .block:hover .img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(49, 157, 47, 0.52);
}
.bron .check .title{
    font-size: 16px;
    line-height: 23px;
    font-weight: 200;
    cursor: pointer;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.bron .check input[type="radio"]{
    display: none;
}
.bron .check .title:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #D3D3D3;
    position: absolute;
    left: 0px;
    top: 2px;
}
.bron .check .title.activ:before{
    border: 2px solid #319D2F;
    background: url(../web/img/check2.svg) no-repeat center / 10px;
 }
.bron .check2 .title{
    font-size: 16px;
    line-height: 23px;
    font-weight: 200;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 15px;
    padding-left: 40px;
}
.bron .check2 .title:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #D3D3D3;
    position: absolute;
    left: 10px;
    top: 16px;
}
.bron .check2 .title.activ:before{
    border: 2px solid #319D2F;
    background: url(../web/img/check2.svg) no-repeat center / 10px;
 }

.bron .forma input[type="text"]{
    width: 100%;
    height: 55px;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 200;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.bron .forma textarea{
    width: 100%;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.bron .status{
    font-size: 16px;
    font-weight: 200;
    display: flex;
}
.bron .status .no, .bron .status .yes{
    padding-left: 25px;
    margin-top: 5px;
    position: relative;
}
.bron .status .no{
    margin-right: 20px;
}
.bron .status .no:before{
    content: "";
    width:17px;
    height: 17px;
    border-radius: 3px;
    background: #DBDBDB;
    left: 0px;
    top: 3px;
    position: absolute;
}
.bron .status .yes:before{
    content: "";
    width:17px;
    height: 17px;
    border-radius: 3px;
    background: #319D2F;
    left: 0px;
    top: 3px;
    position: absolute;
}

.bron  .tablica{
    margin-top: 10px;
    margin-bottom: 20px;
}
.bron  .tablica .tabl{
    width: 12.5%;
    float: left;
    text-align: center;
    border-top: 1px solid #DEE2E6;
    border-left: 1px solid #DEE2E6;
    font-size: 14px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.bron  .tablica .tabl:nth-child(8){
    border-right: 1px solid #DEE2E6;
}
.bron  .tablica .tabl.activ{
    background: #319D2F;
    color: #319D2F;
    border: 1px solid #2a8e28;
}
.bron  .tablica .tabl.activ:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../web/img/check.svg) no-repeat center / 10px;
}
.bron  .tablica .tabl.br{
    background: #ECECEC;
    color: #ECECEC;
    pointer-events: none;
}
.bron  .tablica .tabl.time{
    pointer-events: none;
}
.bron  .tablica .tabl.time2{
    pointer-events: none;
    position: relative;
    flex-direction:column;
}
.bron  .tablica .tabl.time2 span{
    font-size: 14px;
    display: block;
}
.bron .tablica .head{
    background:#F6F6F6;
}
.bron .tablica .head .time2.today:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 2px;
	border-radius: 100px;
	background: #f10;
	bottom:0px;
}
.bron  .tablica .t_row:hover{
    background: #F9F9F9;
}
.bron .tablica .head:hover{
    background: #F6F6F6;
}
.bron  .tablica .end{
    border-bottom: 1px solid #DEE2E6;
}
.bron .z_row{
    font-size: 14px;
    font-weight: 700;
}
.bron .right{
    text-align: right;
}
.bron .right .old{
	width: 45px;
	height:35px;
	background: url(../web/img/arrow.svg) no-repeat center / 15px;
	cursor: pointer;
	transform: rotate(180deg);
	border:1px solid #ccc;
	margin-left: 10px;
    border-top: 0px;
}
.bron .right .new{
	width: 45px;
	height:35px;
	background: url(../web/img/arrow.svg) no-repeat center / 15px;
	cursor: pointer;
	border:1px solid #ccc;
    border-bottom: 0px;
    margin-left: 10px;
}



.content{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.content p{
    font-size: 16px;
    font-weight: 200;
}



.map{
    min-height: 250px;
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}







.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1B1B1B;
}
.footer .logo{
    position: relative;
    margin-right: 50px;
}
.footer .menu{
    font-size: 12px;
}
.footer .menu a{
    margin-right: 15px;
    color: #fff;
}
.footer .menu a:hover{
    color: #f10;
}
.footer .tell{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.footer .but{
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    text-align: center;
    transition: all 0.2s ease-out;
}
.footer .but:hover{
    color: #000;
    background: #fff;
}

