@charset "UTF-8";
.dialog {
    background: url(../images/login_bg.png) no-repeat 90% 0/auto 100%, -o-linear-gradient(328.7deg, #f7f7f7 40.38%, #fafafa 80.23%);
    background: url(../images/login_bg.png) no-repeat 90% 0/auto 100%, linear-gradient(121.3deg, #f7f7f7 40.38%, #fafafa 80.23%);
    width: 100%;
    min-height: 100vh;
    display: none;
    -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;
    z-index: 99999
}

.dialog_wrap {
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    margin: auto;
    padding: 40px 100px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .dialog_wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10vh 0;
        height: auto;
        border-radius: 0;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dialog_wrap_logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .dialog_wrap .fogot {
        font-size: 16px
    }
}

.dialog_text {
    text-align: center;
    letter-spacing: -.1px;
    color: #333;
    margin: 24px 0 40px
}

@media (max-width: 1023px) {
    .dialog_text {
        display: none
    }
}

@media (max-width: 1023px) {
    .dialog_logo {
        width: 60%;
        margin-bottom: 80px
    }

    .dialog_logo img {
        width: 100%
    }
}

.dialog .select_box {
    width: 100%
}

@media (max-width: 1023px) {
    .dialog .select_box {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        width: 45%;
        margin-left: -6%
    }

    .dialog .select_box select {
        font-size: 16px;
        background: #f7f7f8;
        border-radius: 0 20px 20px 0
    }
}

.dialog .btn-yellow {
    width: 100%
}

.dialog_doptitle {
    margin: 24px 0 32px
}

@media (max-width: 1023px) {
    .dialog_doptitle {
        display: none
    }
}

@media (max-width: 1023px) {
    .dialogbox {
        width: 90%;
        margin-top: 2vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .dialogbox input {
        font-size: 18px
    }

    .dialogbox_language {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.dialogbox .hr {
    position: relative;
    width: 100%;
    text-align: center
}

@media (max-width: 1023px) {
    .dialogbox .hr {
        display: none
    }
}

.dialogbox .hr:before {
    content: "";
    width: 45%;
    position: absolute;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 12px
}

.dialogbox .hr:after {
    content: "";
    width: 45%;
    position: absolute;
    height: 1px;
    background: #ccc;
    right: 0;
    top: 12px
}

.dialogbox_btn {
    width: 100% !important;
    height: 74px !important
}

@media (max-width: 1023px) {
    .dialogbox_btn {
        margin-top: 56px;
        height: 62px !important
    }
}

.dialogbox_socialenters {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33vw
}

@media (max-width: 1023px) {
    .dialogbox_socialenters {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 90%
    }
}

.dialogbox_form .password {
    position: relative;
    width: 100%
}

@media (max-width: 1023px) {
    .dialogbox_form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 90%;
        margin-bottom: 3vh
    }
}

.dialogbox_btn {
    color: #000
}

.dialogbox_policy {
    margin: 24px 0 40px;
    width: 100%;
    text-align: left
}

@media (max-width: 1023px) {
    .dialogbox_policy {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
}

.dialogbox_policy * {
    font-weight: 400;
    line-height: 22px;
    color: #535863
}

@media (max-width: 1023px) {
    .dialogbox_policy * {
        font-size: 12px !important;
        text-align: center
    }
}

.dialogbox_registre {
    width: 100%;
    text-align: left
}

@media (max-width: 1023px) {
    .dialogbox_registre {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        font-size: 12px !important;
        text-align: center
    }

    .dialogbox_registre a {
        font-size: 10px
    }
}

.dialogbox .select_box {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.errorpnf {
    background: url(../images/quiz/Agenyz_test_main-01.svg) no-repeat center/cover
}

.errorpnf_wrap {
    position: absolute;
    width: calc(100vw - 14%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.errorpnf_title {
    font-weight: 700;
    font-size: 64px;
    line-height: 88px;
    color: #000
}

.errorpnf_text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    mix-blend-mode: normal;
    opacity: .9;
    margin: 32px 0 64px
}

.errorpnf_btn a {
    width: 230px
}

.flag {
    padding-left: 42px
}

.flag:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: 32px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.flag_ru:before {
    background: url(../images/language/flag_ru.png) no-repeat center/cover
}

.flag_br:before {
    background: url(../images/language/flag_br.png) no-repeat center/cover
}

.flag_by:before {
    background: url(../images/language/flag_by.png) no-repeat center/cover
}

.mylist .form-group {
    margin: 0
}

.newdesign .danger {
    background: #ffb399
}

.newdesign .personMenu_link {
    color: #239fac !important
}

.newdesign .personMenu_status {
    color: #239fac
}

.newdesign .progressbar_line__percent {
    background: -o-linear-gradient(175.57deg, #239fac 0, #d6f7fb 100%);
    background: linear-gradient(274.43deg, #239fac 0, #d6f7fb 100%)
}

.newdesign .have__gift::before {
    background: url(../images/giftb.svg) no-repeat center/cover
}

.newdesign .have__money::before {
    background: url(../images/omegab.svg) no-repeat center/cover
}

.newdesign .actionbutton.giftButtons .actionbutton_in::before {
    background: url(../images/giftb.svg) no-repeat center/cover
}

.newdesign .topblock {
    background: -o-linear-gradient(177.22deg, #80e2ec 2.32%, #239fac 97.7%);
    background: linear-gradient(272.78deg, #80e2ec 2.32%, #239fac 97.7%)
}

.newdesign .forclients_box__pic {
    background: #d6f7fb url(../images/diamond.svg) no-repeat center/40%
}

.newdesign .product_basket .pcvbox_pcv:after {
    background: url(../images/giftb.svg) no-repeat center/contain
}

.newdesign .btn-yellow {
    background: #80e2ec !important
}

.newdesign .blue_link {
    color: #239fac !important
}

.newdesign .leftside_box a:hover {
    color: #239fac
}

.newdesign .leftside_title span {
    color: #239fac
}

.newdesign .categoryBox_active > a {
    color: #239fac
}

.newdesign .clear_link {
    color: #239fac
}

.newdesign .tabActive {
    color: #239fac;
    border-bottom: 4px solid #239fac
}

.newdesign .receiv-order > div a {
    color: #239fac
}

.newdesign .info {
    background: #d6f7fb
}

.newdesign .warning {
    background: #e9ffef
}

.newdesign .btn-yellow:hover {
    background: #239fac !important
}

.newdesign .menu_bottom a:hover {
    color: #80e2ec;
    opacity: 1
}

.newdesign .mm_active a {
    opacity: 1;
    color: #239fac
}

.newdesign .basket_product_quantity {
    background: #d6f7fb
}

.newdesign mark {
    background: #80e2ec !important
}

.newdesign .btn-gray:hover {
    background: #d6f7fb
}

.newdesign .product_basket a {
    color: #239fac
}

.newdesign .basketblock_wrap .cancel {
    color: #239fac !important
}

.newdesign .order_step__number {
    border: 4px solid #80e2ec
}

.newdesign .order_step.active .order_step__number {
    background: #80e2ec;
    color: #239fac
}

.newdesign .order_step.active::after {
    background: #80e2ec
}

.newdesign .order_step:after {
    background: #d6f7fb
}

.newdesign [type=checkbox]:checked + label::before {
    background-color: #239fac
}

.newdesign .yellow_rbnt[type=radio]:checked + label:after, .newdesign .yellow_rbnt[type=radio]:not(:checked) + label:after {
    border-color: #239fac
}

.newdesign .groupbox_info {
    background: #d6f7fb
}

.newdesign .coupon_selectbox__title {
    color: #239fac
}

.newdesign .coupon_item {
    background: #d6f7fb;
    border: #239fac
}

.newdesign .coupon .enter {
    color: #333
}

.newdesign .orderbox_info {
    background: #d6f7fb;
    color: #239fac
}

.newdesign .topblock .btn {
    color: #239fac
}

.newdesign .progressbar_line__number:before {
    background: #239fac
}

.newdesign .orderBox_buy a:hover {
    color: #333 !important
}

.newdesign .productBox_producttab:hover {
    color: #80e2ec;
    border-bottom: 4px solid #80e2ec;
}

.newdesign .tabs_info__link {
    color: #239fac
}

.newdesign .qresult .wrap > div, .newdesign .quiz_questions, .newdesign .quiz_start {
    background: url(../images/quiz/bg-start_new.svg) no-repeat center/cover !important
}

.newdesign .authentication .btn-yellow {
    background: #80e2ec !important
}

.newdesign .authentication .btn-yellow:hover {
    background: #239fac !important
}

.newdesign .authentication_box .header_logo a {
    width: 300px;
    display: block;
    height: 90px;
    margin: 0 auto
}

.newdesign .btn-yellow {
    background: #80e2ec !important
}

.newdesign .btn-yellow:hover {
    background: #239fac !important
}

.newdesign .btn-typeactive {
    background: #edf2fd;
    color: #239fac;
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 26px;
    position: relative
}

.newdesign .yellow_rbnt[type=radio]:checked + label:after, .newdesign .yellow_rbnt[type=radio]:not(:checked) + label:after {
    border-color: #80e2ec
}

.newdesign .select_list::-webkit-scrollbar-thumb {
    background-color: #80e2ec
}

.newdesign .link_deliv {
    background: #d6f7fb
}

.newdesign .lkfooter_active {
    color: #239fac !important
}

.newdesign .lkfooter_home:hover img {
    background-color: #239fac
}

.newdesign .leftside_box a:hover {
    color: #239fac
}

.newdesign .leftside_title span {
    color: #239fac
}

.newdesign .categoryBox_active > a {
    color: #239fac
}

.newdesign .personMenu_status {
    color: #239fac
}

.newdesign .progressbar_line__percent {
    background: -o-linear-gradient(175.57deg, #239fac 0, #a4b8fe 100%);
    background: linear-gradient(274.43deg, #239fac 0, #a4b8fe 100%)
}

.newdesign .progressbar_line__number:before {
    background: #239fac
}

.newdesign .myheader_nickname {
    color: #239fac
}

.newdesign [type=radio]:checked + label:after, .newdesign [type=radio]:not(:checked) + label:after {
    border: 5px solid #239fac
}

.newdesign .tabs_info__commentText a {
    text-decoration: none;
    color: #239fac
}

.newdesign .mm_active a {
    opacity: 1;
    color: #239fac
}

.newdesign .link_pick {
    background: #d6f7fb
}

.newdesign .phbactive {
    color: #239fac !important
}

.newdesign .header_logo a {
    background: url(../images/logo_new2.svg) no-repeat center/cover
}

.newdesign .mobile_menu .nav_logo a {
    background: url(../images/logo_new2.svg) no-repeat left/contain
}

.newdesign .basket_info {
    background: #d6f7fb
}

.newdesign .order_step.active .order_step__text {
    color: #239fac
}

.newdesign .person_number {
    background: #d6f7fb
}

.newdesign .search [role=listbox] li:hover {
    background: #d6f7fb
}

.newdesign .tabs_info__link:before {
    background: url(../images/doc_iconb.svg) no-repeat center/cover
}

.newdesign .header_mobile__logo a {
    background: url(../images/logo_new2.svg) no-repeat center/cover
}

.newdesign .actionbutton {
    background: #d6f7fb !important
}

.newdesign .actionbutton:hover {
    background: #80e2ec !important
}

@media (max-width: 1023px) {
    .newdesign .actionbutton:hover {
        background: #d6f7fb !important
    }
}

.newdesign .btn-addcart:hover {
    background: #239fac !important
}

* {
    margin: 0;
    padding: 0;
    font-family: Nunito, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.f38 {
    font-size: 2.64vw;
    line-height: 2.64vw
}

.f34 {
    font-size: 34px
}

.f24 {
    font-size: 1.67vw;
    line-height: 24px
}

.f22 {
    font-size: 1.53vw;
    line-height: 27px
}

.f20 {
    font-size: 1.39vw;
    line-height: 27px
}

.f18 {
    font-size: 1.25vw;
    line-height: 20px
}

.f17 {
    font-size: 1.18vw;
    line-height: 23px
}

.f16 {
    font-size: 1.11vw;
    line-height: 22px
}

.f15 {
    font-size: 1.04vw
}

.f14 {
    font-size: .97vw
}

.f12 {
    font-size: .83vw
}

.f11 {
    font-size: .76vw
}

.f10 {
    font-size: .69vw
}

.f9 {
    font-size: .63vw
}

.bold {
    font-weight: 700
}

body {
    background: #f9f9f9;
    position: relative;
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
    font-size: 18px
}

.overflow {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.mainwrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.section {
    margin-top: 100px;
    position: relative
}

@media (max-width: 1023px) {
    .section {
        margin-top: 0;
        margin-bottom: 50px
    }
}

.section:first-child {
    margin-top: 40px
}

.section .wrap {
    width: calc(100vw - 14%);
    margin: 0 auto
}

@media (max-width: 1023px) {
    .section .wrap {
        width: 100%;
        padding: 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.section_header {
    width: calc(100vw - 14%);
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .section_header {
        width: calc(100vw - 9%);
        margin-bottom: 21px
    }

    .section_header h1 {
        font-size: 1.1765rem;
        margin: 0
    }
}

.recently_section .tns-ovh {
    overflow: visible
}

.recently_section__controls {
    width: calc(100vw - 14%);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 44px
}

.recently_section__controls__right {
    right: 0
}

.recently_section__controls__left {
    left: 0;
    -webkit-transform: rotate(180deg) translate(0, 0) !important;
    -ms-transform: rotate(180deg) translate(0, 0) !important;
    transform: rotate(180deg) translate(0, 0) !important;
    top: 0 !important
}

@media (max-width: 1023px) {
    .recently_section__controls {
        display: block
    }
}

.recently_section .tns-nav {
    display: none
}

.recently_section #tns1-iw {
    width: 100%
}

.topbanner_section {
    margin-top: 0
}

img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023px) {
    .twoColumn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.RegistrationPage_form {
    margin-top: 40px
}

@media (max-width: 1023px) {
    .RegistrationPage_form {
        width: 90%
    }
}

.RecoverPage_type {
    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;
    width: 100%;
    margin: 24px 0 40px
}

.blue_link {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #4e7bea !important;
    text-decoration: none
}

* {
    outline: 0
}

.consultant {
    position: relative
}

.password {
    position: relative
}

.pickpoint_head {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.pickpoint_head__title {
    margin-right: 20px;
    letter-spacing: .137222px;
    color: #333;
    width: 21%
}

.pickpoint_head__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 30%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.pickpoint_head__selects .select_box {
    width: 47%
}

.pickpoint_head__selects .select_white {
    margin-right: 24px
}

.pickpoint_head__viewsbtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

@media (max-width: 1023px) {
    .pickpoint_head__viewsbtns {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
        margin-top: 32px
    }
}

@media (max-width: 1023px) {
    .pickpoint_head__viewsbtns .btn {
        width: 45%;
        font-size: 14px
    }
}

.pickpoint_head__viewsbtns .btn:first-child {
    margin-right: 20px
}

.tab_view {
    display: none
}

.ptabshow {
    display: block
}

.phbactive {
    color: #4e7bea !important
}

.custpopup_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.1px;
    color: #333;
    margin-bottom: 16px
}

.custpopup_doptitle {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #a5a6b1
}

.custpopup_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 0 !important;
    margin-bottom: 6px
}

.custpopup_box {
    margin-top: 24px
}

.custpopup a {
    text-decoration: none;
    margin: 24px 0;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.106667px;
    color: #4e7bea
}

.leaflet-popup-content {
    margin: 0 !important;
    padding: 32px;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 15px;
    right: 15px
}

.leaflet-popup-tip-container {
    display: none
}

.leaflet-popup {
    bottom: -440px !important
}

.left_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.select_wrap {
    position: relative;
    margin-bottom: 12px
}

.select_wrap label {
    bottom: 60px !important
}

.crossauthbox {
    background: url(../images/login_bg.png) no-repeat 90% 0/auto 100%, -o-linear-gradient(328.7deg, #f7f7f7 40.38%, #fafafa 80.23%);
    background: url(../images/login_bg.png) no-repeat 90% 0/auto 100%, linear-gradient(121.3deg, #f7f7f7 40.38%, #fafafa 80.23%);
    width: 100%;
    min-height: 100vh;
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999
}

.crossauthbox form {
    width: 13vw;
    position: absolute;
    top: 0;
    left: 0
}

.crossauthbox form .form-group {
    margin: 0
}

.crossauthbox_wrap {
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    margin: auto;
    padding: 40px 40px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .crossauthbox_wrap {
        width: 100%;
        padding: 4vw
    }
}

.crossauthbox_top {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 37px
}

.crossauthbox_middle {
    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: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
    width: 100%;
    margin-bottom: 37px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.crossauthbox_avatar {
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    margin-right: 2vw
}

.crossauthbox_name {
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px
}

.crossauthbox_text {
    font-weight: 400;
    line-height: 22px;
    color: #797979;
    font-size: 18px
}

.crossauthbox_bottom {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    margin-bottom: 45px
}

@media (max-width: 1023px) {
    .crossauthbox_bottom {
        width: 100%;
        margin-bottom: 15px
    }
}

.crossauthbox_bottom .btn {
    margin-bottom: 20px;
    width: 100%
}

.crossauthbox_dop {
    text-align: center;
    line-height: 18px;
    color: #797979;
    font-size: 16px
}

@media (max-width: 1023px) {
    .crossauthbox_dop {
        line-height: 14px;
        font-size: 12px
    }
}

.crossauthbox_dop__text {
    margin-bottom: 15px
}

.sign_logo {
    background: url(../images/logo.png) no-repeat center/cover;
    display: block;
    width: 201px;
    height: 60px
}

@media (max-width: 1023px) {
    .sign_logo {
        width: 201px;
        height: 44px
    }
}

.wrap {
    position: relative
}

.gallery .product_main {
    margin-bottom: 0
}

.quiz .nav {
    display: none !important
}

.quiz .header_mobile__menu {
    display: none !important
}

.tabs_info ul {
    padding-left: 20px
}

.article_text {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1d1d1d
}

@media (max-width: 1023px) {
    .article_text {
        font-size: 14px
    }
}

.article_inner {
    margin-top: 115px;
    margin-bottom: -10px
}

.article_pic {
    margin: 13px 0 64px;
    width: 66%
}

@media (max-width: 1023px) {
    .article_pic {
        width: 100%;
        margin: 0 0 16px
    }
}

.article_doptitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: .137222px;
    color: #333;
    margin-bottom: 32px
}

.article_title {
    font-weight: 700;
    font-size: 38px;
    line-height: 26px;
    letter-spacing: .137222px;
    color: #333;
    margin-bottom: 44px;
    margin-top: 24px
}

.article_smalltitle {
    font-weight: 800;
    font-size: 17px;
    line-height: 32px;
    color: #1d1d1d;
    margin-bottom: 10px;
    margin-top: 14px
}

.article_table {
    line-height: 20px;
    color: #333;
    background: #fff;
    border: .5px solid #d8d8dc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    margin-bottom: 44px
}

.article_table thead td {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.article_table tbody td {
    padding-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.article_table tbody .tr_bold {
    font-weight: 700
}

@media (max-width: 1023px) {
    .article_table {
        font-size: 10px
    }
}

.article .btn {
    width: 220px;
    border: 1px solid #cacacf !important;
    -webkit-box-sizing: border-box
}

@media (max-width: 1023px) {
    .article {
        width: calc(100% - 32px);
        margin: 0 auto
    }
}

figure.table {
    line-height: 20px;
    color: #333;
    background: #fff;
    border: .5px solid #d8d8dc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    margin-bottom: 44px
}

figure.table tbody tr:first-child td {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

figure.table tbody td {
    padding-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.authentication .mainwrap {
    background: url(../images/auth_bg.png) no-repeat 95%/auto 100%, -o-linear-gradient(157.03deg, #fff 12.12%, #f5f5f5 84.17%);
    background: url(../images/auth_bg.png) no-repeat 95%/auto 100%, linear-gradient(292.97deg, #fff 12.12%, #f5f5f5 84.17%);
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.authentication_wrap {
    width: 52%;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .authentication_wrap {
        width: 90%
    }
}

.authentication_box {
    -webkit-box-shadow: 0 4px 40px 0 #d9dAE080;
    box-shadow: 0 4px 40px 0 #d9dAE080;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 50px;
    margin-bottom: 31px
}

@media (max-width: 1023px) {
    .authentication_box {
        padding: 20px
    }
}

.authentication_box img {
    width: 26%
}

.authentication_box__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 27.28px;
    letter-spacing: -.1000000015px;
    text-align: center;
    width: 33vw;
    margin: 22px auto 37px
}

@media (max-width: 1023px) {
    .authentication_box__text {
        width: 90%;
        margin: 4vw 0
    }
}

.authentication_info {
    color: #535863;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.authentication_info p {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

.authentication_info a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #535863;
    display: block;
    margin: 10px 0
}

.authentication_form form {
    margin: 0 auto
}

.authentication_form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #535863
}

.authentication_link > a {
    display: block;
    margin: 17px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center
}

.authentication_link__text {
    width: 33vw;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #535863
}

.authentication_link__text a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #535863
}

.authentication_partners {
    margin-top: 3vw
}

.authentication_partners__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns:1fr 3fr;
    gap: 20px;
    text-align: left
}

.authentication_partners__info img {
    width: 100%;
    border-radius: 50%;
    background: #ccc;
    padding: 10px
}

.authentication_partners__name {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px
}

.authentication_partners__text {
    font-size: 18px;
    font-weight: 800;
    color: #535863
}

.authentication_partners__desc {
    text-align: left;
    font-size: 20px;
    margin: 40px 0;
    color: #535863
}

.authentication_partners__bottom {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.authentication_recommender {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left
}

.authentication_recommender span {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left
}

.topbanner {
    width: 100%;
    overflow: hidden
}

@media (max-width: 1023px) {
    .topbanner {
        overflow: visible
    }
}

.topbanner_black {
    color: #000
}

.topbanner_white {
    color: #fff
}

.banner_slide {
    position: relative
}

.banner .topbanner .banner_slider {
    overflow: hidden
}

@media (max-width: 1023px) {
    .banner .topbanner .banner_slider {
        background: 0 0
    }
}

.banner .topbanner .banner_slide {
    position: relative;
    color: #333;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.banner .topbanner .banner_title {
    font-size: 32px;
    line-height: 34px
}

@media (max-width: 1240px) and (min-width: 720px) {
    .banner .topbanner .banner_title {
        font-size: 28px;
        line-height: 100%
    }
}

@media (max-width: 720px) {
    .banner .topbanner .banner_title {
        font-size: 28px;
        line-height: 100%
    }
}

.banner .topbanner .banner_wrap {
    z-index: 99;
    position: absolute;
    top: 56%;
    left: calc(50% - 527px);
    width: 340px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 1240px) and (min-width: 720px) {
    .banner .topbanner .banner_wrap {
        left: calc(50% - 340px);
        width: 200px
    }
}

@media (max-width: 720px) {
    .banner .topbanner .banner_wrap {
        width: 160px;
        left: calc(50% - 140px)
    }
}

.banner .topbanner .banner_img:before {
    content: "";
    background: #e5e5e5;
    width: calc((100% - 1280px) / 2);
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 0 15px 15px 0
}

.banner .topbanner .banner_img:after {
    content: "";
    background: #e5e5e5;
    width: calc((100% - 1280px) / 2);
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 15px 0 0 15px;
    top: 0
}

.banner .topbanner .banner_img img {
    margin: 0 auto;
    display: block;
    border-radius: 15px
}

.banner .topbanner .banner_text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22.37px
}

.banner .topbanner .banner_text b {
    font-weight: 700
}

@media (max-width: 1240px) and (min-width: 720px) {
    .banner .topbanner .banner_text {
        margin: 20px 0;
        font-size: 12px;
        line-height: 120%
    }
}

@media (max-width: 720px) {
    .banner .topbanner .banner_text {
        margin: 10px 0;
        font-size: 10px;
        line-height: 120%
    }
}

.banner .middlebanner {
    background: url(../images/footer_icon.svg) no-repeat 90% 0/auto 100%, -o-linear-gradient(184.01deg, #f5f5f5 -2.55%, #e6e6e6 100%);
    background: url(../images/footer_icon.svg) no-repeat 90% 0/auto 100%, linear-gradient(265.99deg, #f5f5f5 -2.55%, #e6e6e6 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 14%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .banner .middlebanner .btn {
        width: 100%
    }
}

.banner .middlebanner .banner_slide__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.banner .middlebanner .banner_title {
    line-height: 52px;
    color: #333;
    margin-bottom: 28px;
    font-size: 38px
}

@media (max-width: 1023px) {
    .banner .middlebanner .banner_title {
        font-size: 22px;
        line-height: 100%
    }
}

.banner .middlebanner .banner_img {
    position: relative;
    margin-right: 100px
}

.banner .middlebanner .banner_img img {
    width: 400px
}

.banner .middlebanner .banner_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.24px;
    margin: 24px 0;
    color: #333
}

.banner .middlebanner .banner_wrap {
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35%
}

.banner .middlebanner .btn {
    width: 230px;
    background: #fff
}

.banner .middlebanner .btn:hover {
    background: #80e2ec
}

.banner .bottombanner .banner_img {
    display: block;
    width: auto;
    height: 480px
}

.banner .bottombanner .banner_slide__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 480px
}

.banner .bottombanner .banner_wrap {
    background: #fff;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 52px;
    padding-right: 40px;
    width: auto
}

.banner .bottombanner .banner_title {
    font-size: 25.14px;
    font-weight: 800;
    line-height: 29.17px;
    letter-spacing: -.1px;
    color: #333
}

.banner .bottombanner .banner_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.24px;
    margin: 24px 0;
    color: #333
}

.banner .bottombanner .btn {
    width: 220px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 54px;
    color: #4e472e;
    line-height: 48px;
    border: 1px solid #cacacf !important;
    height: 48px
}

.basketblock {
    position: fixed;
    width: 730px;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    z-index: 99999;
    background: 0 0;
    right: -110vw;
    -webkit-transition: right .4s linear;
    -o-transition: right .4s linear;
    transition: right .4s linear;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px -10px #000;
    box-shadow: 0 20px 40px -10px #000
}

@media (max-width: 1023px) {
    .basketblock {
        width: 100%
    }
}

.basketblock .progressbar {
    margin-right: 0 !important
}

.basketblock_wrap {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 45px 44px 0 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .basketblock_wrap {
        padding: 20px
    }
}

.basketblock_wrap .cancel {
    font-weight: 700;
    font-size: 18px;
    text-align: center !important;
    padding-left: 0 !important;
    cursor: pointer;
    color: #4e7bea !important
}

.basketblock_wrap .cancel:hover {
    opacity: .6
}

.basketblock_close {
    position: absolute;
    right: 40px;
    top: 10px;
    cursor: pointer
}

.basketblock_close svg {
    width: 1.8229vw
}

.basketblock_close:hover svg path {
    fill: #6d7278
}

.basketblock_title {
    font-weight: 700;
    font-size: 2.2353rem;
    line-height: 2.7059rem;
    letter-spacing: -.1px;
    color: #333
}

@media (max-width: 1023px) {
    .basketblock_title {
        font-size: 1.0588rem
    }
}

@media (max-width: 1023px) {
    .basketblock .firstbox {
        display: none
    }
}

.basketblock .firstbox > div {
    width: calc(50% - 10px);
    background: #fefefe;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px
}

.basketblock .firstbox > div::before {
    left: 30px
}

.basketblock .firstbox .cvcount {
    padding: 15px
}

.basketblock .bp_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.basketblock_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px
}

.basketblock_box .have_box {
    font-weight: 800;
    font-size: 18px;
    line-height: 56px;
    letter-spacing: -.1px;
    text-align: left !important;
    padding-left: 70px !important
}

.basketblock_box .form-group {
    width: 100%
}

.basketblock_doptitle {
    line-height: 18px;
    color: #a5a6b1
}

.basketblock_summary {
    background: #fefefe;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    padding: 35px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.4fr 1fr;
    grid-template-columns:1.4fr 1fr;
    width: 100%
}

@media (max-width: 1023px) {
    .basketblock_summary {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .basketblock_summary > div:nth-child(2) {
        margin-top: 1.6667vw
    }
}

.basketblock_summary__title {
    color: #333;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .151667px
}

.basketblock_summary__text {
    color: #333;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.0933333px
}

.basketblock_summary__price {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    letter-spacing: -.1px
}

.basketblock_summary__doptext {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 4px;
    text-align: left
}

.basketblock_summary__sale {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: .151667px;
    color: #333;
    margin-top: 32px
}

.basketblock .form_twocolumn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

@media (max-width: 1023px) {
    .basketblock .form_twocolumn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-positive: column;
        margin-bottom: 30px;
    }

    .basketblock .form_twocolumn > div {
        width: 100%;
        margin: 10px 0;
        text-align: center
    }
}

.basketblock[data-popup-open=true] {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.basket_tab {
    display: none;
    padding-bottom: 60px
}

.basket_tabshow {
    display: block
}

@media (max-width: 1023px) {
    .basketblock_box.mental {
        display: none
    }
}

.disabled {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px
}

.disabled .form-control {
    pointer-events: none
}

.disabled label {
    color: #a5a6b1 !important
}

.disabled span {
    margin: 22px 0;
    display: block;
    width: 60%;
    color: #a5a6b1
}

.breadcrumbs {
    position: relative;
    padding: 0 0 30px
}

.breadcrumbs_link {
    text-decoration: none;
    padding-right: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff
}

@media (max-width: 1023px) {
    .breadcrumbs_link {
        font-size: 14px
    }
}

.breadcrumbs_link:after {
    content: "/";
    margin-left: 10px
}

.breadcrumbs_link:hover {
    color: #d9e4ff
}

.category .select_box {
    width: 10vw
}

@media (max-width: 1023px) {
    .category .select_box {
        display: none
    }
}

.category_filter {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

.category_filter img {
    width: 50%;
    margin: auto
}

.category_empty {
    padding-left: 0 !important;
    width: 100% !important
}

.category_empty h1 {
    margin-bottom: 2.0556rem
}

.category_empty .category_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.category_head {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px
}

.category_head__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 26px;
    letter-spacing: .137222px;
    color: #333
}

.category_head__box {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .category_head {
        display: none
    }
}

@media (max-width: 1023px) {
    .category_title {
        font-size: 1.1765rem;
        margin: 0
    }
}

.category .section_header {
    width: 100%
}

@media (max-width: 1023px) {
    .category .section_header {
        font-size: 20px;
        margin: 20px 0 20px 0
    }
}

.category_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantages_box {
    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
}

@media (max-width: 1023px) {
    .advantages_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 16px
    }
}

.advantage {
    text-align: center;
    width: 20%
}

@media (max-width: 1023px) {
    .advantage {
        width: 100%;
        margin-bottom: 40px
    }
}

.advantage_title {
    margin-top: 22px;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.1px
}

@media (max-width: 1023px) {
    .advantage_title {
        font-size: 22px;
        margin-top: 30px
    }
}

.advantage_text {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #797979
}

@media (max-width: 1023px) {
    .advantage_text {
        font-size: 16px
    }
}

.advantage_pic {
    background: #fff;
    border-radius: 50%;
    width: 17.2vw;
    height: 17.2vw;
    max-width: 190px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 190px;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .advantage_pic {
        width: 40vw;
        height: 40vw;
        max-height: 50vw;
        max-width: 50vw
    }
}

.advantage_pic img {
    width: 37%;
    margin: auto
}

.coupon_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.1px;
    color: #333;
    margin-bottom: 16px
}

.coupon_open .coupon_selectbox__title {
    border-radius: 20px 20px 0 0
}

.coupon_open .coupon_selectlist {
    display: block
}

.coupon_selectbox {
    margin-bottom: 16px
}

.coupon_selectbox__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #4e7bea;
    border: 1px solid #f3f3f5;
    border-radius: 20px;
    padding: 18px 24px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    cursor: pointer
}

.coupon_selectbox__title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../../images/icons/promo_list.png) no-repeat center/cover;
    right: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.coupon_selectlist {
    background: #fff;
    border-radius: 0 0 24px 24px;
    display: none
}

.coupon_selectlist .form-control {
    margin: 0
}

.coupon_selectlist li {
    padding: 18px 24px;
    border-bottom: 1px solid #f3f3f5
}

.coupon_selectlist li:last-child {
    border-bottom: 0
}

.coupon_close {
    color: #e97a6e;
    font-weight: 800;
    margin-left: 10px;
    cursor: pointer
}

.coupon_listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.coupon_item {
    padding: 9px 16px;
    background: #f7f7f8;
    border: 1px solid #f3f3f5;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin-bottom: 12px
}

.coupon .enter {
    color: #4e7bea
}

.coupon li {
    list-style: none
}

.coupon [type=checkbox] + label {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.coupon [type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: calc(100% - 24px)
}

.coupon [type=checkbox]:checked + label::before {
    background: url(../../images/icons/promo_active.png) no-repeat center/cover
}

.coupon input {
    padding: 0;
    border: 0 solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
    color: #000;
    font-size: 1rem;
    font-weight: 600
}

.coupon input::-webkit-input-placeholder {
    color: #4e7bea
}

.coupon input::-moz-placeholder {
    color: #4e7bea
}

.coupon input:-ms-input-placeholder {
    color: #4e7bea
}

.coupon input::-ms-input-placeholder {
    color: #4e7bea
}

.coupon input::placeholder {
    color: #4e7bea
}

.footer {
    background: url(../images/footer_icon.svg) no-repeat 97% 0/auto 100%, -o-linear-gradient(184.01deg, #e6e6e6 -2.55%, #f5f5f5 100%);
    background: url(../images/footer_icon.svg) no-repeat 97% 0/auto 100%, linear-gradient(265.99deg, #e6e6e6 -2.55%, #f5f5f5 100%);
    padding-top: 74px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 100px
}

@media (max-width: 1023px) {
    .footer {
        display: none
    }
}

.footer_text img {
    min-height: 26px;
    float: none;
    width: auto
}

.footer_wrap {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100vw - 14%);
    margin: 0 auto
}

@media (max-width: 1023px) {
    .footer_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px
    }
}

.footer_copyright {
    margin: 92px 0 0;
    padding-bottom: 36px;
    line-height: 15px;
    text-align: center;
    color: #979797
}

@media (max-width: 1023px) {
    .footer_copyright {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        margin-top: 26px
    }
}

.footer_text {
    margin-bottom: 15px
}

.footer_text a {
    display: inline-block
}

@media (max-width: 1023px) {
    .footer_text {
        margin-bottom: 25px
    }
}

.footer_social {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.footer_social a {
    margin-right: 20px
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.columns .footer_info {
    width: 313px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #979797
}

.footer_mobile {
    display: none
}

@media (max-width: 1023px) {
    .footer_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px
    }

    .footer_mobile__link {
        font-size: 16px;
        line-height: 22px;
        color: #979797;
        margin: 16px 0;
        text-decoration: none
    }

    .footer_mobile__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer_mobile .footer_raw__text img {
        max-width: 100%;
        height: auto;
        margin: 8% 0;
        width: 60%
    }
}

@media (max-width: 1023px) {
    .footer_mobile .footer_wrap {
        padding-bottom: 0
    }
}

.lkfooter {
    display: none
}

.lkfooter .hp {
    display: none
}

.lkfooter_active {
    color: #4a80ff !important
}

.lkfooter_active .hp {
    display: block
}

.lkfooter_active .nhp {
    display: none
}

@media (max-width: 1023px) {
    .lkfooter {
        position: fixed;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 14px 13px 8px;
        box-shadow: 0 14px 13px 8px;
        z-index: 999999;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .lkfooter_text {
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        letter-spacing: -.5px;
        color: #cacacf
    }

    .lkfooter_box {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer
    }

    .lkfooter .menu_link {
        position: relative;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        letter-spacing: -.5px;
        color: #4c4e55;
        text-decoration: none;
        text-decoration: none;
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }

    .lkfooter_avatar {
        display: none !important
    }
}

.lkfooter_avatar {
    width: 70px;
    height: 70px !important;
    position: relative !important;
    padding-top: 0 !important;
    margin-right: 0 !important;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px !important;
    background: #f5f5f5;
    border: 5px solid #f5f5f5;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.lkfooter_avatar img {
    width: 80%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: inset 0 -10px 12px -10px;
    box-shadow: inset 0 -10px 12px -10px
}

.lkfooter_menu {
    display: none
}

@media (max-width: 1023px) {
    .lkfooter_menu {
        position: fixed;
        width: 100%;
        bottom: -100vh;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99;
        border-radius: 24px 24px 0 0
    }

    .lkfooter_menu__name {
        font-weight: 800;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #4c4e55
    }

    .lkfooter_menu__info {
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: #888f9d;
        -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;
        width: 70%;
        margin: 8px auto 24px
    }

    .lkfooter_menu__close {
        width: 30px;
        height: 5px;
        border-radius: 5px;
        background: #e1e4ec;
        margin: 0 auto 12px
    }

    .lkfooter_menu__progress {
        margin-bottom: 32px
    }

    .lkfooter_menu__dopinfo {
        margin-bottom: 26px
    }

    .lkfooter_menu__dopinfo .dopinfo_sale {
        color: #888f9d;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-top: 6px
    }

    .lkfooter_menu__dopinfo .dopinfo_cv {
        color: #4c4e55;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: normal
    }
}

.lkfooter_cvmenu[data-popup-open=true], .lkfooter_menu[data-popup-open=true] {
    bottom: 50px;
    z-index: 99999
}

.lkfooter_cvmenu {
    display: none
}

@media (max-width: 1023px) {
    .lkfooter_cvmenu {
        position: fixed;
        width: 100%;
        bottom: -100vh;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99999;
        border-radius: 24px 24px 0 0
    }

    .lkfooter_cvmenu__name {
        font-weight: 800;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #4c4e55
    }

    .lkfooter_cvmenu__info {
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: #888f9d;
        -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;
        width: 90%;
        margin: 8px auto 24px
    }

    .lkfooter_cvmenu__close {
        width: 30px;
        height: 5px;
        border-radius: 5px;
        background: #e1e4ec;
        margin: 4px auto 12px
    }

    .lkfooter_cvmenu__line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: row;
        -ms-flex-pack: row;
        justify-content: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px
    }

    .lkfooter_cvmenu__dopinfo {
        margin: 20px 0 40px
    }

    .lkfooter_cvmenu li {
        margin: 12px 0;
        list-style: none;
        font-size: 17px;
        text-decoration: none
    }

    .lkfooter_cvmenu li a {
        text-decoration: none;
        color: #4c4e55
    }
}

.lkfooter_cvopen {
    bottom: 50px
}

#svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s linear;
    -o-transition: stroke-dashoffset 1s linear;
    transition: stroke-dashoffset 1s linear;
    stroke-width: 5px
}

#svg #gray_circle {
    stroke: #fffbef
}

#svg #bar {
    -webkit-transform: rotateZ(-90deg) translate(-70px, 0);
    -ms-transform: rotate(-90deg) translate(-70px, 0);
    transform: rotateZ(-90deg) translate(-70px, 0)
}

#cont {
    display: block;
    height: 70px;
    width: 70px;
    -webkit-box-shadow: 0 0 1em #000;
    box-shadow: 0 0 1em #000;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0
}

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

.user_authorized .lkfooter_login {
    display: none !important
}

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

.lkfooter_favorite {
    display: none !important
}

.lkfooter_home:hover img {
    background-color: #4a80ff;
    -webkit-mask: url(../images/icons/f-home.svg) no-repeat center;
    mask: url(../images/icons/f-home.svg) no-repeat center
}

.promo .footer_social svg path {
    fill: #fff
}

.form {
    width: 100%
}

.form_title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -.1px;
    color: #333;
    margin-bottom: 28px
}

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

.form_twocolumn > div {
    width: 48%
}

.form_twocolumn span {
    width: 48%
}

.form_twocolumn button {
    width: 48%
}

.form_region .form_twocolumn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form_delivery .blue_link {
    margin: 13px 0 30px;
    display: block
}

.form_delivery h2 {
    line-height: 22px;
    color: #333
}

.form_delivery li {
    letter-spacing: -.1px;
    color: #333;
    margin-top: 20px
}

.form_delivery ul {
    list-style: none
}

.form_delivery .form_twocolumn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form_delivery .form_twocolumn .select_box {
    width: 45%
}

form {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33vw
}

@media (max-width: 1023px) {
    form {
        width: 100%
    }
}

.form_twocolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 12px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cancel {
    letter-spacing: -.106667px;
    color: #a5a6b1 !important;
    cursor: pointer;
    text-align: left !important;
    padding-left: 35px !important
}

.groupbox_check {
    position: relative
}

.groupbox_form__tab p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 24px 0 44px;
    color: #a5a6b1
}

.groupbox_info {
    background: rgba(255, 219, 93, .15);
    border-radius: 0 24px 24px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -40px;
    margin-top: 34px;
    margin-bottom: 44px
}

.groupbox_info__line {
    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
}

.groupbox_info span {
    font-weight: 400
}

.have__gift {
    position: relative;
    padding: 0 0 0 40px;
    color: #4f4a40
}

.have__gift::before {
    content: "";
    background: url(../images/gift.svg) no-repeat center/cover;
    width: 24px;
    left: 0;
    top: 50%;
    height: 27px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute
}

.have__money {
    position: relative;
    padding: 0 0 0 40px;
    color: #4f4a40
}

.have__money::before {
    content: "";
    background: url(../images/omega.svg) no-repeat center/cover;
    width: 24px;
    left: 0;
    top: 50%;
    height: 27px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute
}

.basket_have {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px
}

.basket_have .have_box {
    padding: 7px 0 7px 30px
}

.basket_have .have_box::before {
    width: 16px;
    height: 17px
}

.header {
    background: #fff;
    font-style: normal;
    line-height: 133%;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
    position: relative
}

@media (max-width: 1023px) {
    .header {
        display: none
    }
}

.header_mobile {
    display: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 0
}

@media (max-width: 1023px) {
    .header_mobile {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header_mobile__main {
    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;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_mobile__search {
    background: url(../images/search.svg) no-repeat center/cover;
    width: 20px;
    height: 20px
}

.header_mobile__dop {
    width: 100%;
    overflow: hidden;
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear;
    margin-top: 20px
}

.header_mobile__dop form {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_mobile__logo a {
    background: url(../images/logo_new.svg) no-repeat center/cover;
    display: block;
    width: 100px;
    height: 30px
}

.header_mobile__menu {
    cursor: pointer;
    display: block;
    background: url(../images/icons/burger.png) no-repeat center/cover;
    width: 21px;
    height: 19px
}

.header_top {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    box-shadow: 0 5px 30px rgba(157, 163, 180, .1);
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 7%
}

.header_top > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_top > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header_toplink {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    cursor: pointer;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    margin-left: 4.17vw
}

@media (max-width: 1040px) {
    .header_toplink {
        margin-left: 2vw
    }
}

.header_droplink:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #6d7278;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header_location > div {
    margin-right: 10px
}

.header_location > div:after {
    content: "|";
    margin-left: 10px
}

.header_location > div:last-child {
    margin-right: 0
}

.header_location > div:last-child::after {
    content: "";
    margin-left: 0
}

.header_location:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #6d7278;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.header_middle {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 43px 7% 16px
}

.header_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 7%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_main {
    background: #fff;
    z-index: 9999
}

.header_logo a {
    width: 140px;
    background: url(../images/logo_new.svg) no-repeat center/cover;
    display: block;
    height: 41px
}

.header_search {
    width: 35%
}

@media (max-width: 1150px) {
    .header_search {
        width: 30%
    }
}

.header .nav_link {
    display: block
}

.column_special {
    width: 45%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_mobile__dopsearch {
    margin-bottom: 22px
}

.header_mobile__dop[data-popup-open=false] {
    height: 0
}

.header_mobile__dop[data-popup-open=true] {
    height: auto
}

.dropsm:hover > .submenu {
    height: auto;
    min-height: 340px
}

.personMenu_nav .menu_link {
    line-height: 44px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 44px
}

.personMenu_nav .menu_link b {
    color: #e97a6e
}

.personMenu_nav .menu_link:hover {
    opacity: .6;
    color: #333
}

.nav {
    -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;
    width: 100%
}

.nav_link {
    text-decoration: none;
    color: #333;
    line-height: 50px;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    margin: 23px 1vw 23px 0
}

@media (max-width: 1040px) {
    .nav_link {
        margin-right: .6vw;
        font-size: 15px
    }
}

.nav_link:hover .submenu {
    top: 35%
}

.header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.link_deliv {
    background: #fffcf2;
    border-radius: 0 24px 24px 0;
    padding: 18px 18px !important
}

.link_pick {
    background: #eff9fb;
    border-radius: 0 24px 24px 0;
    padding: 18px 18px !important
}

.link_language {
    background: #f8f8f8;
    border-radius: 0 24px 24px 0;
    padding: 18px 18px;
    margin-bottom: 20px
}

.exit_link {
    color: #979797 !important
}

.nav_lkfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav_lkfooter > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav_lkfooter a {
    text-decoration: none;
    color: #4c4e55;
    margin: 12px 0;
    list-style: none;
    font-size: 17px;
    text-decoration: none
}

@media (max-width: 1023px) {
    .nav_lkfooter a {
        color: #4c4e55;
        font-family: Nunito;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 129.412%
    }
}

.link_special {
    font-weight: 700 !important;
    margin-bottom: 37px !important
}

.nav_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav_footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav_footer .menu_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #979797;
    margin-top: 0;
    margin-bottom: 10px
}

.nav_footer .menu_link__title {
    font-weight: 700
}

.nav_footer .menu_link a {
    color: #979797
}

.nav_footer .menu_link a:hover {
    color: #333
}

.nav_header .nav_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4c4e55;
    text-align: center;
    margin: 0;
    margin-bottom: 20px
}

.submenu_link__dop {
    font-weight: 700 !important
}

.submenu .menu_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0
}

.submenu .menu_link a {
    color: #333
}

.nav_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nav_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.landing .section {
    padding: 40px 0;
    margin-top: 0
}

@media (max-width: 1023px) {
    .landing .section {
        padding: 30px 0;
        margin-bottom: 0
    }
}

.landing .myheader {
    padding-top: 0
}

.landing .header {
    margin-top: 0;
    padding-top: 40px !important
}

.landing .header_logo {
    margin-right: 12vw
}

@media (max-width: 1023px) {
    .landing .header_logo {
        margin: 0 auto;
        width: 100%
    }
}

@media (max-width: 1023px) {
    .landing .header {
        display: block;
        padding-top: 0 !important
    }
}

@media (max-width: 1023px) {
    .landing .wrap {
        width: 90%
    }
}

.landing .header_mobile__menu {
    cursor: pointer;
    display: block;
    background: url(../images/icons/burger.png) no-repeat center/cover;
    width: 21px;
    height: 19px;
    min-width: 21px;
    max-width: 21px;
    display: none
}

@media (max-width: 1023px) {
    .landing .header_mobile__menu {
        display: block;
        margin-right: 20vw;
        position: relative;
        z-index: 99999
    }
}

.landing_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.landing_nav .nav_link {
    margin-right: 64px
}

@media (max-width: 1023px) {
    .landing_nav {
        margin-bottom: 0;
        padding: 20px 0
    }

    .landing_nav .nav {
        display: none !important
    }
}

.landing_title {
    font-weight: 700;
    font-size: 62px;
    line-height: 86px;
    letter-spacing: -2px;
    color: #333
}

@media (max-width: 1023px) {
    .landing_title {
        font-size: 32px;
        line-height: 46px;
        margin-top: 50px
    }
}

.landing_textbox {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .5px;
    color: #000;
    margin: 44px 0;
    width: 740px
}

@media (max-width: 1023px) {
    .landing_textbox {
        width: 100%
    }
}

.landing_doptext {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 64px
}

@media (max-width: 1023px) {
    .landing_doptext {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 44px
    }
}

.landing_secondtitle {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 64px;
    text-align: left;
    color: #000
}

@media (max-width: 1023px) {
    .landing_secondtitle {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 44px
    }
}

.landing .btn {
    font-weight: 800;
    font-size: 16px;
    width: 372px
}

@media (max-width: 1023px) {
    .landing .btn {
        width: 90%;
        margin: 0 auto;
        display: block
    }
}

.landing .btn-prez {
    border: 1px solid #cacacf !important;
    -webkit-box-sizing: border-box !important;
    position: relative;
    margin-left: 7%;
    margin-top: 38px
}

.landing .btn-prez::before {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    position: absolute;
    left: 15%;
    background: url(../images/icons/btn-prez.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    top: 50%
}

.landing .benefit .wrap {
    width: 70%
}

@media (max-width: 1023px) {
    .landing .benefit .wrap {
        width: 90%
    }
}

.landing .footer {
    background: url(../images/landing/footer_bg.png) no-repeat right bottom/100% 100%
}

@media (max-width: 1023px) {
    .landing .footer {
        display: block;
        background: url(../images/landing/footer_bg.png) no-repeat right bottom/100% auto;
        margin-top: 0
    }
}

@media (max-width: 1023px) {
    .landing .footer_copyright {
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        margin-top: 26px
    }
}

.landing .footer_info {
    color: #000
}

.benefit_info {
    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
}

@media (max-width: 1023px) {
    .benefit_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.benefit_info .blue_title {
    color: #4e7bea !important
}

.benefit_info__box {
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .3);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .3);
    border-radius: 16px;
    padding: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46.7%;
    position: relative
}

.benefit_info__box > div {
    z-index: 2;
    position: relative
}

.benefit_info__box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
    background: url(../images/landing/box_bg.svg) no-repeat bottom right/auto 100%;
    z-index: 1
}

@media (max-width: 1023px) {
    .benefit_info__box {
        width: 100%;
        margin-bottom: 30px
    }
}

.benefit_info__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .151667px;
    color: #000;
    margin-bottom: 44px
}

@media (max-width: 1023px) {
    .benefit_info__title {
        font-size: 18px;
        margin-bottom: 24px
    }
}

.benefit_info__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #787c88
}

.benefit_info__bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .151667px;
    color: #000;
    margin-top: 10px
}

@media (max-width: 1023px) {
    .benefit_info__bold {
        font-size: 18px
    }
}

.benefit_info__prem {
    margin-bottom: 44px
}

@media (max-width: 1023px) {
    .benefit_info__prem {
        margin-bottom: 24px
    }
}

.benefit_info__prem:last-child {
    margin-bottom: 0
}

.faq_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #121127;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.faq_title:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    background: url(../images/landing/arrow.png) no-repeat center/cover;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
    top: 50%
}

@media (max-width: 1023px) {
    .faq_title:after {
        right: -40px
    }
}

.faq_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #4c4e55;
    width: 90%;
    margin-bottom: 0;
    height: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    overflow: hidden
}

.faq_line {
    border-bottom: 1px solid rgba(18, 17, 39, .12);
    padding: 24px 0;
    max-width: 680px
}

@media (max-width: 1023px) {
    .faq_line {
        padding-right: 40px
    }
}

.faqopen .faq_text {
    height: 100%
}

.faqopen .faq_title {
    color: #327cf6;
    margin-bottom: 24px
}

.faqopen .faq_title:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

nav.nav.l_navopen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    padding: 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

nav.nav.l_navopen .nav_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

nav.nav.l_navopen .nav_box a {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px
}

.section.line {
    padding: 0;
    margin-top: -8vw
}

.section.line img {
    width: 100%
}

.premium .header {
    background: url(../images/landing/header_bg.jpg) no-repeat top right/100%
}

@media (max-width: 1023px) {
    .premium .header {
        display: block;
        background: url(../images/landing/header_bg.png) no-repeat top right/100%;
        padding-top: 0 !important
    }
}

.quiz .standart {
    margin-top: 50px
}

.quiz .start {
    margin-top: 62px
}

.quiz .start .infoblock_text {
    width: 43%
}

@media (max-width: 1023px) {
    .quiz .start .infoblock_text {
        width: 100%
    }
}

.quiz .start .infoblock_pic {
    width: 57%
}

@media (max-width: 1023px) {
    .quiz .start .infoblock_pic {
        width: 100%
    }
}

.quiz .section {
    padding: 0
}

.quiz .why {
    padding-top: 8vw
}

.quiz .why_text {
    width: 43%;
    margin-top: 11vw
}

.quiz .why_text__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 42px;
    color: #111
}

.quiz .why_text__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    margin-bottom: 42px
}

.quiz .why_pic {
    width: 57%
}

.quiz .why_pic img {
    width: 100%
}

.quiz .why_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.quiz .why_btns .btn-white:hover {
    border: 1px solid #333 !important
}

.quiz .why_btns .btn {
    width: 178px
}

.quiz .why_btns .btn:first-child {
    margin-right: 25px
}

.quiz .why_btns a {
    color: #333;
    line-height: 54px
}

.quiz .why_dop {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #333;
    margin-top: 44px
}

.quiz .why_dop a {
    font-size: 11px;
    line-height: 18px
}

.quiz .why_dop a:hover {
    text-decoration: underline
}

.quiz .why_steps {
    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-top: 95px
}

.quiz .why_step {
    padding-left: 58px;
    position: relative;
    width: 23%
}

.quiz .why_step:before {
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #111
}

.quiz .why_step:nth-child(1):before {
    content: "1"
}

.quiz .why_step:nth-child(2):before {
    content: "2"
}

.quiz .why_step:nth-child(3):before {
    content: "3"
}

.quiz .why_step__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    margin-bottom: 8px
}

.quiz .why_step__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #4c4e55
}

