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

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


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

html{
    margin-top: 0 !important;
}


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

a{
    text-decoration: none;
}

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

p{
    color: #2E2D2D;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    margin: 0;
}

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


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

h1 {
    color: #1F1F1F;
    font-size: 39px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
}

h2{
    color: #1F1F1F;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 20px;
}

h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.nav-menu .btn-schedule{
    margin-top: 0;
}

a.btn-schedule{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    background-color: #AB1308;
    text-transform: uppercase;
    width: 290px;
    padding: 16px 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 160px;
    line-height: 1;
}

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




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


.tittle-services span{
    display: block;
}


/*-----------------------------menu-----------------------------*/

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

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #1F1F1F;
    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: 500;
    color: #1F1F1F;
    padding: 0;
}


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

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

.logo{
    height: 40px;
}

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

.hero{
    margin-top: 80px;
    padding: 300px 0 80px 0;
    background: url('../image/bg-head-pic.jpeg') no-repeat center top / cover;
}

.hero-tittle-block{
    padding: 45px;
    width: 600px;
    max-width: 100%;
    box-sizing: border-box;
    border: 10px solid rgb(247, 247, 247);
    background: rgb(255, 255, 255);
}

.hero-tittle-block h1{
    margin-bottom: 15px;
}

.hero-tittle-block p{
    font-weight: 500;
}

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

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

.item-why-us{
    display: flex;
    align-items: center;
    gap: 18px;
    width: 250px;
}

.icon{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    box-shadow: 0px 0px 86px 0px rgba(0, 0, 0, 0.12);
}

.general-container-why-us{
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.block-icon-why-us{
    display: grid;
    gap: 30px 20px;
    grid-template-columns: 2fr 2fr;
    width: 100%;
    justify-content: space-between;
}

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

.support-services{
    padding: 100px 0;
    background-color: #FAFAFA;
}

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

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

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

.tittle-services{
    padding: 18px 32px;
}

.tittle-block{
    text-align: center;
    margin-bottom: 50px;
}


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

.welcome{
    background-color: #2E2D2D;
}

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

.block-welcome-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
}

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


.block-welcome-container h2,
.block-welcome-container h3{
    color: #FFF;
}

.item-privelegy h4{
    color: #FFF;
    font-weight: 400;
    margin-top: 12px;
}

.block-welcome-container p{
    color: #FFF;
    margin-bottom: 0;
}

.list-privelegy{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    align-items: baseline;
}

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

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

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

.block-parts-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 80px;
}

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

/*-------------------------guarantee------------------*/

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

.block-guarantee-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 80px;
}

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

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

.promo{
    position: relative;
    padding: 80px 0;
    background: url('../image/bg-promo.webp') no-repeat center top / cover;
}

.block-text-promo{
    background-color: #FFF;
    padding: 60px 65px;
    max-width: 100%;
}

.block-pic-promo{
    position: absolute;
    display: flex;
    top: -57px;

}

.general-pic-promo{
    position: relative;
    display: flex;
    justify-content: center;
}

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

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


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

.item-review{
    padding: 40px 35px;
    background: #FFF;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.11);
}

.customer{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px;
}

.rating{
    margin-top: 8px;
}

