/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* New design styles at 22.12.2020 Start  */

body {
    color: #000;
    font-size: 14px;
}

body a {
    color: #333;
}

body .modal .modal-dialog {
    max-width: 425px;
}

body #wrap_ajax_sizes.modal .modal-dialog {
    max-width: 725px;
}

body .modal .modal-content {
    background: #fff;
    border-radius: 0;
}

body .modal .form_head {
    position: relative;
    padding: 0;
    border: 0;
    padding: 31px 26px 22px;
    margin: 0;
    border-bottom: 1px solid #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body .modal .form_head h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 33px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-right: 35px;
}

body .modal a.personal-link,
body .modal a.forgot {
    color: #000000;
    line-height: 14px;
    border-bottom: 1px solid;
    text-decoration: none !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .modal a.forgot {
    position: relative;
    top: 2px;
}

body .modal .form_head a:hover,
body .modal a.forgot:hover {
    border-color: transparent;
}

body .modal .close {
    position: absolute;
    right: 21px;
    top: 36px;
    background: none !important;
}

body .modal .close,
body .modal .close i {
    opacity: 1;
    width: 22px;
    height: 22px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .modal .close i {
    background: url(../images/svg/close_custom.svg) no-repeat center center !important;
}

body .modal .close:hover {
    opacity: .5;
}

body .modal .form-block .form-body {
    padding: 13px 21px 31px;
}

body .modal .form-block .form-body label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #1A1A1A;
    line-height: normal;
}

body .modal .form-block .form-body .form-group {
    margin-bottom: 11px;
}

body .modal .form-block .form-body .form-group:before,
body .modal .form-block .form-body .form-group:after {
    display: none;
}

body .modal .form-block .form-body .form-group * {
    float: none;
}

body .modal .form-block form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body .modal .form-block form button:not([type="submit"]) {
    border: 1px solid #000000 !important;
    background: #fff;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
    border-radius: 0 !important;
    outline: 0 !important;
    margin: 0;
}

body .modal .form-block .form-body .accept_policy label {
    margin: 0;
    padding-left: 24px;
    font-size: 14px;
    font-weight: normal;
}

body .modal .form-block .form-body .accept_policy label i {
    color: #000000;
    font-style: normal;
}

body .modal .form-block .form-body .accept_policy label:after {
    top: 2px;
}

body .modal .form-block .form-body .accept_policy label:before {
    top: 2px;
}

body .modal .form-block .form-body .but-r .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

body .modal .form-block .form-body .but-r .buttons > * + * {
    margin-left: 15px;
}

body .modal .form-block .form-body .but-r .buttons .btn {
    min-width: 140px;
}

body.order_page .page-top-wrapper section.page-top.page-top_custom_title h1 {
    padding-top: 8px;
    border-top: 1px solid #707070;
    text-align: left;
    margin-bottom: 66px;
}

body #content input[type="text"],
body #content input[type="password"],
body #content input[type="email"],
body #content input[type="tel"],
body #content select,
body #content textarea {
    border: 1px solid #000000 !important;
    background: #fff;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
    color: #1a1a1a;
    border-radius: 0 !important;
    outline: 0 !important;
    text-align: left !important;
}

body #content input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
/*    background: url(../images/svg/eye.svg) no-repeat 96% center !important;*/
}

body #content input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

body #content input[type="password"]::-webkit-reveal {
    display: none;
}

body #content textarea {
    height: 130px;
}

body .maxwidth-theme,
body .wrapper_inner {
    background: transparent;
}

body .maxwidth-theme,
body .wrapper_inner {
    max-width: 1580px;
}

body #headerfixed .logo-row a.personal-link {
    background: url(../images/svg/auth_btn.svg) no-repeat center center;
    width: 100%;
    height: 25px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body #headerfixed .logo-row a.personal-link:hover {
    opacity: .5;
}

body #headerfixed .logo-row a.personal-link * {
    display: none;
}

body #headerfixed .logo-row a.basket-link.basket {

    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body #headerfixed .logo-row a.basket-link.delay .js-basket-block {
    background: url(../images/svg/fav_head.svg) no-repeat center center;
    height: 26px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

body #headerfixed .logo-row a.basket-link.delay:hover {
    opacity: .5;
}

body #headerfixed .logo-row a.basket-link.delay i,
body #headerfixed .logo-row a.basket-link.delay span.title {
    display: none;
}

body #headerfixed .logo-row a.basket-link.delay span.count {
    position: absolute;
    background: #000000;
    top: -10px;
    right: -10px;
}

body #headerfixed .logo-row a.basket-link.basket {

    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body #headerfixed .logo-row a.basket-link.basket .js-basket-block {
    background: url(../images/svg/cart_btn.svg) no-repeat center center;
    height: 26px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

body #headerfixed .logo-row a.basket-link.basket:hover {
    opacity: .5;
}

body #headerfixed .logo-row a.basket-link.basket i,
body #headerfixed .logo-row a.basket-link.basket span.title {
    display: none;
}

body #headerfixed .logo-row a.basket-link.basket span.count {
    position: absolute;
    background: #000000;
    top: -10px;
    right: -10px;
}

body #headerfixed .logo-row .search-block {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body #headerfixed .logo-row .search-block:hover {
    opacity: .5;
}

body #headerfixed .logo-row .search-block .svg-search.lg {
    background: url(/local/templates/aspro_next/css/../images/svg/search_btn.svg) no-repeat center center;
    width: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: normal;
    display: block;
    margin: 0 auto;
}


body .header_top_custom {
    background: #000000;
    color: #fff;
    font-size: 12px;
}

body .header_custom {}

body .header_custom ul {
    margin: 0;
    padding: 0;
}

body .header_custom ul li {
    padding: 0;
    margin: 0;
}

body .header_custom ul li:before,
body .header_custom ul li:after {
    display: none;
}

body .header_top_custom_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 9px 0;
    position: relative;
}

body .header_top_custom .header_top_custom-menu {}

body .header_top_custom .header_top_custom-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    margin: 0;
}

body .header_top_custom .header_top_custom-menu ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body .header_top_custom .header_top_custom-menu ul li + li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

body .header_top_custom .header_top_custom-menu ul li a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_top_custom .header_top_custom-menu ul li a:hover,
body .header_top_custom .header_top_custom-menu ul li.active a {
    border-color: #fff;
}

body .header_top_custom .header_top_custom-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body .header_top_custom .header_top_custom-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body .header_top_custom .header_top_custom-right > * + * {
    padding-left: 17px;
    margin-left: 17px;
    border-left: 1px solid #fff;
}

body .header_top_custom .header_top_custom-phone {}

body .header_top_custom .header_top_custom-phone a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_top_custom .header_top_custom-phone a:hover {
    border-color: #fff;
}

body .header_top_custom .header_top_custom-city {}

body .header_top_custom .header_top_custom-city .region_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

body .header_top_custom .header_top_custom-city .region_wrapper:before {
    display: none;
}

body .header_top_custom .header_top_custom-city .region_wrapper .city_title {
    display: none;
}

body .header_top_custom .header_top_custom-city .js_city_chooser {
    color: #fff !important;
    font-size: 12px !important;
    padding: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_top_custom .header_top_custom-city .js_city_chooser:hover {
    border-color: #fff;
}

body .header_top_custom .header_top_custom-city .js_city_chooser .arrow {
    background: url(../images/svg/arrow_d_white.svg) no-repeat center center;
    width: 10px;
    height: 6px;
    margin-left: 12px;
    position: static;
}

body .header_top_custom .header_top_custom-city .js_city_chooser .arrow i {
    display: none;
}

body .header_bottom_custom {
    font-size: 14px;
}

body .header_bottom_custom_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 80px;
    position: relative;
}

body .header_bottom_custom .header_bottom_custom-menu {
    height: 100%;
}

body .header_bottom_custom .header_bottom_custom-menu ul {
    margin: 0;
    padding: 0;
}

body .header_bottom_custom .header_bottom_custom-menu ul li {
    list-style-type: none;
    position: static;
    margin: 0;
    padding: 0;
}

body .header_bottom_custom .header_bottom_custom-menu ul li:before,
body .header_bottom_custom .header_bottom_custom-menu ul li:after {
    display: none;
}

body .header_bottom_custom .header_bottom_custom-menu > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

body .header_bottom_custom .header_bottom_custom-menu > ul > li {
    height: 100%;
    position: relative;
}

body .header_bottom_custom .header_bottom_custom-menu > ul > li + li {
    margin-left: 31px;
}

