html {
    scroll-behavior: smooth;
  }
body{
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, span, a, input, textarea, li, button{
    font-family: 'Montserrat', sans-serif;
}
a{
    transition: 0.5s; 
    text-decoration: none 
}
a:hover{
    text-decoration: none;
    transition: 0.5s;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
input:focus{ 
    outline: none;
}
img{
    width: 100%
}
.between {
    justify-content: space-around !important;
}
.container {
    width: 1280px;
    margin: 0 calc(50% - 640px);
}
.w100{ 
    width: 100%;
}
.w80{ 
    width: 80%;
}
.w75{
    width: 75%;
}
.w5to12{
    width: calc((100% * 5 / 12) - 0.1px)
}
.w7to12{
    width: calc((100% * 7 / 12) - 0.1px)
}
.w66{
    width: 66.66%;
}
.w50{
    width: 50%;
}
.w40{
    width: calc((100% * 4 / 12) - 0.1px)
}
.w33{
    width: 33.33%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.block{
    display: block;
}
.hideDesctop{
    display: none;
}
input[type="submit"] {
    cursor: pointer;
}
section {
    max-width: 100vw;
    overflow-x: hidden;
}
.consultationButton a { display: block; }
@media(max-width: 1279px){
    .container{
        width: 100%;
        margin: 0;
        overflow-x: hidden;
    }
    .w75, .w66, .w50, .w33, .w25, .w20, .w5to12, .w7to12{
        width: 100%
    }
    .hideDesctop{
        display: block;
    }
    .hideMobile{
        display: none;
    }
}

h2{
    font-weight: 800;
    font-size: 54px;
    line-height: 56px;
    color: #000000;   
}
.center{
    text-align: center;
}
footer .fa-phone { transform: rotate(90deg); }
a.blackButton{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    background: #7878fa;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 16px 30px;
    margin-right: 25px;
    text-align: center;
    border-radius: 5px;
}
a.blackButton:hover{
    background: #2e2eff;
}
a.yellowButton{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    background: #fafa78;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    color: #000000;
    display: block;
    padding: 16px 30px;
    text-align: center;
    border-radius: 5px;
}
a.yellowButton:hover{
    background: #ffff29;
}
.consultationButton{
    width: 140px;
    height: 140px;
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 50px;
    float: right;
}
.slow-animate {
    transition: 2s !important;
    animation-name: pulse;
    animation-duration: 3.5s;
    /*animation-iteration-count: infinite;*/
}
img.topSaleMiniImg{
    display: none !important;
}

header{
    background: linear-gradient(90deg, rgb(157, 157, 250) 0%, rgba(255,255,255,1) 100%);
    width: 100vw;
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
}
header .headerMain{
    justify-content: space-between;
}
header .headerLogo img{
    /*width: 221px;*/
    width: 70px;
}
header .headerFirstMenu{
    display: flex;
}
header .headerFirstMenu li{
    padding: 27px;
    cursor: pointer;
}
header .headerFirstMenu li:hover{
    background: rgb(157, 157, 250);
    transition: 0.5s;
}
header .headerFirstMenu li a{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #231F20;
}
header .headerSecondMenuUl{
    position: absolute;
    margin: 27px 0 0 -27px;
    display: none;
    transition: 0.5s;
    z-index: 8;
}
header .headerSecondMenuUl li{
    background: rgba(157, 157, 250, 0.9);  
    padding: 14px 38px;
    border: 0.5px solid #fff;
}
header .headerSecondMenuUl li:hover{
    background: rgba(255, 255, 255, 0.9); 
}
header .headerSecondMenuUl li a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #231F20; 
}
header .shop-badge i{
    font-size: 24px;
    margin-top: -6px;
}
header .shop-badge span{
    position: relative;
    bottom: 15px;
}
header .headerLine{
    background: #231F20;
    height: 31px;
    width: 2px;
    margin-top: 22px;
    margin-left: 180px;
}
header .headerSocial{
    align-items: center;
    width: 120px;
    justify-content: space-around;
}
header .headerSocial .facebook{
    width: 12px;
    height: 22px;
}
header .headerSocial .instagram{
    width: 25px;
    height: 25px;
}
header .headerSocial .youtube{
    width: 23px;
    height: 17px;
}
.fakeHeader{
    height: 70px;
    width: 100vw;
}

footer{
    background: #444444;
    padding: 65px 0 25px;
}
footer .footerLogo img.footerLogoImg{
    width: 120px;
}
footer .footerSocial{
    align-items: center;
    width: 120px;
    justify-content: space-between;
    margin: 45px 0 0;
}
footer .facebook{
    width: 17.37px;
    height: 38px;
}
footer .instagram{
    width: 38px;
    height: 38px;
}
footer .youtube{
    width: 38px;
    height: 28.09px;
}
footer h4{
    font-weight: 800;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 0 30px;
}
footer li{
    margin: 4px 0;
}
footer li a{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff8f;   
}
footer li a:hover{
    color: #fff;
}
footer h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
footer .footerContacts{
    margin: 0 0 15px;
    width: 295px;
}
footer .footerContacts p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
footer .footerContacts a{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 5px;
    display: block;
}
footer .footerContacts a:hover{
    color: #ffffff8f;
}
footer p.copy{
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #FFDC40;
    text-align: center;
    margin: 30px auto 0;
}

#underHeader{
    background-image: url(../images/ooo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}
#underHeader h1{
    font-weight: 900;
    font-size: 58px;
    line-height: 74px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 1px #111;  
    width: 575px; 
    padding: 9vh 0 7vh;
}
#underHeader .underHeaderText{
    align-items: center;
    margin-bottom: 8vh;
}
#underHeader .underHeaderText img{
    width: 78px;
    margin-right: 25px;
}
#underHeader .underHeaderText h3{
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;  
}

#sale{
    background-color: #fafa78;
    padding: 80px 0;
}
#sale .owlSaleBlock img{
    width: 600px;
    height: 400px;
}
#sale .owl-dots{
    width: 100px;
    margin: 35px calc(50% - 50px);
    display: flex;
    justify-content: space-between;
}
#sale .owl-dots .owl-dot{
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
}
#sale .owl-dots .owl-dot.active{
    background-color: #000;
}
#sale h2{
    margin: 60px 0 0 30px;
}
#sale p{
    font-weight: 300;
    font-size: 21px;
    line-height: 31px;
    color: #000000; 
    width: 450px;   
    margin: 60px 0 0 30px;
}

#why{
    background: #F8F8F8;    
    padding: 100px 0;
}
#why img{
    width: 200px;
    margin: 70px calc(50% - 100px) 0;
    max-height: 180px;
    height: auto;
}
#why h3{
    font-weight: 800;
    font-size: 34px;
    line-height: 28px;
    color: #000000;
    margin: 30px 0 20px;
    text-align: center;
}
#why p{
    font-size: 21px;
    line-height: 31px;
    color: #000000;
    width: 420px;
    text-align: center;
}

