/*==========fonts===========*/

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



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

.container{
    max-width: 1200px;
    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;
    font-family: "Inter", sans-serif;
}

a{
    text-decoration: none;
}

p a,
.service-areas-links a{
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #d69e10;
}



.service-areas-links{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 22px;
    margin-top: 23px;
    text-align: left;
}

h1, h2, h3, h4{
    margin: 0;
    color: #222222;
    font-family: "Inter", sans-serif;
}

h1{
    font-size: 39px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 18px;
}

h2{
    color: #222222;
    font-weight: 400;
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 12px;
}

h3{
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.5px;
}

h4{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
}

p{
    font-size: 14px;
    font-weight: 300;
    color: #363636;
    margin: 0;
    line-height: 28px;
    letter-spacing: 0.4px;
    font-family: "Inter", sans-serif;
}

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

/*=========style=========*/

/*---------title----------*/

.section-eyebrow{
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #dfa81e;
}

.title-block.center{
  max-width: 720px;
  margin: 0 auto 45px;
  text-align: center;
}

.title-block.center h2{
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 16px;
}

.title-block.center h2::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background-color: #F2BA28;
}

/* Left*/
.title-block.left{  
  text-align: left;
}

.title-block.left h2{
  position: relative;
  margin: 0 0 23px;
  padding-bottom: 16px;
}

.title-block.left h2::after{
  content: "";
  position: absolute;
  left: 0;          
  bottom: 0;
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background-color: #F2BA28;
}


.intro-faq .btn-read-more-block{
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}


/* ===== Header / Nav ===== */
.nav-icon{
  display:none;
  margin:0;
  width:30px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div{
  background:#000;
  border-radius:3px;
  content:"";
  display:block;
  height:2px;
  margin:8px 0;
  transition:all .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{ 
    display:flex; 
    justify-content:end; 
}

.nav-menu ul{
  display:flex;
  align-items:center;
  gap:20px;
  margin-right:25px;
}
.nav-menu li a{
  font-size: 14px;
  font-weight: 500;
  color:#222222;
  padding:0;
  letter-spacing:1px;
}

.navigation{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 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:#FFF;
  border-top: 10px solid #000;
}


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

.btn-call,
a.btn-schedule,
a.btn-head{
    background-color: #F2BA28;
    border-radius: 100px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 230px;
    max-width: 100%;
    padding: 18px 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.4px;
}

a.btn-schedule{
    background-color: #222222;
    color: #ffffff;
}

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

.btn-book,
.btn-more-information{
    background: transparent;
    border-radius: 100px;
    border: 1px solid #222222;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 230px;
    max-width: 100%;
    padding: 16px 12px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.4px;
}

.btn-read-more-block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

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

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

/* ===== Hero ===== */
.hero{
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #222222;
  display: flex;
  align-items: center;
}

.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    rgba(0,0,0,0.90) 0%,
    rgba(0,0,0,0.75) 30%,
    rgba(0,0,0,0.35) 65%,
    rgba(0,0,0,0.05) 100%
  );
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-pic{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

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

/* ===== Block Slogan ===== */

.block-slogan{
  margin-top: 50px;
  position: relative;
  background-color: #f1f0ee;
  padding: 50px 45px;
  max-width: 45%;
  display: inline-block;
  clip-path: polygon(
    0 0,                    
    calc(100% - 26px) 0,    
    100% 26px,              
    100% 100%,             
    26px 100%,               
    0 calc(100% - 26px)     
  );
  z-index: 1;
}

.block-slogan h1{
  position: relative;
  color: #222222;
  font-size: 38px;
  line-height: 51px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 27px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-slogan h1::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 4px;
  background-color: #F2BA28;
}

.block-slogan h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 4px;
  background-color: #F2BA28;
}

.block-slogan p span{
  display: block;
  font-weight: 400;
}


.hero-scroll-indicator{
  margin-top: 45px;  
  pointer-events: none;
    display: flex;
  justify-content: center;
  width: 50%;  
}

.hero-scroll-arrow{
  position: relative;
  display: inline-block;
  width: 28px;
  height: 44px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.80);
  box-shadow: 0 10px 18px rgba(0,0,0,.35);
}

