*{
    margin: 0;
    padding: 0;
    font-family: 'Tahoma', sans-serif ;
    scroll-behavior: smooth;
}
.callBackForm {
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    background-color: grey;
    border: 2px solid black;
    border-radius: 20px;
    padding-top: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-150px);
    transition: .6s;
    z-index: 999999;
    opacity: 0;
    z-index: 0;
    padding-bottom: 25px;
    padding-top: 15px;
 }
 .designerCallForm{
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    background-color: grey;
    border: 2px solid black;
    border-radius: 20px;
    padding-top: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-150px);
    transition: .6s;
    opacity: 0;
    z-index: 0;
    padding-bottom: 25px;
    padding-top: 15px;
 }
 .kitchenCalcForm{
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 300px;
    background-color: grey;
    border: 2px solid black;
    border-radius: 20px;
    padding-top: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-150px);
    transition: .6s;
    opacity: 0;
    z-index: 0;
    height: 450px;
 }
 .field-kitchencalcformmodel-material, #closetcalcmodel-opening, #kitchencalcformmodel-tech {
    width: 193px !important;
 }
 .closetCalcForm{
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    min-width: 300px;
    width: 300px;
    background-color: grey;
    border: 2px solid black;
    border-radius: 20px;
    padding-top: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-150px);
    transition: .6s;
    opacity: 0;
    z-index: 0;

    height: 450px;
 }
 .field-kitchencalcformmodel-phone{
     margin-top: 20px;
 }
 .closetFormContainer{
    overflow-x: hidden;
    padding-top: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    max-height: 90% !important;
    overflow-y: scroll;
    margin-bottom: 10px;
 }
 .closetFormContainer div{
    min-height: 50px;
    margin-bottom: 30px;
 }
 .closetFormContainer button{
    z-index: 9;
    min-height: 40px;
 }
 .kitchenFormContainer{
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    max-height: 90% !important;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
 }
 .kitchenFormContainer div{
    min-height: 50px;
    margin-bottom: 30px;
 }
 .kitchenFormContainer button{
    margin-top: 20px;
    min-height: 40px;
    z-index: 9;
 }
 .kitchenFormContainer::-webkit-scrollbar{
     height: 300px;
     right: 30px;
     width: 3px !important;
     position: relative;
     right: 20%;
 }
 .kitchenFormContainer::-webkit-scrollbar-track{
    background-color: #165e16;
}
.kitchenFormContainer::-webkit-scrollbar-thumb{
    background-color: #023502;
}
.closetFormContainer::-webkit-scrollbar{
    height: 300px;
    right: 30px;
    width: 3px;
    position: relative;
    right: 20%;
}
.closetFormContainer::-webkit-scrollbar-track{
   background-color: #165e16;
   width: 10px;
}
.closetFormContainer::-webkit-scrollbar-thumb{
   background-color: #023502;
   width: 10px;
}
 .callBackFormSuccess{
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    min-width: 300px;
    background-color: grey;
    border: 2px solid black;
    border-radius: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    transition: .6s;
    z-index: 999999;
    padding-bottom: 25px;
    padding-top: 15px;
 }
