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

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


.scroll-hide {overflow: hidden; }
html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

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

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

a{
    text-decoration: none;
}

li{
    list-style: none;
}

h1, h2, h3, h4{
    color: #1C1C4D;
    margin: 0;
}

h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.5px;
    margin: 0;
}

h2 {
    color: #1C1C4D;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}

h2 span{
    color: #e75e0a;
}


h3{
    color: #1C1C4D;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h4{
    color: #1C1C4D;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

h4 span{
    display: block;
}

p{
    color: #1C1C4D;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 32px;
}

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

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


.btn-call-bottom {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    background-color: #2F58CA;
    text-transform: uppercase;
    width: 270px;
    padding: 12px 22px;
    text-align: center;
    font-weight: 600;
    border-radius: 100px;
    transition: opacity 0.5s ease-in-out;
}


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

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


/*--------------------------------navigation---------------------------------*/

.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 a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1C1C4D;
    padding: 0;
    letter-spacing: 0.8px;
}


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

a.btn-head{
    font-weight: 700;
    text-transform: uppercase;
    color: #2F58CA;
    font-size: 17px;
}

.btn-head img{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.btn-head{
    display: flex;
    align-items: center;

}


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

.hero-block-tittle{
    width: 70%;
    margin: 0 auto;
}

.hero-tittle{
    padding: 0 15px;
}

.block-btn{
    display: flex;
    gap: 15px;
    margin-top: 50px;
}

a.btn-book,
a.btn-call{
    background-color: #3F6EED;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 0.5px;
    border-radius: 100px;
    justify-content: center;
    padding: 12px 10px;
    width: 270px;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
}

a.btn-book{
    background-color: #FF5532;
}



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

.hero-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    max-width: 100%;
    background: url('../image/pattern.jpeg') no-repeat center top / cover;
}

.hero-block-tittle h1 {
    color: #FFF;
    margin-bottom: 25px;
}

.hero-block-tittle p{
    color: #FFF;
}

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


/*------------------servies block-----------------*/

.block-tittle-center{
    text-align: center;
}

.block-tittle-center h2{
    margin-bottom: 16px;
}

.services{
    padding: 80px 0 100px 0;
    background-color: #F6F7FA;
}

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

.icon-services{
    width: 84px;
    height: 84px;
    border-radius: 100px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.08);
}

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

.item-services h4{
    margin-top: 18px;
}


/*-----------------------about us----------------------*/

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

.block-description-about h4{
    text-transform: uppercase;
}

.block-description-about h4 a{
    color: #2F58CA;
    font-weight: 700;
    font-size: 17px;
}

.block-description-about p{
    margin-bottom: 30px;
}

.pic-about-us img{
    width: 100%;
    max-width: 553px;
    height: 654px;
    display: block;
    object-fit: cover;
}

.general-about-container{
    padding: 100px 0;
}


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

.features{
    padding: 25px 0;

}

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

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

.advantages-icon{
    width: 68px;
    height: 68px;
    border-radius: 100px;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.08);
}

.icon-features{
    width: 28px;
    height: 28px;
}

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

.customer-satisfaction{
    padding: 90px 0 70px 0;
    background: url('../image/background-customer-satisfaction.jpeg') no-repeat center top / cover;
}

.block-customer-satisfaction {
    padding: 60px 65px;
    max-width: 100%;
    background: url('../image/pattern.jpeg') no-repeat center top / cover;
    border-radius: 20px;
    position: relative; /* Добавлено для позиционирования .triangle-down */
}

.description-customer-satisfaction {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 80px;
}



.title-description-customer-satisfaction h2{
    color: #FFF;
    margin-bottom: 20px;
}

.description-customer-satisfaction p,
.title-description-customer-satisfaction h3{
    color: #FFF;
}


.triangle-down {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 50px solid #070441;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}


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


.line{
    margin: 60px 0;
    border: 1px solid #eceef5;
}

.customer-reviews{
    padding-top: 100px;
}

.rating{
    height: 17px;
    margin-bottom: 20px;
}

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

.user-review{
    background-color: #FFF;
    border-radius: 20px;
    padding: 45px 40px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
}

.user-review p,
.user-review h3{
    margin-bottom: 15px;
}

.user-review span{
    text-transform: uppercase;color: #1C1C4D;
    font-weight: 600;
    font-size: 14px;
}

/*-----------------------round-the-clock-service------------------*/

.round-the-clock-service{
    padding: 100px 0;
    background-color: #F6F7FA;
}

.round-the-clock-service-block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
    max-width: 100%;
}

.round-the-clock-picture img{
    width: 432px;
    max-width: 100%;
    height: 575px;
    display: block;
    object-fit: cover;
}

.round-the-clock-picture{
    display: flex;
    justify-content: center;
}

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

.advantages-item{
    display: flex;
    gap: 15px;
    align-items: center;
}

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

.parts-block{
    padding-bottom: 100px;
}

.general-parts-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    max-width: 100%;
    background: url('../image/pattern.jpeg') no-repeat center top / cover;
    border-radius: 20px;
}

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

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

