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

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

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

html{
    margin-top: 0 !important;
}

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

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

a{
    text-decoration: none;
    list-style: none;
}

h1, h2, h3, h4, h5{
    margin: 0;
    color: #1E1E1E;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-weight: 700;
    font-size: 39px;
    line-height: 47px;
}

h2{
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}


h3{
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

h4{
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero h1{
    font-size: 48px;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 20px;
}

.hero p{
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

p{
    font-size: 14px;
    font-weight: 400;
    color: #1E1E1C;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-family: "Poppins", serif;
}

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


a.btn-schedule{
    background-color: #731811;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    width: 280px;
    max-width: 100%;
    letter-spacing: 1px;
    padding: 15px 0;
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}


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

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




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

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #1E1E1E;
    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 a {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #1E1E1E;
    padding: 0;
    font-weight: 500;
    font-family: "Poppins", serif;
}

.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: #ffffff;
}




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

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

.block-slogan{
    max-width: 70%;
    text-align: center;
}

.block-slogan h1{
    font-weight: 700;
}

.hero-slogan-container{
    display: flex;
    justify-content: center;
}

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

/* .features{
    background-color: #F6F6F6;
} */

.general-block-features{
    padding: 25px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    gap: 20px;
}

.item-features{
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 20px 25px;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
}

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

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

.services{
    background-color: #F6F6F6;
    padding: 60px 0 145px 0;
}
.general-services-container{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 65px 20px;
    max-width: 100%;
}

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

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

.block-support-services{
    display: grid;
    gap: 50px 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    max-width: 100%;
}

a.item-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.pic-support{
    margin-bottom: 15px;
}

.services .title-block{
    margin-bottom: 55px;
}

.title-block h2{
    margin-bottom: 10px;
}

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

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

.pic-welcome {
    position: relative;
    height: 470px;
    background: url('../image/bg-welcome.jpeg') no-repeat center top / cover;
}

.pic-welcome img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.block-description-welcome{
    padding: 70px 0 120px 0;
}

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


/*----------------------why-us--------------------*/

.why-us{
    padding: 120px 0;
    background-color: #F6F6F6;
}


.general-description-why-us{
    margin-top: 60px;
    display: grid;
    gap: 30px;
    grid-template-columns: 2fr 1fr 1fr;
    max-width: 100%;
}

.list-features-why-us img{
    width: 32px;
    height: 32px;
}

.list-features-why-us h3{
    margin-top: 5px;
    margin-bottom: 15px;
}

.text-description-why-us h2{
    margin-bottom: 12px;
}

.text-description-why-us h3{
    margin-bottom: 22px;
}

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


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

.parts{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    background-color: #5E0D06;
}

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

.pic-parts{
    position: relative;
    height: 550px;
    background: url('../image/bg-parts.jpeg') no-repeat center top / cover;
}

.parts-description{
    max-width: 60%;
    text-align: center;
}

.parts-description h2,
.parts-description h3,
.parts-description p{
    color: #ffffff;
}

.general-block-description-parts{
    padding: 0 15px;
}

.pic-parts img {
    max-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/*------------------------emergancy-------------------*/

.emergancy{
    padding: 120px 0 100px 0;
}

.emergancy h2{
    margin-bottom: 50px;
    text-align: center;
}

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

.description-emergancy{
    text-align: center;
    margin-top: 50px;
}

.description-emergancy h3 a{
    color: #731811;
    margin-top: 30px;
}


/*--------------------customer-satisfaction-----------------*/

.customer-satisfaction{
    padding: 110px 0;
    background-color: #F6F6F6;
}

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

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

.description-customer-satisfaction h2{
    margin-bottom: 21px;
}

.description-customer-satisfaction h2 span{
    display: block;
}

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

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

.user-reviews{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 55px 45px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

.user-services{
    margin-bottom: 15px;
}

.user-reviews span{
    font-weight: 700;
    color: #1E1E1E;
    font-size: 14px;
}

.user-services h4{
    margin-bottom: 12px;
}


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

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

.block-promo-description p,
.block-promo-description h2{
    color: #ffffff;
}

.block-promo-description p{
    margin-bottom: 35px;
}

.block-promo-description h2{
    margin-bottom: 21px;
    line-height: 59px;
}

.block-promo-description h2 span{
    display: block;
}

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

.block-promo-description{
    max-width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.general-block-promo{
    display: flex;
    justify-content: center;
}

/*---------------------FAQ----------------*/

.faq{
    background-color: #F6F6F6;
}

.faq-cont {
    padding: 100px 0;
    display: grid;
    grid-gap: 70px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.faq-content {
    margin: 0 auto;
}

.title-FAQ h2{
    margin-bottom: 27px;
}

.faq-question {
    padding: 28px 0;
    max-width: 100%;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

.faq-question:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.faq-question:first-child {
    padding-top: 18px;
}

.panel-title {
    display: block;
    word-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.7px;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 0 43px;
    cursor: pointer;
    line-height: 30px;
    text-transform: uppercase;
}

.panel-content {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin: 0 40px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.panel:checked ~ .panel-content {
    max-height: 500px;
    opacity: 1;
    padding: 14px 10px;
}

.plus {
    position: absolute;
    color: #1E1E1E;
    font-weight: 300;
    margin-left: 10px;
    margin-top: 2px;
    z-index: 5;
    font-size: 28px;
    line-height: 100%;
    user-select: none;
    transition: transform 0.2sease;
}

.panel:checked ~ .plus {
    transform: rotate(45deg);
}

.panel {
    display: none;
}

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

.blog{
    padding: 100px 0;
}

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

.item-blog h3{
    margin-bottom: 10px;

}

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

.description-emergancy a h3{
    color: #731811;
}

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

.footer{
    background-color: #1E1E1E;
    padding: 30px 0;
    text-align: center;
}

.footer p{
    color: #ffffff;
    font-weight: 300;
}

/*------------------CONTACT PAGE------------------*/

.contacts-intro{
    padding: 45px 0 35px 0;
    background-color: #F6F6F6;
}

.contacts-intro h1{
    margin-bottom: 25px;
}

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


.contacts-information{
    padding-bottom: 100px;
    background-color: #F6F6F6;
}

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

.item-info{
    background-color: #ffffff;
    padding: 35px;
}


.title-info{
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
}


.title-info h3{
    font-weight: 700;
}

.title-info{
    margin-bottom: 5px;
}

.item-info p{
    text-align: center;
}

.item-info ul li{
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #1E1E1E;
    letter-spacing: 0.5px;
}

.item-info ul li a{
    color: #731811;
    font-weight: 700;
}

.intro-contacts-text{
    text-align: center;
    padding: 50px 0;
}

.schedule{
    text-align: center;
    padding: 40px 15px;
    background-color: #ffffff;
}

.schedule p{
    margin-bottom: 30px;
}

.schedule .btn-schedule{
    margin: 0 auto;
}

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

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

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

.content h2{
    margin: 45px 0 15px 0;
}

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

.content ul li a {
    color: #731811;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

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

.content ul li{
    display: block;
    padding: 23px 28px;
    line-height: 25px;
}


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


/*------------------------Table-----------------------*/


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


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

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

td, th { 
	padding: 10px; 
	text-align: left; 
	font-size: 14px;
    padding: 25px 20px;
}

td{
    color: #1E1E1E;
    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;
	}
	
	
	td { 
		border: none;
		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: #1E1E1E;
		font-weight: bold;
	}

}


/*------------------------TableEnd---------------------*/

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

.content ol li{
    color: #1E1E1E;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.content ol{
    background-color: #ffffff;
    padding: 35px;
}

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

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

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

    .nav-menu li a {
        font-size: 18px;
        font-weight: 400;
        color: #1E1E1E;
    }

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

    /*---------------------navEND-----------------*/

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

    .item-features {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
        padding: 20px 15px;
    }


    .item-features h3 {
        text-align: center;
    }

    .hero {
        padding: 270px 0 115px 0;
    }

    .services {
        background-color: #F6F6F6;
        padding: 50px 0 70px 0;
    }

    .general-services-container {
        margin-top: 40px;
        grid-template-columns: repeat(4, 1fr);
        gap: 35px 20px;
    }

    .block-btn {
        margin-top: 50px;
    }


    .block-description-welcome,
    .why-us {
        padding: 60px 0;
    }

    .general-description-why-us {
        margin-top: 40px;
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .text-description-why-us{
        text-align: center;
    }

    .text-description-why-us h2 {
        margin-bottom: 5px;
    }

    .text-description-why-us h3 {
        margin-bottom: 15px;
    }

    .list-features-why-us{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .list-features-why-us h3 {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .parts{
        grid-template-columns: 1fr;
    }

    .general-block-description-parts{
        order: 2;
    }

    .parts-description{
        max-width: 100%;
        padding: 40px 0 60px 0;
    }

    .pic-why-us picture, 
    .pic-why-us img, 
    .pic-customer-satisfaction picture, 
    .pic-customer-satisfaction img,
    .pic-emergancy picture, 
    .pic-emergancy img,
    .pic-parts {
        height: 350px;
    }

    .pic-parts img {
        width: 300px;
        height: 300px;
    }

    .emergancy {
        padding: 60px 0;
    }

    .description-emergancy {
        margin-top: 35px;
    }

    .emergancy h2 {
        margin-bottom: 40px;
    }

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

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

    .general-reviews-container {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .user-services {
        margin-bottom: 9px;
    }

    .user-reviews {
        padding: 35px 20px;
    }

    .faq-cont {
        padding: 70px 0;
        grid-gap: 35px;
        grid-template-columns: 1fr;
    }

    .title-FAQ h2 {
        margin-bottom: 18px;
    }

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

    .blog {
        padding: 70px 0;
    }

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

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

    .content h1 {
        font-weight: 700;
        font-size: 34px;
        line-height: 48px;
    }

    .block-support-services{
        grid-template-columns: repeat(2, 1fr);
    }

}

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

    .block-promo-description {
        max-width: 100%;
    }

    h2 {
        font-size: 27px;
        line-height: 40px;
    }

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

    .block-slogan{
        max-width: 100%;
    }

    .hero h1 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .pic-welcome img {
        max-width: 350px;

    }

    .pic-welcome {
        height: 390px;
    }

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

    .footer{
        margin-bottom: 76px;
    }

    .pic-support img{
        width: 135px;
    }

}
