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

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

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

html {
    margin-top: 0 !important;
}

/*----------------inner-page-------------------*/

h1{
    font-size: 38px;
}

.internal-page{
    padding-top: 90px;
}

.internal-page .header {
    background-color: #1B0E0F !important;
}

.internal-page .header .nav-link {
    color: #fff;
}


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

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

a{
    text-decoration: none;
}

h1, h2, h3, h4{
    margin: 0;
    color: #1B0E0F;
    text-transform: uppercase;
}

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

h3{
    font-size: 18px;
    letter-spacing: 1px;
    flex: 600;
    line-height: 31px;
}

h4{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 27px;
}

h4 span{
    display: block;
}


p{
    color: #393737;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
}

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

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


/*-----------------------btn---------------------*/

a.btn-schedule {
    background-color: #F5990F;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    width: 325px;
    max-width: 100%;
    letter-spacing: 1px;
    padding: 20px 0;
    line-height: 1;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
}



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

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

.logo a{
    height: 73px;
}

.logo{
    display: flex;
    align-items: center;
}

.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: 600;
    color: #ffffff !important;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}


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

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 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;
}

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


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


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

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

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

.block-title-hero{
    max-width: 63%;
    text-align: center;
}

.block-title-hero h1, 
.block-title-hero p{
    color: #ffffff;
    text-transform: uppercase;
}

.block-title-hero h1{
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 67px;
    margin-bottom: 23px;
}

.block-title-hero p{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 40px;
}


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

.features{
    padding: 25px;
}

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

.item-fatures{
    display: flex;
    gap: 15px;
}

.item-fatures img{
    width: 24px;
    height: 24px;
}

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

.welcome{
    padding: 115px 0;
    background-color: #F6F6F6;
}

.general-welcome-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    position: relative;
}

.pic-welcome {
    position: relative;
}

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

.container-description-welcome {
    display: flex;
    align-items: center;
    position: relative;
}

.block-description-welcome {
    padding: 80px;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%; 
}

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

.title-block h4{
    margin-bottom: 12px;
}



/*--------------------Services------------------*/

.services{
    padding: 115px 0;
}

.name-service h4{
    text-align: center;
}

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

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

.item-services{
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
}

.name-service{
    margin: 15px 12px;
}

.why-us .title-block,
.services .title-block{
    text-align: center;
}

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

.general-services-container{
    margin: 50px 0;
}


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

.parts{
    position: relative;
    padding: 90px 0 320px 0;
    background: url('../image/bg-parts.jpeg') no-repeat center top / cover;
}



.block-description-parts{
    display: grid;
    gap: 80px;
    align-items: center;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    padding: 65px;
    backdrop-filter: blur(34px);
    background: rgba(0, 0, 0, 0.45);

}

.parts-description-container{
    padding-bottom: 60px;
}

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

.title-block h3{
    margin-top: 12px;
}

.block-pic-parts{
    position: relative;
}

.block-pic-parts{
    position: relative;
    display: flex;
    justify-content: center;
}

.pic-parts{
    position: absolute;
    display: flex;
    top: 70px;
    max-width: 100%;
    max-width: 476px;
}

.pic-parts img{
    width: 100%;
    max-width: 476px;
}

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

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

.features-why-us{
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 30px;
}

.item-why-us{
    display: flex;
    gap: 30px;
    padding: 45px;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    position: relative;
}

.item-why-us::after {
    content: ' ';
    position: absolute;
    left: 0;
    width: 3px;
    height: 65%;
    background-color: #DD9E37;
}

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

h3 span{
    display: block;
}


/*-----------------------steps-------------------*/

.steps{
    background-color: #181818;
    padding-bottom: 115px;
}

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

.icon-step span{
    font-size: 56px;
    font-weight: 800;
    color: #343434;
    text-transform: uppercase;
    line-height: 1;
}

.step h3{
    color: #ffffff;
    margin-bottom: 20px;
}

.line span{
    background-color: #F5990F;
    width: 80px;
    height: 2px;
    display: block;
}

.step p{
    margin-top: 32px;
    color: #D8D8D8;
}

.icon-step{
    margin-bottom: 14px;
}

.general-steps-container{
    padding-top: 80px;
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    margin-bottom: 60px;
}

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

.block-emergancy{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.emergancy{
    padding: 115px 0 90px 0;
}



.link-call h3{
    color: #EEA02B;
    font-weight: 800;
}

.emergancy p{
    margin-bottom: 20px;
}


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

.descrip-faq h2{
    margin-bottom: 30px;
}

.faq {
    background-color: #F9F9F9;
}

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

.faq-content {
    margin: 0 auto;
}

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

.faq-question {
    padding: 23px 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: 600;
    letter-spacing: 0.7px;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 0 48px;
    cursor: pointer;
    line-height: 30px;
}

.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: #000000;
    font-weight: 300;
    margin-left: 10px;
    margin-top: -4px;
    z-index: 5;
    font-size: 34px;
    line-height: 100%;
    user-select: none;
    transition: transform 0.2s ease;
}

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