.hero-scroll-arrow::before{
  content:"";
  position:absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 8px;
  border-radius: 6px;
  background: rgba(255,255,255,.95);
  transform: translateX(-50%);
  animation: scrollWheel 1.35s ease-in-out infinite;
}

.hero-scroll-arrow::after{ content:none; }

@keyframes scrollWheel{
  0%   { transform: translateX(-50%) translateY(0);   opacity: .95; }
  60%  { transform: translateX(-50%) translateY(14px); opacity: .15; }
  100% { transform: translateX(-50%) translateY(0);   opacity: .95; }
}


/*=====================BOOK===================*/

.book-block{
    position: relative;
    text-align: center;
    padding: 45px 0;
    background-color: #ffe08e;
}

.btn-book{
    max-width: 570px;
    width: 100%;
}

.book-block .section-eyebrow{
    color:#222222;

}

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

.description-about .block-btns{
    justify-content: start;
    margin-top: 0;
}

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

.services{
    position: relative;
    padding: 80px 0 100px 0;
    background-color: #f5f1ed;
}


.general-services-container {
  margin: 50px 0 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;  
  max-width: 100%;
}

a.item-support {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.pic-support {
    height: 295px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

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

.pic-support::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #181305 0%, #26201799 50%, rgba(58, 34, 18, 0) 80%);
    z-index: 1;
}

.item-title {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0 35px;
    z-index: 2;
    text-align: left;
}

.item-title h4 {
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    line-height: 27px;
    letter-spacing: 1px;
    margin-bottom: 21px;
}

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

.item-title p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    border: 1px solid #fff;
    border-radius: 999px;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.item-title p::after {
    content: none;        
}


.item-title p{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  transition: background-color .5s ease, color .2s ease, border-color .5s ease;
}

a.item-support:hover .item-title p,
a.item-support:focus-visible .item-title p{
  background: #fff;
  color: #222222;
  border-color: #fff;
}

.btn-book,
.btn-more-information,
.btn-head,
.btn-schedule,
.btn-call{
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* Общий ховер/фокус для контурных (outline) кнопок */
.btn-book:hover,
.btn-book:focus-visible,
.btn-more-information:hover,
.btn-more-information:focus-visible{
  background: #222222;
  color: #ffffff;
  border-color: #222222;
}

/* Active для контурных */
.btn-book:active,
.btn-more-information:active{
  background: #1a1a1a;
  border-color: #1a1a1a;
}

/*================welcome-about============*/

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

.about{
    position: relative;
    padding: 120px 0;
    background-color: #ffffff;
}

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

.book-block::after{
    top: -20px; 
    border-bottom: 20px solid #ffe08e;
}

.book-block::before{
    top: -20px; 
    border-bottom: 20px solid #ffe08e;
}

.about::before{
    top: -20px; 
    border-bottom: 20px solid #ffffff;
}

.about::after{
    bottom: -20px;
    border-top: 20px solid #ffffff;
}

.about-text-lined {
    position: relative;
    padding-bottom: 35px;  
    margin-bottom: 40px !important;   
}

.about-text-lined::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;       
    height: 1px;
    background-color: #dddad6;
}


/*-----------------------commercial-----------------------*/
.commercial{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    align-items: center;
    background-color: #F9E7CA;
}

.commercial-video{
    height: 670px;
}

.description-commercial{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.block-description-commercial{
    max-width: 60%;
    margin: 0 auto;
}

.title-block.left{
    margin-bottom: 30px;
}

.commercial-text{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
}

.commercial-meta{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.10);
}

.commercial-meta-title{
  font-size: 11px;
    margin-bottom: 4px !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #b7830f;
}

.commercial-meta-body{
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6a5b3b;
}

.line-block{
    display: block;
    max-width: 840px;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #DDDDDD 48%, #DDDDDD 52%, transparent 100%);
    margin: 0 auto;
}

.commercial-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-----------------------why-choose--------------------*/

.intro-why-us .title-block.left{
    margin-bottom: 0;
}

.why-coose{
    position: relative;
    padding: 120px 0;
    background-color: #f9f8f7;
}

.service-areas::before,
.service-areas::after,
.book-block::before,
.book-block::after,
.about::before,
.about::after,
.testimonials::after,
.brands::before,
.brands::after,
.why-coose::before,
.why-coose::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    z-index: 1;
}

