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;
}

@font-face {
    font-family: 'Helvetica_thin';
    src: url('HelveticaNeueCyr-Thin.eot');
    src: url('HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
    url('HelveticaNeueCyr-Thin.woff') format('woff'),
    url('HelveticaNeueCyr-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}

#container {
    width: 100%;
    overflow-x: hidden;
}

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

.w1000.content-block {
    padding-top: 100px;
    min-height: calc(100vh - 150px);
}

@media only screen and (max-width: 1180px) {
    .w1000.content-block {
        padding: 100px 30px;
        box-sizing: border-box;
    }
}

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

h1, h2, h3, h4 {
    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: 1180px) {
    h1, h2, h3, h4 {
        font-size: 30px;
        line-height: 30px;
    }
}

h1 span,
h2 span,
h3 span,
h4 span {
    font-family: 'Helvetica_thin';
    font-size: 28px;
    display: block;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1180px) {
    h1 span,
    h2 span,
    h3 span,
    h4 span {
        font-size: 22px;
    }
}

h2.wp-block-heading {
    font-size: 20px;
    letter-spacing: 0;
}

a {
    color: #2d4bff;
    text-decoration: underline;
}

a:hover {
    color: #000;
}

.blue-button {
    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: 48px;
    display: inline-block;
    padding: 0 30px;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.blue-button:hover {
    background: #000;
    color: #fff;
}

/***************************** 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: 40px;
    float: left;
    text-decoration: none;
    color: #000;
}

header #logo:hover {
    color:#2439ff;
}

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

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

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 #logo:hover:before {
    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(36, 57, 255)' 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;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

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

header nav a:hover {
    color: #2439ff;
}

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

#first_block {
    margin: 140px auto 170px;
    max-width: 740px;
}

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

#first_block h1 {
    font-size: 50px;
}

#first_block img {
   position: fixed;
   z-index: 1;
}

#first_block #img_left {
    top: -10px;
    transform: translateX(-680px);
}

#first_block #img_right {
    top: 310px;
    transform: translateX(810px);
    
}

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

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

#ru_cards,
#us_cards {
   position: relative;
}

@media only screen and (max-width: 1180px) {
    #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: 1180px) {
    #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: 1180px) {
    #bg_shape {
        display: none !important;
    }
}

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

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

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

#bottom_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;
}

#bottom_cards h4 {
    padding: 0;
}

#bottom_cards #us_cards {
    padding-top: 0;
}

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

.cardContainer {
    width: 33%;
    margin-bottom: 70px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

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

.cardContainer .imgContainer,
#left_part .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;
    transition: all 0.3s ease;
}

.cardContainer:hover .imgContainer {
    transform: scale(1.07);
    box-shadow: 0 0 240px -2px rgba(255, 255, 255, 0.8), 0 1px 6px 0 rgba(34, 60, 80, 0.2);
}

.cardContainer:hover .imgContainer img {
    filter: contrast(1.05);
}

.cardContainer.hovered  {
    opacity: 0.9;
}

.cardContainer .imgContainer img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.cardContainer .title {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: -1px;
    text-align: center;
    margin: 30px auto 0;
    display: block;
    max-width: 170px;
}

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

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

/*body:not(.logged-in) .cardContainer .widget .digiseller-cta-button-v {
    display: none !important;
}*/

.cardContainer .widget .out-of-stock {
    font-family: 'Helvetica_thin';
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-top: 15px;
}

.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,
.cardContainer .widget .digiseller-price .digiseller-rest {
    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_thin' !important;
    font-size: 25px !important;
    color: #000 !important;
}

.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 {
    border-top: 0;
}

.cardContainer .widget .digiseller-buy-standalone .digiseller-pricing-table.digiseller-pricing-table-select .digiseller-cta-button-v a {
    border: none !important;
    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% !important;
    color: #fff;
    line-height: 26px;
    margin: 5px auto;
}

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

.cardContainer .widget .digiseller-buy-standalone .digiseller-pricing-table .digiseller-cta-button-v a {
    border: 2px solid #ccc;
    background: none;
    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;
    color: #888;
    line-height: 22px;
}

.cardContainer .widget .digiseller-buy-standalone .digiseller-pricing-table .digiseller-cta-button-v a:hover {
    border: 2px solid #000;
    background: none;
    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;
    color: #000;
}


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

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

@media only screen and (max-width: 1180px) {
    #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);
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 36px;
    color: #ccc;
    padding-top: 50px;
}

#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: #fff;
}

/***************************** Customer Reviews **********************************/

#customers_reviews_cont {
    background: rgb(227,229,255);
    background: linear-gradient(180deg, rgba(227,229,255,1) 0%, rgba(255,255,255,1) 100%);
}

#customers_reviews_cont a {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 1180px) {
    #customers_reviews_cont a {
        text-align: center;
    }
}