@media (max-width: 1023px) {
    .quiz .why .twoColumn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width: 1023px) {
    .quiz .why_text {
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .quiz .why_text__title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 24px
    }

    .quiz .why_text__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .quiz .why_pic {
        width: 90%;
        text-align: center;
        margin-top: 25vw
    }

    .quiz .why_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quiz .why_btns a {
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 12px
    }

    .quiz .why_dop {
        margin-top: 32px !important
    }

    .quiz .why_steps {
        margin-top: 62px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quiz .why_step {
        width: 100%;
        margin-bottom: 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .quiz .why_step__title {
        font-size: 20px;
        line-height: 26px
    }

    .quiz .why_step__text {
        font-size: 15px;
        line-height: 160%
    }
}

@media (max-width: 1023px) {
    .quiz .landing_nav {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr .4fr;
        grid-template-columns:1fr .4fr;
        gap: 20px
    }

    .quiz .landing .header_logo {
        margin-right: 0
    }

    .quiz .header_logo a {
        float: right
    }
}

.quiz .nav_link {
    color: #000
}

.quiz .nav_link:last-child {
    margin-right: 0
}

.formspage .btn, .formspage .cancel {
    font-weight: 700
}

.formspage .wrap {
    margin-bottom: 100px
}

.leftside {
    width: 32%
}

.leftside_box {
    background: #fff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 26px;
    width: 27vw;
    overflow: hidden
}

@media (max-width: 1023px) {
    .leftside_box {
        width: 46%
    }
}

.leftside_box ul {
    list-style: none
}

.leftside_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: -.1px;
    color: #828282;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.leftside_box a:hover {
    color: #4a80ff
}

.leftside_title {
    padding: clamp(20px, 6%, 40px);
    letter-spacing: -.1px;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    cursor: pointer
}

.leftside_title span {
    color: #4a80ff
}

.leftside_title:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6d7278;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 1023px) {
    .leftside_title {
        font-size: 14px;
        padding: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center
    }

    .leftside_title:after {
        display: none
    }
}

