body{
    margin: 0;
}

.mobile-menu{
    display: none;
}
.banner{
    background: linear-gradient(rgba(0, 0, 0, 0.644) ), url('./images/banner.webp');
    /* height: 100vh; */
    background-position: center;
}

#workSlider .slick-active button::before{
    color: #c8c8c8;
}

#workSlider .slick-active button:hover ::before{
    color: #c8c8c8;
}

#workSlider .slick-dots li button:before {
    color: #c8c8c8;
}

#sliderWork .slick-prev:before, 
#sliderWork .slick-next:before{
    color: #222222;
}

.header{
    background: rgba(0, 0, 0, 0.644);
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    padding: 20px;
    grid-column-gap: 10px;
}

.row {
    padding: 50px;
}

.header-menu{
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
    grid-column-gap: 5px;
}

.header-menu-item{
    min-width: 100px;
    cursor: pointer;
    color: #f4f6fc;
    font-size: 25px;
    border-bottom: 2px solid transparent;
}

.header-menu-item:hover{
    transition: 1s;
    border-bottom: 2px solid #f4f6fc;
}

.header-phone{
    display: flex;
    justify-content: flex-end;
}

.header-phone-row{
    text-align: center;
}

.header-phone-description{
    color: #ffffffa6;
}

.header-phone-number{
    text-decoration: none;
    color: #f4f6fc;
    font-size: 20px;
}

/* .logo-img{
    width: 150px;
} */

.banner-form{
    padding: 50px;
    margin-top: 50px;
    width: 60%;
}

.form-subtitle{
    color: #d8c4a9;
    font-size: 12px;
    text-transform: uppercase;
}

.form-title{
    font-size: 50px;
    color: white;
}

.form-description{
    color: white;
    font-size: 20px;
}

.footer-form input{
    width: 200px;
}

.footer-form{
    width: 220px;
}

.form-button{
    /* padding: 10px 20px; */
    border: 1px solid gray;
    width: 220px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #d8c4a9;
    color: white;
    font-size: 20px;
    transition: 0.5s;
    max-width: 300px;

}

.form-button:hover{
    background-color: white;
    color: black;
}

.slider{
    /* height: 100px; */
    padding: 10px 50px;
    /* overflow: hidden; */
    background-color: #f9f9f9;
}

.slider-img-row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-user-img{
    background-size: cover;
    background-position: center;
    /* padding: 20px; */
}
.slider-img-row {
    border-radius: 100%;
    
    /* width: 200px;
    height: 200px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center; */
}

.slider-user-img{
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background-size: cover;
    background-position: center;
}


.why-choose{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.why-choose{
    /* padding: 100px; */
}

.choose-label{
    color: #d8c4a9;
    text-transform: uppercase;
    
}

.label{
    color: #d8c4a9;
    text-transform: uppercase;
    /* font-weight: 700; */
    margin-bottom: 50px;
    font-size: 30px;
}

.choose-title{
    color: #4f5a56;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.title{
    color: #4f5a56;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 25px;
}

.description{
    color: rgb(67, 69, 68);
    /* margin-top: 30px; */
    font-size: 23px;
}

.choose-description{
    font-size: 18px;
}

.choose-item{
    display: flex;
    grid-column-gap: 20px;
    margin-bottom: 30px;
}

.choose-item-title{
    font-size: 24px;
    color: rgb(79, 90, 86);
}

.choose-item-description{
    font-size: 16px;
    color: rgb(106, 108, 107);
    line-height: 26px;
}

.choose-button{
    background-color: #4f5a56;
    color: white;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
    font-weight: 600;
}

.choose-button:hover{
    background-color: #222222;
}

.numbers{
    background-color: black;
}



.numbers-map{
    background:linear-gradient(rgba(0, 0, 0, 0.644) ), url('./images/map.png');
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 500px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 150px; */
    text-align: center;

}

.items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    padding: 50px 0;
    grid-row-gap: 20px;
}

.item-title{
    color: white;
    font-size: 40px;
}

.item-description{
    color: white;
}

.items-row{
    /* padding: 50px; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.works{
    background-color: #222222;
    /* padding: 50px 100px; */
    text-align: center;
}

#workSlider{
    margin-top: 50px;
}

#workSlider img{
    width: 100%
}

.reviews{
    /* background: black; */
    /* padding: 50px; */
    /* padding-top: 0; */
    text-align: center;
}

.reviews-item{

}