.two-col-cont {
    position: relative;
    max-width: 500px;
    left: 50%;
    padding: 60px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1180px) {
    .two-col-cont {
        left: 0;
        max-width: 100%;
        padding: 30px;
        text-align: center;
    }
}

.two-col-cont .two-col-title {
    position: absolute;
    transform: translate(-100%, -50%);
    margin-left: -120px;
    top: 50%;
}

@media only screen and (max-width: 1180px) {
    .two-col-cont .two-col-title {
        margin: 0;
        position: relative;
        text-align: center;
        transform: none;
    }
}

.two-col-cont .two-col-title h4 {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 0;
}

@media only screen and (max-width: 1180px) {
    .two-col-cont .two-col-title h4 {
        font-size: 30px;
        line-height: 30px;
        margin: 15px 0;
    }
}

#customers_reviews_cont .review-cont::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #2d4bff;
    top: 10px;
    left: -40px;
}

@media only screen and (max-width: 1180px) {
    #customers_reviews_cont .review-cont::before {
        display: none;
    }
}

.review-cont {
    margin: 30px 0;
    font-size: 16px;
    position: relative;
}

.review-cont.review {
    padding-bottom: 30px;
}

.review-cont.review:after {
    content: '';
    background: #ccc;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1180px) {
    .review-cont.review:after {
        left: calc(50% - 30px);
    }

    body.post-type-archive-customer-review h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 1180px) {
    .review-cont {
        text-align: center;
        margin: 40px 0;
    }
}

.review-cont a.name,
.blog-archive-cont a.name {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.review-cont.blog .post-date {
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.review-cont.blog a.name {
    color: #fff;
    display: block;
}

.review-cont.blog a.name:hover {
    opacity: 0.7;
}

.review-cont p {
    margin: 3px 0;
}
/***************************** choose card *************************************/

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

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

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

@media only screen and (max-width: 1180px) {
    #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: 1180px) {
    #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: 1180px) {
    #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: 1180px) {
    #choose_card #text p {
        padding: 20px 20px 40px 20px;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

/***************************** blog ************************************/

#blog_cont {
    background: rgb(94,58,249);
    background: linear-gradient(180deg, rgba(94,58,249,1) 0%, rgba(45,75,255,1) 100%);
    color: #fff;
    margin-bottom: 50px;
}

#blog_cont .title {
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -3px;
    font-weight: 900;
}

#blog_cont .title span {
    font-family: 'helvetica_regular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    font-weight: 100;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#blog_cont .blue-button {
    background: none;
    padding: 0;
    text-decoration: underline;
    font-family: 'helvetica_regular', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#blog_cont .blue-button:hover {
    opacity: 0.7;
}

.blog-archive-cont {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 3px solid #eaeaed;
}

@media only screen and (max-width: 1180px) {
    .blog-archive-cont {
        margin: 30px 0;
        padding-bottom: 30px;
    }
}

.blog-archive-cont span.date {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.blog-archive-cont p {
    margin: 5px 0;
}


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

#payment_methods {
    position: relative;
    margin-bottom: 100px;
}

#payment_methods h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
    break-inside: avoid-column;
}

#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: 1180px) {
    #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: 1180px) {
    #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_text_2 {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    column-count: 4;
    column-gap: 40px;
}

@media only screen and (max-width: 1180px) {
    #payment_methods #payment_methods_text_2 {
        column-count: 1;
        column-gap: 0;
        margin-top: 30px;
    }
}

#payment_methods #payment_methods_text_2 p {
    break-inside: avoid-column;
}

#payment_methods #payment_methods_text_3 {
    max-width: 1100px;
    margin: 40px auto 0;
    position: relative;
}

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

/***************************** footer *************************************/
footer {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    /*margin-top: 50px;*/
    font-size: 13px;
    position: relative;
    z-index: 20;
}

@media only screen and (max-width: 1180px) {
    footer {
        padding: 20px;
        text-align: center;
        background: #fff;
        color: #000;
        font-size: 15px;
    }
}

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

footer nav a {
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

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

/****************************** single **************************************/

.single h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
}

