/*.opt .banner-section,
.opt .features-section,
.opt .manager-section,
.special-section {
    margin: 0 12px;
}*/
.opt .important-text {
    font-weight: bold;
    color: #E5383B;
    margin: 0 2px;
}
.opt .btn.btn-outline {
    background-color: #343434;
    color: white;
    border: 2px solid #E5383B;
}

.opt .btn.btn-outline:hover {
    color: white;
    background: var(--theme-primary-light);
    border-color: var(--theme-primary-light);
}

.opt .banner-section {
    position: relative;
    padding: 65px 65px 40px 65px;
    color: white;
    z-index: 1;
    border-radius: 28px;
    margin-bottom: 32px;
    overflow: hidden;
    background-color: #343434;
    margin-top: 0;
}
.opt .banner-section::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -21%;
    transform: translateY(-53%);
    width: 100%;
    height: 298%;
    background: url(../img/opt/banner.png) no-repeat right center;
    background-size: contain;
    z-index: 0;
}
.opt .banner-section h1 {
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    font-weight: 600;
}
.opt .banner-list {
    margin-bottom: 25px;
    padding: 0;
    position: relative;
    z-index: 2;
}
.opt .banner-list li {
    margin-bottom: 8px;
    font-size: 16px;
    list-style: none;
    display: flex;
    align-items: center;
}
.opt .banner-list li svg {
    margin-right: 10px;
    min-height: 20px;
    min-width: 20px;
}
.opt .banner-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.opt .features-section {
    margin-bottom: 32px;
}
.opt .features-section .swiper-wrapper:last-child {
    margin-right: 0;
}
.opt .feature-card {
    background: #F4F5F7;
    padding: 30px 30px 20px 25px;
    border-radius: 28px;
    box-shadow: 0 2px #E63C22;
    min-height: 145px;
    margin-bottom: 2px;
}
.opt .feature-card h3 {
    color: #343434;
    margin-bottom: 12px;
    font-size: 20px;
}
.opt .feature-card p {
    color: #565656;
    font-size: 13px;
}

.opt .special-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.opt .special-offer {
    background: #F4F5F7;
    padding: 11px 21px;
    border-radius: 14px;
    color: #0B090A;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opt .special-offer > span {
    display: flex;
    align-items: center;
    margin-right: 6px;
}
.opt .special-offer > span svg {
    margin-right: 8px;

}
.opt .special-offer .title {
    line-height: 20px;
}
.opt .special-offer.special-prices span svg {
    min-height: 24px;
    min-width: 24px;
}
.opt .special-offer.calculate span svg {
    min-height: 22px;
    min-width: 18px;
}
.opt .special-offer .btn.btn-dark {
    background: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 222px;
    width: 100%;
    padding: 0;
    font-size: 15px;
    height: 42px;
}
.opt .special-offer:first-child .btn svg {
    display: none;
}

.opt .account-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    width: 100%;
}
.opt .account-section h2 {
    color: #343434;
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 500;
}
.opt .account-section .account-features-buttons {
    margin-top: 46px;
    display: flex;
    gap: 15px;
}
.opt .account-section .account-features-buttons .btn.btn-outline {
    color: #343434;
    border: 2px solid #e74c3c;
    background: white;
}
.opt .account-section .account-features-buttons svg path {
    fill: #343434;
    transition: fill .15s ease-in-out;
}
.opt .account-section .account-features-buttons .btn.btn-outline:hover {
    color: white;
    background: var(--theme-primary-light);
    border-color: var(--theme-primary-light);
}

