@charset "UTF-8";
/*@media screen and (max-width: 1590px) {*/
/*===============================================tabs */
.tabs {
    padding: 30px 20px;
}
.tabs .tabs_controls {
    border: 1px solid #c2c2c2;
    border-top: none;
    margin-top: -1px;
    width: 290px;
}
.tabs .tabs_controls li {
    width: 288px;
    margin: 0;
    display: flex;
    border: none;
    border-top: 1px solid #c2c2c2;
    height: 43px;
}
.tabs .tabs_controls li.tabs_controls_item:hover, .tabs .tabs_controls li.tabs_controls_item.active {
    background-position: 50% 0;
}
/*li.tab-9:hover, li.tab-9.active, li.tab-10:hover, li.tab-10.active { 
          background-position: 0 0 !important;}*/
.tabs .tabs_controls li .tabs_control_link {
    margin: 0 auto;
}
.tabs .tabs_controls li.tab-1 {
    background: #fff url(../../img/tab-2.png) no-repeat 50% -43px;
}
.tabs .tabs_controls li.tab-1 .tabs__img {
    background: none;
}
.tabs .tabs_controls li.tab-1:hover {
    background: #fff url(../../img/tab-2.png) no-repeat 50% 0;
}
.tabs .tabs_controls li.tab-1:hover .tabs__img {
    background: none;
}
.tabs .tabs_controls li.tab-3 {
    background: #fff;
}
.tabs .tabs_controls li.tab-4 {
    margin-bottom: -3px;
    background: #fff url(../../img/tab-4.png) no-repeat 50% -43px;
}
.tabs .tabs_controls li.tab-4 .tabs__img {
    background: none;
}
.tabs .tabs_controls li.tab-4:hover {
    background: #fff url(../../img/tab-4.png) no-repeat 50% 0;
}
.tabs .tabs_controls li.tab-4:hover .tabs__img {
    background: none;
}
.tabs .tabs_controls li.tab-5 {
    background: #fff url(../../img/tab-3.png) no-repeat 50% -43px;
}
.tabs .tabs_controls li.tab-6 {
    background: #fff url(../../img/tab-6.png) no-repeat 50% -43px;
}
.tabs .tabs_controls li.tab-7 {
    background: #fff url(../../img/tab-7.png) no-repeat 50% -43px;
}
.tabs .tabs_controls li.tab-8 {
    background: #fff url(../../img/tab-8.png) no-repeat 50% -43px;
}
.tabs .tabs_controls li.tab-9, .tabs .tabs_controls li.tab-10, .tabs .tabs_controls li.tab-11 {
    background: #fff;
}
.tabs .tabs_controls li.tab-9.active a:before, .tabs .tabs_controls li.tab-10.active a:before, .tabs .tabs_controls li.tab-11.active a:before {
    background-position: 0 0;
}
.tabs .tabs_controls li.tab-9 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/mercari.png);
    background-position: 134px 0;
}
.tabs .tabs_controls li.tab-10 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/audiounion.png);
    background-position: 134px 0;
}

.tabs .tabs_controls li.tab-11 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/costco.png);
    background-position: 134px 0;
}

.tabs .tabs_controls li.tab-3 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/tab-search-assist.png);
    background-position: 134px 0;
}

