body {
    background-color:var(--page-dark)
}
body::before {
    width: 338px;
    left: 0;
    background-image: url(/_img/tariff-steps/bg_left.svg);

}
@media (min-width:992px) {
    body {
        position:relative
    }
    body:before,
    body:after {
        content:" ";
        position:absolute;
        top:60px;
        bottom:0;
        background-repeat:no-repeat
    }
    body:before {
        width:338px;
        left:0;
        background-image:url(/_img/tariff-steps/bg_left.svg)
    }
    body:after {
        width:202px;
        right:0;
        background-image:url(/_img/tariff-steps/bg_right.svg)
    }
}
.funnel {
    text-align:center;
    padding-top:initial;
    padding-bottom:initial;
    transition:initial;
    margin-left:-16px;
    margin-right:-16px;
    padding-left:16px;
    padding-right:16px;
    max-width:440px;
    background-color:var(--page-funnel)
}
@media (min-width:440px) {
    .funnel {
        margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        margin-bottom:50px;
        box-shadow:var(--funnel-box-shadow)
    }
}
.funnel__header {
    font-weight:600;
    font-size:20px;
    line-height:28px;
    color:#fff;
    background-color:var(--bg-sign);
    margin-left:-16px;
    margin-right:-16px;
    padding-left:16px;
    padding-right:16px;
    padding-top:13px;
    padding-bottom:18px;
    position:relative;
    background-image:url(/_img/header-decor-left.svg),url(/_img/header-decor-right.svg);
    background-position:-5px 5px,calc(100% + 30px) -30px;
    background-repeat:no-repeat
}
@media (min-width:440px) {
    .funnel__header {
        font-size:24px;
        line-height:32px;
        padding-top:40px;
        padding-bottom:24px;
        border-top-left-radius:20px;
        border-top-right-radius:20px;
        background-position:-5px 22px,calc(100% + 20px) 0
    }
}
.funnel__header:after {
    content:" ";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:18px;
    background-size:100% 100%;
    background-image:var(--after-funnel)
}
.funnel__content {
    padding-top:30px;
    padding-bottom:16px
}
@media (min-width:440px) {
    .funnel__content {
        padding-top:37px;
        padding-bottom:37px
    }
}
.progress {
    display:grid;
    height:6px;
    grid-template-columns:repeat(3,1fr);
    -webkit-column-gap:6px;
    -moz-column-gap:6px;
    column-gap:6px
}
.progress[data-step="1"] .progress__item:nth-child(1) {
    background-color:#7bbb29;
    opacity:.5
}
.progress[data-step="2"] .progress__item:nth-child(1),
.progress[data-step="2"] .progress__item:nth-child(2) {
    background-color:#7bbb29;
    opacity:.5
}
.progress[data-step="3"] .progress__item:nth-child(1),
.progress[data-step="3"] .progress__item:nth-child(2),
.progress[data-step="3"] .progress__item:nth-child(3) {
    background-color:#7bbb29;
    opacity:.5
}
.progress__item {
    border-radius:8px;
    background-color:rgba(123,187,41,.15)
}
.preloader {
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#fff;
    opacity:.98;
    z-index:4
}
.preloader__icon {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:200px;
    height:200px;
    display:inline-block;
    background:url(/_img/tariff-steps/preloader.gif) no-repeat center;
    background-size:100% auto
}

.google-sign {
    font-size:16px;
    font-weight:600;
    color:var(--funnel-color);
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    width:100%;
    height:48px;
    padding-left:16px;
    padding-right:16px;
    border-radius:6px;
    background-color:var(--bg-sign);
    border:1px solid var(--bg-sign);
    position:relative;
    z-index:1;
    cursor:pointer;
    box-shadow:0 4px 16px rgba(215,222,241,.4),0 11px 24px rgba(215,222,241,.2)
}
.google-sign__icon {
    width:20px;
    height:20px;
    margin-right:10px
}