.orderBox_buy a {
    width: calc(100% + 80px);
    color: #333;
    text-align: center;
    margin-left: -40px;
    border-radius: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.orderBox_buy a:hover {
    color: #333
}

.orderBox_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.0933333px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px !important
}

.orderBox_summary__clear {
    margin: 24px 0 24px
}

.orderBox_summary__clear a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.106667px;
    color: #4e7bea
}

.orderBox_summary__result {
    letter-spacing: -.12px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: -.12px;
    color: #000
}

.downBlock {
    height: 0;
    -webkit-transition: height .4s linear;
    -o-transition: height .4s linear;
    transition: height .4s linear;
    overflow: hidden;
    padding: 0 40px 0
}

.downBlock .orderBox_sum {
    margin: 15px 0
}

.downBlock > div:last-child {
    margin-bottom: 0
}

.showDownBlock {
    height: auto
}

@media (max-width: 1023px) {
    .mobile_top {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media (max-width: 1023px) {
    .mobcat {
        display: none
    }
}

.categoryBox_active a {
    color: #4a80ff
}

.categoryBox_dropdown ul {
    display: none
}

.categoryBox_dropdown ul a {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.1000000015px;
    text-align: left;
    padding-left: 20px;
    color: #828282
}

.cat_arrow:after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg)
}

.lightbox {
    width: 100vw !important;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999
}

.lightbox_wrap {
    margin: auto;
    width: 40vw;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .lightbox_wrap {
        width: 90vw
    }
}

.lightbox img {
    width: 100%
}

.lightbox_inner-close {
    position: absolute;
    top: 1vw;
    right: 2vw;
    width: 3% !important;
    cursor: pointer
}

.lightbox .slider__controls {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lightbox_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.likebox {
    border: 1px solid #dddde0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff url(../images/icons/like.svg) no-repeat center/20px 18px
}

@media (max-width: 1023px) {
    .likebox {
        border: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        background-size: 25px 25px;
        background-position-y: 4px;
    }
}

.likeactive {
    background: #fff url(../images/icons/like2.svg) no-repeat center/20px 18px
}

@media (max-width: 1023px) {
    .likeactive {
        background-size: 25px 25px;
        background-position-y: 4px;
    }
}

.lk {
    background: #f5f5f5
}

.lk .main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns:1fr 4fr;
    gap: 40px
}

.lk .main_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lk .main_container {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 1fr;
    grid-template-columns:4fr 1fr;
    gap: 40px
}

.lk_left {
    width: calc(100% - 22.71vw - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.lk .chartbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr
}

.lk .chartbox_text {
    color: #000;
    text-align: center;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    width: 70%;
    margin: 20px auto 0
}

.lk .chartbox .ct-label {
    fill: #000;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 1
}

.lk .chartbox .ct-series-a {
    stroke-linecap: round
}

.lk .chartbox .chart_yellow .ct-series-a .ct-slice-donut {
    stroke: #ffe05c
}

.lk .chartbox .chart_pink .ct-series-a .ct-slice-donut {
    stroke: #ff7576
}

.lk .chartbox .chart_blue .ct-series-a .ct-slice-donut {
    stroke: #4e7bea
}

.lk .rewards_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lk .rewards_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -.45px;
    color: #333;
    margin-bottom: 20px
}

.lk .confession_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.lk .confession_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -.45px;
    color: #333;
    margin-bottom: 20px
}

.lk .confession_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lk .confession_box {
    margin-bottom: 20px
}

.lk .confession_box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lk .confession_box__list .people {
    width: calc(43% - 10px)
}

.lk .confession_box__list .people .avatar {
    width: 40px;
    height: 40px
}

.lk .confession_box__list .people .avatar img {
    width: 100%
}

.lk .confession_box__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 16px
}

.lk .structure_content {
    width: 100%
}

.lk .select li {
    position: relative;
    padding: 10px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 43px
}

.lk .select_main {
    width: 33%;
    margin-left: 67%;
    padding: 20px 0;
    border: 0
}

.lk .select_list {
    width: 33%;
    right: 0
}

.midllebanner {
    background: url(../images/footer_icon.svg) no-repeat 90% 0/auto 100%, -o-linear-gradient(184.01deg, #f5f5f5 -2.55%, #e6e6e6 100%);
    background: url(../images/footer_icon.svg) no-repeat 90% 0/auto 100%, linear-gradient(265.99deg, #f5f5f5 -2.55%, #e6e6e6 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .midllebanner .btn {
        width: 100%
    }
}

.midllebanner_text {
    line-height: 52px;
    color: #333;
    margin-bottom: 28px;
    font-size: 38px
}

@media (max-width: 1023px) {
    .midllebanner_text {
        font-size: 22px;
        line-height: 100%
    }
}

.midllebanner_wrap {
    width: calc(100vw - 14%);
    margin: 0 auto;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .midllebanner_wrap {
        padding: 70px 0
    }
}

.midllebanner_left {
    width: 45%
}

@media (max-width: 1023px) {
    .midllebanner_left {
        width: 50%
    }
}

.midllebanner_picbox {
    position: relative
}

.midllebanner_picbox img {
    width: 400px
}

.midllebanner_doptext {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.24px;
    margin: 24px 0;
    color: #333
}

.midllebanner .btn {
    width: 230px
}

.midllebanner .btn:hover {
    background: #80e2ec
}

.notice {
    position: fixed;
    z-index: 99999999;
    width: 50vw;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.notice_wrap {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    margin: auto;
    text-align: center
}

.notice_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #333;
    margin-bottom: 32px
}

.notice_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #333
}

.notice_error .notice_title {
    color: #dd4736
}

.notice_sucsess .notice_title {
    color: #93d051
}

.notice_attention .notice_title {
    color: #f2be51
}

.notice[data-popup-open=false] {
    display: none
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 46px
}

@media (max-width: 1023px) {
    .pagination {
        display: none
    }
}

.pagination_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3vw
}

.pagination_wrap a {
    letter-spacing: .137222px;
    color: #797979;
    padding: 0 10px;
    cursor: pointer;
    text-decoration: none
}

.pagination_wrap a.active {
    color: #333
}

.pagination .btn-all {
    width: auto;
    padding: 0 66px !important;
    border: 1px solid #cacacf !important
}

.pcvbox {
    color: #333;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: .625vw;
    margin-top: 13px;
    position: relative;
    width: 100%
}

