body {
    margin: 0;
    padding: 0;
    font-family: "Onest", sans-serif;
    overflow-x: hidden;
    color: #fff;
    font-weight: 400;
}
#popup-callback{
    display: none;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
img{
      display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 150%;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

html {
    scroll-behavior: smooth;
}

.page-header,
.sidebar .widget,
.site-main>* {
    margin-bottom: 0px;
}

h2 {
    font-size: 54px;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -4%;
}
.header-icons-email{
	display:none;
}
.inside-header {
    align-items: flex-end;
}

.grid-container {
    padding: 0 15px;
    margin: 0 auto;
}

.separate-containers .site-main {
    margin: 0px !important;
}

.site-content {
    display: block !important;
}

.main-navigation a {
    font-size: 16px !important;
    line-height: 130% !important;
}

.main-navigation .main-nav>ul {
    flex-wrap: nowrap;
}

.btn_popup-mobile {
    display: none;
}

.header-icons_inner {
    display: flex;
    gap: 9px;
}


.inside-header {
    justify-content: flex-start;
    padding: 15px 15px 27px 15px;
}

.site-description {
    font-size: 13px;
    font-weight: 300;
    line-height: 120%;
}

.main-navigation .inside-navigation {
    flex-wrap: nowrap;
    padding: 0;

}

.site-branding-container {
    align-items: end;
    flex-shrink: 1;
    width: 27%;
}

.site-branding-container .site-logo {
    margin-right: 11px;
    flex-shrink: 0;
}

.header-callback-btn {
    background: none;
    color: #fff;
    border: none;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 0;
    font-size: 13px;
    line-height: 130%;
}

.header-callback-btn:hover {
    background: none;
}

.header-callback-btn:focus {
    background: none;
}

.header-contacts a {
    font-size: 22px !important;
    line-height: 130% !important;
    font-weight: 500 !important;
    text-align: right;
}

.header-contacts-wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-left: 89px;
    flex-shrink: 0;
    order: 2;
}

/*.main-navigation .main-nav ul li:first-child a {
    padding-left: 0 !important;
}*/


.main-navigation .main-nav ul li:last-child a {
    padding-right: 0 !important;
}

