.opt-main-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: start;
}
.opt-main-info .features-section {
    order: 1;
}
.opt-main-info .banner-section {
    order: 2;
}
.opt-main-info .important-text {
    font-weight: bold;
    color: #E5383B;
    margin: 0 2px;
}
.opt-main-info .btn.btn-outline {
    background-color: #343434;
    color: white;
    border: 2px solid #E5383B;
}

.opt-main-info .btn.btn-outline:hover {
    color: white;
    background: var(--theme-primary-light);
    border-color: var(--theme-primary-light);
}

.opt-main-info .banner-section {
    position: relative;
    padding: 37px;
    color: white;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
    background-color: #343434;
    margin-top: 0;
    max-height: 240px;
}
.opt-main-info .banner-section::before {
    content: '';
    position: absolute;
    transform: translateY(-30%) translateX(75%);
    width: 600px;
    height: 250%;
    background: url(../../img/opt/banner.png) no-repeat right center;
    background-size: contain;
    z-index: 0;
}
.opt-main-info .banner-section .banner-title {
    display: flex;
    align-self: center;
    margin-bottom: 12px;
    gap: 8px;
    color: white;
    text-decoration: none;
}
.opt-main-info .banner-section .banner-title svg {
    align-self: center;
    display: none;
}
.opt-main-info .banner-section .banner-title h1 {
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-weight: 600;
}
.opt-main-info .banner-list {
    margin-bottom: 25px;
    padding: 0;
    position: relative;
    z-index: 2;
}
.opt-main-info .banner-list li {
    margin-bottom: 8px;
    font-size: 16px;
    list-style: none;
    display: flex;
    align-items: center;
}
.opt-main-info .banner-list li svg {
    margin-right: 10px;
    min-height: 20px;
    min-width: 20px;
}
.opt-main-info .banner-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.opt-main-info .features-section {
    visibility: visible;
}
.opt-main-info .features-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    visibility: visible;
}
.opt-main-info .features-section .swiper-wrapper {
    display: contents;
}
.opt-main-info .features-section .swiper-slide {
    width: auto;
}
.opt-main-info .features-section .swiper-wrapper:last-child {
    margin-right: 0;
}
.opt-main-info .feature-card {
    background: #F4F5F7;
    padding: 15px;
    border-radius: 18px;
    box-shadow: 0 2px #E63C22;
    min-height: 116px;
    margin-bottom: 2px;
    max-height: 116px;
}
.opt-main-info .feature-card h3 {
    color: #000;
    margin-bottom: 12px;
    font-size: 16px;
}
.opt-main-info .feature-card p {
    color: #565656;
    font-size: 13px;
}

@media (max-width: 1280px) {
    .opt-main-info .manager-section {
        gap: 12px;
    }
    .opt-main-info .banner-section::before {
        transform: translateY(-30%) translateX(60%);
    }
}
@media (max-width: 1210px) {
    .opt-main-info {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .opt-main-info .features-section {
        order: 2;
    }
    .opt-main-info .banner-section {
        order: 1;
    }
    .opt-main-info .features-section {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    .opt-main-info .banner-section::before {
        transform: translateY(-30%) translateX(85%);
    }
}
@media (max-width: 992px) {
    .opt-main-info .manager-section{
        flex-direction: column;
    }
    .opt-main-info .banner-section::before {
        height: 230%;
        transform: translateY(-27%) translateX(50%);
    }
    .opt-main-info .account-section .account-features-buttons{
        flex-direction: column;
    }
    .opt-main-info .account-section .account-features-buttons .btn-outline {
        order: -1;
    }
    .opt-main-info .contact-section-form {
        padding: 0 12px;
    }
    .opt-main-info .manager-section {
        margin-bottom: 32px;
    }
    .opt-main-info .features-section {
        display: flex;;
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .opt-main-info .feature-card h3 {
        font-size: 14px;
    }
    .opt-main-info .feature-card p {
        font-size: 10px;
    }
    .opt-main-info .feature-card {
        min-width: 174px;
    }
    .opt-main-info .banner-section .banner-title svg {
        display: block;
    }
    .opt-main-info .banner-buttons {
        display: none;
    }
}
@media (max-width: 768px) {
    .opt-main-info .banner-section {
        max-height: 107px;
        padding: 16px 0 16px 70px;
    }
    .opt-main-info .feature-card {
        min-height: 97px;
        max-height: 97px;
    }
    .opt-main-info .banner-section .banner-title {
        margin-bottom: 8px;
    }
    .opt-main-info .banner-section .banner-title h1 {
        font-size: 16px;
    }
    .opt-main-info .banner-list li {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .opt-main-info .banner-list li > span {
        display: none;
    }
    .opt-main-info .banner-section::before {
        height: 290%;
        width: 322px;
        transform: translateY(-34%) translateX(100%);
    }
}
@media (max-width: 464px) {
    .opt-main-info .banner-section {
        padding: 12px 0 12px 21px;
    }
    .opt-main-info .banner-section::before {
        height: 200%;
        width: 232px;
        transform: translateY(-18%) translateX(95%);
    }
}
@media (max-width: 320px) {
    .opt-main-info .banner-section::before {
        content: none;
    }
    .opt-main-info .banner-section .banner-title h1 {
        font-size: 14px;
    }
}