.pcvbox > div {
    position: relative
}

.product_basket .pcvbox_pcv:after {
    content: "";
    position: absolute;
    background: url(../images/gift.svg) no-repeat center/contain;
    width: 15px;
    height: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -20px
}

.productBox .pcvbox {
    margin: 20px 0 0
}

.person {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.person_avatar {
    margin-right: 1vw
}

.person_avatar__img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.person_avatar__img img {
    font-size: 0;
    width: 75%;
    margin: auto;
    border-radius: 50%;
    overflow: hidden
}

.person_avatar #cont {
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    position: absolute;
    top: -1px;
    left: -4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.person_avatar #svg #bar {
    -webkit-transform: rotateZ(-90deg) translate(-38px, 0);
    -ms-transform: rotate(-90deg) translate(-38px, 0);
    transform: rotateZ(-90deg) translate(-38px, 0)
}

.person_number {
    background: #fffbef;
    border-radius: 8px;
    font-size: 10px;
    padding: 5px;
    position: absolute;
    left: 23px;
    top: 23px;
    line-height: 10px
}

.person_name a:hover {
    opacity: .6
}

.personMenu {
    position: absolute;
    top: 33px;
    background: #fff;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    z-index: 999;
    width: 16vw;
    left: -2vw;
    padding-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.personMenu.open {
    opacity: 1;
    pointer-events: all
}

.personMenu_nav > ul {
    list-style: none
}

.personMenu_name {
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.personMenu_status {
    line-height: 20px;
    color: #4a80ff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.personMenu_info {
    margin-bottom: 24px
}

.personMenu .progressbar {
    margin-bottom: 40px
}

#map {
    height: 70vh;
    border-radius: 16px;
    overflow: hidden
}

@media (max-width: 1023px) {
    #map {
        border-radius: 0;
        margin-left: -16px;
        width: calc(100% + 32px);
        height: 60vh
    }
}

.pickpoints_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 24px
}

.pickpoints_title {
    margin: 40px 0 24px;
    letter-spacing: .137222px;
    color: #333
}

.myheader {
    margin-top: 0
}

.myheader_bg img {
    width: 100%
}

.myheader .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.myheader_avatar {
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff;
    border-radius: 32px;
    background: #fff
}

.myheader_info {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.myheader_top {
    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: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -26px;
    margin-bottom: 32px
}

.myheader_folow__shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.myheader_folow__share {
    margin-right: 12px
}

.myheader_folow__title {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #a5a6b1;
    margin-bottom: 12px
}

.myheader_subscribers {
    margin: 0 13px;
    text-align: center
}

.myheader_subscribers__numbers {
    font-size: 22px;
    line-height: 120%;
    color: #333
}

.myheader_subscribers__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #a5a6b1
}

.myheader_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 500px
}

.myheader_avatar {
    margin-right: 29px
}

.myheader_fio {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #333
}

.myheader_nickname {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #4a80ff;
    margin-top: 2px
}

.myheader_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #333;
    width: 60%;
    margin-bottom: 60px
}

.myleftside .categoryBox:nth-child(1) .leftside_title:before {
    background: url(../images/icons/lmy_1.png) no-repeat center/contain
}

.myleftside .categoryBox:nth-child(2) .leftside_title:before {
    background: url(../images/icons/lmy_2.png) no-repeat center/contain
}

.myleftside .categoryBox:nth-child(3) .leftside_title:before {
    background: url(../images/icons/lmy_3.png) no-repeat center/contain
}

.myleftside .categoryBox:nth-child(4) .leftside_title:before {
    background: url(../images/icons/lmy_4.png) no-repeat center/contain
}

.myleftside .leftside_title {
    padding-left: 100px
}

.myleftside .leftside_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 44px;
    height: 44px
}

.myrightside_top {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px
}

.myrightside_top .btn {
    padding-left: 15px
}

.myrightside .btn {
    width: 220px;
    position: relative;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    margin-left: 12px
}

