.omb-custom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 1px solid #F399C7;
    border-radius: 16px;
}

.ul-list-custom-mode li {
    padding-left: 21px;
}

.ul-list-custom-mode li:before {
    left: 6px;
}

.onex-card-custom .content {
    padding: 32px;
}

.video-placeholder {
    position: relative;
    border-radius: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70%;
    display: flex;
}

.video-placeholder .video-icon {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.summary-card .custom-icon {
    position: absolute;
    right: 9px;
    bottom: 0;
}

.ods-persona {
    right: 9px;
    bottom: 0;
}

.custom-summary-card {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.modal-custom-width .modal-content {
    max-width: 589px;
    padding-top: 24px;
}

.lc-wrap {
    border-radius: 16px;
    padding: 40px 24px 24px;
}

.mwc-custom .modal-window-main {
    min-height: 80px;
}


.mesh-config {
    height: 100%;
    overflow: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.mesh-content {
    /*  position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    z-index: -1;
    opacity: 0;*/

    display: none;
    padding-bottom: 128px;
}

.mesh-config .modal-window-footer {
    left: 15px;
    right: 15px;
    width: auto;
    padding-bottom: 32px;
}

.mesh-content.is-active {
    /*opacity: 1;
    position: static;
    z-index: 1;
    */
    display: block;
}

.lc-button-hidden {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.product-benefits-list li {
    margin-bottom: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.product-benefits-list li:last-child {
    margin-bottom: 0;
}

.output-final-call {
    display: none;
}

.final-call .output-extra-lc {
    display: none;
}

.final-call .output-final-call {
    display: block;
}

.modal-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 188px;
    background-position: center 36px;
    background-repeat: no-repeat;
    background-size: 316px;
}

.modal-img-content {
    padding-top: 190px;
}

.bg-macaw .modal-window-footer {
    background-color: #84B0F5;
    box-shadow: 0 20px 0 20px #84B0F5;
}

.bg-kingfisher .modal-window-footer {
    background-color: #4DD1E0;
    box-shadow: 0 20px 0 20px #4DD1E0;
}

.bg-lagoon .modal-window-footer {
    background-color: #5EC2ED;
    box-shadow: 0 20px 0 20px #5EC2ED;
}

.mesh-back-btn {
    display: none;
}

.detail-offer-active .mesh-back-btn {
    display: flex;
}

.detail-offer-active .mesh-modal-close {
    display: none;
}

.monthly-price {
    top: -1px;
}

@media screen and (max-width: 767.98px) {
    .media.custom-mode {
        padding-bottom: 75%;
    }

    .media.custom-mode-v2 {
        padding-bottom: 84%;
    }

    .content.custom-mode {
        padding-top: 40px;
    }

    .onex-card-large-custom .content {
        padding-top: 24px;
    }
}

@media screen and (min-width: 768px) {
    .omb-custom:before {
        border-radius: 48px;
    }

    .onex-card-large-custom .content {
        padding: 40px;
    }

    .lc-wrap {
        border-radius: 24px;
        padding: 40px;
    }
}

@media screen and (min-width: 992px) {
    .video-placeholder {
        padding-bottom: 46%;
    }

    .mwc-custom .modal-window-main {
        min-height: 110px;
    }

    .mesh-content {
        padding-bottom: 108px;
    }

    .product-benefits-list li {
        margin-bottom: 16px;
    }

    .product-benefits-list li:last-child {
        margin-bottom: 0;
    }

    .monthly-price {
        top: -3px;
    }

    .modal-img {
        height: 301px;
        background-size: 100%;
        background-position: center 6px;
    }

    .modal-img-content {
        padding-top: 301px;
    }
}

@media screen and (min-width: 992px) and (max-height: 750px) {
     .modal-img {
        height: 281px;
    }

    .modal-img-content {
        padding-top: 281px;
    }
}
