    html{
    box-sizing: border-box;
  }
  
  *,
  *::after,
  *::before{
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
  }
  
  ul[class],
  ol[class] {
    padding: 0;
  }
  
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  figure,
  figcaption,
  blockquote,
  dl,
  dd {
    margin: 0;
  }
  
  ul[class] {
    list-style: none;
  }
  
  img {
    max-width: 100%;
    display: block;
  }
  
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  
  a{
    text-decoration: none;
  }
  
html,
body {
	height: 100%;
}

body {
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	font-family: "Syne", sans-serif;
	color: #000000;
	min-width: 320px;
	overflow-x: hidden;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.main {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}

.container{
	max-width: 1270px;
	margin: 0 auto;
	padding: 0 15px;
    overflow: hidden;
}

.container-fluid{
	max-width: 1920px;
	padding: 0 10px;
	margin: 0 auto;
}

.general__title{
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 44px;
	line-height: 109.52%;
	letter-spacing: -0.03em;
	color: #000000;
}


/* header */
  .header .menu-desctop__items {
    display: flex;
  }

  .header .menu-desctop__link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
  }
  .header-top__wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-top-contact__wrapper {
    display: flex;
    align-items: center;
  }
  .header-top-contact__link {
    margin: 0 5px;
  }
  .header-top-contact__number {
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }
  
  .header .menu-desctop__item {
    margin: 0 20px;
  }

  .header-top-contact__link-line{
    padding-right: 12px;
    position: relative;
  }

  .header .header-top-contact__link-line::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #222222;
    opacity: 0.5;
    border-radius: 1px;
  }

  



/* Верстка */
.header-middle {
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-middle__wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 160px;
}

.header-middle__title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.96px;
    text-transform: uppercase; 
    max-width: 550px;
}
.text-gold {
    color: #E1C650;   
}
.header-middle__text {
    padding-top: 40px;
    opacity: 0.6;
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 380px;
}
.text-bold {
    font-weight: 600;
    opacity: 1;
}

.header-middle__button {
    margin-top: 50px;
}

.general-button {
    display: flex;
    height: 42px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
}

.header-middle__button{
    width: 244px;
}

