/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

:root {
    --link: #0d69b0;
    /* #5788E6; */
    --link-active: #3268b8;
    /* #2B5199; */
    --alarm: #E65B41;
    --item: #accaf2;
    --item-select: rgb(13, 105, 176);
    --item-text: #FFFFFF;
    --text: #515151;
    --title: #323232;
    --footer: #acacac;
    --page-background: #F2F5FE;
    --background: rgba(240, 240, 240, 0.1);
    --mobile-input-form-background: #FFFFFF;
    --grey: #A0A0A0;
    --acent: #3c7ca4;
    --black: #111111;
    --background_mm: rgba(0, 0, 0, 0.9);
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: 'Nunito Sans', sans-serif;
    color: var(--text);
}

html {
    scroll-behavior: smooth;
}

body {
    background-position: top left;
    background-repeat: repeat;
    background-color: #fff;
    background: #fff;
}

section,
footer {
    margin: 100px 0px 100px 0px;
}
.s-benefits{margin: 90px 0px 90px 0px;}
p {
    margin: 20px 0px;
}

a {
    text-decoration: none;
    color: var(--link);
}

a:hover {
    color: var(--link-active);
}

.button {
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 10px;
    color: rgb(255 255 255);
    background-color: #399de4;
}

.button:hover {
    color: #FFFFFF;
    background-color: var(--item-select);
}

.container {
    margin: 0 auto;
    max-width: 1400px;
    font-size: 12px;
}

.content-column {
    overflow-x: hidden;
    margin: 0 auto;
    width: calc(100% - 140px);
}
.ad-outer-container {
    background: #fcfcfc00 !important;
    border: 0px solid #D5D5D5 !important;
}
@media (min-width: 320px) and (max-width: 1399px) {
    .content-column {
        margin: 0 auto;
        width: calc(100% - 30px);
    }
}

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 120px;
}

