body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    margin-top: 100px;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


.scroll-hide {overflow: hidden; }
html {scroll-behavior: smooth;}

/*-------------------------style-------------------------*/

ol, ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
}

h1, h2, h3, h4{
    margin: 0;
    color: #19100B;
}

h4{
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

h2{
    font-size: 43px;
    font-weight: 800;
    line-height: 53px;
}

h3{
    font-size: 29px;
    font-weight: 800;
    line-height: 41px;
}

h1{
    font-size: 60px;
    color: #19100B;
    padding-top: 40px;
}


p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #554F4B;
    margin: 0;
}

p:not(:last-of-type) {
    margin-bottom: 25px;
}

p:only-child {
    margin-bottom: 0;
}

.tittle-block-center{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tittle-block-center p{
    margin-top: 23px;
}

.tittle-line span{
    display: block;
    background-color: #F08008;
    width: 60px;
    height: 3px;
    margin-top: 18px;
}

.tittle-block h2 span,
.tittle-block-center h2 span{
    color: #F08008;
}

.tittle-block{
    margin-bottom: 30px;
}


/*--------------------------navi-------------------*/

.nav-icon {
    display: none;
    margin: 0;
    width: 30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #19100B;
    border-radius: 3px;
    content: "";
    display: block;
    height: 2px;
    margin: 8px 0;
    transition: all 0.3s ease-in-out;
}

.nav-icon.closed:before {
    transform: translateY(4px) translateX(-6px) rotate(130deg);
    width: 18px;
}

.nav-icon.closed:after {
    transform: translateY(-4px) translateX(-6px) rotate(-130deg);
    width: 18px;
}

.nav-menu li{
    list-style: none;
}

.nav-menu li a {
    font-size: 15px;
    font-weight: 600;
    color: #19100B;
    padding: 0;
    text-transform: uppercase;
}


.nav-menu {
    display: flex;
    gap: 30px;
    margin: 0;
    align-items: center;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}

.header-nav-container{
    width: 100%;
    top: -150px;
    transition: top 1s;
    z-index: 10000;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFF;
}

.btn-send,
.btn-more,
.btn-book{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    background-color: #8A1814;
    text-transform: uppercase;
    width: 250px;
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 160px;
    transition: opacity 0.5s ease-in-out;
}


.btn-send{
    margin: 0 auto;
}


.btn-call-hero{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    background-color: #F08008;
    text-transform: uppercase;
    width: 250px;
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 160px;
    transition: opacity 0.5s ease-in-out;
}


.bth-send,
.btn-head{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    background-color: #F08008;
    text-transform: uppercase;
    width: 240px;
    padding: 12px 22px;
    text-align: center;
    font-weight: 600;
    border-radius: 160px;
    transition: opacity 0.5s ease-in-out;
}

.btn-more{
    background-color: #19100B;
    margin: 0 auto;
}


.btns-stick {
    width: 100%;
    background-color: #f5ede5;
    padding: 20px 0;
    position: fixed;
    bottom: -85px;
    transition: bottom 0.5s ease-in-out;
    z-index: 777;
    display: none;
}

.btn-call {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    background-color: #F08008;
    text-transform: uppercase;
    width: 240px;
    padding: 12px 22px;
    text-align: center;
    font-weight: 600;
    border-radius: 160px;
    transition: opacity 0.5s ease-in-out;
}

.btn-call.show {
    opacity: 1;
}


/*---------------------------hero-----------------------*/

.hero{
    padding: 150px 0 200px 0;
    background: url('../image/hero.webp')no-repeat center top / cover;
}


.block-tittle-conact h1,
.block-tittle h1{
    color: #FFF;
    font-size: 98px;
    font-weight: 700;
    line-height: 105px;
    margin-bottom: 45px;
    padding-top: 0;
}

.block-tittle-conact p,
.block-tittle p{
    font-size: 37px;
    font-weight: 700;
    line-height: 55px;
    color: #FFF;
    margin-bottom: 55px;
}

.block-tittle{
    width: 595px;
}

.btn-block-hero{
    display: flex;
    gap: 15px;
}


/*----------------------------value---------------------*/

.value{
    background-color: #FAF8F6;
}

.general-value-container{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    top: -54px;
}

.item-value{
    display: flex;
    gap: 15px;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 25px 30px;
}

.item-value h4 span{
    display: block;
}

.item-value img{
    width: 39px;
    height: 39px;
}


/*---------------------services----------------*/


.services{
    padding: 90px 0 100px 0;
}


.general-services-container{
    margin-top: 45px;
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}



.item-services-container{
    position: relative;
    height: 577px;
    max-height: 100%;
}


.pic-item-services picture,
.pic-item-services img{
    width: 100%;
    height: 367px;
    display: block;
    object-fit: cover; 
}

.tittle-services{
    width: 80%;
    box-shadow: 0px 13px 48px 0px rgba(0, 0, 0, 0.07);
    background: #FFF;
    padding: 45px 30px;
    margin: 0 15px;

}

.tittle-block-services{
    display: flex;
    justify-content: center;
    position: relative;
    top: -126px;
    text-align: center;
}

.tittle-services h3 span{
    display: block;
}

.tittle-services h3{
    margin-top: 17px;
}

.tittle-services p{
    margin-top: 17px;
}


/*-------------------------about us---------------------------*/

.about-us{
    padding: 100px 0;
    background: rgb(63,48,33);
    background: linear-gradient(90deg, rgba(63,48,33,1) 38%, rgba(250,248,246,1) 38%);
}

.container-about-us{
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
}


.pic-about picture,
.pic-about img{
    max-width: 529px;
    width: 100%;
    height: 508px;
    display: block;
    object-fit: cover; 
    box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
}

.description-about ul{
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.description-about ul li{
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

.description-about ul li img{
    width: 29px;
    height: 29px;
    margin-right: 12px;
}





/*------------------------features---------------------*/

.features{
    padding: 100px 0;
}

.tittle-features{
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.tittle-features h2 span{
    color: #F08008;
    display: block;
}

.item-features{
    padding: 40px 45px;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    position: relative;
}

.item-features::after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 20%;
    width: 3px;
    height: 60%;
    background-color: #F08008;
}

.general-features-container{
    margin-top: 60px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.item-features h3{
    margin-bottom: 15px;
}


/*-----------------------contractors--------------------*/

.contractors{
    padding-top: 100px;
    height: 1150px;
    background: url('../image/bg-contractors.webp') no-repeat center top / cover;

}

.btn-block{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 45px;
}

.container-contractors{
    max-width: 900px;
    padding: 65px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(7px);
    background: rgba(255, 251, 247, 0.7);
    margin: 0 auto;
}



/*---------------------gallery-------------------*/

.gallery{
    padding: 100px 0;
}

.general-gallery-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 50px 0 60px 0;
}

.photo-project picture,
.photo-project img{
    width: 100%;
    height: 367px;
    display: block;
    object-fit: cover; 
}


/*---------------------schedule-------------------*/

.schedule{
    padding: 40px 0;
    background: rgb(63,48,33);
    background: linear-gradient(-90deg, rgba(63,48,33,1) 34%, rgba(250,248,246,1) 34%);
}


.description-schedule h2 span{
    color: #F08008;
    font-size: 75px;
    display: block;
    line-height: 100px;
}

.description-schedule p span{
    font-weight: 800;
}

.description-schedule p{
    margin-top: 40px;
}

.general-schedule-container{
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}


.block-schedule-form {
    display: flex;
    flex-direction: column;
    width: 490px;
    max-width: 100%;
    padding: 50px 35px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

.block-schedule-form h3{
    text-align: center;
    line-height: 40px;
    margin-bottom: 40px;
}

.row-input {
    display: flex;
    max-width: 100%;
    gap: 10px;
}

.field {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 17px;

}

label {
    font-size: 14px;
    font-weight: 700;
    color: #19100B;
    text-transform: uppercase;
    margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select{
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 15px;
    border: none;
    background-color: #f1f1f1;
}

.field textarea{
    padding: 15px;
    border: none;
    background-color: #f1f1f1;
    height: 100px;
}

.container-form-schedule{
    display: flex;
    justify-content: end;
}



.photo-project picture,
.photo-project img{
    width: 100%;
    height: 367px;
    display: block;
    object-fit: cover; 
    
}

.pic-schedule{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    
}

/*-------------------------reviews---------------------------*/

.reviews{
    padding: 100px 0;
}

.pic-reviews picture,
.pic-reviews img{
    width: 100%;
    height: 327px;
    display: block;
    object-fit: cover; 
}

.pic-reviews{
    margin-top: 10px;
}

.user-review{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 50px 40px;
}

.general-reviews-container{
    display: grid;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}

.raiting{
    margin-bottom: 20px;
    height: 19px;
}

.text-review span{
    font-size: 16px;
    font-weight: 700;
    color: #19100B;
}

.text-review p{
    margin-bottom: 15px;
}


/*------------------------best-price-guarantee---------------------*/

.best-price-guarantee{
    background-color: #FAF8F6;
}

.description-guarantee ul li img{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.description-guarantee ul li{
    display: flex;
    font-weight: 600;
    color: #19100B;
}

.description-guarantee ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.description-guarantee{
    display: flex;
    justify-content: center;
}

.block-description-guarantee{
    max-width: 650px;
    width: 100%;
    padding: 60px 50px;
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    margin: 0 15px;
}

.general-container-guarantee{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.pic-part-guarantee{
    position: relative;
    width: 100%;
    height: 680px;
    background: url('../image/part-guarantee.jpeg') no-repeat center top / cover;
}

.pic-part-worker img{
    display: flex;
    position: absolute;
    bottom: 0;
}


/*----------------------------blog------------------------*/


.blog{
    padding: 100px 0;
}

.general-blog-container{
    margin-top: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
}

.pic-item-blog picture,
.pic-item-blog img{
    width: 100%;
    height: 275px;
    display: block;
    object-fit: cover; 
}

.item-blog h4{
    margin-top: 20px;
    font-weight: 700;
}


/*-----------------------footer---------------------*/

.footer{
    padding: 35px 0;
    background-color: #3F3021;
}


.footer a,
.footer p{
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
}

.footer a{
    text-decoration: underline;
    color: #F08008;
}


/*-------------------------Contact_Page----------------------*/


.hero-cntacts-page{
    padding: 85px 0 150px 0;
    background: url('../image/hero-contacts.jpeg') no-repeat center top / cover;
}

.block-tittle-conact{
    width: 50%;
}

.block-tittle-conact h1{
    margin-bottom: 25px;
}

.block-tittle-conact p{
    margin-bottom: 0;
}


.contact-ifo{
    background-color: #FCFAF8;
}

.general-contacts-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
    position: relative;
    top: -55px;
}

.item-contacts{
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

.item-contacts h3{
    margin-bottom: 7px;
}

.item-contacts ul li{
    line-height: 35px;
}

.item-contacts li span{
    font-weight: 700;
}

.item-contacts ul li{
    color: #554F4B;
}

.item-contacts ul li a{
    color: #8A1814;
    font-weight: 500;
}

.icon-item-contacts{
    margin-bottom: 5px;
}

.contact-other{
    padding: 55px 0 90px 0;
}

.block-contact-other{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.map-contacts{
    width: 100%;
    height: 690px;
    display: block;
    object-fit: cover; 
    border: none;
}

.block-contacts-form{
    max-width: 100%;
    padding: 50px;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

.block-contacts-form h3{
    margin-bottom: 30px;
}

/*-------------------------Blog-Page-------------------------*/


.content{
    background-color: #FCFAF8;
    padding-bottom: 70px;
}

.content h1{
    margin-bottom: 40px;
    line-height: 65px;
}

.content h2{
    margin-bottom: 30px;
}

.content h3{
    margin-bottom: 12px;
}



.content picture,
.content img{
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    margin-bottom: 40px;
}


.content p a,
.content ul li a {
    color: #F07008;
    font-weight: 600;
    font-size: 16px;
}

.content ol,
.content ul{
    margin-top: 30px;
}


.content ul li{
    display: block;
    padding: 15px 20px;
}



.content ul li:nth-of-type(odd) { 
	background: #f7f2ed; 
}


.content ol li span{
    font-weight: 700;
}

.content ol li{
    color: #333461;
    line-height: 28px;
    list-style: decimal;
}

.content ol{
    padding-left: 15px;
}

ol li:not(:last-child) {
    margin-bottom: 25px;
}



/*-------------------------media------------------------*/


@media screen and (max-device-width: 1215px) and (min-device-width: 360px){
    .item-value {
        gap: 15px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media screen and (max-device-width: 1023px) and (min-device-width: 360px){
    .container-about-us {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .about-us {
        background: linear-gradient(180deg, rgba(63, 48, 33, 1) 37%, rgba(250, 248, 246, 1) 37%);
    }

    .pic-about{
        display: flex;
        justify-content: center;
    }

    .description-about{
        text-align: center;
    }

    .tittle-block{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .description-about ul{
        justify-content: center;
    }

    .tittle-features {
        gap: 25px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .general-reviews-container {
        grid-template-columns: 1fr;
    }

    .pic-part-guarantee {
        height: 600px;
    }

    .general-contacts-container {
        grid-template-columns: 1fr;
    }

    .block-contact-other {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .map-contacts {
        height: 400px;
    }
    .block-contacts-form {
        padding: 40px 20px;
        box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
        background: rgb(255, 255, 255);
    }

    .block-tittle-conact{
        text-align: center;
        width: 100%;
    }

}



@media screen and (max-device-width: 1024px) and (min-device-width: 360px){

    .nav-icon{
        display: block;
    }

    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .nav-menu{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #19100B;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: -100%;
        gap: 35px;
        left: 0;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .nav-menu li a {
        font-size: 18px;
        font-weight: 500;
        color: #19100B;
    }

    .nav-menu.active {
        top: 0;
        z-index: 999;
        opacity: 1;
        background-color: #FFF;
    }

    .block-tittle {
        text-align: center;
        width: 100%;
    }

    .btn-block-hero{
        justify-content: center;
    }

    .general-schedule-container {
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .container-form-schedule {
        justify-content: center;
    }

    .schedule {
        background: linear-gradient(0deg, rgba(63, 48, 33, 1) 36%, rgba(250, 248, 246, 1) 36%);
    }

    .pic-schedule{
        display: none;
    }

    .description-schedule{
        text-align: center;
    }

    .general-container-guarantee {
        grid-template-columns: 1fr;
    }

    .pic-part-worker{
        display: flex;
        justify-content: center;
    }

    .description-guarantee {
        padding-top: 90px;
    }

    .blog,
    .reviews,
    .schedule,
    .gallery,
    .features,
    .about-us,
    .services {
        padding: 80px 0;
    }

}



@media screen and (max-device-width: 900px) and (min-device-width: 769px){

    .photo-project picture, .photo-project img {
        height: 300px;
    }

    .content h1{
        font-size: 55px;
        line-height: 65px;
    }
}


@media screen and (max-device-width: 1024px) and (min-device-width: 768px){
    .item-services-container {
        height: 570px;
    }
    .tittle-services {
        width: 90%;;
        padding: 45px 20px;
        margin: 0 10px;
    }
}

@media screen and (max-device-width: 999px) and (min-device-width: 498px){
    .general-value-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-device-width: 497px) and (min-device-width: 360px){
    .general-value-container {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-device-width: 768px) and (min-device-width: 424px){
    .block-tittle h1 {
        font-size: 65px;
        line-height: 75px;
        margin-bottom: 30px;
    }
}

@media screen and (max-device-width: 423px) and (min-device-width: 360px){

    .block-tittle h1 {
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 30px;
    }
    .block-tittle-conact h1{
        font-size: 55px !important;
    }
    
}

@media screen and (max-device-width: 470px) and (min-device-width: 360px){
    .description-schedule h2 span {
        font-size: 60px;
        line-height: 75px;
    }
}

@media screen and (max-device-width: 570px) and (min-device-width: 360px){
    .photo-project picture, .photo-project img {
        height: 200px;
    }
}

@media screen and (max-device-width: 729px) and (min-device-width: 458px){
    .item-services-container {
        height: 540px;
    }
}

@media screen and (max-device-width: 457px) and (min-device-width: 360px){
    .tittle-services {
        width: 90%;
        padding: 45px 15px;
        margin: 0 10px;
    }
    .item-services-container {
        height: 550px;
    }
}

@media screen and (max-device-width: 379px) and (min-device-width: 360px){
    .block-schedule-form {
        padding: 40px 20px;
    }
    .block-description-guarantee {
        padding: 40px 20px;
    }
    .pic-part-worker img {
        width: 100%;
    }
    .description-schedule h2 span {
        font-size: 55px;
        line-height: 70px;
    }
}


@media screen and (max-device-width: 768px) and (min-device-width: 360px){

    .block-tittle-conact p,
    .block-tittle p {
        font-size: 30px;
        line-height: 43px;
        margin-bottom: 35px;
    }


    .btn-block-hero {
        flex-direction: column;
        align-items: center;
    }

    .hero {
        padding: 84px 0 140px 0;
    }

    .btn-block {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    h2 {
        font-size: 36px;
        line-height: 45px;
    }

    h3 {
        font-size: 26px;
        line-height: 37px;
    }

    h4 {
        font-size: 18px;
        font-weight: 800;
        line-height: 26px;
    }

    .row-input {
        display: flex;
        flex-direction: column;
    }

    .block-schedule-form {
        width: 100%;
    }

    .contractors {
        padding-top: 70px;
    }
    .container-contractors {
        padding: 45px 30px;
    }

    .user-review {
        box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.07);
        background: rgb(255, 255, 255);
        padding: 35px 25px;
    }

    .pic-reviews picture, .pic-reviews img {
        height: 200px;
    }

    .photo-project picture, .photo-project img {
        height: 200px;
    }
    .general-gallery-container {

        grid-template-columns: repeat(2, 1fr);
    }
    .general-features-container {
        grid-template-columns: 1fr;
    }
    .general-blog-container {
        grid-template-columns: 1fr;
    }

    .description-about ul {
        flex-direction: column;
    }
    .description-about ul li {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .btns-stick {
        display: flex;
        justify-content: center;
    }

    .footer{
        margin-bottom: 89px;
    }

    .block-tittle-conact h1 {
        font-size: 65px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .block-tittle-conact p{
        margin-bottom: 0;
    }

    .content h1{
        font-size: 48px;
        line-height: 57px;
    }

}