.rating-services span{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.text-review span{
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.reviews{
    padding: 225px 0 100px 0;
    background-color: #FAFAFA;
}


/*----------------------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{
    margin-bottom: 0;
}



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

.footer{
    background-color: #2E2D2D;
    padding: 30px 0;
}

.general-footer p{
    color: #FFF;
    margin-bottom: 0;
}

.general-footer{
    display: flex;
    justify-content: space-between;
}

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

.hero-contacts{
    padding: 140px 0 40px 0;
    background-color: #FAFAFA;
}

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

.contact-info{
    background-color: #FAFAFA;
    padding-bottom: 50px;
}

.title-info{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 3px;
}

.item-info ul li a{

    color: #AB1308;
}

.title-info h3{
    margin-bottom: 0;
}

.item-info{
    padding: 30px;
    background: #FFF;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.11);
}

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

.item-info ul li{
    line-height: 31px;
}

.schedule{
    text-align: center;
    padding-top: 40px;
}

.schedule p{
    margin-bottom: 0;
}

.block-schedule h2{
    margin-bottom: 7px;
}

.block-schedule{
    margin: 50px 0 80px 0;
    padding: 45px;
    background: #FFF;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.11);
}

a.btn-book{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #FFF;
    background-color: #AB1308;
    text-transform: uppercase;
    width: 275px;
    padding: 12px 22px;
    text-align: center;
    font-weight: 500;
    border-radius: 160px;
    line-height: 1;
}

.btn-schedule{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

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

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

.content h1{
    color: #1F1F1F;
    padding: 170px 0 40px 0;
    text-transform: uppercase;
}


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


.content ul li {
    border-bottom: 1px dashed #c1c1c1;
    padding: 15px 0;
}

.content ul li a{
    color: #1F1F1F;
    font-weight: 700;
}

.content ul li a:hover{
    color: #AB1308;
}



table { 
	width: 100%; 
	border-collapse: collapse; 
}


tr:nth-of-type(odd) { 
	background: rgb(240, 240, 240); 
}

th { 
	background: #1F1F1F; 
	color: white; 
	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: #616161;
}


@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 #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #e1e1e1; 
		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 h4{
    font-weight: 700;
    margin-bottom: 10px;
}

.content ol{
    list-style: decimal;
    padding-left: 18px;
}


.content ol li {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 20px;
}

.content ol li:last-child {
    border-bottom: none;
}

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

@media screen and (max-device-width: 650px) and (min-device-width: 450px){
    .block-support-services {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .hero-tittle-block {
        width: 100%;
    }
    .hero {
        padding: 150px 0 80px 0;
    }
}

@media screen and (max-device-width: 500px) and (min-device-width: 360px){
    .block-icon-why-us{
        grid-template-columns: 1fr 1fr;
    }
    .list-privelegy{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .item-why-us{
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-device-width: 450px) and (min-device-width: 360px){
    .block-support-services {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .hero-tittle-block {
        width: 100%;
    }
    
    .block-text-promo{
        padding: 40px;
    }
    .hero-tittle-block{
        padding: 20px;
    }
    .hero {
        padding: 100px 0 80px 0;
    }
}


@media screen and (max-device-width: 911px) and (min-device-width: 651px){
    .block-support-services {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}


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

    .hero-tittle-block {
        text-align: center;
    }
    .general-welcome-container {
        grid-template-columns: 1fr;
    }
    .block-welcome-pic picture, .block-welcome-pic img {
        height: 400px;
    }
    .hero{
        display: flex;
    }

    .welcome,
    .reviews,
    .support-services {
        padding: 80px 0;
    }

    .block-guarantee-description,
    .block-welcome-container {
        margin-top: 50px;
        margin-left: 0;
        text-align: center;
    }
    .list-privelegy {
        gap: 50px;
        justify-content: center;
    }
    .general-parts-container {
        grid-template-columns: 1fr;
        padding-top: 80px;
    }
    .block-parts-description {
        text-align: center;
        margin-right: 0;
        margin-top: 40px;
        order: 1;
    }
    .parts{
        padding-bottom: 80px;
    }
    .pic-parts-block picture, .pic-parts-block img {
        height: 350px;
    }

    .general-reviews-container,
    .general-promo-container,
    .general-guarantee-container {
        grid-template-columns: 1fr;
    }
    .pic-guarantee-block picture, .pic-guarantee-block img {
        height: 350px;
    }
    .guarantee{
        padding-bottom: 80px;
    }

    .general-pic-promo{
        display: none;
    }

    .general-footer {
        flex-direction: column;
        text-align: center;
    }

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



@media screen and (max-device-width: 967px) and (min-device-width: 912px){
    .reviews {
        padding: 100px 0;
    }
}



@media screen and (max-device-width: 1009px) and (min-device-width: 912px){
    .block-support-services {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .block-guarantee-description,
    .block-welcome-container {
        margin-left: 40px;
    }
    .block-parts-description {
        margin-right: 40px;
    }
}


@media screen and (max-device-width: 1023px) and (min-device-width: 360px){
    .general-container-why-us {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .item-why-us {
        width: 100%;
        justify-content: center;
    }
    .description-why-us{
        text-align: center;
    }
    .block-icon-why-us{
        order: 2;
    }
    .general-info-container {
        grid-template-columns: 1fr;
    }
    .title-info{
        flex-direction: column;
    }
    .item-info{
        text-align: center;
    }
    .contact-info h2{
        text-align: center;
        margin-bottom: 25px;
    }
    .pic-contacts picture, .pic-contacts img {
        height: 350px;
    }
    .btns-stick {
        display: flex;
        justify-content: center;
    }
    .footer{
        margin-bottom: 80px;
    }

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

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

@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: #1F1F1F;
        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: 16px;
        letter-spacing: 0.7px;
        font-weight: 500;
        color: #1F1F1F;
    }
    .nav-menu li a:hover{
        color: #646464;
    }

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




