.swiper_wrapper .typical-slider__nav__ {
    display: none;
}
.main-banner--inner .main-banner__body h1 {
    line-height: 50px;
    margin-bottom: 20px!important;
}
.main-banner--inner .main-banner__body h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}
.page__descp-details .descp-details__text h3:not(:last-child) {
    margin-bottom: 10px;
    margin-top: 20px;
}
button.spollers__title.--end {
    justify-content: space-between;
    flex-direction: row;
    padding: 20px;
    align-items: center;
}
.spollers__title__left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ac .spollers__title .spollers__title-right {
    width: 100%;
}
.spollers__title .spollers__title-right {
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    direction: ltr;
}
.spollers__title-right::before {
    display: none;
}
.spollers__title__right {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-color: #E7F2FF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spollers__title._spoller-active .spollers__title__right svg {
    transform: rotate(180deg);
}
.spollers__item .spollers__body {
    padding-top: 20px;
    border-top: 1px solid #CEE5FF;
    border-radius: 0;
}
.spollers__content::before {
    display: none;
}
.spollers__body .content-spollers__item {
    text-align: left;
}
.content-spollers__text ol {
    line-height: 1.6rem;
    padding-right: 1.5625rem;
    padding-left: 30px;
}
.table-spollers__inner .table-spollers__item {
    align-items: flex-start;
    text-align: left;
}
.spollers__item .spollers__body{
    padding: 20px;
}
.spollers__body .content-spollers__text,
.spollers__body .content-spollers__text p,
.spollers__body .content-spollers__text ul,
.spollers__body .content-spollers__text ol {
    text-align: left;
}
.spollers__body .content-spollers__text ul,
.spollers__body .content-spollers__text ol {
    padding-left: 20px;
}
.spollers__body .content-spollers__text ul li {
    line-height: 25px;
    position: relative;
}
.spollers__body .content-spollers__text ul li:before {
    position: absolute;
    top: 9px;
    left: -18px;
    content: "";
    float: left;
    width: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    height: 8px;
    border-radius: 50%;
    background: #00a2e5;
}
.main-banner__container .main-banner__descp {
    position: relative;
    padding-bottom: clamp(1.25rem, 0.4419191919rem + 4.0404040404vw, 2.75rem);
}
.nuar-blk.gradient {
    background: linear-gradient(0deg, #000000a8 10%, #ffffff00 50%);
}
.table-spollers__list .list-table-spollers__item {
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px;
}
.list-table-spollers__item span {
    text-align: left;
    width: 95%;
}

.box-info-dws {
    width: 305px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.box-info--bg--dws {
    background-color: #e7f2ff;
    border: 0.125rem solid #cee5ff;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    height: 140px;
    width: 100%;
}
.box-info-price_dbl {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.box-info-price_dbl {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.bi-price {
    white-space: nowrap;
    font-weight: 600;
    font-size: 32px;
    color: #0587D6;
    text-align: right;
}
.ico-article-pay img {
    max-height: 30px;
}
.ico-article-pay {
    margin-left: 4px;
}
.grid {
    display: table;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 5px;
}
.grid-tr {
    display: table-row;
}
.grid-td {
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
    padding: 0;
}
.kup-usd {
    width: auto;
    height: 30px;
    display: inline-block;
    margin-top: 1px;
    margin-left: 10px;
}
.ico_mir {
    width: auto;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}
.ico_usd {
    width: auto;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}
.price-item-flex-wrapper {
    display: flex;
    justify-content: space-between;
}
form .action-board__item {
    flex: 0 1 100%;
}
@media only screen and (max-width : 768px) {
    .main-banner--inner .main-banner__body h1 {
        line-height: 25px;
        margin-bottom:0!important;
    }
    .main-banner--inner .main-banner__body h2 {
        line-height: 20px;
        font-size: 20px;
        margin-top: 10px;
    }
    .spollers__title__left .spollers__title-right {
        margin-bottom: 0;
    }
    .table-spollers__inner, .table-spollers__inner.not-reverse {
        flex-direction: column;
    }
    .descp-details__text .list-special li::before {
        top: 6px;
    }
    .list-special li {
        margin: 12px 0;
    }
    .list-special li span {
        line-height: 24px;
    }
    .box-info--bg--dws {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        border-radius: 0;
        height: 50px;
    }
    .box-info-dws {
        width: 100%;
        position: inherit;
    }
    .bi-price {
        font-size: 22px;
    }
    .box-info-price_dbl {
        margin-bottom: 0;
    }
    .ico-article-pay img {
        max-height: 20px;
        margin-top: 2px;
    }
    /*.action-board__price:last-child::before {*/
    /*    content: '/';*/
    /*    margin-left: 5px;*/
    /*    margin-right: 5px;*/
    /*    width: 10px;*/
    /*    height: auto;*/
    /*}*/
    .kup-usd {
        height: 21px;
        margin-top: 0;
        margin-left: 5px;
    }
    .item-form.dws_mob_none {
        display: none;
    }
    .descp-details .descp-details__text.custom_mb16 {
        margin-bottom: 16px;
    }
    form .action-board__item {
        flex: 0 1 50%;
    }
    a.action-board__btn.btn.act__btn {
        width: 100%;
    }
    .box-info-dws .main-banner__body h1,
    .box-info-dws .main-banner__body h2 {
        color: #333;
    }
    .banner-title__container .main-banner__body {
        margin-top: 10px;
        margin-bottom: 14px;
    }
    .page__share.share {
        margin-bottom: 0;
    }
    .page__template {
        margin-bottom: 0;
    }
    .excur_custom .main-template {
        gap: 0;
    }
    .main-banner__slider .nuar-blk.gradient {
        background: no-repeat;
    }
}
@media only screen and (max-width : 410px) {
    .ico_usd {
        height: 20px;
        margin-left: 5px;
        margin-top: 3px;
    }
    .ico_mir {
        height: 18px;
        margin-left: 1px;
        margin-top: 4px;
    }
}