.general-button-gold {
    background: #E1C650;
}
.header-middle__car {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.header-middle__car-box {
    position: absolute;
    top: 60px;
    right: 90px;
    border-radius: 20px;
    border: 1px solid var(--Glass, rgba(255, 255, 255, 0.60));
    background: var(--Glass, linear-gradient(100deg, rgba(255, 255, 255, 0.75) 16.09%, rgba(255, 255, 255, 0.80) 105.27%));
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
.header-middle__car-box-wrapper{
    position: relative;
    padding: 30px;
}
.header-middle__car-box-dots {
    
    position: absolute;
    bottom: -5px;
    left: -7px;
}

.header-middle__car-box-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-middle__car-box-text {
    margin-top: 10px;
    max-width: 100px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; 
    opacity: 0.5;
    text-align: center;
}

#loadMore{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* counter  */

.lp-counter__box{
    margin-top: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 60px;
}

.lp-counter__title{
    padding-top: 37px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

.lp-counter__wrapper{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.lp-counter__left{
    max-width: 400px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.lp-counter__left-title{
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
}

.lp-counter__left-text{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.lp-counter__right-wrapper{
    display: flex;
}

.lp-counter__right-border{
    width: 130px;
    height: 100px;
    border: 2px solid #222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.lp-counter__right-border-number{
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}


.lp-counter__right-box-dots{
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    margin-top: 14px;
    border-radius: 10px;
}

.lp-counter__right-inscription{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    opacity: 0.6;
    text-align: center;
    margin-top: 6px;
}

.form-out__input-button {
    width: 260px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}


.lp-counter__form{
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-bottom: 75px;
}

.form-out__name,
.form-out__phone{
    position: relative;
}

.form-out__input{
    border: none;
    border-radius: 32px;
    border: 1px solid #222;
    background: #F8F8F8;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    outline: none;
    width: 100%;
    max-width: 260px;
}
  
.form-out__name:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("../images/user.svg") center / contain no-repeat;
    z-index: 10;
}

.form-out__phone:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("../images/phone.svg") center / contain no-repeat;
    z-index: 10;
}

button{
    border: none;
}


.car {
    margin-top: 60px;
    margin-bottom: 100px;
}

.car-title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.car-subtitle {
    padding-top: 16px;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.car__wrapper {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 100px; 
    justify-items: center;
    align-items: center;
    padding-bottom: 15px;

}
.car__box {
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
    padding: 12px 12px 12px 12px;
    max-width: 280px;
}

.car__box-gold{
    background: #E1C650;
}
.car__box-bg {
    width: 256px;
    background-color: white;
}

.car__box-bottom-right-button-gold{
    background: #F8F8F8;
}

.car__box-middle {
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.car__box-middle-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.car__box-middle-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 20px;
}
.car__box-bottom {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

.car__box-bottom-left{
    display: flex;
    align-items:start;
    flex-direction: column;
}

.car__box-bottom-left-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.car__box-bottom-left-price {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.car__box-bottom-right-button{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.car__box-econom {
    margin-top: 25px;
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items:center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;

}

.car__box-econom-text {
    color: #22ADAA;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 30px;
    position: relative;
}

.car__box-econom-text::after{
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    content: '';
    background-image: url(../images/green-dot.svg);
    background-size:cover;
    background-repeat: no-repeat;
}

.whyusa {
    padding-bottom: 120px;
}

.whyusa__wrapper {
    display: flex;
    justify-content: space-between;
}

.whyusa__left-title {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 410px;
}

.whyusa__left-text {
    margin-top: 100px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.6;
    max-width: 260px;
}
.whyusa__right {}

.whyusa__right-wrapper {
    position: relative;
}
.whyusa__right-car {}

.whyusa__right-wrapper-box {
    position: absolute;
    border-radius: 20px;
    border: 1px solid  rgba(255, 255, 255, 0.60);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.75) 16.09%, rgba(255, 255, 255, 0.80) 105.27%);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
}

.whyusa__right-wrapper-box-text {
    padding: 20px 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.whyusa__right-wrapper-box-wrapper{
    position: relative;
}

.whyusa__right-wrapper-box-dots{
    position: absolute;
    z-index: 10;
}

.whyusa__right-wrapper-box-1 {
    top: 67px;
    left: 45px;
}
.whyusa__right-wrapper-box-2 {
    top: 35px;
    right: 60px;
}
.whyusa__right-wrapper-box-3 {
    bottom: 97px;
    right: 34px;
}

.whyusa__right-wrapper-box-dots-1 {
    bottom: -5px;
    right: -10px;
}
.whyusa__right-wrapper-box-dots-2 {
    bottom: -5px;
    left: -10px;
}
.whyusa__right-wrapper-box-dots-3 {
    top: -5px;
    left: -10px;
}

.slider-about {
    background-image: url(../images/slider-about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.slider-about__text {
    color: #E1C650;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
 
}
.slider-about__slider {
    margin-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.slider-about__slider-item {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; 
}

.slider-about .slick-prev,
.slider-about .slick-next{
    width: 50px;
    height: 50px;
    background: #E1C650;
    border-radius: 50px;
}

.slider-about .slick-prev{
    left: -60px;
}

.slider-about .slick-next{
    right: -60px;
}

.slider-about .slick-prev:before, 
.slider-about .slick-next:before {
    font-family: "Syne", sans-serif;
  font-size: 30px;
  color: white;
}

.way {
   padding-top: 125px; 
}

.way__wrapper-desc{
    padding-bottom: 10px;
}

.way__wrapper {
    display: flex;
    justify-content: space-around;
    padding-top: 125px;
}

.way__item {
    display: block;
    max-width: 390px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.way__item-number {
    position: relative;
    font-size: 100px;
    color: white; 
    z-index: 1;
    text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 400;
    line-height: 100px; 
}

.way__item-number-1::after {
    content: "1"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-3::after {
    content: "3"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-5::after {
    content: "5"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-7::after {
    content: "7"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-2::after {
    content: "2"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-4::after {
    content: "4"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-6::after {
    content: "6"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-number-8::after {
    content: "8"; 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 7px #E1C650;
}

.way__item-img {
    padding-left: 60px;
}

.way__item-title {
    margin-top: 20px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.523%;
    letter-spacing: -0.6px;
}

.way__item-text {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
}

.way__line {
    border: 1px solid #222;
    position: relative;
}

.way__line::after{
    content: '';
    position: absolute;
    top: -3px;
    width: 12px;
    height: 12px;
    background: #222;
    border-radius: 6px;
    left: -6px;
} 

.way__line::before{
    content: '';
    position: absolute;
    bottom: -3px;
    width: 12px;
    height: 12px;
    background: #222;
    border-radius: 6px;
    left: -6px;
} 


.way__right {
    padding-top: 150px;
}


.way__item-number-wrapper{
    position: absolute;
    top: 0;
}

.way__item-number-wrapper-left{
    right: 0;
}

.way__item-number-wrapper-right{
    left: -50px;
}

.counter {
    margin-top: 120px;
}


.container {}
.counter__wrapper {
    background-image: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 40px;
}

.counter__left {}
.counter .lp-counter__left-title {
   color: white;
}
.counter .lp-counter__left-text {
    color: white;
}

.counter .lp-counter__right-wrapper {
    margin-top: 40px;
    justify-content: center;
}


.counter .lp-counter__right-border {
    border: 1px solid white;
}
.counter  .lp-counter__right-border-number {
    color: white;
}
.counter  .lp-counter__right-inscription {
    color: white;
}
.counter .lp-counter__right-box-dots {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.counter__right-title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center;
}

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

.counter .form-out__input {
    margin-top: 10px;
    margin-bottom: 10px;
}

.counter button{
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer{
    padding-top: 180px;
    margin-top: -130px;
    background: rgba(34, 34, 34, 0.09);
}

.footer-top__wrapper{
    display: flex;
    justify-content: space-between;
}

.footer .menu-desctop__items{
    display: flex;
    align-items:center;
}

.footer .menu-desctop__item{
    margin-left: 10px;
    margin-right: 10px;
}

.footer .menu-desctop__link{
    color: #222;
}

.footer .header-top-contact{
    display: flex;
    align-items:center;
}

.footer__bottom{
    border-top: 1px solid #4B557D;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding-bottom: 20px;
}

.made-with__link{
    color: #222;
}

.footer .header-top-contact__wrapper-box{
    display: flex;
}


@media screen and (max-width: 1120px) {
    .lp-counter__wrapper,
    .lp-counter__form{
        margin-left: 15px;
        margin-right: 15px;
    }

    .lp-counter .wpcf7{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1180px) {
    .header-middle__car {
        right: -200px;
    }
}

@media screen and (max-width: 980px) {
    .header-middle__car {
        right: -250px;
    }
}

@media screen and (max-width: 1100px) {
    

    .car__wrapper{
        gap: 20px
    }
}

@media screen and (max-width: 1000px) {
    .way__item-number-wrapper-right{
        left: 0px;
    }

    .way__item-img{
        padding-left: 120px;
    }

    .counter__wrapper{
        flex-direction: column;
        justify-content: center;
        align-items:center;
        text-align: center;
    }

    .counter__right{
        margin-top: 60px;
    }
}


@media screen and (max-width: 980px) {
    .header .menu-desctop__item{
        margin: 0 5px;
    }

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

    .whyusa__left-title{
        max-width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .header-middle__left-title-mob{
        display: none;
    }

    .menu {
        display: none;
    }
    .nav-menu-btn-wrapper{
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .header-middle__left-title-desc {
        display: none;
    }

    .header-middle__left {
        margin-left: 0px;
    }


    .nav-menu-btn-wrapper{
        display: block;
        position: absolute;
        right: 10px;
        top: 40px;
        z-index: 105;
        background: inherit;
    }

    .nav-menu-btn{
        cursor: pointer;
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 3.5px;
        background: black;
        border-radius: 5px;
        margin: 0px 10px 7.5px;
        transition: 0.4s;
    }

    .nav-menu-btn-wrapper-active{
    position: fixed;
    top: 40px;
    }
    .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-9px, 7px);
    background: #919191;
    }
    
    .change .bar2 {
    opacity: 0;
    }
    
    .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
    background: #919191;
    }

    .header__nav{
    position: fixed;
    width: 160px;
    height: 100%;
    max-height: 100%;
    background: white;
    z-index: 1055;
    left: -220px;
    top: 0;
    transition: all 0.2s ease-out;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    }

    .menu{
        position: fixed;
        width: 200px;
        height: 100%;
        max-height: 100%;
        background: white;
        z-index: 1055;
        left: -220px;
        top: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-box-shadow: 4px 4px 20px rgb(0 0 0 / 25%);
        box-shadow: 4px 4px 20px rgb(0 0 0 / 25%);
        margin-top: 0;
        margin-bottom: 0;
    }

    .show {
        left: 0px;
    }

    .menu__item{
        flex-direction: column;
        margin-top: 30px;
         
    }

    .menu__items{
        margin-top: 14px;
        padding-left: 10px; 
        width: 100%;
    }

    .header__button-menu{
        margin-left: 5px;
        margin-right: 5px;
        font-size: 15px;
        margin-top: 15px;
    }

    .menu__item .button-general::after {
        width: 7px;
        height: 7px;
        background-size:cover;
        right: 7px;
        top: 16px;
    }

    .header .menu-desctop{
        display: none;
    }

    .header-top__wrapper{
        justify-content: flex-start;
    }
    .header-top-contact{
        margin-left: auto;
        margin-right: auto;
    }

    .menu .header-top__img{
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .menu .menu__item{
        margin-left: 15px;
        margin-top: 20px;
    }

    .menu-desctop__item{
        display: inline-block;
    }

    .menu .menu__wrapper-social{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .menu .header-top-contact__number{
        margin-top: 15px;
        display: block;
        text-align: center;
    }

    .why {
        background-position: left;
    }

    .question__right .form-out {
        margin-top: 120px;
    }

    .menu__wrapper-social{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }

    .menu__wrapper-social-wrapper{
        display: flex;
    }

    .menu .menu__item{
        display: flex;
        flex-direction: column;
        align-items:center;
    }
}


@media screen and (max-width: 950px) {
    .footer-top__wrapper{
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }

    .menu-desctop__items{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer .header-top-contact{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 920px) {
    .car__wrapper {
        padding-top: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .slider-about__slider-item{
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
    }

    .slider-about{
        padding: 60px 0;
    }
}

@media screen and (max-width: 850px) {
    .header-middle__car-box-wrapper{
        padding: 20px;
    }

    .header-middle__car-box{
        top: 120px
    }
}

@media screen and (min-width: 880px) {
    .way__wrapper-mob{
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .lp-counter__wrapper{
        flex-direction: column;
        align-items: center;
    }

    .lp-counter__right-wrapper{
        margin-top: 40px;
    }

    .lp-counter__form{
        display: flex;
        flex-direction: column;
        align-items:center;
    }

    .form-out__phone{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .car{
        margin-top: 0;
    }

    .way__wrapper-desc{
        display: none;
    }

    .way__wrapper-mob{
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
        padding-top: 40px;
    }

    .counter .form-out__input {
        margin: 0;
    }
}

@media screen and (max-width: 850px) {
    .header-middle__car-box-wrapper{
        padding: 10px;
    }

    .header-middle__car-box-title{
        font-size: 36px;
        text-align: center;
    }

    .header-middle__car-box{
        top: 300px
    }

    .counter{
        margin-top: 60px;
    }
}

@media screen and (min-width: 620px) {
    .car__wrapper-slider{
        display: none;
    }

    
}

@media screen and (max-width: 620px) {
    .header-top__wrapper{
        padding-bottom: 10px;
    }

    .header-top-contact-desctop{
        display: none;
    }

    .car__wrapper{
        display: none;
    }
    .car__wrapper-slider{
        margin-top: 20px;
    }

    .car__wrapper-slider .car__box{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .car .slick-dots li.slick-active button:before,
    .slider-about .slick-dots li.slick-active button:before{
        color: #E1C650;
    }

    .car .slick-dots li.slick-active button:hover{
        color: inherit; 
        background-color: inherit;
    }

    .slick-dots li {
        margin: 0 0;
    }

    .whyusa__left-text{
        margin-top: 40px;
    }

    .car {
        margin-bottom: 40px;
    }

    .slider-about__slider-item{
        font-size: 24px;
    }

    .whyusa{
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .header-middle__car-box{
        right: 30px;
    }
}

@media screen and (max-width: 520px) {
    .whyusa__right-wrapper-box-1{
        left: 0px;
    }

    .whyusa__right-wrapper-box-2{
       right: 0px;
    }

    .whyusa__right-wrapper-box-3{
        right: 20px;
    }

    .whyusa__right-wrapper-box-text {
        padding: 10px 10px;
    }
}


@media screen and (max-width: 575px) {
    .header-middle__car-box{
        right: 25px;
    }
}


@media screen and (max-width: 500px) {
    .header-middle__wrapper{
        padding-top: 50px;
        padding-bottom: 260px;
    }

    .header-middle__car {
        right: -100px;
    }

    .header-middle__car-box {
        top: 330px;
    }
    .header-middle__car-box-wrapper {
        padding: 5px;
    }

    .lp-counter__right-border {
        width: 100px;
    }

    .lp-counter__box{
        margin-top: 20px;
    }
}


@media screen and (max-width: 485px) {
    .menu-desctop__items{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer .header-top-contact__wrapper{
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
    }

    .footer .header-top-contact__link-line{
        padding: 0;
    }
    .footer .header-top-contact__number{
        margin-top: 15px;
    }
}

@media screen and (max-width: 450px) {

    .whyusa__right-wrapper-box-3{
       bottom: 30px;
    }
}

@media screen and (max-width: 413px) {
 
    .header-middle__car {
        right: -50px;
    }

    .header-middle__car-box {
        top: 400px;
    }
    .header-middle__car-box-wrapper {
        padding: 5px;
    }
}
@media screen and (max-width: 390px) {
    .lp-counter__right-border {
        width: 80px;
    }

    .whyusa__right-wrapper-box-1 {
        top: 80px;
    }

    .whyusa__right-wrapper-box-2{
        top: 0;
    }

    .whyusa__right-wrapper {
        padding-bottom: 30px;
    }

    .whyusa__right-wrapper-box-3{
        bottom: 10px;
    }

    .counter .lp-counter__right-box-dots{
        margin-left: 0;
        margin-right: 0;
    }

    .made-with{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
}

@media screen and (max-width: 341px) {
    .header-middle__car-box {
        top: 440px;
    }
}



@media screen and (max-width: 800px) {
    .big-title{
        font-size: 36px;
    }

    .lp-counter__title {
        font-size: 48px;
    }

    .lp-counter__left-title{
        font-size: 48px;
    }

    .whyusa__left-title{
        font-size: 48px;
    }
}



.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0; 
    z-index: 1500;
    opacity: 1;
    display: none;
}

.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form br {
    display: none;
}

.lp-counter__form .wpcf7-form p {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-bottom: 75px;
    width: 10;
}

.lp-counter__form{
    position: relative;
}

.lp-counter__form .wpcf7-spinner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px; 
    margin: 0;
}

.lp-counter__form{
    padding-bottom: 0;
}

.lp-counter__box{
    padding-bottom: 75px;
}

.lp-counter__box .wpcf7 form .wpcf7-response-output{
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.counter__form .wpcf7-response-output{
    display: none;
}

.counter__form .wpcf7-spinner{
    margin-top: 20px;
}


.popup .form-out__phone{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.popup .wpcf7 form .wpcf7-response-output{
    margin: 0;
    border-radius: 5px;
    text-align: center;
}

.popup .wpcf7-spinner{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}


.show {
    visibility: visible;
    overflow: auto;
    opacity: 1;
}

.popup__body{
    display: flex;
    min-height: 100%;
    align-items:center;
    justify-content: center;
    transition: 0.3s;
}

.popup__content{
    position: relative;
 
}

.popup__close{
    z-index: 1202;
    color:  #000000;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
}

.popup__form {
    position: relative;
    background: #fff;
    padding: 50px 50px;
    border-radius: 8px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    background-image: url(../images/popup-bg.jpg);
    background-repeat: no-repeat;
    background-size:cover;
}

.popup__form-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.popup__input{
 border: 1px solid #919191;
 max-width: 400px;
 margin: 10px 0;
 border-radius: 10px;
 padding: 10px 40px 10px 20px;
 outline: none;
}

.popup__input::placeholder{
    color: #919191;
    opacity: 0.5;
}

.popup__input:focus{
    outline-color:#00B052;
    border: 1px solid #00B052;
}


.popup__button{
    background: #00B052;
    border: 2px solid #00B052;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
}

.popup__button:hover{
    background: white;
    color: #00B052;
}

.popup__title{
    max-width: 400px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
}

.popup__text{
    max-width: 400px;
    text-align: center;
    color: #919191;
    margin-bottom: 10px;
}

.general-btn{
    cursor: pointer;
}

.popup .form-out:hover{
        transform: scale(1.00);
}

.wpcf7-not-valid{
    border: 2px solid red;
}

.wpcf7-response-output{
    display: none;
}

@media screen and (min-width: 980px) {
    .header-top-contact__number:hover,
    .menu-desctop__item:hover,
    .made-with__link:hover{
        transition: 0.1s;
        color: #222;
        opacity: 0.6;
    }
    .general-button:hover,
    .header-top-contact__img:hover,
    .footer__bottom-up:hover{
        transition: 0.2s;
        transform: scale(1.1);
    }

    .faq__question:hover {
        background: rgba(225, 198, 80, 0.12);
        color: #000;
    }
   
    .general-button,
    .header-top-contact__img,
    .footer__bottom-up{
        transition: 0.2s;
    }
}

.general-button,
.form-out__input{
    z-index: 10;
}

.thanks{
    justify-content: space-between;
}

.thanks .footer{
    padding-top: 20px;
    margin-top: 0px;
}

.thanks-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    text-align: center;
    height: 61vh;
}

.thanks-block-title{
font-size: 36px;
font-weight: 600;
line-height: 125%;
color: #78d078;
}

.thanks-block-text{
padding-top: 20px;
}

.button-instagram{
display: flex;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 410px){
    .thanks-block-title{
        font-size: 30px;
    }
}


.video{
    padding-top: 75px;
    padding-bottom: 30px;
}

.video__wrapper {
    margin: 0 auto;
    padding-top: 40px;
}

.video__link {
    display: block;
    position: relative;
}

.video__preview {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.video__preview img {
    width: 100%;
    height: auto;
    display: block;
}
.video__play-button-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    transition: all 0.3s ease;
}

.video__play-button-shape {
    fill: #ff0000;
}

.video__play-button-icon {
    fill: #ffffff;
}


@media screen and (max-width: 800px){
    .video__link:hover .video__play-button {
        transform: translate(-50%, -50%) scale(1.1);
    }
}


@media screen and (max-width: 620px){
    #loadMore{
        display: none;
    }
}



.video__wrapper{
    display: none;
}

/* FAQ — Питання та відповіді */
.faq {
    padding-top: 80px;
}

.faq p{
    padding-top: 10px;
}
.faq__list {
    max-width: 900px;
    margin: 60px auto 0;
}

.faq__item {
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    overflow: hidden;
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px;
    text-align: left;
    font-family: "Syne", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.faq__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    transition: transform 0.3s ease;
}

.faq__icon::before,
.faq__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #E1C650;
    transform: translate(-50%, -50%);
}

.faq__icon::after {
    width: 2px;
    height: 14px;
    transition: transform 0.3s ease;
}

.faq__item.is-open .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__answer-inner {
    min-height: 0;
    overflow: hidden;
}

.faq__answer p {
    margin: 0;
    padding: 10px 28px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    opacity: 0.9;
}

.faq__item.is-open .faq__answer {
    grid-template-rows: 1fr;
}

@media screen and (max-width: 620px) {
    .faq {
        padding-top: 50px;
    }

    .faq__list {
        margin-top: 30px;
    }

    .faq__question {
        padding: 18px 20px;
        font-size: 16px;
    }

    .faq__answer p {
        padding: 0 20px 18px;
        font-size: 15px;
    }
}