body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
	font-optical-sizing: auto;
	overflow-wrap: anywhere;
  	word-break: break-word;
}

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

.container-fluid{
    padding: 0;
}

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

/*------------------------styles-------------------------*/

li{
    list-style: none;
    padding-left: 0;
}

ul{
    padding-left: 0;
    margin: 0;
    padding-left: 0;
}

a{
    text-decoration: none;
	text-transform: uppercase;
	color: #cd9b62;
	transition: color .15s ease;
}

a:hover{
	color:#C32828;
}

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

ol{
    padding-left: 0;
}


/*----------------------fonts-------------------------*/

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

h1{
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 62px;
    letter-spacing: 2.19px;
}

h2{
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 1.8px;
    margin-bottom: 40px;
}

h3{
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 108%;
    letter-spacing: 0.51px;
}

p{
    color: #5e5e5e;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 0.36px;
    text-transform: uppercase;
	margin:0;
}

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

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

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

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

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: rgb(141, 141, 141);
    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: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #E7E7E7;
    padding: 0;
    text-transform: uppercase;
}

a.btn-head, .btn-content a{
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #C32828;
}

.nav-menu li a:hover{
    color: #979797;
}

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

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-nav-container{
    width: 100%;
    background-color: #0B0B0B;
    top: -150px;
    transition: top 1s;
    z-index: 10000;
}

.header-nav-container.fixed{
    position: fixed;
    width: 100%;
    background-color: #0B0B0B;
    top: 0;
}

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

  
.hero {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover; 
}
  
.pic-hero picture, .pic-hero img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover; 
}

  
.tittle-head {
    position: absolute;
    top: 250px; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 1;
    text-align: center; 
}


.tittle-head h1{
    color: #E7E7E7;
    margin-bottom: 40px;
}

.tittle-head p{
    color: #E7E7E7;
    font-weight: 600;
    letter-spacing: 2px;
}
      

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

.item-privileges {
    padding: 40px;
    background: #FAFAFA;
    width: 270px;
    display: flex;
    gap: 25px;
}

.description-privileges p{
    color: #7D7D7D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 10px;
}

.description-privileges{
    margin-top: 20px;
}

.general-privileges {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
    max-inline-size: 1200px;
    justify-content: center;
    width: 100%;
    top: -90px;
}


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

.general-welcome-container{
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    grid-template-columns: 1fr 1fr;

}

.welcome{
    padding-bottom: 90px;
}

.btn-content{
    padding-top: 60px;
}

.pic-container {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;

}
  

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

.why-us{
    padding: 150px 0;
    position: relative;
    width: 100%;
    background: url('../image/bg_why_us.webp') no-repeat center top / cover;
}

.number span{
    color: #E5CDB1;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.item-us{
    display: flex;
    gap: 20px;
}

.text-why-us{
    margin-top: 20px;
}

.text-why-us h3, .text-why-us p{
    color: #ffffff;
}

.text-why-us h3{
    margin-bottom: 15px;
}

.description-why-us{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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


.container-pic-why-us{
    display: flex;
    position: relative;
}

.container-pic-why-us picture{
    display: flex;
    position: absolute;
    top: -120px;
    right: 0;
}

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

.services{
    background-color: #CD9B62;
    padding: 190px 0 90px 0;
}

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

.general-services-container{
    display: grid;
    gap: 50px;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(400px, 2fr));
}

.service-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 190px;
    height: 240px;
    padding: 40px 30px;
    background-color: #ffffff;
}

.services-item h3{
    text-align: center;
    line-height: 25px;
}


.services-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-inline-size: 1200px;
    gap: 20px;
    width: 100%;
}


/*FAQ*/


.faq-cont {
    align-items: center;
    padding: 90px 0;
    display: grid;
    grid-gap: 90px;
    grid-template-columns: 1fr 1fr;
	max-width: 100%;
}