.single h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}

@media only screen and (max-width: 1180px) {
    .single h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .single h2 {
        font-size: 26px;
        line-height: 26px;
    }
}

#crumbs {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#crumbs a {
    color: #000;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
}

#crumbs a:hover {
    color: #2d4bff;
    border-bottom: 1px solid #2d4bff;
}

.postDate {
    margin: 50px 0;
    position: relative;
    box-sizing: border-box;
}

.postDate span {
    background: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    padding-right: 8px;
    position: relative;
    z-index: 2;
}

.postDate:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
}

.editLink {
    float: right;
    position: relative;
    z-index: 2;
}

.editLink a {
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    cursor: pointer;
}

.editLink a:hover {
    background-color: #2d4bff;
}

.featuredImage {
    position: relative;
    margin-bottom: 20px;
}

.featuredImage img {
    width: 100%;
    height: auto;
}

.smallCardsBanner {
    width: 340px;
    height: 240px;
    float: left;
    margin: 5px 30px 10px 0;
    border-radius: 10px;
    background-image: url(../images/SmallCardsBanner-bg.webp);
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 1180px) {
    .smallCardsBanner {
        width: 100%;
    }
}

.smallCardsBanner .SmallCard {
    width: 117px;
    height: 168px;
    position: absolute;
    border-radius: 5px;
    overflow: hidden;
    top: 20px;
    left: 50%;
    margin-left: -58px;
    box-shadow: 0 4px 2px -2px rgba(34, 60, 80, 0.25), 0 1px 4px 0 rgba(34, 60, 80, 0.24);
    transition: all 0.5s ease;
}

.smallCardsBanner .SmallCard img {
    width: 100%;
}

.smallCardsBanner .SmallCard.card1 {
    z-index: 2;
}

.smallCardsBanner .SmallCard.card1.hovered {
    transform: translateY(-5px) scale(1.05);
}

.smallCardsBanner .SmallCard.card2 {
    z-index: 1;
    transform: rotate(10deg) translate(110px, -5px);
}

.smallCardsBanner .SmallCard.card2.hovered {
    transform: rotate(12deg) translate(118px, -7px);
}

.smallCardsBanner .SmallCard.card3 {
    z-index: 1;
    transform: rotate(-10deg) translate(-110px, -5px);
}

.smallCardsBanner .SmallCard.card3.hovered {
    transform: rotate(-12deg) translate(-118px, -7px);
}

.smallCardsBannerLink {
    background-color: #3f3bf7;
    background-image: linear-gradient( 90deg, rgb(63,59,247) 0%, rgb(121,59,247) 100%);
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    letter-spacing: -0,5px;
    white-space: nowrap;
    transition: all 0.5s ease;
    cursor: pointer;
}

.smallCardsBannerLink:hover {
    background-color: #f450a8;
    background-image: linear-gradient( 90deg, rgb(244,80,169) 0%, rgb(247,59,59) 100%);
    color: #fff;
}


/***************************** related posts ********************************/

.yarpp-related {
    margin-top: 50px !important;
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.yarpp-related h3 {
    font-size: 26px !important;
}

.yarpp-related ol {
    padding-left: 15px !important;
}

.yarpp-related ol li {
    margin-bottom: 10px;
}

.yarpp-related ol li a {
    color: #000;
    border-bottom: 1px solid #999;
}

.yarpp-related ol li a:hover {
    color: #2d4bff;
    border-bottom: 1px solid #2d4bff;
}

/**************************** form *****************************************/

.ninja-forms-field {
    width: 100%;
    max-width: 300px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #999;
}

@media only screen and (max-width: 1180px) {
    .ninja-forms-field {
        width: 100% !important;
        max-width: inherit !important;
    }
}

textarea.ninja-forms-field {
    max-width: 500px;
    line-height: 20px;
    min-height: 100px;
    padding: 10px 20px;
}

input[type="button"].ninja-forms-field.nf-element {
    background: #2d4bff !important;
    padding: 0 30px !important;
    border-radius: 0;
    color: #fff;
    max-width: inherit;
    width: auto;
    border: none;
    font-size: 16px;
}

input[type="button"].ninja-forms-field.nf-element:hover {
    background: #000 !important;
}

.nf-error-msg {
    color: red;
    transform: translateY(-20px);
}

span#nf-form-title-3,
.nf-form-fields-required,
.nf-after-form-content {
    display:none
}

/******************************** Mobile menu ********************************/

#mobile_menu_icon,
#mobile_menu_content {
    display: none;
}
@media only screen and (max-width: 1180px) {
    nav.text-smoth {
        display: none;
    }

    #mobile_menu_icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 13px;
        z-index: 2;
    }

    #mobile_menu_icon #icon:hover {
        opacity: 0.7;
    }

    #mobile_menu_content {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000;
        top: 0;
        right: 0;
        z-index: 999;
        padding: 50px;
        box-sizing: border-box;
        display: none;
    }

    #close_icon {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 20px;
        height: 20px;
    }

    #mobile_menu_content a {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        margin-top: 34px;
        font-family: 'helvetica_medium', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        letter-spacing: -1px;
        font-weight: 700;
        text-align: left;
        text-decoration: none;
    }
}

