@font-face {
    font-family: 'Ubuntu-R';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/css/font/Ubuntu-R.ttf) format('truetype');
}

@font-face {
    font-family: 'Ubuntu-B';
    font-style: normal;
    font-weight: bold;
    src: url(/assets/css/font/Ubuntu-B.ttf) format('truetype');
}

body{
    font-family: 'Ubuntu-R';
    color: darkslategrey; /*rgba(66, 75, 90, 0.5);*/
    overflow-x: hidden;
}

a, a:hover, a:focus, a:active{
    text-decoration: none;
}

.container{
    padding-right: 0px;
    padding-left: 0px;
    /*max-width: 1920px;*/
    width: 100%;
    /*background-image: url(/assets/images/bacgruond-image.png);
    height: 8192px;*/
}

.header{
    margin: 0px 10%;
}

.sticky {
    position: fixed;
    width: 100%;
    /*max-width: 1920px;*/
    background-color: white;
    z-index: 200;
}

.sticky.header {
    margin: 0;
    /*max-width: 1920px;*/
    width: 100%;
}

.sticky>.box-header{
    padding: 0 10%;
}

.box-header{
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 118px;
}

.box-header>nav{
    width: 529px;
    /*margin: 0 11% 0 17%;*/
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.box-header>nav>ul {
    display: flex;
    line-height: 17px;
    justify-content: space-between;
    padding-left: unset;
    /*margin: 43.5px 0;*/
}

.box-header_li {
    margin-right: 35px;
}

li{
    list-style-type: none;
}

.info-boxs{
    text-align: right;
    margin: 30px 0;
    width: 260px;
}

.phone{
    margin: 0 5px 3px 0;
    display: flex;
    justify-content: flex-end;
}

.phone a{
    text-decoration: none;
    color: #DF5D2E;
    margin-left: 8px;
    font-size: 12.3px;
}

.phone a:hover,
.phone a:active,
.phone a:focus{
    text-decoration: none;
    color: #DF5D2E;
}

.mail{
    margin: 0 5px 0 0;
    display: flex;
    justify-content: flex-end;
}
.mail img{
    height: 16px;
    margin: auto 0;
}

.mail a{
    text-decoration: none;
    color: #DF5D2E;
    margin-left: 11px;
    font-size: 14px;
}

.mail a:hover, 
.mail a:active,
.mail a:focus{
    text-decoration: none;
    color: #DF5D2E;
}

.color {
    color: rgba(66, 75, 90, 0.5);
}

.color:hover, 
.color:active, 
.color:focus{
    text-decoration: none;
    color: rgba(66, 75, 90, 0.5);
}

.block_1{
    top: -58px;
    position: relative;
}

.block1{
    background: url(/assets/images/block1.jpg) no-repeat;
    min-height: 1105px;
}

.block1_mob_background{
    display: none;
}

.block1_text{
    max-width: 752px;
    padding: 357px 0 0 10.55%;
}

.block1_text span{
    font-family: 'Ubuntu-B';
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    text-transform: capitalize;
    color: #505D68;
    /*letter-spacing: 1;*/
}

.block1_buton{
    padding: 76px 0 0 10.35%;
}

.block1_buton_mob{
    display: none;
}

.block1_button{
    background: #DF5D2E;
    border-radius: 73px;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #F2F2F2;
    padding: 16px 76px;
    font-weight: 600;
    letter-spacing: 1;
}

.block1_button:hover, 
.block1_button:active,
.block1_button:focus{
    color: #F2F2F2;
    text-decoration: none;
}

.block_2{
    top: -63px;
    position: relative;
}

.block2{
    background: url(/assets/images/block2.jpg) no-repeat;
    min-height: 906px;
    position: relative;
}

.title{
    font-weight: bold;
    /*font-size: 48px;*/
    text-align: center;
    color: #DF5D2E;
    line-height: 175.78%;
    text-transform: capitalize;
}

.block2_text{
    font-size: 24px;
    text-align: center;
    max-width: 812px;
    margin: 19px auto 0;
}

.block2_img{
    margin-top: 100px;
    text-align: center;
}

.block2_img_a{
    max-width: 953px;
    margin: auto;
    text-align: left;
    display: flex;
}

.block2_img_a a{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #DF5D2E;
}

.block2_img_a_div{
    width: 25%;
    text-align: center;
}

.block2__text{
    margin-top: 90px;
    text-align: center;
    font-size: 24px;
}

.block2_mob{
    display: none;
}

.block3{
    background: url(/assets/images/block3.jpg) no-repeat;
    min-height: 943px;
    position: relative;
}

.block3_img_mob{
    display: none;
}

.block3_small{
    max-width: 543px;
    /*padding-top: 90px;*/
    margin-left: 50.83%;
    display: block;
}

.block3_text{
    font-size: 24px;
    margin: 19px auto 0;
    line-height: 165.4%;
}

.block3_buton{
    padding-top: 100px;
}

.block4{
    background: url(/assets/images/block4.jpg) no-repeat;
    min-height: 1150px;
    position: relative;
    padding-top: 102px;
}

.block4_title{
    font-family: 'Ubuntu-B';
    margin: auto;
    max-width: 526px;
    /*padding-top: 65px;*/
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
    color: #DF5D2E;
}

.block4_text{
    font-size: 24px;
    text-align: center;
    max-width: 795px;
    margin: 54px auto 0;
}

.block4_buton{
    text-align: center;
    margin-top: 108px;
}

.block4_button{
    background: white;
    color: #DF5D2E;
    border: 2px solid;
    border-radius: 73px;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 75px;
    font-weight: 600;
    letter-spacing: 1;
}

.block4_button:hover, 
.block4_button:active,
.block4_button:focus{
    color: #DF5D2E;
    text-decoration: none;
}

.block4_text p{
    margin: 0;
}

.block5{
    background: url(/assets/images/block5.jpg) no-repeat;
    position: relative;
    padding-bottom: 40px;
}

.block5_title{
    font-family: 'Ubuntu-B';
    margin: auto;
    max-width: 526px;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
    color: #DF5D2E;
}

.block5_text{
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    max-width: 635px;
    margin: 26px auto 0;
}

.block5_menu{
    max-width: 1140px;
    text-align: center;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.block5_cart{
    max-width: 1140px;
    text-align: center;
    margin: 60px auto 0;
}

.block5_menu_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block5_menu_mimi_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
}

.block5_menu_mimi_block:hover, 
.block5_menu_mimi_block:active,
.block5_menu_mimi_block:focus{
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
}

.block5_menu_text{
    width: 285px;
    height: 214px;
    background: #FBA238;
    transform: matrix(1, 0, 0, 1, 0, 0);
    text-align: right;
}

.block5_menu_text p{
    font-family: 'Ubuntu-B';
    z-index: 2;
    width: 100%;
    position: absolute;
    margin-top: 100px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #F2F2F2;
}

.block5_menu_text span{
    font-family: 'Ubuntu-B';
    font-weight: bold;
    font-size: 217.339px;
    line-height: 250px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    top: -50px;
    padding-right: 15px;
    color: rgba(242, 242, 242, 0.15);
}

.block5_menu_image{
    width: 285px;
    overflow: hidden;
}

.block5_menu_image img{
    height: 214px;
}

.section_block6{
    margin-top: 20px;
}

.block6 {
    background: url(/assets/images/block6.jpg) no-repeat;
    position: relative;
    /*min-height: 1034px;*/
}

.block6_title{
    font-family: 'Ubuntu-B';
    margin: auto;
    max-width: 526px;
    font-weight: bold;
    /*padding-top: 30px;*/
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
    color: #DF5D2E;
}

.block6_menu{
    max-width: 1127px;
    text-align: center;
    margin: 87px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.block6_menu_block{
    width: 48%;
    min-width: 320px;
}

.block6_menu_min_block{
    display: flex;
    min-height: 76px;
    flex-wrap: wrap;
    cursor: pointer;
}

.block6_menu_min_block.border{
    border-bottom: 1px solid #DF5D2E;
}

.block6_menu_text{
    font-size: 16px;
    line-height: 31px;
    color: #505D68;
    width: 90%;
    text-align: left;
    margin: auto;
    padding-left: 22px;
}

.block6_menu_image{
    width: 10%;
    margin: auto;
}

.block6_menu_answer{
    padding-left: 28px;
    background: #FFB33D;
    position: absolute;
    max-width: 541px;
    z-index: 9999;
}

.block6_menu_answer_title{
    display: flex;
    padding: 25px 0;
}

.block6_menu_answer_name{
    font-size: 16px;
    line-height: 24px;
    color: rgba(80, 93, 104, 0.5);
    text-align: left;
    width: 95%;
}

.block6_menu_answer_arrow{
    margin: auto 0;
}

.block6_menu_answer_text{
    font-size: 16px;
    line-height: 24px;
    color: #505D68;
    text-align: left;
    width: 95%;
    padding-bottom: 23px;
}

.hiddens {
    display: none;
}

.block7{
    background: url(/assets/images/block7.jpg) no-repeat;
    position: relative;
    min-height: 608px;
}

.block7_title{
    font-family: 'Ubuntu-B';
    margin: auto;
    max-width: 526px;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
    color: #DF5D2E;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1086px;
    position: relative;
    margin: auto;
    padding-top: 65px;
}

/* Hide the images by default */
.mySlides, .mySlides_mob {
    display: none;
}

.block-text{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: rgba(66, 75, 90, 0.5);
    height: 230px;
    overflow: auto;
}

.person-text span{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: rgba(66, 75, 90, 0.5);
    font-family: Ubuntu-B;
}

.person-text p{
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(66, 75, 90, 0.5);
}

.slide_dot{
    text-align: center;
    padding-top: 130px;
}

/* The dots/bullets/indicators */
.dot, .dot_mob {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 8px;
    background: url("/assets/images/slide_not_active.png") no-repeat;
    display: inline-block;
}

.prev{
    margin-right: 3px;
}

.next{
    margin-left: 3px;
}

.carousel-reviews_mob{
    display: none;
}

.slide_block{
    width: 300px;
    text-align: center;
    margin: 0 2.8%;
}

.active, .dot:hover, .dot_mob:hover {
    background: url("/assets/images/slide_active.png") no-repeat;
}

/* Fading animation */
.fades {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fades {
    from {opacity: .4}
    to {opacity: 1}
}

.block8{
    position: relative;
    margin-bottom: 225px;
}

.block8_body{
    max-width: 1140px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.block8_logo{
    width: 190px;
    text-align: center;
}

.block9{
    background: url(/assets/images/block9.jpg) no-repeat;
    position: relative;
    min-height: 624px;
}

.block9_title{
    font-family: Ubuntu-B;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 65px;
}

.block9_body{
    max-width: 748px;
    margin: 38px auto 0;
}

.block9_margin_left{
    margin-right: 24px;
}

.block9_input::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}

.block9_input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}
.block9_input:-moz-placeholder{
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}
.block9_input:-ms-input-placeholder{
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}

.block9_input{
    width: 100%;
    max-width: 360px;
    height: 55px;
    background: #FFFFFF;
    border: 3px solid #DF5D2E;
    box-sizing: border-box;
    border-radius: 27.5px;
    margin-bottom: 27px;
    padding-left: 32px;
}

.block9_textarea{
    width: 748px;
    height: 150px;
    background: #FFFFFF;
    border: 3px solid #DF5D2E;
    box-sizing: border-box;
    border-radius: 32px;
    padding-left: 35px;
    padding-top: 20px;
}

.block9_textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}

.block9_textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}
.block9_textarea:-moz-placeholder{
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}
.block9_textarea:-ms-input-placeholder{
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(66, 75, 90, 0.5);
}

