

.m-3 {
    background: #121212;
}

.m-3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 334px);
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.m-3:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 333px);
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.m-3 .wrapper {
    position: static;
}

.m-3 .wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.m-3 .text-before-title,
.m-3 .section-title {
    color: #FFF;
    text-align: center;
}

.m-3-flex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
}

.m-3-column {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.m-3-column-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FEFEFE;
    padding: 14px 12px 14px 36px;
    gap: 28px;
}

.m-3-column-header-right {
    width: 186px;
    height: 144px;
}

.m-3-column-header-right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.m-3-column-header-left {
    width: 100px;
    flex-grow: 2;
}

.m-3-column-header-left-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 111.3%;
    margin-bottom: 16px;
}

.m-3-column-header-left-text {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.m-3-column-body {
    background: #262626;
    padding: 28px 32px 54px 32px;
}

.m-3-column-item {
    cursor: pointer;
    user-select: none;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.m-3-column-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-3-column-item-count {
    color: rgba(255, 255, 255, 0.25);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 80px;
    min-width: 80px;
}

.m-3-column-item-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 100px;
    flex-grow: 2;
    padding-right: 20px;
}

.m-3-column-item-btn {
    position: relative;
    background: #353434;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.m-3-column-item-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: 0.25s;
    background: #FFF;
    width: 14px;
    height: 2px;
}

.m-3-column-item-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: 0.25s;
    background: #FFF;
    width: 2px;
    height: 14px;
}

.m-3-column-item-body {
    max-height: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: 0.25s;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
}

.m-3-column-item.active .m-3-column-item-btn:before {
    opacity: 0;
}

.m-3-column-item.active .m-3-column-item-body {
    padding-top: 16px;
    opacity: 1;
    max-height: 450px;
}

.m-3-bottom {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    gap: 18px;
}

.m-3-bottom-text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

@media screen and (max-width: 992px) {
    .m-3-column {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .m-3-column-header {
        flex-direction: column;
        padding: 24px;
        gap: 4px;
    }

    .m-3-column-header-left {
        width: 100%;
    }

    .m-3-column-header-right {
        margin-left: auto;
        margin-bottom: -54px;
        margin-right: -44px;
    }

    .m-3-column-item-count {
        width: 40px;
        min-width: 40px;
    }

    .m-3-column-item-title {
        font-size: 16px;
        padding-right: 12px;
    }

    .m-3-column-body {
        padding: 24px 20px 40px 20px;
    }

    .m-3-bottom {
        margin-top: 40px;
    }
}


.m-7 {
    position: relative;
    overflow: hidden;
    background: #121212;
}

.m-7:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 334px);
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.m-7:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 333px);
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.m-7 .wrapper {
    position: static;
}

.m-7 .wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    height: 100%;
    background: rgba(255, 255, 255, 0.11);
    width: 1px;
    pointer-events: none;
}

.m-7-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 820px;
    z-index: 1;
}

.m-7-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.m-7-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 20;
}

.m-7-left {
    width: 412px;
}

.m-7-left img {
    display: block;
    width: 100%;
    height: auto;
}

.m-7-right {
    width: calc(100% - 448px);
}

.m-7-right .section-title {
    color: #fff;
}

.m-7 .m-3-column-item-btn {
    background: transparent;
}

.m-7 .m-3-column-item-btn:after {
    display: none !important;
}

.m-7 .m-3-column-item-btn:before {
    width: 14px !important;
    height: 16px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    opacity: 1 !important;
    background: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOC42NjU0OEwxLjEzMzUyIDcuNTE3MDVMNS44NjE1MSAxMi4yNDVMNS44NjE1MSAwSDcuNTAyMTNMNy41MDIxMyAxMi4yNDVMMTIuMjE1MiA3LjUxNzA1TDEzLjM2MzYgOC42NjU0OEw2LjY4MTgyIDE1LjM0NzNMMCA4LjY2NTQ4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.m-7 .m-3-column-item {
    background: #262626;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 14px;
}

.m-7 .m-3-column-item:last-child {
    margin-bottom: 0;
}

.m-7 .m-3-column-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.24);
}

.m-7 .m-3-column-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.24);
}

.m-7 .m-3-column-item.active .m-3-column-item-btn:before {
    transform: translate(-50%, -50%) rotate(180deg) !important;
}

.m-7-right .main-btn {
    margin-top: 40px;
}

@media screen and (max-width: 992px) {
    .m-7-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .m-7-left {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 30;
    }

    .m-7-right {
        position: relative;
        z-index: 20;
        width: 100%;
    }

    .m-7-bg {
        display: none;
    }

    .m-7-right .main-btn {
        margin-left: auto;
        margin-right: auto;
    }
}


