/***************************** pagination *************************************/

.navigation a,
.navigation span {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: -1px;
    color: #000;
    font-size: 18px;
}

.navigation a:hover {
    background: #eee;
}

.navigation .current {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.navigation .previouspostslink,
.navigation .nextpostslink {
    text-decoration: none;
}

/******** Full Product *******/
#full_product {
    position: relative;
}

#full_product .productCol {
    width: 50%;
    height: 100vh;
    float: left;
    display: flex;
    align-items: center;
    text-align: right;
    box-sizing: border-box;
}

@media only screen and (max-width: 1180px) {
    #full_product .productCol {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        justify-content: space-between !important;
        padding: 0 !important;
    }
}


#full_product #left_part {
    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%);
    justify-content: flex-end;
    padding-right: 100px;
}

@media only screen and (max-width: 1180px) {
    #full_product #left_part {
        padding: 30px;
        text-align: center;
    }
}

#left_part .imgContainer {
    margin: 0;
    display: inline-block;
}

@media only screen and (max-width: 1180px) {
    #left_part .imgContainer {
        margin: 100px auto 50px;
        display: block;
    }
}

#full_product #left_part #product_img {
    width: 100%;
    display: block;
}

#full_product #right_part {
    text-align: left;
    padding-left: 100px;
}

@media only screen and (max-width: 1180px) {
    #full_product #right_part {
        padding: 0 30px !important;
        text-align: center !important;
    }
}

#full_product #right_part h1 {
    max-width: 400px;
}

@media only screen and (max-width: 1180px) {
    #full_product #right_part h1 {
        max-width: inherit;
    }
}

@media only screen and (max-width: 1180px) {
    #full_product #right_part #crumbs {
        display: none;
    }
}

#full_product strong {
    font-family: 'helvetica_medium';
}

#full_product #right_part .region {
    font-size: 20px;
    display: block;
    margin-top: -20px;
}

@media only screen and (max-width: 1180px) {
    #full_product #right_part .region {
        font-size: 25px;
        margin-top: 40px;
    }
}

#full_product #right_part .region span {
    font-family: 'Helvetica_thin';
}

#full_product #right_part .cardContainer {
    width: auto !important;
    margin-bottom: 0 !important;
}

#full_product #right_part .cardContainer .widget {
    font-family: 'Helvetica_thin' !important;
    margin-top: 42px;
}

#full_product #right_part .cardContainer .widget .out-of-stock {
    font-size: 30px;
    text-align: left;
}

#full_product #right_part .cardContainer .widget .digiseller-price-val {
    margin: 0 !important;
    font-family: 'Helvetica_thin' !important;
    font-size: 45px !important;
    text-align: left !important;
    position: relative !important;
    z-index: 2!important;
}

@media only screen and (max-width: 1180px) {
    #full_product #right_part .cardContainer .widget .digiseller-price-val {
        margin: 0 auto !important;
        text-align: center !important;
    }
}

#full_product #right_part .cardContainer .widget .digiseller-money_menu {
    margin: 0 !important;
    transform: translateX(10px);
    margin-right: -20px !important;
}

#full_product #right_part .cardContainer .widget .digiseller-money_current,
#full_product #right_part .cardContainer .widget .digiseller-zeros{
    font-family: 'Helvetica_thin' !important;
    font-size: 45px !important;
}

#full_product #right_part .cardContainer .widget  .digiseller-buy-standalone .digiseller-pricing-table.digiseller-pricing-table-select .digiseller-cta-button-v a {
    max-width: 250px !important;
    margin: 10px 0 0 0;
    display: block !important;
}

