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


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

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



.scroll-hide {overflow: hidden; }
html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}


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

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

h1, h2, h3, h4, h5{
    margin: 0;
    color: #332B23;
    font-family: "Exo", sans-serif;
}

.title-line span{
    background-color: #C0AA83;
    width: 60px;
    height: 3px;
    display: block;
}

.title-line{
    margin-top: 25px;
}

.title-block-center,
.title-block{
    margin-bottom: 35px;
}

h1{
    font-size: 63px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 1px;
}

h2{
    font-size: 43px;
    font-weight: 800;
    line-height: 57px;
    letter-spacing: 1px;
}

h3{
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
}

h4{
    color: #332B23;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 27px;
}

.title-block-center h5,
.title-block h5{
    color: #C0AA83;
    margin-bottom: 8px;
}

a{
    text-decoration: none;
    font-family: "Exo", sans-serif;
}


p{
    color: #1B1918;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

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

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

.block-hero-tittle h1{
    color: #ffffff;
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: center;
}


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

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

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #ffffff;
    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: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    letter-spacing: 1.5px;
    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: 10px 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: #31363D;
}

a.btn-call,
a.btn-schedule,
a.btn-head{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    background-color: #b1915b;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 230px;
    line-height: 1;
    padding: 15px 10px;
    text-align: center;
    font-weight: 700;
    transition: opacity 0.5s ease-in-out;
}

a.btn-schedule{
    background-color: #A12D2D;
}

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


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


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


.block-hero-tittle{
    max-width: 70%;
    margin: 0 auto;
}

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

.block-hero-tittle h1{
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
}

.block-hero-tittle p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 45px;
}

.block-hero-tittle a.btn-schedule{
    margin: 0 auto;
}




/*----------------------------welcome-------------------*/

.welcome{
    padding: 90px 0 120px 0;
}


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

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

.icon-feature{
    width: 61px;
    height: 61px;
    margin-bottom: 22px;
}

.generai-features-container{
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    justify-content: space-between;
}

.item-feature{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item-feature h4{
    line-height: 27px;
}

.item-feature p{
    margin-top: 7px;
}

.generai-features-container{
    margin-top: 90px;
}


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

.services{
    padding: 120px 0 100px 0;
    background-color: #31363D;
}

.title-block-center{
    text-align: center;
    margin-bottom: 65px;
}

.title-block-center .title-line span{
    margin: 0 auto;
}

.title-block-center span{
    display: block;
}


.services .title-block-center h2 {
    color: #ffffff;
}

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



.item-title h4 {
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 0;
    z-index: 2;
}

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

a.item-support{
    position: relative;
    width: 100%;
    background: rgb(33, 31, 30);
}

a.item-support::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(3, 7, 14, 0.88), rgb(40 60 86 / 0%));
    z-index: 1;
}

.general-services-container{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
}


.btns-block-content {
    display: flex;
    justify-content: center;
    gap: 20px; 
    margin-top: 60px;
}

/*------------------------brands-------------------------*/

.brands{
    padding: 120px 0;
}