.why-coose::after{
    bottom: -20px;
    border-top: 20px solid #f9f8f7;
}
.why-coose::before{
    top: -20px; 
    border-bottom: 20px solid #f9f8f7;
}

.service-areas::before,
.brands::before{
    top: -20px; 
    border-bottom: 20px solid #f5f1ed;
}

.service-areas::after{
    bottom: -20px;
    border-top: 20px solid #f5f1ed;
}

.about::after{
    bottom: -20px;
    border-top: 20px solid #ffffff;
}


.testimonials::after{
    bottom: -20px;
    border-top: 20px solid #ffffff;
}

.brands::after{
    bottom: -20px;
    border-top: 20px solid #f5f1ed;
}

.intro-why-us{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 70px;
    align-items:center;
    margin-bottom: 45px;
}

.item-feature{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 35px 40px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    border: 4px;
}

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

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

.title-feature span{
    display: block;
}

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

.customer-garantee{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #222222;
    max-width: 100%;
}

.pic-customer-garantee{
    height: 600px;
    background: url('../image/pic-customer-guarantee.webp') no-repeat center top / cover;
}

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


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

.block-description-parts,
.block-description-customer-garantee{
    width: 65%;
}

.description-parts,
.description-customer-garantee{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.list-guarantee{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    position: relative;    
    padding-top: 40px;         
}

.list-guarantee::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-radius: 999px;
    background-color: rgba(255,255,255,0.09);
}

.icon-font{
    font-weight: 700;
    font-size: 30px;
    color: #9d9d9d;
}

.guarantee-text h4 span{
    display: block;
}
.guarantee-text h4{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #9d9d9d;
}

.item-guarantee{
    display: flex;
    gap: 17px;
}


.list-guarantee{
    margin-top: 40px;
}

.item-guarantee img{
    width: 41px;
    height: 41px;
}

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

.parts{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    background-color: #7B2E10;
}

/* вернуть ширину как раньше */
.block-description-parts{
    width: 65%;
}

/* светлая надпись над заголовком на тёмном фоне */
.section-eyebrow.inverse{
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: #ffe2a1;
    opacity: 0.9;
}

/* аккуратное подчёркивание под h2 */
.block-description-parts h2{
    position: relative;
    margin: 8px 0 20px;
    padding-bottom: 14px;
    color: #f9ede8;
}

.block-description-parts h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    border-radius: 999px;
    background-color: #f9ede8;
}

.block-description-parts h3{
    margin-bottom: 22px;
    color: #f9ede8;
}

.block-description-parts p{
    font-weight: 200;
    color: #f5e6e0;
}
.pic-parts{
    height: 600px;
    background: url('../image/pic-parts.webp') no-repeat center top / cover;
}

/*================brands==============*/

.brands{
    position: relative;
    padding: 120px 0 110px 0;
    background-color: #f5f1ed;
}

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

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

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

/* ---------- TESTIMONIALS ---------- */

.testimonials{
  position: relative;
  padding: 120px 0 130px 0;
}

.intro-emergency {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  align-items: center;
}

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

.testimonials p{
    margin-top: 40px;
}

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

.promo {
    position: relative;
    margin-bottom: -100px;    
    padding-bottom: 100px;  
}

.promo-pic {
    position: relative;
}

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

/* только для контейнера внутри promo, а не глобально для всего сайта */
.promo .container {
    position: relative;
    z-index: 1;
    /* поднимаем карточку так, чтобы она залезла на картинку */
    margin-top: -570px;      /* подберёшь под макет: -120, -150 и т.д. */
}



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