.myrightside .btn::before {
    content: "";
    background: url(../images/cart.svg) no-repeat center/cover;
    position: absolute;
    width: 17px;
    height: 14px;
    left: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.myrightside .select {
    width: 220px;
    margin-right: 12px
}

.myrightside .left_group {
    width: 60%
}

.myrightside .form-control {
    margin: 0 0
}

.myrightside .section_header {
    width: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 5px
}

.myrightside_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.myrightside_social a {
    width: 36px;
    height: 36px;
    margin-left: 12px
}

.myrightside_pen {
    background: url(../images/icons/ml2.png) no-repeat center/cover
}

.myrightside_share {
    background: url(../images/icons/ml3.png) no-repeat center/cover
}

.myrightside_dop {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.1px;
    color: #979797
}

.myrightside_filtres {
    margin-top: 44px;
    margin-bottom: 24px
}

.myrightside_filtres .search {
    width: 220px;
    height: 64px;
    margin-right: 12px
}

.myrightside_filtres .search_input {
    background: 0 0;
    height: 64px
}

.myrightside_filtres .select {
    width: 220px;
    height: 64px
}

.myrightside_filtres .select_main {
    background: 0 0;
    border: 1px solid #e3e3e3;
    height: 64px;
    padding: 20px
}

.myrightside_filtres .select_value {
    font-size: 15px
}

.myreview .myrightside_filtres {
    margin-top: 0;
    margin-bottom: 44px
}

.myreview .myrightside_filtres .select_main {
    background: #fff
}

.ml_active svg g path {
    fill: #4e7bea
}

.progressbar_number {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center
}

@media (max-width: 1023px) {
    .progressbar_number {
        font-size: 14px
    }
}

.progressbar_line {
    position: relative;
    width: 100%
}

.progressbar_line__percent {
    background: #9597a1;
    opacity: 1;
    border-radius: 10px;
    height: 4px;
    background: -o-linear-gradient(175.57deg, #4a80ff 0, #a4b8fe 100%);
    background: linear-gradient(274.43deg, #4a80ff 0, #a4b8fe 100%);
    position: absolute;
    z-index: 9
}

.progressbar_line__back {
    margin-top: 10px;
    width: 100%;
    background: #9597a1;
    opacity: .2;
    border-radius: 10px;
    height: 4px
}

.progressbar_line__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.progressbar_line__number {
    margin-top: 6px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9
}

@media (max-width: 1023px) {
    .progressbar_line__number {
        font-size: 12px
    }
}

.progressbar_line__number:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #4a80ff;
    border-radius: 11px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -13px
}

.progressbar_line__number:nth-child(1) {
    left: 16.6%
}

.progressbar_line__number:nth-child(2) {
    left: 33%
}

.progressbar_line__number:nth-child(3) {
    left: 100%
}

.progressbar_line__number:nth-child(3):before {
    background: #9597a1
}

.receiv-order {
    margin-top: 60px
}

@media (max-width: 1023px) {
    .receiv-order {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.receiv-order_title {
    letter-spacing: -.1px;
    color: #333;
    position: relative;
    padding-left: 35px;
    font-size: 18px
}

@media (max-width: 1023px) {
    .receiv-order_title {
        font-size: 18px
    }
}

.receiv-order_title:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: url(../images/delivery.png) no-repeat center/cover
}

.receiv-order > div {
    margin: 18px 0
}

@media (max-width: 1023px) {
    .receiv-order > div {
        font-size: 16px
    }
}

.receiv-order > div a {
    color: #4e7bea;
    text-decoration: none
}

.receiv-order > div a:hover {
    opacity: .6
}

.search {
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 26px
}

@media (max-width: 1023px) {
    .search {
        border: 0
    }
}

.search_autocomplite {
    position: absolute;
    width: calc(100% - 40px);
    border: 1px solid #e3e3e3;
    border-radius: 26px;
    background: #fff;
    padding: 17px 0;
    font-size: 15px;
    line-height: 20px;
    display: none
}

.search_autocomplite > ul {
    list-style: none
}

.search_autocomplite > ul > li {
    padding: 10px 20px;
    cursor: pointer
}

.search_autocomplite > ul > li:hover {
    background: #e3e3e3
}

.search form {
    width: 100%
}

.search_close {
    display: none
}

@media (max-width: 1023px) {
    .search_close {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #4c4e55;
        display: block
    }
}

.search_input {
    padding: 17px 20px;
    border: 0 solid #e3e3e3;
    border-radius: 0;
    line-height: 20px;
    color: #000;
    width: auto;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    width: calc(100% - 40px);
    background: 0 0
}

.search_input::-webkit-input-placeholder {
    color: #b6b6b6
}

.search_input::-moz-placeholder {
    color: #b6b6b6
}

.search_input:-ms-input-placeholder {
    color: #b6b6b6
}

.search_input::-ms-input-placeholder {
    color: #b6b6b6
}

.search_input::placeholder {
    color: #b6b6b6
}

@media (max-width: 1023px) {
    .search_input {
        padding: 17px 20px;
        border: 0 solid #e3e3e3;
        border-radius: 26px;
        line-height: 20px;
        color: #b6b6b6;
        width: auto;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        width: 80%;
        background: #f7f7f8
    }

    .search_input::-webkit-input-placeholder {
        color: #b6b6b6;
        font-size: 12px
    }

    .search_input::-moz-placeholder {
        color: #b6b6b6;
        font-size: 12px
    }

    .search_input:-ms-input-placeholder {
        color: #b6b6b6;
        font-size: 12px
    }

    .search_input::-ms-input-placeholder {
        color: #b6b6b6;
        font-size: 12px
    }

    .search_input::placeholder {
        color: #b6b6b6;
        font-size: 12px
    }
}

.search_submit {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    background: url(../images/search.svg) no-repeat center/contain;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    right: 20px;
    padding: 0;
    margin: 0;
    font-size: 0;
    border-radius: 0;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .search_submit {
        display: none
    }
}

.search [role=listbox] {
    position: absolute;
    width: 100%;
    border: 1px solid;
    border: 1px solid #e3e3e3;
    border-radius: 26px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    overflow: hidden
}

.search [role=listbox] a {
    width: 100%
}

.search [role=listbox] li {
    padding: 10px 26px
}

.search [role=listbox] li:hover {
    background: #b6b6b6
}

.search [role=listbox] li span {
    color: #80e2ec
}

.sharebox {
    position: relative;
    background: #fff url(../images/icons/share.svg) no-repeat center/20px 20px;
    border: 1px solid #dddde0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 15px
}

@media (max-width: 1023px) {
    .sharebox {
        border: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        background-size: 23px 23px;
        margin-bottom: 10px
    }
}

.sharebox_item {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px;
    -webkit-box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px -8px rgba(0, 0, 0, .2);
    min-width: 40px
}

.sharebox_pic {
    margin: auto;
    width: 40%
}

.sharebox_title {
    margin-bottom: 20px
}

.sharebox_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023px) {
    .sharebox_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.item_vk {
    background: #0086f1
}

.item_facebook {
    background: #4267b2
}

.item_whatsapp {
    background: #64b161
}

.item_twitter {
    background: #1da1f2
}

.item_instagram {
    background: -o-linear-gradient(40.88deg, #fd5 6.62%, #ff543e 50.06%, #c837ab 93.5%);
    background: linear-gradient(49.12deg, #fd5 6.62%, #ff543e 50.06%, #c837ab 93.5%)
}

.item_telegram {
    background: #039be5
}

[data-popup-type=sharebox] {
    width: 520px !important;
    position: absolute !important
}

[data-popup-type=sharebox] .popup_wrap {
    padding: 24px;
    width: 100%
}

@media (max-width: 1023px) {
    [data-popup-type=sharebox] {
        position: fixed !important;
        width: 100% !important;
        top: 50% !important;
        -webkit-transform: translate(0, -10%) !important;
        -ms-transform: translate(0, -10%) !important;
        transform: translate(0, -10%) !important
    }
}

.tns-outer {
    position: relative;
    width: 100%
}

.slider__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9999;
    cursor: pointer;
    background: url(../images/arrow.png) no-repeat center/cover;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.product-carousel .slider__control {
    margin-top: 30px;
}

.slider__control:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

.slider_controls__left {
    left: -22px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

@media (max-width: 1023px) {
    .slider_controls__left {
        left: 10px
    }
}

.slider_controls__right {
    right: -22px
}

@media (max-width: 1023px) {
    .slider_controls__right {
        right: 10px
    }
}

[aria-disabled=true] {
    display: none
}

.socialenter {
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 20px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    background: #fff
}

@media (max-width: 1023px) {
    .socialenter {
        font-size: 18px;
        background: #f7f7f8
    }
}

.socialenter > span {
    position: relative;
    padding-left: 30px
}

.socialenter > span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0
}

.facebookIcon > span:before {
    background: url(../images/login/facebook.png) no-repeat center/cover
}

.googleIcon > span:before {
    background: url(../images/login/google.png) no-repeat center/cover
}

.vkIcon > span:before {
    background: url(../images/login/vk.png) no-repeat center/cover
}

.specials_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 480px
}

@media (max-width: 1023px) {
    .specials_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 16px;
        overflow: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.specials_box__info {
    background: #fff;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 52px;
    padding-right: 40px;
    width: auto
}

@media (max-width: 1023px) {
    .specials_box__info {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px;
        text-align: center
    }
}

.specials_box__pic {
    width: auto;
    height: 480px
}

.specials_box__title {
    font-size: 25.14px;
    font-weight: 800;
    line-height: 29.17px;
    letter-spacing: -.1px;
    color: #333
}

@media (max-width: 1023px) {
    .specials_box__title {
        font-size: 22px
    }
}

.specials_box__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.24px;
    margin: 24px 0;
    color: #333
}

@media (max-width: 1023px) {
    .specials_box__text {
        font-size: 16px
    }
}

.specials_box .btn {
    width: 220px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 54px;
    color: #4e472e;
    line-height: 48px;
    border: 1px solid #cacacf !important;
    height: 48px
}

.submenu {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    z-index: 99;
    -webkit-transition: top .5s linear;
    -o-transition: top .5s linear;
    transition: top .5s linear;
    left: 0;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    padding: 0 7% 0
}

.submenu .column {
    padding: 20px 0 20px
}

.submenu.down {
    top: 100%;
    height: auto
}

.submenu_title {
    color: #333;
    width: 97%;
    border-bottom: 1px solid #dde0e3;
    padding-bottom: 13px;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px
}

.submenu_pic {
    width: 15.4vw;
    height: 15.4vw;
    border-radius: 50%;
    background: url(../images/submenupic.jpg) no-repeat center/cover
}

.submenu_linkbox .column {
    min-width: 110px
}

.submenu_nav h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #333;
    border-bottom: 1px solid #dde0e3;
    padding-bottom: 13px
}

.submenu_nav a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 21px
}

.submenu_nav a:last-child {
    margin-bottom: 0
}

.order_steps {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
    width: 90%;
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media (max-width: 1023px) {
    .order_steps {
        width: 100%
    }
}

.order_steps [step="1"] {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    width: 100px
}

.order_steps [step="1"]::after {
    width: 137%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media (max-width: 1023px) {
    .order_steps [step="1"]::after {
        width: 100%
    }
}

@media (max-width: 1023px) {
    .order_steps [step="1"] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.order_step {
    position: relative;
    z-index: 2;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .order_step {
        width: 25% !important
    }
}

.order_step:nth-child(4n)::after {
    display: none
}

.order_step:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 32px;
    width: 91%;
    height: 4px;
    background: #f1f1f1;
    z-index: 1;
    -webkit-transform: translate(54px, 0);
    -ms-transform: translate(54px, 0);
    transform: translate(54px, 0)
}

@media (max-width: 1023px) {
    .order_step:after {
        left: 64px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.order_step__number {
    background: #fff;
    border: 4px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    color: #a5a6b1;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 12px
}

.order_step__text {
    line-height: 28px;
    text-align: center;
    color: #a5a6b1
}

.order_step.active .order_step__number {
    background: rgba(78, 123, 234, .1);
    color: #4e7bea
}

.order_step.active .order_step__text {
    color: #4e7bea
}

.order_step.active::after {
    background: rgba(78, 123, 234, .1)
}

.tabs_info__presonInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs_info__avatar {
    border-radius: 10px;
    margin-right: 20px
}

.tabs_info__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

@media (max-width: 1023px) {
    .tabs_info__name {
        font-size: 16px
    }
}

.tabs_info__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #a5a6b1
}

@media (max-width: 1023px) {
    .tabs_info__date {
        font-size: 12px
    }
}

.tabs_info__commentText {
    margin-top: 11px;
    line-height: 20px;
    color: #333;
    font-size: 16px
}

@media (max-width: 1023px) {
    .tabs_info__commentText {
        font-size: 16px
    }
}

.tabs_info__commentText a {
    text-decoration: none;
    color: #4a80ff
}

.tabs_info__pic {
    border-radius: 15px;
    margin: 0 5px;
    width: 30%
}

@media (max-width: 1023px) {
    .tabs_info__pic {
        width: 25%
    }
}

.tabs_info__gallery {
    margin-top: 33px
}

.mycomments .tabs_info__text {
    text-align: center
}

.mycomments .tabs_info__text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #888f9d
}

.mycomments .tabs_info__text p:first-child {
    font-weight: 300;
    font-size: 16px;
    line-height: 16px
}

.mycomments .tabs_info__comment {
    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
}

.mycomments .tabs_info__comment .sharebox {
    margin: 0 6px
}

.mycomments .tabs_info__presonInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 50%
}

.mycomments .tabs_info__avatar {
    max-width: 120px;
    height: 100%
}

.mycomments .tabs_info__stars {
    position: relative
}

.mycomments .tabs_info__stars .yellow_stars {
    position: absolute;
    left: 0;
    top: 0;
    width: 17%;
    overflow: hidden
}

.mycomments .tabs_info__dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.mycomments .tabs_info__rank {
    border: 1px solid #dddde0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 16px;
    line-height: 35px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 6px;
    position: relative
}

.mycomments .tabs_info__rank:after {
    content: "";
    background: url(../images/icons/mini_star.svg) no-repeat center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px
}

.forclients_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .forclients_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.forclients_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    padding: 2.78vw;
    width: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .forclients_box {
        width: 100%;
        margin-bottom: 16px;
        padding: 30px 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .forclients_box__link {
        display: none
    }
}

.forclients_box__pic {
    background: rgba(255, 219, 93, .13) url(../images/diamond.svg) no-repeat center/40%;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2.8vw
}

@media (max-width: 380px) {
    .forclients_box__pic {
        width: 50px;
        height: 50px;
        margin-right: 33px
    }
}

.forclients_box__pic img {
    width: 47px;
    margin: auto;
    height: 47px
}

.forclients_box__title {
    font-size: 26px;
    line-height: 24px;
    letter-spacing: .151667px;
    color: #333;
    margin-bottom: 18px
}

@media (max-width: 1023px) {
    .forclients_box__title {
        font-size: 20px;
        width: 70%;
        margin: 0
    }
}

.section_title {
    font-weight: 700;
    font-size: 38px;
    line-height: 26px;
    letter-spacing: .137222px;
    color: #333;
    width: 86%;
    margin: 0 auto 44px
}

@media (max-width: 1023px) {
    .section_title {
        font-size: 24px;
        width: calc(100% - 32px)
    }
}

.menu_lk {
    z-index: 9999;
    cursor: pointer
}

.menu_lk:after {
    display: none
}

.menu_lk:hover .personMenu {
    opacity: 1;
    pointer-events: auto
}

.menu a {
    font-style: normal;
    color: #333;
    text-decoration: none
}

.menu_arrow {
    position: relative;
    margin-right: 3.7vw !important
}

.menu_arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #6d7278;
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.menu_top__left .menu_link {
    margin-right: 10px;
    line-height: 40px
}

.menu_top__left .menu_link a {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px
}

.menu_top__left .menu_link a:hover {
    opacity: .5
}

.menu_bottom a {
    font-size: 17px;
    line-height: 23px;
    margin: 9px 1vw 9px 0;
    display: block;
    padding-right: 1px;
    font-weight: 700;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.menu_bottom a:hover {
    opacity: .6
}

.menu ul li {
    list-style: none
}

.menu_line:after {
    content: "|";
    margin-left: 10px
}

.mobm_open {
    -webkit-transform: translate(60vw, 0);
    -ms-transform: translate(60vw, 0);
    transform: translate(60vw, 0)
}

.nav_mobile .menu_link {
    text-decoration: none;
    margin-bottom: 25px;
    width: 100%;
    padding: 0 18px
}

.nav_mobile .menu_link a {
    font-size: 17px;
    line-height: 22px;
    color: #4c4e55
}

.menu_person .menu_link {
    margin-right: 3vw
}

.menu_person .menu_link:last-child {
    margin-right: 0
}

.header_bottom .menu:first-child {
    width: 89%;
    overflow: hidden
}

.header_bottom .menu_bottom__left {
    width: 200vw
}

.mm_active a {
    opacity: 1;
    color: #4a80ff
}

.news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

@media (max-width: 1023px) {
    .news {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.news_box {
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .news_box {
        margin-right: 0;
        width: 100%
    }
}

.news * {
    text-decoration: none
}

.news_pic {
    width: 100%
}

.news_info {
    padding: 32px
}

@media (max-width: 1023px) {
    .news_info {
        padding: 24px
    }
}

.news_date {
    line-height: 22px;
    color: #979797
}

@media (max-width: 1023px) {
    .news_date {
        font-size: 14px
    }
}

.news_title {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.1px;
    color: #333;
    margin: 6px 0 16px
}

@media (max-width: 1023px) {
    .news_title {
        font-size: 24px
    }
}

.news_description {
    line-height: 22px;
    color: #333
}

@media (max-width: 1023px) {
    .news_description {
        font-size: 14px
    }
}

.singlenews {
    position: relative
}

.singlenews .section:first-child {
    margin-top: 64px
}

.singlenews .news_box {
    width: calc(33% - 12px)
}

@media (max-width: 1023px) {
    .singlenews .news_box {
        width: 100%
    }
}

.singlenews .sharebox {
    margin: 44px 0 0 0;
    position: relative;
    background-color: transparent;
    border: 0
}

.singlenews .sharebox::after {
    content: "Поделиться статьей ";
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    position: absolute;
    color: #333;
    left: 45px;
    width: 180px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 1023px) {
    .singlenews .sharebox {
        position: absolute;
        top: 0;
        right: 16px;
        margin: 0
    }
}

.singlenews .sharebox .product_share {
    position: relative
}

.singlenews .sharebox .product_share:after {
    content: "Поделиться статьей ";
    font-size: 17px;
    line-height: 23px;
    color: #333;
    position: absolute;
    width: 21vw;
    height: 36px;
    line-height: 36px;
    left: 36px
}

@media (max-width: 1023px) {
    .singlenews .sharebox .product_share:after {
        display: none
    }
}

.singlenews .category_title {
    margin-bottom: 51px
}

.singlenews_date {
    color: #979797
}

@media (max-width: 1023px) {
    .singlenews_date {
        font-size: 14px
    }
}

.singlenews_text {
    color: #1d1d1d;
    margin-bottom: 24px
}

@media (max-width: 1023px) {
    .singlenews_text {
        font-size: 14px;
        margin-bottom: 14px
    }
}

.singlenews_pic {
    margin: 34px 0;
    width: 60%
}

@media (max-width: 1023px) {
    .singlenews_pic {
        width: 100%;
        margin: 0 0 16px
    }
}

.singlenews_doptitle {
    font-size: 31px;
    line-height: 31px;
    color: #1d1d1d;
    margin-bottom: 44px
}

@media (max-width: 1023px) {
    .singlenews_doptitle {
        font-size: 20px;
        margin-bottom: 24px
    }
}

.singlenews_article {
    margin-top: 44px
}

@media (max-width: 1023px) {
    .singlenews_article {
        margin-top: 32px
    }
}

.singlenews_article__title {
    line-height: 32px;
    color: #1d1d1d;
    margin-bottom: 12px
}

@media (max-width: 1023px) {
    .singlenews_article__title {
        font-size: 17px;
        margin-bottom: 10px
    }
}

.singlenews_article__text {
    color: #1d1d1d
}

@media (max-width: 1023px) {
    .singlenews_article__text {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.singlenews_list {
    list-style: circle inside
}

.singlenews_list li {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1d1d1d
}

@media (max-width: 1023px) {
    .singlenews_list li {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.lk .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.lk .news_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.lk .news_title {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.lk .news_description {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.lk .news_more {
    color: #6672fb;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -.289px;
    margin-top: 24px;
    display: block
}

.lk .news_date {
    color: #cacacf;
    text-align: left;
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.lk .news_info {
    padding: 24px
}

.pickpoint {
    padding: 32px;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 3fr 5fr 1fr 1fr;
    grid-template-rows:3fr 5fr 1fr 1fr;
    gap: 10px
}

@media (max-width: 1023px) {
    .pickpoint {
        padding: 20px
    }
}

.pickpoint_showmore {
    display: none
}

.pickpoint + .pickpoint_status .pickpoint_title p::after {
    content: "Необходимо согласовать время по телефону.";
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.106667px;
    color: #e97a6e;
    position: absolute;
    left: 0;
    bottom: -35px
}

.pickpoint_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -.1px;
    color: #333;
    position: relative
}

.pickpoint_title p {
    position: relative
}

.pickpoint_doptitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #a5a6b1
}

.pickpoint_day {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0
}

.pickpoint_link {
    margin: 23px 0;
    display: block
}

.pickpoint_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

@media (max-width: 1023px) {
    .pickpoint {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0
    }

    .pickpoint_title {
        font-size: 24px
    }

    .pickpoint_title p {
        word-break: break-all
    }

    .pickpoint_doptitle {
        font-size: 12px
    }

    .pickpoint_day {
        font-size: 14px
    }

    .pickpoint_text {
        font-size: 14px
    }

    .pickpoint_link {
        margin: 0
    }

    .pickpoint_article:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pickpoint_article:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .pickpoint_article:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .pickpoint_showmore {
        display: block;
        cursor: pointer
    }

    .pickpoint .paphone, .pickpoint .paworktime {
        display: none
    }
}

.shmore .paphone, .shmore .paworktime {
    display: block
}

@media (max-width: 1023px) {
    .pickpoints {
        width: 90%;
        margin: 0 auto
    }

    .pickpoints_box {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.products {
    width: 100%;
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.products.gallery {
    display: block
}

.products_line {
    -ms-grid-rows:(1fr) [ 3 ];
    grid-template-rows:repeat(3, 1fr);
    -ms-grid-columns:(1fr) [ 1 ] !important;
    grid-template-columns:repeat(1, 1fr) !important
}

@media (max-width: 1023px) {
    .products {
        gap: 10px;
        -ms-grid-columns:(1fr) [ 2 ] !important;
        grid-template-columns:repeat(2, 1fr) !important
    }
}

@media (max-width: 1440px) and (min-width: 980px) {
    .products {
        gap: 10px;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 2400px) and (min-width: 1440px) {
    .products {
        gap: 10px;
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

.line {
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr)
}

@media (max-width: 1023px) {
    .line {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

.line .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media (max-width: 1023px) {
    .line .product {
        padding: 0 13px 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .line .product_info {
        text-align: left
    }

    .line .product_price {
        width: auto;
        display: inline-block;
        margin-bottom: 13px;
        width: 55%
    }

    .line .product_name {
        font-size: 20px
    }

    .line .product_desc {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0
    }

    .line .product_btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.line .product_first {
    width: 37%
}

@media (max-width: 1023px) {
    .line .product_first {
        width: 100%
    }
}

.line .product_dop {
    position: absolute;
    z-index: 9;
    right: 26px;
    top: 26px
}

.line .product_pic {
    width: 100% !important;
    margin-top: 0 !important
}

.line .product_info {
    width: 50%;
    max-width: 450px
}

@media (max-width: 1023px) {
    .line .product_info {
        width: 100%
    }
}

.line .product_name {
    font-size: 24px !important
}

.line .product_desc {
    font-size: 14px !important
}

@media (max-width: 1023px) {
    .non_auth .product_btns {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        -ms-grid-rows: 1fr;
        grid-template-rows:1fr;
        gap: 20px
    }
}

.product {
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    position: relative
}

.product_btns {
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

.product_wrap {
    padding: 26px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.product_main {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    box-shadow: 0 0 13px rgba(0, 0, 0, .2)
}

@media (max-width: 1023px) {
    .product_first {
        width: 100%
    }
}

.product_small {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .5fr 1.5fr .5fr 1fr;
    grid-template-columns:.5fr 1.5fr .5fr 1fr;
    cursor: pointer;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 10px rgba(217, 218, 224, .5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_small:hover .product_small__delete {
    display: block
}

.product_small .btn {
    font-weight: 800;
    font-size: 14px;
    line-height: 54px;
    width: 30%
}

.product_small__delete {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 99999;
    right: -13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 10px rgba(217, 218, 224, .5);
    border-radius: 50%;
    display: none
}

.product_small__delete:hover path {
    stroke: #6d7278
}

.product_small .actionbutton {
    height: 24px;
    line-height: 24px
}

.product_small .actionbutton_in {
    font-size: .8333vw
}

.product_small .actionbutton_in > span {
    padding-left: 0
}

.product_small .actionbutton_in > span::before {
    display: none
}

.product_small .actionbutton_dec {
    font-size: .8333vw
}

.product_small .actionbutton_inc {
    font-size: .8333vw
}

.product_basket {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    padding-bottom: 40px;
    margin-bottom: 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6fr;
    grid-template-columns:1fr 6fr;
    gap: 20px
}

@media (max-width: 1023px) {
    .product_basket {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-bottom: 10px !important
    }

    .product_basket .pcvbox {
        color: #797979;
        font-size: 3.625vw;
        line-height: 3.625vw;
        margin-top: 13px;
        position: relative;
        width: 52%
    }
}

.product_basket .actionbutton {
    height: 28px;
    line-height: 28px
}

.product_basket .product_info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr .7fr 1fr;
    grid-template-columns:3fr .7fr 1fr;
    gap: 10px
}

@media (max-width: 1023px) {
    .product_basket .product_info {
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns:2fr 1fr;
        position: relative
    }
}

.product_basket__info {
    width: 100%
}

.product_basket .btn {
    font-weight: 800;
    font-size: 14px;
    line-height: 54px;
    width: 30%
}

.product_basket a {
    color: #4e7bea;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -.1066666692px;
    text-align: left
}

@media (max-width: 1023px) {
    .product_basket a {
        position: absolute;
        right: 0;
        bottom: 10px
    }
}

.product_circle {
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
    border-radius: 50%;
    overflow: hidden
}

.product_circle:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.product a {
    text-decoration: none
}

.product_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: 26px;
    margin-right: 26px
}

.product_social > div:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

@media (max-width: 1023px) {
    .product_social {
        margin-top: 16px;
        margin-right: 16px
    }
}

.recently_wrap__controls {
    width: calc(100vw - 14% + 88px);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 44px
}

.recently_wrap__controls .slider_controls__left {
    left: 16px
}

.recently_wrap__controls .slider_controls__right {
    right: 16px
}

@media (max-width: 1023px) {
    .recently_wrap__controls {
        display: block
    }
}

.recently_section #tns1-iw {
    width: 100%
}

.recently_section [tabindex="-1"] {
    margin-right: 0 !important
}

.products.gallery.tns-item {
    display: block
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.productpromouter_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.productpromouter_info__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productpromouter_infotext {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #797979
}

.productpromouter_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 6px
}

.productpromouter_left {
    display: -ms-grid;
    display: grid;
    gap: 10%;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns:1fr 4fr
}

.productpromouter_dopprice {
    line-height: 12px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90px;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    display: none
}

.productpromouter_price {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    margin-left: 21px
}

.productpromouter_btns__top a {
    font-size: 15px !important;
    text-align: center;
    color: #333;
    text-decoration: none;
    width: 190px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    height: 40px !important;
    line-height: 40px !important
}

.productpromouter_btns__top a:before {
    display: none
}

.productpromouter_btns__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 19px
}

.productpromouter_btns__bottom a {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333;
    display: block;
    margin-bottom: 8px;
    margin-right: 8px
}

.category .products {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 1700px) {
    .category .products {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

.category .products .category_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1023px) {
    .category .products .category_wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product_dopprice {
    color: #333;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 12px;
    margin-top: 13px;
    position: relative
}

.product_dopprice > div {
    position: relative
}

.product_main .product_dopprice {
    font-size: 12px;
    line-height: 12px;
    margin-top: 13px
}

.product_small .product_dopprice {
    width: 90px;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px
}

.product_basket .product_dopprice {
    font-size: 14px;
    width: 100%
}

@media (max-width: 1023px) {
    .product_basket .product_dopprice {
        color: #adadad;
        width: 12.1176rem;
        margin-top: 20px
    }
}

.statusbanner {
    background: #fffae7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0
}

.statusbanner_text {
    width: 60%;
    padding: 32px 0;
    padding-left: 40px;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #333
}

.info {
    background: #e9efff
}

.warning {
    background: #fffae7
}

.danger {
    background: #ffe8e8
}

.basketblock_box .statusbanner {
    border-radius: 16px;
    overflow: hidden;
    margin: 12px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1023px) {
    .basketblock_box .statusbanner {
        margin-left: -44px;
        border-radius: 0 16px 16px 0
    }
}

.basketblock_box .statusbanner_text {
    width: 60%
}

.basketblock_box .statusbanner img {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0)
}

.topblock {
    background: -o-linear-gradient(177.22deg, #91a1f9 2.32%, #5563c0 97.7%);
    background: linear-gradient(272.78deg, #91a1f9 2.32%, #5563c0 97.7%);
    padding: 40px 7% 53px
}

@media (max-width: 1023px) {
    .topblock {
        padding: 30px 16px 16px;
        border-radius: 0 16px 16px 0;
        width: 96%;
        margin: 0;
        margin-bottom: 1.8824rem;
        margin-top: .9412rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.topblock_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19%;
    color: #fff;
    margin-top: 29px
}

@media (max-width: 1023px) {
    .topblock_text {
        width: 100%
    }
}

.topblock h1 {
    letter-spacing: -.1px;
    color: #fff;
    font-weight: 700;
    font-size: 38px
}

@media (max-width: 1023px) {
    .topblock h1 {
        font-size: 20px;
        line-height: 22px
    }
}

.topblock_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 30px 0 0;
    width: 500px
}

@media (max-width: 1023px) {
    .topblock_btns {
        width: 100%
    }
}

.topblock .btn {
    color: #5f6eca;
    width: 40%;
    margin-right: 24px
}

@media (max-width: 1023px) {
    .topblock .btn {
        font-size: 14px
    }
}

.topblock_mobile__sorting {
    display: none
}

@media (max-width: 1023px) {
    .mobile_top {
        background: -o-linear-gradient(177.22deg, #91a1f9 2.32%, #5563c0 97.7%);
        background: linear-gradient(272.78deg, #91a1f9 2.32%, #5563c0 97.7%);
        margin-top: -1px;
        margin-bottom: 0
    }

    .pickpoint_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .pickpoint_head__title {
        display: none
    }

    .pickpoint_head .select_main {
        border-radius: 20px
    }

    .pickpoint_head__selects {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pickpoint_head__selects .select_white {
        margin-right: 0
    }

    .topblock_mobile__block {
        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
    }

    .sortingbox {
        border-radius: 50%;
        background: #fff;
        width: 30px;
        height: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sortingbox img {
        margin: auto
    }

    .topblock_mobile__sorting {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.another_cat {
    color: #fff;
    text-decoration: none
}

.another_cat:hover {
    color: #d9e4ff
}

.orderbox_pickpointbox {
    display: none
}

.orderbox_payment .radiobtn {
    margin-bottom: 12px
}

.orderbox_payment__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.1px;
    color: #333;
    margin-bottom: 20px
}

.orderbox_promo {
    margin-top: 32px
}

.orderbox_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.1px;
    color: #333;
    margin-bottom: 20px
}

.orderbox form {
    width: 100%
}

.orderbox_text {
    margin: 13px 0 23px
}

.orderbox_info {
    line-height: 18px;
    color: #4e7bea;
    padding: 24px 44px;
    background: #edf2fd;
    border-radius: 0 24px 24px 0;
    margin: 24px 0 44px -44px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4e7bea
}

.orderbox_form .pickpoint {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: none;
    border-radius: 16px;
    margin-right: 24px;
    margin-bottom: 24px;
    width: 100%
}

.orderbox_form__index {
    position: relative
}

.orderbox_form__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.1px;
    color: #333;
    margin: 44px 0 24px
}

.orderbox_form__radio > div {
    margin-bottom: 12px
}

.orderbox_buyer__name {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.1px;
    color: #333
}

.orderbox_buyer__id {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.1px;
    color: #000
}

.orderbox_buyer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px
}

.orderbox_buyer__text b {
    font-weight: 700
}

.orderbox_producttable {
    padding: 28px 0;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin: 28px 0
}

.orderbox_producttable table {
    width: 100%
}

.orderbox_producttable thead tr {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 18px
}

.orderbox_producttable tbody tr {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 16px
}

.orderbox_allprice__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin-bottom: 7px
}

.orderbox_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    letter-spacing: .151667px;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 32px 0 37px
}

.orderbox .required_text {
    color: #333;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -.107px;
    margin-top: 10px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 2%
}

.orderbox .required_text::before {
    content: "*";
    position: absolute;
    left: 0;
    color: #e97a6e;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -.107px
}

.orderBox_products {
    margin: 0 -20px
}

.clear_link {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.106667px;
    color: #4e7bea;
    cursor: pointer
}

.clear_link:hover {
    opacity: .6
}

.basket {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket_info {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 219, 93, .1);
    border-radius: 26px;
    padding: 0 20px;
    margin-left: 2vw;
    padding-right: 0
}

.basket_info__price {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #333;
    margin-right: 15px
}

@media (max-width: 1020px) {
    .basket_info__price {
        font-size: 18px
    }
}

.basket_info__price sup {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin-left: -4px
}

.basket_info__cv {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .225px;
    color: #4f4a40;
    background: #fff;
    border-radius: 100px;
    padding: 0 8px;
    margin-right: 10px
}

@media (max-width: 1020px) {
    .basket_info__cv {
        font-size: 16px
    }
}

.basket_info__cv sup {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .15px;
    color: #4f4a40;
    margin-left: -4px
}

.basket_info__btn {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr;
    gap: 10px;
    padding: 0 15px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.basket_info__btn .btn {
    padding: 0 20px !important;
    font-weight: 700
}

.basket_product_quantity {
    background: #fffcef;
    border-radius: 15px;
    color: #4f4a40;
    height: 30px;
    line-height: 30px
}

@media (max-width: 1023px) {
    .basket_product_quantity {
        display: block;
        position: absolute;
        right: -4vw;
        font-size: 10px;
        padding: 3px 6px;
        top: 4vw;
        height: 19px;
        line-height: 15px
    }
}

.promo .footer_copyright {
    color: #fff
}

.dark {
    background: #191b56
}

.dark .header {
    background: url(../images/landing/header_bg_dark.png) no-repeat top right/auto 100%
}

.dark .footer_info {
    color: #fff
}

.dark .header_logo a {
    width: 140px;
    background: url(../images/landing/logo_dark.png) no-repeat center/cover;
    display: block;
    height: 41px
}

.dark .nav_link {
    color: #fff
}

.dark .landing_textbox, .dark .landing_title {
    color: #fff
}

.dark .landing_doptext, .dark .landing_textbox {
    width: 710px
}

@media (max-width: 1023px) {
    .dark .landing_doptext, .dark .landing_textbox {
        width: 100%
    }
}

.dark .landing_doptext {
    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
}

@media (max-width: 1023px) {
    .dark .landing_doptext {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

.dark .landing_doptext__box {
    width: 40%
}

@media (max-width: 1023px) {
    .dark .landing_doptext__box {
        width: 100%;
        margin-bottom: 44px
    }
}

.dark .landing_doptext__top {
    font-weight: 800;
    font-size: 40px;
    line-height: 32px;
    color: #fff74e
}

.dark .landing_doptext__bottom {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #fff;
    margin-top: 16px
}

.dark .twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.dark .landing_secondtitle {
    color: #fff
}

.dark li {
    color: #fff;
    list-style: none
}

.dark .steps_pic {
    position: relative
}

.dark .steps_pic .phone {
    width: 352px;
    display: block;
    margin: 0 auto
}

.dark .steps_pic .comment1, .dark .steps_pic .comment2, .dark .steps_pic .comment3 {
    position: absolute
}

.dark .steps_pic img.comment1 {
    top: 240px
}

@media (max-width: 1023px) {
    .dark .steps_pic img.comment1 {
        left: -11vw
    }
}

.dark .steps_pic img.comment3 {
    top: 430px;
    left: 90px
}

.dark .steps_pic img.comment2 {
    top: 345px;
    left: 310px
}

@media (max-width: 1023px) {
    .dark .steps_pic img.comment2 {
        left: 10vw
    }
}

.dark .steps_info li {
    margin-bottom: 45px;
    position: relative;
    padding-left: 45px
}

.dark .steps_info li:after {
    position: absolute;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff74e;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 16px;
    color: #fff74e;
    left: 0;
    top: 0
}

.dark .steps_info li:nth-child(1)::after {
    content: "1"
}

.dark .steps_info li:nth-child(2)::after {
    content: "2"
}

.dark .steps_info li:nth-child(3)::after {
    content: "3"
}

.dark .steps_info li:nth-child(4)::after {
    content: "4"
}

.dark .steps_info li:nth-child(5)::after {
    content: "5"
}

.dark .steps_info .btn {
    position: relative
}

.dark .steps_info .btn::after {
    content: "";
    position: absolute;
    background: url(../images/icons/prezbtn.svg) no-repeat center/cover;
    width: 15px;
    height: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 16%
}

.dark .steps_list {
    width: 70%
}

@media (max-width: 1023px) {
    .dark .steps_list {
        width: 100%
    }
}

.dark .steps_list__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff
}

.dark .steps_list__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 20px
}

.dark .steps_list__dop {
    font-weight: 800;
    font-size: 15px;
    line-height: 160%;
    color: #fff
}

.dark .profitably .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 38px
}

@media (max-width: 1023px) {
    .dark .profitably .wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.dark .profitably_list li {
    margin-bottom: 1.3021vw;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    padding-left: 55px
}

.dark .profitably_list li:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/landing/list.png) no-repeat center/cover;
    top: -8px;
    left: 0
}

.dark .profitably_pic img {
    display: block;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .dark .profitably_pic img {
        width: 100%
    }
}

.dark .profitably_dop {
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    color: #fff;
    margin-top: 30px
}

.dark .faq_text {
    color: #cacfe1
}

.dark .faq_title {
    color: #4e7bea
}

.dark .faq_title:after {
    background: url(../images/landing/arrow_dark.png) no-repeat center/cover
}

.dark .how h2 {
    width: calc(100vw - 14%);
    margin: 0 auto 64px
}

.dark .how li {
    margin-bottom: 45px;
    position: relative;
    padding-left: 45px;
    line-height: 32px;
    color: #cacfe1
}

.dark .how li:after {
    position: absolute;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff74e;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 16px;
    color: #fff74e;
    left: 0;
    top: 0
}

.dark .how li:nth-child(1)::after {
    content: "1"
}

.dark .how li:nth-child(2)::after {
    content: "2"
}

.dark .how li:nth-child(3)::after {
    content: "3"
}

.dark .how li:nth-child(4)::after {
    content: "4"
}

.dark .how li:nth-child(5)::after {
    content: "5"
}

.dark .how li:nth-child(6)::after {
    content: "6"
}

.premium .landing_secondtitle {
    text-align: center
}

@media (max-width: 1023px) {
    .premium .step_info {
        width: 100%
    }
}

.quiz {
    background: #fffef6
}

.quiz .nav_link {
    font-weight: 600
}

.quiz .landing_nav {
    margin-bottom: 0
}

.quiz_title {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 88px;
    color: #000
}

@media (max-width: 1023px) {
    .quiz_title {
        font-size: 28px;
        line-height: 38px
    }
}

.quiz_text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    opacity: .9;
    margin-top: 32px;
    margin-bottom: 64px
}

@media (max-width: 1023px) {
    .quiz_text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 22px;
        margin-bottom: 44px
    }
}

.quiz_test {
    width: 100vw
}

.quiz_test .section {
    height: -webkit-fill-available;
    min-height: 100vh
}

.quiz_result .section {
    height: 100vh
}

.quiz_wrap {
    width: 100%
}

.quiz_start {
    background: url(../images/quiz/Agenyz_test_1-01.svg) no-repeat center/cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quiz_start .quiz_text {
    width: 42%
}

@media (max-width: 1023px) {
    .quiz_start .quiz_text {
        width: 100%
    }
}

.quiz_start .wrap {
    margin: auto
}

.quiz_start .btn {
    width: 15%
}

@media (max-width: 1023px) {
    .quiz_start .btn {
        width: 70%
    }
}

.quiz_questions {
    background: url(../images/quiz/bg-test.jpg) no-repeat center/cover;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023px) {
    .quiz_questions {
        background: 0 0;
        height: 100% !important;
        margin-top: 20vw !important
    }
}

.quiz_questions .wrap {
    margin: auto
}

@media (max-width: 1023px) {
    .quiz_questions .wrap {
        margin: 0 auto
    }
}

.quiz_header {
    position: absolute;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    margin: 0 auto;
    padding: 40px 7%
}

@media (max-width: 1023px) {
    .quiz_header {
        position: absolute;
        width: 100vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-grid;
        display: grid;
        justify-items: center;
        padding: 20px 0
    }
}

.quiz_footer {
    position: absolute;
    width: calc(100vw - 14%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 6.4vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media (max-width: 1023px) {
    .quiz_footer {
        bottom: 0;
        position: absolute;
        margin-top: 10vh;
        margin: 1vh auto 1vh;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(-50%, -50%);
        left: 50%
    }
}

.quiz_footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .quiz_footer .wrap {
        width: 100%
    }
}

.quiz_footer a {
    text-decoration: none;
    color: #333;
    font-weight: 400 !important;
    font-size: 18px !important;
    position: relative
}

.quiz_footer a:hover {
    text-decoration: underline
}

.quiz_footer a:after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(../images/quiz/tf-arrow.svg) no-repeat center/cover;
    width: 5px;
    height: 11px
}

.quiz_disabled {
    opacity: .6
}

.quiz_prev {
    padding-left: 15px
}

.quiz_prev::after {
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    transform: translate(0, -35%);
    left: 0
}

.quiz_next {
    padding-right: 15px
}

.quiz_next::after {
    -webkit-transform: translate(0, -35%) rotate(180deg);
    -ms-transform: translate(0, -35%) rotate(180deg);
    transform: translate(0, -35%) rotate(180deg);
    right: 0
}

.quiz a {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-size: 18px
}

@media (max-width: 1023px) {
    .quiz .threecol .form-group {
        width: 100%
    }
}

.quiz .threecol .submit-input {
    width: 32px
}

.quiz .threecol .select_main {
    width: 100% !important
}

.quiz .threecol .select_main:after {
    right: 32px !important
}

.quiz .threecol input[type=text] {
    width: 100% !important
}

.quiz-form {
    display: -ms-grid;
    display: grid;
    gap: 25px;
    grid-template-columns:repeat(auto-fit, minmax(18vw, 1fr));
    width: 60vw;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1023px) {
    .quiz-form {
        width: 100%;
        -ms-grid-rows:(1fr) [ 3 ];
        grid-template-rows:repeat(3, 1fr);
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }
}

.quiz-form .error-block {
    position: absolute;
    width: 100%
}

@media (max-width: 1023px) {
    .quiz-form .error-block {
        bottom: 0
    }
}

.quiz-form .pina-error {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    font-size: 20px;
    top: -4vh;
    text-align: center
}

@media (max-width: 1023px) {
    .quiz-form .pina-error {
        bottom: 0
    }
}

.quiz-form .pina-error li {
    list-style: none;
    color: red
}

.quiz-form .pina-error-popup {
    position: absolute !important;
    top: -45px !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 20PX;
    color: red
}

.quiz-form--text {
    width: 500px;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr
}

@media (max-width: 1023px) {
    .quiz-form--text {
        width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        -ms-grid-rows:(1fr) [ 1 ];
        grid-template-rows:repeat(1, 1fr)
    }
}

.quiz-form .select_main:after {
    right: 82px
}

.quiz-form .form-group {
    position: relative;
    width: 100%
}

.quiz-form .form-group.checkbox {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .quiz-form .form-group.checkbox {
        width: 100%
    }
}

.quiz-form .form-group.radiobtn {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .quiz-form .form-group.radiobtn {
        width: 100%
    }
}

.quiz-form .form-group [type=checkbox] + label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 24px;
    padding-left: 48px;
    margin: 0;
    width: 100%
}

.quiz-form .form-group [type=checkbox] + label::before {
    border-radius: 50%;
    left: 14px
}

.quiz-form .form-group [type=checkbox]:checked + label::before {
    background: url(../images/quiz/quiz_check.svg) no-repeat center/cover;
    border: 1px solid transparent
}

.quiz-form .form-group [type=radio] {
    width: 100%
}

.quiz-form .form-group [type=radio]:checked + label, .quiz-form .form-group [type=radio]:not(:checked) + label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    opacity: .8;
    padding: 24px;
    padding-left: 48px;
    margin: 0;
    width: 100%
}

@media (max-width: 1023px) {
    .quiz-form .form-group [type=radio]:checked + label, .quiz-form .form-group [type=radio]:not(:checked) + label {
        padding-left: 40px
    }
}

.quiz-form .form-group [type=radio]:checked + label:before, .quiz-form .form-group [type=radio]:not(:checked) + label:before {
    border-radius: 50%;
    left: 14px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.quiz-form .form-group [type=radio]:checked + label:after, .quiz-form .form-group [type=radio]:not(:checked) + label:after {
    display: none
}

.quiz-form .form-group [type=radio]:checked + label::before {
    background: url(../images/quiz/quiz_check.svg) no-repeat center/cover;
    border: 1px solid transparent
}

.quiz-form .form-group [type=submit] {
    background: url(../images/quiz/arrow_ans_active.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.quiz-form .form-group [type=submit]:disabled {
    background: url(../images/quiz/arrow_ans_nactive.svg) no-repeat center/cover
}

.quiz-form .form-group label {
    padding: 24px;
    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: 44px
}

.quiz-form .form-group input[type=text] {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 24px;
    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;
    width: 100%;
    margin: 0 auto
}

.quiz-form .form-group input {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    padding: 0;
    border: 0
}

.quiz-form .form-group input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .8
}

.quiz-form .form-group input::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .8
}

.quiz-form .form-group input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .8
}

.quiz-form .form-group input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .8
}

.quiz-form .form-group input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .8
}

.quiz-form .form-group .select_main {
    width: 60vw;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 24px 24px;
    border: 0;
    margin: 0
}

@media (max-width: 1023px) {
    .quiz-form .form-group .select_main {
        width: 100%
    }
}

.quiz-form .submit-input {
    position: absolute;
    right: 32px;
    top: 50%;
    font-size: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 32px;
    margin: 0;
    opacity: .6
}

.quiz-form .submit-input:hover {
    opacity: 1
}

.quiz .questions_title {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 64px;
    color: #000;
    text-align: center
}

@media (max-width: 1023px) {
    .quiz .questions_title {
        font-size: 28px;
        line-height: 38px
    }
}

.quiz .questions_doptext {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #333;
    opacity: .9;
    margin-bottom: 64px;
    margin-top: 16px
}

.quiz .start .btn {
    border: 0 !important
}

.quiz .footer_copyright {
    color: #979797
}

@media (max-width: 1023px) {
    .quiz .section.header {
        min-height: auto;
        background: 0 0;
        padding-bottom: 0
    }

    .quiz .section {
        padding: 30px 0 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0
    }
}

.quiz .select_white .select_main {
    width: 110px;
    border: 0;
    border-radius: 20px !important
}

[qstep] {
    display: none
}

[qstep="1"] {
    display: block
}

.quiz_questions {
    display: none
}

@-webkit-keyframes rotateload {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@keyframes rotateload {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

.chpic [type=checkbox] + label::before {
    width: 64px;
    height: 64px;
    cursor: pointer;
    border: 0
}

.chpic [type=checkbox] + label {
    cursor: pointer;
    padding-left: 90px !important;
    position: relative
}

.chpic [type=checkbox]:checked + label::before {
    border: 0 !important
}

.chpic [type=checkbox]:checked + label {
    background: #ffedae !important;
    border-radius: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows:1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.icon-blood [type=checkbox] + label::before {
    background: url(../images/quiz/icons/blood.svg) no-repeat center/cover
}

.icon-blood [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/blood.svg) no-repeat center/cover !important
}

.icon-cleaning [type=checkbox] + label::before {
    background: url(../images/quiz/icons/cleaning.svg) no-repeat center/cover
}

.icon-cleaning [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/cleaning.svg) no-repeat center/cover !important
}

.icon-smile [type=checkbox] + label::before {
    background: url(../images/quiz/icons/smile.svg) no-repeat center/cover
}

.icon-smile [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/smile.svg) no-repeat center/cover !important
}

.icon-dental [type=checkbox] + label::before {
    background: url(../images/quiz/icons/dental.svg) no-repeat center/cover
}

.icon-dental [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/dental.svg) no-repeat center/cover !important
}

.icon-fungus [type=checkbox] + label::before {
    background: url(../images/quiz/icons/fungus.svg) no-repeat center/cover
}

.icon-fungus [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/fungus.svg) no-repeat center/cover !important
}

.icon-gallbladder [type=checkbox] + label::before {
    background: url(../images/quiz/icons/gallbladder.svg) no-repeat center/cover
}

.icon-gallbladder [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/gallbladder.svg) no-repeat center/cover !important
}

.icon-gastrointestinal [type=checkbox] + label::before {
    background: url(../images/quiz/icons/gastrointestinal.svg) no-repeat center/cover
}

.icon-gastrointestinal [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/gastrointestinal.svg) no-repeat center/cover !important
}

.icon-genitourinary [type=checkbox] + label::before {
    background: url(../images/quiz/icons/genitourinary.svg) no-repeat center/cover
}

.icon-genitourinary [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/genitourinary.svg) no-repeat center/cover !important
}

.icon-heart [type=checkbox] + label::before {
    background: url(../images/quiz/icons/heart.svg) no-repeat center/cover
}

.icon-heart [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/heart.svg) no-repeat center/cover !important
}

.icon-liver [type=checkbox] + label::before {
    background: url(../images/quiz/icons/liver.svg) no-repeat center/cover
}

.icon-liver [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/liver.svg) no-repeat center/cover !important
}

.icon-lungs [type=checkbox] + label::before {
    background: url(../images/quiz/icons/lungs.svg) no-repeat center/cover
}

.icon-lungs [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/lungs.svg) no-repeat center/cover !important
}

.icon-nails [type=checkbox] + label::before {
    background: url(../images/quiz/icons/nails.svg) no-repeat center/cover
}

.icon-nails [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/nails.svg) no-repeat center/cover !important
}

.icon-pain [type=checkbox] + label::before {
    background: url(../images/quiz/icons/pain.svg) no-repeat center/cover
}

.icon-pain [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/pain.svg) no-repeat center/cover !important
}

.icon-pancreas [type=checkbox] + label::before {
    background: url(../images/quiz/icons/pancreas.svg) no-repeat center/cover
}

.icon-pancreas [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/pancreas.svg) no-repeat center/cover !important
}

.icon-skin [type=checkbox] + label::before {
    background: url(../images/quiz/icons/skin.svg) no-repeat center/cover
}

.icon-skin [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/skin.svg) no-repeat center/cover !important
}

.icon-sleep [type=checkbox] + label::before {
    background: url(../images/quiz/icons/sleep.svg) no-repeat center/cover
}

.icon-sleep [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/sleep.svg) no-repeat center/cover !important
}

.icon-tablets [type=checkbox] + label::before {
    background: url(../images/quiz/icons/tablets.svg) no-repeat center/cover
}

.icon-tablets [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/tablets.svg) no-repeat center/cover !important
}

.icon-thyroid [type=checkbox] + label::before {
    background: url(../images/quiz/icons/thyroid.svg) no-repeat center/cover
}

.icon-thyroid [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/thyroid.svg) no-repeat center/cover !important
}

.icon-vision [type=checkbox] + label::before {
    background: url(../images/quiz/icons/vision.svg) no-repeat center/cover
}

.icon-vision [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/vision.svg) no-repeat center/cover !important
}

.icon-energy [type=checkbox] + label::before {
    background: url(../images/quiz/icons/energy.svg) no-repeat center/cover
}

.icon-energy [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/energy.svg) no-repeat center/cover !important
}