.block9_body_icon{
    margin-top: 10px;
    display: flex;
    margin-bottom: 26px;
}

.block9_icon{
    width: 100%;
    max-width: 249.3px;
    text-align: center;
}

.block9_icon span{
    font-size: 14px;
    line-height: 170.7%;
    color: #F2F2F2;
    margin-left: 15px;
}

.block9_buton{
    width: 237px;
    height: 50px;
    background: #DF5D2E;
    border: 4px solid #FFFFFF;
    border-radius: 73px;
    text-align: center;
    padding-top: 12px;
    margin: auto;
}

.block9_button{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F2F2F2;
    background-color: unset;
    border: unset;
}

.block9_button:hover, 
.block9_button:active,
.block9_button:focus{
    text-decoration: none;
    color: #F2F2F2;
}

footer{
    display: flex;
    /*position: absolute;*/
    min-height: 227px;
    background: #DF5D2E;
    width: 100%;
    /*max-width: 1920px;*/
}

.footer{
    width: 33.33%;
    text-align: center;
    margin: auto;
}

.footer_left_block{
    width: 180px;
    margin: auto;
    text-align: left;
}

.footer_left{
    font-size: 18px;
    line-height: 170.7%;
}

.footer_left:last-child{
    margin-bottom: 10px;
}