.promo-description h2 {
    line-height: 55px;
}

.promo-description {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.07);
    padding: 40px;
    max-width: 40%;
}

.promo-description p{
    margin-bottom: 0;
}

.contact-form-block {
    display: flex;
    flex-direction: column;
}

iframe {
    margin-top: -20px;
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    border: none;
}

/*==============FAQ===============*/

.faq{
    padding: 100px 0;
    position: relative;
}

.line-faq{
  display: none;
}

.questions{ 
    padding:100px 0 80px; 
}

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

.into-questions{
  max-width: 100%;
}

.into-questions img{
  width:100%;
  height:200px;
  display:block;
  object-fit:cover;
  margin-bottom:30px;
}

.title-FAQ{ 
    margin-bottom:20px; 
}

.faq-cont{
  display:grid;
  grid-gap:70px;
  grid-template-columns:1fr 1fr;
}

.faq-content{ 
    margin:0 auto; 
}

.block2{
    margin-top: 21px;
}

.faq-question {
    padding: 25px 0;
    max-width: 100%;
    border-bottom: 1px dashed #dddad6;
    position: relative;
}

.faq-question:last-child{ 
    border-bottom:none; 
    padding-bottom:0; 
}

.faq-question:first-child{ 
    padding-top:18px; 
}

.panel{ 
    display:none; 
}

.panel-title {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 41px;
    cursor: pointer;
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    font-weight: 600;
}

.panel-title label{ 
    display:block; 
    cursor:pointer; 
}

.faq-question:first-child .plus{
    top: 14px;
}
.plus {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #222222;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    transition: transform 0.2s;
    z-index: 5;
}


.panel-content{
  font:400 12px/28px;
  color:#000;
  margin:0 40px;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .4s ease, opacity .4s ease, padding .4s ease;
}

.panel:checked ~ .plus{ transform:rotate(45deg); }
.panel:checked ~ .panel-content{
  max-height:500px;
  opacity:1;
  padding:15px 0;
}

a.btn-learn-more{ 
    margin-top:30px; 
}

.into-questions a{
  text-transform:uppercase;
  font-weight:700;
}

.title-FAQ h2,
.into-questions h2{
  margin-bottom: 25px;
}

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

/*---------------------service-area-------------*/

.service-areas{
    position: relative;
    background-color: #f5f1ed;;
    padding: 100px 0;
}

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

.pic-service-areas picture,
.pic-service-areas img{
    width: 360px;

}

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

.description-services-areas .btn-read-more-block{
    justify-content: start;
}


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

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


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

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

.item-blog h4{
    margin-top: 20px;
}


/*==============footer=============*/

.footer{
  background-color:#222222;
  padding:70px 0 40px;
  color:#d3d3d3;
}

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


.block-logo img{
  max-width:180px;
  height:auto;
}

.block-footer-social-icons{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:30px;
}

.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#d3d3d3;
  font-size:14px;
  font-weight:300;
}

.footer-social svg{
  flex-shrink:0;
}

.footer-social span{
  font-weight:400;
}

.footer-social:hover span{
  color:#ffffff;
}

.links-footer-page h4,
.contacts-footer h4{
  color:#ffffff;
  margin:0 0 21px;
}


.links-footer,
.links-footer-contacts{
  list-style:none;
  margin:0;
  padding:0;
}

.links-footer li,
.links-footer-contacts li{
  line-height: 24px;
  font-size:14px;
}

ul.links-footer, ul.links-footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.links-footer li a,
.links-footer-contacts li a{
  color:#d3d3d3;
  font-weight:300;
  text-decoration:none;
}

.links-footer li a:hover,
.links-footer-contacts li a:hover{
  color:#ffffff;
}

p strong{
    font-weight: 600;
}


.links-footer-contacts span{
  font-weight:700;
  margin-right:6px;
  font-size: 14px;
}

ul.links-footer-contacts{
	display: flex;
	flex-direction: column;
  gap: 20px;
}