.faq-content {
    margin: 0 auto;
  }
  
  .faq-question {
    padding: 35px 0;
    border-bottom: 1px dotted #ccc;
  }
  
  .panel-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.7px;
    max-width: 100% !important;
    position: relative;
    margin: 0;
    padding: 0 0 0 54px;
    display: block;
    cursor: pointer;
  }
  
  .panel-content {
    font-size: 12px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  
  .panel:checked ~ .panel-content{
    height: auto;
    opacity: 1;
    padding: 14px;
  }
  
  .plus {
    position: absolute;
    color: #AEAEAE;
    font-weight: 300;
    margin-left: 20px;
    margin-top: -4px;
    z-index: 5;
    font-size: 34px;
    line-height: 100%;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  
  .panel:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .panel {
    display: none;
}

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

.customer{
    padding: 60px 0;
    background: #293942;
}

.pic-customer{
    width: 512px;
    height: 512px;
}

.general-customer{
    display: grid;
    gap: 80px;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.blog-thumb {
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
}

.pic-customer img{
    display: block;
    width: 512px;
    height: 512px;
    object-fit: cover;
}

.general-customer h2{
    color: #CD9B62;
    margin-bottom: 25px;
    font-weight: 900;
    line-height: 74px;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.tittle-customer span{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

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

.customer-reviews{
    padding: 90px 0;
}

.customer-reviews h2{
    text-align: center;
}


.review{
    padding: 55px 40px;
    background: #FBF9F8;
    width: 376px;
}

.user{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.user span{
    color: #CD9B62;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.general-block-reviews{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-inline-size: 1200px;
    width: 100%;
    justify-content: center;
}

/*--------------------support24---------------*/

.support24{
    padding: 90px 0;
    background: #43312C;
}

.support-tittle span{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.support-tittle h2{
    color: #FFF;
}

.support-descr p{
    color: #ffffff;
}

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

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

.blog-posts{
    padding: 40px 0 80px 0;
}

.title-blog{
    text-align: center;
	margin-bottom:40px;
}

.title-blog h2{
	margin-bottom:0;
}

.title-blog p{
	margin-top:22px;
}

.title-blog p a{
	color:#CD9B62;
	font-weight:800;
}

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


.content-articles{
    margin-top: 20px;
}

.content-articles p{
    margin-top: 10px;
}


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

.content-articles a h3{
    line-height: 28px;
}

.content-articles a h3:hover{
    color: #CD9B62;
}


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

.footer{
    background: #293942;
    padding: 40px 0;
}

.block-ftr{
    display: flex;
    justify-content: center;
	margin-bottom: 20px;
}

.copiright p{
    text-align: center;
    color: #AEAEAE;
    font-weight: 300;
    font-size: 11px;
    line-height: 23px;
    margin-top: 8px;
}



/*----------------------About us-------------------*/


.about {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover; 
}
  
.pic-about picture, .pic-about img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover; 
}

  
.tittle-head-about{
    position: absolute;
    top: 120px; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 1;
    text-align: center; 
}

.tittle-head-about h1{
    color: #ffffff;
}

/*----------------------Content-page-pagination----------------*/

	.navigation.pagination {
		margin-top: 40px;
		text-align: center;
		display:flex;
		justify-content:center;
		align-items:center;
	}

	.navigation.pagination .nav-links {
		display: inline-flex;
		align-items: center;
		gap: 7px;
	}

	.navigation.pagination .page-numbers {
		color: #5e5e5e;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 10px;
		height: 31px;
		padding: 0px 12px;
		border-radius: 3px;
	}

	.navigation.pagination .page-numbers.current {
		background-color: #43312c;
		color: #fff;
	}

	.navigation.pagination .page-numbers.dots {
		border: none;
		background: transparent;
		color: #999;
		min-width: auto;
		height: auto;
		padding: 0;
	}

	.navigation.pagination .page-numbers.prev,
	.navigation.pagination .page-numbers.next {
		padding: 0 16px;
	}

/*-----------------------bredcambbs----------------------*/

	.breadcrumb-general {
		padding: 23px 0 15px 0;
		font-size: 13px;
		text-transform: uppercase;
		border-bottom: 1px solid #e5e5e5;
	}

	.breadcrumb {
		display: flex;
		align-items: center;
		line-height: 22px;
	}

	.breadcrumb span a {
		color: #cd9b62;
		align-items: center;
	}

	.breadcrumb > span > span:first-child > a::before {
		content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23cd9b62' viewBox='0 0 16 16'><path d='M8 .5l6.5 6v9.5h-4v-5h-5v5h-4V6.5L8 .5z'/></svg>");
		display: inline-block;
		margin-right: 6px;
	}
	
	.breadcrumb_last{
		color:#272727;
	}

	
	.breadcrumb span + span::before {
		content: "⟶";
		color: #272727;
		margin: 0 12px 0 8px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
	}

/*-----------------------Content-page-block-------------------*/

	.content-item img {
		width: 100%;
		height: 270px;
		object-fit: cover;
		display:block;
		overflow: hidden;
    	box-sizing: inherit;
	}
	
	.item-services{
		margin:22px 0 7px 0;
	}
	
	h3.item-services a{
		color:#cd9b62;
		line-height: 27px;
	}


	.content-item{
	  text-align: center;
	  max-width: 100%;
	  padding: 10px 10px 27px 10px;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.09);
	  background: rgb(255, 255, 255);
	  border-radius:7px;
	}

	
/*--------------------content-blog-----------------*/
	.content-item picture,
	.content-item img {
		width: 100%;
		height: 270px;
		object-fit: cover;
		display:block;
		overflow: hidden;
    	box-sizing: inherit;
	}
	p.block-date{
		margin-bottom: 4px;
	}
	
	
	h3.item-blog a{
		color:#cd9b62;
		line-height: 27px;
	}

	.content-summary{
		margin:25px 20px 0px 20px;
	}
	
	.content-summary h3{
		margin-bottom: 7px;
	}


/*-----------------------Content Page--------------------------*/

	.category-title{
		margin-bottom: 40px;
		text-align:center;
	}

	.category-title h1{
		font-size: 52px;
		line-height: 62px;
		margin-bottom: 15px;
	}


.content picture, .content img{
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
    display: block;
    height: 350px;
    object-fit: cover;
    
}

.content{
     padding: 40px 0 80px 0;
}

.content h1{
    text-align: left;
    font-size: 52px;
    line-height: 62px;
	margin-bottom: 18px;
}

.content h2 {
    font-size: 39px;
    margin: 35px 0 20px 0;
    line-height: 50px;
}

.content h3 a,
.content h3{
	margin: 20px 0 12px;
}

.content p{
    color: #414141;
}


.content table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}
  
.content table td,
.content table th {
    padding: 18px 20px;
    border: 1px solid #efecea;
    font-size: 13px;
    text-transform: uppercase;
	color: #414141;
	line-height: 23px;
}
  
.content table th {
    background-color: #43312C;
    color: #ffffff;
}
  
.content table tbody tr:nth-child(even) {
    background-color: #f9f6f3;
}

/*--------------table---------------*/
@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: 0px;
    }

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

	table, thead, tbody, th, td, tr { 
		display: block; 
	}

    .wp-block-table td, .wp-block-table th {
        border: 0;
        padding: 25px 20px;
    }
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
        border: none; 
    }
	
	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;
	}

    th{
        display: none;
    }

}


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