.form-btn, .form-btn__close{
    background-color: #165e16;
    color: #fff;
    border: none;
    height: 30px;
    width: 95px;
    border-radius: 11px;

}
.form-btn__close{
    margin-top: 40px !important;
}
a{
    text-decoration: none !important
}
ul{
    list-style: none;
}
.wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.inner{
    width: 87%;
    left: 0;
    z-index: 999;
}
#sidebar{
    width: 13%;

    right: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    transition: .4s;
    z-index: 99999;
}
.sidebar-item{
    height: 25%;
    color: #fff !important;
    font-size: 23px;
    background-color: #165e16;
    text-align: left;
    transition: .3s;
    display: flex;
    justify-content: left;
}
.kitchen_cost_container{
    position: absolute;
    display: flex;
    border: 3px solid #004c00;
    top: 7%;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    z-index: 999;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    background-color: rgba(127,127,127,0);
    padding: 7px;
}
.kitchen_cost{
    color: #482725;
    font-size: 25px;
    font-weight: 1000;
}
.kitchen_cost_container:hover {
    background-color: rgba(127,127,127,0.7);

}
.kitchen_cost:hover{
    color: #482725 !important;
}
.kitchen_cost:visited{
    color: #482725 !important;
}
.closeForm{
    position: absolute;
    top: 12px;
    left: 12px;
    background: url(/images/x-mark.svg);
    height: 27px;
    width: 27px;
    background-size: cover;
    z-index: 99;
}
.sidebar-item:hover{
    background-color: #125512;
}
.sidebar-item div{
    align-self: center;
    text-align: left;
    height: 110px;
    width: 90%;
    margin-left: 10px;
}
#sidebarbtn{
    position: absolute;
    height: 45px;
    width: 50px;
    right: 120%;
    background-color: rgba(26,57,23,0);
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    z-index: 99999999;
}
.burger__line{
    display: block;
    width: 100%;
    height: 5px;
    background-color: #165e16;
    position: absolute;
    transition: .3s;
}
#burger__line_first{
    top: 0;
    transition-delay: .2s;
}
#burger__line_second, #burger__line_third{
    top: 50%;
    transform: translateY(-50%);
}
#burger__line_fourth{
    bottom: 0;
    transition-delay: .2s;
}
.main{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #7f7f7f;
}
.header{
    background-color: #7f7f7f;
    max-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.logo_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #004600;
    margin: 15px 0;
}
.logo_block h2{
    margin-top: -1px;
    font-style: italic;
    font-family: 'Calibri', cursive;
    font-weight: 600;
}
.contacts{
    font-size: 21px;
}
.footer-contacts{
    font-size: 16px;
}
.phone{
    font-weight: 600;
}
.mail{
    font-weight: 600;
}
.time{
    font-size: 16px;
    font-weight: 600;
}
.footer-contacts .time{
    font-size: 13px;
    font-weight: 600;
}
.phone, .mail, .time{
    color: #482306 !important;
}
.carousel{
    background-color: #fff;
    height: 70%;
    max-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}
.carousel_container1, .carousel_container2{
    width: 50%;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}