.tabs_title {
    width: 290px;
    border: 1px solid #cdcdcd;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background: #fff;
}
.tabs_title::after {
    content: "";
    transform: rotate(180deg);
    background: url("../img/sprite.svg") no-repeat 82% 44%;
    width: 12px;
    height: 12px;
    position: relative;
    transition: 0.3s;
    margin-right: 10px;
    zoom: 2
}
.tabs_title.closed::after {
    transform: rotate(0);
}
.tabs_title li {
    width: 100%;
    border: none;
    padding: 0;
    height: auto;
    margin: 0;
}
.tabs_title li.tabs_controls_item.active, .tabs_title li.tabs_controls_item:hover {
    height: auto;
}
.tabs_title li .tabs_control_link {
    height: 35px;
}
.tabs_title .tab-1 {
    background: #fff url(../../img/tab-2.png) no-repeat 0 0;
}
.tabs_title .tab-4 {
    background: #fff url(../../img/tab-4.png) no-repeat 0 0;
}
.tabs_title .tab-5 {
    background: #fff url(../../img/tab-3.png) no-repeat 0 0;
}
.tabs_title .tab-6 {
    background: #fff url(../../img/tab-6.png) no-repeat 0 0;
}
.tabs_title .tab-7 {
    background: #fff url(../../img/tab-7.png) no-repeat 0 0;
}
.tabs_title .tab-8 {
    background: #fff url(../../img/tab-8.png) no-repeat 0 -3px;
}
.tabs_title .tab-9 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/mercari.png)
}
.tabs_title .tab-10 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/audiounion.png)
}
.tabs_title .tab-11 a:before {
    content: "";
    float: left;
    width: 130px;
    height: 40px;
    margin: 0 5px 0 0;
    background: #fff url(/img/costco.png)
}
.tabs_list {
    margin: 12px 0 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tabs_list .tabs_item {
    background: none;
}
.tabs_list .tabs_item .clear_value {
    top: 25%;
    right: 25px;
    transform: translateY(-50%);
}
.tabs_list .tabs_item form span {
    display: flex;
    flex-direction: row;
}
.form_search input[type="text"] {
    font-size: 16px;
    font-family: "Tahoma", sans-serif;
    padding: 11px 15px 12px;
    border: 1px solid #cdcdcd;
    margin: 0;
    width: calc(100% - 180px);
}
.form_search input[type=button] {
    width: 180px;
    font-size: 18px;
    padding: 9px 0 9px 25px;
    height: auto;
}
.form_search form i {
    top: auto;
    bottom: 10px;
    right: 115px !important;
}
.tabs_title {
    box-sizing: border-box!important;
}
/*}*/
@media screen and (max-width: 1024px) {
    * {
        box-sizing: border-box;
        -webkit-appearance: none;
    }
    html {
        min-width: 100%;
    }
    input[type='text'] {
        border-radius: 0;
    }
    .breadcrumbs {
        min-width: 100%;
        white-space: nowrap;
        overflow: auto;
    }
    .breadcrumbs ul {
        min-width: 100%;
        width: 100%;
        display: flex;
    }
    .breadcrumbs ul li {
        font-size: 14px;
    }
    .breadcrumbs ul li a {
        font-size: 14px;
    }
    .breadcrumbs ul li:first-child {
        margin: 0 0 0 20px !important;
    }
    .wrapper {
        max-width: none;
    }
    .LK .wrap_960_p_0,
    .LK .wrap_960_p_1,
    .wrapper960,
    .wrapper_content,
    .wrap_960_p,
    .wrap_960_p .main,
    .item_page_single .wrapper960,
    .search .wrap_960_p,
    .search .content,
    .catalog_index,
    .seo_text_block .seo_text,
    .category_main_wrap div.content {
        min-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .wrapper_content {
        position: static;
    }
    .wrap_960_p .main,
    div.content {
        padding: 0 20px;
        margin: 0;
    }
    .calc .wrap_960_p,
    .how_we_work .wrap_960_p,
    .item_page_single .wrapper960,
    .pxs_slider .wrapper_content,
    .seo_text_block .seo_text,
    .LK .wrap_960_p_0, .LK .wrap_960_p_1 {
        max-width: 100%;
    }
    .search .content,
    .search .container {
        position: static;
    }
    .child_category_wrap {
        background: none;
    }
    .faq_page .wrap_960_p .heading .separ,
    .table_sizes .separ {
        background: url("https://static.japex.ru/img/line-sep.png");
    }
    /*===============================================header */
    .header {
        height: 80px;
        border-bottom: none;
    }
    .header .wrapper_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .wrapper_content .right {
        width: 40%;
        position: relative;
    }
    .header .wrapper_content .right .top {
        height: 100%;
    }
    .header .wrapper_content .right .bottom {
        width: auto;
        position: static;
    }
    .header .left {
        width: 60%;
        display: flex;
        align-items: center;
    }
    .header .left .top {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-left: 26px;
    }
    .header .left .top p {
        padding: 12px 0;
        font-size: 14px;
    }
    .header .left .top ul {
        display: flex;
        justify-content: space-between;
        padding-right: 14px;
    }
    .header .header--left-bottom__ul__li__a__img__wrap.l-yahoo-green-light,
    .header .header--left-bottom__ul__li__a__img__wrap.l-amazon-green-light {
        width: auto;
        padding: 0;
    }
    .header .logotype {
        height: auto;
        margin: 0;
        width: 110px;
    }
    .header .logotype .header__logo {
        position: static;
        width: 138px;
        transform: scale(0.8);
        transform-origin: 0 50%;
    }
    .header .hregistration,
    .header .clock {
        display: none;
    }
    .header .enter_button {
        position: absolute;
        right: 71px;
        width: auto;
        max-width: none;
        margin: 0 !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .enter_button a {
        background: transparent;
        border: none;
        padding: 0 !important;
    }
    .header .enter_button a::before {
        content: "";
        display: flex;
        background: url("../../img/creating/profile-round-1342.svg") no-repeat center;
        height: 22px;
        width: 20px;
    }
    .header .nav2 {
        height: auto;
    }
    .header .nav2 .li2 {
        margin: 0;
        height: auto;
        position: absolute;
        right: 113px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .nav2 .li2::before {
        content: none;
    }
    .header .nav2 .li2 a {
        height: auto;
        padding: 0;
        line-height: normal;
    }
    .header .nav2 .li2 a::before {
        content: "";
        display: flex;
        background: url(../img/sprite.svg) no-repeat 56.22406639% 16.9642857143%;
        height: 22px;
        width: 20px;
    }
    .header .nav2 > li:nth-child(3),
    .header .nav2 > .li3 {
        display: none;
    }
    .header .nav2 .liforum {
        margin: 0;
        height: auto;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .nav2 .liforum::before {
        content: none;
    }
    .header .nav2 .liforum a {
        height: auto;
        padding: 0;
        line-height: normal;
    }
    .header .nav2 .liforum a::before {
        content: "";
        display: flex;
        background: url("../../img/creating/shopping-cart.svg") no-repeat center;
        height: 26px;
        width: 26px;
    }
    .header .nav2 .li4 .info {
        position: relative;
        left: 0;
        top: 52px;
        text-align: left;
        background: none;
    }
    .header .nav2 .li4 .info .phones {
        font-size: 17px;
        font-weight: 700;
        margin: 0;
    }
    .header .nav2 .li4 .info .text {
        color: #999;
        font-weight: normal;
        font-size: 12px;
        margin: 5px 0 0;
    }
    .header .nav2 .li4:hover {
        color: #000;
    }
    .header .nav2 .li4:hover ul {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .header .nav2 .li4:hover::before {
        background: rgba(0, 0, 0, 0.5);
    }
    .header .nav2 .nav2_help {
        position: absolute;
        right: 100vw;
        background: #fff;
        width: 384px;
        height: calc(100vh - 80px);
        color: #000;
        padding: 50px 20px 25px;
        font-size: 18px;
        transition: 0.3s;
        z-index: 100;
    }
    .header .nav2 .nav2_help:before {
        content: "";
        position: fixed;
        width: calc(100vw - 384px);
        height: calc(100vh - 80px);
        left: calc(-100vw + 384px);
        top: 80px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: left 0.3s;
    }
    .header .nav2 .nav2_help .calc_dost_button {
        position: relative;
        left: 0;
        top: 47px;
        width: 152px;
        height: 44px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
    }
    .header .nav2 .nav2_help ul {
        position: static;
        opacity: 1;
        margin-top: 14px;
    }
    .header .nav2 .nav2_help ul li {
        line-height: 2.14;
        margin: 0 0 1px;
    }
    .header .nav2 .nav2_help ul li a {
        margin: 0;
        font-size: 16px;
        padding: 0;
        color: #57a664;
    }
    .header .nav2 .nav2_help ul li a::before {
        content: none;
    }
    .header .nav2 .nav2_help.open {
        right: calc(100vw - 384px);
    }
    .header .nav2 .nav2_help.open::before {
        left: 384px;
    }
    .header.logined {
        margin-bottom: 80px;
        height: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header.logined .account_name {
        position: absolute;
        width: 100vw;
        right: 0;
        top: 80px;
        background: url("https://static.japex.ru/img/header-bg.jpg") repeat-x;
        margin: 0;
        height: 80px;
        z-index: 1;
    }
    .header.logined .account_name a {
        display: flex !important;
        padding-left: 20px;
    }
    .header.logined .account_name a:last-child {
        top: 15px;
    }
    .header.logined .enter_button {
        position: absolute;
        right: 20px;
        width: auto;
        max-width: none;
        margin: 0 !important;
        top: 150%;
        z-index: 2;
    }
    .header.logined .enter_button a {
        background: #57a664;
        border-bottom: 2px solid #fff;
        padding: 8px 20px !important;
    }
    .header.logined .enter_button a::before {
        content: none;
    }
    .header.logined .balanse_wrap {
        width: 100vw;
        margin: 0;
        bottom: calc(-100% + 15px);
        right: 0;
        max-width: none;
    }
    .header.logined .balanse_wrap > div:hover {
        background: none;
        color: #fff;
    }
    .header.logined .balanse_wrap > div:hover ul {
        display: none;
    }
    .header.logined .balanse_wrap .jap {
        padding: 0 0 0 20px;
        display: flex;
        z-index: 1;
    }
    .header.logined .balanse_wrap .jap span,
    .header.logined .balanse_wrap .jap .flag {
        margin: 0 2px 0 0;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: auto;
    }
    .header.logined .right .account_name .status {
        position: absolute;
        right: 71px;
        left: auto;
        top: -50px;
        height: 22px;
        width: 20px;
        background: url("../../img/creating/profile-round-1342.svg") no-repeat center;
        display: flex;
    }
    .header .menu-burger {
        display: block;
        width: 20px;
        height: 14px;
        margin: 0 20px;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        transition: 0.2s;
        transition-delay: 0.15s;
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }
    .header .menu-burger i {
        display: block;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        height: 2px;
        background-color: #fff;
        width: 100%;
        position: absolute;
        top: 50%;
        transition: 0.3s;
        transition-delay: 0.2s;
    }
    .header .menu-burger:before, .header .menu-burger:after {
        content: "";
        position: absolute;
        top: 0;
        height: 0;
        border-bottom: 2px solid #fff;
        width: 100%;
        left: 0;
        right: 0;
        transition: 0.3s ease;
        transform-origin: right bottom;
    }
    .header .menu-burger:after {
        top: 100%;
        transform-origin: right bottom;
    }
    .header .menu-burger--is-active {
        transform: translate3d(0, 0, 0);
        transition-delay: 0.2s;
    }
    .header .menu-burger--is-active i {
        opacity: 0;
        transition-delay: 0s;
    }
    .header .menu-burger--is-active:after {
        transform: rotate3d(0, 0, 1, 45deg) translate3d(-1px, 1px, 0);
    }
    .header .menu-burger--is-active:before {
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
    }
    /*===============================================pagination */
    .search .main .pagination {
        display: flex !important;
        margin: 0 !important;
    }
    .search .main .pagination:last-child {
        padding: 20px 0 0;
    }
    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        margin: 0 4px;
    }
    .pagination a.next, .pagination a.prew {
        vertical-align: bottom;
    }
    .pagination a.next .arrow, .pagination a.prew .arrow {
        transform: scale(1.5);
    }
    /*===============================================footer */
    .footer {
        height: auto;
        padding: 0;
        background: none;
        margin-top: 40px;
    }
    .footer .wrapper_content {
        position: relative;
        padding: 46px 20px 4px;
        background: #485566;
    }
    .footer1 .right {
        width: calc(100% - 30px);
        position: absolute;
        top: 39px;
    }
    .footer1 .right .soc_links {
        display: flex;
        flex-direction: row-reverse;
    }
    .footer1 .right a {
        float: left;
        margin-left: 0;
        margin-right: 7px;
    }
    .footer1 .right p {
        float: left;
        top: 0;
    }
    .footer1 .right form {
        display: none;
    }
    .footer1 .left {
        width: 100%;
    }
    .footer1 .left h2 {
        font-size: 16px;
        line-height: normal;
    }
    .footer1 .left ul {
        margin: 28px 0 26px;
    }
    .footer1 .border_bottom {
        margin: 0 0 23px 0;
    }
    .footer2 {
        display: grid;
        grid-template-columns: 45% auto;
    }
    .footer2 .footer2_1 {
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
    }
    .footer2 .footer2_1 ul li {
        line-height: 1.9;
    }
    .footer2 .footer2_2 {
        width: 100%;
        padding-bottom: 40px;
    }
    .footer2 .footer2_2 ul li {
        line-height: 1.9;
        padding-bottom: 0;
    }
    .footer2 .footer2_4 {
        position: absolute;
        bottom: 40px;
        width: 144px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        right: 20px;
    }
    .footer2 .footer2_4 img {
        width: 100% !important;
    }
    .footer2 .footer2_3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-bottom: 30px;
    }
    .footer2 .footer2_3 span,
    .footer2 .footer2_3 a {
        font-size: 18px;
        color: #57a664;
        display: block;
        font-weight: 700;
        text-decoration: none;
    }
    .footer2 .footer2_3 .block {
        margin: 0;
    }
    .footer2 .footer2_3 .block a {
        margin-top: 0;
        line-height: 2.14;
        font-weight: normal;
        font-size: 14px;
    }
    .footer2 .footer2_3 .block a::before {
        top: 2px;
    }
    .footer3 {
        margin-top: 0;
        padding-bottom: 30px;
        padding-top: 28px;
        background-repeat: repeat;
        height: auto;
    }
    .footer3 .wrapper_content {
        padding: 0;
        background: transparent;
    }
    .footer3 ul {
        width: auto;
        overflow: scroll;
        display: flex;
        flex-direction: row;
        height: auto;
    }
    .footer3 ul li {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0 10px;
    }
    .footer3 ul li.wide {
        width: auto;
    }
    .footer3 ul li a {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer3 .footer__pay__icon {
        display: flex;
        position: relative;
    }
    .footer3 .tip:hover:after {
        content: none;
    }
    .footer4 {
        padding: 15px 0;
    }
    .footer4 .wrapper_content {
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .footer4 .wrapper_content .clear {
        display: none;
    }
    /*===============================================popups */
    .item_card_pop_up .button.button_grey {
        height: auto;
        margin-top: 10px;
    }
    #pop_up_warning_strahovka .box_pop_up .button_green {
        margin: 0 auto 10px;
    }
    #pop_up_reg .green_window {
        position: absolute;
        top: 225px;
        text-align: center;
        width: 100%;
    }
    #pop_up_reg .green_window .green_corner {
        display: none;
    }
    #pop_up_reg input[type="text"],
    #pop_up_reg input[type="password"] {
        width: 100%;
    }
    #pop_up_reg form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }
    #pop_up_reg form br {
        display: none;
    }
    #pop_up_reg form span,
    #pop_up_reg form a {
        width: 100%;
        text-align: center;
    }
    #pop_up_reg form .PassRecovery {
        width: 50%;
        font-size: 12px;
        padding-bottom: 15px;
        color: #1c6de4;
        text-align: right;
    }
    #pop_up_reg form .wrap-pass {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }
    #pop_up_reg form label {
        top: auto;
        padding: 0 0 14px;
        display: flex;
        align-items: center;
    }
    #pop_up_reg form label input {
        margin-right: 6px;
        -webkit-appearance: checkbox;
    }
    #pop_up_reg form .b_l {
        padding-bottom: 70px;
    }
    #pop_up_reg .box_pop_up {
        width: 480px;
        background: #fff;
        padding: 40px 0;
        border: none;
    }
    #pop_up_reg .left {
        width: 100%;
        border-right: none;
        padding: 0 40px;
    }
    #pop_up_reg .left .mode_handler {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px 0 20px;
    }
    #pop_up_reg .left .mode_handler:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
        background: url("../../img/creating/profile-round.svg") no-repeat center, #57a664;
        border-radius: 50%;
    }
    #pop_up_reg .left .mode_handler span {
        margin-left: 0;
        font-size: 20px;
        padding: 0 15px;
    }
    #pop_up_reg .mode_content {
        margin: 0;
    }
    #pop_up_reg .mode_content input[type='submit'] {
        width: 100%;
    }
    #pop_up_reg .mode_content .or {
        padding: 10px 0;
    }
    #pop_up_reg .mode_content span {
        text-align: center;
        padding-bottom: 15px;
        line-height: 1.29;
    }
    #pop_up_reg .mode_content span a {
        display: block;
    }
    #pop_up_price_request .box_pop_up {
        width: 366px;
        padding: 30px 10px 5px;
        margin: 0 auto;
    }
    #pop_up_price_request .box_pop_up .heading {
        border-bottom: none;
        margin-bottom: 10px;
    }
    #pop_up_price_request .box_pop_up form {
        font-size: 12px;
    }
    #pop_up_price_request .box_pop_up input,
    #pop_up_price_request .box_pop_up textarea {
        width: 100%;
        margin: 5px 0 15px !important;
        padding: 10px 5px 11px;
    }
    #pop_up_price_request .box_pop_up textarea {
        height: 80px;
        margin-bottom: 3px !important;
    }
    #pop_up_price_request .box_pop_up .button {
        width: 48% !important;
        height: auto;
        margin: 5px 0 15px;
    }
    #pop_up_price_request .box_pop_up .bid_error {
        padding: 0;
    }
    #pop_up_question .box_pop_up {
        padding: 24px 10px 20px;
        width: 50vw;
        margin: 0 auto;
    }
    #pop_up_question .box_pop_up span.heading {
        padding-bottom: 20px;
    }
    #pop_up_question .box_pop_up .questions_to_sellers {
        height: 30vh;
    }
    #pop_up_question .box_pop_up .question_box {
        margin: 26px 0;
        padding: 12px;
    }
    #pop_up_question .box_pop_up .question_box b {
        font-size: 14px;
    }
    #pop_up_question .box_pop_up .question_box p {
        font-size: 12px;
    }
    #pop_up_question .box_pop_up .answer_box {
        margin: 0 0 20px 20px;
        padding: 12px;
    }
    #pop_up_question .box_pop_up .answer_box b {
        font-size: 14px;
    }
    #pop_up_question .box_pop_up .answer_box p {
        font-size: 12px;
    }
    #pop_up_question .box_pop_up h2 {
        font-size: 16px;
    }
    #pop_up_question .box_pop_up h2 + span {
        font-size: 12px !important;
        display: block;
        line-height: 1.2;
    }
    #pop_up_question .box_pop_up textarea {
        height: 80px;
        padding: 5px;
    }
    #pop_up_question .box_pop_up .button {
        width: 49% !important;
    }
    #pop_up_question .box_pop_up .button.button_grey {
        height: auto;
    }
    #pop_up_stavka .box_pop_up {
        width: 366px;
        padding: 34px 10px 20px;
        margin: 0 auto;
    }
    #pop_up_stavka .box_pop_up label {
        margin: 10px 0;
    }
    #pop_up_stavka .box_pop_up form > p {
        font-size: 16px !important;
    }
    #pop_up_stavka .box_pop_up form div {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100% !important;
        margin: 5px 0;
    }
    #pop_up_stavka .box_pop_up form div > span {
        font-size: 16px !important;
        margin: 0 !important;
        width: 63%;
    }
    #pop_up_stavka .box_pop_up form div .lot_bid,
    #pop_up_stavka .box_pop_up form div .lot_quantity {
        font-size: 18px !important;
        padding: 8px 10px;
    }
    #pop_up_stavka .box_pop_up form div .window_popup {
        position: absolute;
        left: 2.5% !important;
        top: 60% !important;
        width: 95% !important;
        z-index: -1;
    }
    #pop_up_stavka .box_pop_up form .pending_bid_row > span {
        width: auto;
        margin-left: 30px !important;
        transform: scale(1.4);
        display: flex;
    }
    #pop_up_stavka .box_pop_up textarea {
        height: 80px;
        padding: 5px;
    }
    #pop_up_stavka .box_pop_up textarea::placeholder {
        opacity: 0;
    }
    #pop_up_stavka .box_pop_up .stavka-coment {
        position: relative;
        padding-top: 16px;
    }
    #pop_up_stavka .box_pop_up .stavka-coment:before {
        content: "Ваш комментарий";
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Tahoma", sans-serif;
    }
    #pop_up_stavka .heading {
        border-bottom: none;
    }
    #pop_up_stavka.item_card_pop_up form .button {
        width: 48% !important;
    }
    #pop_up_stavka.item_card_pop_up form .button.button_grey {
        height: auto;
    }
    #pop_up_seller_request .box_pop_up {
        width: 366px;
        padding: 10px;
        margin: 0 auto;
    }
    #pop_up_seller_request form textarea {
        width: 100%;
    }
    #pop_up_seller_request form .button {
        width: 47% !important;
    }
    #pop_up_seller_request form .button.button_grey {
        height: auto;
    }
    .pop_up_post_review form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .pop_up_post_review form textarea {
        width: 100%;
    }
    /*===============================================FAQ */
    .faq_page .sidebar {
        position: absolute;
        width: 384px;
        left: -100vw;
        top: 0;
        height: 100vh;
        z-index: 10000;
        background: url("https://japex.ru/res/img/body-bg.jpg") repeat;
        transition: 0.3s;
        padding: 0;
        margin: 0;
        overflow: auto;
    }
    .faq_page .sidebar:before {
        content: "";
        position: fixed;
        width: calc(100vw - 384px);
        height: 100vh;
        left: calc(-100vw + 384px);
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: left 0.3s;
    }
    .faq_page .sidebar.open {
        left: 0;
    }
    .faq_page .sidebar.open:before {
        left: 384px;
    }
    .faq_page .sidebar em {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        height: 58px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 47px;
        font-family: "Tahoma", sans-serif;
        font-size: 19px;
        font-weight: 700;
        font-style: normal;
    }
    .faq_page .sidebar em::before {
        content: " ";
        width: 20px;
        height: 20px;
        background: url("../../img/creating/grid.svg") no-repeat center;
        background-size: 100%;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_page .sidebar em::after {
        content: "";
        position: absolute;
        right: 15px;
        background: url("../../img/creating/close.svg") no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_page .sidebar div {
        padding: 15px;
        border-bottom: 1px solid #b3b3b3;
    }
    .faq_page .sidebar hr {
        display: none;
    }
    .faq_page .sidebar .side_widget span {
        display: flex;
        width: 100%;
    }
    .faq_page .sidebar .side_widget ul {
        padding-top: 10px;
    }
    .faq_page .sidebar .side_widget li {
        padding-bottom: 0;
        padding-top: 0;
        line-height: 1.86;
    }
    .faq_page .wrap_960_p {
        padding: 23px 0 0;
    }
    .faq_page .wrap_960_p .heading {
        padding: 0 20px;
    }
    .faq_page .wrap_960_p .heading h2 {
        font-size: 18px;
        line-height: 1.4;
    }
    .faq_page .wrap_960_p .heading .icon {
        zoom: 0.9;
        top: 0;
    }
    .faq_page .wrap_960_p .heading .separ {
        margin-top: 22px;
    }
    .faq_page .catalog_acc {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000;
        line-height: 1;
        padding-left: 41px;
        margin-left: 15px;
        margin-top: 15px;
        width: 122px;
        height: 38px;
        border: 1px solid #e1e1e1;
        background: #fff;
    }
    .faq_page .catalog_acc::before {
        content: "";
        position: absolute;
        left: 15px;
        background: url("../../img/creating/grid.svg") no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .main.right {
        font-size: 12px;
    }
    .main.right h2,
    .main.right h3 {
        font-size: 16px;
    }
    .main.right img {
        max-width: 100%;
    }
    .main p {
        font-size: 12px;
    }
    /*===============================================basket */
    .search .wrapper > .content {
        padding: 0 20px;
    }
    .shopping-cart-table {
        margin-top: 70px !important;
    }
    .shopping-cart-table th {
        white-space: nowrap;
    }
    .shopping-cart-table tr {
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .shopping-cart-table .cart-item-title {
        width: 45%;
    }
    .cart_button,
    .calc_cart_button {
        margin: 20px 10px 20px 0 !important;
    }
    .cart_button ~ p,
    .calc_cart_button ~ p {
        font-size: 12px !important;
    }
    /*===============================================reviews */
    .reviews div.content {
        padding: 0 20px;
    }
    .reviews .titling h2 {
        font-size: 18px;
        display: flex;
        align-items: center;
        padding: 0 0 0 9px;
        width: 195px;
        background-position: -15px 0;
        margin-bottom: 25px;
    }
    .reviews .line_sep {
        height: 5px;
        background-repeat: repeat;
        margin: 20px 0;
    }
    .reviews .review {
        width: 48%;
        margin: 10px 0;
    }
    .reviews .review:nth-child(2n) {
        margin-right: 2%;
    }
    .reviews .review h3,
    .reviews .review p,
    .reviews .review span {
        padding-right: 0;
    }
    /*===============================================main */
    ul.pxs_slider h1 {
        font-size: 30px;
    }
    ul.pxs_slider .slider_desc .caption {
        font-size: 16px;
    }
    .pxs_navigation {
        display: none;
    }
    .slider_image {
        height: 332px;
        max-height: 332px;
    }
    .slider_image img {
        width: auto;
        max-height: 332px;
    }
    .catalog_index {
        position: relative;
    }
    .catalog_index .tovar_block {
        width: 33.3%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0;
        height: 33.3vw;
        background: none;
    }
    .catalog_index .tovar_block:nth-child(-n + 4) {
        padding-top: 89px;
        height: calc(33.3vw + 59px);
    }
    .catalog_index .tb1,
    .catalog_index .tb7,
    .catalog_index .tb13,
    .catalog_index .tb19 {
        background: #cde7da;
    }
    .catalog_index .tb2,
    .catalog_index .tb8,
    .catalog_index .tb14,
    .catalog_index .tb20 {
        background: #b1d1eb;
    }
    .catalog_index .tb3,
    .catalog_index .tb9,
    .catalog_index .tb15 {
        background: #f2bcb0;
    }
    .catalog_index .tb4,
    .catalog_index .tb10,
    .catalog_index .tb16 {
        background: #e1a8bb;
    }
    .catalog_index .tb5,
    .catalog_index .tb11,
    .catalog_index .tb17 {
        background: #a7cfce;
    }
    .catalog_index .tb6,
    .catalog_index .tb12,
    .catalog_index .tb18 {
        background: #edc7a0;
    }
    .catalog_index .tb_img {
        position: static;
        margin: 0;
    }
    .catalog_index .tb_text {
        position: relative;
        width: calc(100% - 12px);
        margin: 0 auto;
        height: 55px;
        bottom: auto;
    }
    .go_to_catalog {
        width: calc(100% - 40px);
        margin: 30px auto 40px;
    }
    .go_to_catalog .go_to_catalog_1 {
        width: 350px !important;
    }
    .go_to_catalog .go_to_catalog_1 a {
        box-sizing: content-box;
        margin: 0 10px;
        padding: 10px 15px 10px 5px;
    }
    .go_to_catalog .go_to_catalog_1 a:after {
        top: 13px;
    }
    .how_we_work {
        padding: 0 20px 30px;
    }
    .how_we_work .spec_pred_title {
        margin-top: 0;
    }
    .how_we_work .spec_pred_title span {
        padding: 0;
    }
    .how_we_work .way_wrap {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px 34px 0;
    }
    .how_we_work .way_wrap .calc_link {
        display: none;
    }
    .how_we_work .way_wrap .popup {
        position: static;
        display: none;
        width: calc(100% - 30px);
        margin: 20px auto 10px;
        max-height: 0;
        height: auto;
        overflow: hidden;
        padding: 0;
    }
    .how_we_work .way_wrap .popup:before {
        content: none;
    }
    .how_we_work .way_wrap > div {
        position: static;
        width: 49%;
        background-position: center 20%;
        margin: 0 0 10px;
    }
    .how_we_work .way_wrap > div.other .more_pop:after {
        transform: rotate(135deg);
        top: 18px;
    }
    .how_we_work .way_wrap > div.other .popup {
        max-height: 400px;
        display: flex !important;
        opacity: 1 !important;
        padding: 10px;
    }
    .how_we_work .way_wrap > div .more_pop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 30px 0 15px;
        color: #57a664;
        font-size: 14px;
        position: relative;
    }
    .how_we_work .way_wrap > div .more_pop:before {
        width: 33px;
        height: 33px;
        font-size: 24px;
        font-family: "Open Sans Condensed", sans-serif;
        border-width: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .how_we_work .way_wrap > div .more_pop:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-left: 1px solid #57a664;
        border-bottom: 1px solid #57a664;
        transform: rotate(-45deg);
        right: 15px;
        top: 16px;
    }
    .how_we_work .way {
        display: none;
    }
    .how_we_work .step_1 {
        height: 343px;
        background-color: #fff;
    }
    .how_we_work .step_1 > p {
        margin: 0 auto;
        padding-top: 205px;
        padding-bottom: 50px;
    }
    .how_we_work .step_1 .more_pop:before {
        content: "1";
        border-radius: 10px;
        border-style: solid;
        border-color: #57a664;
        background-color: #57a664;
        color: #fff;
    }
    .how_we_work .step_2 {
        height: 305px;
        background-color: #fff;
    }
    .how_we_work .step_2 > p {
        margin: 0 auto;
        padding-top: 160px;
        padding-bottom: 25px;
        width: 245px;
    }
    .how_we_work .step_2 > p br {
        display: none;
    }
    .how_we_work .step_2 .more_pop:before {
        content: "2";
        border-radius: 50%;
        border-color: #57a664;
        border-style: solid;
        background-color: #fff;
        color: #57a664;
    }
    .how_we_work .step_3 {
        height: 337px;
        background-color: #fff;
    }
    .how_we_work .step_3 > p {
        margin: 0 auto;
        width: 190px;
        padding-top: 190px;
        padding-bottom: 30px;
    }
    .how_we_work .step_3 > p br {
        display: none;
    }
    .how_we_work .step_3 .more_pop:before {
        content: "3";
        border-radius: 50%;
        border-style: dashed;
        border-color: #57a664;
        background-color: #fff;
        color: #57a664;
    }
    .how_we_work .step_4 {
        height: 337px;
        background-color: #fff;
    }
    .how_we_work .step_4 > p {
        margin: 0 auto;
        padding-top: 205px;
        padding-bottom: 15px;
        width: 240px;
    }
    .how_we_work .step_4 .more_pop:before {
        content: "4";
        border-radius: 50%;
        border-style: solid;
        border-color: #57a664;
        background-color: #fff;
        color: #57a664;
    }
    .how_we_work .step_5 {
        height: 378px;
        background-color: #fff;
    }
    .how_we_work .step_5 > p {
        margin: 0 calc(50% - 120px - 13px);
        padding-top: 235px;
        padding-bottom: 35px;
        width: 239px;
    }
    .how_we_work .step_5 .more_pop:before {
        content: "5";
        border-radius: 50%;
        border-style: dashed;
        border-color: #57a664;
        background-color: #fff;
        color: #57a664;
    }
    .how_we_work .step_6 {
        height: 286px;
        background-color: #fff;
    }
    .how_we_work .step_6 > p {
        margin: 0 auto;
        padding-top: 150px;
        padding-bottom: 35px;
        width: 200px;
    }
    .how_we_work .step_6 .more_pop:before {
        content: "6";
        border-radius: 50%;
        border-style: dashed;
        border-color: #57a664;
        background-color: #fff;
        color: #57a664;
    }
    .how_we_work .round_text {
        position: static;
        background: none;
        height: 74px;
        width: calc(100% - 30px);
        margin: 0 auto;
        border: 2px dashed #57a664;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .how_we_work .round_text > p {
        margin: 0;
    }
    .how_we_work .round_text > p br {
        display: none;
    }
    .city {
        background-size: contain;
    }
    .city .city_addres {
        margin: 0 0 60px 0;
    }
    .city .city_addres h6,
    .city .city_addres span,
    .city .punktir_line {
        display: none;
    }
    .city .airplane {
        width: 100%;
        background-size: contain;
        height: auto;
    }
    .city .airplane .ap_left_block {
        padding: 70px 0 45px 20px;
    }
    .city .airplane .ap_left_block h6 {
        width: 220px;
        font-size: 16px;
        margin-left: 65px;
    }
    .city .airplane .ap_left_block h5 {
        text-align: left;
        font-size: 24px;
        margin-top: 20px;
        margin-left: 30px;
    }
    .index_two_blocks {
        width: 100%;
        padding: 0 20px;
    }
    .index_two_blocks a.white_button {
        margin: 20px 0 0;
        font-size: 12px;
        padding: 12px 26px 12px 19px;
    }
    .index_two_blocks a.white_button:after {
        top: 14px;
    }
    .index_two_blocks .left_block {
        width: 100%;
        float: none;
        margin: 0;
    }
    .index_two_blocks .left_block h5.title:after {
        width: calc(100% - 80px);
    }
    .index_two_blocks .left_block .news_slider .slide {
        padding-top: 20px;
        border-top: 1px solid #d7d7d7;
    }
    .index_two_blocks .left_block .news_slider .slide:first-child {
        padding-top: 0;
        border-top: none;
    }
    .index_two_blocks .left_block .news_slider .slide:nth-child(n + 3) {
        display: none;
    }
    .index_two_blocks .left_block .news_slider .wrap_news {
        padding: 0;
        margin: 0;
        border: none;
    }
    .index_two_blocks .left_block .news_slider .date {
        height: auto;
        overflow: auto;
    }
    .index_two_blocks .left_block .news_slider .date h5.title_news {
        line-height: 1.25;
        margin: 10px 10px 0;
    }
    .index_two_blocks .left_block .news_slider .m_y {
        width: 86px;
    }
    .index_two_blocks .left_block .news_slider .day {
        width: 38px;
        height: 38px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        margin: 0 0 0 -105px;
    }
    .index_two_blocks .left_block .news_slider p {
        font-family: "Tahoma", sans-serif;
    }
    .index_two_blocks .right_block {
        width: 100%;
        float: none;
    }
    .index_two_blocks .right_block h5:after {
        width: 90%;
    }
    .index_two_blocks .right_block .otzivi_slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #d7d7d7;
    }
    .index_two_blocks .right_block .otzivi_slider .slide {
        height: auto;
        width: 50% !important;
        overflow: visible;
    }
    .index_two_blocks .right_block .otzivi_slider .slide:nth-child(n + 5) {
        display: none;
    }
    .index_two_blocks .right_block .otzivi_slider .slide br {
        display: none;
    }
    .index_two_blocks .right_block .otzivi_slider .photo {
        width: 56px;
        height: 56px;
        padding: 3px;
        margin-right: 10px;
    }
    .index_two_blocks .right_block .otzivi_slider .photo:after {
        content: none;
    }
    .index_two_blocks .right_block .otzivi_slider .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index_two_blocks .right_block .otzivi_slider p {
        font-family: "Tahoma", sans-serif;
        padding: 5px 0;
    }
    .index_two_blocks .right_block .otzivi_slider .name {
        line-height: 1.25;
        text-align: left !important;
        padding: 0;
        font-size: 14px;
    }
    .index_two_blocks .right_block .otzivi_slider .name:nth-child(2) {
        font-size: 16px;
        height: 56px;
        overflow: hidden;
    }
    .our_blog {
        width: calc(100% - 40px);
    }
    .our_blog .spec_pred_title {
        text-align: center;
        margin: 10px 0 30px;
    }
    .our_blog .spec_pred_title span {
        padding: 0 9px;
    }
    .our_blog .our_blog_slider .slide,
    .our_blog .our_blog_slider .slide.short {
        width: calc(33.3vw - 90px) !important;
        margin: 0 40px !important;
    }
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
    .our_blog .our_blog_slider .slide,
    .our_blog .our_blog_slider .slide.short {
        width: calc(50vw - 100px) !important;
    }
}
@media screen and (max-width: 1024px) {
    .our_blog .our_blog_slider p {
        margin-top: 20px;
    }
    .our_blog .our_blog_slider .author {
        margin-top: 0;
    }
    .our_blog .our_blog_slider .block_img {
        width: 100%;
        height: calc(33.3vw - 90px);
        padding: 10px;
    }
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
    .our_blog .our_blog_slider .block_img {
        height: calc(50vw - 100px);
    }
}
@media screen and (max-width: 1024px) {
    .our_blog .our_blog_slider .block_img .inner {
        width: 100% !important;
        height: 100% !important;
    }
    .our_blog .our_blog_slider .block_img img {
        width: 100% !important;
        height: 100% !important;
        border: none;
        object-fit: contain;
    }
    .our_blog .our_blog_slider .title {
        padding: 22px 0 0 10px;
        margin: 0;
    }
    .our_blog .our_blog_slider h5 {
        max-width: 200px;
    }
    .our_blog .our_blog_slider .white_button:after {
        top: 16px;
    }
    .our_blog .our_blog_slider .date .day {
        height: 38px;
        width: 38px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .our_blog .our_blog_slider .date .m_y {
        height: 55px;
        margin: 28px 0 0 0;
    }
    .our_blog .all_spec_pred {
        width: 66px;
        margin: 29px 40px 0 0;
        font-family: "Tahoma", sans-serif;
    }
    .our_blog .all_spec_pred:after {
        top: 0;
        zoom: 1.2;
        right: -35px;
    }
    .our_blog .bx-wrapper .bx-controls-direction a {
        width: 24px;
        height: 24px;
        bottom: -54px;
        transform: scale(1.34);
    }
    .our_blog .bx-wrapper .bx-controls-direction .bx-prev {
        left: calc(50% - 37px);
    }
    .our_blog .bx-wrapper .bx-controls-direction .bx-next {
        left: calc(50% + 13px);
        right: auto;
    }
    .typo_liniya {
        width: calc(100% - 40px);
        margin: 40px auto 10px;
    }
    .wtf {
        margin: 0 auto 35px;
    }
    .seo_text_block {
        padding: 310px 0 10px;
    }
    .seo_text_block .seo_text {
        padding: 0 60px;
    }
    .seo_text_block .seo_text p {
        text-align: center;
    }
    .seo_text_block .seo_text h2 {
        margin: 0 0 28px;
        font-size: 22px;
        line-height: 1.1;
    }
    .seo_text_block .seo_text h2:after {
        bottom: -13px;
        top: auto;
    }
    /*===============================================Calc */
    .calc .main_top_img {
        height: 50.521vw;
        min-width: 100%;
    }
    .calc .main_top_img .wrap_960_p {
        height: auto;
    }
    .calc .main_top_img .slogan {
        top: 31.5vw;
        right: 45px;
        height: 69px;
        width: 290px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px;
        background-size: contain;
        margin: 0 auto;
    }
    .calc .parallax-layer {
        top: 0;
        max-width: 100%;
    }
    .calc .layer_1 {
        position: absolute;
        background-size: cover;
        background-position: 79% 0;
        min-width: 100%;
        width: 100%;
        height: 50.521vw;
        top: 0;
    }
    .calc .layer_3 {
        min-width: 100%;
        height: 50.521vw;
        background-size: auto 80%;
        background-position: 54% 100%;
    }
    .calc .layer_4 {
        display: none;
        min-width: 100%;
        height: 50.521vw;
    }
    .calc .layer_5 {
        display: none;
        min-width: 100%;
        height: 50.521vw;
        background-size: cover;
        background-position: 35% 0;
    }
    .calc .layer_7 {
        display: none;
        min-width: 100%;
        height: 50.521vw;
        background-size: cover;
        background-position: 32% 0;
    }
    .calc .layer_9 {
        display: none;
        min-width: 100%;
        height: 50.521vw;
        background-size: cover;
        background-position: 30% 0;
    }
    .calc .titling .icon {
        zoom: 0.65;
    }
    .calc .titling h2 {
        font-size: 16px;
    }
    .calc .titling.second .icon {
        zoom: 0.8;
    }
    .calc .titling.second h2 a {
        border: none;
        text-decoration: underline;
        height: auto;
        padding-top: 5px;
    }
    .calc .typo_liniya {
        margin-bottom: 10px;
    }
    .calc .variable_cont {
        border: none;
    }
    .calc .variable_cont > div.active {
        display: flex;
        flex-direction: column-reverse;
    }
    .calc .variable_cont table tr {
        border: none;
        display: flex;
        justify-content: space-between;
    }
    .calc .variable_cont table.calc_item {
        margin: 0;
    }
    .calc .variable_cont table.calc_item tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .calc .variable_cont table.calc_item tr {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 15px;
    }
    .calc .variable_cont table.calc_item tr:first-child td {
        padding: 5px 0;
    }
    .calc .variable_cont table.calc_item td {
        font-size: 24px;
        white-space: nowrap;
        width: 250px;
    }
    .calc .variable_cont table.calc_item td:first-child {
        font-size: 14px;
    }
    .calc .variable_cont table.calc_item td input {
        font-size: 21px !important;
        padding: 7px 10px;
        width: calc(100% - 15px) !important;
        font-family: "Tahoma", sans-serif;
    }
    .calc .variable_cont .tabs_content {
        position: relative;
        display: flex;
        top: auto;
        margin: 0 0 40px;
        width: 375px;
    }
    .calc .tabs_content_wrapper {
        position: static !important;
        width: 375px !important;
        min-width: auto;
        margin: 0;
    }
    .calc .tabs_content_wrapper .heading_wrap {
        height: auto;
    }
    .calc .tabs_content_wrapper .heading_wrap .heading {
        background: none;
        font-size: 18px;
    }
    .calc .tabs_content_wrapper .tab_content_item {
        width: calc(100% - 30px);
    }
    .calc .tabs_content_wrapper .row_pseudo .left,
    .calc .tabs_content_wrapper .row_pseudo .right {
        font-size: 12px;
    }
    .calc .global_pricing {
        height: auto;
    }
    .calc .calc_deliv > div {
        display: flex;
    }
    .calc .calc_deliv > div > div:first-child {
        font-size: 14px;
        width: 140px;
        margin-right: 45px;
    }
    .calc .calc_deliv > div input {
        font-family: "Tahoma", sans-serif;
        min-width: 125px;
        text-align: center;
        font-size: 18px;
    }
    .calc .weight_calc {
        display: none;
    }
    .calc .deliv_types_wrap {
        min-width: 100%;
        width: 100%;
    }
    .calc .disabled .deliv_type {
        padding: 14px 15px;
    }
    .calc .deliv_type {
        padding: 24px 15px;
    }
    .calc .deliv_type:before {
        top: 26px;
    }
    .calc .deliv_type .top_row {
        display: flex;
        justify-content: space-between;
    }
    .calc .deliv_type table {
        width: 100%;
    }
    .calc .deliv_type .advantages {
        width: 100%;
        text-align: right;
    }
    .calc .deliv_type table tr:first-child td:first-child {
        padding-left: 15px;
        padding-bottom: 10px;
    }
    .calc .deliv_type table td:first-child {
        width: auto;
        min-width: auto;
    }
    .calc .window_popup {
        left: 50% !important;
        width: 100%;
        max-width: 340px;
        transform: translateX(-50%);
    }
    .calc .warning_text {
        min-width: 100%;
        width: 100%;
    }
    .calc .forbidden_items_wrap .top_bar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 4px 0 0 50px;
        margin: 20px 0 10px;
        position: relative;
        font-size: 16px;
    }
    .calc .forbidden_items_wrap .stop_icon {
        position: absolute;
        top: 0;
        left: 15px;
        zoom: 0.9;
    }
    .calc .dropdown_list.cusom_chckbx {
        width: 129px;
        font-size: 12px;
        margin: -7px 20px 0;
    }
    .calc .dropdown_list.cusom_chckbx.open ul {
        z-index: 1;
    }
    .calc .dropdown_list.cusom_chckbx .head > div:first-child {
        width: calc(100% - 18px);
    }
    .calc .dropdown_list.cusom_chckbx li.by_mail span:after,
    .calc .dropdown_list.cusom_chckbx div.by_mail span:after {
        margin-top: 5px;
    }
    .calc .spec_pred_title {
        margin: 0 auto 20px;
        text-align: center;
    }
    .calc .spec_pred_title span {
        padding: 0 9px;
    }
    .calc .deliv_methods {
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .calc .deliv_methods .heading {
        zoom: 0.9;
        display: flex;
        align-items: center;
    }
    .calc .deliv_methods .heading .icon {
        margin-top: 0;
    }
    .calc .deliv_methods .deliv_method {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .calc .deliv_methods .deliv_method:last-child {
        margin-bottom: 10px;
    }
    .calc .deliv_methods .deliv_method .name {
        padding: 0;
    }
    .calc .deliv_methods .deliv_method p {
        padding: 6px 0 9px;
    }
    .calc .deliv_methods .deliv_method .link_list {
        padding: 0;
    }
    .forbidden_items {
        width: calc(100% - 120px);
    }
    .forbidden_items > div {
        width: 25%;
        height: 182px;
        border: none;
        border-top: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }
}
@media screen and (max-width: 1024px) and (max-width: 950px) and (min-width: 600px) {
    .forbidden_items > div {
        font-size: 11px;
    }
}
@media screen and (max-width: 1024px) {
    .forbidden_items > div:nth-child(4n) {
        border-right: none;
    }
    .forbidden_items > div:nth-child(-n + 4) {
        border-top: none !important;
    }
    .forbidden_items > div.border_n_t, .forbidden_items > div.border_n_t_r, .forbidden_items > div.border_n_t_l, .forbidden_items > div.border_n_l, .forbidden_items > div.border_n_r, .forbidden_items > div.border_n_b_l, .forbidden_items > div.border_n_b, .forbidden_items > div.border_n_r_b {
        width: 25% !important;
        height: 182px;
        border: none;
        border-top: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
    }
    .forbidden_items > div.border_n_t:nth-child(4n), .forbidden_items > div.border_n_t_r:nth-child(4n), .forbidden_items > div.border_n_t_l:nth-child(4n), .forbidden_items > div.border_n_l:nth-child(4n), .forbidden_items > div.border_n_r:nth-child(4n), .forbidden_items > div.border_n_b_l:nth-child(4n), .forbidden_items > div.border_n_b:nth-child(4n), .forbidden_items > div.border_n_r_b:nth-child(4n) {
        border-right: none;
    }
    .forbidden_items img {
        max-width: 100%;
    }
    /*===============================================yahoo-catalog */
    .category_main_wrap .categories_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    /*===============================================search-catalog */
    .top-category-block {
        width: 32%;
        padding: 22px 5px 0;
    }
    .top-category-block .top-category {
        font-size: 16px;
        line-height: 1.13;
    }
    .top-category-block .sub-category {
        font-size: 14px;
        padding: 0;
        line-height: 2.14;
    }
    .top-category-block .sub-category-block {
        padding-left: 0;
    }
    /*===============================================item-card1 */
    .item_name {
        padding: 0 20px;
    }
    .item_info_top div > .clearfix {
        display: flex;
    }
    .item_info_top div.left {
        width: 43%;
        margin: 0;
        padding: 5px 15px;
    }
    .item_info_top div.right {
        width: 57%;
        margin: 0;
        padding: 5px 15px 15px 3px;
        flex-wrap: wrap;
    }
    .slider_item .photo_item {
        max-width: 100%;
        width: 39vw;
        height: 39vw;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .slider_item .photo_item #large_photo {
        max-width: 100%;
        max-height: 100%;
    }
    .slider_item .bx-wrapper {
        height: 150px !important;
    }
    .slider_item .bx-wrapper .bx-viewport {
        height: auto !important;
        margin: 7px 0 0;
    }
    #bxthumb_slider img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    #bxthumb_slider a {
        height: 11.719vw;
    }
}
@media screen and (max-width: 1024px) and (max-width: 800px) and (min-width: 600px) {
    #bxthumb_slider a {
        width: 12.3vw !important;
    }
}
@media screen and (max-width: 1024px) {
    #bxthumb_slider a:after {
        width: calc(11.719vw - 2px);
        height: calc(11.719vw - 2px);
    }
    #bxthumb_slider a.active:after {
        width: calc(11.719vw - 8px);
        height: calc(11.719vw - 8px);
    }
    #bxthumb_slider a div {
        width: 11.719vw;
        height: 11.719vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new_item_block tr {
        display: flex;
        flex-direction: column;
        border: none;
    }
    .new_item_block tr td {
        width: 100% !important;
        padding: 0 !important;
        position: relative;
    }
    .item_price_block {
        width: 100%;
    }
    .item_price_block tr {
        border: none;
        display: flex;
        flex-direction: row;
    }
    .item_price_block tr td {
        padding: 0;
        /*width: 50% !important;*/
        position: relative;
    }
    .current_price_block,
    .blits_price_block {
        font-size: 12px;
        padding-top: 10px;
    }
    .current_price_value,
    .blits_price_value {
        font-size: 20px;
    }
    .item_current_price_rur,
    .item_blits_price_rur {
        font-size: 14px;
    }
    .item_time_left {
        padding: 17px 0 10px;
    }
    .item_time_left div:first-child {
        position: absolute;
        right: 0;
        top: 20px;
        display: flex;
        flex-direction: column;
        font-size: 18px !important;
    }
}
/*@media screen and (max-width: 1024px) and (max-width: 900px) {
    .item_time_left div:first-child {
        right: 20%; } }*/
