.checkbox-container a, a {
    text-decoration: none;
}
a, button {
    color: inherit;
    padding: 0;
}
.h2__title, .h3__title, body {
    color: #5a250b;
}
.header-lang .choose-lang-list, .toggle-icon {
    transition: transform .3s ease-out;
}
.articles__header-wrapper img, .rotate--90, .rotate-180 {
    transform: rotate(180deg);
}
.banner, .banner-img__list, .footer-second, .footer__social {
    overflow: hidden;
}
@font-face {
    font-family: Mulish-Medium;
    font-weight: 500;
    font-display: swap;
    src: local(Mulish-Medium), url(../fonts/Mulish-Medium.ttf) format('truetype');
}
@font-face {
    font-family: Mulish-Bold;
    font-weight: 700;
    font-display: swap;
    src: local(Mulish-Bold), url(../fonts/Mulish-Bold.ttf) format('truetype');
}
@font-face {
    font-family: Mulish-SemiBold;
    font-weight: 600;
    font-display: swap;
    src: local(Mulish-SemiBold), url(../fonts/Mulish-SemiBold.ttf) format('truetype');
}
body, div, footer, h1, h2, h3, header, html, img, li, menu, nav, ol, p, section, span, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
.faq-item-content-hidden.open, .review-item-content-hidden.open, footer, header, img, menu, nav, section {
    display: block;
}
a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    display: inline-block;
}
html {
    box-sizing: border-box;
    height: 100vh;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
*, ::after, ::before {
    box-sizing: inherit;
    box-sizing: border-box;
}
li {
    list-style: none;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
h1, h2, h3 {
    line-height: 1.1;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}
button {
    border: none;
    font-size: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: inherit;
    font: inherit;
}
textarea:not([rows]) {
    min-height: 10em;
}
:target {
    scroll-margin-block: 5ex;
}

main {
    flex: 1 1 auto;
    padding-top: 48px;
    padding-bottom: 48px;
}
body {
    font-family: Mulish-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    background-color: #f7f5f1;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.h2__title, .h3__title {
    font-family: Mulish-SemiBold;
    font-weight: 600;
}
.btn__main-menu, .btn__reg, .content-info__name-title, .header__control-btn, .text-block__content-button {
    font-family: Mulish-Bold;
    font-weight: 700;
}
.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.adress {
    font-size: 14px;
    display: flex;
    gap: 12px;
}
.h2__title {
    font-size: 26px;
    padding-bottom: 12px;
}
.h3__title {
    font-size: 20px;
}
.btn__main-menu, .btn__reg {
    align-items: center;
    display: flex;
    font-size: 10px;
    padding: 8px 20px;
    border-radius: 50px;
}
.nav-menu__burger-desc .btn__main-menu, .nav-menu__burger-desc .btn__reg {
    padding: 8px 20px;
}
.btn__main-menu {
    background: linear-gradient(90deg, #3ec0ff 0, #1d67fc 100%);
    color: #fff;
}
.btn__main-menu:hover {
    background: #630052;
}
.btn__main-menu:active {
    background: #c04d0a;
}
.btn__reg {
    border-image-source: linear-gradient(100deg, #212E44 0%, #192232 100%);
    border-image-slice: 1;
    background-color: #192232;
    color: #fff;
    width: 89px;
    height: 36px;
    justify-content: center;
}
.header, .header__wrapper {
    background-color: #fff;
}
.header {
    padding: 20px 0;
}
.btn__reg:hover {
    border: 1px solid #8b4c28;
}
.btn__link-reg {
    font-size: 10px;
    color: #fff;
}
.header__logo {
    line-height: normal;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
}
.header__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: clamp(.25rem, -.059rem + 1.412vw, 1rem) 0;
    margin-right: 20px;
}
.btn__link-mob, .burger__button-mob, .control-mob, .header-lang .choose-lang-button span {
    display: none;
}
.banner-list, .nav-menu__burger-desc {
    display: flex;
    align-items: center;
}
.header__control-btn {
    display: flex;
    gap: 8px;
    font-size: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    color: #5db139;
    border: 1px solid #5db139;
}
.burger-menu {
    max-width: 100%;
    width: 100%}
.burger__button-mob, .header-lang .flag-lang {
    width: 24px;
    height: 24px;
}
.nav-menu__name {
    display: none;
    font-size: 16px;
    color: #fff;
}
.nav-menu__desc {
    display: none;
    gap: 15px;
}
.nav-menu__desc.desktop, .nopage__img {
    width: 100%}
.nav-menu__desc.desktop, .review-item__block-title, .review-item__rating-list, .review-item__top-title {
    display: flex;
    justify-content: space-between;
}
.nav-menu__desc.desktop>.nav-menu__link {
    display: flex;
    align-items: center;
    gap: 4px;
}
.header__nav-menu {
    display: flex;
    gap: 8px;
    width: 100%}
.nav-menu__link {
    font-size: 18px;
    color: #461100;
}
.header-lang {
    border-radius: 8px;
    background-color: #08070c;
    padding: 6px 8px;
    cursor: pointer;
}
.header-lang .choose-lang-list {
    position: absolute;
    background-color: #ecedee;
    visibility: hidden;
    transform: scale(0);
    z-index: 1000;
    border-radius: 8px;
    top: 32px;
    right: 6px;
    transform-origin: top right;
}
.header-lang .choose-lang-list.show {
    visibility: visible;
    transform: scale(1);
}
.header-lang .choose-lang-button, .info__unner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.burger__button-mob {
    margin-right: 8px;
}
.close-menu-btn {
    display: none;
    padding: 12px;
}
.choose-lang__item:hover {
    background-color: #1a2651;
    border-radius: 12px;
}
.articles__block, .articles__header-wrapper, .content-info__inner, .faq-item, .faq-item__box, .review-item, .text-block__content {
    background-color: #f0ebe1;
}
.text-block__content {
    padding: 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.text-block__content p {
    margin: 6px 0;
    display: inline-block;
}
.text-block__content-button {
    color: #461100;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.faq-item-content-hidden, .footer__name-block img, .review-item-content-hidden, .text-block__content-hidden {
    display: none;
}
.inline-display {
    display: inline;
}
.rotate--90 {
    margin-left: 4px;
}
.articles__block {
    border-radius: 12px;
}
.articles__header-wrapper {
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}
.articles__header-wrapper img.open {
    transform: rotate(0);
}
.articles__items-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.articles__items-wrapper.show {
    max-height: 1000px;
}
.articles-item {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    padding: 12px;
    border-radius: 4px;
}
.articles-item__image {
    border-radius: 4px;
    background-color: #5db139;
    padding: 4px;
    margin-right: 8px;
}
.articles-item:hover {
    background: #2e465a;
}
.text-noblock__content {
    padding: 0;
    background: 0 0;
    display: flex;
    flex-direction: column;
}
.content-info__text-p, .footer__copyright p, .text-noblock__content p {
    display: inline-block;
    margin: 6px 0;
}
.btn__link-content, .btn__link-content2, .footer-soc {
    font-family: Mulish-Bold;
    font-weight: 700;
    font-size: clamp(.625rem,  .464rem + .714vw,  1rem);
    padding: clamp(.5rem, .294rem + .941vw, 1rem) clamp(1.563rem, 1.176rem + 1.765vw, 2.5rem);
    border-radius: 8px;
    margin: clamp(1rem, .786rem + .952vw, 1.5rem) auto 0;
    background: #5db139;
    color: #fff;
}
.btn__link-content2:hover, .btn__link-content:hover {
    background: #575ba8;
}
.btn__link-content2:active, .btn__link-content:active {
    background: #2029d3;
}
.h2__main-title {
    color: #5a250b;
}
.content-info__inner {
    border-radius: 12px;
    font-size: 14px;
}
.content-info__row {
    display: flex;
    border-top: 1px solid #060412;
    margin: 0 16px;
}
.content-info__row:first-child {
    border-top: none;
}
.content-info__block-name {
    display: flex;
    align-items: center;
    gap: 8px;
}
.content-info__name-title {
    font-size: 14px;
}
.content-info__desc, .content-info__name {
    padding: 10px 3px;
    flex: 0 0 50%}
.content-info__text-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.content-info__text-item {
    list-style: auto;
    margin-left: 30px;
}
.faq-item__box {
    color: #cbd1d5;
}
.faq-content, .review-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.faq-item, .review-item {
    cursor: pointer;
    border-radius: 12px;
}
.faq-item-header-wrapper, .review-item-header-wrapper {
    transition: opacity .3s ease-out;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}
.faq-item__title {
    font-family: Mulish-SemiBold;
    font-weight: 600;
    font-size: 16px;
    color: #461100;
}
.faq-pagination-label, .review-item__title, .review-pagination-label {
    font-family: Mulish-Bold;
    font-weight: 700;
    font-size: 16px;
}
.faq-item-content, .review-item-content {
    padding: 12px 16px 16px;
    color: #461100;
}
.faq-content {
    row-gap: 12px;
}
.footer__box, .review-content {
    row-gap: 8px;
}
.faq-pagination, .review-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-pagination-next-button:disabled, .faq-pagination-prev-button:disabled, .review-pagination-next-button:disabled, .review-pagination-prev-button:disabled {
    cursor: not-allowed;
    opacity: .5;
}
.faq-pagination-next-button, .faq-pagination-prev-button, .review-pagination-next-button, .review-pagination-prev-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #e3dbcc;
    -webkit-box-shadow: 0 0 10px 2px rgba(36, 36, 36, .3);
    -moz-box-shadow: 0 0 10px 2px rgba(36, 36, 36, .3);
    box-shadow: 0 0 10px 2px rgba(36, 36, 36, .3);
}
.faq-pagination-prev-button img, .review-pagination-prev-button img {
    z-index: 2;
    transform: rotate(90deg);
}
.faq-pagination-next-button img, .review-pagination-next-button img {
    z-index: 2;
    transform: rotate(270deg);
}
.faq-pagination-label, .review-pagination-label {
    width: 90px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
    color: #737588;
}
.block-title__user {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.review-item__data, .review-item__title {
    color: #461100;
}
.review-item__data {
    font-family: Mulish-Medium;
    font-weight: 500;
    font-size: 14px;
}
.review-item__item {
    padding: 24px 16px;
}
.review-item__top-title {
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
}
.footer__box, .footer__inner {
    flex-direction: column;
    display: flex;
}
.review-item__block-title {
    gap: 8px;
}
.review-item__btn-more {
    margin-top: 16px;
}
.footer {
    padding: 44px 0;
}
.footer__bg {
    padding: 16px;
    background-color: #f0ebe1;
    border-radius: 16px;
}
.footer__first {
    display: flex;
    justify-content: space-between;
    column-gap: clamp(2.5rem, -27.5rem + 53.333vw, 12.5rem);
}
.info__text {
    padding-top: 12px;
    font-size: 10px;
}
.footer__inner {
    gap: 24px;
}
.footer-menu {
    display: flex;
    column-gap: clamp(.938rem, -7.5rem + 15vw, 3.75rem);
    margin-right: 80px;
}
.footer-menu__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__item-title {
    font-family: Mulish-Bold;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.footer-soc, .icons-item-title {
    margin: 0;
}
.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social__list {
    display: flex;
    column-gap: 20px;
}
.footer-applications__list {
    display: flex;
    column-gap: 9px;
}
.footer-first__list, .footer-fourth__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
}
.footer-menu, .item-text {
    font-size: 12px;
}
.footer__copyright {
    font-family: Mulish-Medium;
    font-weight: 500;
    font-size: 10px;
}
.footer__lang-text {
    font-size: 8px;
    color: #fff;
    margin-right: 6px;
}
.choose-lang {
    position: relative;
    cursor: pointer;
}
.footer-lang .choose-lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    transition: .3s ease-out;
    background-color: #141414;
    padding: 6px;
}
.footer-lang .choose-lang-list {
    border-radius: 8px;
    width: 232px;
    padding: 16px;
    bottom: 32px;
    right: 6px;
    transform-origin: bottom right;
    position: absolute;
    background-color: #141414;
    visibility: hidden;
    transform: scale(0);
    transition: transform .3s ease-out;
    z-index: 1000;
}
.footer-lang .choose-lang-list li {
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.footer-fourth__copyright {
    font-family: Montserrat-Regular;
    font-weight: 600;
    font-size: 10px;
    color: #787c80;
    margin-top: 40px;
    text-align: center;
}
.choose-lang-box {
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 9px 16px;
    align-items: center;
}
.choose-lang__country {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.choose-lang__ru {
    font-family: Mulish-Bold;
    font-weight: 700;
    font-size: 12px;
    color: #505458;
}
.choose-lang__item {
    margin: 1px 0;
}
.footer-lang.choose-lang__item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.footer__separator {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f6f7f8;
}
.swiper-pagination {
    padding-top: 16px;
    position: relative!important;
}
.swiper-pagination-bullet-active {
    background-color: #4d8ab9!important;
}
.nopage {
    padding: clamp(.625rem, -1.8589rem + 11.0396vw, 8.125rem) 0;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.nopage__text-block {
    max-width: 682px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nopage__image {
    padding: 24px 0;
}
.nopage__title {
    font-family: Mulish-SemiBold;
    font-weight: 600;
    font-size: 26px;
    color: #000;
}
.nopage__desc {
    font-family: Mulish-Medium;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 16px 0;
}
.nopage__btn {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #000;
}
@media(max-width:1025px) {
    .header__control, .header__logo {
        padding-right: 8px;
    }
    .container {
        padding: 0 8px;
    }
    .container__mob {
        padding: 10px;
    }
    .header__nav-menu {
        margin-left: 0;
    }
    .burger-menu.active {
        transition: .5s;
        left: 0;
    }
    .nopage {
        flex-direction: column-reverse;
    }
    .nopage__text-block {
        text-align: center;
    }
    .footer-first__list, .footer-fourth__list {
        flex-wrap: wrap;
        white-space: nowrap;
    }
}@media(max-width:870px) {
    .header-mob {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .adress, .nav-menu__desc.desktop, .social {
        display: none;
    }
    .control-mob, .header-lang .choose-lang-button span, .nav-menu__name {
        display: block;
    }
    .header__control {
        order: 1;
    }
    .header__nav-menu {
        order: 2;
        padding-top: 32px;
        gap: 32px;
    }
    .control-mob {
        margin-left: auto!important;
    }
    .burger__button-mob {
        order: 3;
        display: block;
        margin-left: 8px;
    }
    .nav-menu__desc {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .header__wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .burger-menu {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        backdrop-filter: blur(10px);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 999;
        transition: .5s;
    }
    .nav-menu__burger-mob {
        max-width: 300px;
        width: 100%;
        background: #f0ebe1;
        height: 100vh;
        border-radius: 16px 0 0 16px;
        padding: 28px 24px;
    }
    .header__nav-menu, .nav-menu__burger-mob {
        display: flex;
        flex-direction: column;
    }
    .nav-menu__burger-desc {
        align-items: normal;
    }
    .header__control {
        margin: 0;
        padding: 0;
    }
    .close-menu-btn {
        margin-left: auto;
        display: block;
    }
    .header-lang .choose-lang-list {
        position: absolute;
        flex-direction: column;
        border-radius: 8px;
        top: -252px;
        right: -23px;
        transform-origin: bottom left;
    }
    .header-lang {
        order: 4;
        margin-top: 32px;
        margin-right: auto;
        display: inline-block;
        border-radius: 8px;
        border: 1px solid #ded1c5;
        padding: 10px 8px;
    }
    .header__logo {
        padding: 17px 0 17px 8px;
    }
    .articles__items-wrapper, .footer__social {
        flex-direction: column;
    }
    .footer__info {
        width: 100%}
    .footer__first {
        flex-direction: column;
        gap: 20px;
    }
    .footer-menu {
        gap: 20px;
        flex-wrap: wrap;
    }
}.banner {
     padding: 52px 0;
     border-radius: 16px;
     display: flex;
     justify-content: flex-end;
 }
.banner-inner {
    width: 60%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: rgba(255, 255, 255, .86);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    padding: 52px 35px;
}
.banner-title {
    color: #5db139;
    font-weight: 600;
    font-size: 42px;
}
.banner, .banner-img__item {
    position: relative;
    max-width: 1200px;
}
@media(max-width:500px) {
    .header__wrapper {
        padding: 0;
    }
    .header__control-btn {
        gap: 5px;
    }
    .logo__img {
        width: 100px;
    }
    .footer-applications__list, .footer-social__list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn__main-menu, .btn__reg {
        padding: 3px 10px;
    }
    .footer-soc {
        padding: 8px 20px;
    }
    .info__unner {
        flex-direction: column;
        align-items: flex-start;
    }
}.banner-img img {
     object-fit: cover;
 }
.banner-img__item {
    display: none;
    align-items: center;
    border-radius: 8px;
    height: 320px;
    background-position: center;
}
.banner__pagination {
    position: absolute;
    height: 3px;
    display: flex;
    gap: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner__pagination-1, .banner__pagination-2 {
    flex: 1 0 33%;
    border-radius: 28px;
    background-color: #0c0d1b;
}
.banner__pagination-1.active, .banner__pagination-2.active {
    background-color: #3ec0ff;
}
.banner-img__list {
    margin: 0 auto;
    max-width: 1200px;
    height: 320px;
}
.banner-img__list li.active {
    display: flex;
}
.banner__text {
    max-width: 471px;
    font-family: Mulish-Bold;
    font-weight: 700;
    font-size: clamp(1rem,  .732rem + 1.19vw,  1.625rem);
    color: #fff;
}
@media(max-width:360px) {
    .banner-img__item, .banner-img__list {
        height: 140px;
    }
    .banner-img__item {
        background-size: cover;
        background-position: bottom 0 right -170px;
    }
}.footer-soc-icon {
     display: flex;
     align-items: center;
     gap: 10px;
 }
.footer-menu-title {
    color: #461100;
    font-size: var(--font-size-lg,  16px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--font-line-height-lg,  16px);
}
.banner-img__item {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-img__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__text-inner {
    padding-left: clamp(1.25rem, -11.652rem + 34.405vw, 19.313rem);
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
}
.form-container {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-radius: 5px;
}
.form-container input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    flex: 1;
}
.form-container button {
    background: #4caf50;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.form-container button:hover {
    background: #45a049;
}
.checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.checkbox-container input {
    margin-right: 5px;
}
.checkbox-container a:hover {
    text-decoration: underline;
}
.small-banner {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 30%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 0) 100%), url("../img/banner/smallban.webp");
    padding: 64px 16px;
    border-radius: 16px;
    background-position: 20% 40%}
.icons-main {
    display: grid!important;
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    gap: 8px;
    background-color: #e3dbcc;
    padding: 16px;
}
.small-title {
    font-weight: 700;
    font-size: 32px;
    color: #5db139;
}
.checkbox-container, .checkbox-container a, .small-text {
    color: #f7f5f1;
}
.icons-item {
    display: flex;
    align-items: center;
    gap: 9px;
    background-color: #f0ebe1;
    padding: 12px 16px;
    border-radius: 8px;
}
@media(max-width:720px) {
    .form-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .form-container input {
        width: 100%}
    .banner-title {
        color: #5db139;
        font-weight: 600;
        font-size: 36px;
    }
}@media (max-width:1024px) {
    .banner-title {
        font-size: 32px;
    }
    .banner-inner {
        width: 90%;
        padding: 20px 25px;
        border-radius: 8px;
    }
    .banner {
        justify-content: center;
        align-items: center;
    }
}@media (max-width:480px) {
    .banner-img__list {
        height: 144px;
    }
    .banner-img__item {
        background-size: cover;
        height: 144px;
    }
    .banner-title {
        font-size: 24px;
    }
}
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполняет div как background-size: cover */
    z-index: -1; /* Уводит изображение на фон */
}

.banner-inner {
    position: relative;
    z-index: 1; /* Текст остается сверху */
    padding: 20px;
    color: white;
}
.red {
    color:#FF3535 ;
}
.brown {
    color:#5A250B ;
}