ul.links-footer-contacts li{
  display:flex;
  align-items:center;
}


ul.links-footer-contacts li,
ul.links-footer-contacts li:last-child{
  align-items:flex-start;
}

.links-footer-contacts li img{
  margin-right:10px;
	margin-top: 2px;
  width:18px;
  height:18px;
  flex-shrink:0;
}

.line-footer{
  margin: 55px 0 35px;
  border-top:1px solid #4e4e4e;
}

.copiright p{
  font-size:14px;
  text-align:center;
  margin:0 0 4px;
  color:#5e5e5e;
}

.contacts-footer p {
    font-size: 13px;
    font-weight: 400;
    color: #939393;
    margin-top: 12px;
    line-height: 28px;
}

.contact-time-support{
    font-size: 12px;
    font-weight: 500;
}


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

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

.contacts-intro h1{
    margin-bottom: 35px;
}

.contact-pic picture,
.contact-pic img{
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}


.contacts-information{
    padding-bottom: 100px;
    background-color: #f5f1ed;
}

.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 20px;
    border-radius: 10px;
    position: relative;
}

.item-info::after{
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background-color: #222222;
}

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


.title-info h3{
    font-weight: 500;
}

.title-info{
    margin-bottom: 9px;
}

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

.item-info ul li {
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    letter-spacing: 0.4px;
}

.item-info ul li a{
    color: #c79208;
    font-weight: 600;
}

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

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

a.btn-schedule-contacts{
    display: flex;
    justify-content: center;
    border-radius: 100px;
    text-align: center;
    width: 300px;
    padding: 15px;
    background-color: #F2BA28;
    color: #222222;
    font-weight: 500;
    margin: 0 auto;
}


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

/* ===== Content page ===== */
.content{
  background:#f3f3f3;
  padding-bottom:70px;
}

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

.content h1{
  padding-top:45px;
  margin-bottom:30px;
  color:#000;
}

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

.content ul li a{
  color:#003057;
  font-weight:600;
  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:#e8ebed; 
}

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

thead, tr th{
	font-size: 16px;
}

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

th{
  background:#003057;
  color:#fff;
  font-weight:600;
  padding:20px 15px;
  text-transform:uppercase;
  letter-spacing:.7px;
}

td, th {
    padding: 20px 25px;
    border: 1px solid #dfdfdf;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
}

.wp-block-table{
	margin:0;
}