#catalogCarusel{
    padding: 90px 0 100px;
}
#catalogCarusel h2,
#catalogCarusel h2 a{
    color: #000;
}
#catalogCarusel.doorCaruselMain .detalCaruselBlock,
#catalogCarusel.doorCarusel .detalCaruselBlock{
    margin: 85px auto 0;
    width: 140px;
}
#catalogCarusel.doorCaruselMain img.detalCaruseImg,
#catalogCarusel.doorCarusel img.detalCaruseImg{
    width: 140px;
}
#catalogCarusel h4{
    height: 50px;
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin: 20px auto 0;   
}
#catalogCarusel h3{
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    opacity: 0.88;    
}

#goToCatalog{
    background-image: url(images/girl.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 95vh;
    padding-top: 15vh;
}
#goToCatalog p{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin: 20px 0 25px;
}
@media(min-width: 1599px){
   #goToCatalog p{
        font-size: 20px;
        line-height: 30px;
        color: #000000;
        margin: 40px 0 55px;
    } 
}
@media(min-width: 768px){
   #goToCatalog h2{
        font-size: 32px;
        line-height: 1.2
    } 
}
#goToCatalog .mobileGirl{
    display: none;
}

#whatGet{
    background: #F8F8F8;    
    padding: 100px 0 130px;
}
#whatGet img{
    width: 160px;
    margin: 70px 20px 0 0;
}
#whatGet h3{
    font-weight: 800;
    font-size: 34px;
    line-height: 28px;
    color: #000000;
    margin: 100px 0 10px;
}
#whatGet p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    width: 420px;
}

#lookDoor{
    padding: 100px 0;
}
#lookDoor h2{
    width: 700px;
    margin-bottom: 70px;
}
#lookDoor img{
    width: 620px;
    height: 380px;
}

#steps .stepMain{
    background-color: #a9cf55;
    padding: 60px 0;
}
#steps .stepLine{
    align-items: center;
}
#steps .stepBig{
    width: 255px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#steps .stepBig img.stepNumber{
    width: 92px;
    height: 97px;   
    margin: 60px auto 25px;
}
#steps .stepBig img.stepPhoto{
    width: 255px;
    height: 255px;
    border-radius: 50%;   
}
#steps .stepBig p{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin: 20px auto;  
}
#steps .stepLittle img{
    width: 84px;
}

#bigSale{
    padding: 100px 0;
}
#bigSale img{
    height: 460px;
    width: auto;
    margin: 60px 0 0;
}
#bigSale p{
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    color: #000000;   
    margin: 60px 0 80px; 
}
#bigSale .bigSaleTime{
    justify-content: space-between;
}
#bigSale .bigSaleTime h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);  
    text-align: center;
    margin: 0 auto 30px;
}
#bigSale .bigSaleTime .bigSaleTimer{
    justify-content: space-around;
    width: 275px;
}
#bigSale .bigSaleTime .bigSaleTimer h5{
    font-weight: 700;
    font-size: 36px;
    line-height: 31px;
    color: #40403F; 
    background: #FFDA37;
    padding: 20px 15px; 
    margin: 12px 3px 5px; 
}
#bigSale .orderBigSale h6 span{
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    color: #40403F;    
    background: #FFDA37;
    padding: 6px 11px;
}
#bigSale .orderBigSale a{
    padding: 16px 70px;
    margin: 25px auto;
}

#delivery{
    background: #F8F8F8;
    padding: 80px 0 60px;
}
#delivery h2{
    margin-bottom: 55px;
}
#delivery .deliveryBlock{
    align-items: flex-start;
    margin-bottom: 50px;
}
#delivery .deliveryBlock img{
    width: 85px;
    margin-right: 25px;
}
#delivery .deliveryBlock h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: #000000;  
    width: 480px; 
}
#delivery .deliveryBlock p{
    font-weight: 300;
    font-size: 16px;
    line-height: 31px;
    color: #000000;  
    width: 480px; 
}
#delivery .deliveryPhoto img{
    width: 460px;
}

#reviews{
    padding: 80px 0;
}
#reviews .reviewsItem{
    align-items: flex-end;
    justify-content: space-between;
}
#reviews .reviewsItem a.addReview{
    font-size: 21px;
    line-height: 26px;
    color: #40403F;
    background: #FFDC40;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    padding: 10px 28px;
}
#reviews .reviewsItem a.addReview span{
    font-size: 36px;
    font-weight: 500;
    margin-left: 10px;
}
#reviews .reviewAll{
    margin: 100px auto 0;
    align-items: flex-start;
    justify-content: flex-start;
}
#reviews .reviewBlock{
    margin: 0 0 40px;
}
#reviews .reviewBlock img.reviewLogo{
    border-radius: 50%;
    width: 130px;
    margin: 0 35px 10px 10px;
}
#reviews svg{
    margin: 0 2px;
}
#reviews svg path{
    fill: #b6b6b6;
    /* fill: #FFDA37; */
}
#reviews .reviewBlock h4{
    font-weight: 600;
    font-size: 21px;
    line-height: 64px;
    color: #000000;
}
#reviews .reviewBlock p{
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.7); 
    width: 400px;  
}
#reviews.reviewsMobile{
    display: none;
}

.mainLineTop{
    width: 0; 
    height: 0;
    border-bottom: 100px solid #a9cf55;
    border-left: 100vw solid transparent;
    margin-bottom: -1px;
}
.mainLineBottom{
    width: 0; 
    height: 0;
    border-top: 100px solid #a9cf55;
    border-right: 100vw solid transparent;
    margin-top: -1px;
}

#mainForm .formMain{
    background-color: #a9cf55;
    padding: 100px 0;
}  
#mainForm h2{
    margin: 150px 0 0;
}
.theForm form{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    width: 352px;
    height: 524px;
    padding: 50px 38px;
    margin: 0 0 0 90px;
}
.theForm form h3{
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color: #000000; 
}
.theForm form h6{
    font-size: 16px;
    line-height: 20px;
    color: #878686;  
    font-weight: 300;
    margin: 18px 0;
}
.theForm form p{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 16px 0 10px;
}
.theForm form input{
    border: 1px solid #C4C4C4;
    width: 350px;
    height: 64px;
    padding: 20px 30px;
    font-size: 27px;
    line-height: 33px;
    color: #000000;
}
.theForm form input:focus{
    border: 1px solid #000;
}
.theForm form input.mainFormButton{
    background: url(images/send.svg) no-repeat center left 40px;
    background-color: #231F20;
    padding: 24px 55px 24px 95px;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
    outline: none;
    border: 0;
    width: 352px;
    height: 72px;
    margin-top: 20px;
}
.theForm form input.mainFormButton:hover{
    background: url(images/send.svg) no-repeat center left 30px;
    transition: 0.5s;
    background-color: #231F20;
}
.theForm form p.center{
    font-size: 16px;
    line-height: 20px;
    color: #AEAEAE;   
    width: 163px;
    margin: 10px auto 0;
    text-align: center;
}

