body, html {
    background: #fff;
    font-family: 'helvetica_regular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'helvetica_regular';
    src: url('helveticaneuecyr-roman-webfont.woff2') format('woff2'),
    url('helveticaneuecyr-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_medium';
    src: url('helveticaneuecyr-medium-webfont.woff2') format('woff2'),
    url('helveticaneuecyr-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#container {
    width: 100%;
}

.w1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.text-smoth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: normal;
}

@media only screen and (max-width: 600px) {
    h1, h2, h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

h2 span,
h3 span {
    font-family: 'helvetica_regular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 22px;
    display: block;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 600px) {
    h2 span,
    h3 span {
        font-size: 18px;
    }
}

/***************************** HEADER *************************************/

header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
}

header #logo {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 50px;
    position: relative;
    margin-left: 20px;
    float: left;
}

@media only screen and (max-width: 600px) {
    header {
        position: absolute;
        text-align: center;
    }

    header #logo {
        float: none;
        margin: 0 auto;
        display: inline-block;
        transform: translateX(10px);
    }
}

header #logo:before {
    content: '';
    width: 13px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(17, 17, 19)' d='M13.202,11.589 C13.202,11.600 13.202,11.609 13.202,11.619 C12.898,12.533 12.464,13.317 11.934,14.44 C11.450,14.704 10.857,15.593 9.798,15.593 C8.883,15.593 8.276,15.9 7.338,14.993 C6.347,14.978 5.801,15.481 4.894,15.608 C4.791,15.608 4.687,15.608 4.585,15.608 C3.919,15.512 3.382,14.989 2.991,14.518 C1.836,13.127 0.944,11.329 0.778,9.28 C0.778,8.802 0.778,8.577 0.778,8.352 C0.848,6.705 1.655,5.366 2.728,4.717 C3.294,4.372 4.73,4.79 4.939,4.210 C5.311,4.267 5.690,4.393 6.23,4.518 C6.338,4.638 6.732,4.851 7.105,4.840 C7.358,4.832 7.610,4.702 7.865,4.609 C8.612,4.342 9.344,4.35 10.309,4.179 C11.469,4.353 12.292,4.864 12.800,5.652 C11.819,6.271 11.44,7.204 11.176,8.797 C11.294,10.244 12.142,11.90 13.202,11.589 ZM6.967,3.981 C6.895,2.931 7.306,2.194 7.803,1.619 C8.265,1.82 9.112,0.605 9.923,0.499 C9.958,0.499 9.994,0.499 10.31,0.499 C10.118,1.565 9.708,2.361 9.209,2.937 C8.720,3.510 8.50,4.65 6.967,3.981 Z'/%3E%3C/svg%3E");
}

header nav {
    float: right;
    line-height: 50px;
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

header nav a {
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}

header nav a:hover {
    color: #888;
}

/***************************** FIRST BLOCK *************************************/

#first_block {
    margin: 170px auto;
}

@media only screen and (max-width: 600px) {
    #first_block {
        padding: 0 20px;
        margin: 100px auto 0;
        text-align: center;
        box-sizing: border-box;
    }
}

#first_block img {
    width: 530px;
    float: right;
    margin-left: 30px;
    transform: translate(40px, -50px);
}

@media only screen and (max-width: 600px) {
    #first_block img {
        display: none;
    }
}

/***************************** RU *************************************/

#ru_cards,
#us_cards {
   position: relative;
}

@media only screen and (max-width: 600px) {
    #ru_cards {
        background: rgb(250,222,238);
        background: linear-gradient(45deg, rgba(250,222,238,1) 0%, rgba(240,237,245,1) 50%, rgba(249,247,247,1) 100%);
        margin-top: 50px;
    }
}

#us_cards {
    padding-top: 250px;
}

@media only screen and (max-width: 600px) {
    #us_cards {
        padding-top: 50px;
    }
}

#ru_cards #bg_shape {
    position: fixed;
    z-index: 1;
    width: 0;
    height: 80vh;
    top: 10vh;
    background: rgb(250,222,238);
    background: linear-gradient(45deg, rgba(250,222,238,1) 0%, rgba(240,237,245,1) 50%, rgba(249,247,247,1) 100%);
}

#us_cards #bg_shape {
    position: fixed;
    z-index: 1;
    width: 0;
    height: 80vh;
    left: 50%;
    top: 0;
    background: rgb(250,222,238);
    background: linear-gradient(-45deg, rgba(223,224,238,1) 0%, rgba(233,238,248,1) 50%, rgba(247,246,246,1) 100%);
}

@media only screen and (max-width: 600px) {
    #bg_shape {
        display: none !important;
    }
}

#ru_cards h2,
#us_cards h2 {
    text-align: center;
    padding: 80px 0;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    #ru_cards h2,
    #us_cards h2 {
        padding: 20px 0 20px;
    }
}

#ru_cards .w1000,
#us_cards .w1000 {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    z-index: 2;
    text-align: left;
}

/***************************** card container *************************************/

.cardContainer {
    width: 33%;
    margin-bottom: 70px;
}

@media only screen and (max-width: 600px) {
    .cardContainer {
        width: 100%;
        margin-bottom: 70px;
    }
}

.cardContainer .imgContainer {
    position: relative;
    width: 265px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 2px -2px rgba(34, 60, 80, 0.25), 0 1px 6px 0 rgba(34, 60, 80, 0.24);
    margin: 0 auto;
}

.cardContainer .imgContainer img {
    width: 100%;
    display: block;
}

.cardContainer .title {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 30px;
}

.cardContainer .title span {
    display: block;
    font-family: 'helvetica_regular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
}

