@charset "UTF-8";

:root {
    --red: #fb0000;
    --black: #222222;
    --main-color: var(--bon-orange);
    --bon-orange: #FFB72C;
    --card-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    --gray: #b7b7b7;
    --categories-img-width: 110px;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Thin.eot');
    src: local("SF UI Display Thin"), local("SFUIDisplay-Thin"),
        url('../fonts/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Thin.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Thin.woff') format('woff'),
        url('../fonts/SFUIDisplay-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Light.eot');
    src: local("SF UI Display Light"), local("SFUIDisplay-Light"),
        url('../fonts/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Light.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Light.woff') format('woff'),
        url('../fonts/SFUIDisplay-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Regular.eot');
    src: local("SF UI Display Regular"), local("SFUIDisplay-Regular"),
        url('../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Regular.woff') format('woff'),
        url('../fonts/SFUIDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Medium.eot');
    src: local("SF UI Display Medium"), local("SFUIDisplay-Medium"),
        url('../fonts/SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Medium.woff') format('woff'),
        url('../fonts/SFUIDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Semibold.eot');
    src: local("SF UI Display Semibold"), local("SFUIDisplay-Semibold"),
        url('../fonts/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Semibold.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Bold.eot');
    src: local("SF UI Display Bold"), local("SFUIDisplay-Bold"),
        url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUIDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff'),
        url('../fonts/SFUIDisplay-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'inglobal';
    src: url("../fonts/inglobal.eot");
    src: url("../fonts/inglobal.eot?#iefix") format("embedded-opentype"), url("../fonts/inglobal.woff2") format("woff2"), url("../fonts/inglobal.woff") format("woff"), url("../fonts/inglobal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inglobal';
    src: url("../fonts/inglobal-Bold.eot");
    src: url("../fonts/inglobal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/inglobal-Bold.woff2") format("woff2"), url("../fonts/inglobal-Bold.woff") format("woff"), url("../fonts/inglobal-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Boncity-font";
    src: url("../fonts/Boncity-font.eot");
    src: url("../fonts/Boncity-font.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Boncity-font.woff") format("woff"),
        url("../fonts/Boncity-font.ttf") format("truetype"),
        url("../fonts/Boncity-font.svg#Boncity-font") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[data-icon]:before {
    font-family: "Boncity-font" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Boncity-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-vk:before {
    content: "\51";
}

.icon-telegram:before {
    content: "\53";
}

.icon-instagram:before {
    content: "\55";
}

.icon-facebook:before {
    content: "\56";
}



html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


a {
    background-color: transparent;
}


img {
    border-style: none;
}

button,
input {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button {
    /* 1 */
    text-transform: none;
}


button,
[type="button"] {
    -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 576px) {

    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width: 992px) {

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

@media (min-width: 992px) {

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #222;
}


input {
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}
input:focus {
    outline: 1px solid var(--bon-orange);
}
button:focus {
    outline: 1px solid var(--bon-orange);
}

body {
    font-family: "Roboto", sans-serif;
    color: var(--black);
    overflow-x: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}



.container {
    position: relative;
}


/* STYLE.CSS */

.title {
    font-size: 60px;
    line-height: 1.15em;
    font-family: "inglobal", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 40px 0px;
}



.subtitle {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}

.description {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* uncss:ignore */
.stocks .slick-arrow {
    bottom: -30px;
}
/* uncss:ignore */
.stocks .slick-prev {
    left: 25%;
}
/* uncss:ignore */
.stocks .slick-next {
    right: 25%;
}
/* uncss:ignore */
.slick-slider .slick-arrow:hover {
    opacity: .6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/* uncss:ignore */
.slick-slider .slick-prev {

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* uncss:ignore */
.slick-slider .slick-next {

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* uncss:ignore */
.slick-slider .slick-dots {
    text-align: center;
    padding-top: 50px;
    position: relative;
    z-index: 100000;
}
/* uncss:ignore */
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}
/* uncss:ignore */
.slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid var(--black);
    background: #fff;
    font-size: 0px;
}
/* uncss:ignore */
.slick-slider .slick-dots .slick-active button {
    background: #333;
}

.btn {
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius: 3em !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 1.5em 3.5em !important;
    border: none !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    transition: .3s !important;
    position: relative !important;
    z-index: 999 !important;
}

.btn:hover {
    -webkit-box-shadow: 1px 7px 17px rgba(0, 0, 0, 0.4), inset 0em 0em 0em 0em rgba(0, 0, 0, 0) !important;
    box-shadow: 1px 7px 17px rgba(0, 0, 0, 0.4), inset 0em 0em 0em 0em rgba(0, 0, 0, 0) !important;
}

.btn:active {
    -webkit-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0), inset 1px 2px 5px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0), inset 1px 2px 5px rgba(0, 0, 0, 0.4) !important;
}

.btn-white {
    background: #fff !important;
    color: #222 !important;
}

.btn-orange {
    background: var(--bon-orange) !important;
    color: #222 !important;
}

.btn-appstore,
.btn-playmarket {
    width: 175px;
    height: 52px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 8888;
}

.btn-playmarket {
    background-image: url(../img/svg/google-play.svg);
    background-size: contain;

}

.btn-appstore {
    background-image: url(../img/svg/app-store.svg);
    cursor: default;
    opacity: 0.5;
    background-size: contain;

}

.underline:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -2px;
    left: auto;
    right: 0;
    background: #222;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.underline:hover:before {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    bottom: -2px;
    left: 0;
    right: auto;
}

.btn-underline {
    position: relative;

}

.btn-underline::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #222;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-underline:hover::before {
    width: 90%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.up-button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: fixed;
    bottom: 31px;
    right: 90px;
    opacity: .3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(55, 180, 234, 1);
    display: none;
    z-index: 11000;
}

.up-button:hover {
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.up-button svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.up-button:hover svg:first-child {
    -webkit-transform: translate(-50%, -50%) translateY(-7px);
    -ms-transform: translate(-50%, -50%) translateY(-7px);
    transform: translate(-50%, -50%) translateY(-7px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.up-button:hover svg:last-child {
    -webkit-transform: translate(-50%, -50%) translateY(7px);
    -ms-transform: translate(-50%, -50%) translateY(7px);
    transform: translate(-50%, -50%) translateY(7px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
/* uncss:ignore */
.show-up-button {
    display: block;
}

/* HEADER */
/* HEADER */
/* HEADER */
.header {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background-color: #FFB72C;
    z-index: 200;
}

.main-header {
    background: url(../img/svg_bg/header-main-bg.svg) no-repeat;
    background-position: center bottom 60px;
    background-size: cover;
}

.header .logo {
    width: 120px;
    height: 120px;
    background: url(../img/logo-1.png) no-repeat center;
    display: inline-block;
    margin-right: 60px;
    background-size: contain;
    margin-top: -20px;
    position: relative;
}



.header .top-info {
    padding-top: 15px;
}

.header .top-info a {
    color: #222;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .nav {
    margin-top: 25px;
}

.header .nav li {
    display: inline-block;
}

.header .nav-wrapper {
    position: relative;
    z-index: 9;
    display: none;
    padding-bottom: 10px;
}

.header .nav-item {
    padding: .2em 1em;
    position: relative;
    font-size: 16px;
    z-index: 1;
    font-weight: 600;
    border-radius: 1em;
}

.header .header-icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header .header-icon .reg,
.header .header-icon .enter {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .header-icon .reg:hover,
.header .header-icon .enter:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.header .header-icon .social-icon {
    margin-top: 10px;
}

.header .header-icon .social-icon a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
    margin: 0px 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .header-icon .social-icon a:hover {
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.header .header-icon .social-icon a:hover svg {
    color: #FFB72C;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .header-icon .social-icon a svg {
    height: 15px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header .header-icon .reg-enter {
    display: none;
    margin-left: 50px;
    margin-right: 20px;
}

.header .header-icon .reg-enter a {
    width: 40px;
    height: 47px;
    display: inline-block;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    top: -5px;
}

.header .header-icon .reg-enter a:nth-child(1) {
    background: #F85B2A;
}

.header .header-icon .reg-enter a:nth-child(2) {
    background: #37B4EA;
}

.header .header-icon .reg-enter a svg {
    width: 30px;
    top: 57% !important;
}

.header .header-icon .reg-enter.logged {
    display: block;
}

.header .header-icon .reg-enter.logged .enter-cabinet span {
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    color: #fff;
}

.header .burger-btn {
    cursor: pointer;
}


.header-content {
    position: relative;
    z-index: 1000;
}

.header-img {
    position: absolute;
    top: -300px;
    left: 0px;
    width: 850px;
    height: 1126px;
    display: none;
    transform: scale(0.67);
   
}

.header-img .desktop-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



.header .tagline {
    font-size: 80px;
    font-family: "inglobal", sans-serif;
    margin: 20px 0px;
    font-weight: normal;
    white-space: nowrap;
}

.header .description {
    margin-bottom: 70px;
    padding-right: 20px;
}

.header .bot-block {
    position: relative;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    padding: 0.7em;
    bottom: 30px;
}

.header .bot-block .btn {
    max-width: 100%;
}

.header .bot-block_description {
    text-align: center;
    font-family: "inglobal", sans-serif;
    font-size: 25px;
    line-height: 45px;
    font-weight: bold;
}

.header .bot-block_description span {
    color: #FFB72C;
    text-transform: uppercase;
}

.header .app-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .app-block .btn-playmarket,
.header .app-block .btn-appstore {
    margin: 5px;
}

.header .header-content-wrapper {
    padding-bottom: 70px;
    padding-top: 25px;
}

/* uncss:ignore */
.mob-nav.active:before {
  width: 100vw;
  -webkit-transition: .8s ease-out;
  -o-transition: .8s ease-out;
  transition: .8s ease-out;
}

.mob-nav {
  padding: 5.5em 0 0 2em;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  width: 320px;
  -webkit-box-shadow: 7px 0px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 0px 12px 0px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: .6s ease-out;
  -o-transition: .6s ease-out;
  transition: .6s ease-out;
  overflow-y: scroll;
}
/* uncss:ignore */
.mob-nav.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.mob-nav ul {
  padding-bottom: 10px;
}

.mob-nav_item {
  color: #222;
  font-size: 20px;
  padding: .5em;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.mob-nav .close-nav {
  top: 30px;
  left: 40px;
  position: absolute;
  width: 30px;
  height: 30px;
}

.mob-nav .close-nav:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mob-nav .close-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1366px) {
    .header .logo {
        width: 110px;
        height: 110px;
    }

    .header .top-info {
        padding-top: 36px;
    }

    .header .nav {
        margin-top: 18px;
    }

}


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


/* FOOTER */
/* FOOTER */
/* FOOTER */


.footer .tel-icon {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 8px;
}

.footer .tel-wrapper {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1.15 !important;
}
.footer .tel-wrapper .tel__time{
    display: block;
    font-size: 12px;
}

.footer .tel-wrapper .tel {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    background: #F85B2A;
    padding: .3em 1.5em .2em 2.5em;
    border-radius: 25px;
    color: #fff;
}

.footer .tel-wrapper .tel:hover {
    -webkit-box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
}
.footer .footer-wave {
    position: absolute;
    background-image: url(../img/svg_bg/footer-wave.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;
    bottom: calc(100% - 2px);
    left: 0px;
}
.footer-col__item {
    display: block;
    color: var(--gray);
    margin-bottom: .5em;
    
}
.footer-col__item:hover {
    color: var(--bon-orange);
}
.footer-title {
    font-size: 18px;
    color: var(--bon-orange);
    font-weight: 400;
    line-height: 1.35;
    
}
.footer {
   
    color: #fff;
    background-color: #333;
    font-family: sans-serif;
    position: relative;
    padding: 25px 0px;
    min-width: 320px;

}
.footer-col__title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    padding: 20px 0px;
}
.footer-info__title {
    font-size: 16px;
    margin-bottom: 1.33em;
    margin-top: 1.33em;
}

.footer a {
    text-decoration: none;
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-info__social-share .social-sare-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background-color: var(--bon-orange);
    display: inline-block;
    transition: all 200ms;
    margin-right: 10px;
    border: 1px solid  var(--bon-orange);
    box-shadow: inset 5px 5px 10px -8px rgba(184,122,6,1), rgb(255 224 163) -2px -2px 13px -8px inset;
}

.footer-info__social-share .social-sare-icon:hover {
    transition: all 200ms;
    box-shadow: inset 5px 5px 10px -2px rgba(184,122,6,1), rgb(255, 224, 163, 0.7) -3px -3px 5px -2px inset ;
    transform: translateY(1px);
    
}
.footer-info__social-share .social-sare-icon:hover .icon {
    /* color: #ff751a; */
    transition: all 200ms;
    transform: translate(-50%,-50%) scale(0.97);
    /* font-size: 21px; */
}
.social-sare-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    line-height: 0.1;
    font-size: 22px;
    color: #222;
    transition: all 200ms;
}

.footer-social__item {
    display: flex;
    margin-bottom: 15px;
}
.fooret-info__footer-social .social-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.social-icon-description {
    color: var(--gray);
}

.social-icon.vk {
    background-image: url(../img/svg/vk-logo.svg);
}
.social-icon.facebook {
    background-image: url(../img/svg/facebook-logo.svg);
}
.social-icon.telegram {
    background-image: url(../img/svg/telegram-logo.svg);
}
.social-icon.instagram {
    background-image: url(../img/svg/instagram-logo.svg);
}

.footer-info__app-icon a {
    width: 140px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.footer-info__app-icon a:first-child {
    margin-right: 10px;
}

.footer-google-play {
    background-image: url(../img/svg/google-play.svg); 
}

.footer-app-store {
    background-image: url(../img/svg/app-store.svg);
    opacity: .5;
}

.social-share__wrapper {
    display: flex;
    justify-content: start;
}

.footer-social__wrapper {
    display: flex;
    flex-direction: column;
}

.footer-info__social-share {
    order: 1;
    margin-bottom: 20px;
}

.fooret-info__footer-contacts {
    order: 2;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fooret-info__footer-social {
    order: 3;
    margin-bottom: 20px;
}
.footer-info__app-icon {
    order: 4;
    margin-bottom: 20px;
}
.footer-mob .accordion_content {
    display: none;
}
.footer-mob {
    margin-top: 30px;
}

.footer-mob .accordion_content {
    padding: 10px 0px;
}

.footer-mob .footer-col {
    border-bottom: 1px solid #fff;
}
.footer-mob .footer-col__title {
    position: relative;
}
.footer-mob .footer-col__title:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/cross.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 5px;
    transition: all 300ms;
    filter: invert(1);
}
/* uncss:ignore */
.footer-mob .active_block .footer-col__title:before {
    transform: rotate(45deg);
    transition: all 300ms;

}

.footer-mob .footer-col__item {
    margin-bottom: 20px;
}
.footer__bot-block {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .footer-main {
        display: none;
    }
    .footer__bot-block {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 992px) {
    
    .footer-info {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-info__social-share {
        order: 4;
        width: 100%;
        
    }
    .footer-social__item {
        justify-content: center;
    }

    .app-icon__wrapper {
        flex-direction: column;
    }

    .footer-info__app-icon a:first-child {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .footer-info__app-icon a:last-child {
        margin-left: 18px;
    }
    .footer-info__item {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .footer-info__title {
        text-align: center;
    }

    .social-share__wrapper {
        justify-content: center;
    }
    
    .fooret-info__footer-contacts {
        order: 2;
        width: 50%;
        align-items: center;
    }
    
    .fooret-info__footer-social {
        order: 1;
    }
    .footer-info__app-icon {
        order: 3;
        width: 50%;
    }
    .footer-social__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-social__item {
        width: 50%;
    }

    .footer-col {
        text-align: center;
    }

}

@media screen and (max-width: 424px) {
    .footer-social__item {
        width: 100%;
    }
    .fooret-info__footer-contacts {
        width: 100%;
    }

    .footer-info__app-icon {
        width: 100%;
    }

    .footer-title {
        text-align: center;
    }
}

.itgeen {
    position: relative;
    display: inline-block;
}
.itgeen:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 32px;
    position: absolute;
    right: -61px;
    bottom: -3px;
    background: url(../img/logo-itgeen.png) no-repeat center;
    background-size: contain;

}

/* FOOTER */
/* FOOTER */
/* FOOTER */




@-webkit-keyframes tel-animate {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    91%,
    93%,
    95%,
    97%,
    99% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    92%,
    94%,
    96%,
    98% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }
}

@keyframes tel-animate {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    91%,
    93%,
    95%,
    97%,
    99% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    92%,
    94%,
    96%,
    98% {
        -webkit-transform: translate3d(1px, 0, 0);
        transform: translate3d(1px, 0, 0);
    }
}

@-webkit-keyframes slideInRight-long {
    from {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight-long {
    from {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight-long {
    -webkit-animation-name: slideInRight-long;
    animation-name: slideInRight-long;
}

.tel-animate {
    -webkit-animation-name: tel-animate;
    animation-name: tel-animate;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_1s {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_7s {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* TOOLTIP */
/* TOOLTIP */
/* TOOLTIP */



[data-tooltip] {
    position: relative;
}

[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: transform 200ms ease, opacity 200ms;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 250px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

[data-tooltip]:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 0.85;
}

[data-tooltip][data-position=left]:before {
    top: 50%;
    right: 100%;
    margin-right: 10px;
    transform: translateY(-50%);

}

[data-tooltip][data-position=left]:after {
    border-left-color: #000;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;

}

[data-tooltip][data-position=bottom]:before {
    top: 100%;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
}

[data-tooltip][data-position=bottom]:after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 50%;
    margin-top: 4px;
    transform: translateX(-50%);
}


/* TOOLTIP */
/* TOOLTIP */
/* TOOLTIP */




/* CHAT-MENU */
/* CHAT-MENU */
/* CHAT-MENU */

.chat-wrapper {
    z-index: 99999;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none;
    bottom: 28px;
    right: 18px;
}

.chat-wrapper .chat .chat-icon {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #37B4EA;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-image: url(../img/svg/chat-icon.svg);
    display: inline-block;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;

}



.chat-wrapper .chat {
    position: relative;
    z-index: 100000;
}

.chat-wrapper a {
    width: 50px;
    height: 50px;
    display: inline-block;

    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

}

.chat-wrapper i {
    font-size: 25px;
    color: #fff;
}

.chat-wrapper i:before {
    line-height: 2 !important;
}

.chat a.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.chat a.vk {
    background: #4a76a8;
}

.chat a.facebook {
    background: #3b5998;
}

.chat a.telegram {
    background: #0088cc;
}



@media(min-width: 992px) {
    .chat-wrapper .chat:hover .submenu li:nth-child(1) {
        opacity: 1;
        top: -51px;
        transition-delay: 0.08s;
        transform: rotateY(0deg);

    }

    .chat-wrapper .chat:hover .submenu li:nth-child(2) {
        opacity: 1;
        top: -102px;
        transition-delay: 0.16s;
        transform: rotateY(0deg);

    }

    .chat-wrapper .chat:hover .submenu li:nth-child(3) {
        opacity: 1;
        top: -153px;
        transition-delay: 0.24s;
        transform: rotateY(0deg);

    }

    .chat-wrapper .chat:hover .submenu li:nth-child(4) {
        opacity: 1;
        top: -204px;
        transition-delay: 0.32s;
        transform: rotateY(0deg);

    }
}

.chat-wrapper .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.chat-wrapper .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: inline-block;
}

.chat-wrapper .submenu li:nth-child(1) {
    transform: rotateX(45deg);
}

.chat-wrapper .submenu li:nth-child(2) {
    transform: rotateX(90deg);
}

.chat-wrapper .submenu li:nth-child(3) {
    transform: rotateX(135deg);
}

.chat-wrapper .submenu li:nth-child(4) {
    transform: rotateX(180deg);
}

/* CHAT-MENU */
/* CHAT-MENU */
/* CHAT-MENU */



/* КАРТОЧКИ АКЦИЙ */
/* КАРТОЧКИ АКЦИЙ */
/* КАРТОЧКИ АКЦИЙ */

.stocks-card-wrapper {
    padding: 10px;
    margin: 0 auto;

}

.stocks-card {
    background: #FFF;
    border: 1px solid #FDBA3D;
    -webkit-box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.17);
    border-radius: 30px;
    cursor: pointer;
    min-height: 339px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px;
    position: relative;
    width: 344px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15 !important;
}

.stocks-card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.stocks-card::before {
    display: none;
    content: '';
    position: absolute;
    width: 40px;
    height: 48px;
    top: -8px;
    right: 20px;
    background-size: 100%;
    background-position: center;
    background-color: transparent;
}

.stocks-card__tm-title {
    padding: 15px 0px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    height: 46px;
    overflow: hidden;
}

.stocks-card__tm-title span {
    font-weight: 600;
}

.stocks-card__tm-title p {
    display: inline-block;
    margin: 0px;
    padding-left: 17px;
}

.stocks-card__tagline {
    font-size: 17px;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
    display: block;
    text-align: center;
    height: 62px;
    overflow: hidden;

}

.stocks-card__date {
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0 25px;
}

.stocks-card__to__title,
.stocks-card__from__title {
    font-size: 10px;
}

.stocks-card__from {
    margin-bottom: 5px;
}

.stocks-card__description {
    overflow: hidden;
}

.stocks-card__description p {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0px 25px;
    height: 69px;
}

.stocks-card__img {
    overflow: hidden;
    width: 100%;
    height: 171px;
    position: relative;
}

.stocks-card__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 400px) {
    .stocks-card {
        width: 260px;
    }

    .stocks-card__img {
        height: 130px;
    }
}

/* КАРТОЧКИ АКЦИЙ */
/* КАРТОЧКИ АКЦИЙ */
/* КАРТОЧКИ АКЦИЙ */






@media (max-width: 992px) {

    .tab-center {
        text-align: center !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .tab-d-none {
        display: none;
    }

    .header .logo {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .mob-center {
        text-align: center !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 576px) {

    .title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 24px;
    }

    .description {
        font-size: 16px;
    }
}

@media (min-width: 1365px) {
    .container {
        max-width: 1270px;
    }
}



/* Slider */
/* uncss:ignore */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
/* uncss:ignore */
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* uncss:ignore */
.slick-list:focus {
    outline: none;
}
/* uncss:ignore */
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
/* uncss:ignore */
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* uncss:ignore */
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* uncss:ignore */
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
/* uncss:ignore */
.slick-track:after {
    clear: both;
}
/* uncss:ignore */
.slick-loading .slick-track {
    visibility: hidden;
}
/* uncss:ignore */
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding-bottom: 8px;
}
/* uncss:ignore */
[dir='rtl'] .slick-slide {
    float: right;
}

/* uncss:ignore */
.slick-slide.slick-loading img {
    display: none;
}
/* uncss:ignore */
.slick-slide.dragging img {
    pointer-events: none;
}
/* uncss:ignore */
.slick-initialized .slick-slide {
    display: block;
}
/* uncss:ignore */
.slick-loading .slick-slide {
    visibility: hidden;
}
/* uncss:ignore */
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* uncss:ignore */
.slick-arrow.slick-hidden {
    display: none;
}



.what-is-it {
    padding-top: 50px;
    position: relative;
    background: #fff;
    margin-top: -1px;
}

.what-is-it_img {
    width: 100%;
    padding-left: 30px;
}

.what-is-it_img_wrapper {
    display: none;
}

.what-is-it_title {
    text-align: right;
    font-family: "inglobal", sans-serif;
    font-weight: bold;
    font-size: 60px;
    margin: 0;
}

.what-is-it_title span {
    color: #FFB72C;
}

.what-is-it_description {
    padding-left: 50px;
}

.how-it-works {
    background: url(../img/svg_bg/how-it-works_bg.svg) no-repeat center;
    background-size: cover;
    padding-top: 50px;
    min-height: 968px;
    z-index: 10;
    padding-bottom: 100px;
}

.how-it-works h2 {
    margin-bottom: 120px;
}

.how-it-works_item {
    padding-left: 90px !important;
    padding-bottom: 70px;
    position: relative;
    z-index: 20;
}

.how-it-works_item span {
    height: 70px;
    display: inline-block;
}

.how-it-works_item::before {
    position: absolute;
    font-family: "inglobal", sans-serif;
    font-size: 110px;
    color: #fff;
    font-weight: bold;
    z-index: -10;
    top: -70px;
    left: 50px;
}

.how-it-works_item:nth-child(1):before {
    content: "1";
}

.how-it-works_item:nth-child(2):before {
    content: "2";
}

.how-it-works_item:nth-child(3):before {
    content: "3";
}

.how-it-works_item:nth-child(4):before {
    content: "4";
}

.how-it-works_item:nth-child(5):before {
    content: "5";
}

.how-it-works_item:nth-child(6):before {
    content: "6";
}

.saving {
    background: url(../img/svg_bg/saving_bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 60;
    padding-top: 15px;
    min-height: 795px;
    margin-top: -70px;
}

.saving button {
    z-index: 10;
}

.saving_content {
    margin-top: 50px;
}

.calc {
    position: absolute;
    width: 660px;
    height: 788px;
    left: -254px;
    top: -247px;
    background: url(../img/svg/chek.svg) no-repeat center;
    z-index: 5;
    background-size: 120%;
}

.calc_amount {
    width: 38%;
    position: absolute;
    top: 476px;
    right: 18%;
    height: 60px;
    outline: 3px solid #98d1f9;
    font-size: 24px;
    color: var(--black);
    padding-left: .3em;
    padding-right: .3em;
    
}

.calc_wrapper {
    position: relative;
}

.calc_btn {
    position: absolute !important;
    top: 485px;
    right: 67px;
    font-size: 0px;
    width: 30px;
    height: 40px;
    background: url("../img/svg/calc.svg") center center no-repeat;
    border: none;
}

.calc_cashback {
    width: 31%;
    position: absolute;
    top: 75%;
    left: 44%;
    height: 44px;
    color: #FFB72C;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}

.seller-categories {
    background: url(../img/svg_bg/seller-categories-bg.svg) no-repeat center;
    min-height: 800px;
    background-size: cover;
    padding-top: 30px;
}

.seller-categories h2 {
    margin-top: 0px;
}

.seller-categories_item {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    height: 135px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    padding-top: 10px;
}

.seller-categories_item:hover svg {
    -webkit-transform: scale(1.07) translate(-50%, -50%);
    -ms-transform: scale(1.07) translate(-50%, -50%);
    transform: scale(1.07) translate(-50%, -50%);
}

.seller-categories_item svg {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.seller-categories_item_title {
   font-weight: 400;
   font-size: 24px;
}
/* uncss:ignore */
.seller-categories .slick-arrow {
    bottom: 50%
}
/* uncss:ignore */
.slick-arrow {
    z-index: 10000;
    position: absolute;
    font-size: 0px;
    width: 60px;
    height: 40px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid var(--black);
    background-image: url(../img/arrow.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
/* uncss:ignore */
.seller-categories .slick-prev {
    left: -10px;
}
/* uncss:ignore */
.seller-categories .slick-next {
    right: -10px;
}

.seller-top {
    background: url(../img/svg_bg/seller-top_bg.svg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 250px;
    margin-top: -290px;
}

.seller-top .btn-wrapper {
    padding: 50px 0px;
    margin-top: 30px;
}
/* uncss:ignore */
.seller-top .slick-dots {
    display: none !important;
}
/* uncss:ignore */
.seller-top .slick-arrow {
    bottom: -57px;

}
/* uncss:ignore */
.seller-top .slick-next {
    right: 25%;
}
/* uncss:ignore */
.seller-top .slick-prev {
    left: 25%;
}
.seller-top-slider .card {
    margin: 0 auto;
    margin-bottom: 30px;
}

.seller-new {
    background: url(../img/svg_bg/seller-new_bg.svg) no-repeat center;
    background-size: cover;
    min-height: 780px;
    padding-top: 100px;
}
/* uncss:ignore */
.seller-new .slick-arrow {
    bottom: -70px !important;
}
/* uncss:ignore */
.seller-new .slick-dots {
    display: none !important;
}
/* uncss:ignore */
.seller-new .slick-prev {
    left: 25%;
}
/* uncss:ignore */
.seller-new .slick-next {
    right: 25%;
}

.seller-new .btn-wrapper {
    padding: 90px 0px 50px 0px;
}

.seller-new .card-wrapper {
    margin: 0px 10px;
}
.card-wrapper .card {
    margin: 0 auto;
}


.get-cashback {
    background: url(../img/svg_bg/get-cashback_bg.svg) no-repeat center;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 201;
    padding-bottom: 100px;
    margin-bottom: -150px;
    padding-top: 50px;
}

.get-cashback h2 {
    margin-bottom: 90px;
    margin-top: 0px;
}

.get-cashback_item {
    margin-bottom: 50px;
}

.get-cashback_item_img {
    height: 120px;
    line-height: 12;
    margin-bottom: 20px;
}

.get-cashback_item p {
    max-width: 280px;
    margin: 0 auto;
}

.get-cashback .btn-wrapper {
    padding-top: 50px;
}

.application {
    background: url(../img/svg_bg/application_bg.svg) no-repeat center;
    background-size: cover;
    min-height: 978px;
    padding-top: 250px;
    overflow: hidden;
    position: relative;
    z-index: 200;
}

.application h2 {
    margin-top: 0px;
}

.application_img img {
    position: absolute;
    top: -270px;
    left: -170px;
}

.partner {

    position: relative;
    z-index: 100;
}

.partner_item {
    margin-bottom: 60px;
}

.partner_item:nth-child(1)::before {
    content: '1';
}

.partner_item:nth-child(2)::before {
    content: '2';
}

.partner_item:nth-child(3)::before {
    content: '3';
}

.partner_item::before {
    position: absolute;
    top: -40px;
    left: 25%;
    font-size: 160px;
    color: #fff;
    font-family: "inglobal", sans-serif;
    font-weight: bold;
}

.partner_item p {
    max-width: 400px;
    margin: 0 auto;
}

.partner_item p span {
    text-transform: uppercase;
}

.partner_item_img {
    margin-bottom: 40px;
    position: relative;
}

.partner .title {
    margin-top: 0px;
    margin-bottom: 100px;
}

.partner .passive-income {
    position: relative;
    background: url(../img/svg_bg/passive-income_bg.svg) no-repeat center;
    background-color: #FFE176;
    background-size: contain;
    padding-bottom: 20px;
    margin-top: 100px;
}

.partner .passive-income img {
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

.partner .passive-income h2 {
    font-size: 35px;
    color: #222;
    font-family: "inglobal", sans-serif;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.questions {
    padding-top: 50px;
    background: url(../img/svg_bg/questions_bg.svg) no-repeat center top;
    margin-top: -25px;
    background-size: cover;
}

.questions_title {
    cursor: pointer;
    margin: 0;
}

.questions_content {
    display: none;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

.questions .my-accordion {
    margin-bottom: 50px;
}

.questions .accordion_item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #c7c6c6;
    position: relative;
}
/* uncss:ignore */
.questions .accordion_item.active_block .questions_title:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.get-cashback-bottom {
    min-height: 751px;
    background: url(../img/svg_bg/get-cashback-bottom_bg.svg) no-repeat center;
    background-size: cover;
    padding-top: 200px;
    position: relative;
    padding-bottom: 100px;
}

.get-cashback-bottom_description {
    padding-left: 30px;
}

.get-cashback-bottom .bottom-social {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 50px 20px;
    position: relative;
}

.get-cashback-bottom .bottom-social h3 {
    font-family: "inglobal", sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
}

.get-cashback-bottom .bottom-social p {
    max-width: 60%;
    margin: 0 auto;
}

.get-cashback-bottom .bottom-social img {
    position: absolute;
    bottom: 100%;
    right: 0px;
    width: 430px;
}

.get-cashback-bottom .bottom-social_social {
    margin-top: 30px;
    margin-bottom: 30px;
}

.get-cashback-bottom .bottom-social_social a {
    width: 60px;
    height: 60px;
    border: 2px solid #FFB72C;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0px 10px;
}

.get-cashback-bottom .bottom-social_social a:hover {
    background: #FFB72C;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.get-cashback-bottom .bottom-social_social a:hover svg {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.get-cashback-bottom .bottom-social_social a svg {
    height: 35px;
    color: #FFB72C;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.check_mark {
    list-style: none;
    color: #222;
    font-size: 20px;
    font-weight: 300;
    line-height: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.check_mark li {
    padding-left: 20px;
    position: relative;
    padding-right: 20px;
    width: 50%;


}

.check_mark li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/ellipse.svg);
    background-size: contain;


}

.saving_content span {
    color: #FCA53F;
}

.saving_description {
    font-size: 24px;
}

.saving_description span {
    font-weight: 600;
}

.slide:active,
.slide:focus {
    outline: none;

}

.slide a:active,
.slide a:focus {
    outline: none;

}


@media (max-width: 1200px) {
    /* .header .header-img .desktop-img {
        top: 6px;
        left: -9px;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        transition: all 200ms;
    } */

    .saving .calc {
        left: -129px;
    }
}

@media screen and (max-width: 991px) {
    .header .header-img {
        left: -289px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
}
@media (min-width:991px) and (max-width:1200px) {
    .header-img {
        top: -180px;
        left: -149px;
        transform: scale(0.55);
    }
}

@media (min-width:1200px) and (max-width:1364px) {
    .header .header-img {
        top: -283px;
        left: 0px;
        transform: scale(0.65);
       
        
    }
}

@media (max-width: 992px) {

    .header .header-content-wrapper {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .header .tagline {
        white-space: normal;
        font-weight: bold;
        font-size: 50px;
    }

    .saving_content {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .saving .calc {
        position: relative;
        width: 390px;
        margin: 0 auto;
        left: 0;
        top: 0;
        background: url(../img/svg/chek-mob.svg) no-repeat;
        background-size: contain;
        background-position: center;
        height: 485px;

    }

    .saving .calc_amount {
        top: 137px;
        left: 92px;
        width: 200px;
        padding-left: 5px !important;
        height: 50px;

    }

    .saving .calc_btn {
        top: 140px;
        left: 300px;
    }

    .saving .calc_cashback {
        width: 40%;
        top: 250px;
        left: 105px;
        height: 44px;
        text-align: center;
        font-size: 34px;
        padding-left: .3em;
    }

    .seller-categories {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .get-cashback-bottom {
        padding-top: 85px;
    }

    .get-cashback-bottom img {
        display: none;
    }

    .get-cashback-bottom .bottom-social p {
        max-width: 100%;
    }

    .application {
        min-height: 870px;
    }
}

@media (max-width: 768px) {
    .get-cashback-bottom .bottom-social_social {
        display: none;
    }

    .get-cashback-bottom .bottom-social .btn-wrapper {
        margin-bottom: -80px;
        margin-top: 30px;
    }

    .seller-categories {
        min-height: 650px;
    }

    .how-it-works_item span {
        height: auto;
    }

    .check_mark>li {

        width: 100%;
    }
}

@media (max-width: 576px) {
    .check_mark {
        padding-left: 15px;
    }

    .check_mark>li {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;

    }

    .check_mark>li:before {

        left: -12px;

    }

    .header .nav {
        margin-left: -60px;
    }

    .how-it-works {
        padding-top: 20px;
    }

    .how-it-works_item {
        padding-left: 50px !important;
    }
    


    .seller-categories_item_title {
        font-size: 24px;
    }

    .saving .calc {
        width: 300px !important;

    }

    .saving .calc_amount {
        left: 72px !important;
        top: 154px !important;
        font-size: 28px;
        padding-left: 5px;
        height: 50px !important;
        width: 150px;
    }

    .saving .calc_btn {
        top: 158px !important;
        left: 233px !important;

    }

    .saving .calc_cashback {
        left: 60px !important;
        top: 240px;
    }


    .application {
        padding-top: 200px;
    }

    .questions .accordion_item .questions_title {
        padding-right: 30px;
    }

    .questions .accordion_item .questions_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .get-cashback-bottom .bottom-social h3 {
        font-size: 28px;
    }

    .get-cashback-bottom .bottom-social p {
        margin: 0;
        max-width: 100%;
    }
}
@media all and (max-width: 476px) {
    .title {
        margin-left: 1rem;
    }
}



/* uncss:ignore */
.more-page .more-stock-carousel .slick-arrow {
    bottom: -30px;
}
/* uncss:ignore */
.more-page .more-stock-carousel .slick-prev {
    left: 25%;
}
/* uncss:ignore */
.more-page .more-stock-carousel .slick-next {
    right: 25%;
}

.card {
    min-width: 310px;
    width: 310px !important;
    height: 250px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #9e9e9e;
    background: #fff;
    margin-bottom: 31px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .2s;
}
.card:hover {
    transition: .2s;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(2px);
}

.card:last-child {
    margin-bottom: 0;
}

.card .card-right {
    width: 65%;
    padding: 4px 12px 12px 12px;
    font-weight: 500;

}

.card .card-right .card-calc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.card .card-right .card-calc input {
    border: 0;
    width: 94px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    background-color: transparent;

}

.card .card-right .card-calc .count {
    width: 15px;
    height: 20px;
    border-top: 0;
    border-bottom: 0;
    background: url("../img/svg/calc.svg") center center no-repeat;
    background-size: contain;
}

.card .card-right .card-calc .result {
    font-size: 13px;
    line-height: 20px;
    color: var(--red);

}

.card .card-right .card-text {
    display: block;
    color: var(--black);
    font-size: 13px;
    line-height: 14px;
    padding: 3px 0px;
    border-top: 1px solid var(--black);
    height: 46px;
    overflow: hidden;

}

.card .card-right .card-text-hot {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    margin: 10px 0px;
    line-height: 13px;
    background-color: var(--red);
    z-index: 1;
}


.card .card-right .card-icons {
    width: 100%;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--black);
    border-left: 0;
    border-right: 0;
    margin-bottom: 6px;
}

.card .card-right .card-icons img {
    height: 20px;
    width: auto;
    margin-right: 8px;
}

.card .card-right .card-systemRating,
.card .card-right .card-customerRating {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card .card-right .card-systemRating .rating svg,
.card .card-right .card-customerRating .rating svg {
    width: 8px;
    height: 8px;
}

.card .card-right .card-systemRating svg:nth-child(1),
.card .card-right .card-systemRating svg:nth-child(2) {
    fill: #d75632;
}

.card .card-right .card-customerRating svg:nth-child(1),
.card .card-right .card-customerRating svg:nth-child(2) {
    fill: #d75632;
}

.card .card-left {
    height: 100%;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.card .card-left a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black);


}

.card .seller-cashback-marker {
    width: 38px;
    height: 38px;
    margin-top: 15px;
}

.card .seller-cashback-marker img {
    max-width: 100%;
}

.card .card-seller_main-block {
    border-top: 1px solid var(--black);
    padding-top: 8px;
    width: 100%;
}

.card .yourSum {
    padding: 0px;
}

.card.card-seller .card-partner {
    font-size: 20px;
    margin: 8px 0px;
    min-height: 46px;
    max-height: 46px;

}


.card.card-seller .card-partner .card-partner__text {
    text-align: center;
}

.card .card-left .cashback {
    margin: 5px 0 8px 0;
    width: 85px;
    height: 65px;
    border-radius: 10px;
    padding-top: 3px;
    padding-bottom: 6px;
    border: 2px solid var(--red);

    position: relative;

}

.card .card-left .cashback.hot {
    background-color: var(--red);

}

.card .card-left .cashback .cashback-persent,
.card .card-left .cashback .cashback-text {
    display: block;
    color: var(--red);

    text-align: center;
}

.card .card-left .cashback.hot .cashback-persent,
.card .card-left .cashback.hot .cashback-text {

    color: #fff !important
}

.card .card-left .cashback .cashback-persent {
    font-size: 36px;
    line-height: 36px;
}

.card .card-left .cashback .cashback-text {
    font-size: 20px;
    line-height: 16px;
}

.card {
    cursor: pointer;
}



html {
    overflow-x: hidden;
}


.tabcontent__ratingYour .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}

.tabcontent__ratingYour .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #ccc;
    width: 50px;
    background: url("../img/Star-pale.svg") center center no-repeat;
}

.tabcontent__ratingYour .rate:not(:checked)>label:hover,
.tabcontent__ratingYour .rate:not(:checked)>label:hover~label {
    display: block;
    height: 50px;
    width: 50px;
}


@media all and (max-width: 991px) {
    main {
        position: relative;

    }

    .tabcontent__ratingYour .rate:not(:checked)>label,
    .tabcontent__ratingYour .rate:not(:checked)>label:hover,
    .tabcontent__ratingYour .rate:not(:checked)>label:hover~label {
        background-size: 80px 80px;
        height: 80px;
        width: 80px;
    }
}

@media all and (max-width: 576px) {

    .tabcontent__ratingYour .rate:not(:checked)>label,
    .tabcontent__ratingYour .rate:not(:checked)>label:hover,
    .tabcontent__ratingYour .rate:not(:checked)>label:hover~label {
        background-size: 50px 50px;
        height: 50px;
        width: 50px;
    }
}

@media all and (max-width: 426px) {

    .tabcontent__ratingYour .rate:not(:checked)>label,
    .tabcontent__ratingYour .rate:not(:checked)>label:hover,
    .tabcontent__ratingYour .rate:not(:checked)>label:hover~label {
        background-size: 40px 40px;
        height: 40px;
        width: 40px;
    }

}

a:hover {
    text-decoration: none !important;
}



.my-checkbox:not(:checked) {
    position: absolute;
    left: -9999px;
}

.my-checkbox:not(:checked)+label {
    display: inline-block;
    position: absolute;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    text-align: left;
    padding-left: 25px;

}

.my-checkbox:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    border: 2px solid #757575;
    background-color: #ffffff;
}

.my-checkbox:not(:checked)+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.my-checkbox:not(:checked)+label:after {
    left: 4px;
    top: 0px;
    width: 15px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid #45A309;
    border-bottom: 3px solid #45A309;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.my-checkbox:not(:checked)+label:after {
    opacity: 0;
}

.btn-wrapper {
    text-align: center;
}


.stocks .title {
    margin: 20px 0px;
}


.header .top-info a {
    text-decoration: none;
}



.stocks .title {
    margin: 20px 0px;
}

@media screen and (max-width: 425px) {

    .card {
        width: 280px !important;
    }

    .card-wrapper {
        padding: 0px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 350px) {
    .card {
        width: 260px !important;
    }
}

.questions .questions_title {
    position: relative;
}

.questions .questions_title:before {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40%;
    right: 0px;
    background: url(../img/cross.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.seller-categories_item_img {
    width: var(--categories-img-width);
    height: var(--categories-img-width);
    margin: 0 auto;
}
.seller-categories_item .seller-categories_item_img {
    background-image: url(../img/categories.png);
    background-size: cover;
}

.seller-categories_item.products .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 0 ) * -1)  0px;
}

.seller-categories_item.fashion .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 1 ) * -1)  0px;
}

.seller-categories_item.car .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 2 ) * -1)  0px;
}

.seller-categories_item.health .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 3 ) * -1)  0px;
}

.seller-categories_item.beauty .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 4 ) * -1)  0px;
}

.seller-categories_item.cafe .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 5 ) * -1)  0px;
}

.seller-categories_item.entertainment .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 6 ) * -1)  0px;
}

.seller-categories_item.children .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 7 ) * -1)  0px;
}

.seller-categories_item.electronics .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 8 ) * -1)  0px;
}

.seller-categories_item.sport .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 9 ) * -1)  0px;
}

.seller-categories_item.home .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 10 ) * -1)  0px;
}

.seller-categories_item.animals .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 11 ) * -1)  0px;
}

.seller-categories_item.transportation .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 12 ) * -1)  0px;
}

.seller-categories_item.info .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 13 ) * -1)  0px;
}

.seller-categories_item.other-goods .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 14 ) * -1)  0px;
}

.seller-categories_item.other-services .seller-categories_item_img {
    background-position: calc(calc( var(--categories-img-width) * 15 ) * -1)  0px;
}

.red-star {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-image: url(../img/star-rating.png);
    background-size: cover;
    background-position: 0px 0px;
}
.gray-star {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-image: url(../img/star-rating.png);
    background-size: cover;
    background-position: -8px 0px;
}


