/*
* {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}
*/

html, body {
    background-color: #0D0D0D;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
body.no-scroll {
    overflow: hidden;
    /* или overflow-y: hidden; для блокировки только вертикальной прокрутки */
}
.container {
    margin: 0 auto;
}
@media (max-width: 2200px) {
    .container {
        max-width: 1810px;
    }
}
@media (max-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
.nav a {
    font-size: 22px;
    font-family: "MontserratMedium", sans-serif;
    transition: color 0.5s ease-in-out;
}
.nav a:hover {
    color: #FF0004;
}
.mobile-nav-items li {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "MontserratMedium", sans-serif;
}

button.btn, a.btn, input.btn {
    font-size: 22px;
    padding: 16px 26px;
    font-family: "MontserratSemiBold", sans-serif;
    background-image: linear-gradient(180deg, #E3151C, #630202);
    border-radius: 20px;
    display: block;
}
button.btn:hover, a.btn:hover, input.btn:hover {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
    background-image: linear-gradient(180deg, #a10006, #550000);
}


.social-item {
    width: 36px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.social-item.whatsapp {
    background-image: url('/layout/assets/images/whatsapp.svg');
}
.social-item.telegram {
    background-image: url('/layout/assets/images/telegram.svg');
}
.social-item.vk {
    background-image: url('/layout/assets/images/vk.svg');
}
.social-item.youtube {
    background-image: url('/layout/assets/images/youtube.svg');
}
.social-item.max {
    background-image: url('/layout/assets/images/max.png');
}
.section-header {
    font-family: "MontserratBold", sans-serif;
    font-size: 70px;
}
@media (max-width: 1490px) {
    .section-header {
        font-size: 58px;
    }
}
@media (max-width: 1200px) {
    .social-item {
        width: 30px;
        height: 30px;
    }
}
.gradient-silver {
    background-image: linear-gradient(90deg, #7A96AC, #EAEFF3, #C2D4E1, #FFFFFF, #D4DEE5, #ABBDC8, #BCCAD7);
    background-clip: text;
    -webkit-background-clip: text; /* Vendor prefix for compatibility */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; /* Vendor prefix for compatibility */
}
.gradient-red {
    background-image: linear-gradient(180deg, #E3151C, #8A0000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text; /* Vendor prefix for compatibility */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; /* Vendor prefix for compatibility */
}
.line-color {
    border-color: rgba(255, 255, 255, .25);
}
.main-intro h1 {
    font-family: "UnboundedExtraBold", sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Свечение авто */
.swiper-slide .slider-glow {
    z-index: -1;
    position: absolute;
    border-radius: 100px;
}
.swiper-slide .slider-shadow-corolla-front {
    top: 272px;
    left: 17%;
    width: 30%;
    height: 81px;
    transform: rotate(8deg);
    box-shadow: 0 43px 28px rgba(0, 0, 0, 0.8), 0 0 130px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.swiper-slide .slider-shadow-corolla {
    top: 241px;
    left: 40%;
    width: 48%;
    height: 81px;
    transform: rotate(-15deg);
    box-shadow: 0 53px 28px rgba(0, 0, 0, 0.8), 0 0 51px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.swiper-slide .slider-glow-corolla {
    top: 39%;
    left:18%;
    width: 69%;
    height: 81px;
    transform: rotate(-10deg);
    box-shadow:
            0 0 230px rgba(165, 5, 7, 0.8), /* Ядро */
            0 0 260px rgba(165, 5, 7, 0.5), /* Среднее */
            0 0 60px rgba(165, 5, 7, 0.3); /* Дальнее */
}

.swiper-slide .slider-shadow-elantra-front {
    top: 46%;
    left: 18%;
    width: 30%;
    height: 81px;
    transform: rotate(8deg);
    box-shadow: 0 43px 28px rgba(0, 0, 0, 0.8), 0 0 130px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.swiper-slide .slider-shadow-elantra {
    top: 187px;
    left: 40%;
    width: 42%;
    height: 81px;
    transform: rotate(-15deg);
    box-shadow: 0 53px 28px rgba(0, 0, 0, 0.8), 0 0 51px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.swiper-slide .slider-glow-elantra {
    top: 35%;
    left:18%;
    width: 63%;
    height: 81px;
    transform: rotate(-10deg);
    box-shadow: 0 0 123px rgba(165, 5, 7, 0.8), /* Ядро */
    0 0 183px rgba(165, 5, 7, 0.5), /* Среднее */
    0 0 56px rgba(165, 5, 7, 0.3);
}

.swiper-slide .slider-shadow-coolray-front {
    top: 45%;
    left: 24%;
    width: 38%;
    height: 81px;
    transform: rotate(5deg);
    box-shadow: 0 43px 28px rgba(0, 0, 0, 0.8), 0 0 130px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}

.swiper-slide .slider-shadow-coolray {
    top: 187px;
    left: 40%;
    width: 39%;
    height: 81px;
    transform: rotate(-15deg);
    box-shadow: 0 53px 28px rgba(0, 0, 0, 0.8), 0 0 51px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.swiper-slide .slider-glow-coolray {
    top: 33%;
    left: 22%;
    width: 56%;
    height: 85px;
    transform: rotate(-10deg);
    box-shadow: 0 0 195px rgba(165, 5, 7, 0.8), /* Ядро */
    0 0 212px rgba(165, 5, 7, 0.5), /* Среднее */
    0 0 129px rgba(165, 5, 7, 0.3);
}
/* /Свечение авто */


.advantages-intro .advantages-intro__item {
    font-size: 28px;
    font-family: "MontserratMedium", sans-serif;
    margin-bottom: 54px;
}

.advantages-intro .advantages-intro__value {
    background-image:
            url(/layout/assets/images/bracketLeft.png),
            url(/layout/assets/images/bracketRight.png);
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    line-height: 1;
    padding: 10px 20px;
    min-height: 59px;
}
.advantages-intro__value .red {
    color:  rgba(241, 0, 0, .85);
    border-bottom: 1px solid rgba(241, 0, 0, .85);
}

.advantages-intro .advantages-intro__item .line {
    border-bottom: 3px solid rgba(196, 0, 0, 1);
    margin-left: 20px;
}
.advantages-intro .advantages-intro__item .line-first {
    width: 206px;
}

.advantages-intro .advantages-intro__item .line-second {
    width: 106px;
}
.advantages-intro .advantages-intro__item .line-third {
    width: 164px;
}

.report-container {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 26px;
}
.report-container a {
    position: absolute;
    right: 0;
    width: 430px;
    padding: 16px 42px;
    border-top: 2px solid rgba(255,255,255, .5);
    border-bottom: 2px solid rgba(255,255,255, .5);
    border-left: 2px solid rgba(255,255,255, .5);
    display: block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(25px);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
    border-radius: 20px 0 0 20px;
}
.report-container a:hover {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.2);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.main-nav {
    cursor: pointer;
    z-index: 1;
    top: 40%;
    position: absolute;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/layout/assets/images/sliderArrowLeft.png);
    outline: none;
    border: none;
}

.main-button-prev {
    left: 0;
}
.main-button-next {
    right: 0;
    background-image: url(/layout/assets/images/sliderArrowRight.png);
}

.slide-title .mark {
    font-family: "MontserratExtraBold", sans-serif;
    font-size: 38px;
}
.slide-title .price {
    font-family: "MontserratBold", sans-serif;
    font-size: 30px;
}

.expert .image {
    margin-left: 1px;
    width: 200px;
    height: 200px;
    background: url("/wp-content/themes/dobro/assets/images/expert.png") no-repeat;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
}

.red-line {
    border-top: 1px solid #E3151C;
}
.mobile-expert {

}
.mobile-expert .image {
    width: 100px;
    height: 100px;
    background-size: contain;
}
.expert .info .info-name {
    font-family: "MontserratBold", sans-serif;
    font-size: 30px;
}

.mobile-expert .info .info-name {
    font-size: 20px;
}
.expert .info .info-prof {
    color:  rgba(255,255,255, .5);
    font-family: "MontserratMedium", sans-serif;
    font-size: 24px;
}
.expert.mobile-expert .info-prof {
    font-size: 20px;
}

.info-social .info-social__item {
    width: 47px;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.mobile-expert .info-social .info-social__item {
    width: 25px;
    height: 25px;
    background-size: contain;
    border-radius: 0;

}
.info-social .info-social__item:hover {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.social-label {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 24px;
    color:  rgba(255,255,255, .9);
}
.mobile-expert .social-label {
    font-size: 20px;
}
.info-social .info-social__item.social-whatsapp {
    background-image: url("/layout/assets/images/iconWhatsapp.png");
}
.info-social .info-social__item.social-whatsapp:hover {
    box-shadow: 0 0 10px 2px rgba(40,167,27, 1);
}
.info-social .info-social__item.social-vk {
    background-image: url("/layout/assets/images/iconVK.png");
}
.info-social .info-social__item.social-vk:hover {
    box-shadow: 0 0 10px 2px rgba(65,105,226, 1);
}

.info-social .info-social__item.social-telegram {
    background-image: url("/layout/assets/images/iconTelegram.png");
}
.info-social .info-social__item.social-telegram:hover {
    box-shadow: 0 0 10px 2px rgba(28,138,219, 1);
}
.info-social .info-social__item.social-max {
    background-image: url("/layout/assets/images/iconMax.png");
}
.info-social .info-social__item.social-max:hover {
    box-shadow: 0 0 10px 2px rgba(152,88,221, 1);
}

/* Почему у нас выгоднее чем в салоне */
.benefit-container {

}
.profit {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}
.benefit-wrap {
    margin-bottom: 100px;
}
.profit-label {
    font-family: "MontserratMedium", sans-serif;
    font-size: 22px;
    color:  rgba(255, 255, 255, .85);
}
.profit-value {
    font-family: "MontserratBold", sans-serif;
    font-size: 28px;
}
.benefit-item {
    border-radius: 55px;
    border: 1px solid #fff;
    padding-bottom: 10px;
}
.benefit-item:hover {
    /* New shadow on hover (e.g., larger and slightly darker) */
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.5);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.benefit-container .header {
    font-family: "MontserratExtraBold", sans-serif;
    font-size: 68px;
    line-height: 0.9;
}
.benefit-photo {
    position: relative;
}
.benefit-photo-cover {
    display: block;
    width: 332px;
    height: 177px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.benefit-shadow-glow {
    z-index: 0;
    position: absolute;
    border-radius: 100px;
}
.benefit-photo .benefit-shadow {
    top: 17%;
    left: 9%;
    width: 92%;
    height: 81px;
    transform: rotate(-5deg);
    box-shadow: 0 53px 28px rgba(0, 0, 0, 0.8), 0 0 51px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.benefit-photo .benefit-glow.tharu {
    /*top: 56px;
    transform: rotate(-19deg);*/
}
.benefit-photo .benefit-shadow.tharu {

}
.benefit-photo .benefit-shadow.jolion {

}
.benefit-photo .benefit-glow.jolion {

}
.benefit-photo .benefit-glow.cx5 {
    left: 13%
}
.benefit-photo .benefit-shadow.cx5 {
    top: 22%;
}
.benefit-photo .benefit-glow {
    top: 24%;
    left: 20%;
    width: 80px;
    height: 81px;
    transform: rotate(-5deg);
    box-shadow: 0 0 230px 72px rgba(165, 5, 7, 0.8), /* Ядро */
    0 0 33px rgba(165, 5, 7, 0.5), /* Среднее */
    0 0 60px rgba(165, 5, 7, 0.3);
}
.benefit-title span {
    display: block;
}
.benefit-title-brand {
    font-family: "MontserratBold", sans-serif;
    font-size: 36px;
    line-height: 1;
}

.benefit-title-year {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 22px;
}
.price-item-icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.price-item-caption {
    color:  rgba(255, 255, 255, .85);
    font-family: "MontserratMedium", sans-serif;
    font-size: 16px;
}
.price-item-value {
    font-family: "MontserratBold", sans-serif;
    font-size: 28px;
}


.action-button .action-button-link {
    background-image: linear-gradient(180deg, #E3151C, #630202);
    display: inline-block;
    padding: 14px 27px;
    font-family: "MontserratBold", sans-serif;
    font-size: 20px;
    border-radius: 20px;
    border: 1px rgba(255, 255, 255, .75) solid;
    transition: background 0.3s;
}
.action-button .action-button-link:hover {
    background-image: linear-gradient(180deg, #a10006, #550000);
}

.benefits-wrap {
}

.benefit-col {
    background: url(/layout/assets/images/benefitBackground.png) 0 17%  no-repeat;
}
.benefit-list {

}
.benefit-elem {

    background: url(/layout/assets/images/benefitImage1.png) 0 0  no-repeat;
}
.benefit-elem-2 {
    background-image: url("/layout/assets/images/benefitImage2.png");
}
.benefit-elem-3 {
    background-image: url("/layout/assets/images/benefitImage3.png");
}

.benefit-name {
    font-family: "MontserratExtraBold", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

.benefit-description {
    font-family: "MontserratMedium", sans-serif;
    font-size: 20px;
    line-height: 1.3;
}

.container-clients h3 {
    font-family: "MontserratExtraBold", sans-serif;
    font-size: 70px;
}
.card-height-min .client-card {
    min-height: 318px;
}
.client-card {
    text-align: center;
    min-height: 419px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.client-card-title {
    font-family: "MontserratBold", sans-serif;
    font-size: 24px;
    text-align: center;
}
.client-card-big .client-card-title {
    font-size: 30px;
}
.clients-video img {
    width: 396px;
}
.clients-video-container {
    width: 396px;
    height: 835px;
    background: url("/wp-content/themes/dobro/assets/images/clients-phone.png") no-repeat;
    background-size: cover;
}
.clients-video-container video {
    border-radius: 50px;
}
.container-live-cars {
    background: url("/layout/assets/images/smoke2.png") no-repeat;
    background-size: cover;
}
.container-live-cars .header {
    font-family: "MontserratExtraBold", sans-serif;
    font-size: 70px;
    line-height: 74px;
}

.live-cars-monitor {
    border-radius: 66px;
    box-shadow: 0 0 158px rgba(255, 0, 0, 0.1);
}

.container-live-cars .advantages-intro .advantages-intro__item {
    margin-bottom: 10px;
}
.container-live-cars .advantages-intro__value {
    padding: 18px 18px;
    min-height: initial;
}
.container-live-cars .crossing-out {
    bottom: 27px;
    width: 62%;
    height: 6px;
    position: absolute;

    background-image: linear-gradient(180deg, #E3151C, #630202);
}

.stages-wrapper-border {
    border-top: 4px rgba(255, 255, 255, .25) solid;
}
.stage-item {

}
.stage-item:hover .stage-number {
    background-image: linear-gradient(90deg, #831919, #000000);
    background-clip: text;
    -webkit-background-clip: text; /* Vendor prefix for compatibility */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; /* Vendor prefix for compatibility */
}
.stage-item .stage-number {
    font-family: "UnboundedMedium", sans-serif;
    font-size: 210px;
    color: #FF0004;
    background-image: linear-gradient(90deg, #FF0004, #000000);
    background-clip: text;
    -webkit-background-clip: text; /* Vendor prefix for compatibility */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; /* Vendor prefix for compatibility */
}
.modal-content .stage-item .stage-number {
    font-size: 128px;
}
.stage-item .stage-header {
    font-family: "MontserratBold", sans-serif;
    font-size: 34px;
    line-height: .9;
}
.stage-description {
    font-family: "UnboundedMedium", sans-serif;
    font-size: 16px;
    color: #E4E4E4
}
.stage-vert-line {
    display: block;
    height: 12px;
    width: 2px;
    border-left: 2px solid rgb(255 255 255 / .65);

}



@media (max-width: 1490px) {
    .stage-item .stage-number {
        font-size: 160px;
    }
    .modal-content .stage-item .stage-number {
        font-size: 128px;
    }
    .stage-item .stage-header {
        font-size: 28px;
    }
    .stage-description {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.questions-wrap {

}
.questions-header {
    font-family: "UnboundedSemiBold", sans-serif;
    font-size: 68px;
    line-height: 1.1;
    color: #E3151C;
    background: linear-gradient(180deg, #E3151C 28.75%, #0D0D0D 197.5%);
    background-clip: text;
    -webkit-background-clip: text; /* Vendor prefix for compatibility */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; /* Vendor prefix for compatibility */
}

.form-intro {

}
.questions-background {
    background-image: url("/layout/assets/images/bgQuestions.png"),
    url("/layout/assets/images/formPresent.png");
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    /**/
}
.questions-background-smoke {
    background-image:
            url("/layout/assets/images/bgQuestions.png"),
            linear-gradient(rgba(255, 255, 255, 0.01),
            rgba(255, 255, 255, 0.01)),
            url("/layout/assets/images/smoke.png");
    /*z-index: -1;*/
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: contain, cover, cover;
}
.bg-present {
    background: url("/layout/assets/images/formPresent.png") no-repeat;
    width: 348px;
    height: 244px;
}
.question-number span {
    font-size: 32px;
    font-family: "UnboundedRegular", sans-serif;
}
.questions-form {
    background: rgba(255, 255, 255, .05);
    display: block;
    border-radius: 30px;
}
.questions-form-intro {
    font-family: "MontserratExtraBold", sans-serif;
    font-size: 30px;
}
.questions-form-notice {
    font-family: "MontserratMedium", sans-serif;
    font-size: 22px;
}
@media (max-width: 1690px) {
    .questions-form-intro {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .questions-form-notice {
        font-size: 18px;
    }
}
.question-nav {
    width: 82px;
    height: 73px;
    border: 2px solid #DE3B26;
    background-image: url("/layout/assets/images/arrowLeft.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: block;
    cursor: pointer;
}
.question-nav.disabled {
    border: 2px solid #504b4b;
}

@media (max-width: 1490px) {
    .question-nav {
        width: 58px;
        height: 48px;
        background-size: contain;
        padding: 10px 6px;
    }
}
.question-nav:hover {
    background: #ffffff  url("/layout/assets/images/arrowLeft.png") no-repeat center;
}
.question-nav.next-question {
    background-image: url("/layout/assets/images/arrowRight.png");
}
.question-nav.next-question:hover {
    background-image: url("/layout/assets/images/arrowRight.png") ;
    background-position: center;
}
.questions-form-success {
    font-family: "MontserratBold", sans-serif;
    font-size: 30px;
    min-height: 254px;
}

.nav-line {
    height: 2px;
    width: 100%;
    background-image: linear-gradient(90deg, #DE3B26, #FFFFFF);
}
.questions-form-input {
    background-color: #ffffff;
    border-radius: 15px;
    display: block;
    width: 100%;
    padding: 18px 10px;
    font-size: 20px;
    font-family: "MontserratSemiBold", sans-serif;
    color: rgba(0, 0, 0, .75);
    border: 2px solid  transparent;
    transition: border-color 0.3s ease;
}
.questions-form-input:focus-visible {
    outline: none !important;
}
.form-warning {
    color: #DE3B26;
}
.field-error {
    transition: border-color 0.3s ease;
    border: 2px solid  #DE3B26;
}
.questions-form-input::placeholder {
    color: rgba(0, 0, 0, .35);
    font-family: "MontserratSemiBold", sans-serif;
}
.range-total-amount.irs--flat .irs-bar {

    background-color: #DE3B26 !important;
}
.range-total-amount.irs--flat .irs-single {
    padding: 2px 5px;
    background-color: #DE3B26;
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 14px;
}
.range-total-amount.irs--flat .irs-max {

}
.wpcf7-response-output {
    display: none;
}
.range-amount-bottom {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 14px;
}

.articles-category a {
    font-family: "MontserratBold", sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
}
.articles-category a.active {
    color: rgba(255, 255, 255, 1);
}
.articles-category a:hover {
    color: rgba(255, 255, 255, 1);
}
.article-card .article-cover {
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
}
.article-card .article-title {
    font-family: "MontserratBold", sans-serif;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.1;
}

.article-card .article-date {
    color: rgba(255, 255, 255, .75);
}

.article-intro {
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
    font-family: "MontserratRegular", sans-serif;
    line-height: 1.2;
}
@media (max-width: 1280px) {
    .article-card .article-title {
        font-size: 20px;
    }
    .article-card .article-intro {
        font-size: 18px;
    }
}
.article-card .read-more {
    background-image: linear-gradient(90deg, #E3151C, #0D0D0D);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 15px;
    font-family: "UnboundedSemiBold", sans-serif;
    font-size: 16px;
    transition: background 1s; /* Плавный переход */
}
.article-card .read-more:hover {
    background-image: linear-gradient(90deg, #5c0f11, #0D0D0D);
}
.article .article-date {
    font-size: 32px;
    font-family: "MontserratRegular", sans-serif;
    color: rgba(255, 255, 255, .75);
}
.article .article-header {
    font-family: "MontserratBold", sans-serif;
    font-size: 52px;
    line-height: 1;
}
.article-image {
    width: 100%;
    height: 442px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
.article .article-content {
    font-family: "MontserratMedium", sans-serif;
    font-size: 30px;
}
.article .article-content p {
    margin-bottom: 12px;
}
.end-page {
    background-image: url("/layout/assets/images/endDots.png") ;
    width: 253px;
    height: 39px;
}

.modal-sub-header {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 42px;
}
.modal .btn {
    font-size: 18px;
    border: 1px rgba(255, 255, 255, .75) solid;
    padding: 8px 24px;
    display: inline-block;
}
.form-label {
    font-family: "MontserratBold", sans-serif;
    font-size: 18px;
}
.form-control {
    font-family: "MontserratSemiBold", sans-serif;
    background-color: #ffffff;
    padding: 17px 14px;
    color: rgb(0 0 0 /.75);
    display: block;
    width: 100%;
    border-radius: 10px;
}

.form-control::placeholder {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 20px;
    color: rgb(0 0 0 /.35)
}

.form-control:focus-visible {
    outline: none !important;
}
.request-success .request-success-header {
    font-family: "MontserratBold", sans-serif;
    font-size: 52px;
}
.request-success .request-success-text {
    font-family: "MontserratMedium", sans-serif;
    font-size: 24px;
}

::-webkit-input-placeholder {
    color: blue;
}
.secrets-container {
    background: url("/wp-content/themes/dobro/assets/images/endDots.png") right 46px bottom 20px no-repeat;
}
.our-secret-glow {
    top: 42%;
    left: 71%;
    width: 1px;
    height: 1px;
    background-color: transparent;
    box-shadow:
            0 0 230px 83px rgba(165, 5, 7, 0.9), /* Ядро */
            0 0 33px rgba(165, 5, 7, 0.5), /* Среднее */
            0 0 60px rgba(165, 5, 7, 0.3); /* Дальнее */
}
.secrets-title {
    font-family: "MontserratBold", sans-serif;
    font-size: 46px;
    color: #EDEDED;
    line-height: 1.2;
}
.secret-description {
    font-family: "MontserratMedium", sans-serif;
    font-size: 16px;
    color: #E4E4E4;
}
.secret-item {
    border-top: 1px solid rgba(255, 255, 255, .5);

}
.secret-links-container {
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.secret-link-item {
    background: url("/wp-content/themes/dobro/assets/images/iconDoc.png") 0 4px no-repeat;
    padding-left: 32px;
    line-height: 1.4;
    font-family: "MontserratMedium", sans-serif;
    font-size: 16px;
    text-decoration: underline;
}
.secret-link-item.link-fts {
    background: url("/wp-content/themes/dobro/assets/images/iconFTS.svg") 0 4px no-repeat;
}
.secret-link-item.link-hartiya {
    background: url("/wp-content/themes/dobro/assets/images/iconHartiya.svg") 0 4px no-repeat;
}
.secret-link-item:hover {
    text-decoration: none;
}

/* Контакты */
.contacts-glow {
    top: 42%;
    left: 43%;
    width: 1px;
    height: 1px;
    background-color: transparent;
    box-shadow:
            0 0 230px 61px rgba(165, 5, 7, 0.9), /* Ядро */
            0 0 33px rgba(165, 5, 7, 0.5), /* Среднее */
            0 0 60px rgba(165, 5, 7, 0.3); /* Дальнее */
}
.working-hours {
    font-family: "MontserratBold", sans-serif;
    font-size: 36px;
}
.address-item {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    cursor: pointer;
}
.address-item:hover {
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.21);
}
.contacts-bottom-item.active {
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.5);
}
.address-line {
    width: 2px;
    height: 76px;
    background: linear-gradient(180deg, #0D0D0D,#CBCBCB,#0D0D0D);
}
.address-list .address-city {
    font-family: "UnboundedMedium", sans-serif;
    font-size: 52px;
}
.address-phone .phone-value {
    font-family: "MontserratBold", sans-serif;
    font-size: 32px;
}
.address-phone .phone-name {
    font-family: "MontserratMedium", sans-serif;
    font-size: 26px;
    color: rgba(255, 255, 255, .8);
}
.address-street {
    font-family: "MontserratSemiBold", sans-serif;
    font-size: 34px;
}
.map-container {
    height: 430px;
}
.map-loader-title {
    font-family: "MontserratSemiBold", sans-serif;
    font-family: "MontserratMedium", sans-serif;
    font-size: 26px;
}
.map-loader-info {
    font-family: "MontserratSemiBold", sans-serif;
}

.contacts-social .social-item {
    background-repeat: no-repeat;
    width: 81px;
    height: 81px;
}
.social-item.youtube-elem {
    background-image: url("/wp-content/themes/dobro/assets/images/iconContactsYoutube.svg");
}
.social-item.whatsapp-elem {
    background-image: url("/wp-content/themes/dobro/assets/images/iconContactsWhatsapp.svg");
}
.social-item.vk-elem {
    background-image: url("/wp-content/themes/dobro/assets/images/iconContactsVK.svg");
}
.social-item.telegram-elem {
    background-image: url("/wp-content/themes/dobro/assets/images/iconContactsTelegram.svg");
}
.social-item.max-elem {
    background-image: url("/wp-content/themes/dobro/assets/images/iconContactsMax.png");
}

.footer-container {
    background-image:
            url("/wp-content/themes/dobro/assets/images/footerBgLeft.svg"), url("/wp-content/themes/dobro/assets/images/footerBgRight.svg")
;
    background-repeat: no-repeat;
    background-position: 0 78px, 100% 176px;
}
.footer-about {
    color: rgba(255, 255, 255, .5);
    line-height: 2.0;
}
.footer-nav ul li {
    display: inline-block;
    font-family: "MontserratMedium", sans-serif;
    font-size: 18px;
    margin-right: 68px;
}
.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li a {
    transition: color 0.5s ease-in-out;
}
.footer-nav ul li a:hover {
    color: #FF0004;
}

.footer-links {
    color: rgba(255, 255, 255, .5);
    font-family: "MontserratMedium", sans-serif;
}
.footer-social-item {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-social .footer-social-whatsapp {
    background-image: url("/wp-content/themes/dobro/assets/images/footerWhatsapp.svg");
}
.footer-social .footer-social-telegram {
    background-image: url("/wp-content/themes/dobro/assets/images/footerTelegram.svg");
}
.footer-social .footer-social-vk {
    background-image: url("/wp-content/themes/dobro/assets/images/footerVK.svg");
}
.footer-social .footer-social-youtube {
    background-image: url("/wp-content/themes/dobro/assets/images/footerYoutube.svg");
}
.footer-social .footer-social-max {
    background-image: url("/wp-content/themes/dobro/assets/images/footerMax.png");
}