.header-contacts {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.banner {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 120px 0 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner__title {
    font-size: 64px;
    line-height: 102%;
    letter-spacing: -2%;
    font-weight: 500;
    width: 70%;
}

.banner__text {
    font-size: 20px;
    line-height: 160%;
    padding: 30px 0 103px 0;
    width: 46%;
}

.banner__form {
    background-color: #0C0C0C;
    border-radius: 12px;
    padding: 30px;
    width: 56%;
}

.form__banner-toptext {
    line-height: 160%;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-input-banner {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.form-input-banner .input-name,
.form-input-banner .input-tel {
    max-width: 210px;
    border-radius: 8px;
    height: 60px;
    padding-left: 22px;

}

.form-input-banner .input-name::placeholder,
.form-input-banner .input-tel::placeholder {
    color: #A6A6A6;
    font-weight: 500;
    font-size: 16px;
}

.form-input-banner p {
    gap: 10px;
    display: flex;

}

.btn_form p {
    display: block;
}

.btn_form .submit-form {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(180deg, #CEA75B 0%, #A26307 100%);
    border: none;
}

.wpcf7-spinner {
    display: none;
}

.btn_form {
    width: 100%;
}

.wpcf7-list-item {
    margin: 0 0 0 0em;
}

.reklama-link .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.reklama-link .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #ffffff !important;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 11px;
    opacity: 0.7;
}

.reklama-link .wpcf7-list-item-label {
    flex: 1;
}

.reklama-link .wpcf7-list-item-label {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 130%;
    font-weight: 300;
    opacity: 0.7;
}

.reklama-link .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
    content: "";
    height: 12px;
    width: 12px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2026/07/chek.svg);
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sec{
    margin: 100px 0;
}
.desc{
    line-height: 150%;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 50px 0;
}
.uslugi__description{
    width: 58%;
}
.uslugi__grid{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.uslugi__card{
    background-color: #F9F9F9;
    border: 1px solid #DADADA;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.uslugi__card-image img{
  border-radius: 10px;
      width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;

}
.uslugi__card-image{
  border-radius: 10px;
  overflow: hidden;
}
.uslugi__card-title{
    margin: 30px 0 15px;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -2%;
    color: #171717;
    font-weight: 500;
}
.uslugi__card-text{
    color: #454545;
    font-weight: 300;
    line-height: 150%;
}
.uslugi__card-btn{
    margin-top: auto;
}
.uslugi__card-inner-text{
    margin-bottom: 30px;
}
.btn{
    line-height: 120%;
    border-radius: 8px;
    background: linear-gradient(180deg, #CEA75B 0%, #A26307 100%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    font-weight: 500;
       transition: all 0.3s ease;
           border: none;
}

.btn:hover {
    animation: pulse 1.5s ease-in-out infinite;
    color:#fff;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(206, 167, 91, 0.7);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 0 20px 10px rgba(206, 167, 91, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(206, 167, 91, 0);
    }
}
.sec_bg{
    background-color: #171717;
    padding: 100px 0;
      margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.safety__title{
    width: 80%;
}
.safety__columns{
    display: flex;
    gap: 40px;
}
.safety__image{
    border-radius: 12px;
    overflow: hidden;
    height: 444px;
    width: 444px;
}
.safety__image img{
      width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.safety__image-title{
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -4%;
    font-weight: 500;
    margin: 20px 0;
}
.safety__image-description{
    color: #F9F9F9;
    font-weight: 300;
    line-height: 150%;
    font-size: 18px;
    width: 93%;
}
.safety__right{
    display: flex;
    flex-direction: column;
}
.safety__cards{
    margin-top: auto;
    display: flex;
    gap: 10px;
}
.safety__card{
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 12px;
    flex: 1;
}
.safety__card-title{
    color: #171717;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -3%;
}
.safety__card-description{
    color: #454545;
    font-weight: 300;
    line-height: 140%;
    margin-top: 5px;
    font-size: 14px;
}

.slick-slider {
    margin: 0 -10px;
}



.video__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
}


.video__name {
    padding: 20px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
}


.slick-arrow {
    position: absolute;
    top: -24%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: 1px solid #454545;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #00000000;
        background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
.slick-arrow:hover{
    background-color: #00000000;
   transform: scale(1.1); 
    transition: all 0.3s ease;
    top: -32%;
}
.slick-arrow:active{
    background-color: #00000000;
}
.slick-arrow:focus{
    background-color: #00000000;
}
.slick-prev {
    right: 10px;
}
.slick-prev{
    background-image: url(/wp-content/uploads/2026/07/vector23.svg);

}
.slick-next{
     background-image: url(/wp-content/uploads/2026/07/vector-1.svg);
}
.slick-next {
    right: 70px;
}
.video__play-btn {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(206 167 91 / 0%);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video__slide{
    margin: 0 10px;
}
.video__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgb(206 167 91 / 0%);
}
.video__play-btn:focus {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgb(206 167 91 / 0%);
}
.video__play-btn:active{
    transform: translate(-50%, -50%) scale(1.1);
    background: rgb(206 167 91 / 0%);
}
.video__play-btn svg {
    width: 60px;
    height: 60px;
}

.video__wrapper:hover .video__play-btn {
    opacity: 1;
}


.video__player.playing ~ .video__play-btn {
    display: none;
}
.choose__slide{
height: 124px !important;
margin: 0 10px;
}
.choose__image{
   border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
 .choose__slider .slick-arrow {
   top: -61%;
}
 .choose__slider .slick-arrow:hover{
     top: -82%;
}
.choose__bottom-description{
    margin-top: 49px;
    width: 75%;
}
.otziv__slide{
    margin: 0 10px;
    border-radius: 4px;
    height: 362px !important;
}
.otziv{
    padding-top: 0;
}
.otziv__image{
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.otziv__slider .slick-arrow {
    top: -21%;
}
.otziv__slider .slick-arrow:hover {
top: -28%;
}
/* Слайдер - одинаковые карточки */
.article-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.article-slider .slick-slide {
    display: flex !important;
    height: auto !important;
}

.article-slider .slick-slide > div {
    display: flex !important;
    height: 100% !important;
    width: 100%;
}


.article-card {
    background-color: #F9F9F9;
    border: 1px solid #DADADA;
    border-radius: 12px;
    padding: 20px;
    margin: 0 10px;
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
        height: 477px !important;
}




.article-card__image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0; 
}

.article-card img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 200px;
}


.article-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; 
    
}


.article-card__title {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -1%;
    color: #171717;
    flex-shrink: 0;
 
}


.article-card__annotation {
    margin-bottom: 30px;
    color: #454545;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    flex: 1 1 auto; 
   
}


.article-card__button {
    margin-top: auto; 
    flex-shrink: 0; 
    align-self: flex-start;
    font-size: 14px;
        width: 172px;
        padding:16px 0;
   
}
.articles__container-slid .slick-arrow {
    top: -16%;
}
.articles__container-slid .slick-arrow:hover {
    top: -21% !important;
}


.faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.faq__item {
    background: #171717;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #282828;
    color: #fff;
}

.faq__question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}
.faq__item.active .faq__question{
    padding: 20px 20px 0 20px;
}
/* Текст вопроса */
.faq__question-text {
    font-size: 20px;
    font-weight: 500;
    color: #F9F9F9;
    line-height: 120%;
    letter-spacing: -3%;
    flex: 1;
}

.faq__icon {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}


.faq__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #454545;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}


.faq__icon::after {
    content: '+';
    position: relative;
    z-index: 1;
   font-size: 40px;
    font-weight: 200;
    color: #ffffff;
    line-height: 1;
    transition: transform 0.3s ease;
    padding-right: 1px;
    padding-top: 2px;
    padding-left: 1px;
}
.faq__item.active .faq__icon {
    transform: rotate(45deg);
    color: #ffffff;
    padding-right: 1px;
    padding-top: 1px;
    padding-left: 1px;
}


.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__item.active .faq__answer {
    max-height: 500px;
}
.faq__item.active .faq__question {
    align-items: flex-start;
}

.faq__answer-content {
    padding: 0px 20px 21px;
    color: #6C6C6C;
    font-size: 14px;
    line-height: 120%;
    margin-top: 0px;
}

.faq__answer-content p {
    margin-bottom: 15px;
}

.faq__answer-content p:last-child {
    margin-bottom: 0;
}
.faq__description{
    color: #6C6C6C;
}

.fom_bottom-inner {
    display: flex;
    justify-content: space-between;
    gap: 186px;
}

.fom_bottom-right {
    background-color: #0C0C0C;
    border-radius: 12px;
    padding: 40px;
    width: 95%;
}
.form-input-calci .wpcf7-form-control {
    width: 100%;
    border-radius: 8px;
    height: 56px;
}
.contact-tabs__btn {
    position: relative;
}
.contact-tabs__btn {
    background: none;
    padding: 6px 9px 6px 30px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 150%;
}
.contact-tabs__btn::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 10px;
    top: 9px;
}
.contact-tabs__btn:hover,
.contact-tabs__btn:focus {
    background-color: #FAFAFA;
    border-radius: 4px;
    color: #171717;
}

 .contact-tabs__btn.active{
    background-color: #FAFAFA;
    border-radius: 4px;
    color: #171717;
}

.form-input-calci p {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-tabs__nav p {
    gap: 5px;
    flex-direction: row;
    margin: 10px 0;
}
.form-input-calci .wpcf7-form-control {
    width: 100%;
    border-radius: 8px;
    height: 56px;
}
.fom_bottom-title{
    line-height: 105%;
}
.fom_bottom-list ul li::before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/07/circle_check.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    top: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
.fom_bottom-list ul li {
    position: relative;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 300;
}
.fom_bottom-list ul {
    list-style: none;
    margin: 0;
    padding-left: 30px;
}
.fom_bottom-list p {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 14px;
    letter-spacing: -4%;
}
.fom_bottom-text{
        margin: 20px 0 35px 0;
}
.reklama-link {
    margin: 18px 0;
}
.fom_bottom-inner .btn_form .submit-form{
   letter-spacing: -2%;
   font-size: 16px;
}
.fom_bottom-list ul li:last-child {
    margin-bottom: 0px;

}
.tel::before {
    background-image: url(/wp-content/uploads/2026/07/tel.svg);
}
.Max::before {
    background-image: url(/wp-content/uploads/2026/07/max23.svg);
}
.telegram::before {
    background-image: url(/wp-content/uploads/2026/07/telega-1.svg);
}
.whatsapp::before {
    background-image: url(/wp-content/uploads/2026/07/wats.svg);
}
.footer-widget-2 .sub-menu{
    display: none;
}

.footer-text{
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    color: #6C6C6C;
}
.footer-text-inner{
    margin-bottom: 20px;
    width: 80%;
}
.footer-widgets .widget {
    margin-bottom: 13px;
}
#footer-widgets {
    padding: 70px 0 47px 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}
.inside-footer-widgets {
    display: flex;
}
.inside-footer-widgets>div {
    flex: inherit;
}
.footer-widget-1 {
    width: 25.3%;
}
.footer-widget-2 {
    width: 17%;
}
.footer-widget-3 {
    width: 34%;
}
.footer-widget-4 {
    width: 22%;
}
.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0px;
}
.site-footer .menu {
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    letter-spacing: -1%;
}
.site-footer .menu li {
    margin-bottom: 14px;
}

.footer-icon{
    padding-left: 30px;
     background-size: inherit;
    background-repeat: no-repeat;
      line-height: 130%;
}

.footer-phone{
    font-size: 22px;
    font-weight: 500;
   background-image: url(/wp-content/uploads/2026/07/phone.svg); 
}
.footer-mail{
    font-size: 16px;
    font-weight: 400;
   background-image: url(/wp-content/uploads/2026/07/mail.svg); 
   background-position: left;
}
.footer-adres{
    font-size: 16px;
    font-weight: 400;
   background-image: url(/wp-content/uploads/2026/07/map_pin.svg); 
}
.footer-contact-inner{
        display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-title{
line-height: 130%;
letter-spacing: -1%;
font-weight: 300;
}

.footer-callback-btn{
    border: none;
    max-width: 232px;
    font-size: 14px;
    letter-spacing: -2%;
    padding: 15px;
}
.site-footer .menu li a {
    display: inline-block; 
    position: relative;
}

.site-footer .menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #CEA75B, #A26307);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-footer .menu li a:hover::after {
    width: 100%;
}

 .menu li a:hover {
    color: #CEA75B;
}
.footer-icon:hover{
    color: #fff;
}
.copyright-bar-inner{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    color: #6C6C6C;
        align-items: center;
        padding: 28px 0;
    border-top: 1px solid #6c6c6c7d;
}
.inside-site-info{
    display: block;
}
.umk{
    margin-right: 166px;
}

.copyright-bar-text{
   text-align: left;
       font-size: 14px;
}
.fom_bottom-text{
   color:#6C6C6C;
}
.fom_bottom-list ul li {
     color:#6C6C6C;
}

.wat__icon{
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
.wat__grid{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wat__item{
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}
.wat__item-title{
color: #171717;
font-weight: 500;
font-size: 30px;
line-height: 110%;
letter-spacing: -2%;
margin: 30px 0 15px 0;
}
.wat__item-text{
 color: #454545;
 font-weight: 300;

}
.application__grid{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.application__item{
   border-radius: 12px;
   background-color: #fff;
   padding: 40px; 
}
.application__image-wrapper{
    max-width: 364px;
    height: 246px;
    border-radius: 12px;
    overflow: hidden;
}
.application__image{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}
.application__item-title{
    color: #171717;
    font-size: 30px;
    font-weight: 500;
    line-height: 110%;
    margin: 30px 0 15px 0;
}
.application__item-text{
    color: #454545;
    font-weight: 300;
    line-height: 150%;
}

.numbers__grid {
    list-style: none;
    counter-reset: my-counter;
    display: flex;
    gap:20px;
    margin: 0;
}
.numbers__item {
    counter-increment: my-counter;
    border: 1px solid #282828;
    padding: 20px 20px 40px 20px;
    position: relative;
    border-radius: 12px;
    transition: all .5s;
    flex:1;
    background-color: #282828;
}
.numbers__item::before {
    content: '0' counter(my-counter);
    position: absolute;
    left: 20px;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #CEA75B 0%, #A26307 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all .5s;
    letter-spacing: -2%;
}
.numbers__number-title{
    padding: 70px 0 15px;
    font-size: 27px;
    line-height: 110%;
    font-weight: 500;
    letter-spacing: -2%;
}
.numbers__text{
    color: #6C6C6C;
    line-height: 150%;
    font-weight: 300;
}
.application__price{
    color: #171717;
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    margin: 30px 0;
    letter-spacing: -2%;
}
.application__price span{
   color: #171717;
    font-size: 20px;
    line-height: 110%;
    font-weight: 400;
    margin: 20px 0;
    letter-spacing: -2%;
    padding-right: 10px;
}
.main-navigation ul ul {
    width: 325px;
}
.application__item-text ul{

margin-left: 25px;
}

.repair__grid{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.repair__item{
    border-radius: 12px;
    background-color: #F9F9F9;
    border: 1px solid #DADADA;
    padding: 40px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}
.repair__item p{
    color: #454545;
    margin-bottom: 15px;
    font-weight: 300;
}
.repair__content ul li{
    color: #454545;
    font-weight: 300;
    margin-left: 25px;
}
.repair__content ul {
    margin-left: 25px;
}
.repair__item p:last-child{
    margin-bottom: 0px;
}
.repair__image-wrapper{
    max-width: 520px;
    border-radius: 12px;
    overflow: hidden;
}
.repair__image{
        height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.flex-price{
    display: flex;
    gap: 10px;
    align-items: end;
}
.flex-price p{
    margin-bottom: 0;
}
.repair__content .application__price{
margin: 0;
    font-weight: 500;
}
.flex-price .application__price{
margin: 0;
font-size: 24px;
}
.repair__content .btn{
    margin-top: 30px;
    max-width: 260px;
}
.repair__content{
    width: 100%;
}
.repair__content .application__item-title {
 
    margin: 0px 0 15px 0;
}
.repair__content p span{
    font-weight: 600;
}


/* Адаптивность */
@media (max-width: 768px) {
    .faq {
        padding: 50px 15px;
    }
    
    .faq__title {
        font-size: 32px;
    }
    
    .faq__description {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .faq__question {
        padding: 16px 18px;
        gap: 12px;
    }
    
    .faq__question-text {
        font-size: 16px;
    }
    
    .faq__question-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .faq__answer-content {
        padding: 0 18px 18px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .faq {
        padding: 40px 10px;
    }
    
    .faq__title {
        font-size: 26px;
    }
    
    .faq__question {
        padding: 14px 15px;
        gap: 10px;
    }
    
    .faq__question-text {
        font-size: 15px;
    }
    
    .faq__question-number {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
    
    .faq__answer-content {
        padding: 0 15px 15px;
        font-size: 14px;
    }
}













/* Адаптивность высоты изображения */
@media (max-width: 768px) {
    .article-card__image-wrapper {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .article-card__image-wrapper {
        height: 200px;
    }
    
    .article-card {
        padding: 15px;
    }
    
    .article-card__title {
        font-size: 17px;
        min-height: 38px;
    }
    
    .article-card__annotation {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
}