#map{
    width: 100vw;
    height: 700px;
}
#map iframe{
    width: 100vw;
    height: 700px;
}
#map .mapBlock{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    width: 340px;
    height: 440px;
    padding: 35px 40px;
    position: relative;
    margin-top: -620px;
    left: 80px;
}
#map .mapBlockPart{
    align-items: flex-start;
}
#map .mapBlockPart img{
    width: 53px;
    margin: 4px 25px 0 0;
}
#map .mapBlockPart h5{
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #FFDA37;
}
#map .mapBlockPart h6,
#map .mapBlockPart a.mapTel{
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}
#map .mapBlockPart a.mapMail{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
    display: block;
    margin: 0 0 20px;
}


/* CONTACTS */
#mainContacts{
    background: #fafa78;
    padding: 100px 0;
}
#mainContacts h1{
    font-weight: 900;
    font-size: 58px;
    line-height: 64px;
    color: rgb(43, 43, 43);
    margin: 0 0 50px;  
}
#mainContacts h5{
    font-weight: 800;
    font-size: 34px;
    line-height: 32px;
    color: rgb(43, 43, 43);
    margin: 0 50px 10px 0;
    text-shadow: none;
}
#mainContacts h5:hover{
    text-shadow: none;
    color: rgba(43, 43, 43, 0.8);
}
#mainContacts h6{
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;  
    color: rgb(43, 43, 43);
}
#mainContacts a.mapTel{
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: rgb(43, 43, 43);
    display: block;
    text-shadow: none;
    margin: 26px 0;
}
#mainContacts a.mapMail{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: rgb(43, 43, 43) !important;
    display: block;
    margin: 0 0 50px;
    text-shadow: none;
}
#mainContacts a:hover{
    text-shadow: none;
    color: rgba(43, 43, 43, 0.7) !important;
}
#mainContacts .mainSocial{
    align-items: center;
    margin: 70px 0 0;
}
#mainContacts h4{
    font-weight: 800;
    font-size: 27px;
    line-height: 32px;
    color: #40403F;
    margin: 0 50px 0 0;
}
#mainContacts a img{
    width: 60px;
    margin: 0 10px;
    transition: 0.54s
}
#mainContacts a:hover img {
    filter: grayscale(0.8)invert(0.9);
}
#mainContacts .theForm{
    margin: 50px 0;
}


/* DETAL DOOR */
#detal{
    padding: 70px 0 20px;
}
#detal .detalText{
    background: #7878fa20;
    width: 520px;
    height: auto;  
    padding: 50px;
}
#detal .detalText h1{
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #000000;   
    text-align: center;
}
#detal .detalText h5{
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #000000;  
    margin: 20px 0;
}
#detal .detalPrice{
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 50px;
}
#detal .detalText h3{
    font-weight: 800;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    text-decoration-line: line-through;
    color: #000000;    
}
#detal .detalText h4{
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #000000;  
    background: #FFDA37;
    padding: 0 12px;
}
#detal .detalText p{
    font-size: 16px;
    color: #000000;  
    font-weight: 300;
    margin: 0 0 20px;
}
#detal .detalText p span{
    font-weight: 500;
}
#detal .detalImages{
    justify-content: space-between;
    margin: 60px auto 40px;
}
#detal .detalImages div{
    width: 70px; 
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#detal .detalImages img{
    width: 50px;
    margin: 0 auto;
}
#detal .detalImages img.detalCar{
    width: 70px;
    margin: -8px 0 0;
}
#detal .detalImages p{
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
    color: #C6C6C6;
}
#detal .detalButton{
    box-sizing: content-box;
    justify-content: space-between;
}

#detal .control-label{
    font-size: 16px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#detal .btn-success{
    border: 2px solid rgba(196, 196, 196, 0.96);
    outline: none;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgba(196, 196, 196, 0.96);
    font-size: 20px;
}
#detal .btn-success:hover{
    color: #FFDC40;
    border: 2px solid #FFDC40;
    transition: 0.5s;
}
#detal .form-control{
    border: 2px solid rgba(196, 196, 196, 0.96);
    outline: none;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 20px;  
    background: transparent;
}
#detal button.addToCartBtn{
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    background: #7878fa;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
    width: 260px;
    float: right;
    border-radius: 4px;
}
#detal button.addToCartBtn:hover{
    background: #2e2eff;
    transition: 0.5s;
}


#detal .detalDoorImages img.detalPhotoDoor,
#detal .detalPhotoMobile img.detalPhotoDoor{
    width: 480px;
    margin: 80px 0 0;
    transition: 0.54s
}
#detal .detalPhotoMobile img.detalPhotoDoor:hover {
    filter: brightness(0.5);
}
#detal .detalDoorImages .detalSamePhoto{
    margin: 0 0 0 90px;
}
#detal .detalDoorImages .detalSamePhoto a img{
    max-width: 90px;
    max-height: 190px;   
    margin: 0 15px 30px;
    transition: 0.54s
}
#detal .detalDoorImages .detalSamePhoto a img:hover{
    filter: brightness(0.7);
}
#detal .blackButtonDetalMobile{
    display: none;
}
#catalogCarusel h2.catalogCaruselItemMobile{
    display: none;
}
#catalogCarusel p.catalogCaruselText{
    display: none;
}


/* DETAL LAMINAT */

#detal .detalLaminatImages img.detalPhotoLaminat,
#detal .detalPhotoMobile img.detalPhotoLaminat{
    width: 340px;
    height: 340px;
    margin: 30px calc(50% - 170px) 70px;
}
#detal .detalLaminatImages .detalSamePhoto{
    margin: 30px 0 0 60px;
}
#detal .detalLaminatImages .detalSamePhoto a img{
    width: 100px;
    height: 100px;   
    margin: 0 15px;
}
#catalogCarusel.laminatCarusel .detalCaruselBlock{
    width: 190px;
    margin: 80px auto 0;
}
#catalogCarusel.laminatCarusel img.detalCaruseImg{
    width: 190px;
    height: 190px;
}

/* DETAL KLAMKA */

#detal .detalKlamkaImages img.detalPhotoKlamka,
#detal .detalPhotoMobile img.detalPhotoKlamka{
    width: 340px;
    height: 140px;
    margin: 100px calc(50% - 170px) 90px;
}
#detal .detalKlamkaImages .detalSamePhoto{
    margin: 30px 0 0 60px;
}
#detal .detalKlamkaImages .detalSamePhoto a img{
    width: 100px;
    height: 40px;   
    margin: 0 15px;
}
#catalogCarusel.klamkaCarusel .detalCaruselBlock{
    width: 190px;
    margin: 80px auto 0;
}
#catalogCarusel.klamkaCarusel img.detalCaruseImg{
    width: 190px;
    height: 85px;
}