h2.underline {
    text-decoration:  underline solid #facc00 5px;
    text-underline-offset: 12px; 
}

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

.description-parts h2{
    margin-bottom: 35px;
    color: #FFF;
}


.description-parts{
    padding: 60px;
}



/*--------------------------brands--------------------------*/

.brands{
    padding: 100px 0;
    background-color: #F6F7FA;
}

.item-brands {
    max-width: 100%;
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.12);
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.general-brands-container{
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
}

.item-brands img{
    width: 100%;
    display: block;
    object-fit: cover;
}


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

.blog{
    padding: 90px 0 100px 0;
}


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

.item-blog h3{
    margin-bottom: 15px;
}

.pic-blog{
    margin-bottom: 30px;
}

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

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

.footer{
    padding: 40px 0;
    background-color: #222258;
}

.footer p{
    color: #ffffff;
    text-align: center;
}


/*-----------------------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{
    
    color: #1C1C4D;
    line-height: 30px;
}

.item-block-contact-info ul li a{
    color: #2F58CA;
    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;
    position: relative;
}

.item-block-contact-info::after{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 3px;
    background-color: #FA8A00;
}

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


/*-----------------------Blog Page--------------------*/

.content{
    background-color: #F6F7FA;
    padding-bottom: 60px;
}

.content h1{
    padding-top: 60px;
    margin-bottom: 35px;
}

.content h2{
    margin-bottom: 25px;
}

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

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

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

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


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

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


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

th { 
	background-color: #222258;
	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: #222258;
}



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

}

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

.content ol li{
    color: #333461;
    line-height: 28px;
    list-style: decimal;
}

.content ol{
    padding-left: 15px;
}

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



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

@media screen and (max-device-width: 1405px) and (min-device-width: 360px){
    .hero-block-tittle {
        width: 100%;
    }
}

@media screen and (max-device-width: 1229px) and (min-device-width: 360px){
    .block-btn {
        flex-direction: column;  
    }
    a.btn-book,
    a.btn-call{
        width: 100%;
    }

}

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

    .hero-block-tittle h1 {
        margin-bottom: 20px;
    }
    .block-btn {
        margin-top: 40px;
    }
    
}

@media screen and (max-device-width: 1106px) and (min-device-width: 1024px){
    .pic-hero {
        height: 650px;
    }
    .round-the-clock-service-block,
    .general-about-container {
        gap: 40px;
    }
}

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



    .block-description-about p {
        margin-bottom: 30px;
    }

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

    .round-the-clock-service-block {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .round-the-clock-picture{
        display: flex;
        justify-content: center;
    }

    .round-the-clock-description{
        text-align: center;
    }


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

    .block-cuctomer-satisfaction {
        padding: 40px 45px;
        max-width: 100%;
    }
    
    .description-customer-satisfaction{
        text-align: center;
    }

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

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

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

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


}

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

    h1 {
        font-size: 36px;
        line-height: 70px;
    }

    .hero-block-tittle h1{
        font-size: 36px;
        line-height: 53px;
    }

    .advantages {
        gap: 30px;
    }

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

    .description-customer-satisfaction {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    h2 {
        color: #1C1C4D;
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 16px;
    }

    .feature-item,
    .advantages-item{
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

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

    .description-parts h2 {
        margin-bottom: 35px;
    }
    .description-parts{
        text-align: center;
        padding: 55px 25px;
    }

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

    .pic-about-us{
        display: flex;
        justify-content: center;
    }

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

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

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

    .hero-tittle{
        order: 2;
        padding: 50px 15px 50px 15px;
        text-align: center;
    }

    .pic-hero {
        height: 400px;
    }

    /*-------------navigation----------*/

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

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

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

    .round-the-clock-service,
    .general-about-container{
        padding: 80px 0;
    }

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

    .brands{
        padding: 60px 0 80px 0;
    }

    .customer-reviews {
        padding-top: 60px;
    }

    .general-services-container {
        gap: 40px 20px;
        margin-top: 40px;
    }

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

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

    .user-review {
        text-align: center;
        border-radius: 20px;
        padding: 35px 20px;
    }

    .parts-block {
        padding-bottom: 80px;
    }

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

    .blog {
        padding: 60px 0 60px 0;
    }
}



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

    .block-customer-satisfaction {
        padding: 30px 20px;
    }

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

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

    .footer{
        margin-bottom: 79px;
    }

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

}

@media screen and (max-device-width: 860px) and (min-device-width: 360px){
    .general-blog-container{
        margin-top: 35px;
        gap: 40px;
        grid-template-columns: 1fr;
    }

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

@media screen and (max-device-width: 582px) and (min-device-width: 360px){
    
    .round-the-clock-picture img,
    .pic-about-us img {
        width: 322px;
        height: 375px;
        display: block;
        object-fit: cover;
    }

    .round-the-clock-picture img{
        width: 285px;
        height: 375px;
        display: block;
        object-fit: cover;
    }

}

@media screen and (max-device-width: 369px) and (min-device-width: 360px){
    .general-brands-container {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}