body .header_bottom_custom .header_bottom_custom-menu > ul > li > a {
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

body .header_bottom_custom .header_bottom_custom-menu > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-menu > ul > li > a:hover:after,
body .header_bottom_custom .header_bottom_custom-menu > ul > li.active > a:after {
    opacity: 1;
}

body .header_bottom_custom .header_bottom_custom-menu ul li a {}

body .header_bottom_custom .header_bottom_custom-menu ul ul {}

body .header_bottom_custom .header_bottom_custom-menu > ul > li > .header_menu_lvl2 {
    position: absolute;
    left: -50px;
    top: 80px;
    min-height: 515px;
    background: #fff;
    z-index: 20;
    padding: 31px 43px 34px 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(51, 51, 51, 0.16);
    -moz-box-shadow: 2px 2px 6px 0px rgba(51, 51, 51, 0.16);
    box-shadow: 2px 2px 6px 0px rgba(51, 51, 51, 0.16);
}

body .header_bottom_custom .header_bottom_custom-menu > ul > li:hover > .header_menu_lvl2 {
    opacity: 1;
    visibility: visible;
    min-height: 515px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul {
    position: relative;
    margin-top: -17px;
    width: 160px;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul.collections {
    position: relative;
    margin-top: -17px;
    width: 270px;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul > li {
    white-space: nowrap;
    position: static;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul > li + > li {
    /*    margin-top: 35px;*/
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul > li > a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 17px 0;
    display: block;
    line-height: 19px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul > li:hover > a,
body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul > li > a:hover,
body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 > ul > li.active > a {
    color: #000000;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_cards {
    position: absolute;
    background: #fff;
    left: 160px;
    top: -14px;
    bottom: -34px;
    padding: 31px 43px 34px 177px;
    display: none;
    -webkit-box-shadow: 4px 2px 6px 0px rgba(51, 51, 51, 0.16);
    -moz-box-shadow: 4px 2px 6px 0px rgba(51, 51, 51, 0.16);
    box-shadow: 4px 2px 6px 0px rgba(51, 51, 51, 0.16);
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_lvl2 ul li:hover .header_menu_cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_cards.curent_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card {
    display: block;
    flex-shrink: 0;
    width: 240px;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card + .header_menu_card {
    margin-left: 16px;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card * {
    display: block;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card a {
    display: block;
    text-decoration: none;
    text-align: center;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 39px;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card a:hover .header_menu_card-image img {
    -webkit-box-shadow: 4px 2px 6px 0px rgba(51, 51, 51, 0.16);
    -moz-box-shadow: 4px 2px 6px 0px rgba(51, 51, 51, 0.16);
    box-shadow: 4px 2px 6px 0px rgba(51, 51, 51, 0.16);
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-title {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 19px;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card a:hover .header_menu_card-title {
    color: #000000;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-price span.sale{
    margin-left: 10px;
    color: #a24141;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-colors {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-colors i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ACACAC;
}

body .header_bottom_custom .header_bottom_custom-menu .header_menu_card .header_menu_card-colors i + i {
    margin-left: 5px;
}

body .header_bottom_custom .header_bottom_custom-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body .header_bottom_custom .header_bottom_custom-logo a {
    display: block;
}

body .header_bottom_custom .header_bottom_custom-logo img {
    display: block;
    height: 45px;
}

body .header_bottom_custom .header_bottom_custom-right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body .header_bottom_custom .header_bottom_custom-right > * + * {
    margin-left: 38px;
}

body .header_bottom_custom .header_bottom_custom-right .title {
    display: none !important;
}

body .header_bottom_custom .header_bottom_custom-right .name {
    display: none !important;
}

body .header_bottom_custom .header_bottom_custom-right .prices {
    display: none !important;
}

body .header_bottom_custom .header_bottom_right-menu {}

body .header_bottom_custom .header_bottom_right-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    margin: 0;
}

body .header_bottom_custom .header_bottom_right-menu ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body .header_bottom_custom .header_bottom_right-menu ul li + li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #333;
}

body .header_bottom_custom .header_bottom_right-menu ul li a {
    text-decoration: none;
    line-height: normal;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_right-menu ul li a:hover,
body .header_bottom_custom .header_bottom_right-menu ul li.active a {
    border-color: #333;
}

body .header_bottom_custom .header_bottom_custom-search {}

body .header_bottom_custom .header_bottom_custom-search button.top-btn {
    background: url(../images/svg/search_btn.svg) no-repeat center center;
    width: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: normal;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-search button.top-btn:hover {
    opacity: .5;
}

body .header_bottom_custom .header_bottom_custom-search button.top-btn > * {
    display: none;
}

body .header_bottom_custom .header_bottom_custom-personal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-left: 0;
}

body .header_bottom_custom .header_bottom_custom-personal .wrap_icon.wrap_basket.baskets:nth-child(1) {
    /*    display: none;*/
}

body .header_bottom_custom .header_bottom_custom-personal > * {
    margin-left: 38px;
}

body .header_bottom_custom .header_bottom_custom-auth a.personal-link {
    background: url(../images/svg/auth_btn.svg) no-repeat center center;
    width: 27px;
    height: 25px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-auth a.personal-link:hover {
    opacity: .5;

}

body .header_bottom_custom .header_bottom_custom-auth a.personal-link > * {
    display: none;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link.delay {
    background: url(../images/svg/favorite_btn.svg) no-repeat center center;
    width: 29px;
    height: 26px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link.delay:hover {
    opacity: .5;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link.delay .svg {
    display: none;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link.basket {
    background: url(../images/svg/cart_btn.svg) no-repeat center center;
    width: 24px;
    height: 26px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link.basket:hover {
    opacity: .5;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link.basket .svg {
    display: none;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link {
    position: relative;
}

body .header_bottom_custom .header_bottom_custom-personal a.basket-link span.count {
    position: absolute;
    background: #000000;
    top: -10px;
    right: -10px;
}

body:not(.index) .header_wrap.title-v3 {
    margin-bottom: 13px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

body .top_inner_block_wrapper {
    padding: 0;
}

body .page-top_custom_breadcrumbs {
    margin-bottom: 16px;
}

body .page-top_custom_breadcrumbs .breadcrumbs {
    color: #000;
    font-size: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 11px;
}

body .page-top_custom_breadcrumbs .breadcrumbs .bx-breadcrumb-item {}

body .page-top_custom_breadcrumbs .breadcrumbs .bx-breadcrumb-item a {
    font-size: 12px;
    line-height: 17px;
    height: 17px;
    color: #000;
    display: block;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .page-top_custom_breadcrumbs .breadcrumbs .bx-breadcrumb-item a:hover {
    border-color: #000000;
}

body .page-top_custom_breadcrumbs .breadcrumbs .bx-breadcrumb-item a span,
body .page-top_custom_breadcrumbs .breadcrumbs > span,
body .page-top_custom_breadcrumbs .breadcrumbs > span span {
    font-size: 12px;
    line-height: 17px;
    height: 17px;
    color: #000;
    display: block;
}

body .page-top_custom_breadcrumbs .breadcrumbs > span span {
    color: #000;
}

body .page-top_custom_breadcrumbs .breadcrumbs > span.separator {
    font-size: 0;
    line-height: normal;
    margin: 0 7px;
}

body .page-top_custom_breadcrumbs .breadcrumbs > span.separator:after {
    content: '/';
    font-size: 12px;
    line-height: 17px;
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 0;
}

body .page-top-wrapper section.page-top.page-top_custom_title {
    padding: 0;
    margin: 0 0 27px;
    text-align: center;
    min-height: 0;
}

body .page-top-wrapper section.page-top.page-top_custom_title h1 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

body footer#footer {
    padding: 55px 0 70px;
    border-top: 1px solid #000000;
}

body footer#footer .wrapper_inner {
    background: transparent;
}

body .footer_inner.footer_inner_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background: transparent;
}

body .footer_inner.footer_inner_custom ul {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

body .footer_inner.footer_inner_custom ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

body .footer_inner.footer_inner_custom ul li:before,
body .footer_inner.footer_inner_custom ul li:after {
    display: none !important;
}

body .footer_inner.footer_inner_custom .footer_custom_title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}

body .footer_inner.footer_inner_custom ul li,
body .footer_inner.footer_inner_custom .footer_custom_field,
body .footer_inner.footer_inner_custom .footer_inner_custom .region_wrapper .js_city_chooser {
    font-size: 14px;
    line-height: 19px;
    color: #333;
}

body .footer_inner.footer_inner_custom ul li + li,
body .footer_inner.footer_inner_custom .footer_custom_field + .footer_custom_field {
    margin-top: 10px;
}

body .footer_inner.footer_inner_custom ul li a,
body .footer_inner.footer_inner_custom .footer_custom_field a {
    color: #333;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .footer_inner.footer_inner_custom ul li a:hover,
body .footer_inner.footer_inner_custom .footer_custom_field a:hover {
    color: #000000;
}

body .footer_inner.footer_inner_custom .region_wrapper {
    padding: 0;
    margin: 0;
}

body .footer_inner.footer_inner_custom .region_wrapper:before,
body .footer_inner.footer_inner_custom .region_wrapper:after {
    display: none;
}

body .footer_inner.footer_inner_custom .region_wrapper .city_title {
    display: none;
}

body .footer_inner.footer_inner_custom .region_wrapper .js_city_chooser {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-bottom: 1px solid;
    display: inline-block;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .footer_inner.footer_inner_custom .region_wrapper .js_city_chooser:hover {
    border-color: transparent;
    color: #000000;
}

body .footer_inner.footer_inner_custom .region_wrapper .js_city_chooser .arrow {
    display: none;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe {
    max-width: 447px;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe .top_blocks {
    display: none;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe .subscribe-form {
    padding: 0;
    margin: 0 0 17px;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe form.sform {
    margin: 0;
    padding: 0;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe form.sform .email_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input:-moz-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #333;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe form.sform input:not([type=submit]) {
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #333 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #333 !important;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe form.sform input[type=submit] {
    flex-shrink: 0;
    height: 50px !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #333 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: normal !important;
    position: static !important;
    width: auto !important;
    text-indent: 0 !important;
    margin-left: 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .footer_inner.footer_inner_custom .footer_custom_subscribe form.sform input[type=submit]:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
}

.auth_wrapp {
    max-width: 400px;
    /*    margin: 0 auto;*/
}

body .btn,
body .btn.btn-default,
body .btn.btn-lg,
body input[type="submit"] {
    border-radius: 0;
    height: 50px;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    border: 1px solid #000000;
    font-size: 14px;
    font-weight: normal;
    background: #000000;
    padding: 0 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .btn:hover,
body .btn.btn-default:hover,
body .btn.btn-lg:hover,
input[type="submit"]:hover {
    background: #fff;
    color: #333;
}

body .main_page_slider {
    margin-bottom: 66px;
}

body .main_page_slider .slider_navigation.border,
body .main_page_slider .flex-direction-nav {
    display: none !important;
}

body .main_page_slider ul li.box {
    -webkit-background-size: cover;
    background-size: cover;
}

body .main_page_slider .top_slider_wrapp .flexslider,
body .main_page_slider .top_slider_wrapp .flexslider .slides > li,
body .main_page_slider .top_slider_wrapp .flexslider .slides > li td {
    height: 43.02083333333333vw;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text {
    text-align: center;
    width: 100%;
    padding: 0 30px;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_title {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 2.864583333333333vw;
    line-height: 3.489583333333333vw;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 0 0 35px;
    color: #fff;
    text-shadow: none;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_title span {
    font-size: 2.864583333333333vw;
    line-height: 3.489583333333333vw;
    font-weight: 600;

}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li.dark td.text .banner_title {
    color: #333;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_text {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li.dark td.text .banner_text {
    color: #333;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_buttons {
    margin: 35px 0 0;
    text-align: center;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_buttons .btn {
    border: 0;
    margin: 0;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li.dark td.text .banner_buttons .btn {
    background: #000000;
    color: #fff;
}

body .main_page_slider .top_slider_wrapp .flexslider .slides > li.dark td.text .banner_buttons .btn:hover {
    background: #fff;
    color: #333;
}

body .main_page_slider .top_slider_wrapp .flex-control-nav {
    position: absolute;
    bottom: 34px;
    top: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

body .main_page_slider .top_slider_wrapp .flex-control-nav li {
    padding: 0;
    margin: 0 5px;
}

body .main_page_slider .top_slider_wrapp .flex-control-nav li a {
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    display: block;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .main_page_slider .top_slider_wrapp .flex-control-nav li a:hover,
body .main_page_slider .top_slider_wrapp .flex-control-nav li a.flex-active {
    background: #fff;
}

body .main_page_category:after {
    content: '';
    display: table;
    clear: both;
}

body .main_page_category_title_block {
    text-align: center;
    margin-bottom: 66px;
}

body .main_page_category_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

body .main_page_cats_block {
    margin-bottom: 50px;
}

body .main_page_category .maxwidth-theme {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1610px !important;
    overflow: hidden;
}

.main_page_category_in_page {
    position: relative;
    margin: auto -15px;
}

body .main_page_category .main_page_category_item {
    margin: 0;
    padding: 0;
}

body .main_page_category .main_page_category_item a {
    width: 100%;
    height: 100%;
    display: block;
}

body .main_page_category .main_page_category_item .main_page_category_item_image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .main_page_category .main_page_category_item a:hover .main_page_category_item_image img {
    opacity: .5;
}

body .main_page_category .main_page_category_item .main_page_category_item_info {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: -60px 60px 0;
    background: #fff;
    padding: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;

}

body .main_page_category .main_page_category_item .main_page_category_item_name {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 37px;
    text-transform: uppercase;
}

body .main_page_category .main_page_category_item .main_page_category_item_desc {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

body .main_page_category .main_page_category_item .main_page_category_item_text {
    margin-top: 28px;
    font-size: 16px;
    font-weight: normal;
}


body .front.wide_page .sections_wrapper {
    padding: 0;
    margin: 0;
}

body .main_page_video_block {
    margin-bottom: 66px;
}

body .main_page_video_block .maxwidth-theme {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body .main_page_video_block .main_page_video {
    height: auto;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .main_page_video_block .main_page_video .main_page_video_btn {
    background: url(/local/templates/aspro_next/images/svg/play_btn.svg) no-repeat 60% center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .main_page_video_block .main_page_video:hover .main_page_video_btn {
    opacity: .5;
}

body .main_page_video_block .main_page_video .main_page_video_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 20;
}

body .main_page_video_block .main_page_video.active .main_page_video_layer,
body .main_page_video_block .main_page_video.active .main_page_video_btn {
    display: none !important;
}

body .main_page_video_block .main_page_video iframe {
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
}



body .main_page_video_block .main_page_video_info {
    font-size: 16px;
    font-weight: 600;
    z-index: 100;
    position: relative;
    margin: -60px 60px 0;
    background: #fff;
    padding: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

body .main_page_video_block .main_page_video_title {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 37px;
    text-transform: uppercase;
}

body .main_page_video_block .main_page_video_caption {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

body .main_page_video_block .main_page_video_info.active {
    background: transparent !important;
}

body .main_page_video_block .main_page_video_info.active > * {
    opacity: 0 !important;
}

body .main_page_products_slider_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-bottom: 66px;
    line-height: 24px;
}

body .main_page_products_slider .main_page_products_slider_inner {}

body .main_page_products_slider .main_page_products_slider_inner {
    position: static;
}

body .main_page_products_slider .main_page_products_slider_inner .flexslider {
    margin: 0;
    padding: 0;
}

body .main_page_products_slider .main_page_products_slider_block {
    position: relative;
}

body .bottom_slider {
    position: relative;
}

body .bottom_slider .flexslider {
    position: static;
}

body #content .middle ul.flex-direction-nav {
    position: absolute !important;
    top: 0 !important;
    right: 8px !important;
    z-index: 100 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 30px !important;
}

body #content .middle ul.flex-direction-nav > li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

body #content .middle ul.flex-direction-nav {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    /*    position: static !important;*/
}

body #content .middle ul.flex-direction-nav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    border: 0 !important;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent !important;
}

body #content .middle ul.flex-direction-nav li + li {
    margin-left: 60px !important;
}

body #content .middle ul.flex-direction-nav li a {
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
    top: 0 !important;
    bottom: 0 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    background-color: transparent !important;
}

body #content .middle ul.flex-direction-nav li a:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body #content .middle ul.flex-direction-nav li:hover {
    background-color: transparent !important;
}

body #content .middle ul.flex-direction-nav li a:hover:after {
    opacity: 1 !important;
    background-color: transparent !important;
}

body #content .middle ul.flex-direction-nav li.flex-nav-next a.flex-next {
    background-image: url(../images/svg/arrow_sl_right.svg) !important;
}

body #content .middle ul.flex-direction-nav li.flex-nav-next a.flex-next:after {
    background-image: url(../images/svg/arrow_sl_right_hover.svg) !important;
}

body #content .middle ul.flex-direction-nav li.flex-nav-prev a.flex-prev {
    background-image: url(../images/svg/arrow_sl_left.svg) !important;
}

body #content .middle ul.flex-direction-nav li.flex-nav-prev a.flex-prev:after {
    background-image: url(../images/svg/arrow_sl_left_hover.svg) !important;
}

body .main_page_products_slider .main_page_products_slider_inner {
    position: relative;
    margin: 0 -8px;
}

body .main_page_products_slider .flexslider.shadow .slides {}


body .main_page_products_slider .flexslider.shadow .slides .catalog_item,
body #content .tabs_slider .catalog_item {
    padding: 0 8px;
}

body #content .tabs_slider {
    padding-top: 0;
    padding-bottom: 0;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap,
body #content .tabs_slider .catalog_item .inner_wrap {
    padding: 0;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .image_wrapper_block,
body #content .tabs_slider .catalog_item .inner_wrap .image_wrapper_block {
    margin-bottom: 15px;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .image_wrapper_block img,
body #content .tabs_slider .catalog_item .inner_wrap .image_wrapper_block img {
    padding: 0;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .item_info,
body #content .tabs_slider .catalog_item .inner_wrap .item_info {
    padding: 0;
    margin: 0;
    height: auto;
    text-align: center;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .item-title,
body #content .tabs_slider .catalog_item .inner_wrap .item-title {
    margin-bottom: 5px;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .item-title *,
body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .item-title,
body #content .tabs_slider .catalog_item .inner_wrap .item-title *,
body #content .tabs_slider .catalog_item .inner_wrap .item-title {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .item-title,
body #content .tabs_slider .catalog_item .inner_wrap .item-title {
    white-space: normal;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .sa_block,
body #content .tabs_slider .catalog_item .inner_wrap .sa_block {
    display: none;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .cost.prices,
body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .cost.prices * body #content .tabs_slider .catalog_item .inner_wrap .cost.prices,
body #content .tabs_slider .catalog_item .inner_wrap .cost.prices * {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
    padding: 0;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .cost.prices .price_name,
body #content .tabs_slider .catalog_item .inner_wrap .cost.prices .price_name {
    font-size: 12px;
    color: #988676;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .cost.prices,
body #content .tabs_slider .catalog_item .inner_wrap .cost.prices {
    margin-bottom: 8px;
}

.card-colors {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
}

.card-colors i {
    width: 18px;
    height: 18px;
    border: 1px solid #ACACAC;
    border-radius: 50%;
}

.card-colors i + i {
    margin-left: 5px;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .footer_button,
body #content .tabs_slider .catalog_item .footer_button {
    display: none !important;
}

.main_page_banner {
    margin-bottom: 82px;
}

.main_page_banner.main_page_banner_opt {
    margin-bottom: 39px;
}

.main_page_banner .maxwidth-theme {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main_page_banner_block_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 66px;
}

.main_page_banner_item {
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 0 0 63px;
    height: 340px;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.main_page_banner_item .main_page_banner_item_inner {
    max-width: 40.13157894736842%;
}

.main_page_banner_item .main_page_banner_block_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-bottom: 66px;
    line-height: 24px;
}

.main_page_banner_item .main_page_banner_title {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 37px;
    text-transform: uppercase;
}

.main_page_banner_item .main_page_banner_text {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 24px;
    text-transform: uppercase;
}

.main_page_banner_item .main_page_banner_btn a {
    border: 0;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    border: 0;
}

.main_page_banner_item .main_page_banner_btn a:hover {
    background: #000000;
    color: #fff;
}

.main_page_feedback {
    margin-bottom: 86px;
}

.main_page_feedback .main_page_feedback_title {
    margin-bottom: 54px;
}

.main_page_feedback .main_page_feedback_title .maxwidth-theme {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main_page_feedback .main_page_feedback_title_inner {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    margin-bottom: 66px;
    line-height: 24px;
}

.main_page_feedback_blocks .maxwidth-theme {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main_page_feedback_blocks .main_page_feedback_blocks_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.main_page_feedback .main_page_feedback_block {
    width: 50%;
    padding: 0 170px;
}

.main_page_feedback .main_page_feedback_block_title {
    font-weight: 600;
    margin-bottom: 63px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main_page_feedback .instagram_wrapper {
    width: 49.47368421052632%;
    padding-left: 0px;
}

.main_page_feedback .instagram_wrapper .instagram_ajax {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.main_page_feedback .main_page_feedback_image {
    width: 20%;
    margin-right: 16px;
    margin-bottom: 16px;
}
.main_page_feedback .main_page_feedback_image img {
    max-width: 100%;
}

.main_page_feedback_block_form {
    margin-bottom: 43px;
}

.main_page_feedback_block_form form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.main_page_feedback_block_form input:not([type=submit]):not([type=buttont]) {
    height: 50px !important;
    /*    padding: 0 !important;*/
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid #333 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #333 !important;
    width: auto;
    flex-grow: 1;

}

.main_page_feedback_block_form input[type=submit] {
    flex-shrink: 0;
    height: 50px !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #333 !important;
    padding: 0 28px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: normal !important;
    position: static !important;
    width: auto !important;
    text-indent: 0 !important;
    margin-left: 21px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main_page_feedback_block_form input[type=submit]:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
}

.main_page_feedback_block_accept {
    padding-top: 17px;
    font-size: 14px;
    font-weight: normal;
}

.main_page_feedback_social_title {
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.main_page_feedback_social_links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.main_page_feedback_social_links a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #000000;
    width: 70px;
    height: 70px;
    margin: 0 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main_page_feedback_social_links a:hover {
    opacity: .5;
}

.main_page_feedback_social_text {
    line-height: 19px;
    font-size: 14px;
    font-weight: normal;
}

/*.main_page_feedback .main_page_feedback_image:nth-child(3n) {
    margin-right: 0;
}*/

.main_page_feedback .main_page_feedback_image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

body .catalog_block.catalog_block_custom {
    position: relative;
    width: auto;
    margin: 0 -12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}

body .catalog_block.catalog_block_custom .item_block {
    padding: 0 12px;
    margin-bottom: 20px;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item {
    height: 100% !important;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item {
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .like_icons {
    top: 17px;
    right: 17px;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .like_icons .wish_item_button {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    display: block !important;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .like_icons .wish_item_button .wish_item {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 27px;
    background: url(../images/svg/favorite.svg) !important;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .like_icons .wish_item_button .wish_item.added {
    background: url(../images/svg/favorite_active.svg) !important;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .like_icons .wish_item_button .wish_item i {
    display: none;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .image_wrapper_block {
    margin: 0 0 20px;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .image_wrapper_block a {
    border-radius: 4px; 
}
body #associated_goods .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .image_wrapper_block a {
    max-height: 350px;
}



body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info {
    height: auto !important;
}

body .catalog_item .item_info .stickers {
    position: static;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
}

body .catalog_item .item_info .stickers * {
    text-align: center;
    padding: 0;
    margin: 0;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .item-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .item-title a {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .item-title a span {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .item-title a:hover {
    color: #000000;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .rating {
    display: none;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .sa_block {
    display: none;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .catalog_item_price {
    margin: 0 0 7px;
    text-align: center;
    height: auto !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .item_info .catalog_item_price span.sale{
    color: #a24141;
    margin-left: 10px;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .bx_catalog_item_scu .item_wrapper {
    padding: 0;
    margin: 0;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .bx_catalog_item_scu .item_wrapper .bx_item_section_name {
    display: none;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .bx_catalog_item_scu .item_wrapper .bx_scu_scroller_container {
    margin: 0;
    padding: 0;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .bx_catalog_item_scu .item_wrapper:nth-child(1) ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .bx_catalog_item_scu .item_wrapper:nth-child(1) ul li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ACACAC;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .bx_catalog_item_scu .item_wrapper:nth-child(1) ul li * {
    display: none;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .card-colors {
    margin-bottom: 6px;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .card-sizes {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .card-sizes i {
    font-size: 14px;
    line-height: 19px;
    color: #333;
    /*    cursor: pointer;*/
    font-style: normal;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .card-sizes i.active {
    color: #000000;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .card-sizes i + i {
    margin-left: 12px;
}

.colors_block_custom {
    margin-bottom: 30px;
}

.colors_block_custom .colors_block_custom_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    margin-bottom: 17px;
}

.colors_block_custom .colors_block_custom_title strong {
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
}


.colors_block_custom .colors_block_custom_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.colors_block_custom .colors_block_custom_items span {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.colors_block_custom .colors_block_custom_items i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.colors_block_custom .colors_block_custom_items span.active,
.colors_block_custom .colors_block_custom_items span:hover {
    border-color: #000000;
}

.sizes_block_custom {
    margin-bottom: 30px;
}

.sizes_block_custom_inner {
    display: inline-block;
}

.sizes_block_custom .sizes_block_custom_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
    margin-bottom: 17px;
    width: 100%;
    justify-content: space-between;
}

.sizes_block_custom .sizes_block_custom_title strong {
    margin-right: 10px;
    flex-shrink: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.sizes_block_custom .sizes_block_custom_title a {
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sizes_block_custom .sizes_block_custom_title a:hover {
    border-color: transparent;
}

.sizes_block_custom .sizes_block_custom_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 7px;
}

.sizes_block_custom .sizes_block_custom_items span {
    margin: 0 10px 10px 0;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(155, 130, 116, 0.2);
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.sizes_block_custom .sizes_block_custom_items span:last-child {
    margin-right: 0;
}

.sizes_block_custom .sizes_block_custom_items span:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border: 2px solid #000000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sizes_block_custom .sizes_block_custom_items span.active:before,
.sizes_block_custom .sizes_block_custom_items span:hover:before {
    opacity: 1;
}

.sizes_block_custom .sizes_block_custom_all {
    font-size: 14px;
}

.sizes_block_custom .sizes_block_custom_all a {
    border-bottom: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sizes_block_custom .sizes_block_custom_all a:hover {
    border-color: transparent;
}

body .catalog_block.catalog_block_custom .catalog_item_wrapp.item .catalog_item .offer_buy_block {
    display: none;
}

body .catalog_block.catalog_block_custom .footer_button {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
}

body .catalog_block.catalog_block_custom .sku_props {
    margin: 0;
}

body .bottom_nav.block {
    padding: 0;
    margin: 0 0 50px;
}

body:not(.index) .main_page_banner .maxwidth-theme {
    padding: 0;
}

.copmany_page_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 98px;
}

.copmany_page_info .copmany_page_text {
    width: 50%;
    padding: 0 80px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.copmany_page_info h2 {
    font-size: 33px;
    margin: 0 0 39px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.copmany_page_info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.copmany_page_info .copmany_page_image {
    width: 50%;
}

.copmany_page_info .copmany_page_image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 1279px) {

    body .right_block.wide_,
    body .right_block.wide_N {
        width: calc(100% - 334px);
    }

    body .left_block {
        width: 253px;
    }

}

body .middle h3:first-child {
    margin-top: 0;
}

body .middle h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 28px 0;
    text-transform: uppercase;
    font-weight: 600;
}

body .middle p {
    font-size: 14px;
    margin-bottom: 20px;
}

body .middle p:last-child {
    margin-bottom: 0;
}

body .middle hr {
    margin: 35px 0;
    background: #000000;
}

body .middle .ul li::before,
body .right_block ol li::before,
body .right_block ul li::before {
    color: #333;
    top: -1px;
}

body .container-custom-w760 {
    max-width: 760px;
}

body .container-custom-w790 {
    max-width: 790px;
}

.delivery-page .h3 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 26px 0 10px;
}

.delivery-page p {
    margin: 0 0 10px;
}

.delivery-page .result_calculate {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.delivery-page .result_calculate h3 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.delivery-page .result_calculate b {
    font-weight: normal;
}

body .middle .delivery-table-custom,
body .middle .table-custom {
    margin-bottom: 70px;
}

body .middle .delivery-table-custom table,
body .middle .table-custom table {
    width: 100%;
}

body .middle .delivery-table-custom th,
body .middle .table-custom th {
    background: #000000;
    padding: 24px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: top;
}

body .middle .delivery-table-custom td,
body .middle .table-custom td {
    vertical-align: top;
    padding: 24px 40px;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

body .middle .table-custom {
    margin-bottom: 35px;
}

body .middle .table-custom th,
body .middle .table-custom td {
    padding: 15px 18px;
    text-transform: uppercase;
    font-size: 14px;
}

body .middle .table-custom th + th,
body .middle .table-custom td + td {
    text-align: center;
}

body .middle .table-custom th {
    font-weight: normal;
}

body .middle .table-custom th * {
    color: #fff;
}

body .middle .table-custom td {
    border-bottom: 1px solid #E6E6E6;
}

body .cities-block.cities-block-custom {
    padding-left: 40px;
}

body .cities-block.cities-block-custom .cities-block-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body .cities-block.cities-block-custom input.search-input {
    height: 50px;
    border: 1px solid #000000 !important;
    width: 100%;
    font-size: 14px;
    max-width: 456px;
    background: #fff;
    border-radius: 0 !important;
    outline: 0 !important;
}

body .cities-block.cities-block-custom input[type=submit] {
    height: 50px;
    border: 1px solid #000000;
    width: 190px;
    position: relative;
    margin-left: -1px;
    background: #000000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .cities-block.cities-block-custom input[type=submit]:hover {
    background: #fff;
    color: #1a1a1a;
}

.accordeon {}

.accordeon .accordeon-block {
    border: 1px solid #000000;
    position: relative;
    margin-bottom: -1px;
}

.accordeon .accordeon-title {
    padding: 15px 16px;
    line-height: 19px;
    color: #1A1A1A;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordeon .accordeon-title:hover {
    color: #000000;
}

.accordeon .accordeon-title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    right: 20px;
    height: 28px;
    width: 28px;
    background: url(../images/svg/arrow_down.svg) no-repeat center center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.accordeon .accordeon-content {
    display: none;
    padding: 16px;
    line-height: 19px;
    font-size: 14px;
    color: #1A1A1A;
}

.accordeon .accordeon-block.active .accordeon-title:after {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}

.accordeon .accordeon-block.active .accordeon-content {
    display: block;
}

.left_block .menu_top_block ul,
.left_block ul.left_menu {
    padding: 0 !important;
    margin: 0 0 35px !important;
}

.left_block .menu_top_block ul li,
.left_block ul.left_menu li {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.left_block .menu_top_block ul li:before,
.left_block .menu_top_block ul li a:before,
.left_block ul.left_menu li:before,
.left_block ul.left_menu li a:before {
    display: none !important;
}

.left_block .menu_top_block ul li a,
.left_block ul.left_menu li a {
    padding: 0 !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    text-align: center !important;
    color: #333 !important;
    font-size: 14px !important;
    border: 1px solid #000000 !important;
    background: #fff !important;
    text-transform: uppercase;
    font-weight: bold !important;
    position: relative !important;
    margin-top: -1px !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.left_block .menu_top_block ul li a span,
.left_block ul.left_menu li a span {
    color: #333 !important;
}

.left_block .menu_top_block ul.menu li a:hover,
.left_block .menu_top_block ul.menu li.current > a,
.left_block ul.left_menu li a:hover,
.left_block ul.left_menu li.current > a {
    background: transparent !important;
    position: relative !important;
    z-index: 10 !important;
    background: #000000 !important;
    color: #fff !important;
}

.left_block .menu_top_block ul.menu li a:hover span,
.left_block .menu_top_block ul.menu li.current > a span,
.left_block ul.left_menu li a:hover span,
.left_block ul.left_menu li.current > a span {
    color: #fff !important;
}

.left_block .menu_top_block ul.menu li:hover,
.left_block .menu_top_block ul.menu li a:hover,
.left_block ul.left_menu li:hover,
.left_block ul.left_menu li a:hover {
    z-index: 40 !important;
}

.left_block .menu_top_block ul.menu li ul li a {
    text-transform: none !important;
    font-weight: normal !important;
}

.left_block .menu_top_block ul.menu li ul li a:hover,
.left_block .menu_top_block ul.menu li ul li.current a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.left_block .menu_top_block ul.menu li ul li.current a {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.left_block .menu_top_block ul.menu li ul li a:hover {
    text-decoration: underline !important;
}

.left_block ul.left_menu {
    border-radius: 0;
    overflow: visible;
}

.left_block ul.left_menu li {
    background: transparent !important;
}

body .left_block .bx_filter .bx_filter_section {
    background: none;
    border: 0
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box.title {
    display: none;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 28px;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box .bx_filter_block {
    max-height: none;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box_title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 10px;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box_container {
    margin-top: 0;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box_container .bx_filter_param_label {
    font-size: 14px;
    color: #1A1A1A;
    padding-left: 46px;
    margin-bottom: 12px;
    min-height: 23px;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box_container .bx_filter_param_label .bx_filter_param_text {
    margin: 0;
    padding-top: 3px;
}

body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box_container .bx_filter_param_label:before,
body .left_block .bx_filter .bx_filter_section .bx_filter_parameters_box_container .bx_filter_param_label:after {
    width: 23px;
    height: 23px;
    border-radius: 4px;

}

body .left_block .bx_filter .bx_filter_section input[type="checkbox"]:checked + label:after {
    background: url(/local/templates/aspro_next/images/svg/Input_icons.svg) 4px 4px no-repeat !important;
}

body .filter_horizontal {
    overflow: visible;
    padding: 17px 0 0;
    border-top: 1px solid #000000;
}

body .filter_horizontal form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body .filter_horizontal .bx_filter .bx_filter_section {
    background: none;
    border: 0;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box {
    position: relative;
    padding: 0;
    border-bottom: 0;
    z-index: 100;
    margin: 0 10px 0 0;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box:nth-child(10) {
    order: -1;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box:nth-child(9) {
    order: -2;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box.title {
    display: none;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box_title {
    font-size: 14px;
    color: #333333;
    padding: 0;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: auto;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box_title:before {
    display: none;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box_title:after {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    content: '';
    background: url(../images/svg/filter_arrow.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_popup_result.right {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    margin-top: -10px;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block {
    position: absolute;
    top: 40px;
    border: 1px solid #000000;
    background: #fff;
    padding: 20px 14px;
    display: none;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box_title + .bx_filter_block .bx_filter_parameters_box_container {
    margin: 0;
}

body .filter_horizontal .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container > .btn {
    height: 45px;
    line-height: 45px;
}

body .filter_horizontal .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container > #set_filter.btn {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

body .filter_horizontal .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container > #set_filter.btn:hover {
    background: #fff;
    color: #333;
    border-color: #333;
}

body .filter_horizontal .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container > #del_filter.btn {
    border-color: #333;
}

body .filter_horizontal .bx_filter .bx_filter_input_checkbox .bx_filter_param_text,
body .filter_horizontal .filter label > span {
    white-space: nowrap;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block .wrapp_all_inputs {
    width: 240px;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block .wrapp_all_inputs .wrapp_change_inputs {
    width: 100%;
    padding: 0;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block .wrapp_all_inputs .wrapp_slider {
    width: 100%;
    padding: 20px 0 0;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block .title_custom {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_input_container.form-control input {
    padding: 0;
    border: 1px solid #000000;
    height: 37px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border-radius: 0;
}

body .filter_horizontal .bx_filter .divider {
    margin-top: 15px;
}

body .filter_horizontal .bx_filter .bx_ui_slider_part span {
    color: #333;
    font-weight: 600;
}

body .filter_horizontal .bx_filter .bx_filter_button_box {
    padding: 0;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet {
    padding: 0;
    max-height: none;
    width: auto;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_input_checkbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 11px 13px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label:hover .bx_filter_input_checkbox,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label.active .bx_filter_input_checkbox {
    background: rgba(155, 130, 116, 0.2);
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label:before,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label:after {
    display: none !important;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label i {
    width: 18px;
    margin-right: 20px;
    height: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid transparent;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label i:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border-radius: 50%;
    border: 1px solid #ACACAC;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label:hover i,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label.active i {
    border-color: #fff;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label:hover i:before,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label.active i:before {
    opacity: 1;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label .bx_filter_param_text {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #333;
    padding: 0;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label:hover .bx_filter_input_checkbox .bx_filter_param_text,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.tsvet .bx_filter_param_label.active .bx_filter_input_checkbox .bx_filter_param_text {
    /*    color: #fff;*/
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer {
    padding: 15px 5px;
    width: 180px;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label {
    margin: 5px;
    padding: 0;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label:before,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label:after {
    display: none !important;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label .bx_filter_input_checkbox {
    padding: 0;
    margin: 0;
    width: 46px;
    height: 46px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(155, 130, 116, 0.2);
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label:hover .bx_filter_input_checkbox,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label.active .bx_filter_input_checkbox {
    border-color: #000000;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label .bx_filter_input_checkbox:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border: 1px solid #000000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label:hover .bx_filter_input_checkbox:before,
body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label.active .bx_filter_input_checkbox:before {
    opacity: 1;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label .bx_filter_input_checkbox .bx_filter_param_text {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block.razmer .bx_filter_param_label .bx_filter_input_checkbox.onesize .bx_filter_param_text {
    font-size: 12px;
    white-space: normal;
    text-align: center;
}

body .sort_header {
    padding-bottom: 40px;
    position: relative;
    margin-top: -57px;
}

body .sort_header:after {
    content: '';
    display: table;
    clear: both;
}

body .sort_header > div:not(.sort_filter) {
    display: none;
}

body .sort_header .sort_filter {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
}

body .sort_header .sort_filter a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body .sort_header .sort_filter a * {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

body .sort_header .sort_filter a > span {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

body .sort_header .sort_filter a i.arr {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    content: '';
    background: url(/local/templates/aspro_next/css/../images/svg/filter_arrow.svg) no-repeat center center !important;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .sort_header .sort_filter a.current i.arr {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

body .sort_header .sort_filter a i.arr:after {
    display: none;
}

body .sort_header {
    display: none;
}

.sort_custom {
    float: right;
    position: relative;
    z-index: 100;
    padding-bottom: 40px;
    position: relative;
    margin-top: -57px;
}

.sort_custom .sort_custom_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
}

.sort_custom .sort_custom_title:after {
    content: '';
    background: url(../images/svg/filter_arrow.svg) no-repeat center center !important;
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sort_custom.active .sort_custom_title:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sort_custom .sort_custom_title i {
    font-style: normal;
    margin: 0 6px;
}

.sort_custom .sort_custom_list {
    padding: 0 19px 17px;
    background: #fff;
    border: 1px solid #000000;
    position: absolute;
    z-index: 100;
    width: 200px;
    right: 0;
    display: none;
    margin-top: 17px;
}

.sort_custom .sort_custom_item {
    margin: 0 -19px;
}

.sort_custom .sort_custom_item input {
    display: none;
}

.sort_custom .sort_custom_item label {
    position: relative;
    padding: 10px 19px 11px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    cursor: pointer;
    margin: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sort_custom .sort_custom_item input:checked + label,
.sort_custom .sort_custom_item label:hover {
    background: rgba(155, 130, 116, 0.2);
}

.sort_custom .sort_custom_item label span {
    position: relative;
    top: -2px;
}

.sort_custom .sort_custom_btn {
    margin-top: 7px;
}

.sort_custom .sort_custom_btn input {
    width: 100%;
    text-align: center;
}

body.detail_page {}

body.detail_page .page-top_custom_breadcrumbs {
    margin-bottom: 67px;
}

body.detail_page .page-top.page-top_custom_title {
    display: none;
}

body.detail_page .container .catalog_detail .item_main_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    border: 0;
    margin-bottom: 80px;
}

body.detail_page .container .catalog_detail .item_main_info .img_wrapper {
    width: 56.51315789473684%;
    flex-shrink: 0;
    margin-right: 37px;
}

body.detail_page .container .catalog_detail .item_main_info .right_info {
    padding: 0;
    margin: 0;
    position: static;
    flex-grow: 1;
}

body.detail_page .container .catalog_detail .item_main_info .right_info .info_item {
    margin: 0;
    padding: 0;
    position: static;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom {
    padding: 0;
    width: 100%;
    float: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs {
    order: -1;
    flex-shrink: 0;
    width: 18.0442374854482%;
    overflow-y: auto;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .sliders,
body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .thumbs,
body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .flex-viewport,
body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .slides_block {
    height: 100% !important;
    overflow: visible !important;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .thumbs ul.slides_block {
    width: 100% !important;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .thumbs ul.slides_block li {
    padding: 0 !important;
    margin: 0 0 22px !important;
    width: 100% !important;
    height: auto !important;
    border-width: 1px !important;
    float: none;
    display: block;
    border: 0 !important;
    position: relative !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .thumbs ul.slides_block li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #000000 !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .thumbs ul.slides_block li.current:after {
    opacity: 1;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .wrapp_thumbs .thumbs ul.slides_block li img {
    width: 100% !important;
    height: auto !important;
    position: static;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .slides {
    width: 79.86030267753201%;
    height: auto;
    flex-shrink: 0;
    max-width: 100%;
}

body.detail_page .container .catalog_detail .item_slider.item_slider_custom .slides .offers_img,
body.detail_page .container .catalog_detail .item_slider.item_slider_custom .slides .offers_img > a,
body.detail_page .container .catalog_detail .item_slider.item_slider_custom .slides .offers_img > a > img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    line-height: normal !important;
    display: block !important;
}

body.detail_page .container .catalog_detail .info_item .top_info {
    padding: 0;
    border: 0;
}

body.detail_page .container .catalog_detail .product_full_title_custom {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

body.detail_page .container .catalog_detail .product_full_title_custom h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

body.detail_page .container .catalog_detail .product_full_title_custom .stickers {
    position: static;
    padding: 0;
    margin: 0 0 0 15px;
}

body.detail_page .container .catalog_detail .product_full_title_custom .stickers > div {
    display: block;
}

body.detail_page .container .catalog_detail .product_full_title_custom .stickers [class*=sticker_] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    color: #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 27px;
    padding: 0 7px;
    border: 1px solid #000000;
    border-radius: 0;
}

body.detail_page .container .catalog_detail .article.iblock {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 19px;
}

body.detail_page .container .catalog_detail .article.iblock span {
    padding: 0;
}

body.detail_page .container .catalog_detail .product_full_advantages_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

body.detail_page .container .catalog_detail .product_full_advantages_custom .product_full_advantages_custom_block {
    margin: 0 37px 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body.detail_page .container .catalog_detail .product_full_advantages_custom .product_full_advantages_custom_image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #058E3F;
    margin-right: 6px;
}

body.detail_page .container .catalog_detail .product_full_advantages_custom .product_full_advantages_custom_image img {
    max-width: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

body.detail_page .container .catalog_detail .product_full_advantages_custom .product_full_advantages_custom_title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #058E3F;
}

body.detail_page .container .catalog_detail .product_full_advantages_custom {}

body.detail_page .container .catalog_detail .product_full_advantages_custom {}

body.detail_page .container .catalog_detail .product_full_advantages_custom {}

body.detail_page .container .catalog_detail .middle_info.main_item_wrapper {
    padding: 0;
}

body.detail_page .container .catalog_detail .middle_info .prices_block {
    padding-bottom: 30px;
}

body.detail_page .container .catalog_detail .middle_info .prices_block .cost.prices .price {
    padding: 0;
    margin: 0;
}

body.detail_page .container .catalog_detail .middle_info .prices_block .cost.prices .price .offers_price_title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 19px;
}

body.detail_page .container .catalog_detail .middle_info .prices_block .cost.prices .price .offers_price {
    font-size: 18px;
    font-weight: 600;
    /*    color: #D40D0D;*/
    color: #333333;
    text-transform: uppercase;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_scu {
    margin-bottom: 30px;
}

body.detail_page .container .catalog_detail .middle_info .show_class.bx_item_section_name {
    margin: 0 0 17px;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size {
    margin-bottom: 30px;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li {
    padding: 0;
    margin: 0 10px 10px 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    background: transparent !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid rgba(155, 130, 116, 0.2);
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li span {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    padding: 0;
    line-height: normal;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li:hover,
body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li.active {
    border-color: #000000;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border: 1px solid #000000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li:hover:before,
body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size .bx_size ul li.active:before {
    opacity: 1;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0 10px 0 0 !important;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block > * {
    height: 50px;
    width: 50px;
    border: 1px solid #000000;
    background: #fff !important;
    border-radius: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    margin-right: -1px;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block span:hover {
    background: #000000 !important;
    color: #fff;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block span:before {
    display: none;

}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .button_block {
    width: 100% !important;
    max-width: 225px;
    margin: 0 10px 0 0 !important;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .button_block .btn {
    width: 100% !important;
    max-width: 225px;
    text-align: center;
    background: #000000;
    color: #fff;
    font-weight: 600;
    border-color: #000000;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .button_block .btn:hover {
    background: #fff;
    color: #000000;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-shrink: 0;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 10px;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block > input,
body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block > button {
    height: 50px !important;
    width: 50px !important;
    position: relative;
    margin-right: -1px;
    border: 1px solid #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    color: #000000;
    background: #fff;
    cursor: pointer;
    text-align: center !important;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block button {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block button:hover {
    background: #000000;
    color: #fff;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_btn {
    margin-right: 10px;
}

body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_btn input {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    width: 209px;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons {
    position: static;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons .wish_item {
    width: 50px;
    height: 50px;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: static;
    border-radius: 0;
    cursor: pointer;
    background: url(../images/svg/fav_btn_buy.svg) no-repeat center center rgba(155, 130, 116, 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons .wish_item:hover,
body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons .wish_item.added {
    background-color: #000000;
}

body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons .wish_item * {
    display: none !important;
}

body.detail_page .catalog_detail .tabs_section {
    margin: 0;
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 0;
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs li {
    padding: 0 83px 0 0;
    margin: 0;
    border-bottom: 1px solid rgba(155, 130, 116, 0.2);
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs li:last-child {
    padding: 0;
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs li a {
    padding: 0 0 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    position: relative;
    border: 0;
    color: #333 !important;
    background: transparent;
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs li a:before {
    display: none !important;
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs li a:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 3px solid #000000;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body.detail_page .catalog_detail .tabs_section ul.nav-tabs li.active a:after,
body.detail_page .catalog_detail .tabs_section ul.nav-tabs li a:hover:after {
    opacity: 1;
}

body.detail_page .catalog_detail .tabs_section .tab-content {
    padding: 30px 0 0;
}

body.detail_page .catalog_detail .tabs_section .tab-content .detail_text {
    color: #333;
}

body.detail_page .catalog_detail .tabs_section .tab-content > .tab-pane {
    padding-bottom: 0; font-size: 14px;
}

body.detail_page .page-top_custom_breadcrumbs > .breadcrumbs {
    padding-right: 288px;
}

body:not(.detail_page) .breadcrumbs_block_custom {
    display: none !important;
}

.os-order.os-order_custom .os-order_custom_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.os-order.os-order_custom .os-order_custom-left {
    width: 66.18421052631579%;
}

.os-order.os-order_custom .os-order_custom-right {
    width: 31.38157894736842%;
}

.os-order.os-order_custom .os-order_custom_block {
    margin-bottom: 42px;
}

.os-order.os-order_custom .os-order_custom_block + .os-order_custom_block {}

.os-order_custom_title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 36px;
    border-bottom: 1px solid #000000;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 25px;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles input {
    display: none;
}

/*
.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles input:checked + label {
    background: #000 !important;
    color: #fff !important;
}
*/

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title {
    width: 33.33%;
    border: 1px solid #000000;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    margin: 0 -1px 0 0;
    overflow: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title.jc_b_custom {
    justify-content: space-between;
    padding: 0 25px;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title.jc_b_custom .images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title.jc_b_custom .images img + img {
    margin-left: 11px;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid #058E3F;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title.active {
    z-index: 10;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title:hover:before,
/*.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles .os-order_custom_tabs_title.active:before,*/
.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles input[type=radio]:checked + .os-order_custom_tabs_title:before {
    opacity: 1;
    visibility: visible;
}


.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content {
    display: none;
    font-size: 14px;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content.active {
    display: block;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content input[type=radio] {
    display: none;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 23px;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label:before {}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label + label {}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label .radio-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label .radio-icon:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content input[type=radio]:checked + label .radio-icon:after {
    opacity: 1;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label span {
    max-width: 338px;
    margin-right: 30px;
    font-size: 14px;

}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label strong {
    margin-left: auto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-right: 33.33%;
    flex-shrink: 0;
    white-space: nowrap;
}

.os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content .os-order_custom_tabs_content_text {
    font-size: 14px;
    padding-left: 24px;
}

.os-order_custom_form .os-order_custom_form_row {
    margin-bottom: 20px;
}

.os-order_custom_form .os-order_custom_form_row.custom_form_col2,
.os-order_custom_form .os-order_custom_form_row.custom_form_col3,
.os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.os-order_custom_block.os-order_custom_block_opt .os-order_custom_form .os-order_custom_form_row.custom_form_col2,
.os-order_custom_block.os-order_custom_block_opt .os-order_custom_form .os-order_custom_form_row.custom_form_col3,
.os-order_custom_block.os-order_custom_block_opt .os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 {
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.os-order_custom_form .os-order_custom_form_row.custom_form_col2 .os-order_custom_form_field {
    width: 48.63013698630137%;
}

.os-order_custom_form .os-order_custom_form_row.custom_form_col3 .os-order_custom_form_field {
    width: 32%;
}

.os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 .os-order_custom_form_field:nth-child(1) {
    width: 66%;
}

.os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 .os-order_custom_form_field:nth-child(2) {
    width: 32%;
}

.os-order_custom_form .os-order_custom_form_row label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 8px;
}

.os-order_custom_form .os-order_custom_form_btn {
    text-align: center;
}

.os-order_custom_form .os-order_custom_form_btn .but-r {
    text-align: left;
}


.os-order_custom_form .os-order_custom_form_row sup {
    color: #DB8391;
}

.os-order_custom_cupon_block {
    margin-bottom: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_cupon_block.active {
    margin-bottom: 37px;
}

.os-order_custom_cupon_block .os-order_custom_title {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    border-bottom: 1px dotted;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_cupon_block .os-order_custom_title:hover {
    border-color: transparent;
}

.os-order_custom_cupon_form {
    display: none;
}

.os-order_custom_cupon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 16px;
}

.os-order_custom_cupon input {
    flex-grow: 1;
}

.os-order_custom_cupon button {
    height: 50px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000000 !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0 9%;
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_cupon button:hover {
    background: #fff;
    color: #333;
}

.os-order_custom_itog {
    padding: 6.289308176100629%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

.os-order_custom_itog .os-order_custom_itog_sum {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.os-order_custom_itog .os-order_custom_itog_sum span {
    font-weight: 600;
    font-size: 20px;
}

.os-order_custom_itog .os-order_custom_itog_sum span + span {
    font-weight: bold;
    font-size: 24px;
}

.os-order_custom_itog .os-order_custom_itog_add_fields {
    margin-bottom: 26px;
}

.os-order_custom_itog .os-order_custom_itog_add_field {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.os-order_custom_itog .os-order_custom_itog_add_field + .os-order_custom_itog_add_field {
    margin-top: 5px;
}

.os-order_custom_itog .os-order_custom_itog_fields {
    margin-bottom: 30px;
}

.os-order_custom_itog .os-order_custom_itog_field {
    font-size: 14px;
}

.os-order_custom_itog .os-order_custom_itog_field strong {
    text-transform: uppercase;
}

.os-order_custom_itog .os-order_custom_itog_field strong:nth-child(1) {
    margin-right: 15px;
}

.os-order_custom_itog .os-order_custom_itog_field + .os-order_custom_itog_field {
    margin-top: 18px;
}

.os-order_custom_itog .os-order_custom_itog_field i {
    font-style: normal;
    color: #058E3F;
    text-decoration: underline;
}

.os-order_custom_itog .os-order_custom_itog_btn {
    text-align: center;
}

.os-order_custom_itog input {
    display: block;
    width: 100%;
    height: 50px;
    background: #000000;
    color: #fff;
    text-align: center;
    border: 1px solid #000000 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_itog input:hover {
    background: #fff;
    color: #333;
}

.os-order_custom_cart_block {}

.os-order_custom_cart_table {
    margin-bottom: 60px;
}

.os-order_custom_cart_table table {
    width: 100%;
}

.os-order_custom_cart_table table tbody {}

.os-order_custom_cart_table table tr {}

.os-order_custom_cart_table table th {
    display: none;
    font-size: 14px;
    color: #1A1A1A;
    padding: 0 0 11px;
    border: 0;
    border-bottom: 1px solid #1A1A1A;
    background: none;
    font-weight: normal;
    text-transform: uppercase;
}

.os-order_custom_cart_table table th + th {
    padding-left: 18px;
}

.os-order_custom_cart_table table th:last-child {
    text-align: center;
}

.os-order_custom_cart_table table td {
    border: 0;
    background: none;
    vertical-align: top;
    padding: 0 0 20px;
}

.os-order_custom_cart_table table td + td {
    padding-left: 28px;
}

.os-order_custom_cart_table table .cart_image_custom {
    width: 100px;
}

.os-order_custom_cart_table table .cart_image_custom a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100px;
}

.os-order_custom_cart_table table .cart_image_custom a:hover {
    opacity: .5;
}

.os-order_custom_cart_table table .cart_image_custom img {
    display: block;
    max-width: 100%;
    height: auto;
    height: auto;
    margin: 0 auto;
}

.os-order_custom_cart_table table .cart_title_custom {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    width: 100%;
    text-transform: uppercase;
    padding-right: 10%;
}

.os-order_custom_cart_table table .cart_title_custom a {
    color: #333;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_cart_table table .cart_title_custom a:hover {
    color: #058E3F;
}

.os-order_custom_cart_table table .cart_quantity_custom {
    padding-right: 124px;
}

.os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: auto;
    margin: 0;
    border: 0;
    background: transparent;
    position: relative;
}

.counter_block_custom_detail {
    position: relative;
}

.os-order_custom_block.os-order_custom_block_opt {
    max-width: 1186px;
}





.first-line-basket{display: flex; width: 100%; justify-content: space-between;}
.first-line-basket span a{font-size: 14px;}
.first-line-basket span a:hover{color: #877E7B;}

@media (max-width: 420px) {
    .first-line-basket span a{font-size: 10px; color: #877E7B;}
}

.opt_desc {
    font-size: 20px;
    font-weight: 600;
}

.aligncenter {
    text-align: center;
}

.register_block_opt {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000000;
}

.counter_block_custom .tooltip_custom {
    white-space: nowrap;
    position: absolute;
    top: -44px;
    left: 50%;
    padding: 2px 10px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
}

.counter_block_custom .tooltip_custom:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
}

.counter_block_custom_detail .tooltip_custom {
    white-space: nowrap;
    position: absolute;
    top: -30px;
    left: 50%;
    padding: 12px 10px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
}

.counter_block_custom_detail .tooltip_custom:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
}

.os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom > *:not(.tooltip_custom),
body #content .os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom > input[type=text] {
    width: 50px !important;
    position: relative;
    border: 1px solid #000000 !important;
    height: 50px !important;
    padding: 0;
    text-align: center;
    margin: 0 -1px 0 0;
    background: transparent !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center !important;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
}

.os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom span:before {
    display: none;
}

.os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom span:hover {
    background: #000000 !important;
    color: #fff !important;
}

.os-order_custom_cart_table table .cart_price_block_custom {
    white-space: nowrap;
    text-align: right;
    position: static !important;
    /*    padding: 0 !important;*/
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_price_custom {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_control_custom {
    display: inline-block;
    position: relative;
    top: 2px;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_price_custom del {
    font-size: 16px;
    font-weight: normal;
    /*color: #DB8391;*/
    color: #000000;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_control_custom * {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_control_custom * + * {
    margin-left: 18px;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_control_custom *:hover {
    opacity: .5;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_favorite_custom {
    display: inline-block;
    background: url(/local/templates/aspro_next/images/heart_custom.png) no-repeat center center transparent;
    width: 25px;
    height: 22px;
    display: none;
}

.os-order_custom_cart_table table .cart_price_block_custom .cart_delete_custom {
    display: block;
    background: url(/local/templates/aspro_next/images/svg/close_custom.svg) no-repeat center center transparent;
    width: 22px;
    height: 22px;
}

body .common_select {
    display: block !important;
}

body form .os-order_custom_form_field .common_select .common_select-link {
    border: 1px solid #000000 !important;
    background: #fff;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 14px;
    color: #1a1a1a;
    border-radius: 0 !important;
    outline: 0 !important;
}

body form .os-order_custom_form_field .common_select .common_select-link .ik_select_link_text {
    height: auto;
    font-size: 14px;
    line-height: normal;
}

body form .os-order_custom_form_field .common_select .common_select-link .trigger {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    background: url(../images/svg/arrow_select.svg) no-repeat center center;
    width: 16px;
    height: 9px;
}

body form .os-order_custom_form_field .common_select .common_select-link .trigger:before {
    display: none;
}

body .ik_select_dropdown.common_select-dd {
    margin-top: 0px !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
}

body .ik_select_dropdown.common_select-dd .ik_select_list .ik_select_list_inner {
    height: auto !important;
    padding: 0 !important;
}

body .ik_select_dropdown.common_select-dd .ik_select_list .ik_select_list_inner ul li {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .ik_select_dropdown.common_select-dd .ik_select_list .ik_select_list_inner ul li span {
    font-size: 14px !important;
}

body .ik_select_dropdown.common_select-dd .ik_select_list .ik_select_list_inner ul li.ik_select_active {
    color: #fff !important;
    background: #000000;
}

.form-questions {
    border: 1px solid #000000;
    padding: 20px 16px 30px;
}

.form-questions .form-header {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: bold;
}

.form-questions .form-teaser {
    font-size: 14px;
    margin-bottom: 9px;
    text-align: left;
}

.form-questions .field {
    margin-bottom: 9px;
}

.form-questions .field:last-child {
    margin-bottom: 0;
    margin-top: 28px;
}

.form-questions input {
    width: 100%;
}

body.detail_page .bottom_slider {
    margin-bottom: 66px;
}

body .container .bottom_slider.tab_slider_wrapp.bottom_slider_product_full {
    border-top: 0;
    padding: 0;
    position: relative;
}

body .container .bottom_slider.tab_slider_wrapp.bottom_slider_product_full h3 {
    margin-bottom: 46px;
}

body .slider_opt {
    position: relative;
}

body .slider_opt h3 {
    margin-bottom: 46px;
}

body .slider_opt .flexslider {
    position: static;
}

body .main_page_products_slider_block {
    position: relative;
}

body .main_page_products_slider_block .main_page_products_slider_title {
    margin-bottom: 46px;
}

body .main_page_products_slider_block .main_page_products_slider_inner {
    position: static;
}

body .main_page_products_slider_block .flexslider {
    position: static;
}

body .main_page_products_slider_block {}

.order_done_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}

.or_d_info_custom {
    width: 50%;
}

.or_d_info_custom .os-order_custom_cart_table table th {
    display: table-cell;
    font-size: 20px;
    text-transform: none;
    text-align: left !important;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.or_d_info_custom .os-order_custom_cart_table table tr td {
    padding-top: 20px;
    padding-bottom: 0;
}

.or_d_info_custom .os-order_custom_cart_table table tr:nth-child(2) td {
    padding-top: 45px;
}

.or_d_info_custom .os-order_custom_cart_table table .cart_quantity_custom {
    padding-right: 79px;
}

.or_d_info_custom .os-order_custom_cart_table .cart_quantity_custom {
    white-space: nowrap;
}

.or_d_info_custom .os-order_custom_cart_table {
    padding-bottom: 90px;
    margin-bottom: 45px;
    border-bottom: 1px solid #000000;
}

.or_d_info_custom .os-order_custom_cart_table .os-order_custom_cart_table table .cart_title_custom {
    padding-right: 6%;
}

.os-order_custom_cart_table .cart_quantity_num {
    white-space: nowrap;
    font-weight: bold;
}

body .or_d_info_custom .os-order_custom_cart_table table tr td a {}

.or_d_image_custom {
    width: 44.21052631578947%;
}

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

.slider_or_d {
    position: relative;
}

.slider_or_d h3 {
    margin-bottom: 46px;
}

.slider_or_d .flexslider {
    position: static;
}

.sale-order-list-block {
    margin-bottom: 40px;
    max-width: 910px;
}

.sale-order-list-block .sale-order-item {
    padding: 15px 20px 20px;
    border: 1px solid #000000;
}

.sale-order-list-block .sale-order-item + .sale-order-item {
    margin-top: 20px;
}

.sale-order-list-block .sale-order-item .sale-order-item-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: normal;
}

.sale-order-list-block .sale-order-item .sale-order-item-header .sale-order-item-number {
    font-weight: bold;
}

.sale-order-list-block .sale-order-item .sale-order-item-header .sale-order-item-summ {
    font-weight: bold;
}

.sale-order-list-block .sale-order-item .sale-order-item-header .sale-order-item-status {
    color: #000000;
    font-weight: bold;
}

.sale-order-list-block .sale-order-item .sale-order-item-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products > * {
    width: 100px;
    height: 115px;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products > * + * {
    margin-left: 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products .sale-order-item-product a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
    border: 1px solid #000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products .sale-order-item-product a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products .sale-order-item-product a:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products .sale-order-item-products-more {
    border: 1px solid #000000;
    font-size: 24px;
    color: #333;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-readmore {
    display: block;
    text-decoration: none;
    height: 50px;
    line-height: 48px;
    padding: 0 47px;
    text-transform: uppercase;
    border: 1px solid #000000;
    background: #000000;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-readmore:hover {
    background: #fff;
    color: #333;
}

.sale-order-list-nav {
    margin-bottom: 40px;
    max-width: 910px;
}

.sale-order-list-nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.sale-order-list-nav ul li {
    list-style: none !important;
    margin: 0 22px !important;
    font-size: 16px !important;
    color: #1A1A1A !important;
    padding: 0 !important;
}

.sale-order-list-nav ul li:before,
.sale-order-list-nav ul li:after {
    display: none !important;
}

.sale-order-list-nav ul li a {
    color: #1A1A1A;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sale-order-list-nav ul li a:hover {
    color: #000000;
}

.sale-order-list-nav ul li span {
    font-weight: bold;
}

.sale-order-list-nav ul li.sale-order-list-prev {
    margin: 0 !important;
    margin-right: auto !important;
}

.sale-order-list-nav ul li.sale-order-list-next {
    margin: 0 !important;
    margin-left: auto !important;
}

.sale-order-list-nav ul li.sale-order-list-prev,
.sale-order-list-nav ul li.sale-order-list-next {
    margin: 0;
}

.sale-order-list-nav ul li.sale-order-list-prev a,
.sale-order-list-nav ul li.sale-order-list-next a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sale-order-list-nav ul li.sale-order-list-prev a:hover,
.sale-order-list-nav ul li.sale-order-list-next a:hover {
    opacity: .5 !important;
}

.sale-order-list-nav .sale-order-list-prev img,
.sale-order-list-nav .sale-order-list-next img {
    display: block;
}

.maw760 {
    max-width: 760px !important;
    width: 100% !important;
}

.or_d_navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.or_d_back_to_all_custom {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.or_d_back_to_all_custom a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #333;
    margin-left: -39px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.or_d_back_to_all_custom a:hover {
    color: #000000;
}

.or_d_back_to_all_custom a svg {
    margin-right: 24px;
}

.or_d_back_to_all_custom a svg path {
    fill: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.or_d_back_to_all_custom a:hover svg path {
    fill: #000000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.or_d_navigation .or_d_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #333;
}

.or_d_navigation .or_d_nav a {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #333;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.or_d_navigation .or_d_nav a:hover {
    color: #000000;
}

.or_d_navigation .or_d_nav a path {
    fill: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.or_d_navigation .or_d_nav a:hover path {
    fill: #000000;
}

.or_d_navigation .or_d_nav a i {
    height: 12px;
    position: relative;
    top: 2px;
}

.or_d_navigation .or_d_nav a:first-child i {
    margin-right: 19px;
}

.or_d_navigation .or_d_nav a:last-child i {
    margin-left: 19px;
    order: 3;
}

.or_d_navigation .or_d_nav span {
    margin: 0 7px;
}

.or_d_info_custom.or_d_info_detail_custom .os-order_custom_cart_table {
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.header_bottom_custom-menu_trigger {
    display: none !important;
}

.header_bottom_custom-menu_close {
    display: none;
}

.mobile_menu_custom {
    display: none;
}

.mobile_menu_custom_burger {
    display: none;
}

.inline-search-block.fixed.big .search .btn-search {
    padding: 0 15px;
}

.mobile_menu_custom_search {
    display: none;
}

.mobile_menu_custom_opt {
    display: none;
}

.footer_menu_custom {
    display: none;
}

body .catalog_item .link_image {
    position: relative;
}

body .catalog_item .link_image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .catalog_item .link_image .fast_view_block {
    height: 40px;
    line-height: 40px;
    border-style: 0;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
    opacity: 0 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .catalog_item .link_image:hover .fast_view_block {
    opacity: 1 !important;
}

body .catalog_item .link_image:hover:after {
    opacity: .3;
}

body .catalog_block .catalog_item img,
body .product_slider .catalog_item img {
    width: 100%;
    height: auto !important;
    position: static;
 
}

body .image_wrapper_block,
body .image_wrapper_block a {
    height: auto;
    line-height: normal;
}

.sort_filter_trigger {
    display: none;
}

.sort_filter_dropdown,
.sort_filter_dropdown_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

body .image_wrapper_block img {
    position: static;
}

body .breadcrumbs_block_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-left: 30px;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: -31px;
    float: right;
}

body .breadcrumbs_block_custom .page_nav_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 12px;
    color: #333;
}

body .breadcrumbs_block_custom .page_nav_custom a {
    text-decoration: none;
    color: #333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .breadcrumbs_block_custom .page_nav_custom a:hover {
    text-decoration: underline !important;
}

body .breadcrumbs_block_custom .page_nav_custom a.page_next_custom i {
    background: url(../images/svg/page-nav-right.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

body .breadcrumbs_block_custom .page_nav_custom a.page_prev_custom i {
    background: url(../images/svg/page-nav-right.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body .breadcrumbs_block_custom .page_nav_custom span {
    margin: 0 10px;
}

.product_slider_custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
}

.product_slider_big_custom {
    width: 79.86030267753201%;
    position: relative;
    overflow: hidden;
}

.product_slider_thumb_custom {
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
    width: 18.0442374854482%;
    margin-right: 18px;
    /*    margin-bottom: 18px;*/
    flex-shrink: 0;
    position: relative;
}

.product_slider_thumb_custom .slick-vertical .slick-slide {
    border: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
    height: 215px;
}

@media (max-width: 1600px) {
    .product_slider_thumb_custom .slick-vertical .slick-slide {
        height: 13.3vw;
    }
}

.product_slider_thumb_custom .slick-slide > div {
    width: 100%;
    height: 100%;
}

.product_slider_thumb_custom .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_slider_thumb_custom .slick-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #000000;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product_slider_thumb_custom .slick-slide.slick-current:after {
    opacity: 1;
}

.product_slider_thumb_custom__prev,
.product_slider_thumb_custom__next {
    width: 20px;
    height: 28px;
    background: url(../images/svg/filter_arrow.svg) no-repeat center center #fff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product_slider_thumb_custom__prev:hover,
.product_slider_thumb_custom__next:hover {
    opacity: .5;
}

.product_slider_thumb_custom__prev.slick-disabled,
.product_slider_thumb_custom__next.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.product_slider_thumb_custom__prev {
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    -ms-transform: translate(-50%, 0) rotate(-90deg);
    -o-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg);
    top: 0;
}

.product_slider_thumb_custom__next {
    bottom: 0;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    -o-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);

}

.product_slider_big_custom .slick-slide {
    /*    max-height: 868px;*/
    overflow: hidden;
}

.product_slider_big_custom .slick-slide > div {
    /*    max-height: 100%;*/
}

.product_slider_big_custom .slick-slide img {
    /*    height: 100%;*/
    width: 100%;
    /*    object-fit: cover;*/
}

.region_wrapper .confirm_region {
    left: auto;
    right: 0;
    margin-left: 0;
}

.region_wrapper .confirm_region:after,
.region_wrapper .confirm_region:before {
    left: auto;
    right: 50px;
    margin-left: 0;
}

.subtitle_catalog_menu {
    max-width: 1580px;
    padding: 0 30px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.subtitle_catalog_menu a {
    padding: 5px 10px;
    margin: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subtitle_catalog_menu a:hover,
.subtitle_catalog_menu a.active {
    background: #000000;
    color: #fff;
}

@media (max-width: 1023px) {

    .bx_filter .bx_filter_button_box .bx_filter_parameters_box_container{
        display: flex;
    }

    body .filter_horizontal form{
        flex-direction: row !important;
    }

    body .main_page_slider .top_slider_wrapp .flex-control-nav {
        bottom: 5px;
    }

    body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_buttons {
        margin: 0;
    }

    body {
        padding-top: 100px;
        padding-bottom: 80px;
    }

    body.indeg {
        padding-top: 80px;
    }

    body #mobileheader .mobileheader-v1 .logo-block,
    body #mobileheader .mobileheader-v1 .logo-block * {
        height: 45px !important;
    }

    body .breadcrumbs_block_custom {
        display: none;
    }

    .main_page_feedback_blocks .main_page_feedback_blocks_inner {
        display: block;
    }

    .main_page_feedback_blocks .main_page_feedback_blocks_inner > * {
        width: 100% !important;
    }

    body .main_page_category .main_page_category_item .main_page_category_item_name {
        font-family: 'Montserrat';
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 14px;
        line-height: 25px;
        text-transform: uppercase;
    }

    body .main_page_category .main_page_category_item .main_page_category_item_desc {
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
    }

    body .main_page_banner_item {
        background: url(../images/main_page_banner_mobile.jpg) no-repeat center center !important;
        -webkit-background-size: cover;
        background-size: cover;
        height: 226px;
        padding: 0;
        position: relative;
        margin-top: 100px;
    }

    body .main_page_banner_item .main_page_banner_title {
        font-size: 20px;
        line-height: normal;
        position: absolute;
        width: 100%;
        text-align: center;
        top: -30px;
    }

    body .main_page_banner_item .main_page_banner_text {
        font-size: 14px;
        line-height: normal;
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: -30px;
    }

    .main_page_feedback .main_page_feedback_block {
        padding: 0;
    }

    body .footer_inner.footer_inner_custom {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .main_page_banner_item .main_page_banner_item_inner {
        max-width: none;
    }

    body .page-top-wrapper section.page-top.page-top_custom_title {
        margin: 0 0 70px;
    }

    body.detail_page .page-top_custom_breadcrumbs > .breadcrumbs {
        padding-right: 0;
    }

    body.detail_page .container .catalog_detail .item_main_info {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    body.detail_page .container .catalog_detail .item_main_info .img_wrapper {
        margin: 0 0 15px 0;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info {
        width: 100%;
    }

    body .container .catalog_detail .item_main_info .right_info {
        padding-top: 15px !important;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block {
        flex-wrap: wrap;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block {
        width: 100%;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp {
        flex-wrap: wrap;
    }

    body.detail_page .catalog_detail .counter_block {
        padding: 0;
        margin: 0;
        position: static;
        margin-bottom: 15px;
        background-color: transparent;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block {
        margin: 0 0 15px !important;
    }

    body .footer_custom_contacts {
        padding-bottom: 25px;
    }

    body .footer_inner.footer_inner_custom .region_wrapper {
        margin: 0 auto;
    }

    body .os-order.os-order_custom .os-order_custom_inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    body .os-order.os-order_custom .os-order_custom_inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding-top: 109px;
    }

    body .os-order.os-order_custom .os-order_custom-right {
        width: 100%;
    }

    body .os-order_custom_cupon_block {}

    .os-order_custom_cart_table table .cart_price_block_custom .cart_delete_custom {}

    body .os-order.os-order_custom .os-order_custom-left {
        width: 100%;
    }

    body .os-order_custom_title {
        font-size: 14px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    body .os-order_custom_cupon {
        margin-bottom: 22px;
        padding-bottom: 21px;
        position: relative;
    }

    body .os-order_custom_cupon:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 1px;
        left: -20px;
        right: -20px;
        border-bottom: 1px solid #E6E6E6;
    }

    body .os-order_custom-right .sticky-wrapper.is-sticky {
        height: auto !important;
    }

    body .os-order_custom-right .sticky-wrapper.is-sticky .os-order_custom-right_inner {
        position: static !important;
        width: auto !important;
    }

    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
    }

    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_titles label.os-order_custom_tabs_title {
        width: 100%;
        font-weight: normal;
    }

    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label {
        position: relative;
        padding-bottom: 30px;
    }

    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label span {
        max-width: 100%;
        margin-right: 09px;
        font-size: 12px;
    }

    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label strong:last-child {
        position: absolute;
        bottom: 0;
        left: 40px;
        font-size: 14px;
    }

    .os-order_custom_cart_table table td {
        display: block;
    }

    .os-order_custom_cart_table table .cart_image_custom {
        margin: 0 auto;
    }

    .os-order_custom_cart_table table .cart_title_custom {
        text-align: center;
    }

    .os-order_custom_cart_table table .cart_quantity_custom {
        text-align: center;
        justify-content: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        padding: 15px 0;
        margin: 0;
    }

    .os-order_custom_cart_table table .cart_price_block_custom {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .os-order_custom_cart_table table tr {
        position: relative;
    }

    .os-order_custom_cart_table table .cart_price_block_custom .cart_delete_custom {
        /*
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: 0;
*/
    }

    body #content .os-order_custom_cart_table > tr .cart_control_custom {
        position: absolute;
    }

    .os-order_custom_cart_table table .cart_price_block_custom .cart_control_custom {
        position: static;
    }

    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label strong:last-child {
        display: inline-block;
        position: static;
        padding: 0;
        margin: 0;
    }

    body .os-order_custom_form .os-order_custom_form_row.custom_form_col3 .os-order_custom_form_field {
        width: 100%;
    }

    .os-order_custom_form .os-order_custom_form_row.custom_form_col2,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col3,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 {
        display: block !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    .order_page .os-order_custom_form_field {
        margin-bottom: 15px;
    }

    body .order_page .os-order_custom_form_field {
        width: 100% !important;
    }

    .os-order_custom_form .os-order_custom_form_row.custom_form_col2:last-child,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col3:last-child,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1:last-child {
        margin-bottom: 0 !important;
    }

    .os-order_custom_form .os-order_custom_form_row.custom_form_col2 input,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col3 input,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 input {
        width: 100% !important;
    }

    .os-order_custom_form .os-order_custom_form_row.custom_form_col2 textarea,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col3 textarea,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 textarea {
        width: 100% !important;
    }

    body #content input[type="text"],
    body #content insput[type="password"],
    body #content input[type="email"],
    body #content input[type="tel"],
    body #content select,
    body #content textarea {
        /*display: block !important;*/
        width: 100% !important;
    }

    .header_wrap.visible-lg.visible-md.title-v3,
    .header_wrap.visible-lg.visible-md.title-v3 *,
    .header_wrap.visible-lg.visible-md.title-v3 #header {
        /*        position: absolute;*/
        width: auto;
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        z-index: 11;
        top: 0;
        left: 0;
    }

    body #mobileheader .burger {
        display: none !important;
    }

    .header_wrap.visible-lg.visible-md.title-v3 div {
        /*        display: none;*/
    }

    .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_top_custom .header_top_custom-text,
    .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_top_custom .header_top_custom-right {
        display: none !important;
    }

    .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom div {
        display: none;
    }

    .header_wrap.visible-lg.visible-md.title-v3 {
        display: none !important;
    }

    body #mobileheader .mobileheader-v1 {
        position: relative;
        height: 80px;
    }

    body #mobileheader .mobileheader-v1 .logo-block {
        position: absolute;
        height: 45px;
        padding: 0;
        margin: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body #mobileheader .mobileheader-v1 .logo-block .logo,
    body #mobileheader .mobileheader-v1 .logo-block .logo a,
    body #mobileheader .mobileheader-v1 .logo-block .logo a img {
        display: block;
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper,
    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .maxwidth-theme,
    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .maxwidth-theme .header_bottom_custom_inner {
        display: block;
        height: 80px;
    }

    .top-btn.inline-search-show {
        position: absolute;
        right: 21px;
        top: 25px;
        width: 30px;
        height: 30px;
        background: url(../images/);
    }

    .top-btn.inline-search-show * {
        display: none !important;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .maxwidth-theme .header_bottom_custom_inner div:not(.header_bottom_custom-menu) {
        display: none;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .maxwidth-theme .header_bottom_custom_inner {
        display: block;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu ul li .header_menu_lvl2 {
        display: none;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu ul li.active .header_menu_lvl2 {
        display: block;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu .header_bottom_custom-menu_trigger {
        width: 41px;
        height: 41px;
        position: absolute;
        left: 17px;
        top: 20px;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    body #mobileheader .right-icons div:nth-child(n + 2) {
        display: none;
    }

    body .header_wrap.visible-lg.visible-md.title-v3,
    body .wrapper1 > #mobileheader {
        position: fixed;
        top: 0;
        left: 0;
        height: 80px;
        width: 100%;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu .header_bottom_custom-menu_trigger img {
        position: static;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu {
        position: relative;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu .header_bottom_custom-menu_close {
        width: 24px;
        height: 24px;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        margin: 17px 0 0 17px;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul {
        position: absolute;
        height: 100vh;
        left: -110%;
        width: calc(100% - 75px);
        top: 0;
        z-index: 999;
        background: #fff;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul {
        left: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li {
        text-align: center;
        margin: 17px 0 0 30px;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li > a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none !important;
        padding-bottom: 5px;
        border: 0;
        border-bottom: 2px solid #000000;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li > a:before,
    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li > a:after {
        display: none !important;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active > a {
        text-decoration: none !important;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li > ul {
        display: block;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active .header_menu_lvl2,
    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active .header_menu_lvl2 * {
        display: block !important;
        position: relative;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active .header_menu_lvl2 {
        position: absolute;
        left: 0;
        top: 80px;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
        overflow-y: scroll;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active .header_menu_lvl2 > ul {
        padding: 32px 0;
        text-align: left;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active .header_menu_lvl2 li a {
        display: block;
        padding: 17px 10px 17px 67px;
        text-align: left;
    }

    body .header_wrap.visible-lg.visible-md.title-v3 #header .header-v7.header_custom.header-wrapper .header_bottom_custom .header_bottom_custom_inner .header_bottom_custom-menu > ul > li.active .header_menu_lvl2 .header_menu_cards {
        display: none !important;
    }

    body .body_overlay_custom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        visibility: hidden;
        z-index: 9990;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    body.mobile_menu_custom_active {
        overflow: hidden;
    }



    body.mobile_menu_custom_active .body_overlay_custom {
        opacity: .3;
        visibility: visible;
    }

    .mobile_menu_custom_burger {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: fixed;
        width: 41px;
        height: 41px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        top: 20px;
        left: 17px;
        z-index: 200;
        background: #fff;
        opacity: 0.9;
    }

    .mobile_menu_custom_search {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: fixed;
        width: 41px;
        height: 41px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        top: 20px;
        right: 17px;
        z-index: 200;
        background: #fff;
        opacity: 0.9;
    }

    .mobile_menu_custom_opt {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: fixed;
        width: 41px;
        height: 41px;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        top: 20px;
        left: 170px;
        z-index: 200;
    }
    .mobile_menu_custom_opt a img{width: 100px;}


    .mobile_menu_custom {
        display: block;
        position: fixed;
        left: -110%;
        top: 0;
        z-index: 9999;
        background: #fff;
        height: 100%;
        padding-bottom: 30px;
        width: calc(100% - 75px);
        overflow-y: scroll;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    body.mobile_menu_custom_active .mobile_menu_custom {
        left: 0;
    }

    .mobile_menu_custom_close {
        position: absolute;
	cursor: pointer;
        top: 5px;
        left: 0;
        width: 24px;
        height: 24px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
	z-index: 20000;
    }

    .mobile_menu_custom .mobile_menu_custom_cats {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding-left: 70px;
        height: 80px;
        -ms-align-items: center;
        align-items: center;
        border-bottom: 1px solid #000000;
    }

    .mobile_menu_custom .mobile_menu_custom_cat {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        -webkit-transition: 3.s;
        -o-transition: 3.s;
        transition: 3.s;
    }

    .mobile_menu_custom .mobile_menu_custom_cat.active,
    .mobile_menu_custom .mobile_menu_custom_cat:hover {
        border-color: #000000;
    }

    .mobile_menu_custom .mobile_menu_custom_cat + .mobile_menu_custom_cat {
        margin-left: 31px;
    }

    .mobile_menu_custom .mobile_menu_custom_lists {}

    .mobile_menu_custom .mobile_menu_custom_list {
        display: none;
    }

    .mobile_menu_custom.new{
        width: 100%;
    }
    
    .mobile_menu_custom.new .mobile_menu_custom_link.sale-link a{
        color: #a24141;
    }

    .mobile_menu_custom.new .mobile_menu_custom_list {
        display: block;
        margin-bottom: 30px;
    }

    .mobile_menu_custom .mobile_menu_custom_list.active {
        display: block;
    }

    .mobile_menu_custom ul {
        padding-top: 14px;
    }

    .mobile_menu_custom.new .mobile_menu_custom_list ul li ul {
        display: none;
        margin-left: 20px;
        padding-top: 0;
    }

    .mobile_menu_custom.new > ul {
        padding-top: 0px !important;
    }

    .mobile_menu_custom ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile_menu_custom ul li:before,
    .mobile_menu_custom ul li:after {
        display: none !important;
    }

    .mobile_menu_custom ul li a {
        text-decoration: none !important;
        display: block;
        padding: 14px 50px 14px 67px;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile_menu_custom.new ul li a {
        padding: 14px 50px 14px 27px;
    }
    .mobile_menu_custom.new ul li.parent>a:after {
        background: url(/local/templates/aspro_next/css/../images/svg/filter_arrow.svg) no-repeat center center;
        width: 12px;
        height: 12px;
        margin: 0 10px 0 10px;
        content:  '';
        text-transform: uppercase;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
    }

    .mobile_menu_custom.new ul li.parent.active>a:after {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .mobile_menu_custom ul li.active>a {
        text-decoration: underline !important;
    }

    .mobile_menu_custom_info {
        padding: 20px 0 0;
        border-top: 1px solid #000000;
    }

    .mobile_menu_custom_info {
        padding: 40px 0 0;
    }

    .mobile_menu_custom_info .mobile_menu_custom_link {
        margin-bottom: 30px;
    }

    .mobile_menu_custom_info .mobile_menu_custom_link a {
        display: block;
        text-decoration: none !important;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 67px;
        font-weight: 600;
        line-height: 19px;
    }

    .new .mobile_menu_custom_info .mobile_menu_custom_link a {
        padding-left: 27px;
    }

    .mobile_menu_custom_info .mobile_menu_custom_text {
        font-size: 14px;
        line-height: 19px;
        padding-left: 67px;
    }

    .new .mobile_menu_custom_info .mobile_menu_custom_text {
        padding-left: 27px;
    }

    .mobile_menu_custom_info .mobile_menu_custom_text a {
        margin-bottom: 10px;
        text-decoration: none !important;
        display: block;
    }

    .mobile_menu_custom_info .city_custom {
        text-decoration: underline !important;
    }

    .inline-search-block.fixed.big .search .btn-search {
        padding: 0 15px;
    }

    .inline-search-block.with-close .search .search-input-div {
        padding-right: 20px;
    }

    .inline-search-block.fixed.big .search .search-input {
        padding-right: 100px;
        padding-left: 0;
        height: 80px;
    }

    .inline-search-block.with-close .search .btn-search {
        right: 30px;
    }

    .inline-search-block.with-close.fixed.big .search .close-block {
        left: 12px;
    }

    .inline-search-block.fixed.big .search .search-button-div {
        top: 15px;
    }

    .footer_menu_custom {
        border-top: 1px solid #333;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0 20px;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        z-index: 99999;
        height: 80px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    body.mobile_menu_custom_active .footer_menu_custom {
        opacity: 0;
        visibility: hidden;
        bottom: -100%;
    }

    .footer_menu_custom .footer_menu_custom_el,
    .footer_menu_custom .footer_menu_custom_el a {
        text-decoration: none !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .footer_menu_custom i {
        height: 30px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .footer_menu_custom i img {
        max-width: 100%;
        max-height: 100%;
    }

    .footer_menu_custom span {
        font-size: 12px;
        color: #333;
    }

    body .main_page_slider {
        margin-bottom: 58px;
    }

    .main_page_products_slider {
        overflow: hidden;
    }

    body .main_page_slider .top_slider_wrapp .flexslider {
        height: 50vw;
    }

    body .main_page_slider .top_slider_wrapp .flexslider .slides > li {
        height: 50vw;
        -webkit-background-size: cover;
        background-size: cover;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
    }

    body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_title,
    body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_title span {
        font-size: 28px;
        line-height: 34px;
    }

    body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_title {
        margin-bottom: 34px;
    }

    body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_title span {
        margin-bottom: 0;
    }

    body .main_page_slider .top_slider_wrapp .flexslider .slides > li td.text .banner_buttons .btn {
        padding: 0 12px;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
        text-transform: uppercase;
        opacity: .8;
    }

    body .middle h3 {
        margin-bottom: 20px;
    }

    body .main_page_category_title_block {
        margin-bottom: 32px;
    }

    .main_page_category .maxwidth-theme {
        padding: 0;
    }

    body .main_page_cats_block {
        margin-bottom: 25px;
    }

    body .main_page_category .main_page_category_item {
        margin-bottom: 25px;
    }

    body .main_page_category .main_page_category_item .main_page_category_item_info {
        margin: -30px 30px 0;
        padding: 12px;
    }

    body .main_page_category .main_page_category_item .main_page_category_item_name {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 8px;
    }

    body .main_page_category .main_page_category_item .main_page_category_item_desc {
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
    }

    body .main_page_video_block {
        margin-bottom: 45px;
    }

    body .main_page_video_block .main_page_video {
        height: 195px;
    }

    body .main_page_video_block .main_page_video .main_page_video_btn {
        width: 61px;
        height: 61px;
        -webkit-background-size: 40%;
        background-size: 40%;
        border-width: 2px;
    }

    body .main_page_video_block .main_page_video_info {
        margin: -30px 30px 0;
        padding: 12px;
    }

    body .main_page_video_block .main_page_video_info .main_page_video_title {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 8px;
    }

    body .main_page_video_block .main_page_video_info .main_page_video_caption {
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        line-height: 13px;
    }

    body .main_page_products_slider .maxwidth-theme {
        padding-top: 0 !important;
    }

    body .main_page_products_slider_block .main_page_products_slider_title {
        margin-bottom: 30px;
    }

    body .main_page_banner_item {
        background-position: right center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .main_page_feedback {
        margin-bottom: 50px;
    }

    .main_page_feedback .main_page_feedback_title {
        margin-bottom: 0;
    }

    .main_page_feedback .main_page_feedback_title_inner {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 16px;
    }

    .main_page_feedback .main_page_feedback_block_title {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 16px;
    }

    .main_page_feedback_social_title {
        font-size: 16px;
        margin-bottom: 29px;
    }

    .main_page_feedback_social_links {
        margin-bottom: 16px;
    }

    .main_page_feedback_social_links a {
        width: 52px;
        height: 52px;
    }

    .main_page_feedback_social_links a img {
        max-width: 56%;
        max-height: 56%;
    }

    .main_page_feedback_social_text {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 16px;
        text-align: center;
    }

    body .footer_inner.footer_inner_custom div:nth-child(3) {
        order: -2;
    }

    body .footer_inner.footer_inner_custom div:nth-child(2) {
        order: -1;
    }

    body .footer_inner.footer_inner_custom .footer_custom_subscribe {
        display: none;
    }

    body .footer_inner.footer_inner_custom div {
        margin-bottom: 33px;
    }

    body .footer_inner.footer_inner_custom div:last-child {
        margin-bottom: 0;
    }

    body .footer_inner.footer_inner_custom .footer_custom_title {}

    body footer#footer {
        padding: 32px 0;
    }

    body .filter_opener {
        background: transparent !important;
        color: #333 !important;
        border-radius: 0;
        padding: 0 !important;
    }

    body .filter_opener i {
        background-position: -39px -62px !important;
        display: none !important;
    }

    body .filter_opener span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #333 !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        text-transform: uppercase;
    }

    body .filter_opener span:after {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 0;
        content: '';
        background: url(../images/svg/filter_arrow.svg) no-repeat center center;
        width: 16px;
        height: 16px;
        margin: 0 10px 0 10px;
        text-transform: uppercase;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    body .filter_opener.opened span:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    body .sort_header {
        margin-top: 0;
    }

    body .sort_header .sort_filter {
        /*        position: relative;*/
    }

    body .sort_header .sort_filter .sort_filter_trigger {
        display: block;
        font-size: 14px;
        font-weight: normal;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        text-transform: uppercase;
    }

    body .sort_header .sort_filter .sort_filter_trigger:after {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 0;
        content: '';
        background: url(../images/svg/filter_arrow.svg) no-repeat center center;
        width: 16px;
        height: 16px;
        margin: 0 10px 0 10px;
        text-transform: uppercase;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    body .sort_header .sort_filter .sort_filter_trigger.active:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    body .sort_header .sort_filter .sort_filter_dropdown {
        display: none;
        position: absolute;
        /*
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
*/
        justify-content: space-between;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 15px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        z-index: 120;
        top: 25px;
    }

    body .sort_header .sort_filter .sort_filter_dropdown_inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        -ms-align-items: center;
        align-items: center;
    }

    body .sort_header .sort_filter .sort_filter_dropdown a {
        /*
        font-size: 12px;
        padding: 0 5px;
*/
        padding: 10px 0;
    }

    body .sort_header .sort_filter .sort_filter_dropdown a i.icon {
        display: none;
    }

    body .sort_header .sort_filter .sort_filter_dropdown a span {
        display: inline;
        /*
        font-size: 11px;
        margin-right: 3px;
        font-weight: 600;
*/
    }

    body .sort_header .sort_filter a i.arr {
        /*
        width: 10px;
        height: 10px;
        flex-shrink: 0;
        top: -2px;
        background-position: center center !important;
        -webkit-background-size: cover;
        background-size: cover;
        margin: 0 !important;
*/
    }

    body .sort_header .sort_filter a.current i.arr {
        /*        top: 1px;*/
    }

    .bx_filter .bx_filter_section {
        margin-bottom: 0;
    }

    body .filter_horizontal form {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        background: #fff;
        padding: 20px 0;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box {
        position: relative;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box:nth-child(3) {
        z-index: 110;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box:nth-child(5) {
        z-index: 108;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box:nth-child(7) {
        z-index: 106;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box:nth-child(8) {
        z-index: 104;
    }

    body .bx_filter .bx_filter_parameters_box:not(.title) {
        width: 100% !important;
        margin: 0 0 15px;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box_title {
        justify-content: center;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block {
        width: 100% !important;
        background: #fff;
    }

    body .filter_horizontal .bx_filter .bx_filter_parameters_box .bx_filter_block .wrapp_all_inputs {
        width: 100%;
    }

    body .bx_filter_vertical.bx_filter .expand_block {
        color: #000000;
        margin-left: 13px;
        border-color: #000000;
        margin-bottom: 15px;
    }

    body .catalog_block.catalog_block_custom.block_list {
        position: relative;
        margin: auto -5px;
	background: #fff;
    }

    body .catalog_block.catalog_block_custom.block_list .item_block {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }

    body.detail_page .page-top_custom_breadcrumbs {
        margin-bottom: 0;
    }

    body.detail_page .page-top-wrapper section.page-top.page-top_custom_title {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        margin-bottom: 15px;
    }

    body.detail_page .page-top-wrapper section.page-top.page-top_custom_title h1 {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        text-align: left;
        margin-bottom: 0;
    }

    body.detail_page .container .catalog_detail .item_main_info .img_wrapper {
        width: 100%;
    }

    body .container .catalog_detail .img_wrapper .item_slider .slides {
        padding: 0;
        height: auto;
        margin-bottom: 0;
        position: relative;
    }

    body .img_wrapper .item_slider .slides li img {
        width: 100% !important;
        height: auto !important;
    }

    body .img_wrapper .item_slider.flex .slides > li > a {
        height: auto !important;
    }

    body .img_wrapper .item_slider.flex .flex-control-nav {
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: 17px;
        left: 0;
    }

    body .img_wrapper .item_slider.flex .flex-control-nav li {
        padding: 0;
        margin: 0 4px;
        line-height: 15px;
    }

    body .img_wrapper .item_slider.flex .flex-control-nav li a {
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        background: transparent;
        border-radius: 50%;
    }

    body .img_wrapper .item_slider.flex .flex-control-nav li a.flex-active {
        background: #fff;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info {
        padding-top: 0 !important;
        border-top: 0 !important;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info .info_item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info .info_item .product_full_title_custom {
        display: none;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info .info_item .product_full_advantages_custom {
        order: -3;
        margin-bottom: 0;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info .info_item .product_full_advantages_custom img {
        margin-bottom: 10px;
    }

    body.detail_page .container .catalog_detail .item_main_info .right_info .info_item .article.iblock {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 17px;
        color: #333;
    }

    body.detail_page .container .catalog_detail .middle_info .prices_block {
        padding: 0;
        margin: 0;
    }

    body .wrapper_inner .info_item .middle_info .buy_block {
        padding-top: 0;
    }

    body.detail_page .container .catalog_detail .middle_info .bx_item_detail_scu {
        margin-bottom: 17px;
    }

    body.detail_page .container .catalog_detail .middle_info .bx_item_detail_size {
        margin-bottom: 17px;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block {
        flex-wrap: nowrap;
        /*        justify-content: space-between;*/
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp {
        flex-wrap: nowrap;
        flex-grow: 1;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .counter_block {
        margin: 0 8px 0 0 !important;
        flex-shrink: 0;
        width: auto !important;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_block > * {
        flex-shrink: 0;
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_block > input[type=text].text {
        width: 40px !important;
        padding: 0 !important;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .btn {
        height: 40px;
        line-height: 40px;
        font-size: 11px;
        font-weight: 600;
        flex-grow: 1;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .button_block {
        margin: 0 !important;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons .wish_item {
        width: 40px;
        height: 40px;
        margin-left: 8px;
        flex-shrink: 0;
    }

    .tabs_section .tab-content .title-tab-heading.visible-xs {
        display: none !important;
    }

    body .catalog_detail .tab-pane.active .title-tab-heading + div {
        padding-top: 0;
    }

    body.detail_page .container .catalog_detail .item_main_info {
        margin-bottom: 0;
    }

    body .container .bottom_slider.tab_slider_wrapp.bottom_slider_product_full h3 {
        margin-bottom: 15px;
    }

    body.detail_page .bottom_slider_product_full .tab .flex-viewport:after,
    body.detail_page .bottom_slider_product_full .tab .flex-viewport:before,
    body.detail_page .bottom_slider_product_full .tabs_content .flex-viewport:after,
    body.detail_page .bottom_slider_product_full .tabs_content .flex-viewport:before {
        display: none;
    }

    body.detail_page .bottom_slider_product_full .slides .catalog_item .inner_wrap {
        width: 100%;
    }

    body.order_page .page-top-wrapper section.page-top.page-top_custom_title {
        margin-bottom: 20px !important;
    }

    body.order_page .page-top-wrapper section.page-top.page-top_custom_title h1 {
        margin: 0;
    }

    body .os-order.os-order_custom .os-order_custom_inner {
        padding-top: 0;
    }

    .os-order_custom_cart_table {
        margin-bottom: 40px;
    }

    body .os-order_custom_cart_table table tr {
        position: relative;
        margin-bottom: 20px;
        display: block;
    }

    body .os-order_custom_cart_table table tr:first-child,
    body .os-order_custom_cart_table table tr:last-child {
        margin-bottom: 0;
    }

    body .os-order_custom_cart_table table tr:after {
        content: '';
        display: table;
        clear: both;
    }

    body .os-order_custom_cart_table table tr td {
        padding: 0;
        text-align: left;
        width: auto;
    }

    body .os-order_custom_cart_table table .cart_image_custom {
        float: left;
        width: 100px;
    }

    body .os-order_custom_cart_table table .cart_image_custom + td {
        margin-left: 110px;
        padding: 0;
    }

    .os-order_custom_cart_table table .cart_title_custom {
        width: auto;
        text-align: left;
        font-size: 12px;
        margin-bottom: 15px;
        padding-right: 25px !important;
    }

    .os-order_custom_cart_table table .cart_title_custom a {
        font-size: 12px;
    }

    .os-order_custom_cart_table table .cart_quantity_custom {
        padding: 0;
        margin-left: 110px;
        justify-content: flex-start;
        position: relative;
        z-index: 10;
    }

    .os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom > *:not(.tooltip_custom),
    body #content .os-order_custom_cart_table table .cart_quantity_custom .counter_block_custom > input[type=text] {
        width: 30px !important;
        height: 30px !important;
    }

    .os-order_custom_cart_table table .cart_price_block_custom .cart_control_custom {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .os-order_custom_cart_table table .cart_price_block_custom .cart_delete_custom {
        margin-left: 0 !important;
        width: 15px;
        height: 15px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .os-order_custom_cart_table table .cart_price_block_custom {
        margin-left: 110px;
        justify-content: flex-end;
        position: relative;
        margin-top: -29px;
    }

    .os-order_custom_cart_table table .cart_price_block_custom .cart_price_custom {
        font-size: 20px;
        line-height: normal;
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled {
        margin-bottom: 0;
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled:last-child {
        margin-bottom: 40px;
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled .os-order_custom_title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled .os-order_custom_title:after {
        content: '';
        display: block;
        background: url(../images/svg/filter_arrow.svg) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled .os-order_custom_title.active:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled .os-order_custom_title + div {
        display: none;
        padding-bottom: 40px;
    }

    .os-order.os-order_custom .os-order_custom_block.oc_block_toggled:last-child .os-order_custom_title + div {
        padding-bottom: 0;
    }


    body .os-order.os-order_custom .os-order_custom_tabs .os-order_custom_tabs_contents .os-order_custom_tabs_content label:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body .page-top-wrapper section.page-top.page-top_custom_title {
        margin-bottom: 20px;
    }

    .copmany_page_info {
        margin-bottom: 30px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .copmany_page_info .copmany_page_image {
        order: -1;
        width: 100%;
        margin-bottom: 15px;
    }

    .copmany_page_info .copmany_page_text {
        padding: 0;
        width: 100%;
    }

    .copmany_page_info h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: normal;
    }

    body .main_page_category .main_page_category_item .main_page_category_item_text {
        font-size: 14px;
    }

    body:not(.index) .main_page_feedback {
        margin-bottom: 0;
    }

    body .os-order_custom_form .os-order_custom_form_row.custom_form_col3 .os-order_custom_form_field,
    .os-order_custom_form .os-order_custom_form_row.custom_form_col_2-1 .os-order_custom_form_field {
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    body .os-order_custom_form .os-order_custom_form_row.custom_form_col3 .os-order_custom_form_field:last-child {
        margin-bottom: 0 !important;
    }

    body .os-order_custom_form .os-order_custom_form_row.custom_form_col3 .os-order_custom_form_field input:not([type=submit]),
    body .os-order_custom_form .os-order_custom_form_row.custom_form_col3 .os-order_custom_form_field textarea {
        width: 100%;
    }

    .sale-order-list-block {
        margin-bottom: 40px;
    }

    .sale-order-list-block .sale-order-item {
        padding: 17px 20px 18px;
        font-size: 12px;
    }

    .sale-order-list-nav {
        margin-bottom: 40px;
    }

    .sale-order-list-block .sale-order-item + .sale-order-item {
        margin-top: 20px;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header {
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
        font-size: 12px;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header > * {
        width: 50%;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header > *:nth-child(2n) {
        text-align: right;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header > *:nth-child(3) {
        width: 35%;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header > *:nth-child(4) {
        width: 65%;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header > *:nth-child(n + 3) {
        margin-top: 9px;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-header .sale-order-item-status {
        text-transform: uppercase;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products {
        position: relative;
        margin-right: -6px;
        flex-wrap: wrap;
        width: 100%;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products > * {
        width: calc(33% - 6px);
        margin: 0 6px 6px 0;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products > * + * {
        margin-left: 0;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-products .sale-order-item-product img {
        max-width: 100%;
    }

    .sale-order-list-block .sale-order-item .sale-order-item-content .sale-order-item-readmore {
        margin-top: 18px;
        line-height: 50px !important;
    }

    body .personal_page #content .wrapper_inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    body .personal_page #content .wrapper_inner .left_block {
        order: -1;
    }

    body .personal_page #content .wrapper_inner .left_block .left_menu > li {
        display: block;
    }

    body .middle .table-custom th,
    body .middle .table-custom td,
    body .middle .delivery-table-custom th,
    body .middle .table-custom th,
    body .middle .delivery-table-custom td,
    body .middle .table-custom td {
        font-size: 8px;
        padding: 5px;
    }

    .delivery-page {
        padding-top: 30px;
    }

    body .middle table p {
        font-size: 8px;
    }

    body .middle .delivery-table-custom,
    body .middle .table-custom {
        margin-bottom: 10px;
    }

    .accordeon .accordeon-title {
        padding-right: 40px;
    }

    .accordeon .accordeon-title:after {
        right: 10px;
    }

    .sort_custom {
        padding: 0;
        margin: 10px 0;
        float: left;
    }

    .sort_custom .sort_custom_list {
        width: 100%;
        border: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    }
}

@media (max-width: 600px) {

    video.desktop {
        display: none;
    }

    body .item_main_info .item_slider:not(.flex) > div:nth-child(3) {
        display: block !important;
    }

    .product_slider_big_custom {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    .product_slider_big_custom .slick-dots {
        position: absolute;
        bottom: 12px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        z-index: 200;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .product_slider_big_custom .slick-dots li {
        margin: 0 4px 5px 5px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        flex-shrink: 0;
        list-style-type: none;
        padding: 0;
        -webkit-transition: 3.s;
        -o-transition: 3.s;
        transition: 3.s;
    }

    .product_slider_big_custom .slick-dots li.slick-active,
    .product_slider_big_custom .slick-dots li:hover {
        background: #fff;
    }

    .product_slider_big_custom .slick-dots li:before,
    .product_slider_big_custom .slick-dots li:after,
    .product_slider_big_custom .slick-dots li * {
        display: none !important;
    }

    .product_slider_thumb_custom {
        display: none;
        width: 100%;
        margin: 0;
    }

    .product_slider_thumb_custom__prev,
    .product_slider_thumb_custom__next {
        left: auto;
        top: 50% !important;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

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

    .product_slider_thumb_custom__next {
        right: 0;
        -webkit-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
        -o-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom {
        flex-grow: 1;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block {
        margin-right: 8px;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block > input,
    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_block > button {
        width: 40px !important;
        height: 40px !important;
        font-size: 13px !important;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_btn {
        margin-right: 8px;
        flex-grow: 1;
    }

    body.detail_page #content .catalog_detail .item_main_info .product_full_buy_block .counter_wrapp_custom .counter_wrapp_custom_btn input {
        height: 40px;
        width: 100%;
        line-height: 40px;
        font-size: 11px;
    }

    body.detail_page .catalog_detail .item_main_info .product_full_buy_block .product_full_fav_block .like_icons .wish_item {
        margin-left: 0;
    }

    body .catalog_detail .buy_block .offer_buy_block > div.product_full_fav_block {
        flex-shrink: 0;
    }

    body.detail_page .catalog_detail .tabs_section ul.nav-tabs {
        justify-content: space-between;
    }

    body.detail_page .catalog_detail .tabs_section ul.nav-tabs li {
        padding-right: 0;
        flex-grow: 1;
    }
}

/* New design styles at 22.12.2020 End */

.register_block_opt .error-form {
    color: #f00;
    font-size: 16px;
}

#wrap_ajax_opt input.error {
    border: 1px solid #f00 !important;
}

.register_block_opt .error-form.success {
    color: #000000;
}

.item_slider_custom .like_wrapper {
    display: none;
}

.like_wrapper + .product_slider_custom {
    display: none !important;
}

.region_wrapper .confirm_region {
    display: none;
}

body .top_mobile_region .confirm_wrapper {
    display: none !important;
}

.slider_opt {
    padding-top: 40px;
}

.slider_opt ul.slider_navigation.top_big {
    top: 37px;
}

.hidden_content {
    display: none;
}

.hidden_content.active {
    display: block;
}


/*a.opt-link{/*background: #D40D0D; padding: 6px 10px; color: #fff; border-radius: 25px;}*/
body #wrap_ajax_opt.modal .modal-dialog {
    max-width: 325px;
}

body #wrap_ajax_opt.modal p {
    margin: 10px 0;
}

body .modal .form-block .form-body .form-group.mb0 {
    margin-bottom: 0;
}

body #wrap_ajax_opt img {
    border-radius: 10px;
}

body #wrap_ajax_opt img.opt-logo {
    border-radius: 0px;
    max-height: 20px
}

body #wrap_ajax_opt h2 {
    margin: 0 auto;
}

body #wrap_ajax_opt.modal .form_head {
    padding: 15px 26px 12px
}

body #wrap_ajax_opt.modal .close {
    top: 24px;
}

#mobileheader {
    display: none !important;
}

#faq .container-custom-w790 {
    margin: 0 auto;
}

.pr-slider__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.pr-slider__nav {
    width: 130px;
    flex-shrink: 0;
    margin-right: 40px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pr-slider {
        height: 850px;
        overflow: hidden;
    }

    .pr-slider__nav {
        height: 850px;
        overflow: hidden;
    }

    .pr-slider__nav__js {
        height: 840px;
        overflow: hidden;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets{display: none;}
}

@media (max-width: 768px) {
    .pr-slider__nav {
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 25px;
    }
}

.pr-slider__nav img {
    width: 100%;
    display: block;
}

.pr-slider__nav .pr-slider__item {
    cursor: pointer;
    padding-bottom: 20px;

}

.pr-slider__nav .pr-slider__item__inner {
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pr-slider__nav .pr-slider__item.swiper-slide-thumb-active .pr-slider__item__inner {
    border-color: #000;
}

section.pr-slider div.pr-slider {
    flex-grow: 1;
}

.pr-slider__js {
    overflow: hidden;
    position: relative;
    height: 850px;
    scroll-behavior: smooth;
}

.pr-slider__js .swiper-wrapper {
    scroll-behavior: smooth;
}

.pr-slider__js .pr-slider__item {
    cursor: zoom-in;
    padding-bottom: 50px;
}

.pr-slider__js .pr-slider__item a {
    cursor: zoom-in;
}

.pr-slider__js .pr-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pr-slider .slick-nav {
    display: none !important;
}

@media (max-width: 600px) {
    .pr-slider__js {
        height: 124vw;
    }

    .pr-slider__js .pr-slider__item {
        padding-bottom: 15px;
    }

    .pr-slider {
        /*height: 120vw;*/
        height: 100%;
        overflow: hidden;
    }

    .pr-slider__nav {
        width: 60px;
        margin-right: 10px;
        height: 98vw;
        overflow: hidden;
    }

    .pr-slider__nav__js {
        height: 102vw;
    }

    .pr-slider__nav .pr-slider__item {
        padding-bottom: 5px;
        /*        height: auto !important;*/
    }

    .pr-slider__nav .pr-slider__item__inner {
        height: 100%;
        width: 100%;
    }

    .pr-slider__nav .pr-slider__item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}


.buttons_in_order_list{display: flex; justify-items: center;}
.buttons_in_order_list a{margin: 0 10px;}

.sale-order-item-readmore.unlock{background:#058E3F !important;}
.sale-order-item-readmore.unlock:hover{background: #fff !important; color: #333;}

.catalog_detail .info_item .middle_info .prices .sale_block.matrix{
    display: none;
}

.offers_price_wrapper{display: flex; flex-direction: row;}
.catalog_detail .offers_price_wrapper .offers_price_old{color: #a24141; margin-left: 10px;font-size: 18px; font-weight: 600; text-transform: uppercase; line-height: 20px;}


.os-order-coupon-error{color:  #f00;}
.os-order_custom_cupon{position: relative;}
.os-order_custom_cupon .removeCoupon{position: absolute; top: 45%; left: 205px;}

.os-order_custom_form_field{position: relative;}
.os-order_custom_form_field span.sup{display: inline-block; width: 30px; height: 30px; background: url(/local/templates/aspro_next/css/../images/svg/eye.svg) no-repeat 96% center !important; position: absolute; top:  50%; right: 4%; cursor: pointer;}


body .modal .form-block form .form-group.error input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body .modal .form-block form .form-group input.error:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    border: solid 1px #f00 !important;
}
body #content #subscribe_form input[type="email"].error{
    border: solid 1px #f00 !important;
}
.form-group.error label.error, .form-group label.error{display: none !important;}

body #content input[type="text"].error, body #content input[type="password"].error, body #content input[type="email"].error, body #content input[type="tel"].error, body #content select, body #content textarea.error{
    border: solid 1px #f00 !important;   
}

.bx-sls{border: 1px solid #000000 !important;}
.bx-sls .bx-ui-sls-container{height: 50px;}
body #content .bx-sls .bx-ui-sls-container input[type=text]{border: none !important}

.os-order_custom_cart_table .error{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}
.os-order_custom_cart_table .error .offer-basket{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.os-order_custom_cart_table .error .offer-basket p{
    color: #000;
    font-weight: normal;
}

@media (max-width: 1023px){
    /*body #content input[type="text"].dropdown-field, body #content .soa-property-container input[type="tel"]#soa-property-3 {
        display: none !important;
    }*/

    .cart_price_custom del{
        display: block;
    }

    /*.bx-soa-pp-company.bx-selected .bx-soa-pp-desc-container{display: none;}*/
}


.sdek_pvzAddr{margin-top: 10px; display: block;}
#bx-soa-region .bx_soa_location .bx-soa-location-input-container{

}

.bx-soa-customer .bx-soa-customer-field[data-property-id-row=31]{
    display: none;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group[data-property-id-row]{
    margin-top: 0;
}


#bx-soa-order #bx-soa-region.bx-soa-section .bx-soa-section-content{
    padding-top: 5px;
}

/*tr.edited{
    border: solid 1px #db3b3a;
}*/

tr.deleted{
    opacity: 0.3;
    background: #f3f3f3;
}

.edited-text {
    font-weight: normal;
    color: #db3b3a;
}

/*.prices_block .cost.prices .price:nth-child(1){
    display: none;
}*/

.prices_block .cost.prices .price.price_hidden{
    display: none;
}

.filter-sale.filter{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.filter-sale .categories{
    margin-right: 20px;
}

.filter-sale .categories .item {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    top: -4px;
    position: relative;
    font-weight: 400;
    height: 15px;

}


.filter-sale .categories .item label {
    font-size: 14px;
    padding: 0 0 0 23px;
    text-transform: uppercase;
}

/* оптовый каталог */
.catalog_list_opt .counter_wrapp_custom_block{
    display: flex;
    align-items: center;
}

.catalog_list_opt .counter_wrapp_custom_block button{
    transition: .3s;
}
.catalog_list_opt .counter_wrapp_custom_block button:hover {
    background: #000000;
    color: #fff;
}
.catalog_list_opt .counter_wrapp_custom_block > input, .catalog_list_opt .counter_wrapp_custom_block > button{
    height: 50px !important;
    width: 50px !important;
    position: relative;
    margin-right: -1px;
    border: 1px solid #000000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    color: #000000;
    background: #fff;
    cursor: pointer;
    text-align: center !important;
}

.catalog_list_opt table{
    width: 100%;
}

.catalog_list_opt table tr{
    border-bottom: solid 1px #000000;
}
.catalog_list_opt table tr td{
    padding-top: 20px;
    padding-bottom: 20px;
}

.catalog_list_opt table td.price{
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    width: 250px;
}

.catalog_list_opt table td.name-props{
    vertical-align: top;
    width: 250px;
    text-align: left;
}
.catalog_list_opt table td.name-props span{
    font-weight: 700;
}
.catalog_list_opt .counter_wrapp_custom{
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_list_opt .counter_wrapp_custom .amount {
    min-width: 50px;
}

.catalog_list_opt .counter_wrapp_custom .size{
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    width: 80px;
    text-align: center;
}

.filter-sale .bx_filter_block.razmer .bx_filter_parameters_box_container{
    display: flex !important;
    flex-wrap: wrap;
}


body .catalog_list_opt table td.name-props > p{
    margin-bottom: 10px !important;
}

body #content .catalog_list_opt input[type="text"].counter_input{
    text-align: center !important;
}

.catalog_list_opt .counter_wrapp_custom_block{
    position: relative;
}
.catalog_list_opt .counter_wrapp_custom_block .tooltip_custom {
    white-space: nowrap;
    position: absolute;
    top: -30px;
    left: 50%;
    padding: 4px 10px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
}
.catalog_list_opt .counter_wrapp_custom_block .tooltip_custom:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
}


/*
body .wrapper_inner.wide_page .info_item .middle_info>div{
    display: block;
}*/


.catalog_list_opt .item{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: space-between;
    border-bottom: solid 1px #000000;
    padding-bottom: 20px;
	padding-top: 20px;
	background: #fff;
}
.catalog_list_opt .img-props-price{display: flex;}
.catalog_list_opt .img-props-price .img{
    width: 180px;
}
.catalog_list_opt .img-props-price .name-props{
    max-width: 450px;
    width: 450px;
}
.catalog_list_opt .img-props-price .name-props p{
    margin-bottom: 10px;
}
.catalog_list_opt .img-props-price .price{
    height: 100%;
    display: flex;
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    width: 100px;
}
.catalog_list_opt .img-props-price .price span{
    margin: auto;
}
.catalog_list_opt .sizes-basket-add{
    display: flex;
    margin-right: 100px;
}

.right_block .catalog_list_opt .sizes-basket-add { margin-right: 10px;}




.catalog_list_opt .sizes-basket-add .counter_wrapp_custom_btn{
    display: flex;
    height: 100%;
}
.catalog_list_opt .sizes-basket-add .counter_wrapp_custom_btn .btn_add_basket_opt{
    margin: auto;
}
.catalog_list_opt .sizes-basket-add .sizes{
    margin: 0 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtitle_catalog_menu_select{
    display: none;
}

@media (max-width: 575px) {
    .catalog_list_opt .img-props-price .img {
        width: 100px !important;
        margin-right: 20px;
    }
    .catalog_list_opt .img-props-price .img img{
        max-width: 100%;
    }
    .catalog_list_opt .img-props-price h3{
        text-align: left;
        font-size: 16px;
    }
    .catalog_list_opt .item{
        flex-direction: column;
    }
    .catalog_list_opt .item .img-props-price{
        margin-bottom: 20px;
    }
    .catalog_list_opt .img-props-price .name-props{
        width: 200px !important;
        max-width: 200px !important;
    }
    .catalog_list_opt .item .img-props-price{
        margin-right: 0 !important;
        max-width: 100%;
    }
    .catalog_list_opt .item .img-props-price .price{
        width: 80px;
    }
    .catalog_list_opt .img-props-price .price span{
        font-size: 14px;
    }

    body #content .catalog_list_opt input[type="text"]{
        padding: 0 !important;
        height: 30px !important;
    }
    .catalog_list_opt .counter_wrapp_custom_block{
        width: 70px;
    }
    .catalog_list_opt .counter_wrapp_custom .size{
        font-size: 14px;
    }
    .catalog_list_opt .sizes-basket-add .sizes{
        margin: 0 20px 0 0;
    }
    .catalog_list_opt .counter_wrapp_custom_block > button{
        height: 30px !important;
    }
    .subtitle_catalog_menu_select{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .subtitle_catalog_menu_select a{
        position: relative;
    }
    .subtitle_catalog_menu_select a:after{
        display: inline-block;
        position: relative;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 0;
        content: '';
        background: url(../images/svg/filter_arrow.svg) no-repeat center center;
        width: 16px;
        height: 16px;
        margin: 0 10px 0 10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .subtitle_catalog_menu_select a.active:after{
        position: relative;
        top: 2px;
        right: 0;
        bottom: 0;
        left: 0;
        font-size: 0;
        content: '';
        background: url(../images/svg/filter_arrow.svg) no-repeat center center;
        width: 16px;
        height: 16px;
        margin: 0 10px 0 10px;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .subtitle_catalog_menu{
        display: none;
    }
}

.goods-list-gallery{
    overflow-y: hidden;
    max-height: 740px;
}
@media (max-width:1440px) {
    .goods-list-gallery{
        overflow-y: hidden;
        max-height: 645px;
    }
}
.goods-list-gallery ul.slick-dots{
    max-height: 670px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    list-style: none;
}

.goods-list-gallery ul.slick-dots li{
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0 1px;
    width: 12px
}

.goods-list-gallery ul.slick-dots li button {
    position: absolute;
    left: -webkit-calc(50%);
    left: calc(50%);
    bottom: -18px;
}

.left_block .subtitle_catalog_menu{
    justify-content: flex-start;
    margin-top: 80px;
    flex-direction: column;
    max-width: 260px;
    background-color: #fff;
}

.left_block.novinki .subtitle_catalog_menu{
    margin-top: 0;
}

.left_block .subtitle_catalog_menu a{
    border: solid 1px #fff;
    transition: none;
}

.left_block .subtitle_catalog_menu a.active, .left_block .subtitle_catalog_menu a:hover{
    border: solid 1px #000000;
    color: #fff;
    background: none;
    color: #000;
}

body .filter_horizontal{
border: none !important;
}

body .right_block.wide_, body .right_block.wide_N{
width: calc(100% - 284px) !important;
}

body .wrapper_inner.wide_page .info_item .middle_info > div {
    display: block;
    vertical-align: top;
    width: 100%;
}


@media (max-width: 991px){
    body div.right_block.wide_N{
        width: 100% !important;
    }



.sizes_block_custom_inner {display: block;}
.sizes_block_custom .sizes_block_custom_title {display: block;}
.sizes_block_custom .sizes_block_custom_items {display: block;}
.sizes_block_custom .sizes_block_custom_items span {padding: 10px; display: inline-block;}



}

@media (max-width: 480px){
    .goods-list-gallery{
        max-height: 240px;
    }

body .right_block.wide_, body .right_block.wide_N{
width: calc(100%) !important;
}


}
select[name=PERSON_TYPE]{display:none}




body .main_page_slider .top_slider_wrapp .flexslider, body .main_page_slider .top_slider_wrapp .flexslider .slides > li, body .main_page_slider .top_slider_wrapp .flexslider .slides > li td {
	height: 73.02083333333333vw;
}

body .main_page_products_slider .flexslider.shadow .slides .catalog_item .inner_wrap .image_wrapper_block img, body #content .tabs_slider .catalog_item .inner_wrap .image_wrapper_block img { max-height: 60vw;}

.cp_container.cp_btn_bottom_left .cp_btn{bottom: 95px !important;}

@media (max-width: 767px) {
    .wraps > .wrapper_inner.front{padding-top: 0;}
	body .image_wrapper_block, body .image_wrapper_block a{height: 150vw;}
	body .catalog_item .image_wrapper_block{height: 65vw;}
	body .tabs_slider .catalog_item .image_wrapper_block{height: 65vw;}
        body .main_page_slider .top_slider_wrapp .flexslider, body .main_page_slider .top_slider_wrapp .flexslider .slides > li{height: 150vw;}
}


.maxwidth-theme100{max-width: 100%;  padding: 0;}