.carousel1_track, .carousel2_track{
    display: flex;
    flex-direction: column;
    transition: .8s;
}
.carousel1_track{
    transform: translateY(0);
}
.carousel2_track{
    transform: translateY(-1200px);
}
.carousel11_item{
    background: url(/images/11.png);
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel12_item{
    background: url(/images/12.png);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}
.carousel13_item{
    background: url(/images/13.png);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}
.carousel21_item{
    background: url(/images/21.png);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}
.carousel22_item{
    background: url(/images/22.png);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}
.carousel23_item{
    background: url(/images/23.png);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}

.navigation, .footer-navigation{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    max-height: 250px;
    height: 15%;
    background-color: #7f7f7f;
    height: 120px;
    width: 100%;
}
.navigation li, .footer-navigation li{
    margin: 7px;
}
.menu_item{
    color: #4a2101 !important;
    font-size: 24px;
}
.menu_item:hover{
    border-bottom: 3px solid #4a2101;
    transition: .3s;
    color: #4a2101;
}
.kitchens{
    margin-top: 50px;
}
.kitchens-title{
    text-align: center;
    color: rgba(74, 33, 1, 1);
    margin-bottom: 30px;
}
.product_cards{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.card{
    height: 180px;
    width: 320px;
    transition: .5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    position: relative;
}
.classic1{
    background: url(/images/арена01.png);
}
.classic2{
    background: url(/images/бергонцо01.jpg);
}
.classic3{
    background: url(/images/венеция01.png);
}
.classic4{
    background: url(/images/гварнери01.png);
}
.classic5{
    background: url(/images/инфинитиплатинум01.jpg);
}
.classic6{
    background: url(/images/луизиана01.jpg);
}
.classic7{
    background: url(/images/монтана01.jpg);
}
.classic8{
    background: url(/images/наполи01.png);
}
.classic9{
    background: url(/images/олимп01.jpg);
}
.classic10{
    background: url(/images/оренллабьянка01.jpg);
}
.classic11{
    background: url(/images/руджери01.jpg);
}
.classic12{
    background: url(/images/тиффани01.jpg);
}
.modern1{
    background: url(/images/modern1.png);
}
.modern2{
    background: url(/images/modern2.png);
}
.modern3{
    background: url(/images/modern3.png);
}
.modern4{
    background: url(/images/modern4.png);
}
.modern5{
    background: url(/images/modern5.png);
}
.furniture1{
    background: url(/images/furniture1.jpg);
}
.furniture2{
    background: url(/images/furniture2.png);
}
.furniture3{
    background: url(/images/furniture3.png);
}

.cardimg{
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    z-index: 2;
    width: 320px;
    height: 180px;
    transition: .5s ease-in-out;
    clip-path: circle(300px at 40%-20%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.cardimg:hover{
    clip-path: circle(300px at 140%-20%);
}
.buybtn{
    height: 30px;
    width: 120px;
    position: absolute;
    right: 5%;
    top: 30%;
    color:rgba(74, 33, 1, 1) !important;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    display: flex;
}
.buybtn p{
     margin: auto;
}
.buybtn:hover{
    background-color: #c5c4c1;
}
.cardbtns{
    width: 80px;
    height: 100px;
    margin-left: -100px;
    margin-top: 60px;
    left: 0;
    color: #482306;
}
.kitchens-nav{
    margin: 0 auto;
    display: none ;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100px;
    z-index: 999999;
    font-size: 0px;

}
.kitchens-nav__button{
    background-color: #4a2101;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}
.currentModern{
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s;
}
.currentClassic{
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: .2s;
}
.kitchens-nav__button2{
    display: none;
}
.kitchens-nav__button1{
    display: none;
}
.footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 200px;
    align-self: flex-start;
    width: 87%;
    justify-content: space-around;
    background-color: #7f7f7f;
    flex-wrap: wrap;
    padding: 35px 35px;
    margin-top: 35px;
}
@media (min-width: 1200px){
    #sidebarbtn{
        display: none;
    }
}
@media (max-width: 649px){
    .kitchens-nav{
    display: flex !important;
    }
}
@media (max-width: 1200px){
    .inner{
        width: 100%;
    }
    .footer{
        width: 100%;
    }
    .navigation, .footer-navigation{
        flex-wrap: wrap;
    }
    #sidebar{
        top: 50%;
        transform: translateY(-50%) translateX(100%);
        position: fixed;
        z-index: 999;
        width: 0%;
        min-width: 120px;
    }
    .sidebar-item{
        font-size: 17px;
        padding-left: 8px;
    }
    .sidebar-item div{
        align-self: center;
        text-align: left;
        margin-left: 0;
    }
    .carousel{
        width: 86%;
        max-height: 400px;
        margin: auto;
        margin-top: 30px;

    }
    .contacts{
        display: none;
    }
    .logo_block{
        text-align: center;
        width: 100%;
    }
    .logo{
        width: 100%;
    }
} 
@media (max-width: 696px){
    .kitchens-container{
        overflow: hidden;
        height: 600px;
    }
    .kitchens-nav{
        display: none;
    }
    .menu_item{
        font-size: 18px;
    }
    .logo_block h2{
        font-size: 22px;
    }
    .kitchens-title{
        font-size: 22px;
    }
    .carousel{
        max-height: 260px;
    }
    .navigation li{
        margin: 5px;
    }
}
@media (max-width: 420px){
    .carousel{
        max-height: 180px;
        margin-left: 0;
        margin-right: 0;
        align-self: auto;
        width: 100%;
    }
}
@media (max-width: 280px){
    .carousel{
        max-height: 140px;
    }
}



