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

.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;
}

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

h1{
    font-size: 34px;
    font-weight: 500;
}

h2{
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

h4{
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
}


p{
    font-size: 14px;
    font-weight: 500;
    color: #1E1E1C;
    margin: 0;
    line-height: 30px;
    letter-spacing: 0.5px;
}

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

a.btn-schedule{
    background-color: #BD9B60;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    width: 300px;
    max-width: 100%;
    letter-spacing: 1px;
    padding: 18px 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;
}


/*-------------------------------Navi---------------------------*/

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

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

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

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


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

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

.hero h1{
    color: #ffffff;
    line-height: 57px;
    letter-spacing: 2px;
    font-size: 39px;
    font-weight: 400;
}

.hero p{
    color: #ffffff;
    margin-top: 18px;
    letter-spacing: 0.7px;
}

.hero-block-description{
    max-width: 65%;
    text-align: center;
    margin: 0 auto;
}

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

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

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

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

.pic-services{
    margin-bottom: 23px;
}

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

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


.title-block{
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}


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

.general-welcome-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    background-color: #F7F7F7;
}

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

.pic-welcome img{
    position: relative;
    left: 50%;
    bottom: -87px;

}

.container-intro-welcome{
    max-width: 55%;
    margin: 0 auto;
}

.block-description-welcome h2{
    margin-bottom: 15px;
}

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


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

.block-list{
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.item-list{
    display: flex;
    gap: 20px;
    align-items: center;
}

.container-intro-welcome p{
    margin-top: 30px;
}


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

.why-us{
    padding: 140px 0;
}

.gereral-feature-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 60px 40px;
    margin-top: 80px;
}

.item-features{
    display: flex;
    gap: 45px;
    max-width: 100%;
}

.description-features h3{
    margin-bottom: 9px;
}


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

.parts{
    background-color: #202020;
}

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

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

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

.block-description-parts p{
    margin-top: 23px;
}

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

.pic-content-parts{
    margin-top: 65px;
}


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

.emergancy{
    padding: 140px 0;
}

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

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

.emergancy a h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #1667A1;
}


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

.customer-satisfaction{
    position: relative;
    padding: 300px 0 140px 0;
    background: url('../image/bg-customer.jpeg') no-repeat center top / cover;
}

.block-description-customer{
    max-width: 45%;
}

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

.customer-satisfaction::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 22px solid #F7F7F7;
    object-fit: cover;
}

.list-previlegy{
    background-color: #F7F7F7;
}

.block-list-customers-features{
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    gap: 50px;
}

.item-customer-feature{
    display: flex;
    gap: 20px;
    max-width: 100%;
}

.item-customer-feature h3{
    margin-bottom: 8px;
}

.line{
    border: 1px solid #ebebeb;
}

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

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

.testimonials{
    padding: 70px 0 140px 0;
    background-color: #F7F7F7;
}

.item-testimonials{
    background-color: #ffffff;
    padding: 60px 50px;
}

.item-testimonials span{
    font-weight: 600;
    font-size: 16px;
    color: #1E1E1C;
}

.item-testimonials p{
    margin-bottom: 25px;
}

.title-testimonials{
    margin-bottom: 23px;
}

.title-testimonials h3{
    margin-bottom: 10px;
}


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


.faq-cont {
    padding: 140px 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: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    max-width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 0 48px;
    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: #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;
}

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

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

.promo-description{
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    padding: 65px 55px;
    text-align: center;
    max-width: 40%;
}

.promo-description h2{
    line-height: 62px;
    font-weight: 500;
    margin-bottom: 5px;
}

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

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

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

.promo-description .btn-schedule{
    border: 1px solid rgb(255, 255, 255);
    color: #ffffff;
    margin: 0 auto;
}


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

.blog{
    padding: 140px 0;
    background-color: #F7F7F7;
}

.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;
}



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

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

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


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

.contacts-intro{
    padding: 45px 0 35px 0;
}

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

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


.contacts-information{
    padding-bottom: 100px;
}

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

.item-info{
    background-color: #F7F7F7;
    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: #1E1E1C;
    letter-spacing: 0.5px;
}

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

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

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

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

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

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

.content{
    padding: 45px 0 70px 0;
}

.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: #BD9B60;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.4px;
}

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


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


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


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

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

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

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

}


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

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

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

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

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


/*-------------------------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: 300;
        color: #ffffff;
    }

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

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

    .general-parts-container {
        grid-template-columns:  1fr;
        gap: 0;
    }

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

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

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

    .pic-welcome {
        height: 350px;
    }

    .pic-welcome img {
        position: relative;
        left: 40% !important;
        bottom: 30px;
        height: 380px;
    }

    .container-intro-welcome{
        padding: 50px 15px 80px 15px;
        max-width: 100% !important;
        text-align: center;
    }

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

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

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

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

    .block-list{
        justify-content: center;
    }

    .container-intro-welcome p {
        margin-top: 20px;
    }

    .block-intro {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .emergancy {
        padding: 65px 0;
        text-align: center;
    }

    .pic-emergancy img, .pic-emergancy picture {
        margin-bottom: 40px;
    }

    .block-description-customer {
        max-width: 90%;
    }

    .customer-satisfaction {
        position: relative;
        padding: 160px 0 100px 0;
    }

    .block-list-customers-features {
        padding: 40px 0;
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

    .testimonials {
        padding: 50px 0 80px 0;
    }

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

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

    .blog {
        padding: 65px 0 80px 0;
    }

    .services {
        padding: 70px 0 80px 0;
    }

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

@media screen and (max-device-width: 1023px) and (min-device-width: 768px){
    .hero {
        padding: 220px 0 120px 0;
    }

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

    .hero h1 {
        line-height: 50px;
        font-size: 34px;
    }
}

@media screen and (max-device-width: 1023px) and (min-device-width: 360px){
    .promo-description {
        max-width: 100%;
        margin: 0 auto;
        padding: 45px 30px;
    }

    .promo {
        padding: 85px 0;
    }

}

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

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

    .hero h1 {
        line-height: 45px;
        font-size: 30px;
    }

    .block-list{
        flex-direction: column;
        gap: 35px;
    }

    .item-list {
        flex-direction: column;
        gap: 10px;
    }

    .schedule {
        padding: 30px 20px;
    }

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

@media screen and (max-device-width: 768px) and (min-device-width: 360px){
    .item-testimonials {
        padding: 30px 20px;
    }

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

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

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

    .footer{
        margin-bottom: 76px;
    }
}

@media screen and (max-device-width: 554px) and (min-device-width: 360px){
    .pic-welcome img {
        position: relative;
        left: 5% !important;
        bottom: 11px;
        height: 360px;
    }

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

    .pic-content-parts {
        margin-top: 50px;
    }

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

@media screen and (max-device-width: 1127px) and (min-device-width: 1024px){
    .promo-description {
        max-width: 70%;
        margin: 0 auto;
    }

    .promo {
        padding: 80px 0;
    }
}


@media screen and (max-device-width: 1920px) and (min-device-width: 1440px){
    .pic-welcome img {
        left: 30%;
    }

    .block-description-welcome {
        padding: 0;
    }

    .container-intro-welcome {
        max-width: 70%;
    }
}

@media screen and (max-device-width: 1439px) and (min-device-width: 360px){
    .pic-welcome img {
        left: 10%;
    }

    .block-description-welcome {
        padding: 0;
    }

    .container-intro-welcome {
        max-width: 70%;
    }
}



