/*
    Construction Responsive
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
    .sm-br-none br{
        display: none;
    }
    .fz-45{ font-size: 35px;}
    .video-content{
        padding: 0;
    }
    .sm-no-padding{
        padding: 0;
    }
    .height-500, 
    .height-550, 
    .height-600, 
    .height-650, 
    .height-660, 
    .height-670, 
    .height-700, 
    .height-750{
        height: 450px;
    }
    .mainmenu li a{
        font-size: 11px;
    }
    .wedding-content-block .ptb-95{
        padding: 30px;
    }
    .content-block-full .ptb-115,
    .content-block-full .entry-content{
        padding: 45px 0;
        margin-left: 15px;
    }
    .content-block-full h2 br{
        display: none;
    }
    .tab-menus li a{
        padding: 8px 15px;
    }
    .pricing-content.pl-50{ padding-left: 0; }

}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
	body{ overflow: scroll; }
    body, p{
        font-size: 12px;
    }
    .padding{ padding: 60px 0; }
    .padding-100, .padding-120{ padding: 80px 0; }
    .fz-40, .fz-45, .fz-50{ font-size: 20px; }
    .xs-padding{
        padding: 15px;
    }
    .xs-text-left{ text-align: left;}
    .xs-text-center{ text-align: center; }
     .xs-text-left{ text-align: left; margin-top: 5px; }
     .ml-50 {padding-left:75px;}
    .xs-no-padding{ padding: 0; }
    .xs-ptb-50{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .xs-t-white{ color: #fff; }
    .xs-br-none br{ display: none; }
    .mb-xs-20{ margin-bottom: 20px!important; }
    .mb-xs-10{ margin-bottom: 10px; }
    .mb-100{ margin-bottom: 40px; }
    .height-500, 
    .height-550, 
    .height-600, 
    .height-650, 
    .height-660, 
    .height-670, 
    .height-700, 
    .height-750{
        height: 400px;
    }
    .hero-w-form.height-600{
        height: auto;
    }
    .js .slicknav_menu {
        display:block;
        /* ---- Start of min-width 480px and max-width 768px CSS ---- */
    }
	.testi-content{
		margin-left: 0;
	}
    .bg-color{
        width: 100%;
    }
    .google-map{
      height: 280px;
    }
    .filter-items .padding-10{ padding: 5px; }
    .subs-custom .email-field{ line-height: 43px; }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 480px CSS ---- */
@media all and (max-width: 520px) {
    .col-xs-6{
        float: none;
        width: 100%;
    }
    .counter-section .col-xs-6{
        float: left;
        width: 50%;
    }
    .food-menu .padding-50{
        padding: 40px;
    }
    .menu_list li h4, .menu_list li span.price{
        font-size: 16px;
    }
    .ptb-140{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .subs-custom .col-xs-8,
    .subs-custom .col-xs-4{
        width: 100%;
        padding: 10px;
    }
    .subs-custom .b-btn{ margin: 0; }

}
/* ---- End of max-width 480px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
    .tab-container{
        min-height: 330px;
    }
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	h1.fz-45{
		font-size: 20px;
	}
	h1.fz-60{
		font-size: 30px;
	}
}
/* ---- End of max-width 380px CSS ---- */

@media (max-width: 700px){
.ptxss{
padding-top: 120px !important;

}
}

@media (max-width: 700px){
.slider-content h1 {
padding-top: 120px !important;
}
}

@media (max-width: 767px){
.xspaddingtop h3{
   padding-top: 125px !important;
}
}

.padt-30 {
    padding-top: 30px;
}

.padb-30 {
    padding-top: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
    
}

/* Основные стили для модального окна */
.cookie-modal {
    position: fixed;
    bottom: 0%;
    left: 2%;
    background-color: rgba(43, 43, 53, 0.5); /* Полупрозрачный фон */
    color: white;
    padding: 15px;
    border-radius: 10px;
    width: 95%;
    max-width: 420px;
    box-sizing: border-box;
    z-index: 9999;
    text-align: center;
    backdrop-filter: blur(2px);

}

@media(max-width:767px){
    .cookie-modal {

    bottom: 2.4%;
 

}
}

/* Стили кнопки */
.cookie-btn {
    background-color: #2B2B35;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    width: 110px;
}

/* Стили для ссылки на политику cookie */
.cookie-modal a {
    text-decoration: none;
    color: white;
}

/* Стили при наведении на кнопку */
.cookie-btn:hover {
    background-color: #444;
}

.cookie-modal-content{
    display: flex;
    align-items:center;
    justify-content: space-between;
    
}

.cookie-modal-content p{
    font-size: 12px;
    color:white;
    line-height: 14px;
    text-align: start;
    margin: 0;
}

.cookie-modal-content a{
    text-decoration: none;
}

.cookeis_footer label{
    font-size: 10px;
    line-height: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

.cookeis_footer input{
    margin: 0;
}
.cookeis_footer{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-top: -30px;
    
}
.modal-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center
}

.cookeis_footer1 label{
    font-size: 10px;
    line-height: 12px;
    margin-left: 10px;
    margin-bottom: 0;
    color:white;
    text-align: start;
}
.cookeis_footer1 input{
    margin: 0;
}
.cookeis_footer1{
    display: flex;
    justify-content: start;
    align-items:center;
    margin-top: -20px;

}


input[type="checkbox"] {
 accent-color: #FF8400!important;
}
.politica_text{
    font-size: 10px!important;
    text-align: start!important;
    line-height: 12px!important;
    margin-left: 15px!important;
    margin-bottom: 0px!important;
}
.politica_text a{
    color: #FF8400!important;
}

@media(max-width:767px){
    .cookeis_footer1{
        margin-top:-8px;
    }
    .cookie-modal{
        width:60%;
    }
}


