
.bg-orange {
    background-color: rgb(255 170 0);
}

.dropdown-menu__list {
    z-index: 3;
}
.popup__input_wrapper {
    max-width: 100%;
}
.link_discount__red {
    color: #FF0027;
}
.link_discount__red__inner {
    border-color: #FF0027;
}
.menu-bottom {
    padding: 10px 0;
    border-top: 1px solid #313439;
    position: relative;
    overflow: hidden;
}

.menu-bottom__item {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-grow: 1;
    flex-shrink: 0;
}
.menu-bottom__item:last-child {
    flex-grow: 0;
}
.menu-bottom__item__icon {
    width: 24px;
    height: auto;
    flex-shrink: 0;
}
.menu-bottom__item__icon.icon-top-4 {
    position: relative;
    top: -4px;
}
.menu-bottom__item__title {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}
.menu-bottom__item:not(:last-child)::after {
    display: block;
    content: '';
    width: 2px;
    height: 34px;
    background: #8C8E92;
    margin: 0 auto;
}
.menu-bottom__arrow {
    display: none !important;
    position: absolute;
    width: 44px;
    height: calc(100% - 2px);
    background: linear-gradient(90deg, rgba(25, 29, 36, 0) 0%, #191D24 22.09%);
    right: 0;
    top: 1px;
    align-items: center;
    justify-content: center;
;
}
@media (max-width: 1500px) {
    .menu-bottom__item__title {
        font-size: 17px;
    }
}
 @media (max-width: 1280px) {
    .menu-bottom {
        padding: 14px 0 2px;
    }
    .menu-bottom__row {
        gap: 25px;
        overflow-x: auto;
        width: calc(100% + 32px + 60px);
        margin-left: -32px;
        margin-right: -60px;
        padding-left: 32px;
        padding-right: 60px;
        padding-bottom: 12px;

    }
    .menu-bottom__item {
        gap: 8px;
        padding: 6px 12px ;
        border-radius: 10px;
        border: 1px solid #fff;
        max-height: 50px;
    }
    .menu-bottom__item:not(:last-child)::after {
        display: none;
    }
    .menu-bottom__item__title {
        font-size: 15px;
    }
    .menu-bottom__arrow {
        display: flex !important;
    }
 }

@media (max-width: 768px) {
    .menu-bottom__item {
        flex-shrink: unset;
    }
    .menu-bottom__row {
        width: calc(100% + 15px + 60px);
        margin-left: -15px;
        margin-right: -60px;
        padding-left: 15px;
        padding-right: 60px;

    }
}



.cookie-box {
    width: 286px;
    background: #10171F;
    border-radius: 10px;
    padding: 23px 14px 14px;
    color: #fff;
    position: fixed;
    bottom: 26px;
    right: 172px;
    z-index: 1001;
}
.cookie-box__text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.cookie-box__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    height: 38px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    color: #10171F;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .cookie-box {
        right: 150px;
        bottom: 10px;
        max-width: calc(100% - 165px);
    }
}
.pt-1px {
    padding-top: 1px;
}
.advantages__clear-space {
    height: 100px;
}
@media (max-width: 768px) {
    .advantages__clear-space {
        height: 50px;
    }
}
.max-w__164 {
    max-width: 164px;
}
.header__mobile-phone .text-2xl {
    font-size: 14px;
}
.header__mobile-phone {
    text-align: left;
}
.col-gap-8 {
    column-gap: 8px;
}
.row-gap-0 {
    row-gap: 0;
}
.header__mobile-phone__divider {
    display: none;

}
@media (max-width: 460px) {
    .header__mobile-phone__divider {
        display: block;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .w-mobile-180 {
        width: 180px;
    }
}
.discount-modal {
    max-width: 1094px;
}
.discount-modal__in {
    max-width: 826px;
    margin: 0 auto;
    text-align: left;
}
.discount-modal__title {
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 42px;
    font-family: 'Inter';
    line-height: 1;
}
.discount-modal__title >span {
    color:#d61d39;
}
.discount-modal__subtitle {
    font-size: 64px;
    color: #fff;
    font-weight: 300;
    font-family: 'Inter';
    margin-bottom: 42px;
    line-height: 1;

}
.discount-modal__row {
    display: flex;
    gap: 60px;
}
.discount-modal__in label{
    width: 100%;
}
.discount-modal__select__wrapper,
.discount-modal__btn {
    width: calc((100% - 60px)/2);
    flex-shrink: 0;
}
.discount-modal__select__wrapper {
    position: relative;
}
.discount-modal__select {
    height: 52px;
    text-align: center;
    padding: 0 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.discount-modal__select__wrapper::after {
    display: block;
    content: '';
    width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 8px 5px 0 5px;
   border-color: #000 transparent transparent transparent;
   position: absolute;
   bottom: 23px;
   right: 12px;
   z-index: 2;
}
.discount-modal__select::-ms-expand { display: none; }
.discount-modal__btn {
    height: 52px;
}
.discount-modal__textarea {
    height: 52px;
}
 @media (max-width: 768px) {
    .discount-modal__title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .discount-modal__subtitle {
        font-size: 20px;
        margin-bottom: 32px;
        text-align: center;
    }
    .discount-modal__row {
        display: block;
    }
    .discount-modal__select__wrapper,
    .discount-modal__btn {
        width: 100%;
    }
    .discount-modal__select {
        text-align: left;
        height: 45px;
    }
    .discount-modal__btn {
        height: 45px;
    }
    .discount-modal__textarea {
        height: 60px;
    }
    .discount-modal__in input{
        height: 45px;
    }
    .discount-modal__select__wrapper::after {
        bottom: 19px;
    }
 }
 .image-fluid {
    width: 100%;
    height: auto;
 }