/* ADD COMMENT */
#reviews .reviewAdd{
    background: #F8F8F8;
    height: 280px;  
    width: calc(50% - 120px);
    margin: 0 40px 40px 0;
    padding: 40px;
}
#reviews .reviewAdd input[type="text"]{
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    background: #F8F8F8;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    width: 223px;
    height: 10px;
}
#reviews .reviewLabel{
    align-items: center;
    margin: 0 0 0 80px;
}
#reviews input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: #C4C4C4;
    outline: none;
    margin: 0 6px;
}
#reviews input[type="radio"]:checked {
    background: #FFDA37;
    transition: 0.2s;
}
#reviews label h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.7);    
}
#reviews .reviewAdd textarea{
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    background: #F8F8F8;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.7);
    width: 520px;
    height: 100px;
    padding: 10px 15px;
    margin: 20px 0;
}
#reviews .reviewStars{
    align-items: center;
}
#reviews .reviewStars p{
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 20px 0 10px;
}
#reviews .reviewAdd input[type="submit"]{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #40403F;
    background: #FFDC40;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border: 0;
    padding: 10px 45px;
    float: right;
    margin: 30px 0 0;
}
#reviews input[type="text"]:focus,
#reviews textarea:focus{
    border: 1px solid #FFDA37;
    outline: none;
}
#reviews .reviewAdd input[type="submit"]:hover{
    background: #ffd519;
    transition: 0.5s;
}


/* MAIN DOOR CATALOG */
.theMainCatalog{
    padding: 65px 0 80px;
}
.theMainCatalog .mainDoorCatalogBlock{
    width: 194px;
    padding: 15px;
    margin: 3px;
    transition: 0.54s;
    border-radius: 5px;
}
.theMainCatalog .mainDoorCatalogBlock:hover {
    box-shadow: 1px 3px 7px #7878fa;
}
.theMainCatalog .mainDoorCatalogBlock img{
    /*height: 280px;*/
}
.theMainCatalog h4{
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #000000;    
    margin: 15px auto 4px;
}
.theMainCatalog h3{
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;   
}

/* CATALOG NUMBERS */
/* .ctalogNumbers{
    float: right;
    margin: 0 60px 200px 0;
}
.ctalogNumbers div{
    margin: 5px;
    width: 41px;
    height: 41px;
}
.ctalogNumbers h4{
    font-weight: 800;
    font-size: 21px;
    text-align: center;
    padding-top: 8px;
}
.ctalogNumbers div.ctalogNumbersYellow{
    background: #FFDC40;
    border: 2px solid #FFDC40;
}
.ctalogNumbers div.ctalogNumbersYellow h4{
    color: #000;
}
.ctalogNumbers div.ctalogNumbersGrey{
    border: 2px solid rgba(196, 196, 196, 0.96);
}
.ctalogNumbers div.ctalogNumbersGrey h4{
    color: rgba(196, 196, 196, 0.96);
} */


.pagination{
    float: right;
    margin: 0 60px 200px 0;
    display: flex;
}
.pagination .previous-off,
.pagination .next,
.pagination .previous,
.pagination .next-off{
    display: none;
}
.pagination li{
    margin: 5px;
    width: 41px;
    height: 33px;
    font-weight: 800;
    font-size: 21px;
    text-align: center;
    padding-top: 8px;
    border: 2px solid rgba(196, 196, 196, 0.96);
    background: transparent;
}
.pagination li a{
    color: rgba(196, 196, 196, 0.96);
}
.pagination li.active{
    background: #FFDC40;
    border: 2px solid #FFDC40;
}
.pagination li.active a{
    color: #000;
}



/* MAIN ФУРНІТУРА CATALOG */
.theMainCatalog .mainFurnituraCatalogBlock{
    width: 195px;
    margin: 0 20px 80px;
}
.theMainCatalog .mainFurnituraCatalogBlock img{
    height: 77px;
    margin: 0 0 20px;
}


/* MAIN підлога CATALOG */
.theMainCatalog .mainLaminatCatalogBlock{
    width: 205px;
    margin: 0 15px 60px;
}
.theMainCatalog .mainLaminatCatalogBlock img{
    height: 205px;
}


/* .catalogValue{
    width: 290px;
    background: #F8F8F8;
    padding: 0 0 50px;
}
.catalogValue h1{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    background: #FFDA37;
    padding: 10px 180px 10px 20px;
    margin: 65px 0 0;
}
.catalogValue h2.catalogName{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding: 30px 20px 10px;
    line-height: 24px;
}
.range a{
    font-size: 14px;
    text-align: center;
    color: #000000;
    background: #fff;
    width: 60px;
    padding: 5px 0;
    margin: 5px 20px;
}
.range div.flex{
    justify-content: space-between;
}


input#points{
    -webkit-appearance: none;
    width: 248px;
    height: 5px;
    outline: none;
    background: #40403F;
    margin: 0 20px 17px;

}
input#points::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #40403F;
    cursor:pointer;
}
/* input#points::-webkit-slider-thumb:hover, input#points::-webkit-slider-thumb:active{

} */
/* ul.setCheck{
    margin: 0 20px 10px;
}
.setCheck li label{
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
} */
/* .setCheck li input[type="checkbox"]:checked+label{
    font-weight: 700;
} */
/* .setInput{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.setInput+label{
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
.setInput+label::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #fff;
} 
.setInput:checked+label::before{
    background-color: #FFDA37;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
} */




.catalogValue{
    width: 290px;
    background: #F8F8F8;
    padding: 0 0 50px;
    margin: 0 0 100px;
}
.catalogValue h1{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    background: #fafa78;
    padding: 10px 180px 10px 20px;
    margin: 65px 0 30px;
}
.catalogValue h6.subtitle{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    padding: 30px 20px;
    line-height: 24px;
}

.catalogValue .ui-range-value-min,
.catalogValue .ui-range-value-max{
    font-size: 14px;
    text-align: center;
    color: #000000;
    background: #fff;
    width: 60px;
    padding: 5px 0;
    margin: 5px 20px;
}
.catalogValue .ui-range-values{
    justify-content: space-between;
    display: flex;
}
/* .catalogValue .price-range{
    -webkit-appearance: none;
    height: 5px;
    outline: none;
    background: #40403F;
    margin: 0 20px 17px;

}
.catalogValue .price-range input,
.catalogValue .price-range input{
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #40403F;
    cursor:pointer;
} */