.icon-stress [type=checkbox] + label::before {
    background: url(../images/quiz/icons/stress.svg) no-repeat center/cover
}

.icon-stress [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/stress.svg) no-repeat center/cover !important
}

.icon-weight [type=checkbox] + label::before {
    background: url(../images/quiz/icons/weight.png) no-repeat center/cover
}

.icon-weight [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/weight.png) no-repeat center/cover !important
}

.icon-antiage [type=checkbox] + label::before {
    background: url(../images/quiz/icons/antiage.svg) no-repeat center/cover
}

.icon-antiage [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/antiage.svg) no-repeat center/cover !important
}

.icon-muscles [type=checkbox] + label::before {
    background: url(../images/quiz/icons/muscles.svg) no-repeat center/cover
}

.icon-muscles [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/muscles.svg) no-repeat center/cover !important
}

.icon-brain [type=checkbox] + label::before {
    background: url(../images/quiz/icons/brain.svg) no-repeat center/cover
}

.icon-brain [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/brain.svg) no-repeat center/cover !important
}

.icon-sport [type=checkbox] + label::before {
    background: url(../images/quiz/icons/sport.svg) no-repeat center/cover
}

.icon-sport [type=checkbox]:checked + label::before {
    background: url(../images/quiz/icons/sport.svg) no-repeat center/cover !important
}

.quiz_like {
    position: relative;
    padding-left: 25px
}

.quiz_like:before {
    content: "";
    position: absolute;
    background: url(../images/icons/like.svg) no-repeat center/cover;
    width: 1.1vw;
    left: 1vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1vw
}

.quiz .qresult {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: 0 0;
    padding-bottom: 0
}

.quiz .qresult .wrap {
    width: 100%
}

.quiz .qresult .wrap > div {
    background: url(../images/quiz/bg-test.jpg) no-repeat center/cover;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(5vh + 121px) 7% 5vh;
    height: 100%
}

.quiz .qresult .result_load {
    text-align: center;
    height: 100vh
}

.quiz .qresult .result_load__title {
    font-weight: 700;
    font-size: 44px;
    line-height: 64px;
    color: #000
}

@media (max-width: 1023px) {
    .quiz .qresult .result_load__title {
        font-size: 28px;
        line-height: 38px
    }
}

.quiz .qresult .result_load__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333;
    opacity: .9;
    margin-top: 16px;
    margin-bottom: 70px
}

@media (max-width: 1023px) {
    .quiz .qresult .result_load__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px
    }
}

.quiz .qresult .result_load__pic {
    -webkit-animation: rotateload 50s infinite linear;
    animation: rotateload 50s infinite linear
}

.quiz .qresult .result_stepone {
    display: none;
    text-align: center
}

.quiz .qresult .result_stepone__boxes {
    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;
    max-width: 1310px;
    margin: 0 auto;
    width: 78%
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepone__boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quiz .qresult .result_stepone__box {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    border-radius: 40px;
    padding: 44px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepone__box {
        width: 100%;
        margin-bottom: 20px;
        padding: 24px 24px
    }
}

.quiz .qresult .result_stepone__box__pic {
    width: 100px
}

.quiz .qresult .result_stepone__box__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .151667px;
    color: #333;
    margin-top: 44px;
    margin-bottom: 12px
}

.quiz .qresult .result_stepone__box_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #333;
    opacity: .9;
    margin-bottom: 32px
}

.quiz .qresult .result_stepone__box__select {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    border: 1px solid #cacacf;
    border-radius: 26px;
    margin-top: 26px;
    width: 50%;
    margin: 26px auto 0;
    padding: 18px 0;
    cursor: pointer
}

.quiz .qresult .result_stepone__box__select:hover {
    background: #cacacf
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepone__box__select {
        width: 80%
    }
}

.quiz .qresult .result_steptwo {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .quiz .qresult .result_steptwo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.quiz .qresult .result_steptwo .btn {
    color: #333;
    text-align: center;
    border-radius: 50px;
    height: 54px;
    line-height: 54px;
    opacity: 1
}

.quiz .qresult .result_steptwo__name {
    font-weight: 700;
    font-size: 64px;
    line-height: 88px;
    margin-bottom: 32px;
    color: #000
}

@media (max-width: 1023px) {
    .quiz .qresult .result_steptwo__name {
        font-size: 28px;
        line-height: 38px
    }
}

.quiz .qresult .result_steptwo__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #333;
    margin-bottom: 44px
}

@media (max-width: 1023px) {
    .quiz .qresult .result_steptwo__text {
        font-size: 18px;
        line-height: 28px
    }
}

.quiz .qresult .result_steptwo__info {
    width: 60%
}

@media (max-width: 1023px) {
    .quiz .qresult .result_steptwo__info {
        width: 100%;
        margin-bottom: 25px
    }
}

.quiz .qresult .result_steptwo__pic {
    width: 40%;
    text-align: right
}

.quiz .qresult .result_steptwo__pic img {
    width: 90%
}

@media (max-width: 1023px) {
    .quiz .qresult .result_steptwo__pic {
        width: 100%
    }
}

.quiz .qresult .result_stepthree {
    display: none;
    background: url(../images/quiz/Agenyz_test_result-01.svg) no-repeat top left/100% auto !important;
    background-attachment: fixed !important
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree {
        background: url(../images/quiz/rs3.svg) no-repeat top left/auto 100% !important
    }
}

