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

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

.container-large{
    max-width: 1684px;
    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;
}

h1{
    font-size: 48px;
    line-height: 57px;
}

h2{
    color: #242424;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
}

h3{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #003B71;
    line-height: 25px;
    margin-bottom: 12px;
}

p{
    font-size: 15px;
    font-weight: 300;
    color: #242424;
    margin: 0;
    line-height: 35px;
    letter-spacing: 0.8px;
}

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



/*------------------------btns--------------------*/


a.btn-schedule{
    display: flex;
    background-color: #1A63A2;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
    width: 300px;
    align-items: center;
    max-width: 100%;
    padding: 16px 0;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
}



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

.btns-stick {
    width: 100%;
    background-color: #e7e7e7;
    padding: 15px 0;
    position: fixed;
    bottom: -76px;
    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: #2A2A2A;
    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: 16px;
    font-weight: 400;
    color: #2A2A2A;
    padding: 0;
    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: 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: #ffffff;
}


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

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


.block-hero-description{
    background-color: #003B71;
    width: 40%;
    padding: 65px 60px;
}

.block-hero-description h3{
    color: #ffffff;
    margin-bottom: 15px;
}

.block-hero-description h1{
    color: #ffffff;
}

.block-hero-description h1 span{
    display: block;
}

.block-hero-description p{
    margin-top: 25px;
    color: #ffffff;
}


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

.container-features {
    padding: 27px 15px;
    background-color: #EAEAEC;
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    max-width: 100%;
}

.item-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.item-features h3{
    color: #003B71;
    margin-bottom: 0;
}



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

.happy-customers{
    padding: 90px 0;
}

.services{
    padding-top: 75px;
}

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

.title-block h3{
    color: #003B71;
    margin-bottom: 10px;
}

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

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

.title-block{
    width: 80%;
    margin: 0 auto;
}


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

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

.block-support-services{
    margin-top: 50px;
    display: grid;
    gap: 50px 20px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    max-width: 100%;
}

a.item-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #003B71;
    text-transform: uppercase;
    line-height: 27px;
}

.btns-block{
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
}

.pic-support{
    margin-bottom: 20px;
}

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

.about{
    padding-top: 90px;
}

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

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

.block-description-about h2{
    color: #ffffff;
}

h2 span{
    display: block;
}

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

.block-description-about{
    padding: 30px 80px;
}


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

.general-why-us-block{
    background-color: #f3f3f3;
    padding: 90px 50px;
    margin-top: 2px;
}

.general-why-us-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    height: 440px;
    background-color: #ffffff;
}

.block-description-why-us{
    display: flex;
    align-items: center;
}

.description-why-us{
    padding: 40px 70px;
}

.description-why-us h2{
    margin-bottom: 20px;
}

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

h3 span{
    display: block;
}

.item-privelegy h3{
    margin-top: 10px;
    margin-bottom: 0;
}

.item-privelegy{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}

.general-previlegy-container{
    margin-top: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}


/*------------------------Happy Customers---------------------*/

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

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

.item-reviews img{
    margin-bottom: 7px;
}

.item-reviews p{
    margin-bottom: 15px;
}

.item-reviews span{
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    text-transform: uppercase;
}

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

.item-reviews{
    padding: 50px 45px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}


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

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

.description-parts{
    background-color: #003B71;
    padding: 70px 0;
    text-align: center;
}

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


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

.promo{
    padding: 90px 0;
}

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

.promo-container{
    display: flex;
    justify-content: flex-end;
}

.description-promo-block{
    background-color: #003B71;
    padding: 55px;
    width: 34%;
}

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

.description-promo-block h2{
    margin-bottom: 20px;
}

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

.blog{
    padding: 90px 0;
    background-color: #f3f3f3;
}

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

.item-blog h3{
    margin-bottom: 0;
}

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

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

.blog .title-block{
    text-align: center;
}


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

.footer{
    background-color: #003B71;
    text-align: center;
    padding: 25px 0;
}


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

.contacts-intro{
    padding: 60px 0 40px 0;
    background-color: #F9F9F9;
}

.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;
    background-color: #F9F9F9;
}

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

.item-info{
    background-color: #ffffff;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 35px;

}

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

.title-info h3{
    font-weight: 500;
    margin-bottom: 5px;
}


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

.item-info ul li{
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #454545;
    letter-spacing: 1px;
}

.item-info ul li a{
    color: #003B71;
    font-weight: 500;
}

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

.schedule{
    text-align: center;
    padding: 40px 55px;
    background-color: #ffffff;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
}

.schedule h2{
    margin-bottom: 10px;
}

.schedule a{
    margin: 0 auto;
}


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

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

.content h1{
    padding-top: 60px;
    margin-bottom: 40px;
    color: #2A2A2A;
}

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

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

.content ul li a {
    color: #003B71;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}

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

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


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

th { 
	background-color: #003B71;
	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: #2A2A2A;
}


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

}

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

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

.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: 25px;
}



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

@media screen and (max-device-width: 1269px) and (min-device-width: 1025px){

    .description-why-us,
    .block-description-about {
        padding: 30px 40px;
    }

    .general-customer-container {
        gap: 40px;
    }

    .pic-about picture, .pic-about img {
        height: 641px;
    }

    .pic-why-us picture, .pic-why-us img {
        height: 417px;
    }
}

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

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

    /*-----------------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;
        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: 400;
    }

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

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

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

    .services {
        padding-top: 50px;
    }

    .btns-block {
        margin-top: 45px;
    }

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

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

    .description-why-us,
    .block-description-about {
        padding: 45px 20px;
    }

    .general-why-us-block {
        padding: 60px 15px;
    }

    .general-why-us-container {
        grid-template-columns: 1fr;
        height: auto;
    }

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

    .block-description-why-us{
        order: 2;
    }

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

    .happy-customers {
        padding: 65px 0;
    }

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

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

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

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

    .promo,
    .blog,
    .about,
    .description-parts {
        padding: 60px 0;
    }

    .promo-container {
        justify-content: center;
    }

    .description-promo-block {
        background-color: #003B71;
        padding: 35px;
        width: 90%;
        text-align: center;
    }

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

    .title-block{
        width: 100%;
    }

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

    .item-features {
        flex-direction: column;
        gap: 8px;
    }

    .description-promo-block h2 {
        margin-bottom: 12px;
    }

    .item-features h3 {
        text-align: center;
    }

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

    .schedule {
        padding: 35px 20px;
    }

    .contacts-intro {
        padding: 40px 0;
        background-color: #F9F9F9;
    }

    .content h1 {
        padding-top: 40px;
        margin-bottom: 30px;
    }

}

@media screen and (max-device-width: 1024px) and (min-device-width: 769px){
    .general-container-services {
        margin-top: 45px;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

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

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

    .btns-block {
        flex-direction: column;
        align-items: center;
    }

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

    .block-hero-description {
        background-color: #003B71;
        padding: 45px 20px;
        width: 85%;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

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

    .description-promo-block {
        padding: 35px 20px;
        width: 100%;
    }

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

    .footer{
        margin-bottom: 76px;
    }

}

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