.img-row{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.user-img{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* border-radius: 150px; */
    text-align: center;
}
.user-img img{
    width: 150px;
}

.user-name{
    font-size: 24px;
    color: rgb(216, 196, 169);
    padding: 10px;
}

.user-review{
    font-size: 20px;
    color: rgb(106, 108, 107);
    font-style: italic;
    padding-bottom: 25px;
}

.contacts{
    position: relative;
}

.contacts-block{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 350px;
    height: 500px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer{
    background: #222222;
    /* height: 200px; */
}
.footer-info{
    padding: 50px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.social{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 50px 80px;
    grid-column-gap: 10px;
}

.footer-line{
    background-color: black;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line-social{
    display: grid;
    grid-template-columns: repeat(4, 25px);
    grid-column-gap: 5px;
}

.line-info{
    color: rgba(255,255,255,0.5);
}

.line-social svg{
    fill: #222222;
}

.footer-left{
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
}

.footer-left-txt{
    color: rgba(255,255,255,0.5);
    font-size: 17px;
}

#phone{
    outline: none;
    /* border-color: #f3eddd; */
    border-width: 0;
    width: 200px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    color: rgba(255,255,255,0.5);
    background-color: rgb(46, 46, 46);
    --w-get-input-background-color: rgb(46, 46, 46);
}



.send-footer-form{
    border-radius: 10px;
    width: 200px;
}

.send-form-title-input{
    /* position: relative; */
    color: white;
    text-align: left;
    margin-top: 10px;
}

#workSlider .lSSlideOuter .lSPager.lSpg > li:hover a, 
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: red;
}

.item-work-slide{
    height: 400px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.modal-send{
    display: none;
    position: fixed;
    /* display: flex; */
    height: 100vh;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.349);
    width: 100%;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    /* padding: 100px; */
}

.send-form{
    position: relative;
    width: 300px;
    /* height: 300px; */
    background-color: rgb(46, 46, 46);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex; 
    justify-content: center;
    /* align-items: center; */
}

.send-form-title{
    color: gray;
    position: relative;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.send-input-row{
    width: 200px;
    /* margin: 0 auto; */
}

.input-modal{
    outline: none;
    border-bottom: 1px solid #4f5a56;
    max-width:180px;
    font-size: 20px;
    padding: 10px;
    border-radius: 4px;
    color: rgba(255,255,255,0.5);
    background-color: rgb(46, 46, 46);
    --w-get-input-background-color: rgb(46, 46, 46);
    /* margin: 0 auto 10px; */
}

.closeButton{
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    cursor: pointer;
    font-size: 10px;
    background-color: #4f5a56;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.closeButton:hover{
    background-color: #222222;
}

/* #222222 */

.activeModalSend{
    display: flex;
}


.send-form .choose-button{
    margin: 30px auto 0;
}
.header-phone-mobile{
    display: none;
}


.modalMenu{
    position: fixed;
    top: 0;
    z-index: 3;
    height: 100%;
    background-color: black;
    width: 100%;
}

.modal-menu-items{
    display: grid;
    height: 100vh;
    text-align: center;
    padding: 50px;
}

.modal-menu-items .header-menu-item{
    flex: 1;
    /* width: 100%; */
}

.contacts-block .title{
    margin-top: 25px;
    margin-bottom: 0;
}


@media only screen and (max-width: 1140px){	
    .why-choose{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 990px){	
    .header-phone-mobile{
        text-align: right;
    }
    .header{
        grid-template-columns: 1fr 3fr;
    }
    .mobile-menu, .header-phone-mobile{
        display: block;
    }
    .header-phone-row, .header-menu{
        display: none;
    }
    .header-logo img{
        width: 100px;
    }
    .footer-info{
        grid-template-columns: 1fr;
        grid-row-gap: 17px;
    }

    /* .banner{
        height: auto;
    } */
    .banner-form{
        width: inherit;
        margin: 0;
        /* min-height: 400px; */
    }

    .form-title{
        font-size: 30px;
    }

    .why-choose img{
        width: 100%;
        max-width: 571px;
    }
    .items{
        grid-template-columns: repeat(2, 1fr);
    }
    .choose-title, .title{
        font-size: 30px;
        line-height: normal;
    }
    .choose-button{
        margin: 0 auto;
        width: auto;
    }

    .footer-form{
        width: auto;
        text-align: center;
    }
    #phone{
        width: auto;
    }
    .form-button{
        margin: 0 auto;
    }
}

@media only screen and (max-width: 850px){	
}

@media only screen and (max-width: 767px){	
}

@media only screen and (max-width: 566px){	
}

@media only screen and (max-width: 489px){	
    .header{
        
        grid-template-columns: 1fr;
        text-align: center;
    }
    .header-phone-mobile{
        text-align: center;
    }
    .contacts-block{
        position: static;
        text-align: center;
        width: auto;
    }
}

@media only screen and (max-width: 379px){	
}

@media only screen and (max-width: 339px){	
}

@media only screen and (max-width: 299px){	
}