.price-range { width: 248px; margin: 0 calc(50% - 124px); }
.widget ul li{line-height:18px;margin-bottom:15px;}
.widget ul li:last-child{margin-bottom:0;}
.widget ul li .checkbox-input .color{width:12px;height:12px;display:inline-block;margin-right:3px;}
.widget ul li a{color:#878c94;}
.widget ul li a:hover, .widget ul li a:active, .widget ul li a:focus{color:#35404f;}
.widget ul li.active a{color:#35404f;}
.widget .price-range .ui-range-values{display: flex;justify-content: space-between;margin-bottom:0px;text-align:center;font-size:18px;color:#35404f;}
.widget .price-range .ui-range-values .ui-range-value-max, .widget .price-range .ui-range-values .ui-range-value-min{font-size: 16px;line-height: 19px;color: #000;width: 70px;height: 24px;background: #fff;text-align: center;padding-top: 4px;margin: 9px 0 16px;}
.widget .price-range .ui-range-slider{margin-bottom:15px;}
.widget .items{margin:0;padding:0;list-style-type:none;}
.widget .items li{overflow:hidden;clear:left;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(0, 0, 0, 0.05);}
.widget .items li .product-image{width:60px;float:left;}
.widget .items li .product-image img{width:100%;}
.widget .items li .product-details{position:relative;margin-left:60px;padding:0 15px 0 10px;}
.widget .items li .product-details .close-icon{position:absolute;top:0;right:0;font-size:10px;}
.widget .items li .product-details .product-name{font-size:14px;line-height:20px;margin-bottom:5px;}
.widget .items li .product-details .rate{margin-top:3px;font-size:12px;}
.widget .items li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;}
.widget .tags{margin:0;padding:0;list-style-type:none;}
.widget .tags li{display:inline-block;margin-bottom:5px;}
.widget .panel-title{position:relative;}
.widget .panel-title a::before{font-family:FontAwesome;content:"\f107";display:block;line-height:1;position:absolute;right:0;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.widget .panel-title a.collapsed::before{content:"\f105";}
.noUi-target,
.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box;}
.noUi-target{position:relative;direction:ltr;}
.noUi-base{width:100%;height:100%;position:relative;z-index:1;}
.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0;}
.noUi-origin{position:absolute;height:0;width:0;}
.noUi-handle{position:relative;z-index:1;}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin{-webkit-transition:top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;-moz-transition:top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;-ms-transition:top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;-o-transition:top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;transition:top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;}
.noUi-state-drag *{cursor:inherit !important;}
.noUi-base,
.noUi-handle{-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.noUi-horizontal{height:3px;}
.noUi-horizontal .noUi-handle{width: 16px; height: 16px; left: -1px; top: -6px; -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #40403F;
    cursor:pointer;}
.noUi-target{background-color:#40403F;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}
.noUi-connect{background:#FFDA37;-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;-webkit-transition:background 450ms;-moz-transition:background 450ms;-ms-transition:background 450ms;-o-transition:background 450ms;transition:background 450ms;}
.noUi-draggable{cursor:w-resize;}
.noUi-vertical .noUi-draggable{cursor:n-resize;}
.noUi-handle{border:2px solid #35404f;cursor:default;}
.noUi-active{-webkit-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;box-shadow:none;}
[disabled] .noUi-connect{background:#B8B8B8;}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle{cursor:not-allowed;}

/*range*/



.catalogValue button{
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    background: #7878fa;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    display: block;
    text-transform: uppercase;
    padding: 6px 30px;
    margin: 30px calc(50% - 76px) 0;
    text-align: center;
    border: 0;
    outline: none;
    border-radius: 4px;
}

.catalogValue ul{
    margin: 0 20px 10px;
}
.catalogValue li label{
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.catalogValue .styled{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.catalogValue .styled+label{
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
.catalogValue .styled+label::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #fff;
} 
.catalogValue .styled:checked+label::before{
    background-color: #FFDA37;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}



/* 404 */
#this404{
    height: 70vh;
    width: 100vw;
}
#this404 h1{
    font-weight: 900;
    font-size: 89px;
    line-height: 64px;
    color: #E5E5E5;
    text-align: center;
    margin: 30vh auto 30px;
}
#this404 h3{
    font-size: 27px;
    line-height: 64px;
    color: #E5E5E5;
    text-align: center;
}

/* POPUP FORM */
.popupBackground{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: -200vw;
    z-index: 8;
    transition: 0.5s;
}
#popupForm .popUpForm{
    position: fixed;
    top: -200vh;
    height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    margin: calc(50vh - 312px) calc(50vw - 214px) 0;
    z-index: 10;
    transition: 0.5s;
}
#popupForm .theForm form{
    margin: 0;
}
#popupForm .theForm h3,
#popupForm .theForm h6{
    text-align: center;
}
#popupForm .theForm input[type="text"],
#popupForm .theForm input[type="tel"]{
    height: 65px;
}
#popupForm .theForm input[type="submit"]{
    padding: 10px 55px 10px 95px;
    height: 60px;
    margin-top: 40px;
}

#cart{
    width: 1280px;
    margin: 0 calc(50% - 640px);
}

@media(max-width: 1279px){
    .consultationButton{
        width: 150px;
        height: 150px;
        bottom: 12vh;
        right: 60px;
    }
    h2{
        font-size: 36px;
        line-height: 40px; 
    }
    header{
        background: #EEECE7;
        height: 88px;
    }
    header .headerLogo img{
        width: 94px;
    }
    header .menuImg{
        width: 32px;
        position: absolute;
        margin: 8px calc(50% - 16px);
        padding: 20px;
        background: #FFDA37;
        box-sizing: content-box;
    }   
    header .headerFirstMenu{
        display: none;
        position: absolute;
        left: 0;
        top: 88px;
        background: #FFDA37;
        width: 150px;
        padding: 5px 0;
        z-index: 100;
    }
    header .headerFirstMenu li{
        padding: 10px;
    }
    header .headerFirstMenu li a{
        font-weight: 700;
        font-size: 10px;
        line-height: 14px;
    }
    header .headerSecondMenuUl{
        display: none;
        margin: -20px 0 0 140px;
        width: 150px;
    }
    header .headerSecondMenuUl li{ 
        padding: 6px 10px;
    }
    header .headerSecondMenuUl li a{
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }
    header .headerSocial{
        align-items: center;
        width: 120px;
        justify-content: space-between;
        margin: 0 20px 0 0;
    }  

    footer{
        padding: 25px;
    }
    footer .footerLogo img{
        width: 200px;
        margin: 0 calc(50% - 100px);
    }
    footer .footerSocialMobile{
        margin: 45px calc(50% - 100px) 0;
    }
    footer .facebook{
        width: 22px !important;
        height: 40px;
    }
    footer .instagram{
        width: 46px !important;
        height: 46px;
    }
    footer .youtube{
        width: 43px !important;
        height: 32px;
    }
    

    footer h4{
        text-align: center;
        margin: 50px auto 30px;
    }
    footer li{
        margin: 4px 0;
        text-align: center;
    }
    footer li a{
        font-size: 18px;
    }
    footer p.copy{
        margin: 50px auto 0;
    }


    /* INDEX */
    #underHeader h1{
        font-size: 34px;
        line-height: 40px;
        width: auto; 
        padding: 10vh 30px 7vh;
    }
    #underHeader .underHeaderText{
        align-items: center;
        margin-bottom: 8vh;
        display: flex;
    }
    #underHeader .underHeaderText img{
        margin: 0 25px;
    }
    #underHeader .underHeaderText h3{
        color: #000000; 
        width: 500px;
    }
    #underHeader .underHeaderButton{
        margin: 80px 0 0 30px;
    }
    
    #sale{
        padding: 50px 25px 70px;
    }
    #sale .owlSaleBlock img{
        width: 612px;
        height: 612px;
        margin: 0 calc(50% - 306px);
    }
    #sale .saleTextMobile{
        width: 100vw;
    }
    #sale h2{
        margin: 0 auto 30px;
        text-align: center;
    }
    #sale p{  
        margin: 0 auto 40px;
        text-align: center;
    }
    
    #why{   
        padding: 50px 0;
    }
    #why h2{
        text-align: center;
    }
    #why .w50{
        margin: 0 calc(50% - 320px);
    }
    #why img{
        margin: 40px 18px 0 0;
    }
    #why h3{
        margin: 80px 0 10px;
    }
    
    #catalogCarusel{
        padding: 50px 0 150px;
    }
    #catalogCarusel.doorCaruselMain{
        padding: 50px 0 !important;
        background: linear-gradient(180deg, #FFDA37 0%, #FCC108 100%);
    }
    #catalogCarusel h2,
    #catalogCarusel h2 a{
        margin: 0 30px;
    }
    #catalogCarusel.doorCaruselMain .detalCaruselBlock,
    #catalogCarusel.doorCarusel .detalCaruselBlock{
        margin: 40px auto 0;
    }
    
    #goToCatalog .w50{
        padding: 0 30px;
    }
    
    #whatGet{
        padding: 50px 30px;
    }
    #whatGet h2{
        text-align: center;
    }
    #whatGet .w50{
        margin: 0 calc(50% - 290px);
    }
    #whatGet img{
        width: 130px;
        height: 130px;
        margin: 50px 18px 0 0;
    }
    #whatGet h3{
        margin: 70px 0 10px;
    }
    
    #lookDoor{
        padding: 40px 0;
    }
    #lookDoor h2{
        width: auto;
        margin: 0 25px 40px;
        text-align: center;
    }
    #lookDoor img{
        margin: 0 calc(50% - 310px);
    }
    
    #steps .stepMain{
        padding: 20px 0;
    }
    #steps h2{
        text-align: center;
    }
    #steps .stepLine{
        display: block;
        margin: 0 auto;
        width: 255px;
    }
    #steps .stepLittle img{
        display: none;
    }
    
    #bigSale{
        padding: 70px 0;
    }
    #bigSale img{
        width: 556px;
        margin: 30px calc(50% - 278px) 40px;
    }
    #bigSale h2{
        text-align: center;
    }
    #bigSale p{ 
        margin: 40px 25px 10px; 
    }
    #bigSale .bigSaleTime{
        display: block;
    }
    #bigSale .bigSaleTime .bigSaleTimer{
        justify-content: space-around;
        width: 275px;
        margin: 0 calc(50% - 137.5px);
    }
    #bigSale .orderBigSale a{
        padding: 16px 70px;
        margin: 25px auto 30px;
        width: 150px;
    }
    
    #delivery{
        padding: 60px 0 0;
    }
    #delivery h2{
        margin: 0 25px 30px;
        text-align: center;
    }
    #delivery .deliveryBlock{
        margin: 0 calc(50% - 290px) 40px;
    }
    #delivery .deliveryBlock img{
        margin-right: 15px;
    }
    #delivery .deliveryBlock p{
        width: 460px; 
    }
    #delivery .deliveryPhoto img{
        width: 400px;
        height: 580px;
        bottom: -4px;
        margin: -30px calc(50% - 200px) 0;
    }
    
    #reviews{
        padding: 80px 0 50px;
    }
    #reviews .reviewsItem{
        justify-content: space-around;
    }
    #reviews .reviewsItem a.addReview{
        padding: 11px 13px;
    }
    #reviews .reviewsItem a.addReview p{
        display: none;
    }
    #reviews .reviewsItem a.addReview span{
        margin-left: 0;
    }
    #reviews .reviewAll{
        margin: 50px auto 0;
    }
    #reviews .reviewBlock{
        margin: 0 calc(50% - 288px) 40px;
        width: 576px;
    }
    
    #mainForm{
        position: relative;
        z-index: 2;
    }
    #mainForm .formMain{
        padding: 40px 0 60px;
    }  
    #mainForm h2{
        margin: 0 30px 40px;
        text-align: center;
    }
    .theForm form{
        margin: 0 calc(50% - 214px);
    }

    #map{
        position: relative;
        top: -100px;
        z-index: 1;
    }
    #map iframe{
        height: 800px;
    }
    #map .mapBlock{
        left: 0;
        z-index: 2;
        margin: -620px 0 0 50px;
    }


    /* CONTACTS */
    #mainContacts h1{
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        margin: 0 30px 50px;
    }
    #mainContacts .contactsMain{
        margin: 0 calc(50% - 320px);
        width: 640px;
    }
    #mainContacts .mainSocial{
        width: 620px;
        margin: 30px calc(50% - 310px) 70px;
    }


    /* ADD COMMENT */
    #reviews .reviewAdd{
        height: auto;  
        width: 96vw;
        margin: 0 2vw;
    }


    /* MAIN CATALOG */
    .theMainCatalog{
        padding: 100px 0;
        justify-content: space-around;
    }

    /* CATALOG NUMBERS */
    .ctalogNumbers{
        margin: 0 30px 100px 0;
    }

    /* CATALOG FORM */
    .catalogValue{
        padding: 20px 0 50px;
        width: 100vw;
        margin: 0;
    }
    .catalogValue .catalogValueMain{
        width: 290px;
        margin: 0 calc(50% - 145px);
    }
    .catalogValue h1{
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 20px 15px;
        margin: 20px;
        background: #000000;
        width: 142px;
    }

    /* MAIN DOOR CATALOG */
    .theMainCatalog .mainDoorCatalogBlock{
        width: 134px;
    }
    .theMainCatalog .mainDoorCatalogBlock img{
        height: 291px;
    }



    /* MAIN підлога CATALOG */
    .theMainCatalog .mainLaminatCatalogBlock{
        width: 225px;
    }
    .theMainCatalog .mainLaminatCatalogBlock img{
        height: 225px;
    }



    /* DETAL */
    #detal{
        padding: 0;
    }
    #detal .detalText{
        background: none;
        width: 600px;
        margin: 0 calc(50% - 320px);
        height: auto;  
        padding: 60px 20px 100px;
    }
    #detal .detalButton{
        justify-content: space-around;
    }

}