@media only screen and (max-width: 1180px) {
    #full_product #right_part .cardContainer .widget  .digiseller-buy-standalone .digiseller-pricing-table.digiseller-pricing-table-select .digiseller-cta-button-v a {
        max-width: 100% !important;
        font-size: 30px !important;
        line-height: 50px !important;
    }
}

#full_product #right_part .cardContainer .widget ul.digiseller-pricing-table li.digiseller-cta-button-v {
    text-align: left;
    padding-top: 30px !important;
    display: inline-block !important;
}


/*** Description and TABS ***/
#full_product #product_description {
    margin-top: 100px;
}

.tabs {
    width: 100%;
    display: inline-block;
}

.tab-links {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
}

.tab-links li {
    margin: 0;
}

@media only screen and (max-width: 1180px) {
    .tab-links {
        display: block;
        max-width: 100%;
    }

    .tab-links li {
        margin: 0;
        display: block;
    }

    .tab-links a {
        padding: 20px 32px;
        text-decoration: underline !important;
        display: block;
        border: none !important;
        line-height: 25px;
    }

    .tab-links .active a {
        background-color: #000 !important;
        color: #fff !important;
        text-decoration: none !important;
    }
}

.tab-links a {
    padding: 20px 32px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'helvetica_medium';
    color: #000;
    box-sizing: border-box;
}

.tab-links a:hover {
    background-color: #000;
    color: #fff;
}

.tab-links .active a {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
}

.tab-links .active a:hover {
    color: #000;
    cursor: text;
}

.tab-content {
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #ccc;
    margin-top: 16px;
}

@media only screen and (max-width: 1180px) {
    .tab-content {
        border-top: none;
        margin-top: 0;
    }
}

.tab {
    display: none;
    max-width: 800px;
    padding: 32px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (max-width: 1180px) {
    .tab {
        max-width: 100%;
        font-size: 18px;
        line-height: 30px;
    }
}

.tab p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 1px;
}

.tab p a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.tab.active {
    display: block;
}

.tab h3 {
    font-size: 35px;
    line-height: 38px;
}

.tab ol.instruction {
    padding-left: 0;
}

.tab ol.instruction li {
    margin: 20px 0;
}

.tab .review-cont.review:last-of-type:after {
    display: none;
}


/*** Related products ***/

#related_products_title {
    max-width: 800px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

#related_products_title h4 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1180px) {
    #related_products_title h4 {
        text-align: center;
    }
}

#related_products_title h4 span {
    font-family: 'Helvetica_thin';
    font-size: 25px;
}

#related_products {
    background: rgb(250,222,238);
    background: linear-gradient(-45deg, rgba(223,224,250,1) 0%, rgba(233,238,248,1) 50%, rgba(247,246,246,1) 100%);
    padding: 50px 0;
}

#related_products #scroll_cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
}

@media only screen and (max-width: 1180px) {
    #related_products #scroll_cont {
        flex-wrap: wrap;
    }
}

.cardContainer.small {
    position: relative;
    margin: 40px 20px;
    max-width: 170px;
}

.cardContainer.small .imgContainer {
    width: 100%;
}

.cardContainer.small .title {
    font-size: 18px;
    line-height: 20px;
}

@media only screen and (max-width: 1180px) {
    .cardContainer.small .title {
        max-width: 100%;
        font-size: 25px;
        line-height: 28px;
    }

    .cardContainer.small .title span {
        font-size: 18px;
    }
}

/*** Custom Post Archive ***/

body.post-type-archive-gift-card-russia h1,
body.post-type-archive-gift-card-usa h1 {
    padding: 80px 30px 0 30px !important;
}

body.post-type-archive-gift-card-russia h1 span,
body.post-type-archive-gift-card-usa h1 span {
    font-size: 30px;
}

body.post-type-archive-gift-card-russia p,
body.post-type-archive-gift-card-usa p {
    padding: 0 35px;
}

@media only screen and (max-width: 1180px) {
    body.post-type-archive-gift-card-russia p,
    body.post-type-archive-gift-card-usa p {
        font-size: 17px;
    }
}

body.post-type-archive-gift-card-russia p:first-of-type,
body.post-type-archive-gift-card-usa p:first-of-type {
    margin-bottom: 50px;
}

/*** Feedback Form ***/
body.page-id-76 input[type=submit].ninja-forms-field,
body.page-id-78 input[type=submit].ninja-forms-field {
    height: auto;
    width: inherit;
    font-family: 'helvetica_medium';
    font-size: 24px;
}