.custom-input {
    font-size:0;
    position:relative
}
.custom-input__element {
    font-family:"Open Sans",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:16px;
    color:var(--funnel-color);
    width:100%;
    height:48px;
    padding-left:16px;
    padding-right:16px;
    border-radius:6px;
    background-color:var(--bg-sign);
    border:1px solid var(--bg-sign);
    box-shadow:0 4px 16px rgba(215,222,241,.4),0 11px 24px rgba(215,222,241,.2);
    transition:background-color .225s ease,border-color .225s ease
}
.custom-input__element::-webkit-input-placeholder {
    color:#546e7a;
    line-height:46px
}
.custom-input__element::-moz-placeholder {
    color:#546e7a;
    line-height:46px
}
.custom-input__element::placeholder {
    color:#546e7a;
    line-height:46px
}
.input-field {
    text-align:left;
    position:relative
}
.input-field.is-error .input-field__message {
    pointer-events:auto;
    opacity:1
}
.input-field__message {
    font-size:12px;
    line-height:18px;
    color:#ff8780;
    position:absolute;
    bottom:-18px;
    left:0;
    opacity:0;
    pointer-events:none;
    transition:opacity .225s ease
}

.custom-checkbox {
    position:relative
}
.custom-checkbox__input {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    border:0;
    padding:0;
    clip:rect(0 0 0 0);
    overflow:hidden
}
.custom-checkbox__input:checked+.custom-checkbox__label:after {
    opacity:1
}
.custom-checkbox__label {
    width:100%;
    font-size:14px;
    line-height:24px;
    color:var(--funnel-color);
    position:relative;
    display:inline-block;
    min-height:24px;
    padding-left:28px;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent
}
.custom-checkbox__label:before {
    content:"";
    position:absolute;
    left:0;
    top:1px;
    width:24px;
    height:24px;
    border:1px solid #e0e6f1;
    background-color:var(--page-funnel);
    border-radius:6px;
    box-shadow:0 4px 16px rgba(215,222,241,.4),0 11px 24px rgba(215,222,241,.2);
    transition:background-color .225s ease-out,border-color .225s ease-out
}
.custom-checkbox__label:after {
    content:"";
    position:absolute;
    left:5px;
    top:9px;
    width:14px;
    height:11px;
    background-image:url("data:image/svg+xml,%3Csvg width='14' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.02 7.67 12.38.004 13.5 1.17l-8.48 8.833L.5 5.296l1.12-1.167 3.4 3.541Z' fill='%237BBB29'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    opacity:0;
    transition:opacity .225s ease
}
.custom-checkbox.is-error .custom-checkbox__label:before {
    border-color:#eb5757
}

.create-account {
    max-width:290px;
    margin-left:auto;
    margin-right:auto
}
.create-account__separator {
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
    position:relative;
    background-color:#d2dbed;
    width:222px;
    margin-left:auto;
    margin-right:auto
}
@media (min-width:992px) {
    .create-account__separator {
        margin-top:15px;
        margin-bottom:15px
    }
}
.button-custom:disabled {
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    background-color:var(--button-disabled);
    border-color:var(--button-disabled)
}

.create-account__separator-text {
    font-size:16px;
    line-height:20px;
    text-transform:uppercase;
    color:#546e7a;
    position:absolute;
    left:50%;
    top:50%;
    padding-left:8px;
    padding-right:8px;
    background-color:var(--bg-sign);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.create-account__checkbox {
    margin-top:36px
}
.create-account__progress {
    margin-top:20px
}
.create-account__button {
    width:100%;
    margin-top:10px
}
@media (min-width:992px) {
    .create-account__button {
        height:56px
    }
}
.create-account__link {
    font-size:14px;
    color:#1786e5;
    transition:color .225s ease
}
@media (min-width:992px) {
    .create-account__link:hover {
        text-decoration:underline
    }
}
.create-account__link:active {
    color:#00a3ff;
    text-decoration:none
}
.create-account__text {
    color:var(--funnel-color);
    margin-top:10px
}
.wrapper {
    max-width:1056px;
    width:100%;
    padding-left:16px;
    padding-right:16px;
    margin-left:auto;
    margin-right:auto
}
@media (min-width:801px) {
    .wrapper {
        max-width:1064px;
        padding-left:20px;
        padding-right:20px
    }
}

.custom-icon {
    display:inline-block;
    width:16px;
    height:16px;
    stroke-width:0;
    stroke:currentColor;
    fill:currentColor
}
.button-custom {
    font-family:"Open Sans",Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    display:-webkit-inline-flex;
    display:inline-flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    height:48px;
    padding-left:16px;
    padding-right:16px;
    padding-top:0;
    padding-bottom:0;
    border-radius:8px;
    border:1px solid transparent;
    background-color:transparent;
    cursor:pointer;
    box-shadow:0 8px 16px rgba(42,49,61,.12);
    transition:background-color .225s ease,border-color .225s ease,color .225s ease
}
.button-custom.animated {
    -webkit-animation:pulse-fast 3s infinite;
    animation:pulse-fast 3s infinite
}
.button-custom:focus:not(:focus-visible) {
    outline:0
}
.button-custom:focus-visible {
    outline:0;
    box-shadow:0 0 0 1px #c8ffb5,0 0 0 4px rgba(123,187,41,.4);
    border-radius:8px
}
.button-custom--green {
    color:#fff;
    background-color:#7bbb29;
    border-color:#7bbb29
}
@media (min-width:992px) {
    .button-custom--green:hover {
        background-color:#6caa1c;
        border-color:#6caa1c
    }
}
.button-custom--green:active {
    background-color:rgba(123,187,41,.8);
    border-color:rgba(123,187,41,.8)
}
.button-custom--blue {
    color:#fff;
    background-color:#0b80e5;
    border-color:#0b80e5
}
@media (min-width:992px) {
    .button-custom--blue:hover {
        background-color:#0070d7;
        border-color:#0070d7
    }
}
.button-custom--blue:active {
    background-color:rgba(11,128,229,.8);
    border-color:rgba(11,128,229,.8)
}
.button-custom--try-button {
    color:#7bbb29;
    height:36px;
    padding-left:10px;
    padding-right:10px;
    border-radius:6px;
    background-color:rgba(123,187,41,.17);
    border-color:rgba(123,187,41,.3)
}
@media (min-width:992px) {
    .button-custom--try-button {
        padding-left:16px;
        padding-right:16px
    }
}
@media (min-width:992px) {
    .button-custom--try-button:hover {
        color:#fff;
        background-color:#7bbb29;
        border-color:#7bbb29
    }
}
.button-custom--try-button:active {
    color:rgba(255,255,255,.8);
    background-color:rgba(123,187,41,.8);
    border-color:rgba(123,187,41,.8)
}
.button-custom--border-blue {
    box-shadow:none;
    color:#0b80e5;
    border-color:#0b80e5
}
@media (min-width:992px) {
    .button-custom--border-blue:hover {
        color:#fff;
        background-color:#0b80e5
    }
}
.button-custom--border-blue:active {
    color:rgba(11,128,229,.8);
    background-color:transparent;
    border-color:rgba(11,128,229,.8)
}

.carousel-slider {
    --swiper-navigation-color:var(--carousel-slider-navigation-color);
    --swiper-pagination-color:var(--carousel-slider-pagination-color);
    --swiper-pagination-bullet-inactive-color:var( --carousel-slider-pagination-color );
    position:relative;
    width:var(--carousel-slider-max-width);
    margin:0 auto;
    max-width:100%;
    overflow:hidden
}
.carousel-slider .swiper {
    padding-top:4px;
    padding-bottom:32px
}
@media (min-width:992px) {
    .carousel-slider .swiper {
        margin:0 3px
    }
}
.carousel-slider .swiper-slide {
    width:var(--carousel-slider-width);
    height:var(--carousel-slider-height);
    position:relative
}
.carousel-slider .swiper-pagination-bullets {
    bottom:5px
}
.carousel-slider .swiper-slide img {
    display:block
}
.carousel-slider {
    --carousel-slider-max-width:1200px;
    --carousel-slider-width:520px;
    --carousel-slider-height:140px;
    --carousel-slider-navigation-color:#fff;
    --carousel-slider-pagination-color:#fff
}
.carousel-slider .swiper-slide {
    max-width:calc(100% - 118px)
}
@media (min-width:375px) {
    .carousel-slider .swiper-slide {
        max-width:calc(100% - 150px)
    }
}
@media (min-width:414px) {
    .carousel-slider .swiper-slide {
        max-width:calc(100% - 200px)
    }
}
@media (min-width:992px) {
    .carousel-slider .swiper-slide {
        -webkit-transform:scale(.9);
        transform:scale(.9);
        max-width:initial;
        width:33.3333333333%;
        transition:-webkit-transform .225s ease;
        transition:transform .225s ease;
        transition:transform .225s ease, -webkit-transform .225s ease
    }
}
.carousel-slider .swiper-slide.swiper-slide-active {
    border-radius:0;
    background:0 0;
    box-shadow:initial
}
@media (min-width:992px) {
    .carousel-slider .swiper-slide.swiper-slide-active {
        -webkit-transform:scale(1);
        transform:scale(1);
        max-width:initial;
        width:33.3333333333%
    }
}
.carousel-slider .swiper-slide.swiper-slide-active .plans__item {
    margin:0 31px;
    border-radius:20px;
    box-shadow:0 0 0 4px #1786e5
}
@media (min-width:375px) {
    .carousel-slider .swiper-slide.swiper-slide-active .plans__item {
        margin:0 42px
    }
}
@media (min-width:414px) {
    .carousel-slider .swiper-slide.swiper-slide-active .plans__item {
        margin:0 31px
    }
}
@media (min-width:992px) {
    .carousel-slider .swiper-slide.swiper-slide-active .plans__item {
        margin:0 3px
    }
}
.carousel-slider .swiper-slide.swiper-slide-active .plans__period {
    color:#66b8ff
}
.carousel-slider .swiper-slide.swiper-slide-active .plans__badge {
    opacity:1
}
.carousel-slider .carousel-slider-animate-opacity {
    height:100%;
    opacity:1!important
}
.swiper-pagination-bullet {
    background-color:#66b8ff;
    opacity:.3;
    transition:box-shabox .225s ease,opacity .225s ease
}
.swiper-pagination-bullet-active {
    background-color:#1786e5;
    opacity:1;
    box-shadow:0 0 0 2px #2a313d,0 0 0 3px #1786e5
}
.swiper-slide-active {
    box-shadow:0 0 0 4px #1786e5
}
.plans__header {
    padding-left:initial;
    padding-right:initial;
    background-image:none
}
@media (min-width:414px) {
    .plans__header {
        padding-left:6px;
        padding-right:6px
    }
}
@media (min-width:992px) {
    .plans__header {
        padding-left:initial;
        padding-right:initial
    }
}
.plans__items {
    margin-top:18px
}
.plans__item {
    position:relative;
    height:inherit;
    pointer-events:none;
    margin:0 29px;
    border-radius:16px;
    background:radial-gradient(50% 50% at 50% 50%,#00386a 0,rgba(5,57,138,0) 100%),#1c2632
}
.plans__item input {
    display:none
}
@media (min-width:992px) {
    .plans__item {
        margin:initial;
        pointer-events:initial;
        cursor:pointer
    }
}
.plans__input {
    display:none
}
.plans__badge {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:50%;
    font-size:9px;
    font-weight:700;
    text-transform:uppercase;
    height:14px;
    line-height:14px;
    padding-left:4px;
    padding-right:4px;
    background-color:#7bbb29;
    border-radius:0 0 4px 4px;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity:.5;
    transition:opacity .225s ease
}
.plans__item--MMP3 .plans__badge {
    background-color:#1786e5
}
.plans__info {
    display:block;
    width:100%;
    height:inherit
}
@media (min-width:992px) {
    .plans__info>* {
        pointer-events:none
    }
    .plans__info input {
        display:none
    }
}
.plans__period {
    font-size:32px;
    font-weight:300;
    line-height:28px;
    color:#999eaf;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    padding-top:18px;
    transition:color .225s ease
}
.plans__period-text {
    font-size:14px;
    line-height:20px;
    font-weight:300
}
.plans__price {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 20px);
    background:rgba(255,255,255,.1);
    border-radius:6px;
    padding-top:4px;
    padding-bottom:4px;
    margin-top:5px
}
.plans__price-value {
    color:#fff;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:baseline;
    align-items:baseline
}
.plans__price-symbol {
    font-size:12px;
    font-weight:400;
    position:relative;
    top:-7px
}
[lang=ar] .plans__price-symbol {
    -webkit-order:4;
    order:4
}
.plans__price-int {
    font-size:18px;
    font-weight:600
}
[lang=ar] .plans__price-int {
    -webkit-order:3;
    order:3
}
.plans__price-rem {
    font-size:12px;
    font-weight:400;
    position:relative;
    top:-7px
}
[lang=ar] .plans__price-rem {
    -webkit-order:2;
    order:2;
    direction:ltr
}
.plans__price-text {
    font-size:10px;
    font-weight:400
}
[lang=ar] .plans__price-text {
    -webkit-order:5;
    order:5
}
.plans__old-price {
    font-size:12px;
    font-weight:400;
    line-height:18px;
    color:#999eaf;
    text-decoration:line-through;
    display:block;
    margin-top:-4px
}
.plans__icon {
    position:absolute;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.plans__icon--MMPM #path1 {
    fill:#a2d58d
}
.plans__icon--MMPM #path2 {
    fill:#77c158
}
.plans__icon--MMP3 #path1 {
    fill:#ffd68a
}
.plans__icon--MMP3 #path2 {
    fill:#f8b952
}
.plans__icon--MMPY #path1 {
    fill:#c499eb
}
.plans__icon--MMPY #path2 {
    fill:#a869e2
}
.plans__form-info {
    display:inline-block;
    font-size:12px;
    font-weight:700;
    color:#fff;
    line-height:24px;
    height:24px;
    padding-left:16px;
    padding-right:16px;
    border-radius:8px;
    background-color:#333945
}
.plans__form-info-text {
    font-weight:400;
    color:#b2bcd2
}
.plans__content {
    padding-top:16px
}
@media (min-width:992px) {
    .plans__content {
        max-width:288px;
        margin-left:auto;
        margin-right:auto
    }
}
.plans__certificate {
    -webkit-filter:grayscale(1);
    filter:grayscale(1)
}
.plans__progress {
    margin-top:14px
}
.plans__button {
    width:100%;
    margin-top:10px
}
.plans__description {
    font-size:12px;
    line-height:18px;
    color:#546e7a;
    margin-top:14px
}
.plans__description+.plans__description {
    margin-top:5px
}