.footer_left a{
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    text-decoration: none;
}

.footer_left a:hover, 
.footer_left a:active,
.footer_left a:focus{
    color: #FFFFFF;
    text-decoration: none;
}

.footer_right_block{
    width: 180px;
    margin: auto;
    text-align: right;
}

.footer_right{
    font-size: 18px;
    line-height: 170.7%;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footer_right a{
    font-size: 14px;
    line-height: 170.7%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_right a:hover, 
.footer_right a:active,
.footer_right a:focus{
    color: #FFFFFF;
    text-decoration: none;
}

.nav_mob{
    display: none;
}

.about_us_section{
    background: url(/assets/images/about_us.png);
    position: relative;
}

.about_us{
    max-width: 1136px;
    margin: auto;
}

.about_us_left{
    display: flex;
    flex-wrap: wrap;
}

.about_us_text_top{
    width: 50%;
    min-width: 320px;
    padding: 15px;
}

.about_us_text_top h2{
    font-family: Ubuntu-B;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #DF5D2E;
}

.about_us_text_top p{
    font-size: 14px;
    line-height: 24px;
    color: rgba(66, 75, 90, 0.5);
}

.about_us_image{
    width: 50%;
    min-width: 320px;
}

.about_us_image img{
    width: 100%;
}

.about_us_text_bottom{
    width: 50%;
    min-width: 320px;
    padding: 15px;
    background-color: #DF5D2E;
}

.about_us_text_bottom h2{

}

.about_us_text_bottom p{
    color: #FFFFFF;
}

.slide_page_section{
    background: url(/assets/images/slide_page.png);
    position: relative;
    min-height: 873px;
}

.slider{
    max-width: 945px;
    margin: auto;
}

.box-header_li{
    font-family: 'Ubuntu-B';
    margin: auto;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
}

.box-header>nav{
    max-width: 629px;
    width: 100% !important;
    margin: auto;
}

#bx-pager{
    display: flex;
    overflow: auto;
}

#bx-pager a{
    width: 157.5px;
    overflow: hidden;
}