td{ color:#242424; }

.has-fixed-layout{
	margin-top: 12px;
}

.wp-block-table td, .wp-block-table th{
	border: none;
    padding: 17px 27px;
}

.wp-block-table thead {
    border-bottom: 3px solid #003057;
}


/* ===== Responsive table ===== */

@media (max-width:767px),
       (min-width:768px) and (max-width:1024px){
  table{ 
    width:100%; 
  }
		
  table,tbody,thead,th,td,tr{ 
    display:block; 
  }
	.has-fixed-layout thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
.wp-block-table thead {
    border-bottom: 5px solid #003057;
}
  .content table td:nth-child(1) {
    padding-bottom: 4px;
  }
td, th {
    border: none;
	padding: 20px 30px;
}
.content table td:nth-child(2){ 
	padding-top:4px; 
}
	  

  tr{ 
    border:1px solid #e9ecf3; 
  }

  td{
    border:none;
    position:relative;
  }
  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{
  line-height:28px;
  font-weight:400;
  letter-spacing:.7px;
}

.content ol{
  background:#fff;
  padding:35px 30px;
  box-shadow:0 0 34px 0 rgba(0,0,0,.07);
}

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

/*==============Inner-Page=============*/

.page-inner {
    padding: 40px 0 90px 0;
    background-color: #f5f1ed;
}

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

.contacts-intro h1,
.title-page h1 {
    font-size: 34px;
}

.contacts-intro h1{
    text-align: center;
    margin-bottom: 25px;
}

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

/* ===== Media ≤1024 ===== */
@media (max-width:1024px){
    /* Nav */
  .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:#000;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    top:-100%;
    left:0;
    opacity:0;
    gap:45px;
    transition:all .4s ease-in-out;
  }
  .nav-menu.active{
    top:0;
    z-index:999;
    opacity:1;
    background:#FFF;
  }
  .nav-menu ul{
    flex-direction:column;
    align-items:center;
    gap:25px;
    margin:0;
    padding:0;
  }
  .nav-menu li a{
    font-size:15px;
    font-weight:600;
    color:#000;
  }

  /*===============head=============*/

  .block-slogan {
        padding: 35px 25px;
        max-width: 60%;
    }

    .block-slogan h1 {
        font-size: 35px;
        line-height: 46px;
    }

    .hero-scroll-indicator {
        margin-top: 35px;
        justify-content: center;
        width: 100%;
    }
    .general-container-hero{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /*===========services============*/
    .general-services-container {
        margin: 50px 0 30px 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .block-slogan {
        /* margin-top: 0; */
        padding: 40px 35px;
    }

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

    .description-customer-garantee,
    .description-about{
        order: 1;
    }

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

    .parts,
    .customer-garantee,
    .commercial {
        grid-template-columns: 1fr;
    }

    .block-description-commercial{
        max-width: 100%;
        padding: 45px 15px 70px 15px;
        text-align: center;
    }

    .block-description-parts,
    .block-description-customer-garantee{
        width: 100%;
        padding: 45px 0 70px 0;
        text-align: center;
    }

    .title-block.left {
        margin-bottom: 22px;
    }

    .intro-why-us {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 25px;
        text-align: center;
    }

    .general-block-features {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }

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

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

    .brands,
    .about{
        padding: 70px 0;
    }

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

    .title-block.center {
        margin: 0 auto 35px;
    }

    .general-brands-container {
        margin: 35px 0 40px 0;
    }

    .intro-emergency {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .testimonials {
        padding: 70px 0;
    }

    .testimonials p {
        margin-top: 30px;
        text-align: center;
    }

    .promo-description {
        padding: 30px;
        max-width: 100%;
    }

    .general-faq-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .why-coose,
    .blog,
    .service-areas,
    .faq {
        padding: 70px 0;
    }

    .description-services-areas .btn-read-more-block,
    .intro-faq .btn-read-more-block {
        justify-content: center;
        margin-top: 30px;
    }

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

    .pic-service-areas picture, .pic-service-areas img {
        width: 250px;
    }

    .pic-service-areas{
        order: 1;
    }

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

    .footer {
        padding: 50px 0 20px;
    }

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

    .line-footer {
        margin: 35px 0 20px;
        border-top: 1px solid #4e4e4e;
    }

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

    .list-guarantee {
        margin-top: 30px;
        padding-top: 30px;
    }

    .about-text-lined {
        padding-bottom: 25px;
        margin-bottom: 30px !important;
    }

    .description-about .block-btns {
        justify-content: center;
        margin-top: 0;
    }

    .block-description-parts h2::after,
    .title-block.left h2::after {
        left: 45%;
        bottom: 0;
    }

    .about-text-lined{
        text-align: center;
    }

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

    .schedule {
        padding: 30px 25px;
        background-color: #ffffff;
        border-radius: 4px;
    }

    .contacts-information {
        padding-bottom: 70px;
    }

}

/* ===== Media ≤768 ===== */
@media (max-width:768px){


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

    .item-guarantee {
        flex-direction: column;
        gap: 17px;
    }

    .block-description-parts h2::after,
    .title-block.left h2::after {
        left: 40%;
        bottom: 0;
    }

    h2 {
        font-size: 30px;
        line-height: 41px;
    }

    .block-slogan {
        padding: 30px 25px;
        max-width: 100%;
    }

    .block-slogan h1 {
        font-size: 31px;
        line-height: 41px;
        margin-bottom: 18px;
    }

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

    .pic-support {
        height: 290px;
    }

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

    .btn-book{
        line-height: 20px;
    }

    footer{
        margin-bottom: 80px;
    }

 

}