.swiper {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1
}
.swiper-vertical>.swiper-wrapper {
    -webkit-flex-direction:column;
    flex-direction:column
}
.swiper-wrapper {
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:-webkit-flex;
    display:flex;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    box-sizing:content-box
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.swiper-pointer-events {
    touch-action:pan-y
}
.swiper-pointer-events.swiper-vertical {
    touch-action:pan-x
}
.swiper-slide {
    -webkit-flex-shrink:0;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform
}
.swiper-slide-invisible-blank {
    visibility:hidden
}

.footer__wrapper {
    padding-top:16px;
    padding-bottom:16px
}
.footer__top {
    min-width:initial;
    text-align:center;
    padding-bottom:20px;
    border-bottom:1px solid #e6e8f2
}
@media (min-width:640px) {
    .footer__top {
        display:grid;
        grid-template-columns:repeat(2,auto);
        -webkit-align-items:center;
        align-items:center;
        -webkit-justify-content:space-between;
        justify-content:space-between;
        position:relative;
        padding-bottom:28px;
        padding-top:8px
    }
}
.footer__logo-icon {
    width:122px;
    height:30px;
    color:#00b0ff;
    display:block;
    margin-left:auto;
    margin-right:auto
}
@media (min-width:640px) {
    .footer__logo-icon {
        margin-left:initial;
        margin-right:initial
    }
}
.footer__tagline {
    font-size:18px;
    font-weight:700;
    line-height:24px;
    letter-spacing:-.4px;
    color:#546e7a;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    margin-top:24px
}
[lang=ar] .footer__tagline {
    direction:ltr
}
@media (min-width:640px) {
    .footer__tagline {
        -webkit-flex-direction:row;
        flex-direction:row;
        margin-top:initial;
        position:absolute;
        left:50%;
        top:12px;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }
    .footer__tagline span:nth-child(2) {
        padding-left:3px
    }
}
.footer__social {
    margin-top:24px
}
@media (min-width:640px) {
    .footer__social {
        margin-top:initial
    }
}
.footer__navigation {
    margin-top:20px
}
@media (min-width:640px) {
    .footer__navigation {
        display:grid;
        -webkit-column-gap:30px;
        -moz-column-gap:30px;
        column-gap:30px;
        grid-template-columns:1fr 1fr;
        grid-template-rows:repeat(5,auto)
    }
}
@media (min-width:992px) {
    .footer__navigation {
        grid-template-columns:repeat(4,1fr) 260px;
        grid-template-rows:initial
    }
}
.footer__payment-approval {
    margin-top:50px
}
@media (min-width:992px) {
    .footer__payment-approval {
        display:grid;
        grid-template-columns:repeat(2,auto);
        -webkit-justify-content:space-between;
        justify-content:space-between;
        padding-top:20px;
        border-top:1px solid rgba(175,182,215,.2);
        margin-top:20px
    }
}
.footer__approved {
    margin-top:25px
}
@media (min-width:992px) {
    .footer__approved {
        margin-top:initial
    }
}
.footer__headline {
    letter-spacing:-.2px;
    font-weight:600;
    color:#546e7a
}
.footer__headline--main {
    font-size:16px;
    line-height:22px
}
.footer__headline--secondary {
    font-size:14px;
    line-height:20px;
    text-align:center
}
@media (min-width:992px) {
    .footer__headline--payment {
        text-align:start
    }
}
@media (min-width:992px) {
    .footer__headline--approved {
        text-align:end
    }
}
.footer__disclaimer {
    font-size:10px;
    line-height:16px;
    color:#b0bec5;
    text-align:center;
    margin-top:15px;
    padding-top:20px;
    border-top:1px solid #e6e8f2
}
.footer__disclaimer.is-more .footer__disclaimer-short {
    display:none
}
.footer__disclaimer.is-more .footer__disclaimer-full {
    display:block;
    text-align:start
}
.footer__disclaimer-button {
    font:inherit;
    margin:0;
    overflow:visible;
    text-transform:none;
    -webkit-tap-highlight-color:transparent;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:0 0;
    padding:0;
    border:0;
    border-radius:0;
    line-height:1;
    font-weight:700;
    color:#b0bec5
}
.footer__disclaimer-full {
    display:none
}
.footer__bottom {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e6e8f2
}
@media (min-width:992px) {
    .footer__bottom {
        display:grid;
        grid-template-columns:repeat(2,auto);
        -webkit-justify-content:space-between;
        justify-content:space-between
    }
}

.payment__list {
    margin-top:5px;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    max-width:288px;
    margin-left:auto;
    margin-right:auto
}
@media (min-width:640px) {
    .payment__list {
        max-width:initial
    }
}
@media (min-width:992px) {
    .payment__list {
        -webkit-justify-content:flex-start;
        justify-content:flex-start
    }
}
.payment__figure {
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    width:48px;
    height:32px;
    background-color:#eff2f6;
    border-radius:4px;
    margin:5px
}
@media (min-width:992px) {
    .payment__figure:first-child {
        -webkit-margin-start:initial;
        margin-inline-start:initial;
        -webkit-margin-end:initial;
        margin-inline-end:initial
    }
    .payment__figure:not(:first-child) {
        -webkit-margin-start:10px;
        margin-inline-start:10px;
        -webkit-margin-end:initial;
        margin-inline-end:initial
    }
}
.approved__list {
    margin-top:10px;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center
}
@media (min-width:992px) {
    .approved__list {
        -webkit-justify-content:flex-end;
        justify-content:flex-end
    }
}
.approved__figure {
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    padding-left:10px;
    padding-right:10px;
    height:32px;
    background-color:#eff2f6;
    border-radius:4px
}
.approved__figure:not(:first-child) {
    -webkit-margin-start:10px;
    margin-inline-start:10px
}