.content ul li:first-child::before { 
	top: 2px; 
}

.content p:nth-child(1){
    margin-top: 0;
}

.content ul{
	margin: 23px 0;
}

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

.content ol li:not(:last-child) {
    margin-bottom: 12px;
}

.content ul li{
	position: relative;
    border-bottom: 1px dashed rgb(221, 221, 221);
    padding: 12px 0; 
}
.content ul li::before{
	content: "›";
    position: absolute;
    left: 0;
    top: 14px;
    transform: none;
    color: #cd9b62;
    font-size: 22px;
    line-height: 1;
	font-weight: 600;
}

.content ul li:first-child{ padding-top: 0; }
.content ul li:last-child{ border-bottom: none; }

.content ul li:first-child {
  padding-top: 0;
}

.content ul li a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}


.content ul li a{
	padding-left: 16px;
    color: #CD9B62;
    font-weight: 800;
}

.content ul li::before{
  content: none;
}

.content ul li:has(a)::before{
  content: "›";
  position: absolute;
  left: 0;
  top: 14px;
  transform: none;
  color: #cd9b62;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}



/*-------------------------Contacts Page---------------------------*/

.contact-head{
    padding: 60px 0 30px 0;
}
.contact-head h1{
    line-height: 1;
    margin-bottom: 30px;
}

.contact-head picture{
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
    display: flex;
    height: 390px;
    object-fit: cover;
    
}

.item-contact{
    background-color: #f8eee1;
    padding: 25px 30px;
    width: 300px;
}

.tittle-info{
    display: flex;
    gap: 15px;
    align-items: center;
}

.descr-contact-ifo p{
    line-height: 25px;
    margin-top: 10px;
}

.general-contact-container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-inline-size: 1200px;
    justify-content: center;
    width: 100%;
}

.descr-contact-ifo ul li{
    color: #5e5e5e;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.descr-contact-ifo ul{
    margin-top: 10px;
}

.descr-contact-ifo ul li a{
    color: #C32828;
}