#bx-pager img{
    height: 108px;
}

.slider_button{
    text-align: center;
    padding: 95px 0 100px;
}

.menu_page_section{
    background: url(/assets/images/menu_page.png);
    position: relative;
    min-height: 873px;
}

.menu{
    max-width: 1200px;
    margin: auto;
    padding-top: 140px;
}

.menu_title{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.menu_title_text{
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    text-transform: capitalize;
    color: #FBA238;
    text-align: right;
    padding: 0 0 6px;
    max-width: 365px;
    border-bottom: 5px solid;
    margin-bottom: 54px;
    margin-right: 20px;
    width: 100%;
}

.menu_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu_block_image{
    width: 50%;
    max-width: 600px;
    min-width: 320px;
    text-align: right;
    padding: 0 20px;
}

.menu_block_image img{
    width: 100%;
}

.menu_block_text{
    width: 50%;
    max-width: 600px;
    min-width: 320px;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    color: #828282;
}

.color_active{ 
    color: #DF5D2E;
}

.center_mob{
    display: none;
}

.slider_mob{
    display: none;
}

.block_full_background{
    display: none;
}

.navig{
    padding: 30px 0;
    text-align: center;
}

.round{
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50%;
    margin: 0 15px;
}

.previous:hover,
.next:hover,
.previous:focus,
.next:focus{
    text-decoration: none;
    background-color: #ddd;
    color: black;
}

.previous, .next {
    background-color: #f1f1f1;
    color: black;
}

.button_pagin:hover{
    text-decoration: none;
    background-color: #f1f1f1;
    color: white;
}

.button_pagin {
    background-color: #f1f1f1;
    color: white;
}

.ms2_product{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    min-width: 320px;
}

.col-md-2,.mt-2{
    width: 100%;
    margin: 5px 0;
}

.plitka_count{
    width: 60px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid;
    padding: 0 5px;
}

.plitka_title{
    font-size: 16px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

.option{
    width: 100%;
    font-weight: inherit;
    text-align: center;
    text-transform: uppercase;
}

.option_block, .col-md-10{
    text-align: center;
    width: 100%;
}

.option_block>select{
    width: 75%;
    border: 1px solid;
    margin: auto;
    float: none;
}

.delivery_cart{
    text-align: left; 
    margin-left: 32%;
}

#not_delivery{
    display: none;
    color: red;
    font-size: 16px;
}

.coupon_codes{
    max-width: 320px;
    text-align: left;
}

.coupon_codes>span{
    display: flex;
    flex-wrap: wrap;
}

.coupon_codes>span>input{
    max-width: 249px;
}

#comment_code{
    color: red;
}

