.svg-icon * {
    max-width: 100% !important;
    max-height: 100% !important;
}
.promocode-action {
    cursor: pointer;
}
.hidden {
    display: none;
}
#toc_container {
    background-color: #efefef;
    padding: 30px 30px 25px;
    margin: 0 0 30px;
    width: 100%;
    clear: both;
}
#toc_container li {
    margin: 0 0 5px;
}
.toc_title {
    font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.promocode-popup {
    display: none; }
.popup__layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    will-change: top;
    opacity: .75;
    visibility: visible;
    transition: opacity 300ms cubic-bezier(.2, 0, .2, 1), visibility 0ms 0ms; }

.popup__container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
    z-index: 1001;
    text-align: center;
    visibility: visible;
    overflow-y: scroll;
    padding: 50px 0; }

.popup__container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.popup__body {
    background-color: #fff;
    pointer-events: auto;
    position: relative;
    min-width: 380px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 0 -3px;
    transition: all 300ms cubic-bezier(.2, 0, .2, 1), visibility 0ms 0ms;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    padding: 45px;
    max-width: 600px; }

.popup__close {
    position: absolute;
    font-size: 1.2rem;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #fff;
    background-color: #22252D;
    width: 45px;
    height: 45px;
    border: 0; }

.popup__close svg {
    width: 25px;
    height: 25px;
    fill: #fff; }

.popup__close:hover {
    background-color: #F53338; }

.popup__heading {
    font-size: 29px;
    line-height: 21px;
    margin: 0 0 12px;
    color: #000;
    font-weight: bold;
    text-align: center; }

.promo__text {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

.promo-popup-box {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
}

.promo-popup-item {
    font-size: 16px;
    display: flex;
    gap: 12px;
    line-height: 1.4;
    font-weight: 400;
}

.promo-popup-item:before {
    display: inline-flex;
    width: 26px;
    height: 26px;
    border: 1px solid #228FFC;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.promo-popup-item__1:before {
    content: "1";
}

.promo-popup-item__2:before {
    content: "2";
}

.promo-popup-item__3:before {
    content: "3";
}

.promo-popup-code {
    padding: 3px 8px;
    background: #fff;
    border: 1px dashed #ff4747;
    font-weight: bold;
    font-size: 14px;
    color: #ff4747;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.promo-popup-item img {
    vertical-align: top;
}

.promo__image {
    max-width: 600px;
    margin-top: 30px;
    width: 100%; }
.popup__close:before,
.popup__close:after {
    content: '';
    width: 3px;
    height: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.popup__close:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
@media (max-width: 768px) {
    .popup__container {
        padding: 20px 5px !important;
    }

    .popup__body {
        min-width: auto; }

    .promo__image {
        max-width: 100%;
        margin-top: 10px; }

    html.with--no_scroll {
        margin-right: 0; } }
.popup__heading {
    margin-bottom: 15px;
    font-size: 1.5em;
    border-bottom: solid rgba(36, 37, 38, 0.5) 1px;
    padding-bottom: 15px; }
.popup__heading:empty {
    display: none;
}


.comment-widget-title {
    font-weight: bold;
    font-size: 18px;
}
@media(min-width: 671px) and (max-width: 767px) {
    .container {
        width: 650px;
    }
}