.schedule{
    padding: 40px 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.schedule h3{
    margin-bottom: 12px;
}

a.btn-schedule{
    padding: 15px 35px;
    background-color: #C32828;
    color:#ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1;
}

.schedule h3{
    font-size: 30px;
}

.schedule p{
    line-height: 25px;
    padding-bottom: 20px;
}


/*-------------------------ABOUT US PAGE-------------------*/

.about-head p{
    padding-top: 30px;
}

.about-head{
    padding: 70px 0 90px 0;
}
.about-head h1{
    margin-bottom: 40px;
}

.about-head picture {
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    box-sizing: inherit;
    display: flex;
    height: 400px;
    object-fit: cover;
}

.numbers{
    padding: 120px 0;
    background: url(../image/bg_numbers.jpg) no-repeat center top / cover;
}

.item-number{
    color: #ffffff;
    width: 276px;
}

.item-number span{
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}
.item-number p{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.7px;
    margin-top: 5px;
}

.general-block-number{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-inline-size: 1200px;
}

.general-parts h2, .description-certified h2{
    margin-bottom: 30px;
}

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

.general-parts, .general-certified{
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.parts{
    padding: 80px 0;
}

.pic-parts, .pic-certified{
    display: flex;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;

}

.certified{
    padding: 80px 0;
    background-color: #CD9B62;
}

.description-certified{
    color: #ffffff;
}

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

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

.text-support-block{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.text-support-block h2{
    margin-bottom: 30px;
}

.text-support-block p:not(:last-child) {
    margin-bottom: 25px;
}

.support-about{
    padding: 80px 0;
}

    
.btn-fixed {
    display: none !important;
    position: fixed;
    bottom: 0;
    z-index: 90; 
    transition: opacity 0.5s;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    border-radius: 0 !important;
    text-align: center !important;
    padding: 17px 0 17px 0 !important;
}

/*-------------------------media----------------------------------*/
    
@media screen and (max-device-width: 768px) and (min-device-width: 360px) {
    .header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #FFF;
    }

    .footer {
        padding: 40px 0 75px 0;
    }

    .btn-fixed {
        display: block !important;
        opacity: 0;
        transition: opacity 0.5s;
    }

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

@media screen and (max-device-width: 1440px) and (min-device-width: 1200px){
    .tittle-head {
        top: 300px;
        width: 80%;
    }
}
@media screen and (max-device-width: 1199px) and (min-device-width: 1024px){
    .tittle-head {
        top: 300px;
        width: 80%;
    }
    h1{
        font-size: 68px;
        top: 250px;
        line-height: 90px;
    }
}
@media screen and (max-device-width: 1023px) and (min-device-width: 768px){
    .tittle-head {
        top: 280px;
        width: 80%;
    }
    h1{
        font-size: 60px;
        top: 250px;
        line-height: 80px;
    }
}

@media screen and (max-device-width: 801px) and (min-device-width: 360px){
    .item-contact {
        width: 100%;
    }

    .tittle-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .descr-contact-ifo{
        text-align: center;
    }
	.content picture, .content img {
		height: 300px;
	}
	.content h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
	
	.content h2 {
		font-size: 30px;
        font-weight: 800;
        line-height: 39px;
        margin: 21px 0 12px 0
	}
	
	.content h3{
		font-weight: 700;
		line-height:28px;
		margin: 20px 0 12px 0;
	}
	
	.content{
        padding: 35px 0 60px 0;
    }
}


@media screen and (max-device-width: 767px) and (min-device-width: 400px){
    .tittle-head {
        top: 280px;
        width: 80%;
    }
}




@media screen and (max-device-width: 399px) and (min-device-width: 360px){
    .tittle-head {
        top: 280px;
        width: 80%;
    }
    h1 {
        font-size: 43px;
        top: 250px;
        line-height: 63px;
    }
    .content h1{
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px){
    .general-block-number {
        gap: 50px 20px;
    }
    .item-number {
        width: 326px;
    }
    .numbers {
        padding: 90px 0;
    }
}

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

    .item-number {
        width: 100%;
    }
    .numbers {
        padding: 90px 0;
    }
    .general-block-number {
        gap: 70px;
        text-align: center;
    }
}

@media screen and (max-device-width: 963px) and (min-device-width: 360px){
    .general-parts, .general-certified {
        text-align: center;
        gap: 50px;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }
	
	.page-services-container,
	.general-blog-container {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-device-width: 1024px) and (min-device-width: 912px){
    .item-privileges {
        width: 316px;
        display: flex;
        gap: 25px;
    }
    .service-block {
        gap: 25px;
        width: 197px;
        height: 300px;
        padding: 40px 30px;
    }
    .services {
        background-color: #CD9B62;
        padding: 90px 0 90px 0;
    }
    .container-pic-why-us{
        display: none;
    }
    .why-us {
        padding: 90px 0;
    }
    .general-us-container {
        grid-template-columns: 1fr;
    }
    .general-customer {
        gap: 30px;
    }
    .general-customer{
        gap: 60px;
        grid-template-columns: 1fr;
    }
    .tittle-customer{
        text-align: center;
    }
    .pic-customer{
        display: none;
    }
    h2 {
        font-size: 50px;
        line-height: 57px;
        margin-bottom: 30px;
    }
}

@media screen and (max-device-width: 911px) and (min-device-width: 768px){
    .general-welcome-container {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .description-welcome{
        text-align: center;
    }
    h2{
        font-size: 45px;
        font-weight: 900;
        line-height: 57px;
        margin-bottom: 30px;
    }
    .general-us-container {
        grid-template-columns: 1fr;
    }
    .container-pic-why-us{
        display: none;
    }
    .why-us {
        padding: 90px 0;
    }
    .services {
        background-color: #CD9B62;
        padding: 90px 0;
    }
    .general-services-container {
        display: grid;
        gap: 50px;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .description-services{
        text-align: center;
    }
    .service-block {
        gap: 30px;
        width: 281px;
        height: 315px;
        padding: 40px 30px;
    }
    .faq-cont {
        align-items: center;
        padding: 90px 0;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .general-customer{
        gap: 60px;
        grid-template-columns: 1fr;
    }
    .tittle-customer{
        text-align: center;
    }
    .pic-customer{
        display: none;
    }
    .tittle-customer{
        text-align: center;
    }
    .general-customer h2 {
        margin-bottom: 15px;
    }

    .general-support{
        text-align: center;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .item-privileges {
        width: 100%;
    }
	
	.breadcrumb-general {
		padding: 15px 0;
		font-size: 13px;
		text-transform: uppercase;
		border-bottom: 1px solid #e5e5e5;
	}
}

@media screen and (max-device-width: 767px) and (min-device-width: 360px){
    .general-welcome-container {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 50px;
        grid-template-columns: 1fr;
    }
    .description-welcome{
        text-align: center;
    }
    h2{
        font-size: 39px;
        font-weight: 900;
        line-height: 47px;
        margin-bottom: 30px;
    }
    .general-us-container {
        grid-template-columns: 1fr;
    }
    .container-pic-why-us{
        display: none;
    }
    .why-us {
        padding: 90px 0;
    }
    .services {
        background-color: #CD9B62;
        padding: 90px 0;
    }
    .general-services-container {
        display: grid;
        gap: 50px;
        align-items: center;
        grid-template-columns: 1fr;
    }
    .description-services{
        text-align: center;
    }
    .service-block {
        gap: 30px;
        width: 281px;
        height: 315px;
        padding: 40px 30px;
    }
    .faq-cont {
        align-items: center;
        padding: 90px 0;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .general-customer{
        gap: 60px;
        grid-template-columns: 1fr;
    }
    .tittle-customer{
        text-align: center;
    }
    .pic-customer{
        display: none;
    }
    .tittle-customer{
        text-align: center;
    }
    .general-customer h2 {
        margin-bottom: 15px;
    }
    .general-support{
        text-align: center;
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .review {
        padding: 55px 40px;
        background: #FBF9F8;
        width: 100%;
    }
    .item-privileges {
        padding: 35px;
        width: 100%;
        gap: 25px;
    }
    .pic-container{
        display: none;
    }
    .tittle-customer span {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;

    }
    .customer-reviews, .faq-cont, .services, .why-us{
        padding: 70px 0;
    }
    .customer {
        padding: 70px 0 90px 0;
        background: #293942;
    }

}


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

    .nav-icon{
        display: block;
    }

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

    .content-description-about{
        padding: 0 20px;
        width: 100%;
    }

    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .btn-head-mob{
        display: block;
    }

    .nav-menu{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #0B0B0B;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: -100%;
        left: 0;
        opacity: 0.9;
        transition: all 0.4s ease-in-out;
        opacity:0;
    }

    .nav-menu li a {
        font-size: 16px;
        letter-spacing: 0.7px;
        font-weight: 500;
        color: #a3a3a3;
    }
    .nav-menu li a:hover{
        color: #646464;
    }

    .nav-menu{
        gap: 45px;
    }
    .active{
        top: 0;
        z-index: 999;
        transition: 0,2s ease ;
        transition: top 1,5s;
        opacity: 100;

    }

	.general-privileges{
    	grid-template-columns: 1fr;

	}
}






