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

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

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

h1{
    font-size: 45px;
    font-weight: 600;
    line-height: 56px;
}


h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

h3{
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
}

h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}


h2 span,
h3 span,
h4 span{
    display: block;
}


p{
    color: #534545;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

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

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

.blog-posts .tittle h1{
    margin-bottom: 20px;
}


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

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

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: #333461;
    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;
    letter-spacing: 0.5px;
    color: #322525;
    padding: 0;
}


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

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


/*-------------------buttons-----------------*/


a.btn-schedule{
    display: flex;
    justify-content: center;
    padding: 17px 0;
    background-color: #007BBF;
    width: 300px;
    max-width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
}




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



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



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

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

.container-hero-tittle{
    background-color: #FFF;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.09);
    padding: 55px 60px;
    max-width: 40%;
}

.container-hero-tittle p{
    margin-top: 23px;
}


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

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

.title-container{
    display: flex;
    gap: 30px;
}

.vertical-line span{
    display: flex;
    width: 4px;
    height: 100%;
    background-color: #007BBF;
}

.pic-welcome{
    margin-top: 55px;
}

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

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

.icon-feature{
    width: 76px;
    height: 76px;
}

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

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


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

.services{
    padding: 110px 0;
    background-color: #EFF1F2;
}

.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(4, 1fr);
    max-width: 100%;
}

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

.tittle-services{
    padding: 12px 22px;
}

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

.parts{
    padding: 100px 0;
}


.general-customer-container,
.general-parts-container{
    background-color: #007BBF;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.pic-parts{
    background: url('../image/parts-pic.jpeg') no-repeat center top / cover;
}

.customer-description,
.parts-description{
    padding: 100px 90px;
}

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

.parts-description h3{
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
}

.parts-description p{
    font-weight: 200;
    margin-top: 40px;
}

.tittle-item-parts{
    display: flex;
    gap: 23px;
}

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

.item-parts p{
    margin-top: 20px;
}


/*---------------------cusstomer------------------*/


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

.pic-customer{
    background: url('../image/pic-customer.jpeg') no-repeat center top / cover;
}


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

.customer-description p{
    font-weight: 200;
}

.customer-description h2{
    line-height: 53px;
    margin-bottom: 32px;
}

.general-customer-container{
    background: #265670;
}

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

.customer-services h4{
    margin-bottom: 7px;
}

.customer-review{
    max-width: 100%;
    padding: 45px 40px;
    background-color: #FFF;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.03);
}

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

.review-description p{
    margin-bottom: 15px;
}


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

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

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

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

.description-promo h2 span{
    color: #007BBF;
    font-size: 75px;
    font-weight: 700;
    line-height: 70px;
}

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


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

.blog-posts{
    background-color: #EFF1F2;
    padding: 110px 0;
}

p.block-date{
    font-size: 13px;
    font-weight: 500;
    color: #322525;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
    line-height: 1;

}

.block-date{
    display: block;
    background-color: #f3f3f3;
    padding: 8px 15px;
    width: 40%;
    border-radius: 5px;
}

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

.item-blog{
    background-color: #FFF;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.03);
    padding: 25px 25px 45px 25px;
}

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

.item-blog h4{
    margin-bottom: 12px;
}


.number-parts-feature span{
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    color: #E2E9ED;
}


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

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

.footer p{
    color: #FFF;
}


/*--------------------blog-page-pagination---------------------*/


.pagination{
    margin-top: 55px;
}


ul.page-numbers{
    display: flex;
    justify-content: center;
    gap: 18px;
}

.page-numbers{
    color: #181515;
    font-size: 15px;
    font-weight: 500;
}


.page-numbers .current{
    background-color: #007BBF;
    padding: 5px 14px;
    color: #ffffff;
}

/*---------------------content-page---------------------*/

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

.content h1{
    padding: 80px 0 30px 0;
}

.content h2 {
    margin-top: 38px;
    margin-bottom: 14px;
}

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

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

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

.wp-block-list li {
    padding: 20px 25px;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px dashed #c9c9c9;
}

.wp-block-list li:last-child {
    border-bottom: none;
}

ol.wp-block-list {
    background-color: #fbfbfb;
    margin: 30px 0;
}

p a{
    color: #007BBF;
}


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

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

.content h3{
    margin: 40px 0 10px 0;
}

.content h4{
    margin-bottom: 5px;
}

.wp-block-table td, .wp-block-table th {
    border: 0;
    padding: 20px;
}


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


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

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

.content a{
    color: #007BBF;
}


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

	table { 
	  	width: 100%; 
	}

    .wp-block-table td:nth-child(1){
        padding-bottom: 5px;
    }

    .wp-block-table td:nth-child(2){
        padding-top: 5px;
    }

	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 ol li span{
    font-weight: 700;
}




/*-----------------------contact 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: #F6F7FA;
}

.item-block-contact-info ul li{
    font-size: 15px;
    color: #322525;
    line-height: 30px;
}

.item-block-contact-info ul li a{
    color: #007BBF;
    font-weight: 700;

}

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

.item-block-contact-info h3{
    margin-bottom: 7px;
}

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


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

.contacts-informations h1{
    margin-bottom: 35px;
    text-align: center;
}

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


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

@media screen and (max-device-width: 1280px) and (min-device-width: 1024px){

    .customer-description, .parts-description {
        padding: 80px 50px;
    }

    .container-hero-tittle {
        padding: 55px 60px;
        max-width: 55%;
    }

}



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

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


}


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

    .customer-description, .parts-description {
        padding: 80px 50px;
    }

    .container-hero-tittle {
        max-width: 100%;
    }

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

    .pic-parts,
    .pic-customer{
        height: 400px;
    }

    .customer-description{
        order: 1;
    }

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

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

    .features-parts {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .item-parts p {
        margin-top: 10px;
    }

    .block-features {
        gap: 40px 20px;
        grid-template-columns: repeat(2, 1fr);
    }

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

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

}

@media screen and (max-device-width: 1023px) and (min-device-width: 940px){
    .general-promo-container {
        gap: 40px;
    }
}

@media screen and (max-device-width: 939px) and (min-device-width: 360px){
    .general-promo-container {
        gap: 60px;
        grid-template-columns: 1fr;
    }

    .pic-promo{
        margin: 0 auto;
    }

    .description-promo{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

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

    .blog-posts,
    .customer,
    .parts,
    .services,
    .welcome {
        padding: 80px 0;
    }

    .promo {
        padding: 70px 0 50px 0;
    }
}

@media screen and (max-device-width: 768px) and (min-device-width: 360px){
    
    .customer-description h2,
    h2{
        font-size: 34px;
        line-height: 46px;
    }

    .parts-description h3,
    h3{
        font-size: 20px;
        line-height: 32px;
    }


    h4 {
        font-size: 16px;
        line-height: 23px;
    }



    .container-hero-tittle {
        padding: 50px 35px ;
    }

    h1 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
    }

    .content h1{
        padding: 50px 0 25px 0;
    }

    .container-hero-tittle p {
        margin-top: 18px;
    }

    .pic-hero {
        padding: 100px 0;
    }

    .navigation {
        padding: 15px 0;
    }

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

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


@media screen and (max-device-width: 583px) and (min-device-width: 360px){
    .btns-block {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .customer-description, .parts-description {
        padding: 50px 35px;
    }

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

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

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

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

    .customer-review {
        padding: 30px 25px;
    }

    .item-blog {
        padding: 20px 20px 35px 20px;
    }
}