.opt .account-section .account-features-buttons .btn.btn-outline:hover svg path {
    fill: white;
}
.opt .account-features-list {
    list-style: none;
    padding: 0;
}
.opt .account-features-list li > svg {
    margin-right: 8px;
}
.opt .account-features-list li {
    margin-bottom: 16px;
    font-size: 16px;
    color: #343434;
    display: flex;
    align-items: center;
}
.opt .account-features-list li svg {
    min-height: 24px;
    min-width: 24px;
}
.opt .account-features-descr {
    flex: 1 1 60%;
    padding: 43px 12px;
    box-sizing: border-box;
    z-index: 2;
}
.opt .account-features-img {
    flex: 1 1 40%;
    position: relative;
    background-image: url('../img/opt/features.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 300px;
}

.opt .contact-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 400px;
    position: relative;
}
.opt .contact-section-form {
    flex: 0 0 40%;
    z-index: 2;
    box-sizing: border-box;
}
.opt .contact-section-img {
    flex: 0 0 47%;
    position: relative;
    z-index: 1;
    background-image: url(../img/opt/contact.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 12%;
}

.opt .manager-section {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.opt .manager-card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex: 1;
}
.opt .manager-img {
    width: 167px;
    min-width: 167px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.opt .manager-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.opt .manager-info {
    padding: 21px 10px 21px 24px;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.opt .manager-card p {
    margin: 4px 0;
}
.opt .manager-info .title {
    font-size: 12px;
    color: #84858A;
}
.opt .manager-info .fio {
    color: #1B1B1F;
    font-weight: bold;
    margin: 3px 0;
}
.opt .manager-info .phone {
    font-size: 15px;
}
.opt .manager-info .email,
.opt .manager-info .fio {
    font-size: 16px;
}

@media (max-width: 1348px) {
    .opt .manager-info {
        padding: 20px 5px 20px 12px;
    }
}
@media (max-width: 1298px) {
    .opt .manager-info .title {
        font-size: 11px;
    }

    .opt .manager-info .phone {
        font-size: 14px;
    }
    .opt .manager-info .email,
    .opt .manager-info .fio {
        font-size: 14px;
    }
    .opt .manager-info .fio {
        margin: 0;
    }
}
@media (max-width: 1280px) {
    .opt .manager-section {
        gap: 12px;
    }
}
@media (max-width: 1195px) {
    .opt .manager-img {
        width: 120px;
        min-width: 120px;
        height: 136px;
    }
}
@media (max-width: 1049px) {
    .opt .manager-img {
        width: 100px;
        min-width: 100px;
    }
}
@media (max-width: 992px) {
    .opt .manager-section{
        flex-direction: column;
    }
    .opt .banner-section::before {
        height: 150%;
    }
    .opt .account-section .account-features-buttons{
        flex-direction: column;
    }
    .opt .account-section .account-features-buttons .btn-outline {
        order: -1;
    }
    .opt .banner-section, .features-section, .manager-section, .special-section {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }
    .opt .contact-section-form {
        padding: 0 12px;
    }
    .opt .manager-section {
        margin-bottom: 32px;
    }
}
@media (max-width: 768px) {
    .opt .special-offer .title {
        line-height: 14px;
    }
    /*.opt .special-offer .btn.btn-dark {
        max-width: 24px;
        padding: 2px;
        border-radius: 6px;
    }
    .opt .special-offer > span svg {
        margin-right: 6px;
    }*/
    /*.opt .special-offer .btn span {
        display: none;
    }*/
    .opt .special-offer .btn.btn-dark {
        max-width: 151px;
    }
    .opt .special-offer:first-child .btn svg {
        display: block;
    }

    .opt .banner-section {
        padding:24px;
    }
    .opt .banner-section h1{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .opt .banner-section .banner-list li{
        font-size: 14px;
    }
    .opt .banner-section::before {
        display: none;
    }

    .opt .banner-image {
        height: 120px;
        position: relative;
        overflow: hidden;
    }

    .opt .banner-image:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(200%);
        width: 100%;
        height: 200%;
        background: url('../img/opt/banner.png') no-repeat center center;
        background-size: contain;
        z-index: 0;
    }
    .opt .banner-buttons{
        flex-direction: column;
    }
    .opt .banner-buttons .btn-outline {
        order: -1;
    }
    .opt .btn {
        width: 100%;
        text-align: center;
    }

    .opt .feature-card h3 {
        font-size: 16px;
    }

    .opt .account-section h2 {
        font-size: 20px;
    }

    .opt .account-features-list li {
        font-size: 13px;
    }

    .opt .contact-managers {
        grid-template-columns: 1fr;
    }
    .opt .contact-section {
        flex-direction: column;
    }
    .opt .contact-section-form,
    .opt .contact-section-img {
        flex: 1 1 100%;
    }
    .opt .contact-section-img {
        height: 300px;
    }
    .opt .account-section {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .opt .account-features-img {
        order: -1;
        width: 100%;
        min-height: 250px;
        margin-bottom: 20px;
    }

    .opt .account-features-descr {
        flex: 1 1 100%;
        width: 100%;
        padding: 20px 12px;
    }
    .opt .special-offer {
        padding: 12px;
        font-size: 16px;
    }
    .opt .features-section {
        margin: 0 12px 40px 12px !important;
    }

}
@media (max-width: 540px) {
    .opt .special-offer {
        flex-flow: column;
        align-items: start;
    }
    .opt .special-offer .title {
        font-size: 12px;
    }
    .opt .special-offer .btn.btn-dark {
        max-width: unset;
        margin-top: 16px;
    }
}
@media (max-width: 390px) {
    .opt .manager-img {
        min-width: 86px;
        width: 86px;
        height: 107px;
    }
    .opt .manager-info {
        padding: 12px 5px 12px 24px;
    }
    .opt .manager-img img {
        height: 100%;
    }
    .opt .manager-card p {
        margin: 0;
    }
}
@media (max-width: 327px) {
    .opt .manager-info {
        padding-left: 12px;
    }
}