@media screen and (max-width: 1024px) {
    .item-refresh-timer,
    .item-set-alarm {
        margin-bottom: 0 !important;
    }
    .timing {
        font-size: 34px;
        border-bottom: none;
    }
    .item_winning_block,
    .item_seller_block {
        margin: 0;
        text-align: left;
        border-bottom: none;
    }
    .item_winning_block {
        position: absolute;
        right: 10px;
        bottom: 90px;
        width: 37%;
    }
    .item_seller_block {
        width: 60%;
        padding-left: 15px;
    }
    .item_seller_block .item_seller_rating {
        padding: 5px 0;
    }
    .item_buttons_block {
        margin: 0;
    }
    .item_buttons_block div {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
    }
    .item_buttons_block div a {
        width: 49%;
        margin-top: 10px;
        padding: 12px 15px;
    }
    .item_buttons_block div br {
        display: none;
    }
    .item_data {
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        padding: 4.3px 0;
        position: relative;
        display: flex;
        justify-content: space-between;
        height: auto !important;
    }
    .item_data span {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        overflow: visible;
    }
    .question_sign {
        width: 16px !important;
        height: 16px !important;
        margin-left: 4px;
        justify-content: center;
        align-items: center;
    }
    .question_sign:before {
        width: 16px !important;
        height: 16px !important;
        border-radius: 50%;
        font-size: 12px !important;
        top: auto;
    }
    .question_sign + .more_info {
        left: auto !important;
        right: 0;
        max-width: 350px;
        width: calc(100vw - 30px) !important;
        text-align: center;
        position: absolute;
        top: 100%;
        display: none;
    }
    .delivery_tabs .question_sign + .more_info {
        left: 0 !important;
        right: auto;
        width: calc(100vw - 40px) !important;
    }
    .payment_delivery_wrap .delivery_city {
        font-size: 14px;
    }
    .payment_delivery_wrap .delivery_city a {
        font-size: 18px;
        border-bottom: 1px solid #0091e0;
    }
    .payment_delivery_wrap .payment_delivery_inner {
        border: none;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .clearfix {
        justify-content: space-between;
        align-items: center;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .clearfix:after {
        content: none;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg input[type="text"] {
        font-family: "Tahoma", sans-serif;
        width: 70px;
        max-width: 200px;
        font-size: 16px;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .right {
        width: 436px !important;
        font-size: 14px;
        color: #000;
        position: relative;
        display: flex;
        align-items: center;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .right > div {
        width: auto;
        margin-left: 25%;
        font-size: 16px;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .right .weight_range {
        padding: 0;
        margin: 0;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .right .weight_range #irs-1 .irs-line {
        height: 36px;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .right .weight_range input[type="text"] {
        width: 100%;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg .right .question_sign + .more_info {
        top: 40% !important;
    }
    .payment_delivery_wrap .payment_delivery_inner .top_bg div {
        padding: 2px 0;
    }
    .payment_delivery_wrap .payment_delivery_inner .bot_bg {
        padding: 20px 15px;
        margin-top: 30px;
        font-size: 12px;
        text-align: center;
        border: none;
    }
    .payment_delivery_wrap .payment_delivery_inner .bot_bg .button.button_blue.type3 {
        width: auto;
        margin-left: 5%;
    }
    .payment_delivery_wrap .delivery_tabs {
        display: flex;
        flex-direction: column;
    }
    .payment_delivery_wrap .delivery_tabs ul li .jq-selectbox__dropdown li {
        margin: 0;
        border: none;
        height: auto;
    }
    .payment_delivery_wrap .delivery_tabs > ul {
        width: calc(100% - 40px);
        margin: 10px auto 5px;
        min-width: auto;
        display: flex;
    }
    .payment_delivery_wrap .delivery_tabs > ul li {
        padding: 20px 14px;
        height: 128px;
        margin: 10px 0 10px -1px;
        width: 25%;
        border: 1px solid #c2c2c2;
    }
    .payment_delivery_wrap .delivery_tabs > ul li:first-child {
        border-top: 1px solid #c2c2c2;
    }
    .payment_delivery_wrap .delivery_tabs > ul li.active:before {
        width: calc(100% - 6px);
        border-width: 3px 3px 0 3px;
        z-index: 0;
    }
    .payment_delivery_wrap .delivery_tabs > ul li.active:after {
        top: auto;
        height: 22px;
        width: 100%;
        bottom: -21px;
        background: url("../../img/creating/tab_corner-bottom.png") no-repeat center;
        background-size: 100% 100%;
    }
    .payment_delivery_wrap .delivery_tabs > ul li table {
        margin-top: 20px;
    }
    .payment_delivery_wrap .delivery_tabs > ul li table tr {
        display: flex;
        flex-direction: column;
    }
    .payment_delivery_wrap .delivery_tabs > ul li table td {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: left;
        padding: 0;
    }
    .payment_delivery_wrap .delivery_tabs > ul li table td:first-child {
        font-size: 12px;
    }
    .payment_delivery_wrap .delivery_tabs > ul li table td .jq-selectbox {
        width: 100%;
    }
    .payment_delivery_wrap .delivery_tabs > ul li > div {
        font-size: 12px;
        padding: 4px 0;
        text-align: center;
    }
    .payment_delivery_wrap .delivery_tabs > ul li > div:first-child {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .payment_delivery_wrap .delivery_tabs > ul li > div span {
        width: 100%;
    }
    .payment_delivery_wrap .delivery_tabs > ul li > div .name {
        width: auto;
        z-index: auto;
        display: flex;
    }
    .payment_delivery_wrap .delivery_tabs > ul li > div .name .question_sign {
        display: flex;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content {
        min-width: 100%;
        width: 100%;
        padding: 16px 20px 0;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item {
        width: calc(100% - 30px);
        min-width: auto;
        padding: 16px 0 0;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item tbody {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item .row_pseudo {
        display: flex;
        flex-direction: column;
        width: 25%;
        margin-bottom: 10px;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item .row_pseudo td {
        padding: 5px 0;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item .row_pseudo .left {
        font-size: 14px;
        margin: 0;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item .row_pseudo .right {
        font-size: 14px;
        margin: 0;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item .row_pseudo .right b {
        font-size: 14px;
    }
    .payment_delivery_wrap .delivery_tabs .tabs_content .tab_content_item .row_pseudo .right input {
        width: 66px;
        height: 30px;
        font-size: 14px;
    }
    .payment_delivery_wrap .japan_price.global_pricing {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    .payment_delivery_wrap .tab_price_wrapper {
        width: 100%;
    }
    .payment_delivery_wrap .tab_price_wrapper.tab_deliv_price {
        width: 430px;
        margin: 28px 0;
    }
    .payment_delivery_wrap .tab_price_wrapper .heading_wrap .heading_right {
        top: 0;
    }
    .payment_delivery_wrap .tab_price_wrapper .heading_wrap .heading {
        font-size: 20px;
        height: 40px;
    }
    .payment_delivery_wrap .under_sum_price {
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .payment_delivery_wrap .under_sum_price .price_total {
        margin-top: 10px;
        padding: 0;
    }
    .item_info_middle {
        border: none;
        padding: 0 0 30px;
        margin: 0;
        box-shadow: none;
    }
    .item_info_middle .item_guarantees {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: flex-end;
    }
    .item_info_middle .item_guarantees li {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }
    .item_info_middle .item_guarantees li:before {
        margin: 30px 0 15px;
    }
    .item_info_bot {
        padding: 0 20px;
    }
    .item_info_bot:before {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .item_info_bot:after {
        content: none;
    }
    .item_info_bot .slick-dots {
        bottom: -10px;
    }
    .item_info_bot img {
        max-width: 100%;
        margin: 10px 0;
    }
    .item_info_bot .Description {
        display: flex;
        flex-direction: column;
    }
    .item_info_bot .Description .lang {
        margin: 10px 0 20px;
        display: flex;
        justify-content: flex-end;
    }
    .item_info_bot .Description #russian_translate_achtung {
        width: 470px;
        right: 258px;
    }
    .item_info_bot .Description .title {
        background-position: -20px 0;
    }
    .item_info_bot .Description .text {
        padding: 0;
        border: none;
    }
    .item_info_bot .Description table th {
        font-size: 14px;
    }
    .services_menu_wrap {
        border: none;
        box-shadow: none;
        padding: 20px 20px 15px;
    }
    #latestItems .search_items_wrap.tiles {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #latestItems .search_items_wrap.tiles .search_item {
        width: 32%;
        margin: 0;
        display: none;
    }
    #latestItems .search_items_wrap.tiles .search_item:nth-child(-n + 3) {
        display: inline-block;
    }
    #latestItems .search_items_wrap.tiles .search_item .img_block {
        min-width: 100%;
    }
    #latestItems .search_items_wrap.tiles .search_item .img_block img {
        max-width: 100%;
    }
    #latestItems .search_items_wrap.tiles .search_item .text_block {
        height: 32px;
        overflow: hidden;
    }
    #latestItems .search_items_wrap.tiles .search_item .text_block a {
        line-height: 1.42;
    }
    #latestItems .search_items_wrap.tiles h3 {
        max-height: 42.188vw;
    }
    .item_page_single .content {
        padding: 0;
    }
    .item_page_single .services_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .item_page_single .services_menu:after {
        content: none;
    }
    .item_page_single .services_menu li {
        margin: 10px 6%;
        width: 222px;
    }
    .item_page_single .services_menu li:first-child {
        margin: 10px 6%;
    }
}
@media screen and (max-width: 1024px) and (max-width: 800px) {
    .item_page_single .services_menu li {
        margin: 10px 3%;
    }
    .item_page_single .services_menu li:first-child {
        margin: 10px 3%;
    }
}
@media screen and (max-width: 1024px) {
    .item_page_single .services_menu a > div {
        padding: 5px 0;
    }
    .item_page_single .services_menu a .block_img {
        margin: 0;
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .item_page_single .services_menu a .block_img .image {
        border: none;
    }
    .item_page_single .services_menu_wrap + div .wrapper960 {
        display: flex;
        justify-content: space-between;
    }
    .item_page_single .how_buy_text {
        width: 100%;
        min-width: auto;
        padding: 0 20px;
        border: none;
    }
    .item_page_single .reviews_wrap {
        width: 43%;
        min-width: 333px;
        padding: 0 20px 0 0;
        margin: 0;
    }
    .item_page_single a.white_button:after {
        top: 50%;
        transform: translateY(-50%);
    }
    .index_two_blocks .bx-wrapper .bx-controls-direction a,
    .reviews_wrap .bx-wrapper .bx-controls-direction a {
        width: 24px;
        height: 24px;
    }
    /*===============================================item-card2 */
    .search .item_price_block td {
        width: 100% !important;
    }
    .search .item_price_block td .current_price_block div {
        text-align: center !important;
    }
    .new_item_block tr td.item-options {
        padding: 0 5px !important;
    }
    .new_item_block tr td.item-options span {
        display: inline-block;
        margin: 5px 0;
    }
    .new_item_block tr td.item-options input {
        margin: 20px 0;
        border: 1px solid #c2c2c2;
    }
    .cart_button.put {
        width: calc(100% - 10px);
        margin: 0 5px 25px;
    }
    #cartform {
        width: 100%;
    }
    #cartform + .button {
        width: 49%;
        margin-top: 0 !important;
        padding: 12px 15px;
    }
    /*===============================================catalog */
    .search .side_widget {
        padding: 10px 15px;
        border-top: 1px solid #b3b3b3;
    }
    .search .side_widget > .side_widget_title {
        position: relative;
    }
    .search .side_widget .arrow.toggle {
        display: none;
    }
    .search .side_widget.resizable {
        box-sizing: content-box;
        overflow: visible;
        height: auto;
    }
    .search .side_widget.categ_filter li {
        border: none;
        padding: 3px 0;
    }
    .search .side_widget.categ_filter li:before {
        content: none;
    }
    .search .side_widget label {
        position: relative;
        padding-left: 25px;
        padding-top: 2px;
        display: flex;
    }
    .search .side_widget label div {
        left: 0;
        top: 0;
        position: absolute;
        width: 20px;
        height: 20px;
    }
    .search .side_widget label input[type='radio'] {
        display: none;
    }
    .search .side_widget label input[type='radio'] + div:before, .search .side_widget label input[type='radio'] + div:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        position: absolute;
        background: #fff;
        border: 2px solid #979797;
        border-radius: 50%;
    }
    .search .side_widget label input[type='radio'] + div:before {
        transition: background 0.3s ease, border-color 0.3s ease;
    }
    .search .side_widget label input[type='radio'] + div:after {
        opacity: 0;
        border-color: #fff;
        transition: transform 0.3s ease, opacity 0.2s ease, background 0.2s ease;
    }
    .search .side_widget label input[type='radio']:checked + div:before {
        background: #3b99fc;
        border-color: #3b99fc;
    }
    .search .side_widget label input[type='radio']:checked + div:after {
        transform: scale(0.5);
        opacity: 1;
        transition: opacity 0.3s ease, background 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
    }
    .search .side_widget label input[type='checkbox'] {
        display: none;
    }
    .search .side_widget label input[type='checkbox'] + div:before, .search .side_widget label input[type='checkbox'] + div:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        position: absolute;
        border: 2px solid #979797;
        border-radius: 2px;
    }
    .search .side_widget label input[type='checkbox'] + div:before {
        transition: background 0.3s ease, border-color 0.3s ease;
        background: #fff;
    }
    .search .side_widget label input[type='checkbox'] + div:after {
        width: 5px;
        height: 7px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        opacity: 0;
        left: 5px;
        top: 2px;
        transform: rotate(20deg);
    }
    .search .side_widget label input[type='checkbox']:checked + div:before {
        background: #3b99fc;
        border-color: #3b99fc;
    }
    .search .side_widget label input[type='checkbox']:checked + div:after {
        transform: rotate(43deg) translate(1px, 0);
        opacity: 1;
        transition: opacity 0.3s ease, background 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
    }
    .search .sidebar {
        position: absolute;
        top: 0;
        z-index: 10000;
        height: 100vh;
        background: #fff;
        transition: 0.3s;
        overflow: auto;
        width: 384px;
        left: -100vw;
    }
    .search .sidebar:before {
        content: "";
        position: fixed;
        width: calc(100vw - 384px);
        height: 100vh;
        left: calc(-100vw + 384px);
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: left 0.3s;
    }
    .search .sidebar.open {
        left: 0;
    }
    .search .sidebar.open:before {
        left: 384px;
    }
    .search .sidebar form {
        padding: 0;
        border: none;
    }
    .search .sidebar form input[type="submit"] {
        width: 100%;
    }
    .search .sidebar em {
        display: flex;
        position: relative;
        justify-content: space-between;
        align-items: center;
        height: 58px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 47px;
        font-family: "Tahoma", sans-serif;
        font-size: 19px;
        font-weight: 700;
        font-style: normal;
    }
    .search .sidebar em::before {
        content: " ";
        width: 24px;
        height: 24px;
        background: url("../../img/creating/ic_filter.svg") no-repeat center;
        background-size: 100%;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .search .sidebar em::after {
        content: "";
        position: absolute;
        right: 15px;
        background: url("../../img/creating/close.svg") no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .search .sidebar ul li {
        border-bottom: 1px solid #cdcdcd;
        line-height: 2.14;
        padding: 5px 15px;
    }
    .search .titling {
        display: flex;
        align-items: center;
        height: 50px;
        margin: 0;
        padding: 0 20px;
    }
    .search .titling img {
        max-height: 50px;
        top: auto;
    }
    .search .titling span {
        padding: 0;
        height: auto;
        margin: 0;
    }
    .search .titling .top_links,
    .search .line_sep {
        display: none;
    }
    .search .top_panel {
        position: relative;
        height: auto;
        padding: 12px 120px 13px 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: calc(100% - 200px);
        margin-bottom: 40px;
        margin-left: 200px;
        overflow: visible;
    }
    .search .top_panel.big .more {
        position: absolute;
        top: 12px;
        padding: 0;
        right: 130px;
        margin-left: 15px;
        color: #57a664;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
    .search .top_panel.big .more:after {
        content: "";
        width: 5px;
        height: 5px;
        border-left: 2px solid #57a664;
        border-bottom: 2px solid #57a664;
        transform: rotate(-45deg);
        margin: 0 0 1px 10px;
        display: flex;
    }
    .search .top_panel.big .big-block {
        max-height: 16px;
        overflow-y: hidden;
        transition: 0.3s;
        padding: 0 45px 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .search .top_panel.big-open .more:after {
        transform: rotate(135deg);
        margin: 0 0 -3px 10px;
    }
    .search .top_panel.big-open .big-block {
        max-height: 150px;
    }
    .search .top_panel span {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .search .top_panel a {
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .search .top_panel .view_mode_handler {
        position: absolute;
        top: 0;
        left: -200px;
        width: calc(100% + 190px);
        padding: 0;
    }
    .search .top_panel .view_mode_handler .radio_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-left: 0;
        font-size: 14px;
    }
    .search .top_panel .view_mode_handler .filter_acc {
        width: 185px;
        margin: -1px calc(100% - 220px) 20px 0;
        border: 1px solid #e1e1e1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 18px 11px 12px;
        background: #fff;
        font-size: 14px;
    }
    .search .top_panel .view_mode_handler .filter_acc:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url("../../img/creating/ic_filter.svg") no-repeat center;
        background-size: 100%;
    }
    .search .top_panel .view_mode_handler .wrap {
        margin-right: -15px;
        margin-bottom: 18px;
    }
    div.time_progress_wrap,
    .TimeToEnd {
        width: 170px !important;
    }
    .TimeToEnd {
        padding-bottom: 6px;
    }
    .search_items_wrap.tiles {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search_items_wrap.tiles + hr {
        margin: 20px 0 0 !important;
    }
    .search_items_wrap.tiles .table.pricing {
        padding: 0;
    }
    .search_items_wrap.tiles .table.pricing .row .col:first-child {
        max-width: 124px;
        width: 124px;
    }
    .search_items_wrap.tiles > div {
        width: 232px !important;
        margin: 20px 2px !important;
    }
    /*.search_items_wrap.tiles > div .img_block {
        min-width: 232px !important;
        min-height: 164px !important;
        max-height: 164px !important;
        margin-bottom: 8px; }
    .search_items_wrap.tiles > div .img_block img {
        max-height: 164px !important;
        max-width: 232px !important; }*/
    .search_items_wrap.tiles > div .text_block {
        width: 100%;
    }
    .search_items_wrap.tiles > div h3 {
        padding: 0;
    }
    .search_items_wrap.tiles > div .time_init {
        padding: 0;
        position: relative;
    }
    .search_items_wrap.tiles > div .BidCount {
        position: absolute;
        top: 13px;
        right: 0;
        line-height: 1.6;
        font-size: 11px;
    }
    .price_filter .irs-line {
        height: 5px;
    }
    .price_filter .irs-diapason {
        height: 5px;
    }
    .price_filter input {
        padding: 9px !important;
        width: 100px !important;
    }
    /*===============================================LK */
    .statustext {
        font-size: 12px;
        text-align: left;
        width: calc(100% - 30px);
        margin: 0 15px;
        display: inline-block;
    }
    .support_status {
        font-size: 12px;
        font-family: "Tahoma", sans-serif;
        font-weight: 400;
        padding: 12px 80px;
        line-height: 1.33;
    }
    .spec_pred_title {
        margin: 30px 20px 20px;
        text-align: left;
    }
    .spec_pred_title span {
        padding: 0 9px 0 0;
    }
    .jq-selectbox__trigger-arrow {
        background-image: url("https://japex.ru/v5/img/input_arrows.png");
    }
    .LK {
        /*===============================================profile */
        /*===============================================account */
        /*===============================================bets */
        /*===============================================my product */
        /*===============================================online_store */
        /*===============================================favorite */
        /*===============================================question_seller */
        /*===============================================help */
        /*===============================================list_parcel */
        /*===============================================score_output */ }
    .LK .container {
        position: static;
        min-height: auto;
    }
    .LK .container + .spec_pred_title {
        text-align: center;
    }
    .LK .sidebar {
        position: absolute;
        top: 0;
        z-index: 10000;
        height: 100vh;
        background: url("/img/body-bg.jpg") repeat;
        transition: 0.3s;
        overflow: auto;
        width: 100vw;
        left: -100vw;
    }
    .LK .sidebar.open {
        left: 0;
    }
    .LK .sidebar span {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        height: 79px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #b3b3b3;
        font-size: 16px;
        font-weight: 700;
    }
    .LK .sidebar span::before {
        content: " ";
        width: 11px;
        height: 11px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: rotate(-45deg) translateX(50%);
    }
    .LK .sidebar ul li,
    .LK .sidebar ul li:nth-child(1),
    .LK .sidebar ul li:nth-child(2) {
        border-bottom: 1px solid #cdcdcd;
        line-height: 2.14;
        padding: 15px 20px;
    }
    .LK .sidebar ul li a,
    .LK .sidebar ul li:nth-child(1) a,
    .LK .sidebar ul li:nth-child(2) a {
        display: flex;
        color: #000;
        margin-left: 0;
        position: relative;
    }
    .LK .sidebar ul li a::before,
    .LK .sidebar ul li:nth-child(1) a::before,
    .LK .sidebar ul li:nth-child(2) a::before {
        content: " ";
        margin-right: 5px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(135deg) translateX(-50%);
    }
    .LK .sidebar ul li span,
    .LK .sidebar ul li:nth-child(1) span,
    .LK .sidebar ul li:nth-child(2) span {
        display: none;
    }
    .LK .heading {
        margin: 0;
    }
    .LK .heading .links {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #b3b3b3;
    }
    .LK .heading .links-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .LK .heading .menu_acc {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #000;
        line-height: 1;
        padding-left: 46px;
    }
    .LK .heading .menu_acc::before {
        content: "";
        position: absolute;
        left: 20px;
        background: url("../../img/creating/grid.svg") no-repeat center;
        width: 20px;
        height: 20px;
    }
    .LK .heading .add_to_balanse_link {
        padding: 0;
        margin: 12px 15px 12px 0;
        width: 135px;
        height: 36px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .LK .heading .add_to_balanse_link .icon {
        zoom: 0.8;
    }
    .LK .heading .my_profile_link {
        padding: 20px 30px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .LK .heading .my_profile_link .icon {
        zoom: 1.2;
    }
    .LK .heading .balanse_link {
        margin: 0;
        padding: 20px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: relative;
    }
    .LK .heading .balanse_link::before {
        content: " ";
        position: absolute;
        width: 1px;
        height: 20px;
        background: #b3b3b3;
        left: 0;
    }
    .LK .heading .icon {
        display: none;
    }
    .LK .heading h2 {
        display: none !important;
    }
    .LK .line_sep {
        display: none;
    }
    .LK .news_blocks {
        margin: 0;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }
    .LK .news_blocks .news_block {
        padding: 0;
        width: 49%;
    }
    .LK .news_blocks .news_block:nth-child(n + 3) {
        display: none;
    }
    .LK .news_blocks .news_block p {
        -webkit-text-size-adjust: 100%;
        font-size: 12px;
    }
    .LK .date .day {
        height: 38px;
        font-size: 18px;
        line-height: 1.6;
    }
    .LK .country_handler {
        margin: 20px 15px;
        display: flex;
        justify-content: space-between;
    }
    .LK .country_handler span {
        margin: 0;
    }
    .LK .main {
        margin: 0;
        width: 100%;
        min-width: 100%;
        padding: 5px 20px 0;
    }
    .LK .tabs_handler + .tabs {
        margin-top: -2px;
    }
    .LK.profile_personal_data .tab:nth-child(-n+3) form.mailing input[type="checkbox"] {
        -webkit-appearance: checkbox;
        margin-right: 8px;
        margin-bottom: 0;
    }
    .LK.profile_personal_data .tab:nth-child(-n+3) form tr td:nth-child(-n+2) {
        box-sizing: content-box;
    }
    .LK.profile_personal_data .tab:nth-child(-n+3) input[type="text"],
    .LK.profile_personal_data .tab:nth-child(-n+3) input[type="password"],
    .LK.profile_personal_data .tab:nth-child(-n+3) input[type="submit"] {
        box-sizing: content-box;
    }
    .LK.profile_personal_data .tab:nth-child(-n+3) .jq-selectbox__dropdown {
        width: 525px !important;
    }
    .LK.profile_personal_data .window_popup {
        left: calc(100% - 400px) !important;
    }
    .LK.recharge .item_wrap {
        height: auto;
    }
    .LK.recharge .item_wrap .item_head {
        display: flex;
        align-items: center;
    }
    .LK.recharge .item_wrap .item_desc {
        display: none;
    }
    .LK.recharge .item_wrap .bank_pay.active .icon_wrap span {
        background-position: -409px -383px;
    }
    .LK.recharge .form-control .jq-selectbox__dropdown ul {
        max-height: 200px !important;
    }
    .LK.rates .product > table .row2 .timing {
        font-size: 11px;
    }
    .LK.rates .product > table .row2 td:first-child {
        width: 40%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 660px) {
    .LK.purchase .product {
        height: 203px !important;
    }
    .LK.purchase .product .stat_col > span {
        display: block;
        margin-bottom: 10px;
    }
    .LK.purchase .product .stat_col br {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .LK.order_in_o_shops table .bot_row td textarea {
        border-radius: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 660px) {
    .LK.order_in_o_shops .spec_pred_title {
        margin: 0 0 20px;
        text-align: center;
    }
    .LK.order_in_o_shops .spec_pred_title span {
        padding: 0 9px;
    }
    .LK.order_in_o_shops .how_to_buy_icons div {
        margin-left: 0;
    }
    .LK.order_in_o_shops .container + .spec_pred_title {
        margin: 30px 20px 20px;
    }
    .LK.order_in_o_shops .quantity_plus,
    .LK.order_in_o_shops .quantity_minus {
        height: 22px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    .LK.favourites form + .right {
        float: none;
        text-align: right;
    }
    .LK.favourites .product table .timing {
        font-size: 11px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 660px) {
    .LK.favourites .product table tr:first-child td:nth-child(3) input {
        font-size: 13px;
        height: auto !important;
    }
    .LK.favourites .product table tr:first-child td:nth-child(3) a {
        display: block;
        width: 130%;
    }
    .LK.favourites .product table tr:first-child td:nth-child(3) a + br {
        display: none;
    }
    .LK.favourites .spec_pred_title {
        text-align: center;
    }
    .LK.favourites .spec_pred_title span {
        padding: 0 9px;
    }
}
@media screen and (max-width: 1024px) {
    .LK.questions_to_sellers .main > span {
        display: flex;
        padding: 0 15px;
        margin-top: 10px;
    }
    .LK.questions_to_sellers .product {
        padding: 20px 15px;
        margin-top: 20px;
    }
    .LK.questions_to_sellers .product tr td:first-child {
        padding: 0 !important;
    }
    .LK.questions_to_sellers .product tr td:first-child a {
        font-size: 12px !important;
    }
    .LK.help .meta a {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .LK.packages .package .table_wrap {
        height: 170px;
    }
    .LK.packages .package .clearfix {
        visibility: hidden;
    }
    .LK.packages .package > .right {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 10px 10px 0;
    }
    .LK.packages .package > .right .button {
        margin-top: 0 !important;
    }
    .LK.packages .package.open {
        height: auto;
    }
    .LK.packages .package.open > .right {
        height: 168px;
    }
    .LK.packages .package.open .clearfix {
        visibility: visible;
    }
    .LK.packages .tab {
        padding-top: 20px;
    }
    .LK.packages .deliv_logo.epack {
        background-image: url("https://japex.ru/img/epack.png") !important;
        height: 44px;
    }
    .LK.packages .table_wrap > br {
        display: none;
    }
    .LK.packages .table_wrap tr:first-child td:first-child span {
        display: inline-block;
        padding-top: 5px;
    }
    .LK.packages .table_wrap tr:last-child span {
        font-size: 24px !important;
    }
    .LK.balanse.output .country_handler {
        margin: 15px 0 0;
    }
    .LK.balanse.output .country_handler span.active {
        background: #fbfbfb;
        border: solid #ccc;
        border-width: 1px 1px 0 1px;
        padding: 9px 15px 10px;
        color: #555;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }
    .LK.balanse.output table {
        margin-top: -1px;
        border: 1px solid #ccc;
    }
    .LK.balanse.output table tr {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    /*===============================================ParcelNew */
    .creating .butt_row div.hover {
        width: calc(100% + 2px);
    }
    .creating .wrap_960_p {
        min-width: auto;
        overflow: visible;
    }
    .creating .line_sep {
        display: none;
    }
    .creating .steps_progress_wrap {
        zoom: 0.8;
        margin-top: 30px;
    }
    .creating .variable_cont {
        width: 100%;
        float: none;
        padding: 0 20px;
    }
    .creating .right.receipt {
        width: 363px;
        margin-left: 20px;
        float: none;
    }
    .creating .form_new_address .jq-selectbox {
        width: 329px;
    }
    .creating .decl_on {
        position: relative;
    }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
    .creating .decl_on .decl_category input[type="text"] {
        width: 41% !important;
        padding: 5px 5px 4px !important;
    }
    .creating .decl_on .info_block {
        padding-bottom: 60px;
    }
    .creating .decl_on .remove_block {
        min-width: 0;
        padding: 0;
        position: relative;
    }
    .creating .decl_on .remove_block span {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .creating .pricing_block {
        position: relative;
        min-width: 0;
    }
    .creating .pricing_block > div {
        position: absolute;
        bottom: 12px;
        right: 7px;
        width: 134px;
        min-width: auto;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .creating .pricing_block span {
        margin: 0;
        font-size: 10px;
        text-transform: uppercase;
    }
    .creating .pricing_block br {
        display: none;
    }
    .creating .pricing_block .price_for_1 {
        width: 100%;
        font-size: 10px;
        padding-bottom: 11px;
    }
    .creating .pricing_block .price_for_1 b {
        font-size: 16px;
    }
    .creating .pricing_block .price_for_1 input[type='text'] {
        border-radius: 0;
        width: calc(100% - 25px);
        font-size: 14px;
        font-weight: 400;
        margin: 6px 0;
        padding: 8px;
    }
    .creating .pricing_block .quantity {
        width: 110px;
    }
    .creating .pricing_block .prod_quantity_controls {
        width: 100%;
        margin: 6px 0;
    }
    .creating .pricing_block .prod_quantity_controls input {
        height: 35px;
        border-radius: 0;
        width: calc(100% - 34px - 34px);
    }
    .creating .pricing_block .quantity_plus,
    .creating .pricing_block .quantity_minus {
        width: 35px;
        height: 35px;
    }
    .creating .pricing_block .quantity_plus span,
    .creating .pricing_block .quantity_minus span {
        font-size: 24px;
    }
    .creating .heading.step_5 + form .address_card_step_5 {
        width: 100%;
    }
}
/*# sourceMappingURL=tablet-version.css.map */