@media(max-width: 640px){
    .consultationButton{
        width: 110px;
        height: 110px;
        bottom: 5vh;
        right: 0;
    }

    header .menuImg{
        margin: 0 0 0 94px;
        padding: 29.5px 20px;
    }  

    #underHeader{
        background-image: url(images/underMobile.jpg);
        height: 100vh;
        width: 100vw;
    }
    #underHeader h1{
        font-size: 27px;
        line-height: 37px;
        padding: 7vh 30px;
    }
    #underHeader .underHeaderText{
        margin-bottom: 5vh;
        display: block;
    }
    #underHeader .underHeaderText img{
        width: 58px;
    }
    #underHeader .underHeaderText h3{
        font-size: 16px;
        line-height: 20px; 
        margin: 10px 25px;
        width: auto;
    }
    #underHeader .underHeaderButton{
        margin: 30px 0 0 30px;
        display: block;
    }
    #underHeader a.blackButton,
    #underHeader a.yellowButton{
        font-size: 18px;
        line-height: 22px;
        width: 177px;
        height: 23px;
        padding: 22px 0;
        text-align: center;
        margin: 10px 0;
    }

    #sale { padding: 50px 0 70px }
    #sale h2, #sale p { margin: 5px 25px; }

    #sale .owlSaleBlock img{
        width: 100%;
        height: auto;
        margin: 0;
    }
    #sale .owl-dots .owl-dot{
        width: 9px;
        height: 9px;
    }
    #sale h2{
        text-align: left;
        font-size: 36px;
        line-height: 40px;
    }
    #sale p{  
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: auto;
    }
    
    #why h2{
        font-size: 36px;
        line-height: 40px;
    }
    #why .w50{
        display: block;
        width: 300px;
        margin: 0 calc(50% - 150px);
    }
    #why img{
        width: 110px;
        margin: 25px calc(50% - 55px) 0;
    }
    #why h3{
        margin: 10px auto;
        text-align: center;
        font-size: 27px;
        line-height: 28px;
    }
    #why p{
        width: 300px;
        text-align: center;
    }

    #goToCatalog{
        background-image: none;
        background:#e0e0e0;
        width: 100vw;
        height: auto;
        padding-top: 50px;
    }
    #goToCatalog .w50{
        padding: 0 25px;
    }
    #goToCatalog h2{
        font-size: 32px;
    }
    #goToCatalog p{
        font-size: 16px;
        line-height: 24px;
    }
    #goToCatalog .w50 div.flex{
        display: block;
    }
    #goToCatalog a{
        font-size: 24px;
        line-height: 29px;
        width: 270px;
        height: 26px;
        padding: 22px 0;
        text-align: center;
        margin: 10px calc(50% - 135px);
    }
    #goToCatalog .mobileGirl{
        /*display: block;*/
        width: 100vw;
    }
    #goToCatalog .mobileGirl img{
        position: relative;
        right: 0;
        bottom: -5px;
    }

    #whatGet{
        background: none;   
        padding: 50px 0; 
    }
    #whatGet h2{
        text-align: left;
        margin: 0 30px 30px;
    }
    #whatGet .w50{
        width: 300px;
        margin: 0 calc(50% - 150px);
        display: block;
    }
    #whatGet img{
        margin: 25px 18px 0 0;
    }
    #whatGet h3{
        font-size: 25px;
        line-height: 30px;
        margin: 30px 0;
        width: 150px;
        position: relative;
        left: 142px;
        bottom: 130px;
    }
    #whatGet p{
        width: 300px;
        margin: -100px 0 20px;
    }

    #lookDoor{
        padding: 10px 0 50px;
    }
    #lookDoor h2{
        text-align: left;
    }
    #lookDoor img{
        width: 100vw;
        height: auto;
        margin: 0 auto;
    }
    
    #steps h2{
        text-align: left;
        margin: 10px 25px 0;
    }
    
    #bigSale img{
        width: 90vw;
        height: auto;
        margin: 30px calc(50% - 45vw) 40px;
    }
    #bigSale h2{
        text-align: left;
        margin: 0 25px;
    }

    #delivery h2{
        margin: 0 25px 30px;
        text-align: left;
    }
    #delivery .deliveryBlock{
        width: 300px;
        margin: 0 calc(50% - 150px) 40px;
    }
    #delivery .deliveryBlock h5{
        width: 180px;
        position: relative;
        left: 100px;
        bottom: 75px;
    }
    #delivery .deliveryBlock p{
        width: 300px; 
        margin-top: -55px;
    }
    #delivery .deliveryPhoto img{
        width: 100vw;
        height: auto;
    }

    #reviews.reviewsMain{
        display: none;
    }
    #reviews.reviewsMobile{
        display: block;
    }
    #reviews.reviewsMobile h2{
        font-weight: 500;
        font-size: 27px;
        line-height: 34px;
    }
    #reviews.reviewsMobile .reviewsSliderBlock{
        width: 300px; 
        margin: 0 calc(50% - 150px);
        padding: 50px 0 20px;
    }
    #reviews.reviewsMobile .reviewsSliderBlock img{
        width: 130px;
        height: 130px;
        margin: 0 calc(50% - 65px) 20px;
    }
    #reviews.reviewsMobile .reviewsSliderBlock .reviewsStarsMobile{
        width: 160px;
        margin: 0 calc(50% - 80px);
    }
    #reviews.reviewsMobile .reviewsSliderBlock .reviewsStarsMobile svg{
        width: 26px;
        margin: 0 3px;
    }
    #reviews.reviewsMobile .reviewsSliderBlock h4{
        font-size: 21px;
        line-height: 21px;
        color: #000;
        margin: 30px 0;
    }
    #reviews.reviewsMobile .reviewsSliderBlock p{
        font-weight: 500;
        font-size: 16px;
        line-height: 31px;
        color: rgba(0, 0, 0, 0.7);
        width: 300px;
    }


    #mainForm h2{
        text-align: left;
    }
    .theForm form{
        width: 258px;
        height: 470px;
        margin: 0 calc(50% - 154px);
        padding: 35px 25px 50px;
    }
    .theForm form h3{
        font-size: 21px;
        line-height: 26px;
    }
    .theForm form h6{
        font-size: 14px;
        line-height: 17px;
    }
    .theForm form p{
        margin: 12px 0 5px;
    }
    .theForm form input{
        width: 256px;
        height: 50px;
        padding: 15px 20px;
        font-size: 21px;
        line-height: 26px;
    }
    .theForm form input.mainFormButton{
        background: url(images/send.svg) no-repeat center left 12px;
        background-color: #231F20;
        padding: 14px 10px 14px 53px;
        width: 257.72px;
        height: 52.27px;
    }
    .theForm form input.mainFormButton:hover{
        background: url(images/send.svg) no-repeat center left 10px;
        transition: 0.5s;
        background-color: #231F20;
    }
    .theForm form p.center{
        margin: 15px auto 0;
    }

    #map{
        height: auto;
    }
    #map iframe{
        height: 600px;
    }
    #map .mapBlock{
        width: 100vw;
        height: 440px;
        padding: 50px 0;
        margin: 0 calc(50% - 50vw) -100px;
    }
    #map .mapBlockPart{
        width: 310px;
        margin: 0 calc(50% - 155px);
    }


    /* CONTACTS */
    #mainContacts{
        padding: 40px 0 200px;
    }
    #mainContacts h1{
        text-align: left;
        margin: 0 25px 50px;
    }
    #mainContacts .contactsMain{
        margin: 0 calc(50% - 153px);
        width: 306px;
        display: block;
    }
    #mainContacts h5{
        margin: 0 0 10px;
    }
    #mainContacts a.mapMail{
        margin: 0 0 35px;
    }
    #mainContacts .mainSocial{
        width: 320px;
        margin: 100px calc(50% - 160px) 70px;
        display: block;
    }
    #mainContacts h4{
        color: #000;
        text-align: center;
        margin: 0 0 25px;
    }
    #mainContacts a img{
        width: 80px;
    }


    /* POPUP FORM */
    #popupForm .theForm input[type="submit"]{
        padding: 10px 35px 10px 50px;
        height: 60px;
        margin-top: 40px;
    }

    /* ADD COMMENT */
    #reviews .reviewsItem h2{
        font-size: 20px;
        line-height: 24px;
    }
    #reviews .reviewAdd{ 
        width: 300px;
        margin: 0 auto;
        padding: 40px 10px;
    }
    #reviews .reviewAdd input[type="text"]{
        padding: 20px;
        width: 290px;
        height: 20px;
        margin: 0 calc(50% - 145px);
    }
    #reviews .reviewLabelAll{
        display: flex;
        width: 300px;
        margin: 0 calc(50% - 150px);
        justify-content: space-around;
    }
    #reviews .reviewLabel {
        margin: 20px 0;
    }
    #reviews .reviewAdd textarea{
        width: 290px;
        padding: 10px;
        margin: 0 calc(50% - 145px) 20px;
    }
    #reviews .reviewStars p{
        margin: 0 15px 0 5px;
    }


    /* DETAL */
    #detal .detalText{
        width: 290px;
        margin: 0 calc(50% - 160px); 
        padding: 40px 15px 100px;
    }
    #detal .detalButton{
        display: block;
    }
    #detal .yellowButton{
        width: 177px;
        padding: 16px 0;
        text-align: center;
        margin-bottom: 15px;
    }
    #detal .blackButtonDetal{
        display: none;
    }
    #detal .blackButtonDetalMobile{
        display: block;
        width: 296px;
        padding: 16px 0;
        text-align: center;
    }
    #detal .detalText h1{
        font-size: 21px;  
        text-align: left;
    }
    #detal .detalText h5{
        font-size: 16px; 
        text-align: left;
    }
    #detal .detalPrice{
        margin: 25px auto 40px;
    }
    #detal .detalText h3{
        font-size: 24px;   
    }
    #detal .detalText h4{
        font-size: 24px;
        line-height: 40px;
    }
    #detal .detalText p{
        font-size: 14px;
        line-height: 20px;
    }
    #detal img.detalPhotoDoor{
        width: 170px;
        height: 369px;
        margin: 20px calc(50% - 85px) 30px;
    }
    #catalogCarusel{
        background: #F8F8F8;
    }
    #catalogCarusel h2.catalogCaruselItem{
        display: none;
    }
    #catalogCarusel h2.catalogCaruselItemMobile{
        display: block;
        font-weight: 900;
    }
    #catalogCarusel p.catalogCaruselText{
        display: block;
        font-weight: 500;
        font-size: 21px;
        line-height: 31px;
        color: #000000;
        padding: 20px 25px 0;
    }
    #catalogCarusel h3{
        font-size: 27px;
        line-height: 50px;
    }
    .doorCarusel img.topSaleMiniImg{
        display: block !important;
        position: relative;
        width: 61px !important;
        height: 42px !important;
        left: 100px;
        bottom: 190px;
    }



    /* DETAL LAMINAT */

    #detal .detalPhotoMobile img.detalPhotoLaminat{
        width: 260px;
        height: 260px;
        margin: 20px calc(50% - 130px) 50px;
    }
    #catalogCarusel.laminatCarusel .detalCaruselBlock{
        width: 260px;
        margin: 40px auto 0;
    }
    #catalogCarusel.laminatCarusel img.detalCaruseImg{
        width: 260px;
        height: 260px;
    }
    .laminatCarusel img.topSaleMiniImg{
        display: block !important;
        position: relative;
        width: 61px !important;
        height: 42px !important;
        left: 220px;
        bottom: 170px;
    }
    /* DETAL KLAMKA */

    #detal .detalPhotoMobile img.detalPhotoKlamka{
        width: 260px;
        height: 100px;
        margin: 60px calc(50% - 130px) 100px;
    }
    #catalogCarusel.klamkaCarusel .detalCaruselBlock{
        width: 280px;
        margin: 40px auto 0;
    }
    #catalogCarusel.klamkaCarusel img.detalCaruseImg{
        width: 280px;
        height: 105px;
    }
    .klamkaCarusel img.topSaleMiniImg{
        display: block !important;
        position: relative;
        width: 61px !important;
        height: 42px !important;
        left: 250px;
        bottom: 165px;
    }


    #popupForm .popUpForm{
        margin: calc(50vh - 273px) calc(50vw - 154px) 0;
    }
    #popupForm .theForm input[type="text"],
    #popupForm .theForm input[type="tel"]{
        height: 50px;
    }
}
.overmap {
    z-index: 1;
    position: relative;
    margin-bottom: -50px;
}
.footerSocial a img  {
    transition: 0.54s;
    filter: grayscale(1)brightness(0)invert(1);
}
.footerSocial a:hover img {
    transform: scale(0.95);
}
.theMainCatalog img {
    transition: 0.54s
}
.theMainCatalog a:hover img {
    filter: brightness(0.8);
}
.mainDoorCatalogBlock s {
    position: absolute;
    color: red;
    font-family: 'Montserrat', sans-serif;
    z-index: 0;
    margin-top: -9px
}
.detalCaruselBlock s {
    position: absolute;
    color: red;
    font-family: 'Montserrat', sans-serif;
    z-index: 0;
    margin-top: 0
}
.groups figcaption {
    padding: 0 !important
}
.catalogh1 {
    text-align: center;
    padding: 70px 0 20px;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}