.item-brands {
    max-width: 100%;
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-brands-container{
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
}

.item-brands img{
    width: 100%;
    display: block;
    object-fit: cover;
}


.title-block-center p{
    margin-top: 30px;
}

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


.general-container{
    background-color: #31363D;
    padding: 120px 0;

}


.full-services-list h4{
    color: #C0AA83;
}

.blocks-full-services{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 100%;
    align-items: center;
}

.description-full-services .title-block h2{
    color: #ffffff;
}

.description-full-services p{
    color: #D6D0CA;
}


.description-full-services img{
    width: 35px;
}

.description-full-services ol li h4{
    font-weight: 600;
    color: #C0AA83;
    text-transform: uppercase;

}

.description-full-services ol li{
    display: flex;
    line-height: 29px;
    gap: 14px;
    align-items: center;
    text-align: left;
}

.description-full-services ol{
    margin-top: 45px;
    display: flex;
    flex-direction: column;
}



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



/*-------------------testimonials-------------------*/


.customer-satisfaction{
    padding: 120px 0;
}

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

.pic-satisfaction-customer img{
    width: 100%;
    max-width: 234px;
    height: auto;
    display: block;
}

.first-word{
    font-size: 32px;
    margin-bottom: 30px;
}

.second-word{
    font-size: 130px;
    color: #C0AA83;
}

.third-word{
    margin-top: 25px;
}

.block-tittle-customer h2 span{
    display: block;
}

.container-customers-title{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.customer-testimonials{
    margin-top: 90px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
}

.user-reviews{
    padding: 45px 40px;
    background-color: #F6F6F6;
}

.service-name-reviews{
    margin-bottom: 10px;
}

.service-name-reviews h4{
    margin-bottom: 8px;
}



/*----------------------promo--------------------*/

.promo-text .btns-block-content{
    justify-content: start;
    margin-top: 45px;
}


.general-promo-container{
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    background-color: #F6F6F6;
}

.general-description-promo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-text{
    width: 70%;
}

.pic-promo{
    width: 100%;
    height: 540px;
    background: url('../image/promo-pic.jpeg') no-repeat center top / cover;
}

/*------------------parts-----------------*/

.parts{
    padding: 120px 0 90px 0;
}

.parts .title-block-center{
    margin-bottom: 30px;
}

.description-parts{
    text-align: center;
    padding: 80px;
    border: solid 12px #F6F6F6;
}

.block-pic-parts{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.block-pic-parts picture,
.block-pic-parts img {
    width: 100%;
    max-width: 941px;
    height: auto;
    display: block;
}



/*----------------------commercial--------------------*/

.commercial{
    padding-bottom: 100px;
}

.general-commercial-container{
    background: url('../image/commercial-block-bg.jpeg');
}

.block-commercial-services{
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 120px 0;
}

.description-commercial-services .title-block h2{
    color: #ffffff;
}

.description-commercial p{
    color: #dee0e5;
}

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

.pic-commercial-services{
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
}


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

.blog{
    padding: 120px 0;
}


.general-blog-container{
    margin-top: 50px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}


.pic-blog{
    margin-bottom: 30px;
}

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

.item-blog h3{
    color: #C0AA83;
} */



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


.footer{
    background-color: #31363D;
    padding: 35px 0;
    text-align: center;
}

.footer p{
    color: #D6D0CA;
}


/*-------------------Contacts page---------------------*/

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

.contacts-hero img, .contacts-hero picture {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
}


.contacts-informations{
    padding: 45px 0 70px 0;
    background-color: #F6F6F6;
}

.contacts-informations h1{
    font-size: 45px;
    margin-bottom: 34px;
    text-align: center;
}

.item-block-contact-info ul li{
    text-transform: uppercase;
    font-size: 14px;
    color: #332B23;
    line-height: 30px;
}

.item-block-contact-info ul li a{
    color: #C0AA83;
    font-weight: 600;

}

.item-block-contact-info p{
    text-transform: uppercase;
}

.item-block-contact-info p span,
.item-block-contact-info ul li span{
    font-weight: 600;
}

.item-block-contact-info h4{
    margin-bottom: 5px;
}

.item-block-contact-info{
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    padding: 30px 25px;
    position: relative;
}

.item-block-contact-info::after{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #C0AA83;
}

.pic-contact-icon{
    margin-bottom: 10px;
}

.map{
    width: 100%;
    display: block;
    object-fit: cover; 
    padding-bottom: 90px;
    background-color: #F6F7FA;
}

iframe{
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover; 
    border: none;
}



/*------------------------CONTENT PAGE-------------------------*/

.content{
    padding-bottom: 70px;
}

.content h1{
    padding-top: 80px;
    margin-bottom: 50px;
}

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

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

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

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

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

.content ul li a:hover{
    color: #1B1918;
    transition: 0.3s ease;
}

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

table { 
	width: 100%; 
	border-collapse: collapse; 
    margin-top: 40px;
}


tr:nth-of-type(odd) { 
	background: #F6F6F6; 
}

th { 
	background-color: #C0AA83;
	color: white; 
	font-weight: 600; 
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

td, th { 
	padding: 10px; 
	border: 1px solid #f1eeee; 
	text-align: left; 
	font-size: 16px;
    padding: 20px 15px;
}

td{
    color: #1B1918;
    font-weight: 400;
    line-height: 27px;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #e9ecf3; }
	
	td { 
		border: none;
		border-bottom: 1px solid #e9ecf3; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		position: absolute;
		top: 20px;
		left: 15px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}

}

.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: 1169px) and (min-device-width: 1024px){

    .pic-support img, .pic-support picture {
        height: 230px;
        width: 100%;
    }

    .block-commercial-services,
    .general-welcome-container,
    .blocks-full-services {
        gap: 60px;
    }

    .promo-text {
        width: 85%;
    }

    h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .block-hero-tittle h1 {
        font-size: 62px;
        font-weight: 700;
        line-height: 75px;
    }

    .pic-promo {
        height: 600px;
    }

}

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

    .block-hero-tittle {
        max-width: 100%;
        margin: 0 auto;
    }

    .block-hero-tittle h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 66px;
        margin-bottom: 20px;
    }


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

    .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: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: -100%;
        gap: 50px;
        left: 0;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .nav-menu li a {
        font-size: 21px;
        font-weight: 200;
        color: #ffffff;
    }

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


    /*------------------END----------------------*/

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

    h3 {
        font-size: 22px;
        line-height: 36px;
    }

    .item-title h3 {
        bottom: 40px;
        left: 30px;
    }

    .pic-support img, 
    .pic-support picture{
        height: 270px;
    }

    .generai-features-container {
        gap: 40px 20px;
        grid-template-columns: 1fr 1fr;
    }

    .welcome-block-description{
        text-align: center;
    }


    .pic-commercial-services picture, 
    .pic-commercial-services img,
    .pic-promo,
    .pic-ful-services picture, 
    .pic-ful-services img,
    .pic-welcome picture, 
    .pic-welcome img {
        height: 350px;
    }


    .block-commercial-services,
    .blocks-full-services,
    .general-welcome-container{
        gap: 70px;
        grid-template-columns: 1fr;
    }

    .title-block{
        text-align: center;
    }

    .title-line span{
        margin: 0 auto;
    }

    .title-block-center, .title-block {
        margin-bottom: 35px;
    }

    .generai-features-container {
        margin-top: 60px;
    }

    .welcome {
        padding: 70px 0 86px 0;
    }

    .services {
        padding: 90px 0;
    }

    .pic-bg-services {
        bottom: -90px;
    }

    .blog,
    .block-commercial-services,
    .customer-satisfaction,
    .general-container,
    .brands {
        padding: 90px 0;
    }

    .customer-testimonials {
        margin-top: 60px;
        gap: 30px;
        grid-template-columns: 1fr;
    }

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

    .general-description-promo{
        order: 2;
        padding: 0 15px;
    }

    .promo-text {
        padding: 60px 0;
        width: 100%;
        text-align: center;
    }

    .promo-text .btns-block-content {
        justify-content: center;
        margin-top: 35px;
    }

    .description-commercial,
    .description-full-services{
        text-align: center;
    }

    .parts {
        padding: 90px 0 60px 0;
    }

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

    .description-parts {
        padding: 50px 30px;
    }

    .block-pic-parts {
        margin-top: 40px;
    }

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

    .footer{
        margin-bottom: 81px;
    }

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

}




@media screen and (max-device-width: 1023px) and (min-device-width: 600px){
    .container-customers-title {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }

    .customer-satisfaction-description {
        grid-column: span 2;
    }

    .customer-satisfaction-description p {
        width: 100%;
    }

}


@media screen and (max-device-width: 599px) and (min-device-width: 360px){
    .container-customers-title {
        grid-template-columns: 1fr;
        gap: 40px 20px;
    }

    .customer-satisfaction-description {
        text-align: center;
    }

    .block-tittle-customer{
        text-align: center;
    }

    .pic-satisfaction-customer{
        margin: 0 auto;
    }
}

@media screen and (max-device-width: 469px) and (min-device-width: 360px){
    .description-full-services ol li {
        gap: 14px;
        align-items: start;
    }
}



@media screen and (max-device-width: 767px) and (min-device-width: 440px){
    .block-hero-tittle h1 {
        font-size: 54px;
        font-weight: 600;
        line-height: 65px;
    }

    .hero {
        padding: 100px 0;
    }

    .parts .title-block-center {
        margin-bottom: 35px;
    }


}



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



    .contacts-hero img, .contacts-hero picture {
        height: 300px;
    }


    .pic-support img, .pic-support picture {
        height: 300px;
    }

    .btns-block-content {
        flex-direction: column;
        align-items: center;
        justify-content: center; 
    }


    .general-services-container {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .content picture,
    .content img{
        height: 350px;
    }
}

@media screen and (max-device-width: 768px) and (min-device-width: 360px){
    .general-services-container {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .pic-support img, .pic-support picture {
        height: 230px;
    }

    .item-title h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 29px;
        bottom: 30px;
    }

    .contacts-informations h1{
        font-size: 40px;
        margin-bottom: 30px;
        text-align: center;
    }
}


@media screen and (max-device-width: 439px) and (min-device-width: 360px){
    .block-hero-tittle h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 52px;
    }

    .hero{
        padding: 70px 0;
    }
}

@media screen and (max-device-width: 369px) and (min-device-width: 360px){
    .general-brands-container {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}