.quiz .qresult .result_stepthree > div {
    margin-bottom: 34px
}

.quiz .qresult .result_stepthree__name {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #000
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree__name {
        font-size: 28px;
        line-height: 38px
    }
}

.quiz .qresult .result_stepthree__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    width: 60%
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree__text {
        font-size: 16px;
        line-height: 24px;
        width: 100%
    }
}

.quiz .qresult .result_stepthree .btn {
    color: #333;
    text-align: center;
    border-radius: 50px;
    height: 48px;
    line-height: 48px;
    opacity: 1;
    width: 24%;
    font-size: .7vw
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree .btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px
    }
}

.quiz .qresult .result_stepthree__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 57vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.quiz .qresult .result_stepthree__prodinfo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    width: 70%
}

.quiz .qresult .result_stepthree__prodinfo p {
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
    color: #1d1d1d;
    margin-bottom: 12px
}

.quiz .qresult .result_stepthree__products {
    width: 70%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree__products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.quiz .qresult .result_stepthree__products a {
    width: 230px !important
}

@media (max-width: 1023px) {
    .quiz .qresult .result_stepthree__product_pic {
        width: 100%
    }
}

.steps .wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 38px
}

@media (max-width: 1023px) {
    .steps .wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.steps .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 1023px) {
    .steps .step {
        margin-bottom: 40px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .steps .step_pic {
        margin-bottom: 20px
    }
}

.steps .step_pic {
    width: 120px;
    height: 120px;
    background: #fffef6;
    border-radius: 50%;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.steps .step_top {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1.5px;
    color: #000;
    margin-bottom: 12px
}

.steps .step_top span {
    font-weight: 400
}

.steps .step_bottom {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.statusBox_cvtext {
    color: rgba(51, 51, 51, .8);
    mix-blend-mode: normal;
    opacity: .9;
    padding-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px
}

.statusBox .have_box {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -.1px
}

.openstatus {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.status {
    margin: 0 -40px
}

.status > div {
    padding: 40px 40px;
    letter-spacing: -.1px;
    position: relative;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    cursor: pointer;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 40px rgba(217, 218, 224, .5);
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 26px
}

.status > div:last-child {
    margin-bottom: 0
}

.accrew {
    background: #fff;
    border-radius: 75px 0 0 0;
    padding: 60px 40px;
    height: 100%
}

.accrew_link {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    cursor: pointer
}

.accrew_links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    gap: 10px;
    margin-bottom: 40px
}

.accrew_active {
    font-weight: 700;
    color: #333
}

.rewards_info {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rewards_boxes {
    width: 100%;
    margin-bottom: 40px
}

.rewards_boxes .rewards_item {
    width: 20%;
    margin-right: 20px
}

.rewards_item {
    background: #fff;
    border: 1px solid #f0f1f5;
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 20px
}

.rewards_top {
    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: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rewards_num {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #bdbdbd
}

.rewards_bottom {
    position: relative
}

.rewards_bottom::after {
    content: "";
    background: url(../images/landing/arrow.png) no-repeat center/contain;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%) rotate(-90deg)
}

.rewards_summ {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    margin-bottom: 6px
}

.rewards_text {
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797
}

.cpanel {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.cpanel_box {
    background: #fff;
    border-radius: 40px;
    padding: 24px;
    height: 100%
}

.cpanel_left {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.cpanel_warring {
    border-radius: 28px;
    background: #fffae7;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cpanel_warring__title {
    color: #ffa14e;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.cpanel_warring__text {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 16px
}

.cpanel_warring__text a {
    color: #6672fb;
    text-decoration: none
}

.cpanel_line {
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.cpanel_line.tcl {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr
}

.cpanel_line.ttcl {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr
}

.cpanel_line.tttcl {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr
}

.cpanel_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 16px
}

.cpanel_wrap {
    margin-top: 20px
}

.cpanel_wrap .news_box {
    width: 100%
}

.avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px
}

.guest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.guest_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 8px
}

.guest_id {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #858585;
    margin-bottom: 11px
}

.guest_status {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #333;
    display: none
}

.guest_status span:nth-child(2) {
    color: #ffa14e
}

.guest_statusprev {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    display: none
}

.guest_statusmax {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    display: none
}

.guest_adress {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 8px
}

.guest_date {
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    color: #222
}

.guest .avatar {
    width: 48px;
    height: 48px;
    margin-right: 15px
}

.guest.big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.guest.big .avatar {
    margin: 0 auto;
    width: 74px;
    height: 74px
}

.guest.big .guest_name {
    font-weight: 700;
    font-size: 16px
}

.guest.big .guest_id {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px
}

.guest.big .guest_status {
    display: block;
    margin-top: 24px;
    margin-bottom: 20px
}

.guest.big .guest_statusprev {
    display: block
}

.guest.big .guest_statusmax {
    display: block
}

.guest.big .guest_adress {
    display: none
}

.guest.big .guest_date {
    display: none
}

.lk .header {
    background: 0 0;
    width: 100%;
    margin-top: 40px
}

.lk .header_main {
    background: 0 0
}

.lk .header_top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lk .header_lk {
    margin-right: 2.8vw;
    margin-left: 2.8vw;
    position: relative
}

.lk .header_lk img {
    width: 100%
}

.lk .header_lk:hover .personMenu {
    opacity: 1;
    pointer-events: auto
}

.lk .header_quest a {
    padding: 0 2.7vw !important
}

.menuright {
    background: #fff;
    border-radius: 40px;
    padding: 36px;
    height: auto;
    width: 22.71vw
}

.menuright_list {
    list-style: none
}

.menuright_link {
    margin-bottom: 34px
}

.menuright_link:last-child {
    margin-bottom: 0
}

.lkmenu {
    background: #fff;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box
}

.lkmenu_section {
    padding: 10px 0
}

.lkmenu_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.1px;
    color: #333;
    width: 100%;
    position: relative
}

.lkmenu_title:after {
    content: "";
    background: url(../images/landing/arrow.png) no-repeat center/contain;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.lkmenu_links {
    list-style: none
}

.lkmenu_links .cp:before {
    background: url(../../../images/lk/icon_control_panel.svg)
}

.lkmenu_links .mys:before {
    background: url(../../../images/lk/icon_my_structure.svg)
}

.lkmenu_links .myo:before {
    background: url(../../../images/lk/icon_my_orders.svg)
}

.lkmenu_links .p:before {
    background: url(../../../images/lk/icon_glory.svg)
}

.lkmenu_links .mya:before {
    background: url(../../../images/lk/icon_gift.svg)
}

.lkmenu_links .n:before {
    background: url(../../../images/lk/icon_news.svg)
}

.lkmenu_links .myc:before {
    background: url(../../../images/lk/icon_my_calender.svg)
}

.lkmenu_links .sprav:before {
    background: url(../../../images/lk/sprav.png)
}

.lkmenu_links .help:before {
    background: url(../../../images/lk/help.png)
}

.lkmenu_link {
    padding: 10px 0;
    padding-left: 40px;
    position: relative
}

.lkmenu_link:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.lkmenu a.nav_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #343a40
}

.lkmenu a.nav_link:hover {
    font-weight: 800
}

.lkmenu_active a {
    font-weight: 800 !important
}

.lkmenu_active.cp:before {
    background: url(../../../images/lk/icon_control_panel_h.svg)
}

.lkmenu_active .mys:before {
    background: url(../../../images/lk/icon_my_structure.png)
}

.lkmenu_active .myo:before {
    background: url(../../../images/lk/icon_my_orders.png)
}

.lkmenu_active .p:before {
    background: url(../../../images/lk/icon_glory.png)
}

.lkmenu_active .mya:before {
    background: url(../../../images/lk/icon_gift.png)
}

.lkmenu_active .n:before {
    background: url(../../../images/lk/icon_news.png)
}

.lkmenu_active .myc:before {
    background: url(../../../images/lk/icon_my_calender.png)
}

.home_link {
    margin-bottom: 60px;
    display: block
}

.home_link img {
    width: 7.2vw
}

.newcomers {
    padding: 20px;
    padding-bottom: 0
}

.newcomers_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.45px;
    color: #333;
    margin-bottom: 24px
}

.newcomers_title span:nth-child(2) {
    color: #6672fb;
    margin: 0 8px
}

.newcomers_num {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #222
}

.newcomers_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-left: 12px;
    color: #000
}

.newcomers_info {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 17px
}

.newcomers_box {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.numbers {
    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
}

.numbers .number_title {
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    color: #979797;
    margin-bottom: 10px;
    text-align: center
}

.numbers .number_box {
    margin-bottom: 42px
}

.numbers .number_box:nth-child(2) {
    margin-bottom: 0
}

.numbers .number_text {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #222;
    text-align: center
}

.people {
    padding: 24px;
    background: #fff;
    border: 1px solid #f0f1f5;
    border-radius: 26px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.people .avatar {
    margin-right: 15px
}

.people_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.people_rname {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    color: #858585;
    margin-top: 6px;
    margin-bottom: 13px
}

.people_status {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    position: relative;
    padding-left: 15px
}

.people_status::before {
    content: "";
    background: url(../../../images/omega.png) no-repeat center/contain;
    position: absolute;
    width: 10px;
    height: 18px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.people_adress {
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    color: #222
}

.people_number {
    display: none
}

.big {
    width: 100% !important;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.big .people_rname {
    display: none
}

.big .people_status {
    position: absolute;
    right: 24px;
    top: 24px
}

.big .people_name {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #333
}

.big .people_number {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-left: 12px;
    margin-right: 24px;
    display: block
}

.cpanel .person {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 7fr 1fr;
    grid-template-columns:2fr 7fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

.cpanel .person .avatar {
    width: 100%;
    height: auto
}

.cpanel .person .avatar img {
    width: 100%;
    border-radius: 50%
}

.cpanel .person_name {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #333
}

.cpanel .person_id {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #858585;
    margin-bottom: 16px
}

.cpanel .person_status {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 6px
}

.cpanel .person_status span:nth-child(2) {
    color: #ffa14e
}

.cpanel .person_statusprev {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-bottom: 6px
}

.cpanel .person_statusmax {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.cpanel .person_full {
    margin-top: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.289412px;
    color: #222
}

.cpanel .person_full a {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.289412px
}

.qr_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #333;
    margin-bottom: 24px
}

.qr_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.289412px;
    color: #222
}

.qr_copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.289412px;
    margin-top: 6px;
    margin-bottom: 24px;
    cursor: pointer
}

.qr_img {
    width: 100%
}

.recommender {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 7fr 1fr;
    grid-template-columns:2fr 7fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

.recommender_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -.45px;
    color: #333;
    margin-bottom: 6px
}

.recommender_id {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #858585;
    margin-bottom: 16px
}

.recommender_text {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #ffa14e;
    margin-bottom: 12px
}

.recommender_phone {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.recommender_email {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.rightbox .cpanel {
    width: 100%
}

.social_links__icons {
    cursor: pointer
}

.social_links__icons:hover svg {
    fill: #6672fb
}

.historytable {
    padding: 24px 0;
    background: #fff;
    border: 1px solid #f0f1f5;
    border-radius: 24px;
    width: 100%
}

.historytable .td_blue {
    color: #6672fb
}

.historytable .month {
    text-align: left;
    padding-left: 24px
}

.historytable thead td {
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #979797
}

.historytable tbody td {
    padding: 24px 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #333
}

.historytable tbody tr {
    border-bottom: 1px solid #f0f1f5
}

.menu_sub > a {
    position: relative
}

.menu_sub > a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6d7278;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.menu_sub .ms_open {
    display: block
}

.menu_sub .ms_open li {
    margin: 12px 0;
    padding: 0 18px
}

.menu_sub ul {
    display: none
}

.rightside {
    padding-left: 40px;
    width: 66%
}

@media (max-width: 1023px) {
    .rightside {
        padding-left: 0;
        margin: 0 auto;
        width: 100%
    }
}

.productBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 1023px) {
    .productBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px
    }
}

.productBox .product_social {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1
}

@media (max-width: 1023px) {
    .productBox .product_social {
        top: 26px;
        right: 26px
    }
}

.productBox_gallery .tns-ovh {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    border-radius: 16px;
    background: #fff
}

@media (max-width: 1023px) {
    .productBox_gallery {
        width: 90% !important;
        position: relative;
        margin: 0 auto
    }
}

.productBox .tns-inner {
    overflow: hidden;
    border-radius: 16px
}

@media (max-width: 1023px) {
    .productBox .tns-inner {
        border-radius: 0 16px 16px 0
    }
}

.productBox > div {
    width: 48%
}

.productBox_gallery__main {
    background: #fff
}

.productBox_gallery__main img {
    width: 100%;
    cursor: pointer
}

.productBox_gallery__dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 18px
}

@media (max-width: 1023px) {
    .productBox_gallery__dop {
        display: none
    }
}

.productBox_gallery__dop img {
    width: 25%;
    margin-right: 20px;
    background: #fff;
    border-radius: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    box-shadow: 0 0 13px rgba(0, 0, 0, .2)
}

@media (max-width: 1023px) {
    .productBox_description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100% !important;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative
    }
}

.productBox_description__title {
    letter-spacing: -.1px;
    color: #333;
    width: calc(100% - 60px)
}

@media (max-width: 1023px) {
    .productBox_description__title {
        font-size: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 30px 0;
        line-height: 20px
    }
}

.productBox_description__minidesc {
    font-weight: 600;
    line-height: 23px;
    color: #333
}

@media (max-width: 1023px) {
    .productBox_description__minidesc {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 14px;
        margin: 15px 0
    }
}

.productBox_description .product_prices {
    font-weight: 800;
    font-size: 32px;
    line-height: 24px;
    letter-spacing: .151667px;
    color: #333;
    margin: 30px 0;
    -ms-grid-columns:(auto) [ 2 ] 1 fr;
    grid-template-columns:repeat(2, auto) 1fr;
    display: -ms-grid;
    display: grid;
    gap: 20px
}

.productBox_description__btns {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(160px, .8fr));
    gap: 10px
}

.productBox_description__btns .btn_gift {
    background: #fff
}

@media (max-width: 1023px) {
    .productBox_description__btns {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

.productBox_description__pcv {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(160px, .8fr));
    gap: 10px;
    color: #333;
    margin: 20px 0 60px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px
}

.productBox_description__pcv > span:last-child {
    text-align: right
}

@media (max-width: 1023px) {
    .productBox_description__pcv {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        font-size: 13px
    }
}

.productBox_description__category {
    color: #333;
    margin: 14px 0 24px 0
}

@media (max-width: 1023px) {
    .productBox_description__category {
        display: none
    }
}

.productBox_producttabs {
    margin-top: 100px;
    border-bottom: 1px solid #d8d8dc
}

@media (max-width: 1023px) {
    .productBox_producttabs {
        margin-top: 3vh
    }
}

.productBox_producttab {
    letter-spacing: -.1px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
    margin-bottom: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.productBox_producttab:hover {
    color: #4e7bea;
    border-bottom: 4px solid #4e7bea;
}

@media (max-width: 1023px) {
    .productBox_producttab {
        font-size: 16px;
        text-align: center
    }
}

.productBox_producttabsInfo {
    margin-top: 64px
}

@media (max-width: 1023px) {
    .productBox_producttabsInfo {
        width: calc(100% - 32px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 32px auto 0
    }
}

.tabActive {
    color: #4e7bea;
    border-bottom: 4px solid #4e7bea;
    padding-bottom: 6px
}

@media (max-width: 1023px) {
    .productBox .buyButtons_in::before, .productBox .giftButtons_in::before {
        height: 21px;
        left: 20% !important
    }

    .productBox .buyButtons_in, .productBox .giftButtons_in {
        text-align: center
    }
}

.showTab {
    display: block !important
}

.tabs_info h3 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: .137222px;
    color: #333;
    margin: 0 0 26px
}

.tabs_info p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1d1d1d
}

.tabs_info ul {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1d1d1d
}

.tabs_info > div {
    display: none
}

.tabs_info__title {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: .137222px;
    color: #333;
    margin: 0 0 26px
}

.tabs_info__text {
    line-height: 22px;
    color: #333;
    margin: 40px 0
}

.tabs_info__text.bold {
    margin-bottom: 20px !important
}

@media (max-width: 1023px) {
    .tabs_info__text {
        font-size: 14px;
        margin: 10px 0
    }
}

.tabs_info__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs_info__link {
    line-height: 22px;
    color: #4e7bea;
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

.tabs_info__link:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../images/doc_icon.png) no-repeat center/cover;
    left: 0
}

@media (max-width: 1023px) {
    .tabs_info__link {
        font-size: 14px
    }
}

.tabs_info__comment {
    background: #fff;
    border: 1px solid #f0f1f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    box-sizing: border-box;
    padding: 26px;
    margin-bottom: 25px
}

.tabs_info__description li {
    list-style-position: inside
}

.noactive.actionbutton > span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-grid-columns: 1fr 0fr 0fr;
    grid-template-columns:1fr 0fr 0fr;
    width: 100%
}

.noactive .actionbutton_dec, .noactive .actionbutton_inc {
    display: none
}

.noactive .actionbutton_in {
    padding-left: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.noactive .actionbutton_in::before {
    display: block
}

.actionbutton_disabled {
    background: #f7f7f8 !important
}

.actionbutton_disabled .actionbutton_in {
    color: #ced0d4
}

.noactive.actionbutton_soldout {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none
}

.actionbutton {
    border-radius: 26px;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    font-size: .8rem
}

.actionbutton > span {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns:1fr 2fr 1fr;
    width: 100%;
    margin: 0 auto
}

.actionbutton * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.actionbutton > div {
    text-align: center
}

.actionbutton_soldout .actionbutton_inc {
    visibility: hidden
}

.actionbutton_inc {
    font-weight: 800;
    font-size: 1vw;
    text-align: left
}

@media (max-width: 1023px) {
    .actionbutton_inc {
        font-size: 4vw
    }
}

.actionbutton_dec {
    font-weight: 800;
    font-size: 1vw;
    text-align: right
}

@media (max-width: 1023px) {
    .actionbutton_dec {
        font-size: 4vw
    }
}

.actionbutton_in {
    position: relative;
    font-size: .8vw;
    text-align: center;
    display: block;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media (max-width: 1023px) {
    .actionbutton_in {
        font-size: 16px
    }
}

@media (max-width: 720px) {
    .actionbutton_in {
        font-size: 12px
    }
}

.actionbutton_in::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 21px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none
}

.actionbutton.buyButtons {
    position: relative
}

.actionbutton.buyButtons .actionbutton_in::before {
    background: url(../images/cart.svg) no-repeat center/cover
}

.actionbutton.giftButtons {
    position: relative
}

.actionbutton.giftButtons .actionbutton_in::before {
    background: url(../images/gift.svg) no-repeat center/cover
}

.actionbutton_soldout .actionbutton_inc {
    visibility: hidden;
    pointer-events: none
}

.basketblock .actionbutton.buyButtons .actionbutton_in::before {
    display: none
}

.basketblock .actionbutton_in {
    padding-left: 0
}

.btn-disabled {
    cursor: pointer;
    pointer-events: none;
    background: #dddde0 !important
}

.btn-yellow {
    background: #ffdb5d !important
}

.btn-yellow:hover {
    background: #ffcf25 !important
}

.btn-white {
    background: #fff
}

.btn-gray {
    border: 1px solid #cacacf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 26px;
    position: relative
}

.btn-gray:hover {
    background: #fffaea
}

@media (max-width: 1023px) {
    .btn-gray {
        font-size: 18px
    }
}

.btn-specials {
    width: auto;
    margin-left: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #333;
    line-height: 48px;
    border: 1px solid #cacacf !important;
    height: 48px;
    padding: 0 30px
}

@media (max-width: 1023px) {
    .btn-specials {
        width: 37vw;
        left: calc(100% - 37vw - 16px);
        top: -11px
    }
}

.btn-typeactive {
    background: #edf2fd;
    color: #4a80ff;
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 26px;
    position: relative
}

.btn-presentation {
    position: relative
}

.btn-presentation:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    content: "";
    background: url(../../../images/icons/pres.svg) no-repeat center/cover;
    left: 15px;
    width: 14px;
    height: 19px
}

.btn-presentation:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    content: "";
    background: url(../../../images/icons/arrowbd.svg) no-repeat center/cover;
    right: 15px;
    width: 12px;
    height: 7px
}