header .half,
header .wide {
    width: 50%;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .half.mobile {
    display: none;
}

header .wide {
    width: 100%;
    justify-content: center;
}

header .logo .logo-img {
    width: 280px;
    height: 60px;
    background-image: url(../img/logo.jpg);
    background-position: center;
    background-size: cover;
    margin-right: 12px;
}

header .logo a .brand {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: var(--title);
}

header .logo a .brand-slogan {
    margin-top: 2px;
    margin-left: 1px;
    font-size: 13px;
    line-height: 13px;
    color: var(--text);
}

header .menu .phone {
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
    flex-grow: 1;
    color: var(--item-select);
}

header .menu .menu-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

header .menu .menu-items .menu-item {
    font-size: 14px;
}


@media (min-width: 320px) and (max-width: 1399px) {

    header {
        height: 100px;
    }

    header .menu .phone {
        display: none;
    }

    header .menu .menu-items {
        display: none;
    }

    header .half.mobile {
        justify-content: flex-end;
        align-items: center;
    }

    header .half .mobile-menu i {
        font-size: 34px;
        cursor: pointer;
        color: #003986;
    }

    header .logo a .brand {
        font-size: 20px;
    }

    header .logo a .brand-slogan {
        font-size: 12px;
        margin-top: 0px;
    }

    header .half.mobile.right {
        flex-shrink: 1;
        flex-grow: 0;
        width: auto;
    }

}



.main-mobile-menu {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: var(--background_mm);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.main-mobile-menu .mmm-box {
    position: relative;
    border-radius: 20px;
    background-color: var(--item-text);
    box-sizing: border-box;
    max-width: 600px;
    padding: 20px 30px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-mobile-menu .mmm-box .mmm-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.main-mobile-menu .mmm-box .mmm-items .menu-item {
    font-size: 16px;

}

.main-mobile-menu .mmm-box .mmm-items .menu-item.button {
    margin-top: 16px;
}

.main-mobile-menu .mmm-box .mmm-phone a {
    font-size: 12px;
}

.main-mobile-menu .mmm-box .mmm-close {
    position: absolute;
    right: -24px;
    top: -24px;
}

.main-mobile-menu .mmm-box .mmm-close i {
    font-size: 24px;
    color: var(--item-text);
    cursor: pointer;
}





.s-banner {
    margin-top: 0px;
    border-radius: 20px;
    background-position: right top;
    background-repeat: no-repeat;
    background: url(../img/back2.jpg), linear-gradient(#ffffff, #ffffff);
    background-position: left center;
    background-size: cover;
    background-color: #515151;
}

.s-banner .banner-content {
    padding: 61px clamp(40px, 6.25vw, 120px) 40px;
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
    gap: 30px;
}

.s-banner .banner-content .column {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
}

.s-banner .banner-content .column.titles {
    width: 550px;
    text-align: right;
}

.s-banner .banner-content .column .title {
    font-size: 58px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #323232;
}

.s-banner .banner-content .column .subtitle,
.s-banner .banner-content .column .subtitle .highlight {
    font-weight: 600;
    font-size: 20px;
    color: #385c76;
    background: #FFAC40;
    line-height: 30px;
    background: #dff2ff;
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 3px;
    width: fit-content;
}

.s-banner .banner-content .column .subtitle .highlight {
    color: #566fe0;
}

.s-banner .column.form {
    width: 50%;
    height: calc(380px - 100px);
    background-color: #fefefe;
    padding: 35px clamp(30px, 30px, 90px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.s-banner .form .view {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    height: fit-content;
    min-height: 100%;
}

.s-banner .form .view.hidden {
    display: none;
}

.s-banner .form .view .block {
    width: 100%;
}

.s-banner .form .view .block.center {
    text-align: center;
}

.s-banner .form .view .view-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.s-banner .form .view .view-line.title-line {
    padding-bottom: 5px;
}

.s-banner .form .view .view-line .view-title {
    font-size: 16px;
    font-weight: bold;
    margin-left: calc(32px + 20px);
}

.s-banner .form .view .view-line .view-value {
    font-size: 22px;
    font-weight: bold;
    margin-right: calc(32px + 20px);
}

.s-banner .form .view .view-line .view-button {
    font-size: 22px;
    font-weight: bold;
    outline: none;
    border: none;
    background-color: #0076c9;
    width: 32px;
    border-radius: 8px;
    color: #fff;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}
.s-banner .form .view .view-line .view-button:hover {
    background-color: #399de4;
}

.s-banner .form .view .view-line .view-button:active {
    background-color: var(--link-active);
    color: var(--item-text);
}

.s-banner .form .view .view-line input {
    width: 100%;
    accent-color: #0076c9;
    border: none;
    outline: none;
}

.s-banner .form .view .view-line .sub {
    font-size: 16px;
    font-weight: normal;
    color: var(--footer);
}

.s-banner .form .view .make_order {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #399DE4;
    color: var(--item-text);
    cursor: pointer;
}
.s-banner .form .view .make_order:hover{
    background-color: #266897;
}

.s-banner .form .view .make_order:active {
    background-color: var(--link-active);
}

.s-banner .form .view .phone-title {
    font-size: 16px;
    padding-bottom: 10px;
}

.s-banner .form .view .phone-line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.s-banner .form .view .phone-line input {
    border-color: var(--footer);
    width: calc(100% - 40px);
    flex-grow: 1;
    flex-shrink: 1;
    padding: 6px 20px;
    border-radius: 10px;
    outline: none;
    border: 1px solid var(--text);
    font-size: 20px;
}

.s-banner .form .view .politix input[type=checkbox] {
    padding: 9px;
}

.s-banner .form .view .phone-line .accept_call {
    background-color: var(--item);
    color: var(--item-text);
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 1;
    flex-grow: 0;
    padding: 10px 20px;
    border-radius: 10px;
}

.s-banner .form .view .phone-line .accept_call.phone_ok {
    background-color: var(--link);
    cursor: pointer;
}

.s-banner .form .view .phone-line .accept_call.phone_ok:active {
    background-color: var(--link-active);
}

.s-banner .form .view .politix {
    height: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    overflow-y: scroll;
}

.s-banner .form .view .politix::-webkit-scrollbar {
    width: 4px;
    background: none;
}

.s-banner .form .view .politix::-webkit-scrollbar-track {
    margin-bottom: 12px;
}

.s-banner .form .view .politix::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 4px;
    background-color: var(--item);
}



.s-banner .form .view .politix input {
    margin-top: 3px;
}

.s-banner .form .view .politix-text,
.s-banner .form .view .politix-text a {
    font-size: 14px;
}

.s-banner .form .view .calling-phone-mask {
    font-size: 16px;
}

.s-banner .form .view .checkcode {
    font-size: 26px !important;
    border: 1px solid var(--item) !important;
}

.s-banner .form .view .other-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    height: fit-content;
}

.s-banner .form .view .action {
    font-size: 14px;
    color: var(--link);
    text-decoration: underline;
    cursor: pointer;
}

.s-banner .form .view .action-error_message {
    font-size: 16px;
    font-weight: bold;
    color: var(--alarm);
    margin-top: 10px;
}

.s-banner .form .view .view3-input-error {
    width: 100%;
}

.s-banner .form .view .call-failed {
    margin-top: 20px;
    width: 100%;
    display: none;
}

.s-banner .form .view .call-failed-message {
    font-size: 16px;
    font-weight: bold;
    color:var(--alarm);
    margin-top: 10px;
}

.s-banner .form .view .send-sms-button {
    display: inline-block;
    background-color: var(--link);
    color: var(--item-text);
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 1;
    flex-grow: 0;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}

@media (min-width: 320px) and (max-width: 749px) {

    .s-banner .banner-content {
        flex-direction: column;

        padding: 50px 0px;
    }

    .s-banner .banner-content .column.titles {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        align-items: flex-start;
        text-align: left;
    }

    .s-banner .banner-content .column .title {
        font-size: 34px;
        line-height: 40px;
        color: #ffffff;
        font-weight: 700;
        text-shadow: 1px 1px 3px #0c3c68;
        margin-bottom: 10px;
    }

    .s-banner .banner-content .column .subtitle {
        font-size: 18px;
        margin-bottom: 0px;
        background: 0;
        text-shadow: 1px 1px 1px #0c3c68;
        padding: 0;
        color: #eee;
    }

    .s-banner .column.form {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 10px;
        border-radius: 0px;
        height: auto;
    }

    .s-banner .view2-input {
        width: 100%;
    }

    .s-banner .form .view .view-line .view-title {
        font-size: 14px;
    }

    .s-banner .form .view .view-line .view-value {
        font-size: 16px;
    }

    .s-banner .form .view .phone-line {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .s-banner .form .view .phone-line input {
        width: 100%;
        box-sizing: border-box;
    }

    .s-banner .form .view .phone-title {
        padding: 0px;
    }

    .s-banner .form .view .other-actions {
        padding: 0px;
        margin: 0px;
    }

    .s-banner .form .view .call-failed {
        text-align: center;
    }

}

@media (min-width: 750px) and (max-width: 1399px) {

    .s-banner .banner-content {
        padding: 50px 20px;
    }

    .s-banner .banner-content .column.titles {
        width: 40%;
    }

    .s-banner .banner-content .column .title {
        font-size: 35px;
        line-height: 44px;
    }

    .s-banner .banner-content .column .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .s-banner .form .view .view-line .view-title {
        font-size: 14px;
    }

    .s-banner .form .view .view-line .view-value {
        font-size: 16px;
    }

    .s-banner .column.form {
        height: auto;
    }

    .s-banner .view2-input {
        width: 100%;
    }

    .s-banner .form .view .view-line .view-title {
        font-size: 14px;
    }

    .s-banner .form .view .view-line .view-value {
        font-size: 16px;
    }

    .s-banner .form .view .phone-line {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        width: 100%;
    }

    .s-banner .form .view .phone-line input {
        width: 100%;
        box-sizing: border-box;
    }

    .s-banner .form .view .phone-title {
        padding: 0px;
    }

    .s-banner .form .view .other-actions {
        padding: 0px;
        margin: 0px;
        ;
    }

}












.s-benefits .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.s-benefits .content .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 0px;
}

.s-benefits .content .item .num {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0888c9;
    flex-shrink: 0;
    flex-grow: 0;
}

.s-benefits .content .item .num i {
    font-size: 36px;
    color: var(--item-text);
}

.s-benefits .content .item .text {
    font-size: 16px;
    line-height: 22px;
    margin-left: 15px;
    color: #555;
}

.s-benefits .content .item .text h6 {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0c356f;
}

@media (min-width: 320px) and (max-width: 749px) {
    .s-benefits .content {
        flex-direction: column;
        gap: 40px;
    }

    .s-benefits .content .item {
        width: 100%;
    }
}

@media (min-width: 750px) and (max-width: 1399px) {
    .s-benefits .content {
        flex-wrap: wrap;
    }

    .s-benefits .content .item {
        min-width: 40%;
        box-sizing: content-box;
    }
}









.s-about {
    margin-bottom: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.s-about .title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0c356f;
}
.s-about .subtitle {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0c356f;
}

.s-about .text {
    width: 66%;
}

.s-about .text p,
.s-about .text p a {
    font-size: 16px;
    line-height: 22px;
}
.s-about .subtext {
    font-size: 14px !important;
    margin-top: 10px !important;
}

.s-about .images {
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
}

.s-about .images .image {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    border-radius: 24px;    transition: 0.3s;
    display: block;
}
.s-about .images .image:hover {
    transform: translate3d(-5px, -20px, 0px);
    filter: brightness(1.1) contrast(1.1);
}

.s-about .images .image-top {
    position: relative;
    z-index: 200;
}

.s-about .images .image-bottom {
    z-index: 100;
    position: absolute;
    left: 40px;
    top: 40px;
}


@media (min-width: 320px) and (max-width: 749px) {
    .s-about .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 25px;
        color: #0c356f;
        margin-top: 5px;
        font-weight: 700;
    }
    .s-about .subtitle {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
        color: #0c356f;
        margin-top: 10px;
        font-weight: 700;
    }

    .s-about .text {
        width: auto;
        text-align: left;
    }

    .s-about .images {
        width: 100%;
    }
    .s-about {
        margin-bottom: 0 !important;
        background: #ffffff;
        flex-wrap: wrap-reverse;
        gap: 20px;
    }
}











.s-how_to_get_money .title {
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #0c356f;
    margin-bottom: 50px;
}

.s-how_to_get_money .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.s-how_to_get_money .content .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 0px;
}

.s-how_to_get_money .content .item .num {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004D83;
    font-size: 36px;
    font-weight: bold;
    color: var(--item-text);
    flex-shrink: 0;
}

.s-how_to_get_money .content .item .text {
    font-size: 16px;
    line-height: 22px;
    margin-left: 30px;
}

.s-how_to_get_money .content .item .text h6 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #0c356f;
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 749px) {

    .s-how_to_get_money .title {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 40px;
        font-weight: 800;
    }

    .s-how_to_get_money .content {
        flex-direction: column;
        gap: 40px;
        align-items: baseline;
    }

}







.s-testimonials .title {
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #0c356f;
}

.s-testimonials .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
}

.s-testimonials .card .userpic {
    width: 120px;
    height: 120px;
    box-sizing: content-box;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 6px solid var(--item-text);
}

.s-testimonials .card .username {
    text-align: center;
    font-size: 20px;
    margin: 20px 0px 10px 0px;
    font-weight: 500;
    color: #ACACAC;
}

.s-testimonials .card .userposition {
    text-align: center;
    font-size: 14px;
}

.s-testimonials .card .text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;
    text-align: center;
}