.headerSocial a img { transition: 0.54s }
.headerSocial a:hover img { transform: scale(1.08); }



@media(max-width: 768px){
    .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        content: none !important;
    }
    .container { padding: 0 !important }
    .row { margin: 0 !important;/* max-width: 100vw; overflow-x: hidden; display: flex; flex-wrap: wrap;*/ }
    #cart .product p.price, #cart .product .input-group.pull-left { width: 115px; }
 /*   #cart .product .col-md-8 {
        width: 94%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }*/
    #cart { width: 100vw !important; margin: 0 0 30px !important }
    #cart .col-md-8,
    #cart .col-md-4 { display: block; position: relative; }
    #cart .col-md-3.col-xs-4 { margin-top: 30px }
    #cart .row.product { border-bottom: 1px solid #aaa; display: flex; }
    #cart .row.product img { width: 100px; margin-left: calc(50% - 50px) }
    #cart .col-md-1 { margin-left: -15px }
}
#sale .orderSaleBtn { max-width: 250px; margin: 30px 35px; }
@media(max-width: 1279px){
    #sale .orderSaleBtn { margin: 0 auto !important }
}
.seeAllDoors {
    width: 250px;
    display: block;
    margin: 40px auto 0px;
}
#myorder .yellowButton, 
#myorder .blackButton {
    font-size: 14px !important;
    text-align: center !important;
    width: 240px !important;
    margin: 20px calc(50% - 120px) !important;
    padding: 10px !important 
}