.cardContainer .widget .digiseller-buy-standalone {
    box-shadow: none !important;
    background: transparent !important;
    width: 100% !important;
}

.cardContainer .widget .digiseller-standalone-img,
.cardContainer .widget .digiseller-standalone-description,
.cardContainer .widget .digiseller-description,
.cardContainer .widget .description-forpartners-description,
.cardContainer .widget .digiseller-bullet-item,
.cardContainer .widget .digiseller-payment-list,
.cardContainer .widget .digiseller-clearfix {
    display: none !important;
}

.cardContainer .widget .digiseller-buy-standalone ul.digiseller-pricing-table,
.cardContainer .widget ul.digiseller-pricing-table li.digiseller-cta-button-v {
    background: transparent !important;
    width: 100% !important;
    padding: 0 !important;
}

.cardContainer .widget ul.digiseller-pricing-table li.digiseller-price {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.cardContainer .widget .digiseller-price-val,
.cardContainer .widget .digiseller-buy-standalone ul.digiseller-pricing-table li.digiseller-price .digiseller-price-val .digiseller-zeros,
.cardContainer .widget .digiseller-money_current {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 25px !important;
    color: #000 !important;
    letter-spacing: -0.5px;
}

.cardContainer .widget .digiseller-buy-standalone ul.digiseller-pricing-table li.digiseller-price .digiseller-price-val .digiseller-zeros {
    align-self: inherit;
}

.cardContainer .widget .digiseller-price-val .digiseller-money_menu {
    margin: 0 0 0 5px;
    font-weight: normal;
}

.cardContainer .widget .digiseller-money_current:after {
    right: -2px;
}

.cardContainer .widget .digiseller-money_list {
    box-shadow: none;
    left: -25px;
}

.cardContainer .widget .digiseller-price-val {
    display: block !important;
    margin: 20px auto;
    text-align: center;
    width: auto !important;
}

.cardContainer .widget .digiseller-buy-standalone .digiseller-pricing-table .digiseller-cta-button-v a {
    border: none;
    background: #2d4bff;
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: 900;
    font-size: 20px;
    text-transform: none;
    border-radius: 5px;
    max-width: 60%;
    margin-top: 5px;
}

.cardContainer .widget .digiseller-buy-standalone .digiseller-pricing-table .digiseller-cta-button-v a:hover {
    background: #000 !important;
}

/***************************** video container *************************************/

#video_banner {
    position: relative;
    background: #000;
    text-align: center;
    padding: 100px 0;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    #video_banner {
        display: none;
    }
}

#video_banner video {
    position: relative;
    z-index: 1;
}

#video_banner #article {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    left: calc(50% - 400px);
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 40px;
}

#video_banner #article h3 {
    font-size: 45px;
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: -1px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #ff849e;
}

/***************************** choose card *************************************/

#choose_card {
    position: relative;
    margin: 100px 0;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    #choose_card {
        margin: 100px 0 40px;
    }
}

#choose_card img {
    width: 1080px;
    position: relative;
    z-index: 1;
    margin: 180px auto;
    display: block;
}

@media only screen and (max-width: 600px) {
    #choose_card img {
        display: none;
    }
}

#choose_card #text {
    position: absolute;
    z-index: 2;
    width: 750px;
    height: 750px;
    top: 0;
    left: 50%;
    background: rgb(250,222,238);
    background: linear-gradient(-45deg, rgba(217,216,243,0.8) 0%, rgba(227,230,241,0.8) 50%, rgba(249,247,247,0.8) 100%);
    backdrop-filter: blur(10px);
}

@media only screen and (max-width: 600px) {
    #choose_card #text {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
    }
}

#choose_card #text h3 {
    position: absolute;
    text-align: right;
    transform: translateX(-100%);
    margin-left: -60px;
    top: 25px;
    line-height: 35px;
}

@media only screen and (max-width: 600px) {
    #choose_card #text h3 {
        position: relative;
        text-align: center;
        transform: none;
        margin-left: 0;
        top: 0;
        padding-top: 40px;
        margin-bottom: 0;
    }
}

#choose_card #text p {
    margin: 0;
    padding: 60px;
    max-width: 380px;
}

@media only screen and (max-width: 600px) {
    #choose_card #text p {
        padding: 20px 20px 40px 20px;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

#choose_card #text p a {
    background: #2d4bff;
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: 900;
    font-size: 20px;
    text-transform: none;
    border-radius: 5px;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    padding: 0 40px;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
}

#choose_card #text p a:hover {
    background: #000;
}

/***************************** payment methods *************************************/

#payment_methods {
    position: relative;
}

#payment_methods #payment_methods_bg {
    max-width: 1250px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: block;
    transform: translateX(-300px);
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    #payment_methods #payment_methods_bg {
        display: none;
    }
}

#payment_methods #payment_methods_text {
    position: absolute;
    z-index: 2;
    max-width: 380px;
    top: 0;
    left: 50%;
    padding: 0 60px;
}

@media only screen and (max-width: 600px) {
    #payment_methods #payment_methods_text {
        position: relative;
        max-width: 100%;
        left: 0;
        padding: 0 20px;
    }

    #payment_methods {
        text-align: center;
        margin-bottom: 50px;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

#payment_methods #payment_methods_img {
    max-width: 455px;
    width: 100%;
    display: block;
    margin: 30px 0 0 -5px;
}

/***************************** footer *************************************/
footer {
    padding: 10px 0;
}

@media only screen and (max-width: 600px) {
    footer {
        padding: 20px;
        text-align: center;
    }
}

footer nav {
    float: right;
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

footer nav a {
    color: #000;
    text-decoration: none;
}

footer nav a:hover {
    color: #888;
}