.s-testimonials .splide__pagination__page {
    background: var(--item);
}

.s-testimonials .splide__pagination__page.is-active {
    background: #004d83;
}

.s-testimonials .splide__pagination {
    bottom: -30px;
}

.s-testimonials .splide__arrow {
    font-size: 14px;
    background-color: transparent;
}

.s-testimonials .splide__arrow:hover {
    background-color: var(--item);
}

.s-testimonials .splide__arrow svg {
    width: 14px;
    height: 14px;
}


@media (min-width: 320px) and (max-width: 749px) {
    .s-testimonials .title {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 40px;
        font-weight: 800;
        margin-top: 75px;
    }


}







/* FORM */
.s-form {
    margin-top: 40px;
}

.s-form .title,
.s-form .title span {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
}

.s-form .title span {
    color: var(--grey);
}

.s-form .column {
    width: 600px;
    margin: 0px auto;
}

.s-form .column.form-column {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.s-form .subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.s-form .subtitle.second {
    margin-top: 50px;
}

.s-form .line {
    margin-bottom: 15px;
    width: 100%;
}

.s-form .line .error-message {
    margin-top: 2px;
    font-size: 14px;
    color: var(--alarm);
}

.s-form .label,
.s-form .label sup {
    font-size: 16px;
    text-align: left;
    margin-bottom: 4px;
}

.s-form .label sup {
    font-size: 12px;
}

.s-form input {
    width: calc(100% - 22px);
    height: 48px;
    outline: none;
    border: 1px solid var(--grey);
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.s-form .gender {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
}

.s-form .gender .half {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.s-form .gender input[type=radio] {
    height: 20px;
    width: 20px;
}

.s-form .gender .half label {
    font-size: 16px;
    margin-left: 6px;
}

.s-form .button-line {
    text-align: center;
}

.s-form button {
    margin-top: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    color: var(--item-select);
    background-color: var(--item);
    border: none;
    outline: none;
    opacity: 0.2;
}

.s-form button.active {
    cursor: pointer;
    opacity: 1;
}

.s-form button.active:hover {
    color: var(--item-text);
    background-color: var(--item-select);
}

@media (min-width: 320px) and (max-width: 749px) {

    .s-form .title, .s-form .title span {
        font-size: 34px;
        line-height: 50px;
    }

    .s-form .column {
        width: 100%;
        background-color: var(--mobile-input-form-background);
    }

    .s-form .subtitle {
        font-size: 18px;
    }

}

@media (min-width: 750px) and (max-width: 1399px) {}












.s-offers {
    margin-top: 30px;
}

.s-offers .title,
.s-offers .title span {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--title);
}

.s-offers .title span {
    color: var(--acent);
}

.s-offers .title.appeal {
    margin-bottom: 40px;
}

.s-offers .title.title-w-padding {
    padding-top: 40px;
}

.s-offers .offer-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.s-offers .offer-line.popup-offer {
    position: fixed;
    bottom: 20px;
    right: -800px;
    display: none;
    transition: 0.6s right;
    margin-right: 20px;
}

.s-offers .offer-line.popup-offer .close {
    position: absolute;
    top: 30px;
    right: 10px;
    cursor: pointer;
}

.s-offers .offer-line.popup-offer .close i {
    font-size: 20px;
}


.s-offers .offer-line .offer {
    width: 23%;
    padding: 30px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1%;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.s-offers .offer-line .offer a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.s-offers .offer-line .offer .image {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-offers .offer-line .offer img {
    max-width: 100%;
    max-height: 100%;
}

.s-offers .offer-line .offer .amount {
    font-size: 40px;
    font-weight: 900;
    margin: 20px 0px;
}

.s-offers .offer-line .offer .info .text,
.s-offers .offer-line .offer .info .text strong {
    font-weight: 300;
    font-size: 20px;
}

.s-offers .offer-line .offer .info .text strong {
    font-weight: bold;
}

.s-offers .offer-line .offer .info .button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    background: rgb(244, 129, 63) !important;
    /*
    background: -webkit-linear-gradient(90deg,rgba(244,129,63,1) 0%,rgba(241,85,106,1) 100%)!important;
    background: linear-gradient(90deg,rgba(244,129,63,1) 0%,rgba(241,85,106,1) 100%)!important;
    */
    background: -webkit-linear-gradient(90deg, rgba(13, 105, 176, 1) 0%, rgba(19, 137, 227, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(13, 105, 176, 1) 0%, rgba(19, 137, 227, 1) 100%) !important;

    padding: 15px 20px;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 749px) {

    .s-offers .title, .s-offers .title span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .s-offers .title.title-w-padding {
        padding-top: 10px;
    }
    .s-offers {
        margin-top: 5px;
    }
    .s-offers .offer-line {
        width: 100%;
        flex-direction: row;
        box-sizing: border-box;
        flex-wrap: wrap;
        gap: 10px;
    }

    .s-offers .offer-line .offer {
        width: calc(50% - 5px);
        box-sizing: border-box;
        margin: 0px;
        padding: 10px;
    }

    .s-offers .offer-line .offer .info .button {
        font-size: 12px;
        padding: 5px 10px;
    }

    .s-offers .offer-line .offer .amount {
        font-size: 21px;
    }

    .s-offers .offer-line .offer .info .text,
    .s-offers .offer-line .offer .info .text strong {
        font-size: 12px;
    }

    .s-offers .offer-line.popup-offer {
        margin-right: 10px;
    }

    .s-offers .offer-line.popup-offer .close {
        top: 5px;
        right: 5px;
    }

    header .wide {
        width: auto;
        justify-content: flex-start;
    }

}

@media (min-width: 750px) and (max-width: 1399px) {

    .s-offers .title, .s-offers .title span {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .s-offers .offer-line {
        gap: 20px;
        box-sizing: border-box;
    }

    .s-offers .offer-line .offer {
        max-width: 50%;
        min-width: 40%;
        flex-grow: 1;
        box-sizing: border-box;
        margin: 20px 0px 0px 0px;
    }

    .s-offers .offer-line.popup-offer .offer {
        max-width: 100%;
    }

    .s-offers .offer-line.popup-offer {
        margin-right: 10px;
    }

    header .wide {
        width: auto;
        justify-content: flex-start;
    }

}












.s-unsubscribe {
    margin-top: 30px;
}

.s-unsubscribe .title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--title);
    margin-bottom: 40px;

}

.s-unsubscribe .subtitle {
    text-align: center;
    font-size: 24px;
    color: var(--title);
}

.s-unsubscribe .form {
    max-width: 600px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    background-color: var(--background);
}

.s-unsubscribe .form .label {
    font-size: 16px;
}

.s-unsubscribe .form .error {
    font-size: 16px;
    text-align: center;
    color: var(--alarm);
}

.s-unsubscribe .form .input {
    width: 100%;
}

.s-unsubscribe .form input {
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    border: 1px solid var(--grey);
    border-radius: 8px;
}

.s-unsubscribe .input.button-input {
    text-align: center;
}

.s-unsubscribe button {
    margin: 10px auto 0px auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    color: var(--item-select);
    background-color: var(--item);
    border: none;
    outline: none;
    opacity: 0.2;
}

.s-unsubscribe button.active {
    cursor: pointer;
    opacity: 1;
}

.s-unsubscribe button.active:hover {
    color: var(--item-text);
    background-color: var(--item-select);
}


@media (min-width: 320px) and (max-width: 749px) {

    .s-unsubscribe .title {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .s-unsubscribe .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .s-unsubscribe .form {
        background-color: var(--mobile-input-form-background);
    }

}

@media (min-width: 750px) and (max-width: 1399px) {

    .s-unsubscribe .title {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .s-unsubscribe .subtitle {
        font-size: 18px;
        line-height: 24px;
    }

}









.s-unsubscribed .title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--title);
}

.s-unsubscribed .subtitle {
    text-align: center;
    font-size: 24px;
    color: var(--title);
}


@media (min-width: 320px) and (max-width: 1399px) {

    .s-unsubscribed .title {
        font-size: 34px;
        line-height: 50px;
        margin-bottom: 40px;
    }


}











.s-signin {
    margin-top: 30px;
}

.s-signin .title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: var(--title);
}

.s-signin .subtitle {
    text-align: center;
    font-size: 24px;
    color: var(--title);
}

.s-signin .form {
    max-width: 600px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    background-color: var(--background);
}

.s-signin .form .label {
    font-size: 16px;
}

.s-signin .form .error {
    font-size: 16px;
    text-align: center;
    color: var(--alarm);
}

.s-signin .form .input {
    width: 100%;
}

.s-signin .form .input .line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    gap: 30px;
}

.s-signin .form input {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    border: 1px solid var(--grey);
    border-radius: 8px;
}

.s-signin .input.button-input {
    text-align: center;
}

.s-signin .button {
    width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0px;
    color: var(--item-select);
    background-color: var(--item);
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s-signin .button[disabled] {
    opacity: 0.2;
}

.s-signin .button:not([disabled]):hover {
    color: var(--item-text);
    background-color: var(--item-select);
    cursor: pointer;
}

.s-signin .error {
    font-size: 16px;
    color: var(--alarm);
    margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 749px) {

    .content-column {
        overflow-x: visible;
    }

    .s-signin .title {
        font-size: 34px;
        line-height: 50px;
    }

    .s-signin .form {
        width: 100%;
        background-color: var(--mobile-input-form-background);
    }

    .s-signin .form .input .line {
        flex-direction: column;
        gap: 10px;
    }

}

@media (min-width: 750px) and (max-width: 1399px) {

    .content-column {
        overflow-x: visible;
    }

    .s-signin .title {
        font-size: 34px;
        line-height: 50px;
    }

}




















footer .title-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

footer .title-line .title {
    font-size: 22px;
    font-weight: 900;
    color: #004d83;
}

footer .title-line .unsubscribe {
    font-size: 14px;
    font-weight: bold;
    color: #c5daf6;
}

footer .politics {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

footer .politics .column {
    flex: 1 1 0px;
}

footer .politics .column p,
footer .politics .column p b,
footer .politics .column p a,
footer .politics .column h6 {
    font-size: 12px;
    line-height: 16px;
    color: #ACACAC;
}

footer .politics .column p b {
    font-weight: bold;
    font-size: 14px;
}

footer .politics .column p a {
    color: var(--link);
}

footer .politics .column p a:hover {
    color: var(--link-active);
}

footer .bottom-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 0px;
}

footer .bottom-line .copyright {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

footer .mfo-list .label {
    margin-top: 20px;
}

footer .mfo-list .label,
footer .mfo-list .label i {
    font-size: 14px;
    cursor: pointer;
}

footer .mfo-list .label {
    display: inline-block;
    border-bottom: 1px dashed var(--link);
}

footer .mfo-list .label:hover {
    border-bottom: 1px dashed var(--link-active);
}

footer .mfo-list * {
    color: var(--link);
}

footer .mfo-list:hover * {
    color: var(--link-active);
}

footer .mfo-list-switcher .label span i {
    transition: transform 0.5s;
}

footer .mfo-list-switcher .label span.upsidedown i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

footer .bottom-line .card-types {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

footer .bottom-line .card-types img {
    height: 14px;
}

footer .partners {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

footer .politics .column,
footer .partners .column {
    flex: 1 1 0px;
}

footer .partners .column p {
    margin-top: 10px;
}

footer .partners .column p,
footer .partners .column p a,
footer .partners .column h6 {
    font-size: 12px;
    line-height: 16px;
    color: #ACACAC;
}

footer .partners .column p a {
    color: var(--link);
}

footer .partners .column p a:hover {
    color: var(--link-active);
}

footer .partners-title {
    display: none;
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

@media (min-width: 320px) and (max-width: 749px) {
    footer .politics {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 0px;
    }
    .s-how_to_get_money .content .item .text{
        margin-left: 15px;
    }
    section, footer {
        margin: 50px 0px 50px 0px;
    }
    .s-benefits {
        margin: 50px 0px 50px 0px;
    }
    .s-about .images .image{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .s-benefits .content .item .text h6 {
        font-size: 18px;
        line-height: 12px;
        margin-bottom: 10px;
        color: #222;
    }
    .s-how_to_get_money .content .item .text h6{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 6px;
        color: #222;
    }
    .s-about .text p, .s-about .text p a {
        color: #303030;
    }
    footer .politics .column {
        margin-bottom: 0px;
    }

    footer .politics .column p, footer .politics .column p a, footer .politics .column h6 {
        margin-top: 0px;
    }

    footer .mfo-list {
        width: 100%;
        text-align: center;
    }

    footer .mfo-list .label {
        border-bottom: none;
        margin-top: 40px;
    }

    footer .mfo-list .label:hover {
        border-bottom: none;
    }

    footer .partners {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 0px;
    }

    footer .partners .column p {
        margin-top: 8px;
    }
    .s-banner {
        margin-top: 0px;
        border-radius: 20px;
        background-position: right top;
        background-repeat: no-repeat;
        background: url(../img/s-banner-bg.png), linear-gradient(#ffffff, #ffffff);
        background-position: right top;
        background-size: auto;
        background-color: #515151;
    }
}










/* MOBILE / DESKTOP */

.mobile {
    display: none !important;
}

.desktop {
    display: flex !important;
}

@media (max-width: 1400px) {
    .mobile {
        display: flex !important;
    }

    .desktop {
        display: none !important;
    }
}