@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');


*, *:before, *:after {
    outline: none;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    /*font-family: 'Roboto', sans-serif;*/
    background-color: #FFF;
}

a {
    color: #3E5498;
    text-decoration: underline;
}

a:hover, a:active {
    color: #17295F;
    text-decoration: none;
}

section {
    padding: 45px 0;
}

.menu_section {
    background-color: #f6f6f6;
}

@media (max-width:768px) {
    .menu_section {
        margin-top:39px;
    }
}

.fix_body {
    overflow: hidden;
}

.container {
    display: block;
    margin: auto;
    max-width: 1200px;
}

.list_cat li a img {
    width: 19px;
}

.goback {
    color: #3E5498;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.goback svg {
    display: inline-block;
    margin: 0 10px 0 0;
}

/*MODAL*/
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow-y: auto;
}

.modal > .flex_bl {
    min-height: 100vh;
    padding: 30px 0;
}

.modal_body {
    display: block;
    position: relative;
    z-index: 100;
    background-color: #FFF;
    margin: auto;
    width: 100%;
    max-width: 430px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .modal_body {
        min-width: 430px;
    }
}
.modal_body>#auth {
    padding: 40px 50px;
}

.auth-modal-wrapper {
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.auth-modal-wrapper.invisible,  .promocode-wrapper.invisible{
    opacity: 0;
}
.promocode-wrapper {
    /* position: absolute; */
    top: 0;
    right: 0;
    border-radius: 10px;
    padding: 34px 70px;
    padding-bottom: 32px;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-image: url(../img/promocode-bg.png);
    background-size: contain;
}


.promocode-container .disc, .promocode-wrapper .how-to-use {
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.promocode-wrapper .info-container {
    margin-left: 1rem;
    margin-right: 1rem;
    align-self: flex-start;
}

.promocode-wrapper .continue-reg {
    padding: 2px 6px 5px;
    border: 1px solid #7A76EA;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    color: #FFDDCF;
    text-decoration: underline;
    border-radius: 6px;
    margin-top: 46px;
}

.promocode-wrapper .point-container {
    background: #322FA5;
    border: 0.5px solid #8C8ADA33;
    box-shadow: 8px 4px 14.100000381469727px 0px #211F9266;
    font-weight: 600;
    font-size: 12px;
    border-radius: 7px;
    padding: 4px;
    color: white;
    margin-bottom: 5px;
}

.promocode-container .val {
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    margin-left: .5rem;
}
.promocode-container {
    margin-top: 1rem;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 12px;
    margin-bottom: 1.5rem;
    border: 1px solid;
    border-image-source: linear-gradient(96.27deg, rgba(255, 255, 255, 0.17) -0.44%, rgba(196, 229, 244, 0.04) 95.22%);
    background: linear-gradient(90deg, rgba(215, 233, 235, 0.05) 0%, rgba(255, 255, 255, 0.14) 50%, rgba(220, 226, 237, 0.08) 100%);
    border-radius: 5px;
}
.promocode-container .orange {
    padding: 1px 3px;
    background-color: #E9561B;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 9px;
}

.promocode-title {
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
}

.promocode-subtitle {
    font-weight: 600;
    font-size: 22px;
    color: #FFD12F;
}

@media(max-width: 639.98px) {
    .promocode-wrapper {
        background-image: url(../img/promocode-bg-mobile.png);
        padding: 80px 30px 30px;
        background-size: cover;
    }
    .modal_body>#auth.invisible {
        padding: 0px;
    }
    /* .modal_body>#auth.invisible .modal-title {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .promocode-container {
        margin-top: .5rem;
        margin-bottom: .75rem;
    } */
}

.auth-modal-wrapper .modal-title {
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
}

.auth-modal-wrapper .modal-subtitle {
    margin-right: 2rem;
}

.auth-modal-wrapper .auth-otp-code, .auth-modal-wrapper .auth-email-code {
    text-align: center;
    font-weight: 600;
}

.auth-modal-wrapper .auth-alternative {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.auth-modal-wrapper .auth-alternative div {
    width: 65px;
    border-bottom: 1px solid #868E96;
}

.auth-modal-wrapper .auth-switch {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.auth-modal-wrapper .auth-switch-email:hover, .auth-switch-phone:hover, .auth-switch-forgot-password:hover, .auth-switch-email-register:hover {
    text-decoration: underline;
}

.auth-modal-wrapper .auth-switch-email, 
.auth-switch-email-register, 
.auth-modal-wrapper .auth-switch-phone, 
.auth-modal-wrapper .auth-switch-forgot-password,
.auth-modal-wrapper .auth-switch-email-fallback {
    margin: 8px;
    cursor: pointer;
    color: #0D6EFD;
    font-weight: 700;
    font-size: 14px;
}

.auth-email-fallback {
    margin-bottom: .5rem;
}

.auth-modal-wrapper .auth-switch-email-fallback {
    margin-top: 3rem;
}

.auth-password-submit {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

input.password-input.is-invalid + div>span {
    border-color: #dc3545;
}

.auth-modal-wrapper .auth-phone-submit, .auth-modal-wrapper .auth-email-submit, .auth-email-submit-register, .auth-modal-wrapper .auth-password-submit, .auth-forgot-password-submit, .auth-new-password-submit, .auth-email-fallback-submit {
    text-align: center;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    background-color: #0D6EFD;
    border: 1px solid #0D6EFD;
    padding: 10px 20px;
}

.auth-modal-wrapper input.password-input {
    border-right: 0;
}

.auth-modal-wrapper .password-show-hide{
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    cursor: pointer;
}

.auth-switch-email-screen {
    margin-top: 3rem;
}

.auth-modal-wrapper .auth-alternative p {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.auth-modal-wrapper .invalid-feedback {
    padding: 0;
}

.auth-modal-wrapper .form-control.is-invalid {
    padding-right: .75rem;
}

.auth-code-screen .new-code {
    color: #868E96;
    text-align: center;
    margin: 0 4rem;
}
.auth-code-screen .new-code * {
    font-size: 12px;
}

.auth-code-screen .email {
    text-align: center;
    margin-top: 3rem;
}

.auth-code-screen .new-code a {
    color: #0D6EFD;
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.auth-code-screen .new-code a:hover {
    color: #0D6EFD;
    text-decoration: underline;
}

.auth-code-screen .email a:hover {
    color: #0D6EFD;
    text-decoration: underline;
}

.auth-register-screen .user-type-group {
    width: 100%;
}

.auth-register-screen .buttons-wrapper {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.type-selector .btn-outline-primary.invalid {
    border-color: #DC3545;
}

.auth-register-screen .buttons-wrapper label {
    flex: 1;
    padding: 0.5rem 1rem;
    margin-bottom: .25rem;
}
.type-selector {
    margin-bottom: 1rem;
}

.bg_close {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}
@media (min-width: 768px) {
    .head_logo {
        margin-left: 40px;
    }
    .head_search {
        margin-left: 65px;
    }
    .foot_social_links {
        margin-top: 30px !important;
    }
}

.tabs_nav {
    background: #EEE;
    border-radius: 10px 10px 0 0;
}

.tabs_nav a {
    width: 50%;
    padding: 20px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #5A5A5A;
    background: transparent;
    border-radius: 10px 10px 0 0;
}

.tabs_nav a.act_nav {
    background-color: #FFF;
}

.add_tocart, form .add_tocart {
    display: block !important;
    margin: 30px 0 !important;
    margin-top: 0 !important;
    padding: 15px 50px !important;
    color: #FFF !important;
    background-color: #FF8D02 !important;
    border: 2px solid transparent !important;
    font-size: 18px !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    transition: all .5s !important;
    cursor: pointer !important;
}

.add_tocart:hover, form .add_tocart:hover {
    border: 2px solid #FF8D02 !important;
    color: #FF8D02 !important;
    background-color: #FFF !important;
}

.buy_tocart.disabled,  .add_tocart.disabled{
    pointer-events: none;
    opacity: .45;
  }
.tabs_bl {
    padding: 30px;
    display: none;
}

.act_tab {
    display: block;
}

.form_bl input {
    display: block;
    width: 100%;
    border: 1px #DDD solid;
    padding: 10px 20px;
    font-size: 14px;
}

.form_bl input[type="button"], .form_bl input[type="submit"], .form_bl button[type="submit"] {
    background-color: #20A8E1;
    color: #FFF;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}

.form_bl button {
    border: 0;
    border-radius: 4px;
    background-color: #FF8D02;
    color: #FFF;
    padding: 10px 20px;
    font-size: 14px;
}

.form_bl label {
    position: relative;
    display: block;
    margin: 0 0 20px;
}

.form_bl label a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #20A8E1;
    text-decoration: none;
}

.form_bl .agree {
    margin: 0 0 20px;
}

.form_bl .agree label {
    font-weight: normal;
    color: #5E5E5E;
}

.form_bl .agree label a {
    color: #20A8E1;
    text-decoration: none;
    font-size: inherit;
}

/*STEP REG*/
.step_reg_bl {
    display: none;
}

.act_reg {
    display: block;
}

.w100 {
    width: 100%;
}

.steps_nav_btn button,
.steps_nav_btn input {
    width: 48%;
}

/*WITHDRAW*/
.withdraw_bl {
    padding: 30px;
}

.withdraw_bl h4 {
    margin: 0 0 20px;
    font-size: 20px;
    color: #777;
    font-weight: bold;
}

.file_bl input {
    display: none;
}

.file_bl div {
    display: flex;
    align-items: center;
    color: #0087B1;
    font-size: 12px;
    position: relative;
}

.file_bl div span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.withdraw_bl input[type="button"] {
    background-color: #20E190;
}

.title_section {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: bold;
    color: #3E5498;
}

.title {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 30px;
    line-height: 32px;
}

.page_title {
    font-size: 20px;
    font-weight: bold;
    color: #3E5498;
    margin: 0 0 20px;
}

.title_sm {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px;
}

.sub_title {
    font-size: 16px;
    color: #999;
}

.t_center {
    text-align: center;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.m_top10 {
    margin-top: 10px;
}

.btn {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: none;
    color: #FFF !important;
    transition: .3s;
}

.bordered {
    border: 1px #EDEDED solid;
}

/*FLEX*/
.flex_bl {
    display: flex;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_vcenter {
    align-items: center;
}

.flex_vtop {
    align-items: flex-start !important;
}

.flex_jc_sb {
    justify-content: space-between;
}

.flex_jc_center {
    justify-content: center;
}

/*GRID*/
.grid_bl {
    display: grid;
}

.grid_gap20 {
    grid-gap: 20px;
}

.grid_gap30 {
    grid-gap: 30px;
}

.grid_two {
    grid-template-columns: 280px 1fr;
}

.grid_two50 {
    grid-template-columns: 1fr 1fr;
}

.grid_three {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid_four {
    grid-template-columns: repeat(4, 1fr);
}

/*TABLE*/
.tabl {
    display: table;
    width: 100%;
    color: #3E5498;
}

.tabl_row {
    display: table-row;
}

.tabl_cell {
    display: table-cell;
    position: relative;
}

.zag_tabl {
    font-weight: bold;
}

.vtop_tabl .tabl_cell {
    vertical-align: top;
}

/*TABLE STYLE*/
.bordered_tabl {
    border: 1px #EDEDED solid;
    padding: 10px 20px;
    background-color: #FFF;
}

.bordered_tabl .tabl_cell {
    border-bottom: 1px #EDEDED solid;
    padding: 20px 0;
    vertical-align: middle;
}

.bordered_tabl .tabl_row:last-child .tabl_cell {
    border: 0;
}

.toend {
    margin: 5px 0 0;
    display: block;
    color: #F44336;
    position: relative;
}

.toend small {
    display: none;
    position: absolute;
    left: 18%;
    bottom: 110%;
    width: 120px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    padding: 10px 14px;
    text-align: center;
    border-radius: 4px;
}

.toend:hover small {
    display: block;
}

.no_border {
    padding: 0 20px;
}

.no_border .tabl_cell {
    border: 0;
    padding: 5px 0;
}

/*STATUS COLOR*/
.status {
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    color: #FFF;
}

.pay {
    background-color: #FF0000;
}

.wait {
    background-color: #3E5498;
}

.inway {
    background-color: #20E190;
}

.finished {
    background-color: #00FF57;
}

/*SLICK ARROWS*/
.slick-prev, .slick-next {
    background-color: transparent;
    width: 30px;
    height: 50px;
    border-radius: 0;
    border: 0;
    opacity: 1 !important;
    background-color: rgba(20, 110, 180, 0.5);
    z-index: 100;
    transition: .3s;
}

.slick-center,
.single_nav .slick-current {
    border-color: #ff8d02 !important;
    box-shadow: 0 0 0 2px #ff8d02;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #008be4;
    filter: grayscale(0);
}

.slick-prev:active,
.slick-next:active {
    background-color: #17295F !important;
    transition: .3s;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
    content: "";
    width: 30px;
    height: 100%;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slick-next {
    right: 0;
}

.single_main .slick-next {
    border-radius: 4px 0 0 4px;
}

.slick-next:before {
    background-image: url(../img/arr-right.svg);
}

.slick-prev {
    left: 0;
}

.single_main .slick-prev {
    border-radius: 0 4px 4px 0;
}

.slick-prev:before {
    background-image: url(../img/arr-left.svg);
}

.single_main .slick-next,
.single_main .slick-prev {
    opacity: 0 !important;
}

.single_main:hover .slick-next,
.single_main:hover .slick-prev {
    opacity: 1 !important;
}

.arr_right .slick-next,
.arr_right .slick-prev {
    top: -40px;
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.arr_right .slick-next {
    right: 0 !important;
}

.arr_right .slick-next:before {
    background-image: url(../img/arr-right-black.svg);
}

.arr_right .slick-prev {
    right: 50px !important;
    left: inherit;
}

.arr_right .slick-prev:before {
    background-image: url(../img/arr-left-black.svg);
}

.arr_right .slick-prev:active,
.arr_right .slick-next:active {
    background-color: #EEE !important;
    transition: .3s;
}

/*SLICK DOTS*/
.slick-dots {
    bottom: 40px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li,
.slick-dots li button {
    width: 10px;
    height: 10px;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li button {
    background-color: transparent;
    border-radius: 100px;
    border: 1px #FFF solid;
}

.slick-dots li.slick-active button {
    background-color: #FFF;
}

/*BREAD*/
.bread {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    font-size: 12px;
}

.bread_page .bread {
    padding: 30px 0 0;
    margin: 0 0 -15px;
}

.bread li {
    display: block;
}

.bread li span {
    display: inline-block;
    margin: 0 10px;
    font-weight: normal;
}

.bread li a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.bread li:last-child a {
    font-weight: bold;
}

/*HEADER*/
header:not(.new) {
    display: block;
    background-color: #008be4;
    color: #FFF;
    padding: 0;
    height: 80px;
}

.head_item:nth-child(2) {
    width: 40%;
}

.logo {
    display: block;
    margin: 0 0 -10px;
    padding: 10px 0 0;
}

.search {
    display: block;
}

.search form {
    position: relative;
    width: 100%;
}

.search input {
    display: block;
    padding: 10px 20px;
    height: 40px;
    border-radius: 100px;
    border: 0;
    width: 100%;
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    border: none;
    background: linear-gradient(180deg, #F5A93D 0%, #E15730 100%);
    color: #FFF;
    border-radius: 100px;
    height: 40px;
    cursor: pointer;
    transition: all .5s;
}

.icon_head a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #FFF;
    margin: 0 0 0 30px;
}

.icon_head a svg {
    margin: 0 10px 0 0;
    width: 20px;
    height: auto;
}

.user_loged a svg {
    width: 22px;
}

.icon_head a small {
    position: absolute;
    right: -6px;
    top: -3px;
    font-size: 10px;
    width: 13px;
    height: 13px;
    background-color: #FF0000;
    border-radius: 100px;
    text-align: center;
}

.reg_btn:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #FFF;
}

.icon_head a span svg {
    margin: 0 0 0 10px;
}

.user_loged {
    position: relative;
    height: 80px;
    display: flex;
}

.user_loged:hover .sub_menu_user {
    display: block;
}

.user_loged:hover > a span svg {
    transform: rotate(180deg);
}

.sub_menu_user {
    display: none;
    position: absolute;
    right: 0;
    top: 90%;
    background: #FFF;
    z-index: 1000;
    border-radius: 10px;
    color: #333;
    padding: 20px;
    list-style: none;
    margin: 0;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.2);
    width: 230px;
}

.sub_menu_user li {
    display: block;
}

.sub_menu_user li a {
    display: block;
    color: #3E5498;
    text-decoration: none;
    margin: 0;
    padding: 10px 0 10px 40px;
}

.sub_menu_user li a:hover {
    background-color: #edf7ff;
    margin: 0 -20px;
    padding: 10px 10px 10px 60px;
    background-position: 20px center;
}

.sub_menu_user li hr {
    display: block;
    border: 0;
    border-bottom: 1px #DDD solid;
    margin: 20px 0;
}

.has_ic {
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    /*background-size: */
}

.profile_link {
    background-image: url(../img/menu.svg);
}

.fav_link {
    background-image: url(../img/heart-orange.svg);
}

.out_link {
    background-image: url(../img/out.svg);
}

/*MAIN SECTION*/
.main_sec {
    background-color: #F5F6F8;
}

.left_bl {
    background-color: #FFF;
    width: 280px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    padding: 20px 30px;
}

.cabinet_menu {
    box-shadow: none;
    border: 1px #EDEDED solid;
    overflow: hidden !important;
}

.left_bl hr {
    display: block;
    border: 0;
    border-bottom: 1px #DDD solid;
    margin: 20px 0;
}

.title_cat {
    display: block;
    margin: 0 0 10px;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #3E5498;
}

.list,
.list_cat {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list{
    list-style: none;
    padding: 0;
    margin: 0;
    padding:0 0 0 20px;
}

.sub_sub {
    padding: 0 0 0 15px;
}

.list li {
    display: block;
}

.list li a {
    display: block;
    padding: 5px;
    margin: 0 -30px;
    color: #334D6E;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.list li a.active {
    background: #008be4 !important;
    color: #FFF !important;
}

.list li a:hover {
    background-color: #EDF7FF;
}

.list li a small {
    font-weight: bold;
    font-size: 12px;
    color: #FF8D02;
    margin: 0 0 0 10px;
}

.multicolumn li a {
    display: block;
    padding: 5px;
    margin: 0 0px;
    color: #334D6E;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.list_cat li a {
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0 -30px;
    color: #334D6E;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.list_cat li a:hover {
    box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
}

.list_cat li a img {
    position: absolute;
    left: 30px;
    top: 9px;
}

.right_bl {
    position: relative;
}

.slider_main {
    display: block;
    position: relative;
    /* width: 860px; */
    width: 100%;
}

.slider_item {
    position: relative;
    background-color: #EEE;
}

.slider_item:hover {
    background-color: #333;
    cursor: pointer;
}

.slider_item:hover img {
    opacity: .9;
}

.slider_item__text {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    color: #FFF;
    padding: 50px 0 50px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider_item__text h4 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 10px;
}

.slider_item__text p {
    font-size: 18px;
    margin: 0;
}

.slider_item img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.sub_menu {
    display: none;
    position: absolute;
    left: -20px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 1000;
    border-radius: 3px;
    padding: 30px;
    border-left: 1px #DDD solid;
}

.main_cat {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px #3E5498 solid;
    text-decoration: none;
}

.sub_list_cat {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub_list_cat li {
    display: block;
}

.sub_list_cat a {
    display: block;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    /*color: #333;*/
    text-decoration: none;
}

.sub_cats {
    margin: 20px 0 0;
}

.sub_cats_item {
    display: flex;
    align-items: center;
    /*padding: 30px;*/
    background-color: #EEE;
    min-height: 100px;
    text-decoration: none;
    color: #333;
}

.sub_cats_item img {
    max-width: 100%;
    height: auto;
    margin: 0 20px 0 0;
}

/*DETAILS*/
.details_bl {
    border-bottom: 1px #EDEDED solid;
    padding: 20px 15px;
    color: #3E5498;
}

.details_product {
    padding: 20px 15px;
}

.iin_cell {
    font-size: 20px;
}

.details_item {
    width: 50%;
}

.details_item:nth-child(2) {
    border-left: 1px #EDEDED solid;
    padding: 0 0 0 30px;
}

.details_item h4 {
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.summ {
    display: block;
    text-align: right;
    border-top: 1px #EDEDED solid;
    padding: 20px 15px;
    margin: 0 15px;
    color: #3E5498;
}

.foot_details {
    justify-content: flex-end;
    padding: 20px 30px 35px;
}

.foot_details small b {
    font-size: 20px;
    margin: 0 0 0 6px;
    color: #F44336;
}

.foot_details a {
    background: #20E190;
    color: #FFF;
    display: block;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 0 0 40px;
}

.foot_details button {
    background: #20E190;
    color: #FFF;
    display: block;
    padding: 11px 30px;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 0 0 40px;
}

.product_saler {
    align-items: flex-start !important;
}

.price_saler {
    margin: 20px 0 0;
}

.price_saler b {
    margin: 0 30px 0 0;
}

.price_saler span {
    font-weight: normal;
}

.edit_btns a {
    margin: 0 30px 0 0;
    font-weight: bold;
    text-decoration: none;
}

.edit_btns a.remove {
    color: #f44336;
}

/*PRODUCT ITEM*/
.bl {
    display: block;
}

.product_item {
    display: flex;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
}

.product_item .product_img {
    margin: 0 15px 0 0;
    width: 70px;
    height: 70px;
}

.product_option span {
    color: #999;
}

/*HOT PRODUCT*/
.slider_product_item {
    text-decoration: none;
    color: #3E5498;
    margin: 0 5px;
}

.product_img {
    margin: 0 0 20px;
    /*background: #333;*/
}

.product_img img {
    max-width: 100%;
    height: auto;
}

.product_title {
    font-size: 16px;
    display: block;
}

.product_rating {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.product_rating span {
    /*width: 10px;
    height: 10px;*/
    /*background-color: #FF8D02;*/
    margin: 0 10px 0 0;
}

.product_rating span svg {
    width: 12px;
    height: auto;
}

.filled .bg_star {
    fill: #FF8D02;
}

.rating_user {
    justify-content: center;
}

.rating_user span {
    margin: 0 5px;
}

.rating_user span svg {
    width: 20px;
}

.product_price {
    font-size: 17px;
    font-weight: bold;
    color: #FF8D02;
    display: block;
}

/*POPULYAR*/
.pop_sec {
    /*background-color: #F5F6F8;*/
    border-top: 1px #DDD solid;
}

/*HOW*/
.how_sec {
    background-color: #F5F6F8;
    border-bottom: 1px #DDD solid;
}

.description_how {
    position: relative;
    /*padding: 0 0 0 90px; */
}

.description_how svg {
    position: absolute;
    left: 0;
    top: 0;
}

/*CABINET*/
.w30 {
    width: 30%;
    padding: 0 50px 0 0 !important;
}

.trackid {
    padding: 7px 10px;
    border: 1px #DDD solid;
    border-radius: 4px;
    text-align: center;
}

.error {
    border: 1px red solid;

}

.sort_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.sort_nav a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 30px 0 0;
}

.orange {
    color: #FF8D02;
}

.adres_bl {
    background-color: #FFF;
    padding: 25px 30px;
    width: 48.7%;
    margin: 0 20px 20px 0;
}

.adres_bl:nth-child(even) {
    margin: 0 0 20px 0;
}

.adres_bl h4 {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    color: #3E5498;
}

.del_adres {
    float: right;
    font-size: 12px;
    color: #F44336;
    text-decoration: none;
    font-weight: normal;
}

.add_bl {
    display: flex;
    padding: 0;
    border: 2px #DDD dashed;
    background: transparent;
    min-height: 250px;
}

.add_bl:hover {
    border-color: #3e5498;
    color: #3e5498;
}

.add_bl button {
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 16px;
    color: #999;
}

.add_bl button span {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #e6f4ff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 15px;
}

.add_bl:hover button {
    color: #3e5498;
}

.add_bl:hover button span {
    background-color: #3e5498;
    color: #FFF;
}

/*FORM*/
.form label {
    display: block;
    position: relative;
}

.form label svg {
    position: absolute;
    left: 0;
    top: 10px;
}

.form input,
.form select,
.form textarea {
    display: block;
    width: 100%;
    background-color: #FFF;
    border: 0;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    border-radius: 4px;
}

.form button {
    padding: 10px 20px;
    display: block;
    border: 0;
    width: 100%;
    margin: 20px 0 0;
    color: #FFF;
    background: #008be4;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .5s;
}

.form button:hover {

    color: #008be4;
    background: #fff;
    border: 2px solid #008be4;
}

.form button.save_btn {
    background: linear-gradient(180deg, #F5A93D 0%, #E15730 100%);
}

.edited label {
    margin: 0 0 10px;
}

.edited label svg {
    left: 10px;
}

.edited input,
.edited select,
.edited textarea {
    border: 1px #DEDEDE solid;
    padding: 10px 20px 10px 35px;
}

.profile_bl {
    padding: 30px 40px;
}

.ava_bl {
    display: block;
    margin: 0 30px 0 0;
}

.data_bl {
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    /*border-right: 1px #EEE solid;*/
    width: 33%;
}

.data_bl hr {
    display: block;
    border: 0;
    border-bottom: 1px #EEE solid;
    margin: 20px 0;
}

.data_bl b {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
    color: #3E5498;
}

.data_bl b small {
    margin: 0 0 3px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    display: block;
}

.money {
    font-size: 32px !important;
    margin: 0 0 10px !important;
}

.get_money {
    display: inline-block;
    padding: 10px 25px;
    background-color: #4CAF50;
    color: #FFF !important;
    border-radius: 5px;
    text-decoration: none;
}

.get_money:hover {
    background-color: #38923c;
}

.history_item {
    border-bottom: 1px #EEE solid;
    padding: 20px 0;
}

.history_item:hover {
    background: #FFF;
    padding: 20px;
    margin: 0 -20px;
    box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 10;
}

.history_item:last-child {
    border: 0;
}

.icon_his {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    margin: 0 30px 0 0;
}

.data_his h4 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: normal;
    color: #3e5498;
}

.data_his small {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
}

.data_his small.ok {
    background-color: #4caf50;
}

.data_his small.wait {
    background-color: #ff8d02;
}

.data_his small.fail {
    background-color: #f44336;
}

.summ_his {
    margin-left: auto;
    font-size: 24px;
    color: #4CAF50;
}

/*CATALOG*/
.filter_bl {
    width: 280px;
    padding: 0 20px 0 0;
}

.filter_bl .list li a {
    margin: 0;
    padding: 5px;
}

.filter_bl .list li a:hover {
    color: #ff8d02;
    background-color: transparent;
}

.filter_bl .list li a:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: transparent;
    background-image: url(../img/arr-cat.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 11px;
}

.parent_cat {
    font-weight: bold;
}

.child_cat:before {
    transform: rotate(-90deg);
}

.filter_bl hr {
    display: block;
    border: 0;
    border-bottom: 1px #DDD solid;
    /*border-bottom: 1px #3E5498 solid;*/
    margin: 30px 0;
}

.filter_item {
    display: block;
}

.filter_item_price {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.filter_item_price input {
    display: block;
    border: 1px #DDD solid;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
}

.checks {
    display: block;
}

.checks input {
    display: none;
}

.checks label {
    position: relative;
    display: block;
    margin: 15px 0 0;
    padding: 0 0 0 25px;
    font-size: 14px;
    color: #3E5498;
    font-weight: bold;
}

.checks label span {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px #CCCCCC solid;
    border-radius: 2px;
    background-color: #FFF;
}

.checks label span:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.checks input:checked + label span {
    background-color: #20A8E1;
    border-color: #20A8E1;
}

.checks input:checked + label span:before {
    opacity: 1;
}

.more_filters {
    display: block;
    text-align: center;
    background-color: #fff;
    color: #20A8E1;
    padding: 10px;
    margin: 30px 0 0;
    border-radius: 3px;
    text-decoration: none;
}

.more_filters svg {
    fill: #20A8E1;
    margin: 0 0 0 10px;
}

.more_filters:hover svg {
    fill: #17295F;
}

.sort_by {
    margin: 0 0 30px;
}

.sort_item {
    margin: 0 10px 0 0;
}

.sort_item small {
    color: #999;
    font-size: 14px;
}

.sort_item button {
    position: relative;
    background: #008be4;
    border: 0;
    padding: 10px 22px;
    border-radius: 4px;
    width: 100%;
}

.sort_item button.act_sort {
    padding: 5px 35px 5px 10px;
    background-color: #FFF;
    border-color: #D6D6D6;
}

.sort_item button svg {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: auto;
    opacity: 0;
}

.sort_item button.act_sort svg {
    opacity: 1;
}

.sort_item button.act_sort.up svg {
    transform: rotate(180deg);
}

.catalog_product {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.catalog_product .slider_product_item {
    margin: 0 0 20px;
}

.catalog_product .product_rating {
    /*display: none;*/
}

.catalog_product .product_title {
    font-size: 14px;
    margin: 0 0 5px;
}

.catalog_product .product_price {
    font-size: 24px;
}

.catalog_product .product_img {
    margin: 0 0 20px;
    display: block;
    border: 1px #DDD solid;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.pag_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.arr_pag {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #9D9D9D;
    font-weight: bold;
}

.arr_pag svg {
    fill: #9D9D9D;
    margin: 0 5px;
}

.pag_nav ul {
    list-style: none;
    padding: 0;
    margin: 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}

.pag_nav ul li {
    display: block;
    margin: 0;
}

.pag_nav ul li span,
.pag_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    color: #9D9D9D;
}

.pag_nav ul li span {
    background-color: #20A8E1;
    color: #FFF;
    border-radius: 3px;
}

/*ADD PRODUCT*/
.addpro_tabl .tabl_cell:first-child {
    width: 200px;
    padding: 0 20px 30px 0;
}

.addpro_tabl .tabl_cell b {
    display: inline-block;
    margin: 10px 0 0;
}

.addpro_tabl .tabl_cell small {
    color: #999;
    display: block;
    font-size: 12px;
    margin: 5px 0 30px;
}

.help_mess {
    position: absolute;
    left: 340px;
    right: 0;
    top: 10px;
    width: 310px;
    font-size: 12px;
    color: #3E5498;
}

.help_mess svg {
    position: absolute;
    left: -30px;
    top: -4px;
}

.help_mess span {
    display: block;
    margin: 0 0 5px;
}

.addpro_tabl input,
.addpro_tabl select,
.addpro_tabl textarea {
    display: block;
    padding: 10px;
    border: 1px #DDD solid;
    border-radius: 3px;
}

.addpro_tabl input,
.addpro_tabl select,
.addpro_tabl textarea {
    /*width: 90%;*/
    max-width: 500px;
}

.addpro_tabl textarea {
    width: 100%;
}

.added_photo,
.add_newphoto {
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 0;
    border-radius: 4px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    position: relative;
}

.added_photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.remove_img {
    position: absolute;
    right: -15px;
    top: -15px;
    border: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.remove_img svg {
    width: 100%;
    height: 100%;
}

.check_bl {
    margin: 10px 0 0;
}

.check_bl input {
    display: none;
}

.check_bl label {
    display: block;
    width: 15%;
    position: relative;
    padding: 0 0 0 25px;
}

.check_bl label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background-color: #FFF;
    border: 1px #DDD solid;
    border-radius: 2px;
}

.add_size {
    display: block;
    border: 0;
    padding: 0;
    margin: 20px 0 50px;
    background-color: transparent;
    color: #0094FF;
}

.add_color .added_photo,
.add_color .add_newphoto {
    width: 100px;
    height: 100px;
}

.hr_add {
    display: block;
    margin: 30px 0;
    border: 0;
    border-bottom: 1px #EDEDED solid;
}

.foot_addpro {
    justify-content: flex-end;
}

.foot_addpro a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.pre_link {
    margin: 0 30px 0 0;
    color: #00A3FF;
}

.go_pub {
    padding: 10px 30px;
    background-color: #20E190;
    color: #FFF;
    border-radius: 4px;
}

/*FAVORITE PAGE*/
.nav_fav {
    justify-content: flex-end;
    border-bottom: 1px #E5E5E5 solid;
}

.nav_fav a {
    font-size: 16px;
    font-weight: bold;
    color: #999;
    margin: 0 0 25px;
}

.fav_bl .product_item {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px #E5E5E5 solid;
    font-size: 16px;
    background-color: transparent;
    transition: .3s;
}

.fav_bl .product_item:hover {
    padding: 20px 25px;
    background-color: #FFF;
    transition: .3s;
}

.fav_bl .product_title {
    font-size: 20px;
    font-weight: bold;
    color: #3E5498;
    text-decoration: none;
}

.min_text {
    font-size: 14px;
    color: #3E5498;
    font-weight: 100;
    display: inline-block;
}

.fav_bl .product_img {
    width: 150px;
    border-radius: 10px;
    border: 1px #EBEBEB solid;
    overflow: hidden;
}

.cena_bl {
    margin-left: auto;
}

.cena_bl small {
    font-size: 22px;
}

.gray_item {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

.cena_bl a {
    display: block;
    margin: 60% 0 0;
    text-decoration: none;
    color: #999;
}

/*SINGLE*/
.single_slider {
    width: 550px;
}

.alert_slide {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 100;
    transform: translateX(-50%);
    opacity: 0.6;
}

.single_nav {
    width: 560px;
    margin: 0 -5px;
}

.single_slider_item {
    padding: 15px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px #DDD solid;
    position: relative;
}

.single_main .single_slider_item {
    height: 450px;
    display: flex;
    padding: 50px;
}

.single_nav .single_slider_item {
    margin: 10px 5px;
}

.single_nav .slick-prev, .single_nav .slick-next {
    background-color: #999;
    width: 45px;
    height: 80px;
    border-radius: 4px;
}

.single_slider_item img {
    display: block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
}

.single_title .product_title {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.color_bl {
    margin: 30px 0;
}

.color_bl input {
    display: none;
}

.color_bl label {
    margin: 0 10px 0 0;
    /* width: 35px; */
    /* height: 35px; */
    border-radius: 3px;
    border: 1px #DDD solid;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    padding: 10px;
}

.color_bl input:checked + label {
    border-color: #ff8d02;
    box-shadow: 0 0 0 1px #ff8d02;
}

.colvo_bl small {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 0 0 20px;
}

.colvo_inpt {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px #3E5498 solid;
    border-radius: 4px;
    color: #3E5498;
    background: #FFF;
    overflow: hidden;
}

.colvo_inpt b {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    cursor: pointer;
    transition: all .5s;
}

.colvo_inpt b:hover {
    background: #3E5498;
    color: #fff;
}

.colvo_inpt b:active {
    background-color: #DDD;
}

.colvo_inpt input {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    text-align: center;
    font-size: 16px;
}

.product-detail-buttons {
    display: flex;
    align-items: center;
}

.buy_tocart {
    display: block;
    margin: 30px 0;
    padding: 15px 50px;
    color: #FFF;
    background-color: #008be4;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    transition: all .5s;
    cursor: pointer;
    margin-right: 30px;
}

.buy_tocart:hover {
    border: 2px solid #008be4;
    color: #008be4;
    background-color: #FFF;
}

.add_tofav {
    font-weight: bold;
    color: #3E5498;
    font-size: 14px;
}

.add_tofav svg {
    margin: 0 10px 0 0;
}

.nav_tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 -15px;
    position: relative;
    z-index: 1;
}

.nav_tabs li {
    display: block;
}

.nav_tabs li a {
    display: block;
    padding: 15px 30px 30px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #3E5498;
    border: 1px transparent solid;
}

.nav_tabs li a:hover {
    background-color: #F4F4F4;
    border-color: #EBEBEB;
}

.nav_tabs li a.act_nav {
    background-color: #F4F4F4;
    border-color: #EBEBEB;
}

.cont_tabs {
    display: block;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px #EBEBEB solid;
    position: relative;
    z-index: 10;
    padding: 30px;
}

.tabs_item {
    display: none;
}

.act_tab {
    display: block;
}

.description_single {
    display: block;
    color: #3E5498;
}

.description_single h4 {
    font-size: 24px;
    display: block;
    margin: 0 0 20px;
}

.description_single img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

.description_single ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: grid; */
    /*grid-gap: 20px;*/
    /* grid-column-gap: 30px; */
    grid-template-columns: 1fr 1fr;
    font-weight: bold;
}

.description_single ul li {
    border-bottom: 1px #EEE solid;
    padding: 10px 0;
}

.coment_tab_nav {
    display: flex;
    align-items: center;
}

.coment_tab_nav a {
    display: block;
    padding: 10px 20px;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #3E5498;
    text-decoration: none;
    background-color: #EEE;
    border-radius: 10px;
    position: relative;
}

.coment_tab_nav a:hover {
    background-color: #008be4;
    color: #FFF;
}

.coment_tab_nav a.act_tab_nav {
    background-color: #008be4;
    color: #FFF;
}

.coment_tab_nav a small {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #DDD;
    color: #777;
    padding: 3px 8px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: normal;
}

.coment_tab_nav a.act_tab_nav small {
    background-color: #ff8d02;
    color: #FFF;
}

.coment_tab_bl {
    margin: 20px 0 0;
}

.coment_tab_bl_item {
    display: none;
}

.act_tab_bl {
    display: block;
}

.coment_item {
    border-bottom: 1px #EEE solid;
    padding: 30px 0;
}

.coment_item:last-child {
    border: 0;
}

.name_com {
    width: 240px;
}

.name_com .product_rating {
    margin: 0;
}

.name_com .product_rating span {
    margin: 0 5px 0 0;
}

.name_com b {
    display: block;
    margin: 5px 0;
    font-size: 18px;
}

.name_com small {
    color: #999;
}

.text_com {
    font-size: 18px;
    line-height: 28px;
}

.delivery_sin {
    display: block;
    margin: 30px 0;
    padding: 0 0 30px;
    border-bottom: 1px #EEE solid;
}

.delivery_sin .grid_bl {
    padding: 10px 0;
}

.delivery_sin input {
    display: none;
}

.delivery_sin label {
    display: block;
    font-size: 18px;
    color: #3E5498;
    padding: 0 0 0 30px;
    position: relative;
}

.delivery_sin label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px #3e5498 solid;
    border-radius: 100px;
}

.delivery_sin label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #3e5498;
    border-radius: 100px;
    opacity: 0;
}

.delivery_sin input:checked + label:after {
    opacity: 1;
}

.gray_blue {
    display: block;
    color: #999;
    font-weight: bold;
    font-size: 16px;
}

.gray_blue b {
    color: #3E5498;
}

.guaranty_item {
    display: block;
    position: relative;
    padding: 20px 20px 20px 70px;
    border-bottom: 1px #E5E5E5 solid;
    font-size: 16px;
}

.guaranty_item:last-child {
    border: 0;
}

.guaranty_item svg {
    position: absolute;
    left: 20px;
    top: 20px;
    /* transform: translateY(-50%); */
}

.guaranty_item b {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
}


/*CART*/
.top_cart {
    padding: 0 0 30px;
}

.cart_bl {
    background-color: #FFF;
    border: 1px #EDEDED solid;
    padding: 10px 20px;
    margin: 0 0 30px;
    border-radius: 10px;
}

.adres_sel select {
    font-size: 14px;
    padding: 8px 10px;
    border: 1px #DDD solid;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

.cart_bl .grid_four {
    grid-template-columns: 45% 1fr 1fr 1fr;
    /*margin: 0 20px;*/
    border-bottom: 1px #EDEDED solid;
    align-items: center;
}

.cart_bl .grid_five {
    grid-template-columns: 45% 1fr 1fr 1fr 1fr;
    /*margin: 0 20px;*/
    border-bottom: 1px #EDEDED solid;
    align-items: center;
}

.company_bl {
    font-size: 22px;
    border: 0;
    margin: 0 0 10px;
    border: 0 !important;
}

.caption_tabl {
    font-weight: bold;
    /*display: table-caption;*/
    background-color: #F1F1F1;
    margin: 0 -20px !important;
    padding: 0 20px;
}

.pro_item:hover {
    background-color: #f4faff;
    margin: 0 -20px;
    padding: 0 20px;
}

.foot_cart {
    padding: 15px 0;
    border: 0 !important;
}

.foot_cart small {
    color: #999;
    font-size: 12px;
    display: block;
}

.foot_cart b {
    display: block;
    font-size: 22px;
}

.foot_cart a {
    color: #20A8E1;
}

.sposob_del {
    position: relative;
}

.selected_sposob {
    border: 1px #DDD solid;
    background: #FFF;
    padding: 7px 50px 7px 20px;
    font-size: 16px;
    margin: 10px 0 0;
    border-radius: 4px;
    position: relative;
}

.selected_sposob svg {
    position: absolute;
    right: 20px;
    top: 10px;
    fill: #333;
    transform: rotate(-90deg);
    width: 6px;
    height: auto;
}

.opn_del:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    z-index: 100;
}

.sposob_list {
    display: none;
    position: absolute;
    left: 0;
    top: 90%;
    background: #FFF;
    box-shadow: 0 6px 22px -8px rgba(0, 0, 0, 0.28);
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    border: 1px #DDD solid;
    border-radius: 0 10px 10px 10px;
    z-index: 10;
}

.sposob_list li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #EEE solid;
}

.sposob_list li:last-child {
    border: 0;
}

.cart_bl .tabl_cell {
    padding: 15px 20px;
}

.cart_bl .product_title {
    font-weight: bold;
    text-decoration: none;
}

.cart_bl .product_price {
    font-size: 16px;
    color: #3E5498;
}

.cart_bl input[type="number"] {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border: 1px #E1E1E1 solid;
}

.sht {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #999;
}

.remove_cart_item {
    width: auto;
    height: 25px;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.remove_cart_item svg {
    width: 25px;
    height: auto;
    margin: 0 10px 0 0;
    transition: all .5s;
}

.remove_cart_item svg:hover {
    transform: rotate(360deg);

}

.big_remove {
    width: auto;
}

.big_remove svg {
    width: 25px;
    margin: 0 10px 0 0;
}

.cart_delivery {
    margin: 30px 0 0;
}

.head_cart {
    border-bottom: 1px #DDD solid;
    padding: 0;
    margin: 0 20px;
}

.head_cart h4 {
    font-size: 18px;
    color: #3E5498;
}

.head_cart a {
    display: inline-block;
    margin: 0 0 0 20px;
    color: #20A8E1;
    font-size: 14px;
    font-weight: normal;
}

.head_cart small {
    font-size: 18px;
    color: #3E5498;
}

.head_cart small span {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.head_cart_item {
    width: 50%;
    padding: 10px 0;
}

.head_cart_item:last-child {
    border-left: 1px #DDD solid;
    padding: 10px 0 10px 30px;
}

.order_fin {
    margin: 30px 0;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

.order_fin small {
    color: #3E5498;
    font-size: 25px;
    display: block;
}

.order_fin small span {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 4px;
    display: block;
}

.go_order {
    display: inline-block;
    padding: 10px 50px;
    /*margin: 20px 0 0;*/
    font-size: 14px;
    background-color: #f0923a;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    transition: all .5s;
    border: 2px solid transparent;
    cursor: pointer;
}

.go_order:hover {
    border: 2px solid #f0923a;
    background-color: #FFF;
    color: #f0923a;
}

.go_order_big {
    display: inline-block;
    padding: 10px 50px;
    /*margin: 20px 0 0;*/
    font-size: 18px;
    background-color: #20A8E1;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
}

/*ORDER*/
.steps_order {
    padding: 30px 20px 0;
}


.step_item {
    width: 32%;
    border: 0;
    border-radius: 4px;
    background-color: #F1F1F1;
    color: #777777;
    padding: 10px;
    font-size: 16px;
}

.act_step {
    background-color: #FF8D02;
    color: #FFF !important;
}

.white_bl {
    background-color: #FFF;
    padding: 20px;
}

.step_bl {
    display: none;
}

.act_step_bl {
    display: block;
}

.adres_bl h4 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #3E5498;
}

.left_info h4 {
    margin: 0 0 10px;
}

.left_info hr {
    display: block;
    border: 0;
    border-bottom: 1px #DDD solid;
    margin: 30px 0;
}

.border_bot {
    border-bottom: 1px #ededed solid;
    padding: 0 20px 20px;
    margin: 0 -20px 0 !important;
    display: block;
}

.step_bl_item:last-child {
    width: 100%;
}

.check_order {
    border: 0;
}

.check_order > div {
    border-bottom: 1px #ededed solid;
}

.check_order > div:last-child {
    border: 0 !important;
}

.coment_detail,
.detail_deliver {
    width: 50%;
}

.coment_detail label {
    display: block;
    color: #3E5498;
    font-size: 12px;
    margin: 0 0 5px;
}

.coment_detail textarea {
    display: block;
    width: 100%;
    height: auto;
    border: 1px #DEDEDE solid;
    padding: 10px;
}

.detail_deliver b {
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.detail_deliver small {
    display: block;
    font-size: 14px !important;
    margin: 5px 0;
}

.detail_deliver small span {
    color: #999;
}

.order-payment-message {
    border-top: 1px #ededed solid;
    padding-top: 16px;
}

.foot_step {
    border-top: 1px #ededed solid;
    padding: 25px 40px 10px;
    margin: 0 -20px;
}

.nex_step {
    border: 0;
    border-radius: 4px;
    background-color: #20A8E1;
    color: #FFF;
    font-size: 14px;
    padding: 10px 50px;
}

.sposob_bl input {
    display: none;
}

.sposob_bl label {
    display: block;
    padding: 20px;
    background-color: #FFF;
    border-radius: 10px;
    width: 31%;
    margin: 0 20px 20px 0;
    border: 2px #EEE solid;
    text-align: center;
    position: relative;
}

.sposob_bl label span {
    position: absolute;
    left: 0;
    top: 0;
    background: #20a8e1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 8px 0;
    opacity: 0;
}

.sposob_bl label img {
    height: 30px;
    width: auto;
    display: block;
    margin: 10px auto;
}

.sposob_bl label:nth-child(3n+3) {
    margin: 0 0 20px 0;
}

.sposob_bl input:checked + label {
    border: 2px #20a8e1 solid;
    background: #FFF;
}

.sposob_bl input:checked + label span {
    opacity: 1;
}

.result {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
    color: #FFF;
    border-radius: 4px;
}

.ok {
    background-color: #20e190;
}

.wrong {
    background-color: #ff0000;
}


/*FOOTER*/
footer {
    background-color: #edeff1;
    color: #3E5498;
    padding: 30px 0;
}

.logo_foot {
    margin: 0 0 25px;
    display: block;
}

.foot_zag {
    display: block;
    margin: 0 0 20;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.tech_help {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    text-decoration: none;
}

.tech_help svg {
    position: absolute;
    left: 0;
    top: 1px;
}

.tech_help small {
    font-size: 12px;
    display: block;
    margin: 0 0 3px;
}

.foot_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot_list li {
    display: block;
}

.foot_list li a {
    font-size: 12px;
    margin: 10px 0;
    display: block;
    text-decoration: none;
}

.mob {
    display: none;
}

.detail-order-row {
    margin-top: 20px;
}
.tech_help {
    padding-top: 2px;
}
.price-cell {
    min-width: 140px;
}
.discount-cell {
    color: #FF6347 !important;
    font-weight: 500;
    font-size: 16px;
}
tr.price-variant-1 td, tr.price-variant-2 td, tr.price-variant-3 td {
    vertical-align: middle;
}
@media (max-width: 780px) {
    .foot_details form {
        display: block !important;
        text-align: center;
        padding: 10px;
    }
    .foot_zag {
        margin-bottom: 5px !important;
    }    

    .trackid {
        margin-top: 20px;
    }

    .foot_details button {
        margin: 20px auto;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }

    .bread {
        display: -webkit-box;
        overflow-x: auto;
    }

    .search input {
        width: 95%;
    }

    header {
        height: auto;
    }

    header .container {
        flex-wrap: wrap;
    }

    header .container .head_item:nth-child(1) {
        width: 45%;
    }

    header .container .head_item:nth-child(2) {
        order: 3;
        width: 100%;
    }

    header .container .head_item:nth-child(3) {
        top: 6px;
        position: relative;
    }

    .logo {
        width: 100%;
    }

    .logo svg {
        width: 100%;
        height: auto;
    }

    .icon_head a span,
    .reg_btn {
        display: none !important;
    }

    .icon_head a small {
        right: -6px;
    }

    .icon_head a svg {
        margin: 0;
    }

    .search {
        margin: 15px 0;
    }

    .sub_menu_user {
        display: block !important;
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        z-index: 9999;
        border-radius: 0;
        width: 250px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
        transition: .5s;
    }

    .opn_umenu {
        left: 0;
        transition: .5s;
    }

    .close_menu {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
        background-color: rgba(62, 84, 152, 0.8);
    }

    .user_data_mob {
        display: block;
        margin: 0 auto 10px;
        padding: 0 0 15px;
        text-align: center;
        border-bottom: 1px #DDD solid;
    }

    .user_data_mob img {
        width: 30%;
        height: auto;
        margin: 0 auto 10px;
        display: block;
    }

    .cabinet_grid {
        grid-template-columns: 1fr;
    }

    .cabinet_grid .right_bl {
        width: auto;
    }

    .profile_bl {
        padding: 20px;
    }

    .ava_bl {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .data_bl {
        margin: 20px 0 0;
        padding: 20px 0 0;
        border-top: 1px #DDD solid;
        width: 100%;
    }

    .history_item {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .icon_his {
        margin: 0 15px 0 0;
    }

    .data_his {
        width: 70%;
    }

    .summ_his {
        width: 100%;
        padding: 10px 0 0 60px;
    }

    .adres_bl {
        width: 100%;
        padding: 20px;
        margin: 0;
    }

    .sort_nav {
        display: -webkit-box;
        overflow-x: auto;
        width: 100vw;
        margin: 0 -20px 20px;
        padding: 0 20px;
    }

    .mob_horscroll {
        display: -webkit-box;
        overflow-x: auto;
        width: 100vw;
        margin: 0 -20px;
    }

    .mob_horscroll .tabl {
        border-left: 0;
        border-right: 0;
        width: 650px;
    }

    .pro_tabl {
        border: 0;
        padding: 0;
        background-color: #FFF;
        width: auto;
        display: block;
        margin: 0 -20px;
    }

    .pro_tabl .zag_tabl,
    .pro_tabl .tabl_row .tabl_cell:first-child {
        display: none !important;
    }

    .product_saler .product_img {
        height: 50px;
        overflow: hidden;
        border: 1px #DDD solid;
        padding: 10px;
        border-radius: 4px;
    }

    .pro_tabl .tabl_row {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 20px;
        border-top: 1px #DDD solid;
        color: #333;
    }

    .pro_tabl .tabl_cell {
        display: block;
        width: 100%;
        padding: 10px 0;
        border: 0;
    }

    .pro_tabl .price_saler {
        margin: 10px 0 0;
    }

    .addpro_tabl,
    .addpro_tabl .tabl_cell {
        display: block;
        text-align: left;
        padding: 0 !important;
        width: auto !important;
    }

    .addpro_tabl .tabl_cell b {
        margin: 0 0 10px;
    }

    .addpro_tabl input, .addpro_tabl select {
        max-width: 100%;
        width: 100%;
    }

    .help_mess {
        display: block;
        position: relative;
        left: inherit;
        top: inherit;
        width: auto;
        margin: 0 -15px 30px -20px;
        padding: 20px 20px 20px 60px;
        background: #EEE;
    }

    .help_mess svg {
        left: 20px;
        top: 20px;
    }

    .pad20 {
        padding: 0 0 20px;
    }

    .ckedit_bl {
        padding: 30px 0;
    }

    .go_pub {
        padding: 10px 30px;
        background-color: #1ccc58;
        color: #FFF;
        border-radius: 4px;
        border: 0;
        font-size: 16px;
        width: 100%;
    }

    .qcatalog_cats {
        grid-template-columns: 1fr 1fr !important;
    }

    .q-cat-item {
        border: 1px solid #ddd !important;
    }

    .q-cat-item-img img {
        width: 50px !important;
    }

    .details_bl {
        padding: 10px 0;
        width: auto;
    }

    .details_item {
        width: 100%;
    }

    .details_item:nth-child(2) {
        padding: 30px 0 0;
        margin: 30px 0 0;
        border: 0;
        border-top: 1px #DDD solid;
    }

    .no_border,
    .details_product {
        padding: 0;
    }

    .details_product_scroll {
        display: -webkit-box;
        overflow-x: auto;
        max-width: 78vw;
    }

    .details_product {
        width: 500px;
    }

    .summ {
        margin: 0 -20px -10px;
        padding: 20px;
        font-size: 14px;
        text-align: left;
        color: #777;
        background: #edeff1;
    }

    .summ b {
        font-size: 24px;
        display: block;
        color: #465b9c;
    }

    #image_preview {
        grid-template-columns: repeat(2, 1fr);
    }

    .cart_bl {
        padding: 20px;
    }

    .cart_bl .tabl_cell {
        padding: 0;
    }

    .q-cart-row .grid_two {
        grid-template-columns: 1fr !important;
        border-bottom: 1px #DDD solid !important;
        padding: 0 20px 20px;
        margin: 0 -20px;
    }

    .go_order {
        width: 100%;
        margin: 15px 0 0;
        padding: 10px 20px;
    }

    .caption_tabl {
        display: none !important;
    }

    .cart_bl .grid_four {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: space-between;
    }

    .cart_bl input[type="number"] {
        padding: 5px;
        width: 50%;
    }

    .cart_bl .remove_cart_item {
        width: 25px;
        overflow: hidden;
        text-align: left;
        display: block;
    }

    .cart_bl .grid_four .tabl_cell:nth-child(1) {
        width: 100%;
        margin: 0 0 10px;
    }

    .cart_bl .product_item {
        display: grid;
        text-decoration: none;
        font-weight: bold;
        align-items: center;
        grid-template-columns: 70px 1fr;
    }

    .cart_bl .product_item .product_img {
        margin: 0 15px 0 0;
    }

    .shop_nav_tabs {
        float: none !important;
        margin: 20px 0 -44px !important;
        padding: 0 !important;
    }

    .shop_nav_tabs li a {
        margin: 0 30px 0 0 !important;
    }

    .shop_product {
        grid-template-columns: 1fr 1fr !important;
    }

    .shop_product .slider_product_item {
        width: 100% !important;
        padding: 0 !important;
    }

    .nav_fav a {
        display: block;
        text-decoration: none;
        padding: 10px 20px;
        background: #ff8d02;
        color: #FFF;
        width: 100%;
        text-align: center;
        border-radius: 4px;
        font-weight: normal;
        font-size: 14px;
    }

    .fav_bl .product_item {
        flex-wrap: wrap;
    }

    .fav_bl .product_img {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        padding: 10px;
    }

    .fav_bl .product_title {
        font-size: 16px;
    }

    .product_rating {
        display: inline-flex;
    }

    .fav_bl .cena_bl {
        text-align: left;
        width: 100%;
        padding: 15px 0 0 65px;
    }

    .cena_bl small {
        font-size: 16px;
    }

    .cena_bl a {
        margin: 10px 0 0;
    }

    .main_sec {
        padding: 20px 0;
    }

    .sub_menu {
        display: none !important;
    }

    .form_bl .agree label a {
        position: relative;
        right: 0;
        top: 0;
    }

    .main_sec .grid_two {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .left_bl {
        overflow-x: auto;
        width: auto;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .left_bl .title_cat {
        display: none;
    }

    .left_bl .list_cat {
        display: -webkit-box;
    }

    .left_bl .list_cat li {
        width: 27%;
    }

    .left_bl .list_cat li a {
        display: block;
        padding: 0 10px;
        margin: 0;
        color: #334D6E;
        font-size: 12px;
        text-decoration: none;
        position: relative;
        text-align: center;
    }

    .list_cat li a:hover {
        color: #eb7f36;
        box-shadow: none;
    }

    .list_cat li a img {
        position: relative;
        left: inherit;
        top: inherit;
        display: block;
        margin: 0 auto 10px;
        padding: 15px;
        background: #FFF;
        width: 70px;
        height: 70px;
        border-radius: 5px;
        box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.02);
    }

    .list_cat li a:hover img {
        box-shadow: inset 0 0 0 2px #f78e2f;
    }

    .q-cat-item:hover {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14) !important;
    }

    .right_bl {
        width: 100vw;
    }

    .slider_main {
        width: inherit;
    }

    .slider_item__text {
        width: 60%;
        padding: 30px 0 30px 40px;
    }

    .slider_item__text h4 {
        font-size: 20px;
        line-height: inherit;
        margin: 0 0 10px;
    }

    .slider_item__text p {
        font-size: 12px;
    }

    .sub_cats {
        display: -webkit-box;
        overflow-x: auto;
        padding: 0 0 0 20px;
    }

    .sub_cats_item {
        background-color: transparent !important;
        min-height: auto;
        margin: 0;
        padding: 0 20px 0 0;
        width: 60%;
    }

    .hot_sec, .pop_sec {
        padding: 30px 0 0;
    }

    .slider_product {
        display: -webkit-box;
        overflow-x: auto;
        margin: 0 -20px;
        padding: 0 0 0 20px;
    }

    .slider_product_item {
        display: block;
        width: 50%;
        margin: 0;
        padding: 0 20px 0 0;
    }

    .slider_product_item .product_title {
        font-size: 14px;
    }

    .slider_product_item .product_img {
        border: 1px #DDD solid;
        padding: 20px;
        border-radius: 10px;
    }

    .slider_product_item .product_img img {
        height: 100px !important;
        display: block;
        margin: auto;
    }

    .description_how {
        padding: 0 0 0 40px;
        font-size: 12px;
        color: #666;
    }

    .description_how svg {
        width: 30px;
        height: auto;
    }

    footer {
        /*display: none;*/
        float: left;
    }

    footer .container {
        display: block;
    }

    /* footer .container > div {
        width: 50%;
        float: left;
        padding: 0 0 0 20px;
    } */

    footer .container > div:nth-child(1) {
        text-align: center;
        width: 100%;
    }

    footer .container > div:nth-child(1) .foot_zag,
    footer .container > div p {
    }

    footer .container > div:nth-child(2) {
        /*padding: 0;*/
        /*width: 100%;*/
    }

    .logo_foot {
        margin: 0 0 10px;
    }

    .tech_help {
        display: inline-block;
        text-align: left;
    }

    .foot_zag {
        margin: 25px 0 0;
        color: #ee7a30;
    }

    .page-type-of-payment .flex_bl {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .page-type-of-payment .flex_bl > div {
        width: 40%;
    }

    .q-callback-form-btn {
        bottom: 10px !important;
        right: 10px !important;
        border-radius: 10px !important;
        padding: 16px !important;
        width: 50px !important;
        height: 50px !important;
        z-index: 100;
    }

    .q-callback-form-btn svg {
        width: 100%;
        height: auto;
    }

    .q-form-inputs {
        flex-wrap: wrap;
    }

    .q-form-input {
        margin: 10px 0 !important;
        max-width: auto !important;
    }

    .js-section .container {
        grid-template-columns: 1fr;
    }

    .filter_bl {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: auto;
        bottom: 0;
        overflow-y: auto;
        background: #FFF;
        z-index: 9999;
        padding: 30px;
    }

    .catalog_product {
        grid-template-columns: 1fr 1fr;
    }

    .catalog_product .slider_product_item {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .head_fil_mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        margin: -30px -30px 0;
        /*border-bottom: 1px #DDD solid;*/
        background: #008be4;
        color: #FFF;
    }

    .head_fil_mob h3 {
        font-size: 24px;
        margin: 0;
    }

    .close_fil {
        display: block !important;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border: 0;
        border-radius: 100px;
    }

    .close_fil:hover {
        background-color: #0c61a2;
    }

    .close_fil div {
        display: block;
        width: 50%;
        height: 2px;
        background-color: #FFF;
        margin: auto;
        position: relative;
    }

    .close_fil div:nth-child(1) {
        transform: rotate(45deg);
        top: 1px;
    }

    .close_fil div:nth-child(2) {
        transform: rotate(-45deg);
        top: -1px;
    }

    .checks label {
        margin: 20px 0 0;
        padding: 0 0 0 30px;
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

    .checks label span {
        top: -1px;
        width: 20px;
        height: 20px;
    }

    .checks label span:before {
        width: 18px;
        height: 18px;
    }

    .sort_by {
        justify-content: space-between;
    }

    .sort_item {
        margin: 0;
        width: 47%;
    }

    .sort_btn select {
        padding: 10px 10px;
        width: 100%;
        border-radius: 4px;
    }

    .single_grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .single_left {
        width: 100vw;
        overflow: hidden;
    }

    .single_slider {
        width: auto;
    }

    .single_main .single_slider_item {
        height: auto;
        display: block;
        padding: 20px 0 50px;
        border-radius: 0;
        border: 0;
        border-top: 1px #DDD solid;
    }

    .alert_slide {
        text-align: center;
    }

    .single_right {
        padding: 20px;
        border-top: 1px #DDD solid;
    }

    .single_right .add_tocart {
        width: 100%;
    }

    .add_tofav {
        justify-content: center;
        align-items: center;
    }

    .colvo_bl small {
        margin: 10px 0 0;
    }

    .desc_single {
        padding: 0;
    }

    .nav_tabs {
        display: -webkit-box;
        padding: 0 20px;
        overflow-x: auto;
    }

    .nav_tabs li a {
        padding: 10px 20px 25px;
    }

    .cont_tabs {
        border: 0;
        border-top: 1px #DDD solid;
        border-radius: 0;
        padding: 20px;
    }

    .coment_tab_nav {
        display: -webkit-box;
        overflow-x: auto;
        padding: 15px 20px;
        margin: 0 -20px;
    }

    .guaranty_item {
        padding: 20px 20px 20px 40px;
        font-size: 14px;
    }

    .guaranty_item svg {
        left: 0;
    }

    .steps_order {
        display: -webkit-box;
        overflow-x: auto;
    }

    .steps_order a {
        display: block;
        width: 60%;
        margin: 0 20px 0 0;
    }

    .step_bl > div.flex_bl {
        display: block;
    }

    .step_bl_item,
    .step_bl_item:last-child {
        width: 100%;
    }

    .check_order {
        padding: 0;
    }

    .check_order > div {
        margin: 10px 0;
        padding: 10px 0;
    }

    .check_order > div.flex_bl {
        display: block;
    }

    .check_order > div.flex_bl .tabl_cell {
        display: block;
    }

    .coment_detail, .detail_deliver {
        display: block;
        width: 100%;
    }

    .check_order .product_img {
        display: block;
        width: 50px;
        height: 50px;
        border: 1px #DDD solid;
        border-radius: 4px;
        padding: 10px;
        overflow: hidden;
    }

    .pro_flex .tabl_cell:nth-child(2) {
        padding: 0 0 0 70px;
    }

    .kaz_post .tabl_cell:nth-child(2) {
        padding: 20px 0 0;
    }

    .foot_step {
        padding: 20px;
        /* background: #edeff1; */
        margin: 0 -20px -20px;
    }

    .foot_step button {
        width: 100%;
        background: #ff8d02;
        opacity: 1;
        padding: 12px 20px;
        font-size: 16px;
    }

    .summ_order .product_price {
        font-size: 24px;
    }

    .summ_order .product_price span {
        display: block;
        font-size: 12px;
        font-weight: normal;
        color: #999;
    }
}

.register-agree-container {
    margin: 5px 0 15px;
}

.form_bl input.register-checkbox {
    display: block;
    width: auto;
}

.form_bl .register-agree-container a {
    position: inherit;
    transform: none;
    right: 0;
    top: 0;
    font-size: inherit;
}

.form_bl .register-agree-container label {
    margin: 0;
    margin-left: 8px;
}


@media (max-width: 350px) {
    .tabs_nav a {
        font-size: 14px;
    }

    .form_bl .agree label a {
        position: relative;
        right: inherit;
        top: inherit;
    }
}