.panel {
    display: none;
}


/*----------------------customers-------------------*/

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

.banner-customers{
    height: 564px;
    background: url('../image/bg-customer-satisfaction.jpeg') no-repeat center top / cover;
}

.block-pic-phone{
    position: relative;
    display: flex;
    justify-content: center;
}

.gneral-banner-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
}

.pic-phone{
    position: absolute;
    display: flex;
    top: 50px;
    max-width: 100%;
}

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

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

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

.name-services h4{
    margin-bottom: 10px;
}

.item-review span{
    color: #181818;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.item-review p{
    margin-bottom: 17px;
}

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

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

.footer p{
    color: #ffffff;
}

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

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

.contacts-intro h1{
    margin-bottom: 35px;
    font-weight: 800;
}

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


.item-info {
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    padding: 35px;
}

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

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

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


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

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


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

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

.item-info ul li a{
    color: #71030B;
    font-weight: 600;
}

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

.schedule{
    text-align: center;
    padding: 40px 55px;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
}

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

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


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

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

.content h1 {
    font-size: 38px;
    padding-top: 40px;
    margin-bottom: 20px;
    color: #1B0E0F;
}

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

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

.content ul li a {
    color: #EEA02B;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

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


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

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


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

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

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

td{
    color: #1B0E0F;
}


@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: #1B0E0F;
		font-weight: bold;
	}

}

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

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

.content ol{
    background-color: #ffffff;
    padding: 35px 30px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

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





/*--------------------------------------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: #000000;
        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: 500;
        color: #000000;
    }

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

    .header{
        background-color: #1B0E0F !important;
    }

    .block-title-hero {
        max-width: 100%;
        text-align: center;
    }

    .welcome {
        padding: 60px 0 40px 0;
    }

    .services {
        padding: 60px 0;
    }

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

    .features-why-us {
        margin-top: 35px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .item-why-us {
        gap: 5px;
        padding: 40px 25px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .item-why-us::after {
        bottom: 0; 
        left: 50%;
        transform: translateX(-50%);
        width: 65%;
        height: 3px;
        background-color: #DD9E37;
    }

    .pic-steps img, .pic-steps picture {
        height: 350px;
    }

    .general-steps-container {
        padding-top: 60px;
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .step p {
        margin-top: 25px;
    }

    .icon-step span {
        font-size: 45px;
    }

    .icon-step {
        margin-bottom: 10px;
    }

    .step{
        text-align: center;
    }

    .line span{
        margin: 0 auto;
    }

    .block-emergancy {
        gap: 40px;
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .steps {
        padding-bottom: 80px;
    }

    .emergancy {
        padding: 70px 0;
    }

    .emergancy{
        text-align: center;
    }

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

    .descrip-faq{
        text-align: center;
    }
    .descrip-faq h2 {
        margin-bottom: 20px;
    }

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

    .item-review {
        padding: 35px 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .name-services {
        margin-bottom: 7px;
    }

    .customers {
        padding-bottom: 70px;
    }

    .general-list-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 10px;
    }

    .item-fatures {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        text-align: center;
    }

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

    .pic-welcome img,
    .pic-welcome picture {
        width: 100%;
        max-width: 100%;
        height: 350px; 
    }

    .block-description-welcome {
        position: static;
        padding: 45px 20px;
        max-width: 85%;
        transform: translateY(-10%);
        text-align: center;
    }

    .container-description-welcome {
        justify-content: center;
    }

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

    .block-description-parts {
        gap: 9px;
        grid-template-columns: 1fr;
        padding: 50px 35px;
        text-align: center;
    }

    .parts {
        padding: 80px 0 250px 0;
    }

    .pic-parts {
        top: 23px;
        max-width: 100%;
    }

    .why-us {
        padding: 160px 0 70px 0;
    }

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

    .schedule {
        padding: 35px 25px;
    }

}

@media screen and (max-device-width: 768px) and (min-device-width: 360px){
    .hero {
        padding: 190px 0 90px;
    }

    .block-title-hero h1 {
        font-size: 39px;
        font-weight: 700;
        line-height: 57px;
        margin-bottom: 16px;
    }
    .item-services img, .item-services picture {
        height: 200px;
    }

    .name-service {
        margin: 10px;
    }

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

    .footer{
        margin-bottom: 85px;
    }

    h2 {
        font-size: 30px;
        line-height: 41px;
        letter-spacing: 1px;
    }  
    
    .content h1 {
        font-size: 34px;
        line-height: 43px;
    }

    .content picture, 
    .content img {
        height: 300px;
        margin-bottom: 30px;
    }

}

@media screen and (max-device-width: 450px) and (min-device-width: 410px){
    .why-us {
        padding: 135px 0 70px 0;
    }
}

@media screen and (max-device-width: 409px) and (min-device-width: 360px){
    .why-us {
        padding: 125px 0 70px 0;
    }

    .pic-parts {
        top: 20px;
    }

    .parts {
        padding: 80px 0 200px 0;
    }

    .block-description-welcome {
        transform: translateY(-4%);
    }
}