@media (min-width: 350px) {
    .block2_img_a a{
        font-size: 5px;
    }
}

@media (min-width: 397px) {
    .block2_img_a a{
        font-size: 6px;
    }
}

@media (max-width: 410px) {
    .delivery_cart{
        margin-left: 12%;
    }
}

@media (min-width: 490px) {
    .block2_img_a a{
        font-size: 8px;
    }
}

@media (min-width: 580px) {
    .block2_img_a a{
        font-size: 10px;
    }
}

@media (min-width: 680px) {
    .block2_img_a a{
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    footer, .sticky {
        /*width: 750px;*/
    }

    .header {
        margin: 0px 0;
    }

    /*.box-header>nav{
        margin: 0;
    }*/

    .box-header_li {
        margin-right: 2px;
    }

    .box-header>nav {
        width: 459px;
    }

    .block2_img_a a{
        font-size: 12px;
    }

    .slide_page_section{
        min-height: unset;
    }
    
    .block3{
        background: url(/assets/images/block3_next_2.jpg) no-repeat;
    }
    
    .block3_buton {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    .revers {
        flex-direction: row-reverse;
    }
    
    .sticky>.box-header {
        padding: 0;
    }
}

@media (min-width: 992px) {
    footer, .sticky {
        /*width: 970px;*/
    }

    .header {
        margin: 0px 6%;
    }

    .box-header>nav{
        width: 529px;
        /*margin: 0 3% 0 3%;*/
    }

    .slide_page_section{
        min-height: 873px;
    }
    
    .block3{
        background: url(/assets/images/block3_next_1.jpg) no-repeat;
    }
    
    .revers {
        flex-direction: row-reverse;
    }

    .sticky>.box-header{
        padding: 0 10%;
    }
}

@media (min-width: 1200px) {

    .header{
        margin: 0px 10%;
    }
    
    .block1 {
        background: url(/assets/images/block1.jpg) no-repeat;
    }
    
    .block2 {
        background: url(/assets/images/block2.jpg) no-repeat;
    }
    
    .block3 {
        background: url(/assets/images/block3_next.jpg) no-repeat;
    }
    
    .block4 {
        background: url(/assets/images/block4.jpg) no-repeat;
    }
    
    .block6 {
        background: url(/assets/images/block6.jpg) no-repeat;
    }
    
    .block7 {
        background: url(/assets/images/block7.jpg) no-repeat;
    }
    
    .block9 {
        background: url(/assets/images/block9.jpg) no-repeat;
    }

    /*.box-header>nav{
        margin: 0 6% 0 6%;
    }*/
    .block2_img_a a{
        font-size: 14px;
    }

    .slide_page_section{
        min-height: 873px;
    }
    
    .block3{
        background: url(/assets/images/block3_next.jpg) no-repeat;
    }
    
    .revers {
        flex-direction: unset;
    }
    
    .sticky>.box-header{
        padding: 0 10%;
    }
}

@media (min-width: 1441px) {
    .container, footer, .sticky {
        /*width: 1440px;*/
        overflow: hidden;
    }

    .box-header>nav {
        width: 529px;
        /*margin: 0 11% 0 17%;*/
    }

    .header{
        margin: 0px 10%;
    }
    
    .block1 {
        background: url(/assets/images/block1_1600.jpg) no-repeat;
    }
    
    .block1_text {
        max-width: 800px;
    }
    
    .block2 {
        background: url(/assets/images/block2_1600.jpg) no-repeat;
    }
    
    .block_2 {
        top: -58px;
    }
    
    .block3 {
        background: url(/assets/images/block3_1600.jpg) no-repeat;
    }
    
    .block4 {
        background: url(/assets/images/block4_1600.jpg) no-repeat;
    }
    
    .block6 {
        background: url(/assets/images/block6_1600.jpg) no-repeat;
    }
    
    .block7 {
        background: url(/assets/images/block7_1600.jpg) no-repeat;
        min-height: 795px;
        padding-top: 120px;
    }
    
    .block9 {
        background: url(/assets/images/block9_1920.jpg) no-repeat;
    }
    
    .block2_img_a a{
        font-size: 16px;
    }

    .slide_page_section{
        min-height: 873px;
    }
    
    .revers {
        flex-direction: unset;
    }
    
    .sticky>.box-header{
        padding: 0 10%;
    }
    
    .block3_small{
        margin-left: 43.83%;
    }
    
    .block4_buton {
        margin-top: 148px;
    }
    
    .section_block6{
        margin-top: unset;
    }
    
    .menu_page_section {
        background: url(/assets/images/menu_page_1600.png);
    }
    
    .about_us_section {
        background: url(/assets/images/about_us_1600.png);
    }
    
    .slide_page_section {
        background: url(/assets/images/slide_page_1600.png);
    }
}

@media (min-width: 1600px) {
    
    .block1 {
        background: url(/assets/images/block1_1920.jpg) no-repeat;
    }
    
    .block1_text {
        max-width: 800px;
    }
    
    .block2 {
        background: url(/assets/images/block2_1920.jpg) no-repeat;
    }
    
    .block_2 {
        top: -58px;
    }
    
    .block3 {
        background: url(/assets/images/block3_1920.jpg) no-repeat;
    }
    
    .block4 {
        background: url(/assets/images/block4_1920.jpg) no-repeat;
    }
    
    .block6 {
        background: url(/assets/images/block6_1920.jpg) no-repeat;
    }
    
    .block7 {
        background: url(/assets/images/block7_1920.jpg) no-repeat;
        min-height: 795px;
        padding-top: 120px;
    }
    
    .block9 {
        background: url(/assets/images/block9_1920.jpg);
    }
    
    .block3_small{
        margin-left: 795px;
    }
    
    .menu_page_section {
        background: url(/assets/images/menu_page_1920.png);
        background-size: 102%;
    }
    
    .about_us_section {
        background: url(/assets/images/about_us_1920.png);
        background-size: 100%;
    }
    
    .slide_page_section {
        background: url(/assets/images/slide_page_1920.png);
        background-size: 100%;
    }
}

@media (min-width: 1921px) {
    
    .logo img{
        width: 152px;
    }
    
    .box-header>nav{
        width: 886;
    }
    
    .box-header>nav>ul{
        font-size: 23px;
        margin: 65px 0;
    }
    
    .mail a ,.phone a{
        font-size: 23px;
    }
    
    .mail img ,.phone img{
        height: 26px;
        width: 26px;
    }
    
    .info-boxs {
        width: unset;
    }
    
    .block1 {
        background: unset;
    }
    
    .block_full_background{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .block1_text {
        padding: 0 0 500 220px;
        position: absolute;
        bottom: 10px;
        max-width: 860px;
    }
    
    .block1_buton {
        position: absolute;
        bottom: 400px;
        padding-left: 300px;
    }
    
    .block2 {
        background: unset;
    }
    
    .block2_full_text{
        position: absolute;
        width: 100%;
        top: 0;
    }
    
    .block2__text{
        position: absolute;
        width: 100%;
        bottom: 150px;
    }
    
    .block3 {
        background: unset;
    }
    
    .block3_small{
        position: absolute;
        width: 100%;
        top: 0;
        margin: 0 42%;
        max-width: 749px;
    }
    
    .block3_buton{
        text-align: center;
    }
    
    .block4 {
        background: unset;
    }
    
    .block4_full_text{
        position: absolute;
        width: 100%;
        top: 180px;
    }
    
    .block6 {
        background: unset;
    }
    
    .block7 {
        background: unset;
        padding: unset;
    }
    
    .block9 {
        background: unset;
        height: 624px;
    }
}

@media (max-width: 768px) {
    
    #navbar{
        /*position: fixed;*/
        width: 100%;
        max-width: 1440px;
        background-color: white;
        z-index: 200;
    }
    
    .info-boxs{
        width: unset;
        text-align: center;
    }
    
    .col-md-2, .mt-2 {
        padding: unset;    
    }
    
    footer, .sticky {
        width: 100%;
    }
    
    .header {
        margin: 0;
    }
    
    .phone{
        display: block;
    }
    
    .mail{
        display: block;
    }

    .sticky>.box-header{
        padding: 0;
    }

    .box-header{
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav_mob{
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        text-transform: uppercase;
    }
    
    .nav_mob_block{
        background-color: white;
        height: 54px;
        display: flex;
        width: 100%;
    }
    
    .menu_logo{
        width: 50%;
        display: flex;
    }
    
    .menu_data{
        width: 50%;
        display: flex;
        margin: auto 0;
        justify-content: flex-end;
    }
    
    .line_menu{
        width: 48px;
        margin: auto 0;
        display: inline-block;
        cursor: pointer;
    }

    .bar1, .bar2, .bar3{
        width: 18px;
        height: 2px;
        background-color: #DADADA;
        border-radius: 2px;
        margin: 3px auto;
        transition: 0.4s;
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4.5px, 3px);
    transform: rotate(-45deg) translate(-4.5px, 3px);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -3px);
    transform: rotate(45deg) translate(-4px, -3px);
    }
    
    .mob_logo img{
        max-height: 48px;
    }
    
    .menu_data>div{
        margin: auto 10px;
    }

    .nav_mob>ul {
        position: fixed;
        background: #DF5D2E;
        width: 100%;
        display: none;
        z-index: 1000;
        height: 100%;
        padding-top: 10%;
    }
    
    .ul_active{
        display: block !important;
    }

    .nav_mob>ul>li {
        margin: 22px;
    }
    
    .nav_mob>ul>li>a{
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #FFFCFC;
    }
    
    .block1{
        min-height: unset;
        background: unset;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .block_1 {
        top: unset;
        min-height: unset;
        z-index: unset;
    }
    
    .block1_text {
        padding: 0 0 0 15px;
        position: absolute;
        bottom: 10px;
    }
    
    .block1_text span{
        font-size: 24px;
        line-height: 28px;
    }
    
    .block1_mob_background{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .block1_buton{
        display: none;
    }
    
    .block1_buton_mob {
        display: block;
        padding: 69px 0 31px 0;
        text-align: center;
    }
    
    .block2{
        background: url(/assets/images/block2_backgr.jpg) no-repeat;
        min-height: unset;
    }
    
    .block_2 {
        top: unset;
        min-height: unset;
    }
    
    .title{
        font-size: 24px;
        line-height: 64px;
    }
    
    .block2_text{
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        margin: 0 15px;
    }
    
    .block2_img{
        display: none;
    }
    
    .block2_mob{
        display: block;
    }
    
    .block2_mob_img{
        margin: 19px 0;
        text-align: center;
    }
    
    .block2_mob_text{
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: rgba(66, 75, 90, 0.5);
        margin: 0 15px;
    }
    
    .block2_mob_link{
        text-align: center;
        padding: 15px 0;
    }
    
    .block2_mob_link a{
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1px;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #DF5D2E;
    }

    .block2_img_a a{
        font-size: 4px;
    }
    
    .block2_backgr{
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 115px;
    }
    
    .block2__text{
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        margin: 45px 15px 0;
    }
    
    .about_us_left{
        justify-content: center;
    }

    .block3_small{
        margin: 0 10px;
        padding-top: 0;
        max-width: 100%;
    }
    .block3_buton {
        padding-top: 23px;
        margin-bottom: 30px;
        text-align: center;
    }

    .block3{
        background: unset;
        min-height: unset;
        top: unset;
        padding-top: 70px;
    }
    
    .block3_img_mob{
        display: block;
        text-align: center;
    }
    
    .block3_text{
        font-size: 18px;
        line-height: 165.4%;
        padding: 0 15px;
    }

    .block4{
        min-height: unset;
        padding-top: 0;
        top: unset;
        background: unset;
    }

    .block4_buton{
        margin-top: 68px;
        margin-bottom: 60px;
    }
    
    .block4_title{
        font-size: 18px;
        line-height: 22px;
    }
    
    .block4_text{
        font-size: 18px;
        line-height: 150%;
        padding: 0 15px;
        margin-top: 36px;
    }
    
    .block5_title{
        font-size: 24px;
        line-height: 64px;
    }
    
    .block5_text{
        font-size: 18px;
        line-height: 150%;
        padding: 0 15px;
        margin: unset;
    }
    
    .block5_menu{
        margin: unset;
        justify-content: center;
    }
    
    .block6{
        background: unset;
        min-height: unset;
    }
    
    .block6_title{
        padding-top: 0;
    }
    
    .block6_menu{
        margin: unset;
    }
    
    .block6_menu_min_block{
        margin: 0 15px;
    }
    
    .block7{
        background: unset;
        min-height: unset;
        padding-bottom: 60px;
    }
    
    .block7_title{
        font-size: 24px;
        line-height: 28px;
    }
    
    .slideshow-container{
        padding-top: 0;
    }

    .mySlides, .mySlides_mob{
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0;
    }

    .slide_dot{
        padding-top: 30px;
    }
    
    .carousel-reviews{
        display: none;
    }
    
    .carousel-reviews_mob{
        display: block;
    }

    .block8{
        margin: 0;
    }

    .block8_body{
        justify-content: center;
        margin-top: 35px;
    }
    
    .block8_logo{
        margin: 20px 0;
    }

    .block9{
        background: url(/assets/images/block9.jpg);
        min-height: unset;
        margin-top: 65px;
    }

    .block9_body{
        text-align: center;
        padding: 0 15px;
    }

    .block9_margin_left{
        margin-right: 0;
    }

    .block9_textarea{
        width: 100%;
    }

    .block9_body_icon{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .block9_icon{
        text-align: left;
    }

    .block9_buton_block{
        padding-bottom: 30px;
    }

    .slide_page_section{
        min-height: unset;
    }

    .footer_left_block,
    .footer_right_block{
        width: unset;
        text-align: center;
            margin: 18px 0;
    }
    
    .right_cent{
        margin-top: 20px;
    }

    .menu_block_image,
    .menu_block_text,
    .menu_title{
        width: 100%;
        padding: 0 20px 35px;
        font-size: 18px;
        line-height: 125%;
        text-align: center;
    }
    .menu_title{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .menu{
        padding-top: 20px;
    }
    
    .footer.center{
        display: none;
    }
    
    .center_mob{
        display: block;
        margin: 33px 0 32px;
    }
    
    footer{
        flex-wrap: wrap;
    }
    
    .footer{
        width: 100%;
    }
    
    .about_us_section{
        margin-top: 55px;
        background: unset;
    }
    
    .about_us_text_top h2{
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 31px;
    }
    
    .about_us_image{
        padding: 15px;
    }
    
    .menu_page_section{
        background: unset;
        min-height: unset;
        margin-top: 55px;
    }
    
    .menu_title_text{
        margin-left: 20px;
        margin-bottom: 42px;
    }
    
    .slider_mob{
        display: block;
        margin-top: 55px;
    }
    
    .slider_mob img{
        max-width: 100%;
    }
    
    .slider{
        display: none;
    }
    
    .revers{
        flex-direction: row-reverse;
    }
}

@media (max-width: 569px) {
   .revers{
        flex-direction: column-reverse;
    }
}