.btn-graygr {
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc));
    background: -o-linear-gradient(top, #f2f2f2 0, #ccc 100%);
    background: linear-gradient(180deg, #f2f2f2 0, #ccc 100%);
    -webkit-box-shadow: 0 1px 4px 0 #000;
    box-shadow: 0 1px 4px 0 #000;
    border-radius: 6px;
    padding: 0 18px;
    margin-left: 27px
}

.btn-tbwhite {
    color: #fff;
    border: 27px;
    border: 1px solid #fff !important
}

.btn-tbwhite:hover {
    color: #000;
    background: #fff
}

.btn-tbblack {
    color: #000;
    border: 27px;
    border: 1px solid #000 !important
}

.btn-tbblack:hover {
    color: #fff !important;
    background: #000
}

@media (max-width: 1023px) {
    .products .noactive {
        font-size: 12px !important
    }
}

.topbanner .btn {
    width: 173px;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    line-height: 54px
}

@media (max-width: 1240px) and (min-width: 720px) {
    .topbanner .btn {
        width: 100%
    }
}

@media (max-width: 720px) {
    .topbanner .btn {
        line-height: 35px;
        height: 35px;
        font-size: 14px;
        width: 100%
    }
}

.popup_form .btn-submit {
    border-bottom: 0 !important;
    line-height: 54px !important;
    padding: 0 !important;
    border-radius: 50px !important
}

select {
    padding: 20px 0 20px 32px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    margin: 10px 0;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.select_white .select_main {
    padding: 9px 32px;
    width: 182px
}

.select_box {
    position: relative
}

.select_box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #6d7278;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none
}

.select_box label {
    line-height: 18px;
    color: #a5a6b1
}

input {
    padding: 20px 32px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    color: #000;
    font-size: 1rem;
    font-weight: 600
}

@media (max-width: 1023px) {
    input {
        padding: 20px
    }
}

input::-webkit-input-placeholder {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: #000
}

input::-moz-placeholder {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: #000
}

input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: #000
}

input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: #000
}

input::placeholder {
    font-weight: 600;
    font-size: 1em;
    color: #000
}

input::-webkit-input-placeholder {
    color: #000
}

input::-moz-placeholder {
    color: #000;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #000
}

input:-moz-placeholder {
    color: #000;
    opacity: 1
}

.phonenumber {
    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
}

.phonenumber select {
    width: 8vw
}

.phonenumber input {
    width: 24vw
}

.fogot {
    text-align: right;
    color: #4e7bea;
    text-decoration: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 16px
}

.form_region select {
    border: none;
    border-bottom: 1px solid #a5a6b1;
    border-radius: 0;
    padding: 12px 0 12px 0;
    margin: 0 0 12px 0
}

.form_region .select_box:after {
    right: 0
}

.form_delivery input {
    border: none;
    border-bottom: 1px solid #a5a6b1;
    border-radius: 0;
    padding: 20px 0 20px 0
}

.form_delivery input::-webkit-input-placeholder {
    font-size: 1.11vw;
    color: #a5a6b1
}

.form_delivery input::-moz-placeholder {
    font-size: 1.11vw;
    color: #a5a6b1
}

.form_delivery input:-ms-input-placeholder {
    font-size: 1.11vw;
    color: #a5a6b1
}

.form_delivery input::-ms-input-placeholder {
    font-size: 1.11vw;
    color: #a5a6b1
}

.form_delivery input::placeholder {
    font-size: 1.11vw;
    color: #a5a6b1
}

.bline {
    border: none;
    border-bottom: 1px solid #a5a6b1;
    border-radius: 0;
    padding: 12px 0 12px 0;
    margin: 0 0 12px 0
}

@media (max-width: 1023px) {
    input[type=date]::-webkit-input-placeholder {
        font-size: 16px
    }

    input[type=date]::-moz-placeholder {
        font-size: 16px
    }

    input[type=date]:-ms-input-placeholder {
        font-size: 16px
    }

    input[type=date]::-ms-input-placeholder {
        font-size: 16px
    }

    input[type=date]::placeholder {
        font-size: 16px
    }
}

label {
    cursor: pointer
}

.datebox {
    position: relative
}

@media (max-width: 1023px) {
    .datebox::after {
        right: 20px
    }
}

.passwordbox {
    position: relative
}

.passwordbox .shpassword {
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    cursor: pointer
}

@media (max-width: 1023px) {
    .passwordbox .shpassword {
        right: 20px
    }
}

.phoneinput {
    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-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.phoneinput label {
    left: 20px !important
}

.phoneinput_number {
    width: 84%
}

.phoneinput_number input {
    margin: 0;
    padding-left: 20px !important
}

.phoneinput_lang {
    width: 15%;
    min-width: 190px;
    margin-right: 20px
}

.select {
    width: 100%;
    position: relative
}

.select_main {
    width: 100%;
    padding: 20px 32px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    background: #fff;
    text-align: left
}

.select_main:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #6d7278;
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.select_value {
    font-weight: 600;
    font-size: 1rem;
    min-height: 22px
}

.select_mlabel label {
    bottom: 32px !important
}

@media (max-width: 1023px) {
    .select {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .select_main {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
        background: #f7f7f8;
        border-radius: 0 20px 20px 0
    }
}

.select ul {
    list-style: none
}

.select li {
    position: relative;
    padding: 10px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select li:hover {
    background: #ccc
}

.select li:hover input {
    background: #ccc
}

.select li a {
    text-decoration: none;
    color: #333;
    width: 100%;
    display: block;
    line-height: 4vh;
    font-weight: 700;
    font-size: 1rem
}

.select_list {
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll
}

.select_open {
    display: block
}

[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    background: url(../images/icons/date.png) no-repeat center/cover
}

[type=checkbox] + label {
    font-size: 1rem;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    display: inline-block
}

@media (max-width: 1023px) {
    [type=checkbox] + label {
        padding-left: 55px
    }
}

[type=checkbox] + label a {
    color: #333
}

[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    border: 1px solid #adb5bd;
    border-radius: 7px;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: 0
}

@media (max-width: 1023px) {
    [type=checkbox] + label::before {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px
    }
}

[type=checkbox]:not(:disabled):active + label::before {
    background-color: #b3d7ff
}

[type=checkbox]:checked + label::before {
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

[type=checkbox]:disabled + label::before {
    background-color: #e9ecef
}

.yellow_rbnt[type=radio]:checked + label:after, .yellow_rbnt[type=radio]:not(:checked) + label:after {
    border-color: #ffdb5d
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 1em;
    font-weight: 600;
    bottom: 0
}

[type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 5px solid #4a80ff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.inputpage_Wrap {
    width: 70%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto
}

.form-group {
    margin: 10px 0;
    position: relative
}

.mental label[for*=required] {
    padding-left: 10px
}

.mental label[for*=required]:before {
    content: "*";
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #e97a6e;
    top: 0;
    left: 0
}

.mental .date-input label {
    display: none
}

.mental .dateinput {
    color: #a5a6b1
}

.mental input[type=date]:invalid::-webkit-datetime-edit {
    color: #a5a6b1
}

.mental .dat-input::-webkit-input-placeholder {
    color: #a5a6b1
}

.mental .dat-input::-moz-placeholder {
    color: #a5a6b1
}

.mental .dat-input:-ms-input-placeholder {
    color: #a5a6b1
}

.mental .dat-input::-ms-input-placeholder {
    color: #a5a6b1
}

.mental .dat-input::placeholder {
    color: #a5a6b1
}

.mental .form-control {
    position: relative
}

.mental .select_main:after {
    right: 0
}

.mental .shpassword {
    right: 0
}

.mental input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #a5a6b1;
    background: 0 0;
    padding: 20px 0
}

.mental input::-webkit-input-placeholder {
    font-size: 0
}

.mental input::-moz-placeholder {
    font-size: 0
}

.mental input:-ms-input-placeholder {
    font-size: 0
}

.mental input::-ms-input-placeholder {
    font-size: 0
}

.mental input::placeholder {
    font-size: 0
}

.mental .select_value {
    color: #a5a6b1
}

.mental .phoneinput_input_input {
    position: relative
}

.mental .dateinput ::-webkit-datetime-edit-day-field:not([aria-valuenow]), .mental .dateinput::-webkit-datetime-edit-month-field:not([aria-valuenow]), .mental .dateinput::-webkit-datetime-edit-year-field:not([aria-valuenow]) {
    color: transparent
}

.mental label {
    color: #a5a6b1;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    bottom: 24px;
    left: 0
}

.mental .select_main {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #a5a6b1;
    background: 0 0;
    padding: 20px 0
}

.mental .select_main .fi {
    width: 100%;
    padding: 0;
    padding-left: 80px;
    border-bottom: 0
}

.mental .phoneinput_lang {
    margin-right: 0;
    width: 15%;
    min-width: 150px
}

.mental .phoneinput_number {
    width: 85%;
    position: relative
}

.mental .flag:before {
    left: 0
}

.mentalfocus label {
    bottom: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px
}

.radiolikecheck .radiobtn {
    margin-bottom: 16px
}

.radiolikecheck [type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.radiolikecheck [type=radio]:checked + label:after, .radiolikecheck [type=radio]:not(:checked) + label:after {
    background-color: transparent
}

.radiolikecheck [type=radio] + label {
    font-size: 1rem;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
    display: inline-block
}

@media (max-width: 1023px) {
    .radiolikecheck [type=radio] + label {
        padding-left: 55px
    }
}

.radiolikecheck [type=radio] + label a {
    color: #333
}

.radiolikecheck [type=radio] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    border: 1px solid #adb5bd;
    border-radius: 7px;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    left: 0
}

@media (max-width: 1023px) {
    .radiolikecheck [type=radio] + label::before {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px
    }
}

.radiolikecheck [type=radio]:not(:disabled):active + label::before {
    background-color: #b3d7ff
}

.radiolikecheck [type=radio]:checked + label::before {
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.select_mlabel.mentalfocus label {
    bottom: 60px !important
}

.input_error:before {
    content: "This field must be recvaired";
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fa7268
}

[type=checkbox] {
    position: absolute;
    left: -9999px
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.select_list::-webkit-scrollbar {
    width: 5px
}

.select_list::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 100px
}

.select_list::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 1px solid transparent;
    background-color: #ffdb5d
}

.select_list {
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin
}

.checkbox {
    text-align: left
}

.authentication_top .select_main {
    border: none;
    width: 27%;
    padding: 0 0;
    font-size: 14px
}

.authentication_top .select_main:after {
    right: 0
}

.authentication_top .flag {
    padding-left: 25px
}

.authentication_top .flag:before {
    width: 15px;
    height: 15px;
    left: 0
}

.authentication_top .select_list {
    width: 27%
}

.authentication_top .select li {
    position: relative;
    padding: 10px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left
}

.loading_wrap {
    background: #f7f7f8;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loading_circle {
    margin: auto;
    height: auto;
    font-size: 0;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear
}

.loading_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #a5a6b1
}

.small .loading_text {
    display: none
}

.long .loading_wrap {
    background: 0 0;
    width: 220px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1000deg);
        transform: rotate(1000deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1000deg);
        transform: rotate(1000deg)
    }
}

.uipage .loading {
    margin-bottom: 20px
}

.nav_next {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #535863;
    opacity: .8;
    margin-top: 44px;
    font-size: 18px
}

.product_line {
    padding: 1.8824rem 2.3529rem;
    margin-bottom: 1.5294rem;
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns:1fr 2fr;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_line__btns {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px
}

.product_line .cv, .product_line .pcv {
    font-weight: 700;
    font-size: .8235rem;
    line-height: 1.1176rem;
    margin-top: .5882rem;
    text-align: center;
    letter-spacing: -.1px;
    color: #979797
}

.product_line__price {
    text-align: center
}

.product_promouter {
    display: -ms-grid;
    display: grid;
    gap: 10%;
    -ms-grid-columns: 4fr 1fr;
    grid-template-columns:4fr 1fr;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_result {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    border-radius: 40px;
    text-align: center;
    margin-bottom: 2%
}

@media (max-width: 1023px) {
    .product_result {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.product_result__info {
    padding: 24px;
    text-align: left
}

.product_top {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    -ms-flex-align: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr
}

.buy_list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.buy_pic {
    width: 120px;
    height: 120px;
    background: #fffef6;
    border-radius: 50%;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1023px) {
    .buy_pic {
        margin-bottom: 20px
    }
}

.buy_img {
    width: 100%;
    margin-top: -7vh
}

.buy .wrap_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr
}

@media (max-width: 1023px) {
    .buy .wrap_box {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.registration_list li {
    padding-left: 45px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    color: #000;
    margin-bottom: 35px;
    line-height: 32px
}

@media (max-width: 1023px) {
    .registration_list li {
        height: auto
    }
}

.registration_list li:after {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    border-radius: 50%;
    text-align: center;
    color: #333;
    background: #ffdd65;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    left: 0;
    position: absolute;
    top: 0
}

.registration_list li:nth-child(1)::after {
    content: "1"
}

.registration_list li:nth-child(2)::after {
    content: "2"
}

.registration_list li:nth-child(3)::after {
    content: "3"
}

.registration_list li:nth-child(4)::after {
    content: "4"
}

.registration_list li:nth-child(5)::after {
    content: "5"
}

.registration_list li:nth-child(6)::after {
    content: "6"
}

.registration_pic {
    width: 100%;
    margin-top: -7vh
}

.registration .wrap_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 2fr;
    grid-template-columns:1.5fr 2fr
}

@media (max-width: 1023px) {
    .registration .wrap_box {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.registration_social {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
    width: 200px
}

.expbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 14.6%;
    margin-top: 80px;
    position: relative
}

@media (max-width: 1023px) {
    .expbox {
        width: 80%
    }

    .expbox:first-child {
        margin-top: 44px
    }
}

.expbox:before {
    content: "+";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 35px;
    top: 90px;
    left: -50%;
    text-align: center;
    font-weight: 100;
    line-height: 20px
}

@media (max-width: 1023px) {
    .expbox:before {
        top: -20%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.expbox:first-child::before {
    content: ""
}

.expbox_text {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -.1px;
    margin-top: 37px;
    color: #333;
    text-align: center
}

@media (max-width: 1023px) {
    .expbox_text {
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px
    }
}

.expbox_pic {
    border: 20px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px rgba(217, 218, 224, .3);
    box-shadow: 0 4px 20px rgba(217, 218, 224, .3)
}

.expbox_pic img {
    width: 180px;
    height: 180px;
    margin-top: -20px;
    margin-left: -20px
}

@media (max-width: 1023px) {
    .expbox_pic {
        width: 140px;
        height: 140px;
        margin: auto
    }

    .expbox_pic img {
        width: 140px;
        height: 140px
    }
}

.exp {
    margin-top: 177px !important
}

.exp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 1023px) {
    .exp {
        margin-top: 64px !important
    }

    .exp_wrap {
        -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
    }

    .exp .category_title {
        margin: 0;
        text-align: center
    }
}

@media (max-width: 1023px) {
    .infoblock {
        margin-bottom: 10px
    }
}

.infoblock .twoColumn {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .infoblock .twoColumn {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.infoblock_text {
    width: 45%
}

.infoblock_text__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 24px;
    color: #111
}

.infoblock_text__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #333
}

@media (max-width: 1023px) {
    .infoblock_text {
        width: 100%;
        text-align: center
    }

    .infoblock_text__title {
        font-size: 28px;
        line-height: 36px;
        margin-top: 36px
    }

    .infoblock_text__text {
        font-size: 16px;
        line-height: 24px
    }
}

.infoblock_pic {
    width: 45%
}

@media (max-width: 1023px) {
    .infoblock_pic {
        width: 100%
    }
}

.infoblock_pic img {
    width: 100%
}

.infoblock_dop {
    margin-top: 44px
}

.infoblock_dop .btn {
    width: 194px;
    line-height: 54px;
    border: 1px solid #000 !important;
    color: #000
}

@media (max-width: 1023px) {
    .infoblock_dop .btn {
        width: 80%
    }
}

.infoblock_dop .btn-yellow {
    width: 149px;
    border: 0 !important
}

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

@media (max-width: 1023px) {
    .revert .twoColumn {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.infoblocks {
    margin-top: 95px !important
}

@media (max-width: 1023px) {
    .infoblocks {
        margin-top: 0 !important
    }
}

.dop_pic img {
    margin-right: 25px
}

.special {
    width: 30%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px
}

.special_pic {
    margin-right: 24px;
    width: 93px;
    height: 93px
}

.special_pic img {
    width: 100%
}

@media (max-width: 1023px) {
    .special_pic {
        margin-bottom: 25px
    }
}

.special_text {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .151667px;
    color: #333
}

@media (max-width: 1023px) {
    .special {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.specials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 75px
}

.product_desc {
    font-weight: 400;
    color: #797979;
    min-height: 40px
}

.product_main .product_desc {
    font-size: .7292vw;
    line-height: 1.2778rem;
    margin-top: .2222rem;
    margin-bottom: .8333rem
}

.product_result .product_desc {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.product_result .product_desc:last-child {
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
}

.product_pic {
    width: 100%
}

.product_small .product_pic {
    width: 100%
}

@media (max-width: 1023px) {
    .product_small .product_pic {
        width: 50%
    }
}

.product_main .product_pic {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: -21px
}

@media (max-width: 1023px) {
    .product_main .product_pic {
        margin-top: 40px
    }
}

.product_basket .product_pic {
    width: 70px;
    margin-left: -10px;
    margin-right: 28px;
    -webkit-box-shadow: 0 4px 10px rgba(217, 218, 224, .5);
    box-shadow: 0 4px 10px rgba(217, 218, 224, .5);
    border-radius: 16px
}

.product_promouter .product_pic {
    width: 132px;
    height: 140px
}

.product_result .product_pic {
    width: 100%;
    border: 40px 40px 0 0;
    overflow: hidden
}

.product_name {
    font-weight: 700;
    color: #333
}

.product_main .product_name {
    font-size: 1.1458vw;
    line-height: 1.6667rem;
    letter-spacing: -.1px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product_small .product_name {
    font-size: .9vw;
    line-height: 1.0417vw;
    letter-spacing: -.376923px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product_basket .product_name {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width: 1023px) {
    .product_basket .product_name {
        width: 100%
    }
}

.product_line .product_name {
    font-size: 22px;
    width: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product_result .product_name {
    color: #333;
    font-size: 1.333333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333rem;
    letter-spacing: .152px;
    margin-top: 1.2222rem;
    margin-bottom: .5556rem
}

.product_price {
    font-weight: 800;
    color: #333
}

.product_secondprice {
    font-weight: 800;
    color: #333;
    font-size: 1.3333rem;
    line-height: 1.3333rem
}

.product_small .product_prices {
    font-size: .9vw;
    line-height: 1.2222rem;
    letter-spacing: -.1px;
    text-align: right
}

.product_small .product_price {
    font-size: .8889rem;
    line-height: 1.2222rem;
    letter-spacing: -.1px;
    text-align: right
}

.product_main .product_prices {
    font-size: 22px;
    line-height: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(auto) [ 2 ] 1 fr;
    grid-template-columns:repeat(2, auto) 1fr;
    width: 100%;
    font-weight: 800;
    color: #333;
    gap: 20px
}

.product_main .product_prices__oldprice {
    color: #9aa5b4;
    text-decoration: line-through
}

.product_basket .product_price {
    font-size: 1.3333rem;
    line-height: 1.3333rem;
    text-align: right
}

@media (max-width: 1023px) {
    .product_basket .product_price {
        position: absolute;
        right: 0;
        bottom: 20px
    }
}

.product_line .product_price {
    font-size: 22px;
    line-height: 30px
}

.product_result .product_price {
    color: #333;
    font-size: 1.333333rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.333333rem;
    letter-spacing: .152px;
    margin-top: .8333rem
}

.dash .product_prices {
    font-size: 24px;
    left: 100%
}

.product_soon p::before {
    background: #a1bdff
}

.product_offer p::before {
    background: #ffdb5d
}

.product_sale p::before {
    background: #ffaba1
}

.product_new p::before {
    background: #74e97f
}

.ps {
    display: none
}

.ps p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #333;
    width: auto;
    text-align: center;
    display: inline-block;
    z-index: 99999;
    position: relative;
    padding: 26px 37px
}

@media (max-width: 1023px) {
    .ps p {
        padding: 16px 26px
    }
}

.ps p::before {
    content: "";
    position: absolute;
    border-radius: 25px;
    left: 22px;
    top: 22px;
    width: 41px;
    height: 36px;
    z-index: -1;
    opacity: .75
}

@media (max-width: 1023px) {
    .ps p::before {
        left: 12px;
        top: 12px
    }
}

.ps_soon .product_soon {
    display: block
}

.ps_offer .product_offer {
    display: block
}

.ps_sale .product_sale {
    display: block
}

.ps_new .product_new {
    display: block
}

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

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.mt-auto {
    margin-top: auto !important;
}

.h-100 {
    height: 100%;
}
