@font-face {
    font-family: "DINPro-Regular";
    src: url("fonts/DINPro-Regular.eot");
    src: url("fonts/DINPro-Regular.eot?iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "DINPro-Bold";
    src: url("fonts/DINPro-Bold.eot");
    src: url("fonts/DINPro-Bold.eot?iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#svgFontName") format("svg");
}

@font-face {
    font-family: 'Ruble';
    src: url("fonts/Ruble/Ruble.eot");
    src: url("fonts/Ruble/Ruble.eot") format("embedded-opentype"), url("fonts/Ruble/Ruble.woff2") format("woff2"), url("fonts/Ruble/Ruble.woff") format("woff"), url("fonts/Ruble/Ruble.ttf") format("truetype"), url("fonts/Ruble/Ruble.svg#Ruble") format("svg");
}

html,
body {
    /*height: 100%;*/
    overflow-x: hidden;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "DINPro-Regular", sans-serif;
}

@keyframes modal_on {
    0% {
        right: -310px;
        z-index: 9999;
    }
    100% {
        right: 0;
    }
}

@keyframes modal_out {
    0% {
        right: 0;
    }
    100% {
        right: -310px;
    }
}

/*MAIN*/
.modal-header {
    display: -ms-flexbox;
    display: block;
}

.custom-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
}

.html-custom-modal {
    overflow-x: unset;
}

.rouble-styling {
    font-family: 'Ruble';
}

p {
    margin-bottom: 0;
}

.header-callback__span_orange:hover {
    cursor: pointer;
}

.smaller-xl-bl {
    display: none !important;
}

.smaller-sm {
    display: none !important;
}

.more-992 {
    display: flex;
}

.smaller-992 {
    display: none;
}

/*adaptive-menus*/
.not-in-big {
    display: none !important;
}

.in-big {
    display: block !important;
}

.smaller-399 {
    display: none !important;
}

.smaller-md {
    display: none;
}

.smaller-md-filter {
    display: none;
}

.smaller-lg {
    display: none !important;
}

.more-sm {
    display: block;
}

.more-399 {
    display: block;
}

.more-sm-flex {
    display: flex;
}

.index-more-sm-slider {
    display: none;
}

.index-more-sm-slider-str {
    display: none !important;
}

a:hover {
    text-decoration: none;
}

.navbar-brand {
    margin-right: 0;
}

.btns-g {
    background: #63B039;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #63B039;
    padding: 10px 20px;
    text-align: center;
}

.btns-g:hover {
    cursor: pointer;
}

.btns-g-header {
    width: 100%;
}

.btns-g-rainbow {
    background: linear-gradient(89.67deg, #F98B4D -0.05%, #FBB746 100.49%);
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: none;
    padding: 12px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.btns-g-rainbow:hover {
    color: #fff;
    cursor: pointer;
}

.modal_min_price {

    position: fixed;
    bottom: 10%;
    right: -310px;
    width: 300px;
    height: 80px;
    text-align: center;
    padding: 20px;
    border: 1px solid #fbb738;
    border-right: none;
    background: #fff;
    z-index: 9999;
}

.modal_min_price .close_modal {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 25px;
    height: 25px;
    border: 1px solid grey;
    border-radius: 15px;
    background: #fff;
    font-size: 15px;
    cursor: pointer;
}

.modal_min_price .price_modal {
    font-weight: bold;
}

.modal_min_price.modal_on {
    animation: modal_on 0.6s ease-in-out;
    right: 0;
}

.modal_min_price.modal_out {
    animation: modal_out 0.6s ease-in-out;
    right: -310;
}

.menu-header__ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.npl__h3 {
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 0;
}

.npl-collections__h3 {
    font-family: "DINPro-Bold", sans-serif;
    padding: 20px 0;
    margin-bottom: 0;
    font-size: 32px;
}

table td {
    padding: 8px 12px;
}

hr {
    border-color: #d4d3d0;
}

.hidden-desktop {
    display: none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn {
    text-decoration: none !important;
}

.btn-hollow {
    /*border: 1px solid #fbb738;*/
    /*border-radius: 4px;*/
    /*background: none;*/
    /*font-family: "DINPro-Bold", sans-serif;*/
    /*font-size: 12px;*/
    /*color: #000;*/
    /*height: 40px;*/
    /*display: inline-block;*/
    /*text-transform: uppercase;*/
    /*padding: 0 20px;*/
    /*line-height: 40px;*/
}

.btn-hollow-pers {
    display: block;
    max-width: 200px;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #7B7786;
    height: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 40px;
}

.btn-hollow-pers:hover,
.btn-hollow-pers:focus {
    outline: none;
    color: #7B7786;
}

/*HEADER TOP*/
.header-topic {
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}

.centrel-header {
    margin-left: -20px;
    margin-right: 20px;
}

.header-topic .header-topic-menu-left {
    height: 55px;
    line-height: 55px;
}

.header-topic .header-topic-menu-left ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header-topic .header-topic-menu-left li,
.header-bottoms .header-bottoms-menu-left li {
    padding: 0 20px 0 0;
    display: inline-block;
}

.header-topic .header-topic-menu-left li:last-child,
.header-bottoms .header-bottoms-menu-left li:last-child {
    padding: 0;
}

.header-topic .header-topic-menu-left li a,
.header-bottoms .header-bottoms-menu-left li a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #241d37;
    text-decoration: none;
}

.header-topic .header-topic-menu-left li a:hover,
.header-topic .header-topic-menu-left li a.selected {
    border: none;
}

.header-topic .header-topic-menu-left li a.selected {
    pointer-events: none;
    cursor: default;
}

.header-topic__address {
    color: #63b039;
    display: flex;
    align-items: flex-start;
}

.header-topic__address-icon {
    margin-right: 5px;
}

.header-bottoms .header-bottoms-menu-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-topic .header-topic-menu-right > ul,
.header-bottoms .header-bottoms-menu-left > ul {
    margin-bottom: 0;
    padding-left: 0;
}

.header-bottoms .header-bottoms-menu-left li a {
    font-size: 17px;
    font-weight: bold;
}

.header-bottoms .header-bottoms-menu-left li:first-child a {
    color: #D00000;
}

/*HEADER MIDDLE*/
.header-logo {
    display: flex;
    align-items: center;
}

.header-logo__a {
    display: block;
    width: 150px;
}

.header-logo .logo-description {
    position: relative;
    font-size: 17px;
    margin-left: 30px;
}

.header-logo .logo-description:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 50px;
    top: 0;
    left: -15px;
    background: #FFAB1D;
}

.header-logo .logo-description__p_green {
    color: #53A72D;
    font-weight: bold;
}

.header-middlet {
    padding: 30px 0 10px;
}

.header-middlet-phones-and-search {
    display: flex;
    /*align-items: center;*/
    height: 100%;
}

.header-callback-icon {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url('image/header/callNewDisg.png');
    background-size: cover;
    margin-right: 10px;
}

.header-phone {
    display: flex;
}

.header-phone__p {
    margin-right: 40px;
    line-height: 1.3;
}

.header-phone__num {
    font-size: 20px;
    color: #241D37;
    font-weight: bold;
}

.header-phone__num:hover {
    color: #241D37;
}

.header-phone__text {
    font-size: 14px;
    color: #bbbbbb;
}

.header-phone__work-time {
    display: block;
}

.header-callback__span_orange .header-phone__text {
    color: #FFAB1D;
}

.header-callback__span_orange {
    display: flex;
    align-items: center;
}

.header-middlet-callback {
    height: 100%;
    display: flex;
    /*align-items: center;*/
    align-items: baseline;
}

.header-bottoms {
    background: linear-gradient(90deg, #FBB746 0%, #FB9E4A 100%);
    height: 60px;
    position: relative;
}

.header-menu-slick {
    position: fixed !important;
    width: 100%;
    z-index: 99;
    top: 0;
}

.header-bottoms-catalog {
    display: flex;
    height: 100%;
}

.header-bottoms-catalog__a {
    display: flex;
    align-items: center;
    height: 60px;
}

.header-bottoms-catalog_btn {
    background: #241D37;
    border-radius: 4px;
    color: #FFAB1D;
    font-weight: bold;
    font-size: 17px;
    padding: 7px 20px 10px;
}


.menu-col-top {
    position: absolute;
    top: 45px;
    left: 15px;
    width: 250px;
    text-align: left;
    background-color: #241d37;
    z-index: 8888;
    border-radius: 4px;
    padding: 35px 35px 20px 35px;
}

.mobile-menu-container {
    padding-left: 0;
    margin: 0;
}

.mobile-menu-container > li {
    padding-bottom: 20px;
}

.mobile-menu-container > li > a {
    text-transform: uppercase;
    color: #fff;
}

.header-cart-and-heart_personal,
.header-cart-and-heart_search {
    display: none;
}

/*CATALOG*/
.catalog-section {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    padding-bottom: 150px;
    /*margin-bottom: 50px;*/
    position: relative;
}

.catalog-section.catalog-section-brands {
    padding-bottom: 70px;
}

.catalog-section.catalog-section-bit {
    padding-bottom: 0;
}

.npl-brands-section {
    margin-bottom: 30px;
}

/*SHOW MORE*/
.js-pagination {
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 125%;
}

.api-pagination {
    position: relative;
}

.js-show-more-rew {
    display: inline-block;
    padding: 13px 30px;
    background: linear-gradient(89.61deg, #F98B4D -0.05%, #FBB746 100.49%);
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.js-show-more-rew:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 100%;
    background: #F1F2F5;
    left: -20px;
}

.js-show-more-rew:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 100%;
    background: #F1F2F5;
    right: -20px;
}

.js-show-more-rew:hover {
    color: #fff;
}

.api-reviews-list .api-pagination {
    margin-bottom: 20px;
}

.show-more-block-rew {
    overflow-x: hidden;
}

.show-more-block-rew:before {
    content: '';
    display: block;
    width: 5000px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: calc(50% - 2px);
    left: -545px;
}

/*SHOW MORE BRANDS*/
.js-pagination_brands.js-pagination {
    position: relative;
    left: 0;
    padding: 0 15px;
}

.js-pagination_brands.js-pagination .show-more-block {
    display: flex;
    justify-content: center;
}

.js-pagination_brands.js-pagination .show-more-block a {
    margin-left: 0;
}

/*CATALOG TITLE_TOP*/
.npl-top-catalog {
    border: 4px solid #F1F2F5;
    padding: 10px 20px;
    display: flex;
    margin: 20px 0;
}

.npl-top-catalog-item {
    margin-right: 20px;
}

.npm-select-catalog {
    border: none;
    outline: none;
    color: #FFAB1D;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url('image/arrow-bl.png');
    background-repeat: no-repeat;
    background-size: 8px 5px;
    padding-right: 15px;
    background-position: 100% 50%;

}

.npm-select-catalog:hover {
    cursor: pointer;
}


/*CATALOG FILTER*/
.npl-title-filter {
    font-size: 16px;
    line-height: 21px;
    color: #241D37;
    font-weight: bold;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: "DINPro-Regular", sans-serif;
}

.npl-label-chbox-filter {
    font-size: 13px;
    line-height: 24px;
    color: #241D37;
    padding-left: 40px !important;
    position: relative;
    margin-bottom: 2px;
}

.bx-filter .bx-filter-input-checkbox input[type=radio], .bx-filter .bx-filter-input-checkbox input[type=checkbox] {
    position: absolute;
    left: 15px;
    top: 4px;
}

/*.npl-input-checkbox-filter:before{*/
/*content: '';*/
/*display: inline-block;*/
/*width: 25px;*/
/*height: 25px;*/
/*border: 1px solid #E0E0E0;*/
/*background: #fff;*/
/*position: absolute;*/
/*left: -10px;*/
/*top: -2px;*/
/*border-radius: 4px;*/
/*}*/
/*.npl-input-checkbox-filter:checked:before{*/
/*border: 1px solid #FFAB1D;*/
/*background: url(image/check-form.png) #FFAB1D;*/
/*background-repeat: no-repeat;*/
/*background-position: 50% 50%;*/
/*}*/
.npl-boxes-filter {
    border-top: 1px solid #E0E0E0;
}

.npl-input-checkbox-filter-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #E0E0E0;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 2px;
    border-radius: 4px;
}

input.npl-input-checkbox-filter:checked + .npl-input-checkbox-filter-check {
    border: 1px solid #FFAB1D;
    background: url(image/check-form.png) #FFAB1D;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.npl-input-checkbox-filter-check-tsvet {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 3px;
    border-radius: 4px;
}

input.npl-input-checkbox-filter:checked + .npl-input-checkbox-filter-check-tsvet {
    background-image: url(image/check-form.png) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.npl-numbers-to-from-filters {
    display: flex;
    width: 100%;
    padding: 0 15px;
}

.npl-filter-arrow {
    display: block;
    width: 12px;
    height: 6px;
    /*background: #f00;*/
    background: url('image/arrow-filt-dis.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.bx-active .npl-filter-arrow {
    background: url('image/arrow_filt.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.npl-checkbox-shortlist {
    /*display: none;*/
}

.checkbox-window-more-various {
    /*position: fixed;*/
    /*display: none;*/
    z-index: 999;
    background: #fff;
    /*top: 100px;*/
    /*left: calc(50% - 150px);*/
    /*width: 300px;*/
    max-height: 300px;
    overflow-y: scroll;
    /*border-radius: 4px;*/
    /*border: 2px solid #e0e0e0;*/
}

.npl-show-all-checkboxes {
    padding: 0 15px;
    color: #FFAB1D;
}

.npl-show-all-checkboxes_more {
    display: block;
}

.npl-show-all-checkboxes_hide {
    display: none;
}

.npl-show-all-checkboxes:hover {
    cursor: pointer;
}

.npl-bx-params-container {
    width: 50%;
}

.npl-minimum-select,
.npl-maximum-select {
    width: 100%;
    font-size: 17px;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
}

.npl-minimum-select {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.npl-maximum-select {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.npl-bx-filter-block-btns {
    width: 100%;
}

.npl-bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
}

.btn-filter_submit {
    width: 100%;
    background: #63B039;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin: 20px 0 10px;
}

.btn-filter_clear {
    width: 100%;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    background: #fff;
    color: #7B7786;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.npl-tags-filter_title {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    margin: 10px auto 0;
}

.npl-tags-filter_tag {
    border: 1px solid #FFAB1D;
    box-sizing: border-box;
    padding: 3px 10px 5px;
    display: inline-block;
    margin: 5px 0;
    color: #241D37;
    font-size: 13px;
}

.npl-tags-filter_tag:hover {
    border: 1px solid #63B039;
    color: #63B039;
}


/*REVIEWS*/
.npl-section-gray-asks {
    background: #F1F2F5;
    padding: 50px 0;
}

.npl-tabs-reviews-and-asks.nav.nav-tabs li a {
    font-size: 42px;
    line-height: 53px;
    color: #241D37;
    font-weight: bold;
    display: inline-block;
    margin: 0 40px 20px 0;
}

.npl-tabs-reviews-and-asks.nav.nav-tabs li a.active {
    color: #FFAB1D;
}

.npl-tabs-reviews-and-asks.nav.nav-tabs li a:hover,
.npl-tabs-reviews-and-asks.nav.nav-tabs li a:focus {
    border: none;

}
.collection_without_elements{
    padding: 30px;
    border: 2px solid #D00000;
}
.collection_without_elements p{
    color: #D00000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.reviews-container {
    background: #F1F2F5;
    padding: 50px 0;
    width: 100%;
}

.api_modal_content {
    display: flex;
    background: #fff;
    padding: 20px;
}

.api_modal_header_title {
    width: 20%;
    padding-right: 20px;
}

.api-reviews-anserw-admin-avatar {
    width: 20%;
    margin-right: 0;
}

.api_form {
    width: 80%;
}

.comment-anserw-khayr {
    width: 80%;
}

.api_modal_title {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #241D37;
}

.api-star-rating {
    width: 305px;
}

.api_form_top .new-soajax__inputs_api_title {
    height: auto !important;
    width: calc(100% - 305px) !important;
}

.api-reviews-form .api-star-rating i {
    display: inline-block;
    height: 45px;
    width: 48px;
    cursor: pointer;
    background: url('image/ratesprite4.png') no-repeat -5px -5px;
    margin-left: 10px;
}

.api-reviews-form .api-star-rating i.active {
    background-position: -51px -5px;
}

.api_form_top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.api-guest-form {
    display: flex;
    justify-content: space-between;
}

.new-soajax__inputs_api_textar {
    width: 100%;
    height: 100px !important;
    border-radius: 4px 4px 0 0 !important;
}

.api_upload {
    margin: -5px 0px 0 0;
    position: relative;
}

.api_upload .api_file_list {
    position: absolute;
    width: 15%;
    z-index: 555;
    top: 10px;
    left: 10px;
}

.api_upload .api_upload_drop {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0 0 4px 4px;
    padding: 20px;
}

.api_upload .api_upload_drop.api_dragover,
.api_upload .api_upload_drop:hover {
    border: 1px solid #ddd;
    box-shadow: unset;
}

.api-guest-form-field {
    width: 32%;
}

.api-guest-form-field > input.new-soajax__inputs {
    width: 100%;
}

.api-form-submit.btns-g {
    width: 32%;
}

/*REVIEWS LIST*/
.api-reviews-list .api-item {
    padding: 20px;
    background: #fff;
    display: flex;
    margin-top: 0;
    margin-bottom: 30px;
}

.api-reviews-list .api-field-title {
    font-size: 20px;
    margin-bottom: 0;
    font-style: unset;
    color: #241D37;
    background: unset;
    padding: 0;
}

.api-item-item_left {
    width: 20%;
}

.api-item-item_right {
    width: 80%;
}

.api-reviews-list .api-icon-star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(image/ratesprite4.png) no-repeat -19px -55px;
}

.api-reviews-list .api-item .api-star-rating .api-icon-active {
    background-position: -45px -55px;
}

.api-reviews-list .api-field-annotation {
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
    color: #241D37;
    margin-bottom: 0;
}

.api-reviews-list_guest_name {
    font-size: 15px;
    line-height: 19px;
    color: #241D37;
    font-weight: bold;
}

.api-reviews_days_ago {
    color: #BBBBBB;
    font-size: 15px;
    line-height: 19px;
}

.api-reviews .api-field-files a:hover {
    box-shadow: unset;
    border: unset;
}

.api-reviews .api-field-files a,
.api-reviews .api-field-files .api-file-outer {
    border: unset;
}

.api-reviews-filter {
    display: none;
}


.breadcrumb > li + li:before {
    padding: 0 5px 0 9px;
}

.breadcrums-slash {
    color: #bbbbbb;
    margin: 0 10px;
}

.rasprodaja_page .usligi-pict:nth-child(5n+1) {
    clear: left;
}

.catalog_page .usligi-pict {
    margin-bottom: 15px;
}

.catalog_page .usligi-pict:nth-child(5n+1) {
    clear: left;
}

.elements-page-list .usligi-pict:nth-child(5n+1) {
    clear: none;
}

.element-about-include__h1 {
    font-size: 42px;
    line-height: 53px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.item_card_page .usligi-pict {
    margin-bottom: 15px;
}

.item_card_page .usligi-pict > a:first-child {
    height: 238px;
    display: block;
}

.item_card_page .usligi-pict:nth-child(4n+1) {
    clear: left;
}

.obj {
    /*margin-top: 20px;*/
}

.m-obj {
    margin-top: 23px;
}

.obj_but {
    margin-bottom: 20px;
}

.obj50 {
    margin-top: 50px;
}

.obj25 {
    margin-top: 25px;
}

.collection-advantages {
    margin: 0;
}

.collection-advantages.collection-advantages-element .ind-about_td_top {
    align-items: flex-start;
}

/*.filtr {*/
/*background: #f1f2f5;*/
/*}*/
.filtr .text-right {
    float: right;
}

.filtr input[type='submit'] {
    display: none;
}

.filtr .box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.filtr .box2 {
    padding-top: 20px;
}

.grey {
    background: gray;
}

.main {
    padding: 0 0 50px;
}

.main2 {
    padding: 0 0 50px 0;
}

.pad {
    padding-top: 20px;
}

.padrow_buttom {
    padding-bottom: 10px;
}

.box-left-menu {
    padding: 20px;
    border: 3px solid #fbb738;
    margin-bottom: 30px;
}

.box-left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-left-menu li {
    padding: 5px 0;
}

.box-left-menu li a {
    font-size: 16px;
    color: #000;
    font-family: "DINPro-Regular", sans-serif;
    text-decoration: underline;
}

.box-left-menu li a:hover {
    text-decoration: none;
}

.box-left-menu .active {
    font-size: 16px;
    color: #000;
    font-family: "DINPro-Bold", sans-serif;
    text-decoration: none;
    pointer-events: none;
}

.sales {
    background: url("image/icon/sales.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 145px;
    z-index: 30;
}

.new-icon {
    background: url("image/icon/new.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 145px;
    z-index: 30;
}

.hit-icon {
    background: url("image/icon/hit.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 145px;
    z-index: 30;
}

/*Modal*/
.modal-title {
    text-align: center;
    /*margin-top: 30px;*/
    font-family: "DINPro-Regular", sans-serif;
    font-size: 28px;
    color: #241d37;
}

.modal-text {
    height: 34px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    display: inline-block;
    padding-top: 5px;
}

.modal-text span {
    color: #e61212;
}

.modal-buttom-form {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
}

.icon-cal {
    background: url("image/icon/icon_cal.png") no-repeat;
    width: 16px;
    height: 17px;
    display: inline-block;
    float: right;
}

.filters.clear {
    margin-bottom: 0;
    border-right: 0;
}

.fast-block {
    border: 1px solid #d4d3d0;
    padding: 10px;
    margin-bottom: 20px;
}

.fast-block img {
    max-width: 100%;
    max-height: 150px;
}

.fast-block .text1 {
    padding-left: 10px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
}

.fast-block .text2 {
    padding-left: 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.fast-block .text2 span {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.up-click-buy-input-wrap {
    margin-bottom: 20px;
}

#myModalLabel {
    padding-top: 30px;
}

h1.title {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 42px;
    line-height: 53px;
    margin: 10px 0;
}
h1.title_information{
    margin-bottom: 30px;
}

/*breadcrumb*/
p.title {
    font-family: "DINPro-Regular", sans-serif;
    color: #241d37;
    font-size: 34px;
    margin-top: 20px;
}

p.title2 {
    font-family: "DINPro-Regular", sans-serif;
    color: #241d37;
    font-size: 34px;
    float: left;
}

p.titlet2 {
    font-family: "DINPro-Bold", sans-serif;
    color: #241d37;
    font-size: 20px;
    float: left;
    margin: 0;
}

.catalog-back {
    float: right;
    font-family: "DINPro-Regular", sans-serif;
    color: #666;
    font-size: 20px;
    text-decoration: underline;
    padding-top: 10px;
    margin-bottom: 15px;
}

.icon-left {
    display: inline-block;
    width: 21px;
    height: 18px;
    margin-left: 5px;
    background: url("image/icon/icon_left.png") no-repeat;
    position: relative;
    right: 10px;
    top: 5px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    border-radius: 0;
    background: none;
}

.breadcrumb > li > a {
    font-size: 11px;
    color: #666;
    font-family: "DINPro-Regular", sans-serif;
}

.breadcrumb > li > a:hover {
    text-decoration: none;
}

.breadcrumb .active a {
    font-family: "DINPro-Regular", sans-serif;
    color: #666;
    font-size: 11px;
    text-decoration: none;
    pointer-events: none;
}

.my_before_after_number {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 100;
}

.my_before_after_number:before {
    content: "+7";
    font-size: 14px;
    text-align: center;
    color: #000;
    background: #ddd;
    position: absolute;
    display: block;
    top: 1px;
    left: 16px;
    height: 32px;
    width: 22px;
    padding-top: 6px;
}

.my_before_after_number:after {
    content: " ";
    background: #fff;
    position: absolute;
    display: block;
    top: 1px;
    left: 38px;
    height: 32px;
    width: 6px;
    padding-top: 6px;
}

#ORDER_PROP_3, #ModalInput12, #ModalInput5, #ModalInput70, #ModalInput71, input[name="1CLICK_PHONE"], #PERSONAL_MOBILE, input[name="REGISTER[PERSONAL_MOBILE]"], #basket_fast_buy_form input[name="BASKET_FAST_BUY_PHONE"] {
    padding-left: 21px;
    box-shadow: none;
}

.my_before_after_personal_mobile {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 100;
}

.my_before_after_personal_mobile:before {
    content: "+7";
    font-size: 14px;
    text-align: center;
    color: #000;
    background: #ddd;
    position: absolute;
    display: block;
    height: 38px;
    width: 22px;
    padding-top: 6px;
    margin-left: 1px;
    margin-top: 1px;
    border-radius: 3px 0 0 3px;
}

.my_before_after_personal_mobile:after {
    content: " ";
    background: #fff;
    position: absolute;
    display: block;
    height: 38px;
    width: 6px;
    padding-top: 6px;
    margin-left: 23px;
    margin-top: 1px;
}

.pdf_catalog_section {
    border: 4px solid #F1F2F5;
    padding: 10px;
}

.collection_card_description {
    border: 4px solid #F1F2F5;
    padding: 30px;
}

/*raskladka*/
div.varianty-raskladky-col-3 {
    max-width: 20%;
    flex: 0 0 20%;
}

div.varianty-raskladky-col-9 {
    max-width: 80%;
    flex: 0 0 80%;
    margin-bottom: 70px;
}

.raskladka-item {
    border: 1px solid #F1F2F5;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
}

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

.raskladka_3d_section .npl__h3 {
    font-size: 35px;
    padding-right: 30px;
}

.raskladka_3d_section .control-prev-ind,
.raskladka_3d_section .control-next-ind {
    height: 26px;
}

.raskladka-item.raskladka-item-epilog .raskladka-in-section-pict {
    width: 55%;
}

.raskladka-item-epilog-slide-container {
    display: flex;
}

.raskladka-item-epilog.raskladka-item {
    position: relative;
}

.raskladka-item-epilog.raskladka-item .carousel {
    width: 100%;
}

.raskladka-item-epilog.raskladka-item .raskladka-item_info_controls {
    position: absolute;
    top: 40px;
    right: 25px;
}

.raskladka-description__p {
    padding-bottom: 20px;
}

.raskladka-description__a_tel {
    font-weight: bold;
    color: #241d37;
}

.raskladka-description__a_tel:hover {
    color: #241d37;
}

.raskladka-description__a_mail {
    color: #FFAB1D;
    font-weight: bold;
}

.raskladka-description__a_mail:hover {
    color: #FFAB1D;
}

.raskladka-detail-item {
    margin-bottom: 50px;
}

.npl-epilog-rasklad__phone,
.npl-epilog-rasklad__email {
    display: block;
    color: #241D37;
}

.npl-epilog-rasklad__phone:hover,
.npl-epilog-rasklad__email:hover {
    color: #241D37;
}

.npl-epilog-rasklad__email > span {
    color: #FFAB1D;
}

.raskladka-item_slide {
    width: 55%;
}

.raskladka-item_info {
    width: 45%;
    padding: 25px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.raskladka-item_info_name {
    color: #241D37;
    font-size: 20px;
    font-weight: bold;
    line-height: 39px;
}
.raskladka-item_info_name.raskladka-3d__title{
    line-height: 25px;
}

.raskladka-item_info_author {
    font-size: 16px;
    color: #241D37;
}
.raskladka-item_info_author.raskladka-3d__author{
    padding-top: 15px;
}
.d3-value_area{
    line-height: 15px;
}

.raskladka-item_info_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.raskladka-item_info_controls {
    display: flex;
}

/*pagination*/
.pagination-block {
    width: 100%;
    display: table;
    margin: 0 auto;
    height: 60px;
}

.pagination-block .pagination-item {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pagination-block .pagination-item li {
    background: none;
}

.pagination-block .pagination-item li a:hover {
    background: none;
    color: #241d37;
    text-decoration: none;
}

.pagination-block .pagination-item > .active > a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.05;
}

.pagination > li > span.active {
    background: #63B039;
    color: #fff;
}

.pagination-block .pagination-item li a {
    color: #241D37;
}

.pagination-block .pagination-item li a:not(.modern-page-previous):not(.modern-page-next),
.pagination > li > span.active {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    line-height: 2.4;
    font-weight: bold;

}

.modern-page-previous,
.modern-page-next {
    text-decoration: none;
    color: #241D37;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 17px;
    padding: 0 15px;
    position: relative;
}

.modern-page-previous:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 9px;
    height: 22px;
    background: url(image/arrownav.png) 50% 50% no-repeat;
    transform: rotate(180deg);
}

.modern-page-next:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 9px;
    height: 22px;
    background: url(image/arrownav.png) 50% 50% no-repeat;
}

.li_modern-page-previous {
    position: absolute;
    left: 0;
}

.li__modern-page-next {
    position: absolute;
    right: 0;
}

.show-more-block {
    margin-bottom: 10px;
    position: relative;
}

.show-more-block:before {
    content: '';
    display: block;
    width: 5000px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: calc(50% - 2px);
    left: -545px;
    z-index: -1;
}

.catalog-section-brands .show-more-block:before {
    left: -570px;
}

/*.show-more-block:after{*/
/*content: '';*/
/*display: block;*/
/*width: 1000px;*/
/*height: 1px;*/
/*background: #e0e0e0;*/
/*position: absolute;*/
/*top: calc(50% - 2px);*/
/*right: -625px;*/
/*}*/
.show-more-block__preloader {
    display: none;
    position: absolute;
    /*top:31%;*/
    /*left:49%;*/
    top: calc(50% - 25px);
    left: calc(50% + 16px);
    width: 50px;
}
.modal-body .show-more-block__preloader{
    left: calc(50% - 15px);
}
.js-pagination_brands .show-more-block__preloader {
    left: calc(50% - 25px);
}

.show-more-block__preloader.show {
    display: block;
}

.npl-actions-block {
    width: 2%;
    margin-right: 0;
}

.show-more-block a {
    background: linear-gradient(89.61deg, #F98B4D -0.05%, #FBB746 100.49%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: calc(50% - 60px);
    position: relative;
    min-width: 190px;
}

.show-more-block a.show-mo {
    color: transparent;
}

.show-more-block a:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: -20px;
}

.show-more-block a:after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    right: -20px;
}

.show-more-block a:hover {
    text-decoration: none;
}


/*filter*/
.checkbox-mnf {
    padding-top: 17px;
    padding-bottom: 25px;
}

.checkbox-mnf input[type="checkbox"] {
    display: none;
}

.checkbox-mnf input[type="checkbox"] + label {
    color: #000;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    margin-right: 20px;
}

.checkbox-mnf input[type="checkbox"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    /*background: url("image/icon/check.png") left top no-repeat;*/
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    cursor: pointer;
}

.checkbox-mnf input[type="checkbox"]:checked + label span {
    border: 1px solid #FFAB1D;
    background: url(image/check-form.png) #FFAB1D;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.header-filter-col {
    padding-right: 0;
}

.header-filter {
    padding-bottom: 20px;
}

.header-filter .text-box {
    height: 34px;
    padding-top: 5px;
}

.header-filter .text-box a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #241d37;
    text-decoration: underline;
}

.header-filter .text-box a:hover {
    text-decoration: none;
}

.header-filter .reset-buttom {
    border: 1px solid #d4d3d0;
    border-radius: 4px;
    font: 11px/22px "DINPro-Bold", sans-serif;
    color: #7b7786;
    text-transform: uppercase;
    width: 100%;
    height: 34px;
    background: none;
}

.header-filter .reset-buttom:hover {
    color: #333;
}

.header-filter .slider-buttom {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    border: 1px solid #f1f2f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    text-align: left;
    border-radius: 0;
}

.header-filter .slider-buttom:focus {
    border-color: #fbb738;
    outline: 0;
}

.header-filter .row:after {
    display: block;
    content: '';
    clear: both;
}

.header-filter .row .col-xs-6 {
    padding: 0 15px;
}

.filter-mobile-toggle {
    position: absolute;
    top: 18px;
    right: 30px;
}

.filter-mobile-toggle:after {
    display: block;
    content: '';
    clear: both;
}

.filters {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    background-color: #fff;
    border: 1px solid #d4d3d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
}

.variant-raskl-popup .filters {
    margin-bottom: 20px;
}

.textarea-fleld {
    height: 150px;
    resize: vertical;
}

.filters:focus {
    border-color: #fbb738;
    outline: 0;
}

.filters[disabled],
.filters[readonly],
fieldset[disabled] .filters {
    cursor: not-allowed;
    background-color: #f1f2f5;
    opacity: 1;
}

.filters[disabled]:focus,
.filters[readonly]:focus {
    border-color: #d4d3d0;
}

select.filters {
    width: 100%;
    padding: 6px 7px;
}

select.select.filters {
    padding-right: 0;
}

select.select.filters:not([name=""]) {
    color: #333;
    font-weight: 600;
}

select.select.filters option {
    color: #666;
    font-weight: normal;
}

.line-filter {
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #d4d3d0;
}

.label-text {
    height: 34px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    display: inline-block;
    margin-right: 20px;
    padding-top: 10px;
}

.label-text2 {
    height: 34px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    display: inline-block;
    margin-right: 20px;
    padding-top: 10px;
    float: left;
}

.list-block {
    height: 34px;
    display: inline-block;
    padding-top: 10px;
}

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

.list-block .list-block-item li {
    background: none;
    display: inline-block;
    margin: 0 0 0 10px;
}

.list-block .list-block-item li a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #241d37;
    text-decoration: underline;
    background: none;
    border: 0;
}

.list-block .list-block-item li a:hover {
    background: none;
    color: #241d37;
}

.list-block .list-block-item > .active > a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.filters2 {
    display: inline-block;
    height: 34px;
    padding: 6px 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    border: 1px solid #d4d3d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    background: none;
}

.filters2:focus {
    border-color: #fbb738;
    outline: 0;
}

select.filters2 {
    width: 200px;
    padding: 6px 7px;
}

.chouse-box {
    float: right;
    margin-top: 10px;
}

.chouse-box .gear {
    background: url("image/icon/icon_gear.png") no-repeat;
    width: 36px;
    height: 35px;
    display: inline-block;
    float: right;
    margin-right: 0;
}

.chouse-box .text {
    display: inline-block;
    height: 35px;
    float: right;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 20px;
    text-decoration: underline;
    color: #666;
    text-align: center;
    margin-top: -15px;
}

.chouse-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 18px;
    color: #000;
}

.chouse-text span {
    color: #fbb738;
}

.value-slider {
    font-family: 'DINPro-Regular', sans-serif;
    font-size: 100px;
    color: #000;
}

.show-filter {
    margin-top: 5px;
    float: right;
}

.show-filter a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    text-decoration: none;
}

.show-filter a .show-glyph {
    display: inline-block;
    width: 7px;
    height: 6px;
    background: url("image/icon/icon_show.png") no-repeat;
    margin-left: 10px;
}

.menu-col-mob {
    /*position: absolute;
  top: 105%;*/
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    background-color: #fff;
    z-index: 8888;
}

.menu-top-box-mob {
    margin: 0;
    list-style: none;
    padding: 0;
}

.menu-top-box-mob > ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.menu-top-box-mob > li {
    margin: 0;
    background: url("image/icon/filtr-mob.png") top center repeat-x;
    min-height: 66px;
    padding: 20px 15px;
    width: 100%;
}

.menu-top-box-mob > li > a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.menu-top-box-mob > li > a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.menu-top-box-mob .col-mob {
    float: right;
}

.menu-top-box-mob .col-mob .text2 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #241d37;
    float: right;
}

.menu-top-box-mob .col-mob .point {
    background: url("image/icon/filtr-mob-btn.png") no-repeat;
    background-size: 100%;
    float: right;
    width: 54px;
    height: 54px;
    margin-top: -15px;
    margin-left: 10px;
}

.mnone {
    margin-bottom: 0;
    padding-bottom: 0;
}

.menu-col-mob .buttons {
    text-align: center;
}

.menu-col-mob .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    color: #241d37;
    text-transform: uppercase;
    padding: 4px 10px;
    margin: 10px 5%;
    width: 90%;
}

.menu-col-mob .link-up {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    color: #241d37;
    text-transform: uppercase;
    padding: 4px 10px;
    margin: 10px 5%;
    width: 90%;
}

.menu-col-mob .icon-up {
    display: inline-block;
    background: url("image/icon/icon_up.png") no-repeat;
    width: 16px;
    height: 10px;
    margin-left: 10px;
}

/*flags*/
.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-left: 5px;
}

.flag img {
    vertical-align: top;
    margin-top: 3px;
}

.spain {
    background: url("image/icon/flags/spain.png") no-repeat;
}

.italy {
    background: url("image/icon/flags/italy.png") no-repeat;
}


/*header*/
header {
    height: 290px;
    width: 100%;
    background: #fff;
}

.header-top {
    background: url("../img/header/header_top.png");
    height: 52px;
    position: relative;
}

.header-top .pole1 a {
    color: #3c3c3c;
    text-decoration: underline;
}

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

.header-top .pole1 {
    height: 100%;
    padding-top: 15px;
    float: left;
    margin-right: 20px;
}

.header-top .pole1 p {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
}

.header-top .pole1 span {
    font-family: "DINPro-Bold", sans-serif;
    color: #000;
}

.header-top .modal-buttom {
    border: 1px solid #55a723;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #55a723;
    margin-top: 12px;
    text-transform: uppercase;
    padding: 4px 10px;
}

.header-top .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    margin-top: 12px;
    text-transform: uppercase;
    float: right;
    margin-left: 20px;
    padding: 4px 10px;
}

.header-top .link-buttom:hover {
    color: #333;
}

.header-top .pole-num {
    background: url("../img/header/pole_num.png") no-repeat;
    width: 31px;
    height: 31px;
    border-radius: 4px;
    float: right;
    text-align: center;
    margin-top: 12px;
    background-size: 100%;
    padding-top: 4px;
}

.header-top .pole-num p {
    font-family: "DINPro-Bold", sans-serif;
    color: #000;
    font-size: 14px;
}

.header-top .pole-num-text {
    height: 100%;
    padding-top: 15px;
    float: right;
    margin-right: 10px;
}

.header-top .pole-num-text p {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.header-top .pole-lc {
    height: 100%;
    padding-top: 15px;
    float: right;
    margin-right: 30px;
}

.header-top .pole-lc a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #666;
    text-decoration: none;
}

.header-top .pole-lc a:hover {
    border-bottom: 0;
}

.header-top .pole-lc .lock {
    background: url("../img/header/lock.png") no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    float: left;
    top: 4px;
}

.header-top .chart {
    height: 100%;
    background-color: #fbb738;
    float: left;
    padding: 10px;
}

.header-top .chart img {
    float: left;
    margin-right: 20px;
}

.header-top .kolvo {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 26px;
    color: #241d37;
    text-decoration: underline;
    float: left;
    margin-right: 5px;
}

.header-top .top-menu {
    float: right;
    width: 50px;
    background: #55a723;
    height: 50px;
    background: url("../img/header/menu_btn.png") no-repeat;
    margin: 8px;
}

.header-top-right {
    float: right;
}

.bars-top {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #666;
    box-shadow: 0 10px 0 #666, 0 20px 0 #666;
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}

/*.menu-top-box-top {*/
/*padding: 0 0 20px 0;*/
/*margin: 0;*/
/*}*/
/*.menu-top-box-top > ul {*/
/*margin: 0;*/
/*list-style: none;*/
/*padding: 0;*/
/*}*/
/*.menu-top-box-top > li {*/
/*margin: 0;*/
/*padding: 0 15px 15px 15px;*/
/*border-bottom: 1px solid #666;*/
/*}*/
/*.menu-top-box-top > li > a {*/
/*font-family: "DINPro-Regular", sans-serif;*/
/*font-size: 24px;*/
/*color: #fff;*/
/*text-decoration: none;*/
/*}*/
/*.menu-top-box-top .nav-list > li {*/
/*margin: 0;*/
/*padding: 10px;*/
/*}*/
/*.menu-top-box-top .nav-list > li > a {*/
/*font-family: "DINPro-Regular", sans-serif;*/
/*font-size: 18px;*/
/*color: #fff;*/
/*text-decoration: none;*/
/*}*/
.menu-top-box-top .glyphicon-icon1,
.menu-top-box-top .glyphicon-icon2,
.menu-top-box-top .glyphicon-icon3,
.menu-top-box-top .glyphicon-icon4,
.menu-top-box-top .glyphicon-icon5,
.menu-top-box-top .glyphicon-icon7,
.menu-top-box-top .glyphicon-icon8 {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.menu-top-box-top .glyphicon-icon8 {
    width: 29px;
    height: 28px;
    left: 3px;
    margin-right: 16px;
}

.menu-top-box-top .glyphicon-icon1 {
    background: url("../img/header/icon_1.png") center;
    background-size: cover;
}

.menu-top-box-top .glyphicon-icon2 {
    background: url("../img/header/icon_2.png") center;
    background-size: cover;
}

.menu-top-box-top .glyphicon-icon3 {
    background: url("../img/header/icon_3.png") center;
    background-size: cover;
}

.menu-top-box-top .glyphicon-icon4 {
    background: url("../img/header/icon_4.png") center;
    background-size: cover;
}

.menu-top-box-top .glyphicon-icon5 {
    background: url("../img/header/icon_5.png") center;
    background-size: cover;
}

.menu-top-box-top .glyphicon-icon7 {
    background: url("../img/header/icon_7.png") center;
    background-size: cover;
}

.menu-top-box-top .glyphicon-icon8 {
    background: url("../img/header/icon_8.png") center;
    background-size: cover;
}

.menu-top-box-top .point {
    margin-top: 10px;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    padding: 5px 7px;
    font-size: 24px;
    font-family: "DINPro-Bold", sans-serif;
    line-height: 1;
    color: #241d37;
    text-align: center;
    background-color: #fbb738;
    border-radius: 40px;
}

.menu-top-box-top .point2 {
    background: url("image/header/icon_6.png") no-repeat;
    background-size: 100%;
    margin-top: 20px;
    display: inline-block;
    width: 35px;
    height: 23px;
    cursor: pointer;
}

.header-middle .border {
    height: 125px;
    border-bottom: 1px solid #e8e8e8;
}

.header-middle .logo {
    padding-top: 30px;
    float: left;
    margin-right: 30px;
}

.header-middle .top1 {
    float: left;
}

.header-middle .search-form {
    width: 200px;
    float: left;
    padding-top: 40px;
    border-radius: 4px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    margin-right: 380px;
    padding-left: 0;
}

.header-middle .form-control {
    padding-right: 30px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}

.header-middle .form-control + .glyphicon {
    position: relative;
    top: -25px;
    right: -180px;
}

.header-middle .phone {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 22px;
    color: #000;
    float: left;
    padding-top: 20px;
}

.footer-text-phone span.add_text {
    display: none;
}

.header-middle .phone span.add_text {
    display: block;
    font-size: 12px;
    margin: -5px 0 0 12px;
    color: #666;
    font-family: "DINPro-Regular", sans-serif;
}

.footer-text-phone span.add_text {
    display: none;
}

.header-middle .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    margin-top: 40px;
    text-transform: uppercase;
    float: right;
    padding: 4px 10px;
    margin-right: 20px;
}

.header-middle .modal-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    margin-top: 40px;
    text-transform: uppercase;
    padding: 4px 10px;
    float: right;
}

.header-middle .modal-buttom:hover {
    color: #333;
}

.header-middle .info {
    background: url("../img/header/info.png") no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 45px;
}

.header-middle .tooltip-info {
    width: 200px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
    padding: 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    right: 185px;
    top: 50px;
}

.header-middle .box-right {
    position: relative;
    width: 100%;
}

.input-search-top {
    background: url("../img/header/input_search_top.png") no-repeat;
    border: none;
    color: transparent;
    width: 34px;
    height: 34px;
    float: right;
    position: relative;
    top: -34px;
    outline: none;
}

.header-button .pole1 {
    height: 100%;
    padding-top: 15px;
    float: left;
}

.header-button .pole1 p {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
}

.header-button .pole1 span {
    font-family: "DINPro-Bold", sans-serif;
    color: #000;
}

.header-button .search-form {
    width: 100%;
    padding-top: 10px;
    border-radius: 4px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
}

.header-button .form-control {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}

.header-button .form-control + .glyphicon {
    position: absolute;
    top: 197px;
    right: 25px;
}

.header-menu .dropdown-left {
    float: left;
    margin-top: 10px;
    background: #241d37;
    border-radius: 4px;
    padding: 10px;
}

.header-menu a .dropdown-left {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 13px;
    color: #fbb738;
    text-decoration: none;
    text-transform: uppercase;
}

.header-menu .menu-right {
    height: 60px;
    float: right;
    line-height: 60px;
}

.header-menu .menu-right .line {
    float: left;
    width: 2px;
    height: 20px;
    margin-left: 10px;
    margin-top: 22px;
    border-left: 1px solid #faa72b;
    border-right: 1px solid #fcc13d;
}

.header-menu .menu-right .line:last-child {
    display: none;
}

.header-menu .menu-right ul {
    list-style: none;
    margin: 0;
}

.header-menu .menu-right li {
    float: left;
    padding: 0 0 0 10px;
}

.header-menu .menu-right li a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #241d37;
    border-bottom: 1px solid #241d37;
    text-decoration: none;
    text-transform: uppercase;
}

.header-menu .menu-right li a:hover,
.header-menu .menu-right li a.selected {
    border: none;
}

.header-menu .menu-right li a.selected {
    pointer-events: none;
    cursor: default;
}

/*Menu-collapse*/
.menu-bar {
    height: 55px;
}

.bars {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fbb738;
    box-shadow: 0 5px 0 #fbb738, 0 10px 0 #fbb738;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.menu-col {
    position: absolute;
    top: 45px;
    width: 250px;
    margin: 0 auto;
    text-align: left;
    background-color: #241d37;
    z-index: 8888;
    border-radius: 4px;
}

.menu-col {
    font-family: "DINPro-Bold", sans-serif;
}

.menu-top-box {
    padding: 35px 35px 20px 35px;
}

.menu-col li {
    list-style: none;
    padding-bottom: 20px;
}

.menu-col ul {
    padding: 0;
    margin: 0;
}

.menu-col li a {
    color: #fff;
}

.menu-col .one {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-family: "DINPro-Regular", sans-serif;
}

.menu-col .two {
    font-size: 14px;
    text-decoration: underline;
    font-family: "DINPro-Regular", sans-serif;
}

.menu-col .toggle-box + label {
    background: url("../img/main/menu_1.png") no-repeat right;
    margin-bottom: 0;
}

.menu-col .toggle-box:checked + label {
    background: url("../img/main/menu_2.png") no-repeat right;
    margin-bottom: 15px;
}

.menu-col .toggle-box {
    display: none;
}

.menu-col .toggle-box + label {
    cursor: pointer;
    display: block;
    font-weight: normal;
    color: #fff;
}

.menu-col .toggle-box + label + ul {
    display: none;
}

.menu-col .one .toggle-box + label + div {
    display: none;
}

.menu-col .toggle-box:checked + label + ul {
    display: block;
}

.menu-col .toggle-box:checked + label {
    color: #fff;
}

/*footer*/
footer {
    width: 100%;
    background: #241d37;
}

.footer-top {
    background: #2f273f;
    height: 65px;
}

.footer-top .menu-centr {
    margin: 0 auto;
}

.footer-top .menu {
    height: 100%;
    padding-top: 20px;
}

.footer-top .menu ul {
    list-style: none;
    padding: 0;
    position: relative;
    right: 50%;
    float: right;
    margin: 0;
}

.footer-top .menu li {
    padding: 0 10px;
    float: left;
    position: relative;
    right: -50%;
}

.footer-top .menu li a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #fbb738;
    border-bottom: 1px solid #fbb738;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-top .menu li a:hover {
    border: none;
}

.footer-middle {
    padding: 20px 0;
}

.footer-middle .border {
    border-bottom: 1px solid #2f273f;
    padding-bottom: 10px;
}

.footer-middle p.footer-text,
.footer-xs p.footer-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #7b7786;
    margin: 0;
}

.footer-middle p.footer-text-phone,
.footer-xs p.footer-text-phone {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 18px;
    color: #fff;
}

.footer-middle a {
    text-decoration: underline;
    color: #fbb738;
}

.footer-middle a:hover {
    text-decoration: none;
}

.footer-middle a p.link,
.footer-xs a p.link {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    margin: 15px 0;
    display: inline-block;
}

.footer-middle img {
    padding-top: 10px;
}

.footer-middle .buttons {
    width: 100%;
}

.footer-middle .footer-button {
    background: none;
    padding: 7px;
    border: 1px solid #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #fbb738;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-buttom {
    height: 75px;
}

.footer-buttom .pole1 {
    float: left;
}

.footer-buttom .pole2 {
    float: right;
}

.footer-buttom .pole1 p,
.footer-buttom .pole2 p,
.footer-xs .pole1 p {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #7b7786;
}

.footer-buttom .pole2 a {
    color: #fbb738;
    text-decoration: underline;
}

.footer-buttom .pole2 a:hover {
    text-decoration: none;
}

.footer-xs {
    padding: 20px 0;
}

.footer-xs .footer-line {
    border-color: #7b7786;
}

.block1.opt {
    background: none;
}

.block1 .box-text {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    text-decoration: underline;
}

.block1 img,
.npl-section-similar__img {
    height: 250px;
}

.block1 .box1 {
    width: 15%;
    overflow: hidden;
    position: relative;
    float: left;
}

.block1 .box2 {
    width: 32%;
    overflow: hidden;
    position: relative;
    float: left;
}

.block1 .pad {
    min-width: 2%;
    float: left;
    height: 190px;
}

.block1 .box1 img,
.block1 .box2 img {
    display: block;
    border: none;
}

.block1 .box1 span,
.block1 .box2 span {
    display: block;
    padding: 5px 15px 5px 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    text-decoration: underline;
}

.block1 .box-carousel {
    height: 360px;
    width: 620px;
    overflow: hidden;
}

.block1 .text-banner {
    width: 60%;
    float: left;
}

.block1 .text-carousel {
    display: block;
    padding: 5px 15px 5px 5px;
    width: 50%;
    position: absolute;
    top: 0;
    margin: 10px;
    right: 0;
}

.block1 .text-carousel p.title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 30px;
    color: #000;
}

.block1 .text-carousel p.title span {
    font-family: "DINPro-Bold", sans-serif;
}

.block1 .text-carousel p.text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.block1 .box-centr {
    text-align: right;
}

.block1 .buttom-banner {
    float: right;
    border-radius: 4px;
    background: #fbb738;
    padding: 7px 10px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0 15px 0 0;
}

.block1 .buttom-banner2 {
    border-radius: 4px;
    background: #fbb738;
    display: inline-block;
    padding: 0;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 10px;
    color: #000;
    margin: 15px 15px 0 15px;
    width: 92px;
    height: 33px;
    line-height: 33px;
}

.block1 .buttom-banner3 {
    float: left;
    border-radius: 4px;
    background: #fbb738;
    padding: 7px 10px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    margin: 15px 15px 0 0;
}

.block1 .nav-pills > li.active:after,
.nav-pills > li.active:before {
    right: 99%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.block1 .nav-pills > li.active:after {
    border: 10px solid transparent;
    border-right-color: #fff;
    margin-top: -12px;
}

.block1 .nav-pills > li.active:before {
    border: 14px solid transparent;
    border-right-color: #fbb738;
    margin-top: -16px;
}

.block1 .nav-pills > li > .pill-inner {
    display: block;
    text-align: left;
    min-height: 80px;
    border-bottom: 1px solid #d4d3d0;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #666;
    padding: 20px 2px 5px 20px;
}

.block1 .nav-pills > li.active > .pill-inner,
.block1 .nav-pills > li.active > .pill-inner:hover {
    border: 2px solid #fbb738;
    background: #fff;
    color: #000;
    padding: 18px 0 5px 18px;
}

.block1 .nav-pills > li > .pill-inner .buttom-banner {
    display: none;
}

.block1 .nav-pills > li.active .pill-inner .buttom-banner {
    display: block;
}

#banner1 .nav {
    width: 100%;
}

#banner1 .nav ul {
    text-align: left;
}

#banner1 .nav li {
    float: right;
    width: 100%;
}

.block2 {
    padding: 30px 0 10px;
}

.block2 .buttom1 {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    float: right;
}

.block2 .buttom1:hover {
    color: #333;
}

.block2 .box2 {
    width: 32%;
    overflow: hidden;
    float: left;
}

.block2 .box2 .photo {
    max-height: 190px;
    overflow: hidden;
}

.block2 .pad {
    min-width: 2%;
    float: left;
    height: 190px;
}

.block2 .box2 img {
    display: block;
    border: none;
    width: 100%;
}

.block2 .box2 span {
    display: block;
    padding: 5px 15px 5px 5px;
    width: 100%;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #241d37;
    margin: 10px;
    text-align: center;
}

.carousel-line {
    border-bottom: 1px dashed #000;
    padding: 10px 0;
}

.carousel-line .title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
}

.carousel-line .control {
    float: right;
    margin-top: -20px;
}

.control-prev {
    background: url("../img/main/left_1.png") no-repeat;
    width: 12px;
    height: 18px;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

.control-prev:hover {
    background: url("../img/main/left_2.png") no-repeat;
    width: 12px;
    height: 18px;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

.control-next {
    background: url("../img/main/right_1.png") no-repeat;
    width: 12px;
    height: 18px;
    background-size: cover;
    float: left;
}

.control-next:hover {
    background: url("../img/main/right_2.png") no-repeat;
    width: 12px;
    height: 18px;
    background-size: cover;
    float: left;
}

.m_mainBanners_pict,
.carousel {
    margin-bottom: 0;
    padding: 0 0 30px;
}

/*.carousel-indicators {*/
/*right: 50%;*/
/*top: auto;*/
/*bottom: 0;*/
/*margin-right: -19px;*/
/*}*/
.raskladka-item .carousel {
    padding-bottom: 0;
}

.span3 {
    float: left;
    width: 20%;
}

.thumbnail {
    border: 0;
}

.social {
    padding: 30px 0;
    background: #f1f2f5;
}

.social p.title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #241d37;
    padding-bottom: 20px;
}

.social p.date {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}

.social a p.news-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.social a:hover,
.social a:hover p.news-text {
    text-decoration: none;
}

.social hr.line {
    border-bottom: 1px solid #d4d3d0;
}

.social .box_bg {
    width: 100%;
}

.social .box_bg img {
    height: 397px;
}

.social .box_bg .box_bg_text {
    position: absolute;
    top: 0;
    text-align: center;
    width: 329px;
    left: 15px;
    padding: 15px 0;
}

.social .box_bg .box_bg_text .title {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.social .box_bg .box_bg_text .kolvo {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #fff;
}

.social .box_bg .box_bg_text .button {
    background: none;
    padding: 10px;
    border: 1px solid #fff;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
}
.about_admin{
    background: #f1f2f5;
    position: relative;
}
.about_admin:after{
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    background: #f1f2f5;
    bottom: -50px;
}
.about-npl-collection {
    padding: 50px 0 50px;
}

.about-npl-collection.about-npl-collection_pb0 {
    padding-bottom: 0;
}

.about-npl-collection.about-npl-collection-pt0 {
    padding-top: 0;
    padding-bottom: 0;
}

.about p.title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #241d37;
    padding-bottom: 20px;
}

.about p.text-big {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 20px;
}

.about p.text-small {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #666;
}

.about .photo {
    height: 175px;
    width: 175px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.about_page .t1 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.about_page .t1-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.about_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.about_page .easy span {
    text-decoration: underline;
}

.uslugi_page img {
    width: 100%;
}

.npl-index-pop__a {
    margin: 10px 0;
    display: inline-block;
    font-size: 20px;
    line-height: 33px;
    color: #241D37;
    font-weight: bold;
}

.npl-index-pop__a:hover {
    color: #241D37;
}

.uslugi_page p.text-pict {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #241d37;
    margin: 15px 0 20px;
    text-align: center;
}

.vakansii_page .t1 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.vakansii_page ul.easy,
.personal-documents ul.easy {
    padding-left: 25px;
    list-style-type: none;
}

.vakansii_page ul.easy li:before,
.personal-documents ul.easy li:before {
    color: #fbb738;
    content: "\25AA";
    padding-right: 10px;
}

.sotrudnichestvo_page .t1 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.sotrudnichestvo_page .t1-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0;
    margin-bottom: 40px;
}

.sotrudnichestvo_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin-bottom: 40px;
}

.news_page .t3 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #241d37;
    padding: 0;
    margin-bottom: 10px;
    text-decoration: none;
}

.news_page .t3 a {
    color: #241d37;
    text-decoration: underline;
}

.news_page .t3 a:hover {
    text-decoration: none;
}

.news_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin-bottom: 40px;
}

.news_page .easy span {
    color: #666;
}

.news_page img {
    margin-bottom: 20px;
}

.news_page .line-block {
    border-top: 1px dashed #d4d3d0;
    margin: 10px 0 30px;
}

.faq_page .modal-buttom-faq {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    margin-top: -50px;
    text-transform: uppercase;
    padding: 10px 20px;
    float: right;
}

.faq_page .box-faq-1 {
    background: #f1f2f5;
    padding: 20px;
}

.faq_page .box-faq-1 .fio {
    float: left;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 18px;
    color: #000;
}

.faq_page .box-faq-1 .date {
    float: right;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    text-align: right;
}

.faq_page .box-faq-1 .question {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #000;
    padding-top: 10px;
}

.faq_page .box-faq-2 {
    padding: 20px;
    border: 1px solid #f1f2f5;
    margin-bottom: 20px;
}

.faq_page .box-faq-2 .answer {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #3c3c3c;
}

.uslugi_des_page img {
    width: 100%;
}

.uslugi_des_page p.text-pict {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #241d37;
    margin: 10px 0;
    text-align: center;
}

.uslugi_des_page p.text-pict a {
    font-size: 14px;
    color: #241d37;
    text-decoration: underline;
}

.projects_page img {
    width: 100%;
}

.projects_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.projects_page p.text-pict {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #241d37;
    margin: 10px 0 0;
}

.projects_page p.text-fio {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #666;
}

.projects_page p.text-coll {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #000;
    margin: 10px 0 0;
}

.projects_page p.text-coll-link a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #241d37;
    margin: 0;
    text-decoration: underline;
}

.projects_page .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
}

.variant_raskladki_page img {
    max-width: 264px;
    max-height: 264px;
}

.variant_raskladki_page a {
    display: block;
    width: 264px;
    color: #241d37;
}

.variant_raskladki_page .usligi-pict {
    margin-bottom: 20px;
}

.variant_raskladki_page .usligi-pict:nth-child(3n+1) {
    clear: left;
}

.variant_raskladki_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #000;
    padding: 0;
    margin-bottom: 20px;
}

.variant_raskladki_page p.text-pict {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #241d37;
    margin: 10px 0 0;
}

.variant_raskladki_page p.text-fio {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #666;
}

.variant_raskladki_page p.text-coll {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #000;
    margin: 10px 0 0;
}

.variant_raskladki_page p.text-coll-link a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #241d37;
    margin: 0;
    text-decoration: underline;
}

.variant_raskladki_page .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
}

.catalog-top-text {
    padding-bottom: 30px;
}

.all_for_plate_page .t3 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #241d37;
    padding: 0;
    margin-bottom: 10px;
    text-decoration: underline;
}

.all_for_plate_page .t3:hover {
    text-decoration: none;
}

.all_for_plate_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin-bottom: 40px;
}

.all_for_plate_page img {
    margin-bottom: 20px;
}

.all_for_plate_page .line-block {
    border-top: 1px dashed #d4d3d0;
    margin: 10px 0 30px;
}

.shares_page:first-child {
    padding-bottom: 20px;
}

.all_shares_page img {
    width: 100%;
    border-radius: 4px;
}

.all_shares_page p.text-pict {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #241d37;
    margin: 15px 0 20px;
    text-align: center;
}

.all_shares_page p.text-pict a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #241d37;
    text-decoration: underline;
}

.all_shares_page p.text-pict a:hover {
    text-decoration: none;
}

.for_designers_page .t2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #241d37;
    margin-bottom: 10px;
}

.for_designers_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.for_designers_page .dolz {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}

.for_designers_page .fio {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.for_designers_page .email a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #241d37;
    text-decoration: underline;
}

.npl-oplata-pp .t2 {
    box-sizing: border-box;
    color: rgb(36, 29, 55);
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    line-height: 34.2833px;
    margin-bottom: 10px;
}

/*.oplata_i_dostavka_page .t2 {*/
/*font-family: "DINPro-Regular", sans-serif;*/
/*font-size: 24px;*/
/*color: #241d37;*/
/*margin-bottom: 10px;*/
/*}*/
/*.oplata_i_dostavka_page .t2-text {*/
/*font-family: "DINPro-Regular", sans-serif;*/
/*font-size: 16px;*/
/*color: #000;*/
/*}*/
/*.oplata_i_dostavka_page img {*/
/*width: 100%;*/
/*}*/
/*.oplata_i_dostavka_page p.text-pict {*/
/*font-family: "DINPro-Regular", sans-serif;*/
/*font-size: 18px;*/
/*color: #241d37;*/
/*margin: 10px 0;*/
/*text-align: center;*/
/*}*/
/*.oplata_i_dostavka_page .easy {*/
/*font-family: "DINPro-Regular", sans-serif;*/
/*font-size: 15px;*/
/*color: #000;*/
/*}*/
/*.oplata_i_dostavka_page .easy span {*/
/*font-family: "DINPro-Bold", sans-serif;*/
/*}*/
/*.oplata_i_dostavka_page .line-block {*/
/*border-top: 1px dashed #d4d3d0;*/
/*margin: 30px 0;*/
/*}*/
/*.oplata_i_dostavka_page .box-position1 {*/
/*background: #f1f2f5;*/
/*padding: 25px 50px 50px;*/
/*}*/
.shares_page .t2-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #000;
}

.box_under {
    position: relative;
    max-width: 200px;
}

.box_under:after {
    display: block;
    content: '';
    clear: both;
}

.shares_page .box_under {
    margin-top: 25px;
    padding-bottom: 30px;
}

.shares_page .usligi-pict:nth-child(5n + 1) {
    clear: left;
}

.shares_page a.link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.shares_page p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.shares_page p.metr {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
}

.shares_page p.metr span {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.cart-items-inner {
    display: table;
    padding: 0;
}

.cart-items-inner .row {
    display: table-row;
}

.cart-items-inner .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.cart-items-inner .row p {
    margin: 0;
}

.cart-items-inner .quantity {
    padding: 0 15px;
}

.shares_page .cart {
    background: url("image/icon/icon_cart.png") no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: -5px;
}

.box-inner-left {
    float: left;
    width: 50%;
}

.box-inner-left .bx_ordercart_coupon:first-child {
    margin-bottom: 8px;
}

.box-inner-left span {
    display: inline-block;
    margin-right: 8px;
    line-height: 34px;
}

.box-inner-left .form-control {
    width: 180px;
    display: inline-block;
}

.box-inner-left .bx_ordercart_order_pay_left {
    width: 100%;
}

.box-inner-left .cart-coupon-code {
    display: inline-block;
}

.box-inner-left .bx_ordercart_coupon_notes {
    display: inline-block;
}

.box-inner-left .link-buttom {
    vertical-align: top;
    padding-bottom: 8px !important;
    display: inline-block;
    text-decoration: none;
}

.box-inner-left .link-buttom:hover {
    color: #333;
}

.box-inner-left .cart-coupon-remove {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 8px;
    position: relative;
    top: 3px;
    background: url(image/icon/icon_close.png);
}

.shares_page .box-slide {
    background: #f1f2f5;
    width: 100%;
    height: 50px;
    padding-top: 15px;
}

.shares_page .box-slide .left {
    width: 45%;
    float: left;
    text-align: right;
}

.shares_page .box-slide .right {
    width: 45%;
    float: right;
    text-align: left;
}

.shares_page .box-slide .left a,
.shares_page .box-slide .right a {
    color: #241d37;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
}

.shares_page .box-slide .left a:hover,
.shares_page .box-slide .right a:hover {
    text-decoration: none;
}

.shares_page .box-slide .left span,
.shares_page .box-slide .right span {
    text-decoration: underline;
}

.pict_mnf_link {
    text-decoration: none !important;
}

.pict_mnf {
    width: 100%;
    border: 2px solid #F1F2F5;
    margin-bottom: 30px;
    position: relative;
    /*padding: 2px;*/
    text-align: center;
}

/*.manufacturers_page .pict_mnf:before {*/
/*content: '';*/
/*display: inline-block;*/
/*height: 100%;*/
/*vertical-align: middle;*/
/*}*/
.pict_mnf_img_container {
    display: flex;
    height: 200px;
    align-items: center;
}

.pict_mnf_img_container__a {
    display: block;
    width: 100%;
    text-align: center;
}

.pict_mnf_info_container {
    display: flex;
    flex-wrap: wrap;
}

.pict_mnf_info_container_item {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pict_mnf_info_container .pict_mnf_info_container_item:last-child {
    margin-bottom: 0;
}

.pict_mnf_info_container_title {
    padding-left: 15px;
    font-size: 16px;
    color: #7B7786;
}

.pict_mnf_info_container_value {
    display: block;
    width: 50%;
    color: #241D37;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    line-height: 1;
}

.pict_mnf_info_container_value a {
    color: #241D37;
}


.pict_mnf:hover {
    /*border: 3px solid #fbb738;*/
    /*padding: 0;*/
}

.pict_mnf img {
    /*width: 80%;*/
    max-width: 160px;
    /*max-height: 198px;*/
    max-height: 100%;
}

/*.rasprodaja_page img {
  width: 100%;
}*/
.rasprodaja_page .box_under {
    margin-top: 25px;
    padding-bottom: 30px;
}

.rasprodaja_page a.link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.rasprodaja_page p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.rasprodaja_page p.easy, .catalog_page p.easy {
    margin: 0;
}

.rasprodaja_page p.easy.category, .catalog_page p.easy.category {
    color: #999;
}

.rasprodaja_page p.metr {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.rasprodaja_page p.metr span {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.rasprodaja_page p.metr2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
    text-decoration: line-through;
}

.catalog_page img {

}

.catalog_page .box_under {
    margin-top: 25px;
    padding-bottom: 30px;
}

.catalog_page .box_under:after {
    display: block;
    content: '';
    clear: both;
}

.catalog_page a.link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.catalog_page a.link:hover {
    text-decoration: none;
}

.catalog_page p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.catalog_page p.metr {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.catalog_page p.metr span {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.catalog_page p.metr2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
    text-decoration: line-through;
}

.catalog_page .line-buttom {
    border-bottom: 1px dashed #f1f2f5;
    margin: 40px 0 20px;
}

.catalog_page .t2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #241d37;
    margin-bottom: 10px;
}

.catalog_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
}

.pay_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #3c3c3c;
}

.pay_page .header-filter {
    background: #f1f2f5;
    padding: 40px;
    margin-bottom: 20px;
}

.pay_page .find-buttom {
    border: 1px solid #241d37;
    border-radius: 4px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    height: 34px;
    background: none;
    background: #fbb738;
}

.pay_page .payment-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    height: 34px;
    background: none;
    background: #fbb738;
}

.pay_page .line-buttom2 {
    border-bottom: 1px dashed #f1f2f5;
    margin: 20px 0;
}

.pay_page .t2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #241d37;
    margin-bottom: 10px;
}

.pay_page .t3 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.pay_page .box-tovar {
    background: #f1f2f5;
    padding: 30px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.pay_page .box-top {
    padding: 5px 0 0 90px;
    width: 100%;
    display: inline-block;
    min-height: 70px;
}

.pay_page .box-buttom {
    width: 100%;
    display: inline-block;
}

.pay_page .box-pict {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 45px;
}

.pay_page .box-pict img {
    width: 100%;
}

.pay_page .box1 {
    min-height: 60px;
    padding: 5px 0 0 30px;
    float: left;
}

.pay_page .name {
    margin-bottom: 10px;
}

.pay_page .name a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.pay_page .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    float: left;
}

.pay_page .easy2 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #000;
}

.pay_page .easy3 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 20px;
}

.pay_page .easy3 a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #241d37;
    text-decoration: underline;
}

.pay_page .line-buttom {
    border-bottom: 1px solid #f1f2f5;
    margin: 10px 0;
}

.pay_page .end {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 18px;
    color: #000;
    padding-top: 5px;
}

.catalog2_page {
    padding-bottom: 50px;
}

.catalog2_page .t2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 22px;
    color: #666;
}

.catalog2_page .box-catalog {
    margin-top: 20px;
    border: 1px solid #f1f2f5;
}

.catalog2_page .box-pict {
    width: 100%;
}

.catalog2_page .box-pict img {
    max-width: 100%;
    max-height: 90px;
}

/*.catalog2_page .box-article {
    padding-top: 10px;
    height: 70px;
}*/
.catalog2_page .box-article a.name {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.catalog2_page .box-article p.article {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
    padding-top: 5px;
    margin-bottom: 0;
}

/*.catalog2_page .box-easy {
    padding-top: 25px;
    height: 70px;
}*/
.box-catalog-half {
    display: table;
}

.box-catalog-half .row {
    display: table-row;
}

.box-catalog-half .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 15px 15px;
}

.box-catalog-half .row > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: 22%;
}

.catalog2_page .modal-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    position: absolute;
    top: 54px;
    right: 0;
}

.catalog2_page .box-easy:after {
    display: block;
    content: '';
    clear: both;
}

.catalog2_page .have td {
    padding: 0 4px 0 0;
}

.catalog2_page .box-easy p.have {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #55a723;
    margin: 0;
}

.catalog2_page .box-easy p.fail {
    color: #e61212;
}

.catalog2_page .box-easy p.fail .icon-ok {
    background-image: url('image/icon/icon_not_ok.png');
}

.catalog2_page .box-easy p.price,
.catalog2_page .box-easy p.razmer {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.catalog2_page .box-easy p.priceDiscount,
.catalog2_page .box-easy p.priceSingle {
    margin: 0;
}

.catalog2_page .box-easy p.priceBase {
    color: #666;
    font-size: 14px;
    text-decoration: line-through;
}

.icon-ok {
    background: url("image/icon/icon_ok.png") no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.catalog2_page .box-easy .minus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #b75f1e;
    text-decoration: none;
    margin-top: -15px;
    margin-right: 10px;
    float: left;
}

.catalog2_page .box-easy .kolvo {
    background: url("image/icon/bg_kolvo.png") no-repeat;
    width: 45px;
    height: 28px;
    float: left;
    text-align: center;
    padding-top: 4px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    margin-top: -5px;
}

.catalog2_page .box-easy .plus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #55a723;
    text-decoration: none;
    margin-top: -15px;
    margin-right: 10px;
    float: left;
}

.catalog2_page .box-easy p.text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.catalog2_page .box-easy .cart {
    background: url("image/icon/icon_cart.png") no-repeat;
    width: 24px;
    height: 24px;
}

.menu-link {
    background: url("image/icon/bg_menu_link.png") repeat-x;
    height: 38px;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
}

.menu-link p.easy-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 3px;
}

.menu-link a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #241d37;
    float: left;
    text-decoration: underline;
    margin-right: 10px;
}

.menu-link a:hover {
    text-decoration: none;
}

.menu-link .sepa {
    height: 20px;
    border-left: 1px solid #d4d3d0;
    border-right: 1px solid #fff;
    float: left;
    margin-right: 10px;
}

.item_card_page .modal-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    float: right;
}

.item_card_page .modal-buttom:hover {
    color: #333;
}

.fotorama--fullscreen,
.fotorama__img {
    max-height: 407px !important;
}

.item_card_page .box-right-top {
    width: 100%;
    background: #f1f2f5;
    padding: 20px;
}

.item_card_page .box-right-top p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.item_card_page .box-right-top p.have {
    color: #55a723;
    font-family: "DINPro-Bold", sans-serif;
}

.item_card_page .box-right-top p.fail {
    color: #e61212;
}

.item_card_page .box-right-top p.fail .icon-ok {
    background-image: url('image/icon/icon_not_ok.png');
}

.item_card_page .icon-ok {
    margin: 0;
}

.item_card_page .box-right-top div.have p {
    margin: 0;
}

.item_card_page .box-right-top div.have .footer-text-phone {
    font-family: "DINPro-Bold", sans-serif;
}

.item_card_page .box-right-top p.easy span {
    font-family: "DINPro-Bold", sans-serif;
}

.item_card_page .box-right-top p.easy2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #000;
    text-align: right;
}

.item_card_page .box-right-top p.priceBase {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
}

.item_card_page .box-right-top p.price {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 20px;
    color: #000;
    text-align: right;
}

.item_card_page .box-right-top p.price span {
    font-family: "DINPro-Bold", sans-serif;
}

.item_card_page .box-right-top .minus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #b75f1e;
    text-decoration: none;
    margin-top: -15px;
    margin-right: 10px;
    float: left;
    width: 14px;
}

.item_card_page .box-right-top .kolvo {
    width: 50px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #f1f2f5;
    margin-top: -10px;
}

.item_card_page .box-right-top .kolvo:first-child {
    margin-left: 24px;
}

.item_card_page .box-right-top .plus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #55a723;
    text-decoration: none;
    margin-top: -15px;
    margin-right: 10px;
    float: left;
}

.item_card_page .box-right-top .box-position {
    border-top: 1px solid #d4d3d0;
    border-bottom: 1px solid #d4d3d0;
    padding: 20px 0;
}

.item_card_page .box-right-top .box-position:after {
    display: block;
    content: '';
    clear: both;
}

.item_card_page .box-right-top .box-position p {
    margin: 0;
}

.item_card_page .box-right-top .tematika {
    width: 50px;
    height: 35px;
    margin-left: 24px;
}

.col1 {
    float: left;
    width: 40%;
}

.col2 {
    float: left;
    width: 30%;
}

.item_card_page .box-right-bottom {
    background: #f1f2f5;
    border-top: 1px solid #f1f2f5;
    padding: 20px;
}

.item_card_page .box-right-bottom:after {
    display: block;
    content: '';
    clear: both;
}

.item_card_page .box-right-bottom .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
}

.item_card_page .box-right-bottom .link-buttom:hover {
    color: #333;
}

.item_card_page .box-right-bottom a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
    float: right;
    margin-left: 20px;
}

.item_card_page .box-right-bottom a:hover {
    text-decoration: none;
}

.basket-animate-element {
    position: absolute;
    z-index: 10;
    opacity: .3;
    display: table;
    width: 180px;
    height: 178px;
}

.basket-animate-element-new {
    position: absolute;
    z-index: 10;
    opacity: 1;
    display: table;
    width: 180px;
    height: 178px;
    background-repeat: no-repeat !important;
    background-position: 0 50% !important;
    background-size: contain !important;
}

.basket-animate-element img {
    max-width: 152px;
    max-height: 152px;
}

.basket-animate-element > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.item_card_page .item-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #666;
}

.item_card_page .box-opis {
    border-top: 1px dashed #d4d3d0;
    padding: 20px 0;
    margin-top: 30px;
}

.item_card_page .box-opis .title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
}

.item_card_page .box-opis .easy-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #000;
}

.item_card_page .box-position1 {
    background: #f1f2f5;
    padding: 50px;
}

.item_card_page .box-position2 {
    padding: 25px 50px;
}

.item_card_page .box-position1 .title,
.item_card_page .box-position2 .title,
.catalog2_page .box-position2 .title {
    text-align: center;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 22px;
    color: #000;
}

.item_card_page .box_under {
    margin-top: 25px;
}

.item_card_page a.link,
.col_card_page a.link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.item_card_page a.link:hover {
    text-decoration: none;
}

.item_card_page p.easy,
.col_card_page p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.item_card_page p.metr {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
}

.item_card_page p.metr span {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.item_card_page p.priceBase {
    text-decoration: line-through;
    color: #666;
    margin-top: 1px;
}

.item_card_page p.priceBase span {
    font-size: 14px;
    margin-left: 10px;
}

.item_card_page .box-position1 img,
.item_card_page .box-position2 img {
    max-width: 100%;
    max-height: 238px;
}

.item_card_page .box-position1 .line {
    border-bottom: 1px solid #d4d3d0;
    margin: 10px 0 25px;
}

.cont2 .title-heading {
    background: url("image/icon/filtr-mob.png") top center repeat-x;
    min-height: 66px;
    padding: 10px 15px;
    width: 100%;
}

.cont2 a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.cont2 .point {
    background: url("image/icon/filtr-mob-btn.png") no-repeat;
    width: 54px;
    height: 54px;
    float: right;
    margin-top: -43px;
}

.cont2 .menu-link {
    background: url("image/icon/bg_menu_link.png");
    border-radius: 3px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    background-size: cover;
    margin-top: -30px;
}

.cont2 .menu-link .item1 {
    height: 100%;
}

.cont2 .menu-link p.easy-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    float: left;
    margin-right: 3px;
}

.cont2 .menu-link p.easy-text img {
    margin-top: 5px;
}

.cont2 .menu-link a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #241d37;
    float: right;
    text-decoration: underline;
    margin-right: 10px;
    margin-left: 5px;
}

.cont2 .menu-link .sepa {
    height: 20px;
    border-left: 1px solid #f1f2f5;
    border-right: 1px solid #fff;
    float: left;
    margin-right: 10px;
}

.cont2 p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.cont2 p.easy span {
    font-family: "DINPro-Bold", sans-serif;
}

.cont2 .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    width: 30%;
    float: left;
    margin-right: 5%;
    white-space: normal;
}

.panel .obj .col-xs-12 {
    display: flex;
    align-items: center;
}

.cont2 a.cart,
.cont2 a.buy {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    display: inline-block;
    text-decoration: none;
    width: 30%;
    text-align: center;
    float: left;
}

.cont2 a.cart {
    text-decoration: underline;
    margin-right: 5%;
}

.cont2 a.buy {
    border: 1px solid #FA5151;
    border-radius: 4px;
    background: #FA5151;
    color: #fff;
    padding: 1px 10px 3px 10px;
}

.cont2 img {
    max-width: 100%;
}

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

.cont2 .link-buttom2 {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    color: #241d37;
    text-transform: uppercase;
    padding: 4px 10px;
    margin: 10px 5%;
    width: 90%;
}

.cont2 .link-up {
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    color: #241d37;
    text-transform: uppercase;
    padding: 4px 10px;
    margin: 10px 5%;
    width: 90%;
}

.cont2 .icon-up {
    display: inline-block;
    background: url("image/icon/icon_up.png") no-repeat;
    width: 16px;
    height: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.card_collection_page .usligi-pict:nth-child(4n) {
    clear: right;
}

.card_collection_page .usligi-pict:nth-child(4n+1) {
    clear: left;
}

.card_collection_page .box-right-top p.title2 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #000;
}

.card_collection_page .modal-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    position: relative;
    top: 35px;
    text-transform: uppercase;
    padding: 4px 10px;
    float: right;
}

.card_collection_page .modal-buttom-m,
.catalog2_page .modal-buttom-m {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-left: 6px;
    margin-top: 14px;
}

.m-sample__fav {
    margin-top: 14px;
    margin-bottom: 20px;
    margin-left: 32px;
    display: block;
    position: relative;
    cursor: pointer;
}

.m-sample__fav:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: -26px;
    background: url(../img/favorite-del.svg) no-repeat;
}

.m-sample__fav.fav-add:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: -26px;
    background: url(../img/favorite-add.svg) no-repeat;
}

.header-top__fav-link {
    float: right;
    padding-top: 15px;
    position: relative;
}

.header-top__fav.count:before {
    background: url(../img/favorite-head-count.svg) no-repeat;
}

.header-top__fav:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: -50px;
    background: url(../img/favorite-head.svg) no-repeat;
}

.header-top__fav-count {
    background: #b0b0b0;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: -34px;
    box-shadow: 0px 0px 0px 2px #fff;
}

.header-top__fav-count.count {
    background: #FBB537;
}

.usligi-pict__close {
    cursor: pointer;
}

.usligi-pict__close_collect {
    cursor: pointer;
}

.usligi-pict__close:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: -12px;
    right: 0;
    background: url('image/favorite-close.svg') no-repeat;
}

.usligi-pict__close_collect:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: -12px;
    right: 0;
    background: url('image/favorite-close.svg') no-repeat;
}

.usligi-pict__close:hover {
    opacity: 0.5;
}

.card_collection_page .modal-buttom:hover {
    color: #333;
}

.card_collection_page .box-right-top {
    width: 100%;
    background: #f1f2f5;
    padding: 20px 35px;
}

.card_collection_page .box-right-top.mobil {
    padding: 10px;
}

.card_collection_page .box-right-top .back {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #f1f2f5;
}

.card_collection_page .box-right-top .easy-text-table {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #000;
}

.card_collection_page .box-right-top .easy-text-table span {
    font-family: "DINPro-Bold", sans-serif;
}

.card_collection_page .item-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 13px;
    color: #666;
}

.card_collection_page .box-position1 {
    background: #f1f2f5;
    padding: 25px 50px 50px;
}

.card_collection_page .box-position2 {
    padding: 50px;
}

.card_collection_page .box-position1 .title,
.card_collection_page .box-position2 .title {
    text-align: center;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 22px;
    color: #000;
}

.card_collection_page .box_under {
    margin-top: 25px;
}

.card_collection_page a.link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.card_collection_page a.link:hover {
    text-decoration: none;
}

.card_collection_page p.easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.usligi-pict p.metr {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    float: left;
}

.usligi-pict p.metr span {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.usligi-pict p.priceBase {
    text-decoration: line-through;
    color: #666;
    margin-top: 1px;
}

.usligi-pict p.priceBase span {
    font-size: 14px;
    margin-left: 10px;
}

.card_collection_page .box-position1 img,
.card_collection_page .box-position2 img {
    max-width: 100%;
    max-height: 238px;
}

.card_collection_page .box-position1 .line {
    border-bottom: 1px solid #f1f2f5;
    margin: 0 0 25px 0;
}

.card_collection_page .box-opis {
    background: #f1f2f5;
    padding: 50px;
}

.card_collection_page .box-opis .title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
    max-width: 100% !important;
    float: none !important;
}

.card_collection_page .box-opis .easy-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #000;
}

.card_collection_page .cart {
    background: url("image/icon/icon_cart.png") no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: -5px;
}

.cart_page .errortext {
    margin-top: 20px;
    display: block;
}

.cart_page .box-inner {
    background: #f1f2f5;
    padding: 20px;
}

.cart_page .box-inner .line-white {
    border-bottom: 1px solid #fff;
    margin: 30px -20px;
}

.cart_page .box-inner2 {
    background: #e3e4e7;
    /*padding: 40px 20px 40px 20px;*/
    padding: 20px 20px 40px 20px;
    margin: -1px -20px -20px -20px;
}

.cart_page .box-inner2:after {
    display: block;
    content: '';
    clear: both;
}

.bx_ordercart_coupon .bx_ordercart_coupon_notes {
    display: inline-block;
}

.bx_ordercart_coupon .cart-coupon-code {
    display: inline-block;
}

.bx_ordercart_coupon .cart-coupon-code.bad {
    color: #e61212;
}

.bx_ordercart_coupon .cart-coupon-code.good {
    color: #55a723;
}

.cart_page .box-inner3 {
    padding-top: 20px;
}

.cart_page .box-inner2 .itogo {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 24px;
    color: #000;
    margin-right: 30px;
    float: right;
}

.cart_page .box-inner2 .buttom-media {
    float: right;
}

.cart_page .box-inner3 .itogo2 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 24px;
    color: #000;
}

.cart_page .box-inner3 .itogo2-text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}

.cart_page .box-inner2 .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
}

.cart_page .box-inner2 .link-buttom:hover {
    color: #333;
}

.cart_page .box-inner3 .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    margin-top: 20px;
}

.cart_page .box-inner3 .link-buttom:hover {
    color: #333;
}

.cart_page .box-inner4 .link-buttom {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    margin-top: 20px;
}

.cart_page .box-inner4 .link-buttom:hover {
    color: #333;
}

.cart_page .header-top-table {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 14px;
    color: #000;
    padding: 20px 0;
}

.cart_page .header-top-table2 {
    padding: 20px 0;
}

.cart_page .line-top {
    border-bottom: 1px solid #d4d3d0;
}

.cart_page .line-top2 {
    border-bottom: 1px solid #fff;
}

.cart_page .article {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
}

.cart_page .article a {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #241d37;
    text-decoration: underline;
}

.cart_page .article a:hover {
    text-decoration: none;
}

.cart_page .price {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 18px;
    color: #000;
}

.cart_page .box-inner img {
    max-width: 100%;
    max-height: 154px;
}

.cart_page .box {
    display: table;
}

.delayed_add {
    color: #000;
}

.delayed_add:hover {
    color: #333;
}

.cart_page .box img {
    width: 16px;
    margin-top: -10px;
}

.cart_page .minus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #b75f1e;
    text-decoration: none;
    margin-top: -5px;
    margin-right: 10px;
    float: left;
}

.cart_page .kolvo {
    width: 50px;
    height: 35px;
    float: left;
    text-align: center;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #f1f2f5;
}

.cart_page .plus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #55a723;
    text-decoration: none;
    margin-top: -5px;
    margin-right: 10px;
    float: left;
}

.cart_page .unit {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #000;
    padding-top: 8px;
}

.cart_page .title2 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    color: #000;
}

.cart_page .label-text2 {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}

.cart_page .label-text2 span {
    color: #e61212;
}

.cart_page .label-text2 .label-box {
    border-radius: 2px;
    background: #ddd;
    display: inline-block;
    padding: 5px;
    margin-left: 26px;
}

.order-radio-input {
    width: 40%;
    float: right;
}

.order-radio-input input {
    height: 30px;
}

.cart_page .label-text2 .label-box span {
    font-family: "DINPro-Bold", sans-serif;
    color: #000;
}

.cart_page input[type="checkbox"] {
    display: none;
}

.cart_page input[type="checkbox"] + label {
    color: #000;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 1rem;
    margin-right: 20px;
    /*width: 130px;*/
}

.cart_page input[type="checkbox"] + label a {
    color: #FFAB1D;
    font-size: 1rem;
}

.cart_page input[type="checkbox"] + label a:hover {
    text-decoration: none;
}

.cart_page input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url("image/icon/check.png") left top no-repeat;
    cursor: pointer;
}

.cart_page input[type="checkbox"]:checked + label span {
    background: url("image/icon/check.png") -20px top no-repeat;
}

.cart_page input[type="radio"] {
    display: none;
}

.cart_page input[type="radio"] + label {
    margin-right: 0;
}

.cart_page input[type="radio"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url("image/icon/check2.png") right top no-repeat;
    cursor: pointer;
}

.cart_page input[type="radio"]:checked + label span {
    background: url("image/icon/check2.png") left top no-repeat;
}

.cart_page .done-title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
}

.cart_page .done-title a {
    color: #000;
}

.cart_page .done-title span {
    font-family: "DINPro-Bold", sans-serif;
}

.cart_page p.done-easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
}

.cart_page p.done-easy span {
    font-family: "DINPro-Bold", sans-serif;
}

.cart_page input[type="checkbox"] + label.new-checkboxes_red,
.cart_page input[type="checkbox"] + label.new-checkboxes_red a {
    color: #D00000;
}

.icon-print {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("image/icon/icon_print.png") no-repeat;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    background-color: #f1f2f5;
    border: 0;
    border-radius: 0;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 18px;
}

.nav > li > a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 18px;
    color: #666;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #f1f2f5;
    border-bottom: 1px solid #f1f2f5;
}

.opt_page .box-inner {
    background: #f1f2f5;
    padding: 20px;
}

.opt_page .box-inner-country {
    background: #f1f2f5;
    padding: 0 20px 20px 20px;
}

.opt_page .box-inner-country .tab-country {
    color: #000;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.opt_page .box-inner-country .country-list {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}

.opt_page .box-inner-country .country-list p {
    font-family: "DINPro-Bold", sans-serif;
    margin: 0;
}

.opt_page .box-inner-country .country-list a {
    text-decoration: underline;
    color: #000;
}

.opt_page .box-inner .multicolom {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    column-gap: 20px;
}

.opt_page .box-inner .multicolom a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    text-decoration: underline;
    text-transform: uppercase;
}

.collections-catalog-placeholder {
    position: absolute;
    width: calc(100% - 30px);
    max-width: 198px;
    height: 198px;
    z-index: 20;
}

.collections-catalog-placeholder img {
    width: 100%;
}

.collections-catalog-placeholder.inactive {
    z-index: 0;
}

.collections-catalog-gallery {
    /*width: 100%;*/
    width: 198px;
    height: 198px;
}

.gallery-container {
    position: relative;
}

a.gallery-zoom-link {
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: calc(100% - 64px);
    min-height: 396px;
    z-index: 10;
    cursor: pointer;
}

.gallery-container .fotorama__stage {
    height: 396px !important;
}

/*.gallery-container .fotorama__stage__shaft{
    display: table;
}
.gallery-container .fotorama__stage__frame{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: static !important;
}
.gallery-container .fotorama__img{
    position: static !important;
}*/
.gallery-container .fotorama__stage .fotorama__img {
    /*top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;*/
}

.gallery-container-collections .fotorama__stage .fotorama__img {
    top: 0 !important;
    left: 0 !important;
    margin: 0 auto;
    /*  width: 555px !important;
  height: 396px !important;
*/
}

.gallery-zoom-link .zoom {
    background: url("image/icon/zoom72.png") no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 5000;
    right: 55px;
    top: 10px;
    opacity: .3;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99990;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    text-align: center;
    width: 50%;
    height: 70%;
    position: relative;
    margin: 5% auto;
}

.modalDialog > div img {
    margin: 0 auto;
    width: 100%;
}

.closed {
    position: absolute;
    right: -40px;
    top: -40px;
    background: url("image/icon/icon_close2.png") no-repeat left;
    width: 32px;
    height: 32px;
}

.closed:hover {
    background: url("image/icon/icon_close2.png") no-repeat right;
}

.arrow_box {
    position: absolute;
    background: #f1f2f5;
    border-radius: 4px;
    box-shadow: 5px 5px 5px 0 rgba(50, 50, 50, 0.5);
    padding: 25px 15px 15px;
    width: 210px;
    z-index: 200;
    border: 1px solid #f1f2f5;
    display: none;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-bottom-color: #f1f2f5;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-bottom-color: #f1f2f5;
    border-width: 12px;
    margin-left: -12px;
}

hr.arrow-line {
    margin: 15px 0 10px 0;
}

.arrow_box .link-buttom {
    border: 1px solid #fbb738;
    width: 100%;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
}

.arrow_box .range {
    padding: 0 20px;
}

.quantity .plus,
.quantity .minus {
    cursor: pointer;
}

.quantity input {
    width: 100%;
    background: transparent;
    padding: 0 5px;
    text-align: center;
    border: none;
    height: 35px;
}

.regblock {
    /*float: left;*/
    width: 100%;
    max-width: 405px;
}

.regblock__content__form label {
    font-size: 15px;
    font-family: "DINPro-Regular", sans-serif;
}

.regblock__form_control {
    height: 40px;
    border: 1px solid #d4d3d0;
}

.regblock__form_control:focus {
    border-color: #fbb738;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 183, 56, 0.6);
}

.regblock__form_btn {
    background: #fbb738;
    height: 40px;
    width: 175px;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fccc44;
    margin-top: 25px;
    color: #000;
}

.regblock__form_btn span {
    background: url("image/icon/regblock__form_btn.png") no-repeat;
    width: 5px;
    height: 8px;
    position: relative;
    margin-left: 5px;
    margin-top: 8px;
    display: inline-block;
}

.form__title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 22px;
}

.regblock_right {
    float: left;
    width: 405px;
    margin-bottom: 30px;
}

.bx_my_order_switch,
.bx_order_make {
    margin-bottom: 30px;
}

.regblock_right_all {
    margin-left: 230px;
    overflow: hidden;
}

.regblock__tabs__fon {
    background: #f1f2f5;
    border-radius: 4px;
    border-top-color: #f1f2f5;
    border: 1px;
    padding: 4px;
}

.regblock__tabs__fon2 {
    display: inline-block;
}

.regblock__tabs__fon .nav-tabs > li > a:hover {
    border-color: transparent;
    background: none;
}

.regblock__tabs__fon .nav-tabs > li.active {
    border-radius: 4px;
    height: 46px;
    background: #fbb738;
    background: -moz-linear-gradient(90deg, #fcc845 0%, #faa42a 100%);
    background: -webkit-linear-gradient(90deg, #fcc845 0%, #faa42a 100%);
    background: -ms-linear-gradient(90deg, #fcc845 0%, #faa42a 100%);
    background: linear-gradient(180deg, #fcc845 0%, #faa42a 100%);
}

.tabs_one {
    width: 255px;
}

.tabs_two {
    width: 141px;
}

.regblock__tabs__fon .nav-tabs > li.active > a {
    background: none;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 18px;
    text-shadow: 1px 1px 0 #fccc44;
}

.regblock__tabs__content {
    padding-top: 20px;
}

.regblock__tabs__content__form label {
    font-size: 15px;
    font-family: "DINPro-Regular", sans-serif;
}

.regblock__tabs__content__form label span {
    color: #e61212;
}

.regblock__tabs__text {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
}

.regblock__tabs__table {
    width: 100%;
    margin-top: 10px;
}

.regblock__tabs__table td {
    padding: 15px 0;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    vertical-align: top;
}

.regblock__tabs__table__head td {
    border-bottom: 1px solid #f1f2f5;
    font-family: 'DINPro-Bold', sans-serif;
}

.regblock__tabs__table a {
    font-size: 14px;
    color: #241d37;
    text-decoration: underline;
}

.regblock__tabs__table a:hover {
    text-decoration: none;
}

.regblock__tabs__link {
    color: #000;
    background: #fbb738;
    height: 40px;
    width: 120px;
    text-align: center;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fccc44;
    line-height: 40px;
    border-radius: 4px;
    display: inline-block;
    float: right;
    margin-top: 25px;
}

.regblock__tabs__link:hover,
.regblock__tabs__link:active,
.regblock__tabs__link:focus {
    text-decoration: none;
    color: #000;
}

.regblock__tabs__link span {
    background: url("image/icon/regblock__form_btn.png") no-repeat;
    width: 5px;
    height: 8px;
    position: relative;
    margin-left: 5px;
    margin-top: 8px;
    display: inline-block;
}

.regblock__tabs__content__form2 label {
    font-size: 15px;
    font-family: "DINPro-Regular", sans-serif;
    line-height: 40px;
}

.regblock__tabs__content__form2 label span {
    color: #e61212;
}

.regblock__form-group {
    margin-bottom: 8px;
}

hr.line-form-sep {
    margin-top: 32px;
    margin-bottom: 40px;
}

.regblock__form_btn2 {
    background: #fbb738;
    height: 40px;
    width: 125px;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fccc44;
    float: right;
}

.regblock__form_btn2 span {
    background: url("image/icon/regblock__form_btn.png") no-repeat;
    width: 5px;
    height: 8px;
    position: relative;
    margin-left: 5px;
    margin-top: 8px;
    display: inline-block;
}

.lc_left {
    float: left;
    width: 200px;
    margin-right: 30px;
}

.lc_left + .right a {
    color: #000;
    text-decoration: underline;
}

.lc_left + .right a:hover {
    text-decoration: none;
}

.bx_my_order_cancel {
    margin-top: 30px;
    width: 75%;
}

.bx_my_order_cancel input[type='submit'] {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
}

.bx_my_order_cancel input[type='submit']:hover {
    color: #333;
}

textarea[name='REASON_CANCELED'] {
    width: 304px;
    height: 132px;
    resize: vertical;
    margin-top: 6px;
}

.lc_left_box {
    background: #f1f2f5;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.lc_left_box_p,
.lc_left_box_p:hover,
.lc_left_box_p:active {
    font-family: "DINPro-Bold", sans-serif;
    color: #000;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.lc_left_box_p span {
    background: url("image/icon/icon_show_2.png") no-repeat;
    width: 7px;
    height: 4px;
    position: absolute;
    right: 15px;
    top: 25px;
}

.lc_left_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.lc_left_box ul li {
    padding-top: 10px;
}

.lc_left_box ul li.selected a {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
}

.lc_left_box ul li a {
    color: #241d37;
    text-decoration: underline;
    font-size: 14px;
    font-family: "DINPro-Regular", sans-serif;
    cursor: pointer;
}

.lc_left_box ul li a:hover {
    text-decoration: none;
}

.order_status {
    /*margin-left: 230px;*/
    overflow: hidden;
}

.order_status__box {
    border: 1px solid #f1f2f5;
    padding: 25px;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.order_status__box__left {
    width: 65%;
    float: left;
    height: 100%;
}

.order_status__box__left a {
    color: #000;
    text-decoration: underline;
}

.order_status__box__left a:hover {
    text-decoration: none;
}

.box__left_title {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.box__left_title2 {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 14px;
    margin: 40px 0 0;
    padding: 0;
}

.box__left_easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.order_status__box__right {
    width: 35%;
    float: left;
    text-align: right;
}

.box__right__statusname {
    border: 1px solid #55a723;
    font-family: "DINPro-Bold", sans-serif;
    color: #55a723;
    font-size: 14px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 25px;
    float: right;
}

.box__right__statusname.cancelled {
    border-color: #000;
    color: #000;
}

.box__right__links {
    display: inline-block;
    text-align: left;
    clear: right;
    float: right;
}

.box__right__link {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 16px;
    color: #7B7786;
    line-height: 25px;
}

.box__right__link:hover {
    text-decoration: none;
    color: #241d37;
}

.box__right__link span.repeat,
.box__right__link span.cancel {
    background: url("image/repeat.png") no-repeat 50% 50%;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    display: inline-block;
}

.box__right__link span.cancel {
    background: url("image/closecir.png") no-repeat 50% 50%;
    background-size: contain;
}

.box__right__more {
    color: #000;
    background: #fbb738;
    height: 40px;
    width: 120px;
    text-align: center;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fccc44;
    float: right;
    line-height: 40px;
    border-radius: 4px;
    clear: both;
    margin-top: 30px;
}

.box__right__more:hover,
.box__right__more:active,
.box__right__more:focus {
    text-decoration: none;
    color: #333;
}

.box__right__more span {
    background: url("image/icon/regblock__form_btn.png") no-repeat;
    width: 5px;
    height: 8px;
    position: relative;
    margin-left: 5px;
    margin-top: 8px;
    display: inline-block;
}

.bx_mo_link {
    color: #000;
    text-decoration: underline;
}

.bx_mo_link:hover {
    color: #000;
    text-decoration: none;
}

.order_detail {
    /*margin-left: 230px;*/
    overflow: hidden;
}

.order_detail a {
    color: #000;
    text-decoration: underline;
}

.order_detail a:hover {
    text-decoration: none;
}

.order_detail__title {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
}

.order_detail__easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 0 35px;
    padding: 0;
    line-height: 26px;
}

.order_detail__link,
.order_detail__link:hover,
.order_detail__link:active {
    color: #241d37;
    text-decoration: underline;
}

.order_detail__table {
    width: 100%;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
}

.order_detail__table td {
    padding: 10px 0;
}

.order_detail__table__header {
    border-bottom: 1px solid #c6c6c6;
    font-family: 'DINPro-Bold', sans-serif;
}

.order_detail__table__sep {
    background: #f2f2f2;
}

.regblock_main {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.search-query {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px !important;
    color: #666;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search-query:focus {
    border-color: #66afe9 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.search-result {
    margin-top: 20px !important;
}

.subscribe-edit {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
}

.subscribe-edit .title {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 16px;
}

.subscribe-edit a {
    color: black;
    text-decoration: underline;
}

.subscribe-edit a:hover {
    text-decoration: none;
}

.subscribe-edit input[type="text"] {
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    border: 1px solid #d4d3d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    margin-top: 5px;
}

.subscribe-edit input[type="text"]:focus {
    border-color: #fbb738;
    outline: 0;
}

.subscribe-edit input[type="submit"],
.subscribe-edit input[type="reset"] {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.subscribe-edit input[type="submit"]:hover,
.subscribe-edit input[type="reset"]:hover {
    color: #333;
}

.subscribe-edit input[type="reset"] {
    background: #f1f2f5;
    border-color: #f1f2f5;
}

.subscribe-edit input[type="checkbox"] {
    display: none;
}

.subscribe-edit input[type="checkbox"] + label {
    color: #000;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 5px;
}

.subscribe-edit input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url("image/icon/check.png") left top no-repeat;
    cursor: pointer;
}

.subscribe-edit input[type="checkbox"]:checked + label span {
    background: url("image/icon/check.png") -20px top no-repeat;
}

.subscribe-edit input[type="radio"] {
    display: none;
}

.subscribe-edit input[type="radio"] + label {
    margin-right: 0;
    margin-top: 5px;
}

.subscribe-edit input[type="radio"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url("image/icon/check2.png") right top no-repeat;
    cursor: pointer;
}

.subscribe-edit input[type="radio"]:checked + label {
    font-family: "DINPro-Bold", sans-serif;
}

.subscribe-edit input[type="radio"]:checked + label span {
    background: url("image/icon/check2.png") left top no-repeat;
}

.bx-auth,
form[name="form_auth"] {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
}

form[name="form_auth"] .fld {
    margin-bottom: 10px;
}

form[name="form_auth"] .fld label {
    width: 100px;
}

form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"] {
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 6px 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    border: 1px solid #d4d3d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-top: 5px;
}

form[name="form_auth"] input[type="text"]:focus,
form[name="form_auth"] input[type="password"]:focus {
    border-color: #fbb738;
    outline: 0;
}

form[name="form_auth"] input[type="checkbox"] {
    display: none;
}

form[name="form_auth"] input[type="checkbox"] + label {
    color: #000;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 5px;
}

form[name="form_auth"] input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url("image/icon/check.png") left top no-repeat;
    cursor: pointer;
}

form[name="form_auth"] input[type="checkbox"]:checked + label span {
    background: url("image/icon/check.png") -20px top no-repeat;
}

form[name="form_auth"] input[type="submit"] {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    margin-top: 20px;
    margin-right: 10px;
}

form[name="form_auth"] input[type="submit"]:hover {
    color: #333;
}

form[name="form_auth"] .forgotpassword {
    padding-left: 0 !important;
}

form[name="form_auth"] .forgotpassword a {
    color: black;
    text-decoration: underline;
    margin-right: 10px;
}

form[name="form_auth"] .forgotpassword a:hover {
    text-decoration: none;
}

.siteenter,
.serviceForm,
.password-message {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
}

.siteenter a {
    color: black;
    text-decoration: underline;
}

.siteenter a:hover {
    text-decoration: none;
}

.serviceForm input[type="text"],
.serviceForm input[type="password"] {
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 6px 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    border: 1px solid #f1f2f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-top: 5px;
}

.serviceForm input[type="text"]:focus {
    border-color: #fbb738;
    outline: 0;
}

.serviceForm .fld {
    margin-bottom: 10px;
}

.serviceForm .fld label {
    width: 168px;
}

.serviceForm input[type="submit"] {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    margin-right: 10px;
}

.search-page {
    margin-top: 30px;
}
.search-page.search-page-mobile{
    margin-bottom: 30px;
}
.search-page_component-mobile{
    display: none;
}

.search-page-form table {
    width: 500px;
}

.search-page input[name="q"] {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px !important;
    color: #666;
    display: inline-block;
    width: 20%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search-page input[name="q"]:focus {
    border-color: #66afe9 !important;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.search-page input[type="submit"] {
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
    height: 34px;
}

.search-advanced-result {
    padding: 0 12px;
    margin-bottom: 30px;
}

.search-result {
    margin: 0 !important;
}

.search-page-list .usligi-pict {
    margin-bottom: 30px;
}

.search-page-list .usligi-pict:nth-child(4n+1) {
    clear: left;
}

.search-page-list .usligi-pict .box_under {
    margin-top: 25px;
}

.search-page-list .usligi-pict .link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.search-page-list .usligi-pict .catalog-image-container {
    height: 198px;
    display: table;
    width: 198px;
}

.search-page-list .usligi-pict .catalog-image-container > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.search-page-list .usligi-pict .country-container {
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.search-page-list .usligi-pict img {
    max-width: 198px;
    max-height: 198px;
}

.panel .row {
    padding-top: 30px;
    padding-bottom: 25px;
}

.panel .usligi-pict2 {
    margin-bottom: 20px;
}

.modal-body .errortext {
    padding-left: 148px;
    display: block;
}

.modal-body .successWrap {
    padding-bottom: 30px;
    text-align: center;
}

.scrollup-button {
    bottom: -9999px;
    position: fixed;
    transition: opacity .5s ease;
    left: 50px;
    opacity: 0;
    padding-top: 34px;
    color: #bababa;
    cursor: pointer;
    font: 16px "DINPro-Bold", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1000;
}

.scrollup-button:before {
    content: url('image/header/icon_6.png');
    position: absolute;
    top: 0;
    left: 7px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.scrollup-button.fixed {
    bottom: 90px;
    opacity: 1;
}

.filtr .mobileForm {
    display: none;
}

/*Basket*/
.cart_page {
    padding-top: 20px;
}

.cart-tab-menu {
    width: 100%;
    position: absolute;
    top: -66px;
    left: 0;
    background: white;
    padding: 0 30px;
}

.cart-tab-menu:after {
    display: block;
    content: '';
    clear: both;
}

.cart-tab-menu-item {
    float: left;
    padding: 0 25px;
    cursor: pointer;
    text-align: center;
    /*font-size: 36px;*/
}

.cart-tab-menu-item.active {
    cursor: default;
    border-bottom: 4px solid #fbb738;
}

.cart-tab-menu-item:not(.active):hover {
    color: #fbb738;
}

.bx_ordercart .tab-content {
    display: none;
}

.bx_ordercart .tab-content.active {
    display: block;
}

.filter-price-button span {
    display: inline-block;
}

.filter-price-active-title {
    margin-right: 4px;
}

.filter-price-active-from-value,
.filter-price-active-to-value {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
}

.filter-price-active-small {
    font-size: 11px;
}

.sbSelector {
    line-height: 34px;
}

.bx_order_make textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    background-color: #fff;
    border: 1px solid #d4d3d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    resize: vertical;
}

.bx_order_make textarea:focus {
    border-color: #fbb738;
    outline: none;
}

.bx_order_make textarea[disabled],
.bx_order_make textarea[readonly] {
    cursor: not-allowed;
    background-color: #f1f2f5;
    opacity: 1;
    resize: none;
}

.bx_order_make textarea[disabled]:focus,
.bx_order_make textarea[readonly]:focus {
    border-color: #d4d3d0;
}

.extendedFilter .col-sm-4:first-child {
    position: absolute;
    top: -30px;
    right: 0;
    text-align: right;
}

.extendedFilter .col-sm-4 .text-box {
    height: auto;
    padding: 0;
}

.extendedFilter .col-sm-4 .text-box a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.extendedFilter .col-sm-4:not(:first-child) {
    display: none;
}

.range-input-label {
    position: absolute;
    z-index: 30;
    top: 19px;
    left: 25px;
}

.range-input-label-to {
    left: 122px;
}

.ui-widget-content {
    height: 0 !important;
    border: none !important;
}

.ui-slider-handle {
    width: 60% !important;
    text-align: left !important;
    padding-left: 33px;
    margin-left: -62px !important;
    left: 100% !important;
}

.ui-slider-handle:first-child {
    margin-left: -20px !important;
    left: 0 !important;
}

.sbOptions {
    z-index: 50 !important;
}

.empty-page {
    margin-top: 30px;
}

.filter-popup-toggler {
    position: relative;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #565656;
    background-color: #fff;
    border: 1px solid #e7e8ea;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.filter-popup-toggler:before {
    content: url(image/icon/select.png);
    position: absolute;
    display: block;
    top: 7px;
    right: 13px;
}

.filter-popup {
    display: none;
    position: absolute;
    z-index: 50;
    background: white;
    width: 165px;
    top: 35px;
    border: 2px solid #fbb738;
}

.filter-popup .checkbox {
    width: 100%;
    padding: 7px;
}

.filter-popup label {
    width: 100%;
    color: #565656;
}

.filter-popup label:hover {
    color: #fbb738;
}

.filter-popup input[type='checkbox'],
.filter-popup input[type='radio'] {
    display: none;
}

.filter-popup input[type='checkbox']:checked + label,
.filter-popup input[type='radio']:checked + label {
    color: #fbb738;
}

.filter-popup input[type='checkbox']:checked + label .filter-checkbox-color,
.filter-popup input[type='radio']:checked + label .filter-checkbox-color {
    outline: 2px solid #fbb738;
}

.filter-popup-inner {
    overflow-y: scroll;
    max-height: 250px;
}

.filter-popup-submit {
    height: 46px;
}

.filter-popup-button {
    border: 1px solid #fbb738;
    width: 86%;
    margin-left: 7%;
    margin-top: 10px;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 10px;
}

.filter-checkbox-color {
    width: 20px;
    height: 20px;
    float: left;
}

.filter-checkbox-text {
    display: block;
}

.color-checkbox .filter-checkbox-text {
    display: inline-block;
    float: right;
    width: calc(100% - 30px);
}

.registerLinks {
    margin-top: 20px;
}

.registerLinks a {
    color: black;
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
}

.registerLinks a:hover {
    text-decoration: none;
}

.why_do_we_buy {
    float: left;
    width: 50%;
}

.why_do_we_buy td {
    height: 100px;
}

.filter_switch_view_wrap {
    padding-top: 8px;
}

.switch_view_wrap {
    text-align: right;
    position: relative;
    height: 30px;
}

.switch_view_l {
    position: absolute;
    right: 111px;
    top: -6px;
}

.switch_view_r {
    position: absolute;
    right: -23px;
    top: -5px;
}

.switch_view.active, .switch_view:hover {
    border-bottom: none;
    color: #241d37;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    text-decoration: none;
    cursor: text
}

.collections-page-list, .elements-page-list {
    margin-top: 10px;
}

/*switcher*/
.onoffswitch {
    position: absolute;
    top: 4px;
    right: 71px;
    width: 51px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 23px;
    padding: 0;
    line-height: 23px;
    border: 2px solid #fdd16e4d;
    border-radius: 23px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    background: #fbb738 none repeat scroll 0 0;
    border: medium none;
    border-radius: 23px;
    bottom: 0;
    content: "";
    display: block;
    height: 21px;
    margin: 0;
    position: absolute;
    right: 28px;
    top: 1px;
    transition: all 0.3s ease-in 0s;
    width: 21px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #FFFFFF;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border: 2px solid #fdd16e4d;
    border-radius: 23px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

/*end switcher*/
.clear {
    clear: both;
}

.header-middle .box-right {
    position: static;
}

.obj .box-right-bottom .a_to_basket {
    border: 1px solid #FA5151;
    border-radius: 4px;
    background: #FA5151;
    color: #fff !important;
    font-family: "DINPro-Bold", sans-serif !important;
    padding: 1px 10px 3px 10px;
    text-decoration: none !important;
}

.obj .box-right-bottom .a_to_basket:hover {
    opacity: .9;
}
.footer-yandex-raiting{
    margin-top: 40px;
}
@media screen and (min-width: 992px) {
    .obj .box-right-bottom .a_product_delay {
        margin-top: 2px;
    }
}

.cart_page .box-inner2 .dis_itogo {
    margin-right: 20px;
    font-size: 16px;
}

.cart_page .box-inner2 .dis_itogo .through {
    text-decoration: line-through;
    margin-right: 5px;
}

.cart_page .box-inner2 .dis_itogo .red_sum {
    color: red;
    font-size: 21px;
}

#carousel_3 .item .span3 {
    width: 32%;
    margin-right: 2%;
}

#carousel_3 .item .span3 .thumbnail {
    padding: 0;
}

#carousel_3 .item .span3:last-child {
    margin-right: 0;
}

#carousel_3 .item .span3 img {
    width: 100%;
}

#carousel_3 .item .span3 span {
    display: block;
    padding: 5px 15px 5px 5px;
    width: 100%;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
    color: #241d37;
    margin: 10px;
    text-align: center;
}

.m-sharing {
    float: right;
}

.m-sharing-col {
    position: absolute;
    top: 18px;
    right: 16px;
}

.row.obj.m-collection-advantages {
    background: #FEF0D7;
    padding: 12px 6px;
}

.m-collection-advantages__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'DINPro-Regular';
}

.m-collection-advantages__img {
    display: inline-block;
}

.m-collection-advantages__img img {
    width: 36px;
}

.m-collection-advantages__item-text {
    margin-bottom: 0;
    margin-left: 10px;
}
.m-collection-advantages__ask_span{
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
    background: url("image/icon/askinew.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
}
.m-collection-advantages__ask_block{
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    z-index: 100;
    padding: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
}
.m-collection-advantages__ask_block ul{
    margin-bottom: 0;
}
.m-collection-advantages__ask_block:hover{
    display: block;
}
.m-collection-advantages__ask_block:before{
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -35px;
}
.m-collection-advantages__ask_span:hover + .m-collection-advantages__ask_block{
    display: block;
}
.row.obj.m-sample {
    background: #FEF0D7;
    /*min-height: 155px;*/
    min-height: 266px;
}

.row.obj.company-planeta-plitki {
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 10px;
    min-height: 110px;
}

.m-sample .sample-view {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 6px;
    margin-right: 6px;
}

.m-sample .sample-view-include {
    margin-top: 10px;
    margin-left: 28px;
}

.m-sample .sample-view a {
    color: #FBB537;
    text-decoration: underline;
}

.m-sample .nashli-deshevle {
    margin-bottom: 28px;
}

.m-sample .nashli-deshevle a {
    display: inline-block;
    background: #FBB537;
    color: #FFF;
    padding: 11px 62px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 3px;
    line-height: 1.2;
}

.m-sample p {
    /*margin-left: 28px;*/
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.m-sample .sample-view {
    /*margin-left: 28px;*/
    text-align: center;
}

.text-description {
    margin-left: 28px;
    margin-top: 10px;
}

.col-text-description {
    float: right;
}

.modal {
    z-index: 10000 !important;
}

/*.bottom_item_container .box-position {*/
/*position: relative;*/
/*max-width: 200px;*/
/*clear:both;*/
/*}*/
/*.bottom_item_container .box-position input.kolvo {*/
/*width: 50px;*/
/*height: 35px;*/
/*float: left;*/
/*text-align: center;*/
/*line-height: 35px;*/
/*font-family: "DINPro-Bold",sans-serif;*/
/*font-size: 16px;*/
/*color: #000;*/
/*margin-right: 10px;*/
/*background: #fff;*/
/*border: 1px solid #f1f2f5;*/
/*margin-top: -7px;*/
/*}*/
/*.bottom_item_container .box-position .m_block1 {*/
/*display: inline-block;*/
/*vertical-align:middle;*/
/*width:58%;*/
/*}*/
.bottom_item_container .box-position .m_block2 {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.bottom_item_container .box-position .minus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #b75f1e;
    text-decoration: none;
    margin-top: -15px;
    margin-right: 10px;
    float: left;
    width: 14px;
}

.bottom_item_container .box-position .plus {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 30px;
    color: #55a723;
    text-decoration: none;
    margin-top: -15px;
    margin-right: 10px;
    float: left;
}

.bottom_item_container .box-position .easy2 {
    font-weight: bold;
    font-size: 16px;
}

.bottom_item_container .product-basket-link {
    width: 50%;
    border-radius: 4px;
    background: linear-gradient(89.55deg, #F98B4D -0.05%, #FBB746 100.49%);
    color: #fff !important;
    font-family: "DINPro-Regular", sans-serif;
    padding: 7px 0px 5px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    display: block;
    text-align: center;
    font-size: 15px;
}

.bottom_item_container {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.characteristic-new-el-sht {
    width: 50%;
}

.box-position-npl-m2-elem {
    position: absolute;
    top: -25px;
    width: 80px;
    right: 0;
}

.box-position-npl-m2-elem:before {
    content: 'м2';
    position: absolute;
    top: 4px;
    left: 40px;
    font-size: 13px;
}

.bottom_item_container .box-position input.kolvo.kvm {
    width: 100%;
    border: none;
    outline: none;
}

/*.collection_item_container {*/
/*padding: 20px;*/
/*position: relative;*/
/*}*/
/*.usligi-pict .collection_item_container:hover {*/
/*!*background: #f1f2f5;*/
/*box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*-moz-box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*-o-box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);*!*/
/*background: #f1f2f5;*/
/*box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*-moz-box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*-o-box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);*/
/*}*/
.collection_item_container:hover .bottom_item_container {
    display: block;
    z-index: 999;
}

.main__fav-empty {
    margin-top: 20px;
}

.gallery-container-collections .soon-sale {
    color: #FFF;
    background: #742D7D;
    text-transform: uppercase;
    position: absolute;
    top: 403px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 8px;
    opacity: 0.8;
    font-size: 13px;
}

.gallery-container .fotorama__stage .fotorama__img {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.gallery.fotorama .fotorama__wrap {
    margin: 0 auto;
}

.modal.data-resolution {
    z-index: 10010 !important;
}

.cart_page .cart-info {
    background: #FAFFAF;
    padding: 10px;
    margin-bottom: 20px;
}

.advantages__item {
    padding: 10px 15px;
}

.advantages__item img {
    margin-right: 10px;
    min-height: 23px;
}

/*
.m-fotorama-center,
.m-fotorama-center .collections-catalog-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
.open-filter {
    display: block;
    background: url(image/icon/icon_filter.svg) no-repeat 95%;
    padding: 10px;
    text-decoration: none;
    color: #777;
    font-size: 22px;
    border: 1px solid #d0d0d2;
}

.open-filter.hide-below-block {
    border: 1px solid #d0d0d2;
}

.open-filter.show-below-block {
    border-bottom: none;
}

.menu-col-mob {
    border: 1px solid #d0d0d2;
    border-top: none;
}

.open-filter:hover,
.open-filter:focus {
    text-decoration: none;
    color: #777;
}

.price .header-filter-col {
    padding-left: 0;
}

.basket-fast-buy-block {
    clear: both;
    padding-top: 10px;
    text-align: right;
}

.basket-fast-buy-block .basket-fast-buy-btn {
    border: 2px solid #fbb738;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    width: 175px;
    text-align: center;
}

.basket-fast-buy-block .basket-fast-buy-btn:hover {
    color: #333;
    text-decoration: none;
}

#basket_fast_buy_form .basket-fast-buy-error {
    border: 1px solid red;
}

.basket-fast-buy-empty-fields {
    margin-bottom: 15px;
}

.basket-fast-buy-empty-fields p {
    color: red;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .manufacturers_page #brands {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 135px;
    }
}

#mobileFilter .mob-filter-prop-tsvettovar {
    background: url(image/icon/filtr-mob.png) top center repeat-x;
}

#mobileFilter .mob-filter-prop-tsvettovar .mobile-filter-popup-wrapper {
    margin: 0 auto;
    min-height: 66px;
    padding: 16px 0;
    width: 90%;
    position: relative;
}

#mobileFilter .mob-filter-prop-tsvettovar .mobile-filter-popup-toggler {
    color: #666;
    background-color: #fff;
    border: 1px solid #d4d3d0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 6px 7px;
    position: relative;
    text-align: center;
}

#mobileFilter .mob-filter-prop-tsvettovar .mobile-filter-popup-toggler:before {
    content: url(image/icon/select.png);
    position: absolute;
    display: block;
    top: 7px;
    right: 13px;
}

#mobileFilter .mob-filter-prop-tsvettovar .filter-popup {
    width: 100%;
    left: 0;
    top: 51px;
}

#mobileFilter .mob-filter-prop-tsvettovar .filter-popup-submit {
    height: 58px;
}

.name_mnf {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}

.brands-alphabet-content {
    padding: 10px 20px;
    background: #F1F2F5;
    display: flex;
    justify-content: space-between;
}

#brands {
    display: flex;
    flex-wrap: wrap;
}

.brands-alphabet {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*margin: 20px 0;*/
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-bottom: 40px;
}

.brands-alphabet a {
    color: #241d37;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2;
}

.brands-alphabet a:last-child {
    width: 60px;
}

.brands-alphabet a:hover,
.brands-alphabet a:focus {
    /*color: #fbb738;*/
    text-decoration: none;
}

.brands-alphabet .active {
    color: #fff;
    background: #63B039;
    border-radius: 50%;
}


.brands-alphabet span {
    color: #c0c0c0;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2;
}

.item_card_page .item-props, .col_card_page .item-props {
    margin-top: 10px;
}

.cart_page #oformlenie .order-make-delivery .label-text2 {
    height: auto;
}

.cart_page #oformlenie .order-make-paysystem {
    margin-top: 10px;
}

.cart_page #oformlenie .order-make-paysystem .label-text2 {
    height: auto;
}

.cart_page #oformlenie .sale-rules-block {
    margin-top: 20px;
}

.cart_page #oformlenie .sale-rules-line-top {
    margin-top: 20px;
}

.cart_page .sale-rules input[type="checkbox"] + label, .cart_page .sale-rules input[type="checkbox"] + label a {
    color: red;
}

.card_collection_page .menu-link-mobile {
    flex-direction: row;
    justify-content: space-between;
}

.card_collection_page .menu-link-mobile .links {
    display: flex;
    flex-direction: column;
}

.card_collection_page .menu-link-mobile .m-sample__fav {
    margin-top: 0;
    margin-bottom: 0;
}

.header-top__fav-link-mobile {
    display: inline-block;
    float: none;
    margin-left: 70px;
}

#oformlenie .cloudpayment-result, .order_detail .cloudpayment-result {
    color: #FA5151;
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 20px;
}

#oformlenie .cloudpayment-result.success-message, .order_detail .cloudpayment-result.success-message {
    color: #37b44a;
}

.order_detail .cloudpayment-result {
    margin-left: 0;
    font-size: 22px;
}

#paymentForm {
    margin-top: 20px;
    background-color: #fff;
    width: 340px;
    max-width: 100%;
    border: 2px solid #d4d3d0;
    border-radius: 15px;
    box-shadow: #d4d3d0 2px 2px 6px 1px;
}

#paymentForm #paymentContainer {
    padding: 25px;
}

#paymentForm .form-group {
    display: block;
    margin-bottom: 15px;
}

#paymentForm .form-group:last-child {
    margin-bottom: 0;
}

#paymentForm .form-group input {
    width: 100%;
}

#paymentForm .form-group input:focus {
    border-color: #fbb738;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(251, 183, 56, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(251, 183, 56, .6);
}

#paymentForm .form-group #cardHolderName {
    text-transform: uppercase;
}

#paymentForm .form-group .error-msg {
    color: red;
    font-size: 13px;
}

.paymentForm-personal-order-detail {
    margin-bottom: 35px;
}

.paymentForm-personal-order-detail .form-group .button {
    color: #fff;
    background: #fa5151;
    height: 40px;
    width: 120px;
    text-align: center;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0 #fa5151;
    line-height: 40px;
    border-radius: 4px;
    border: none;
}

.paymentForm-personal-order-detail .form-group .button:hover {
    color: #333;
}

.paymentForm-personal-order-detail .submit-wrapper {
    text-align: center;
}

#oformlenie .bx_order_make #payButton,
.order_detail #payButton,
.order_detail #payButton2 {
    border: none;
    border-radius: 4px;
    background: #53A72D;
    color: #fff !important;
    font-family: "DINPro-Bold", sans-serif !important;
    padding: 12px 20px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

#oformlenie .bx_order_make #payButton {
    margin-left: 20px;
    margin-bottom: 20px;
}


#oformlenie .bx_order_make #payButton:hover,
.order_detail #payButton:hover,
.order_detail #payButton2:hover {
    opacity: .9;
    cursor: pointer;
}

.order_status .pay-button {
    display: block;
    color: #fff;
    background: #63B039;
    font-family: 'DINPro-Bold', sans-serif;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 20px 10px;
}

.order_status .pay-button:hover {
    cursor: pointer;
}

.order_detail .order_detail_payed {
    background-color: #fa5151;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.main .title-block {
    position: relative;
}

.main .title-block .fav-print-but {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fbb738;
    border-radius: 4px;
    background: #fbb738;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    text-decoration: none;
}

.main .title-block .fav-print-but:hover {
    color: #333;
}

#Modal_sale_rules .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100%;
    margin: 0 auto;
    pointer-events: none;
}

#Modal_sale_rules .modal-dialog .modal-content {
    width: 100%;
    min-height: 150px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Modal_sale_rules .modal-dialog .modal-content .modal-body {
    color: red;
    font-size: 16px;
}

#Modal_sale_rules .modal-dialog .modal-content .close {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: lowercase;
    text-shadow: none;
    opacity: 1;
}

.cart_page #oformlenie .product-avail {
    color: red;
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
}

.d-none {
    display: none !important;
}


/*HEADER*/
header {
    width: 100%;
    background: #fff;
    height: auto;
}

.header-button {
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}

.header-button .pole1 {
    height: 100%;
    padding-top: 15px;
    float: right;
}

.personal-menu__p {
    position: relative;
    list-style: none;
}

.pole1__a_enter {
    color: #FFAB1D;
}

.pole1__a_enter:hover {
    color: #FFAB1D;
}

.hidden-personal-menu {
    position: absolute;
    top: 40px;
    background: #fff;
    display: none;
    right: 0;
    width: 180px;
    /*border: 1px solid #333;*/
    padding: 0 15px;
    z-index: 100;
    box-shadow: 0px 1px 10px 0px rgba(0, 1, 0, 0.2);
}

.hidden-personal-menu > li {
    list-style: none;
    padding: 5px 0;
}

.hidden-personal-menu > li > a {
    padding: 5px 0;
    color: #666;
    display: block;
}

.hidden-personal-menu > li > a:hover {
    color: #FFAB1D;
}

.hidden-personal-menu:before {
    content: "▲";
    position: absolute;
    left: 120px;
    top: -17px;
    display: inline-block;
    transform: scaleX(2);
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 1, 0, 0.1) 0px -3px 3px;
    font-size: 18px;
}

.hidden-personal-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 35px;
    background: transparent;
}

.personal-menu__p:hover > .hidden-personal-menu {
    display: block;
}

.header-button .menu-right {
    height: 55px;
    float: left;
    line-height: 55px;
}

.header-button .menu-right ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.header-button .menu-right li {
    float: left;
    padding: 0 0 0 20px;
}

.header-button .menu-right li:first-child {
    padding: 0;
}

.header-button .menu-right li a {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #241d37;
    text-decoration: none;
}

.header-middle {
    margin-bottom: 10px;
}

.header-middle .box-right {
    position: static;
}

.header-middle .logo {
    padding-top: 43px;
    float: left;
    margin-right: 30px;
    width: 150px;
    position: relative;
    z-index: 25;
}

.logo-image_new {
    width: 100%;
}

.header-middle .box-right {
    position: relative;
    width: 100%;
    /*z-index: 20;*/
}

.header-middle .search-form {
    width: 120px;
    float: left;
    padding-top: 48px;
    border-radius: 4px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    color: #666;
    margin-right: 0;
    padding-left: 0;
}

.header-middle .phone {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 22px;
    color: #000;
    float: left;
    padding-top: 40px;
    margin: 0 50px;
}

.header-phone-first__p {
    margin-right: 40px;
}

.header-phone_num {
    font-size: 20px;
    font-weight: bold;
}

.header-middle .phone span.add_text {
    display: block;
    font-size: 14px;
    margin: 0;
    color: #bbbbbb;
    font-family: "DINPro-Regular", sans-serif;
}

.header-middle .phone span.add_text.add_text_callback {
    color: #FFAB1D;
    display: flex !important;
    align-items: center;
}

.header-middle .phone span.add_text.add_text_callback:hover {
    cursor: pointer;
}

.header-searching-form {
    position: relative;
    margin: 0 auto;
    height: 42px;
}

.header-middle .form-control {
    padding: 20px;
    padding-right: 20px;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}

input.form-control1 {
    width: 0;
    padding: 6px 42px 6px 15px;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    background: transparent;
    transition: .4s cubic-bezier(0, 0.8, 0, 1);
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2;
}

input.form-control1:hover {
    cursor: pointer;
}

input.form-control1:focus {
    width: 400px;
    z-index: 1;
    border: 1px solid #241D37;
    box-shadow: none;
}

.input-search-top1 {
    background: url("image/header/zoomNewDisg.png") no-repeat;
    background-position: 50% 50%;
    border: none;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: transparent;
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    top: 0;
    outline: none;
}

.header-open-search-btn {
    display: none;
    background: url("image/header/closeNewDisg.png") no-repeat;
    width: 34px;
    height: 34px;
    background-position: 50% 50%;
    border: none;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 99;
}

.header-open-search-btn:hover {
    cursor: pointer;
}

input.form-control1:focus ~ .header-open-search-btn {
    display: block;
}

input.form-control1:focus ~ .input-search-top1 {
    display: none;
}

.modal-wrapper-custom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-middle button.modal-buttom {
    border-radius: 4px;
    background: #53A72D;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #fff;
    margin-top: 48px;
    text-transform: uppercase;
    padding: 11px 30px;
    float: right;
}

.header-menu {
    background: linear-gradient(90deg, #FBB746 0%, #FB9E4A 100%);
    height: 60px;
    position: relative;
}

.bars {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #fbb738;
    box-shadow: 0 5px 0 #fbb738, 0 10px 0 #fbb738;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.header-menu .menu-right {
    height: 60px;
    float: left;
    line-height: 60px;
}

.header-menu .menu-right li:first-child a {
    color: #D00000;
}

.header-menu .menu-right li {
    float: left;
    padding: 0 0 0 30px;
}

.header-cart-and-heart {
    float: right;
    display: flex;
    height: 60px;
    align-items: center;
}

.header-cart-and-heart-like {
    display: block;
    width: 24px;
    height: 21px;
    background: url(image/header/heartNewDisg.png) no-repeat;
    background-size: cover;
    margin-right: 30px;
    position: relative;
}

.header-cart-and-heart-like_count {
    position: absolute;
    top: -11px;
    right: -14px;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

.header-cart-and-heart-cart {
    display: block;
    height: 21px;
    width: 22px;
    background: url(image/header/VectorNewDisg.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 10px;
}

.header-cart-and-heart-cart_count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}


.card_collection_page .row.obj.company-planeta-plitki {
    margin-top: 10px;
    margin-bottom: 0;
}

.company-planeta-plitki__p {
    padding: 20px;
    border: 2px solid #53A72D;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

.company-planeta-plitki_title {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.new-section-card a.modal-buttom-m-new,
.catalog2_page .modal-buttom-m.modal-buttom-m-new {
    width: 100%;
    color: #fff;
    background: linear-gradient(89.16deg, #F98B4D -0.05%, #FBB746 100.49%);
    padding: 10px 0;
    margin-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.new-section-card .btns-new .variants-3d {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    white-space: normal;
    border: none;
}

.new-section-card .btns-new .variants-3d:hover {
    opacity: .9;
}

.new-section-card .btns-new .variants-3d:active {
    background: linear-gradient(89.16deg, #F98B4D -0.05%, #FBB746 100.49%)!important;
    opacity: .9;
}

.new-buttons-detail {
    display: flex;
    align-items: center;
    padding: 25px 0 25px;
}

.new-section-card span.ask-new-btn,
.new-buttons-detail .modal-buttom-m.ask-new-btn {
    border: none;
    color: #FFAB1D;
    position: relative;
    padding: 0;
    padding-left: 25px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.new-buttons-detail .m-sample__fav {
    margin: 0;
    margin-left: 32px;
    margin-right: 40px;
    text-transform: uppercase;
    color: #FFAB1D;
    font-size: 12px;
    font-weight: bold;
    min-width: 90px;
}

.new-buttons-detail .m-sample__fav:before {
    background: url('image/icon/heart_new.png');
    width: 23px;
    left: -30px;
}

.new-buttons-detail .m-sample__fav.fav-add:before {
    background: url('image/heart_new_2.png');
    width: 23px;
    left: -30px;
}

.new-section-card span.ask-new-btn:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    background: url('image/icon/askinew.png') no-repeat;
    background-size: cover;
}

.modal-buttom-m.ask-new-btn:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    background: url('image/icon/askinew.png') no-repeat;
    background-size: cover;
}

.new-section-card span.ask-new-btn:hover,
.modal-buttom-m.ask-new-btn:hover {
    cursor: pointer;
}

.card_collection_page .variants-3d {
    margin-left: 0;
    font-size: 15px;
    margin-top: 5px;
}

.menu-link-new {
    border-radius: 3px;
    /*padding: 10px;*/
    display: flex;
    flex-wrap: wrap;
}

.menu-link-new_item {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-link-new_item_title {
    padding-left: 15px;
}

.menu-link-new_item_link {
    display: block;
    width: 60%;
    color: #241D37;
    font-weight: bold;
    text-decoration: none;
}

.menu-link-new_item_link:hover {
    text-decoration: none;
    color: #241D37;
    font-weight: bold;
}

.menu-link-new_first-link {
    display: flex;
    align-items: center;
}

.menu-link-new_flag {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: contain !important;
    margin-right: 10px;
}

.new-link-block {
    padding: 10px 0 5px;
}

.new-link-block__p {
    margin-bottom: 0;
    font-size: 16px;
}

.new-link-block__a {
    color: #FFAB1D;
    text-decoration: none;
}

.new-link-block__a:hover {
    color: #FFAB1D;
    text-decoration: none;
}

.icons-container-new {
    padding-top: 20px;
}

.card_collection_page .icons-container-new .item-text {
    font-size: 14px;
    color: #000;
}

.card_collection_page .icons-container-new .m-collection-advantages__item {
    margin-bottom: 10px;
}

.icons-container-new-item {
    margin-right: 15px;
}

.icons-container-new .m-collection-advantages__item:last-child {
    margin-bottom: 20px;
}

.card_collection_page .m-sharing-col-social,
.catalog2_page .m-sharing-col-social {
    position: relative;
    /*margin-left: 7px;*/
    padding: 10px 0;
}

.breadcrumb-container {
    padding: 20px 0;
    /*background: #F2F2F2;*/
}

.breadcrumb-container .breadcrumb > li > a {
    font-size: 14px;
}

.breadcrumb-container .breadcrumb > li.active > a {
    color: #BBBBBB;
}

.header-button .menu-right li a {
    border: none;
}

.header-middle .border {
    border-bottom: none;
}

.header-menu .menu-right li a {
    text-transform: capitalize;
    border-bottom: none;
}

.header-middle .modal-buttom {
    border: none;
}

.header-top-right {
    /* float: right; */
    position: absolute;
    top: -11px;
    right: -14px;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #000;
    /*padding-left: 7px;*/
    padding-top: 0px;
    font-size: 15px;
    text-align: center;
}

.title-search-result {

}

.title-search-result tr a b {
    color: #D00000;
}

.modal-open {
    overflow: auto;
    overflow-x: hidden;
}

body {
    padding-right: 0 !important;
}


/*ELEMSTYLES*/
.new-elem-card .characteristic-new,
.new-section-card .characteristic-new,
.raskladka-item_info .characteristic-new {
    display: flex;
    flex-wrap: wrap;
}

.new-elem-card .characteristic-new-item,
.new-section-card .characteristic-new-item,
.raskladka-item_info .characteristic-new-item {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-elem-card .characteristic-new-item-big {
    width: 100%;
    height: 70px;
    background: #F2F2F2;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-elem-card_ask__p {
    font-size: 42px;
    line-height: 53px;
    color: #241D37;
    font-weight: bold;
    display: inline-block;
    margin: 0 40px 20px 0;
}

.new-elem-card .characteristic-new-item-big:last-child {
    margin-bottom: 5px;
}

.new-elem-card .characteristic-new-item-title,
.new-section-card .characteristic-new-item-title {
    padding-left: 15px;
    font-size: 16px;
}

.new-elem-card .characteristic-new-item-value,
.new-section-card .characteristic-new-item-value {
    display: block;
    width: 60%;
    color: #241D37;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 16px;
}

.npl_flag_span_collection-detail {
    display: inline-flex;
    margin-right: 5px;
}

.new-section-card .characteristic-new-item-value.characteristic-new-item-value-detail-col {
    display: flex;
    align-items: center;
}

.raskladka-item_info .characteristic-new-item-title {
    padding-left: 15px;
    font-size: 16px;
    color: #7B7786;
}

.raskladka-item_info .characteristic-new-item-value {
    display: block;
    width: 50%;
    color: #241D37;
    font-weight: bold;
    font-size: 15px;
}

.new-elem-card .characteristic-new-item-value > a,
.new-section-card .characteristic-new-item-value > a {
    color: #241D37;
    font-weight: bold;
    font-size: 16px;
}

.raskladka-item_info .characteristic-new-item-value > a {
    color: #241D37;
    font-weight: bold;
    font-size: 15px;
}

.new-elem-card .characteristic-new-item-value > a:hover,
.new-section-card .characteristic-new-item-value > a:hover,
.raskladka-item_info .characteristic-new-item-value > a:hover {
    text-decoration: none;
}

.new-elem-card .characteristic-new-item-value > a > .flag,
.new-section-card .characteristic-new-item-value > a > .flag {
    width: 28px;
    height: 20px;
    margin-left: 0;
}

.new-elem-card .characteristic-new-item-value > a > .flag > img,
.new-section-card .characteristic-new-item-value > a > .flag > img {
    width: 100%;
    padding-right: 3px;
}

.new-elem-card .new-col1,
.bottom_item_container .m_block1 {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100px;
    justify-content: center;
    background: #fff;
}

.new-elem-card .new-col2 {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100px;
    justify-content: center;
    background: #fff;
}

.new-elem-card .quantity input,
.bottom_item_container .quantity input {
    width: 50px;
}

.new-elem-card .new-col2 > input {
    width: 100%;
}

.new-elem-card .quantity .plus,
.bottom_item_container .quantity .plus {
    background: url('image/plusBtn.png');
}

.new-elem-card .quantity .minus,
.bottom_item_container .quantity .minus {
    background: url('image/minusBtn.png');
}

.new-elem-card .quantity .plus,
.new-elem-card .quantity .minus,
.bottom_item_container .quantity .plus,
.bottom_item_container .quantity .minus {
    width: 25px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 0;
    margin-right: 0;
}

.new-elem-card .btns-new,
.new-section-card .btns-new {
    display: flex;
    justify-content: space-between;
}

.new-elem-card a.product-basket-link.to-basket-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    padding: 15px;
    text-align: center;
    background: linear-gradient(89.68deg, #F98B4D -0.05%, #FBB746 100.49%);
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    margin-left: 0;
}

.new-elem-card .product-basket-link.to-basket-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.new-elem-card .box-right-bottom button.onclick-btn-new,
.new-section-card .btns-new .buy-btn-new {
    border: none;
    width: 190px;
    padding: 15px;
    background: #53A72D;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.new-elem-card .box-right-bottom button.onclick-btn-new:hover,
.new-section-card .btns-new .buy-btn-new:hover {
    color: #fff;
    cursor: pointer;
}

.new-section-card .btns-new .buy-btn-new {
    text-transform: uppercase;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-elem-card .modal-buttom {
    position: relative;
    float: unset;
    top: 0;
}

.new-elem-card .new-elems-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.new-elem-card .price-new-elem {
    color: #D00000;
    font-size: 16px;
    margin-bottom: 0;
}

.new-elem-card .price-new-elem.price-new-elem-one {
    color: #241D37;
}

.new-card-discount-free {
    position: absolute;
    top: calc(50% - 18px);
    left: 90px;
    display: block;
    background: #D00000;
    color: #fff;
    padding: 3px 5px 5px 5px;
    border-radius: 50%;
}

.new-card-discount-free_list {
    position: absolute;
    bottom: 0;
    left: 125px;
    display: block;
    background: #D00000;
    color: #fff;
    /*padding: 3px 5px 5px 5px;*/
    border-radius: 50%;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 2;
}

.new-elem-card .price-new-elem-discount {
    color: #BBBBBB;
    font-size: 14px;
    font-weight: 100;
    margin-left: 5px;
    text-decoration: line-through;
}

.new-elem-card .new-elems-container-item {
    text-transform: uppercase;
    border: none;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #FFAB1D;
    margin-left: 30px;
}

.new-elem-card a.new-elems-container-item.a_product_delay {
    text-decoration: none;
    font-size: 12px;
    color: #FFAB1D;
    margin-top: 0;
}

.new-elem-card .new-elems-container-item:hover {
    text-decoration: none;
    cursor: pointer;
}

.new-elem-card .m-sharing {
    float: left;
}

.new-elem-card .ask,
.new-elem-card .favnew,
.new-elem-card .otl {
    position: relative;
}

.new-elem-card .ask:before {
    background: url("image/icon/askinew.png");
}

.new-elem-card .favnew:before {
    background: url("image/icon/heart_new.png");
}

.new-elem-card .favnew.fav-add:before {
    background: url("image/heart_new_2.png");
    width: 22px;
    height: 22px;
    position: absolute;
    top: calc(50% - 10px);
    left: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
}

.new-elem-card .otl:before {
    background: url("image/icon/timenew.png");
}

.new-elem-card .otl.della-add:before {
    background: url("image/icon/timenew_2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
}

.new-elem-card .ask:before,
.new-elem-card .favnew:before,
.new-elem-card .otl:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: calc(50% - 10px);
    left: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 50%;
}

.new-elem-card .otl {
    margin-left: 20px;
}

.new-elem-card .otl:before {
    left: -20px;
}

.new-elem-card .new-elem-card-row-height {
    display: flex;
}

.new-elem-card .fotorama {
    border: 1px solid #F2F2F2;
    padding-bottom: 85px;
    height: 100%;
}

.new-elem-card .gallery-zoom-link .zoom {
    top: 5px;
    right: 5px;
}

.information-bordurs {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.new-elem-card .info-icon {
    position: relative;
}

.new-elem-card .info-icon:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('image/icon/infonew.png') 50% 50%/contain no-repeat;
    position: absolute;
    top: 0;
    left: -30px;
}

.breadcrumb-element {
    padding: 20px 0;
    background: #f2f2f2;
}

.breadcrumb-element .breadcrumb > li > a {
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
}

.breadcrumb-element .breadcrumb > li.active > a {
    color: #bbbbbb;
}

a.gallery-zoom-link {
    height: calc(100% - 50%);
}

.new-elem-card .collection-advantages {
    margin-top: 50px;
}

.new-elem-card .collection-advantages .item-text {
    color: #241D37;
    font-size: 17px;
    font-weight: bold;
    padding-top: 20px;
}

.new-elem-card div.box-right-bottom {
    position: unset;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 10px;
}

.new-elem-card div.box-right-top.box-elems {
    height: auto;
    padding: 0;
    background: transparent;
}

.item_card_page .new-elem-card .box-right-top .box-position {
    padding: 0;
    border: none;
    padding-left: 15px;
}

.item_card_page .box-right-bottom.notsale:after {
    display: none;
}

.item_card_page .new-elem-card .box-right-top .kolvo {
    width: 50px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-family: inherit;
    font-size: 16px;
    color: inherit;
    margin-right: 0;
    background: transparent;
    border: none;
    margin-top: 0;
}

.item_card_page .new-elem-card .box-right-top .new-col2 .kolvo {
    width: 100%;
}

.item_card_page .new-elem-card .box-right-top .kolvo:first-child {
    margin-left: 0;
}

.item_card_page .new-elem-card .box-right-bottom .link-buttom.notsale:after {
    display: none;
}

.item_card_page .new-elem-card .box-right-top {
    padding: 0;
    height: auto;
    background: transparent;
}

.new-section-card {
    margin-bottom: 20px;
}

.new-section-card .sample-view-section {
    padding: 20px 0;
    font-family: 'DINPro-Regular';
    font-size: 16px;
    line-height: 21px;
}

.new-section-card .sample-view-section > div > a {
    color: #FFAB1D;
    text-decoration: none;
}

.new-section-card-tags {
    display: flex;
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 88;
}

.new-section-card-tags_item {
    width: 50px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
    position: relative;
}

.new-section-card-tags_item:before {
    content: attr(data-param);
    position: absolute;
    display: none;
    min-width: 160px;
    text-align: center;
    padding: 5px 0;
    border-radius: 15px;
    background: #fff;
    font-size: 14px;
    line-height: 17px;
    top: -10px;
    z-index: 88;
}

.new-section-card-tags_item:hover:before {
    display: block;
}

.new-section-card-tags_item.card__new {
    background: url(image/new.png);
}

.new-section-card-tags_item.card__popular {
    background: url(image/persent.png);
}

.new-section-card-tags_item.card__exclus {
    background: url(image/exclus.png);
}
.new-section-card-tags_item.card__obrazec {
    background: url(image/obrasec.png);
}

.new-section-card-tags_item.card__soon {
    background: url(image/time.png);
}

.new-elem-card .summ-new-card {
    justify-content: flex-end;
    padding-right: 15px;
}

.new-elem-card .yes-in-nalich {
    color: #53A72D;
}

.new-elem-card .no-in-nalich {
    color: #D00000;
}

.npl-section-description {
    border: 4px solid #F1F2F5;
    padding: 40px;
    margin: 50px 0;
}

.services_col_el {
    text-align: center;
}

.services_col_el_text-pict {
    padding-top: 10px;
}

/*favorites*/
.usligi-pict__close_good {
    cursor: pointer;
}

.usligi-pict__close_good:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: -12px;
    right: 0;
    background: url('image/favorite-close.svg') no-repeat;
}

.favorites-goods-and-coll .link {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 15px;
    color: #241d37;
    text-decoration: underline;
}

.favorites-goods-and-coll .easy {
    font-family: "DINPro-Regular", sans-serif;
    font-size: 12px;
    color: #666;
}

/*div.favorites_page_new .box-position1{*/
/*padding: 25px 10px 50px;*/
/*}*/
/*pdf catalog*/
.npl-pdf-catalog-sect {
    padding: 15px;
    border: 4px solid #F1F2F5;
    margin: 30px 0;
}

.npl-pdf-catalog-sect__a {
    color: #241D37;
}

.npl-pdf-catalog-sect__a:hover {
    cursor: pointer;
    color: #241D37;
}

.npl-pdf-catalog-sect__span {
    color: #FFAB1D;
    padding-left: 30px;
    display: inline-block;
    position: relative;
}

.npl-pdf-catalog-sect__span:before {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('image/screp.png') 0 50% no-repeat;

}


.test-block {
    padding: 30px 0;
    border: 1px solid #acacac;
    width: 80%;
    border-radius: 4px;
    position: fixed;
    background-color: #fff;
    display: none;
    box-sizing: padding-box;
    left: auto;
    right: auto;

}

.test-block > div {
    text-align: center;
}

.test-block .links-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.test-block .links-wrapper a, .links-wrapper button {
    padding: 5px 15px;
    border: 1px solid #acacac;
    color: #474747;
    width: 60%;
    margin-top: 15px;
    border-radius: 4px;
    text-transform: uppercase;

}

.test-block .links-wrapper a {
    background-color: #fbb738;
    border-color: #fbb738;
    font-weight: bold;
    color: #000;
    padding: 5px 33px;
}

.test-block .links-wrapper a:hover {
    text-decoration: none;
}

.mobile-add {
    font-size: 1.2em;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-size: 34px;
}

.confirm-block i {
    color: #e61212;
    margin-right: 5px;
}

.confirm-block input[type="checkbox"] {
    display: none;
}

.confirm-block input[type="checkbox"] {
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
    box-sizing: border-box;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.label-text2 {
    color: #000;
    font-family: "DINPro-Regular", sans-serif;
    font-size: 14px;
    padding-top: 5px;
    color: #3c3c3c;
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.confirm-block label {
    margin-bottom: 0;
    font-weight: normal;
}

div.confirm-block {
    height: auto;
    padding-bottom: 10px;
}

.modal div.confirm-block {
    padding-left: 0;
    padding-right: 0;
}

.modal div.confirm-block label {
    margin-bottom: 10px;
}

.confirm-block input[type="checkbox"] + label span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../images/icon/check.png");
    background-origin: padding-box;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -5px;
    vertical-align: middle;
    width: 20px;
    filter: brightness(90%);
}

.confirm-block input[type="checkbox"]:checked + label span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../images/icon/check.png");
    background-origin: padding-box;
    background-position-x: -20px;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.confirm-block .label-text2 span {
    color: #e61212;
}

.modal-wrapper-custom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.modal-wrapper-custom .modal-buttom {
    min-width: 130px;
    margin-top: 25px;
}

.modal-wrapper-custom .modal-buttom-custom {
    margin-top: 15px;
}

.custom-footer-text {
    color: #7b7786;
}

.custom-footer-text span {
    color: #fff;
}

.custom-footer-text .footer-heading {
    font-size: 18px;
    color: #fff;
}

.confirm-block span.confirm-trigger {
    background: none;
    width: auto;
    height: auto;
    display: inline;
    color: #428bca;
    cursor: pointer;
}

.confirm-block span.confirm-trigger:hover {
    text-decoration: underline;
    color: #2a6496;
}

.confirm-block label {
    display: inline;
}

.modal-buttom-form {
    margin-top: 10px;
}

.block1 .nav-pills > li > .pill-inner {
    min-height: 50px;
    font-size: 13px;
}

/*DELETE STYLES*/
.block1 {
    background: unset;
    padding: 30px 0 0;
}

.block1 .text-banner {
    width: 100%;
}

#carousel_3 .item .span3 span {
    text-align: left;
    margin: 0;
}

a.thumbnail.thumbnail-ind {
    margin-bottom: 0;
}

.carousel-indicators li {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-left: 5px;
    background: #C4C4C4;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 6px;
    height: 6px;
    background: #fbb738;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: unset;
    border-bottom: 2px solid #FFAB1D;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: unset;
    border-bottom: 2px solid #FFAB1D;
}

.collections-catalog-placeholder {
    max-width: 250px;
    height: 250px;
}

.collections-catalog-gallery {
    max-width: 250px;
    height: 250px;
}

.why_do_we_buy table td {
    padding: 8px 0;
}

.footer-top,
.footer-buttom {
    background: #241C36;
}

.footer-top {
    height: auto;
    margin-top: 50px;
    padding: 50px 0 30px;
}

.footer-middle {
    background: #2F263E;
}

.footer-middle a {
    text-decoration: none;
}

.footer-buttom {
    height: auto;
    padding: 50px 0;
}

.box-left-menu {
    border: none;
    padding: 0;
}

.box-left-menu li {
    padding: 5px 0 5px 20px;
    border-left: 1px solid #E0E0E0;
}

.box-left-menu li.activity_li {
    border-left: 2px solid #FFAB1D;
}

.box-left-menu li a {
    text-decoration: none;
    color: #FFAB1D;
}

.box-left-menu .active {
    font-family: "DINPro", sans-serif;
    color: #241D37;
}

/*.oplata_i_dostavka_page .box-position1{*/
/*background: none;*/
/*}*/
.all_shares_page .col-sm-6 {
    float: right;
}

.new-cart-tab-menu {
    margin-bottom: 30px;
}

.new-cart-tab-menu .cart-tab-menu-item {
    font-size: 17px;
    border-left: 1px solid #E0E0E0;
    padding: 5px 0 5px 20px;
    color: #FFAB1D;
}

.new-cart-tab-menu .cart-tab-menu-item.active {
    border-bottom: none;
    color: #241D37;
    border-left: 2px solid #FFAB1D;
}

.cart_page .box-inner {
    padding: 0;
    background: transparent;
}

.filters {
    margin-bottom: 0;
}

.npl-form-filters {
    margin-bottom: 20px;
}

.cart_page .new-user_props input[type="checkbox"] {
    display: inline-block;
}

.new-user_props input.search-suggest {
    margin-top: 0;
}

#ORDER_PROP_3 {
    padding-left: 10px;
}

.bx_order_make textarea:focus {
    border-color: #63B039;
}

.cart_page input[type="radio"] + label span {
    width: 25px;
    height: 25px;
    background: url('image/cirle.png');
}

.cart_page input[type="radio"]:checked + label span {
    background: url('image/cirlecheck.png');
}

.order_status__box {
    border: 2px solid #F1F2F5;
}

/*.oplata_i_dostavka_page .box-position1{*/
/*padding: 0;*/
/*}*/


/*BTNS*/

/*MAINNN*/
div.modal-dialog {
    max-width: 600px;
}

.input-group-addon {
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}

.input-group.date .filters.clear {
    border-right: 1px solid #d4d3d0;
}

.index-slider__a {
    position: relative;
    display: block;
}

.index-slider__a_name {
    position: absolute;
    top: 0;
    font-size: 30px;
    padding: 30px;
    color: #fff;
    font-weight: bold;
}

.index-slider__a_name span {
    color: #FFAB1D;
}

.carousel-line .ind-title,
.ind-title {
    font-size: 42px;
    color: #241D37;
    font-weight: bold;
    margin-bottom: 30px;
}

.carousel-line-same-col .ind-title {
    font-size: 35px;
    margin-bottom: 0;
    padding-right: 30px;
}

.carousel-line-same-col .control-prev-ind,
.carousel-line-same-col .control-next-ind {
    height: 26px;
}
.ind-recomends{
    margin-top: 80px;
}
.ind-recomends-title-row {
    margin-bottom: 30px;
    align-items: center;
}

.ind-recomends .nav-tabs {
    display: flex;
    height: 100%;
    align-items: flex-end;
}

.ind-recomends .nav > li > a:hover,
.ind-recomends .nav > li > a:focus {
    border: unset;
}

.ind-recomends .nav-tabs li {
    display: inline-block;
    margin-right: 10px;
}

.ind-recomends .nav-tabs li > a {
    padding: 0 10px;
    padding: 10px;
    color: #FFAB1D;
    font-weight: bold;
}

.ind-recomends .nav-tabs li > a.active {
    color: #241D37;
    border-bottom: 2px solid #FFAB1D;
}

.ind-recomends .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.ind-recomend_name {
    color: #241D37;
    font-size: 20px;
    font-family: "DINPro-Bold", sans-serif;
    display: block;
}

.ind-recomend_name:hover {
    text-decoration: none;
    color: #241D37;
}

.new-contacts button.modal-buttom-contacts {
    border-radius: 4px;
    background: #53A72D;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 11px 30px;
}

.new-orange-link {
    color: #FFAB1D;
}

.new-orange-link:hover {
    color: #FFAB1D;
    text-decoration: none;
}

.npl-about-tags {
    margin-bottom: 50px;
}

.npl-about__h1 {
    font-weight: bold;
    display: inline-block;
    margin: 50px 0 20px;
    font-size: 42px;
}

.npl-about__h1_catal {
    font-weight: normal;
    display: inline-block;
    margin: 50px 0 10px;
    font-size: 20px;
}
.article_custom__a{
    background: #FBB746;
    color: #000;
    padding: 10px;
}
.article_custom__a:hover{
    color: #000;
    background: #ffcd35;
}
/*INDEX*/
.control-ind {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.control-ind-pop {
    position: absolute;
    top: 28px;
    left: 500px; /*!!!!!!!!*/
}

.control-prev-ind {
    display: inline-block;
    background: url('image/arrow-left.png'), linear-gradient(89.84deg, #F98B4D -0.05%, #FBB746 100.49%);
    width: 60px;
    height: 30px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
    border-radius: 4px;
}

.control-next-ind {
    display: inline-block;
    background: url('image/arrow-right.png'), linear-gradient(89.84deg, #F98B4D -0.05%, #FBB746 100.49%);
    width: 60px;
    height: 30px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 4px;
}

.control-prev-ind.control-prev-ind_main,
.control-next-ind.control-prev-ind_main {
    width: 50px;
    height: 35px;
}

.control-prev-ind-rask {
    display: inline-block;
    background: url('image/arr-gr-lef.png');
    width: 60px;
    height: 40px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
}

.control-next-ind-rask {
    display: inline-block;
    background: url('image/arr-gr-right.png');
    width: 60px;
    height: 40px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
}

.carousel-indicators.carousel-indicators-ind {
    width: 100%;
    margin: 0;
}

.carousel-indicators.carousel-indicators-ind li:hover {
    cursor: pointer;
}

.carousel-inner-ind {
    border-radius: 4px;
}

.carousel-inner-ind_img {
    width: 100%; /*!!!!!!!!!!!!!!*/
    height: 360px !important;
}

.pill-inner-ind {
    border-radius: 4px;
}

.block1 .nav-pills > li.active:before {

}

.npl-slider-smallPhotos {
    position: absolute;
    top: 10px;
    right: 25px;
    display: flex;
    flex-direction: column;
}

.npl-slider-smallPhotos__img {
    height: auto !important;
    margin-bottom: 10px;
}

.npl-slider-smallPhotos .npl-slider-smallPhotos__img:last-child {
    margin-bottom: 0;
}

.ind-menu-block1 {
    margin-bottom: 50px;
}

.ind-row-menu-block1 {
    display: flex;
    flex-wrap: wrap;
}

.ind-row-menu-block1 .col-sm-3 {
    display: flex;
}

.ind-pill-inner {
    width: 100%;
    height: 165px;
    border-radius: 4px;
    position: relative;
    background-size: cover;
}

.ind-pill-inner.ind-pill-inner-inc-cat {
    height: 200px;
}

.ind-pill-inner:first-child {
    margin-bottom: 30px;
}

.ind-pill-inner .text-banner {
    padding: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}

.ind-pill-inner .text-banner span,
.all_shares_page__item_name span {
    color: #FFAB1D;
}

.ind-pill-inner_discount {
    position: absolute;
    bottom: 10px;
    background: #D00000;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px 7px;
    font-weight: bold;
    border-radius: 0px 4px 4px 0px;
}

.ind-pill-inner_discount-akcii {
    position: absolute;
    bottom: 30px;
    background: #D00000;
    color: #fff;
    font-size: 25px;
    padding: 5px 20px 7px;
    font-weight: bold;
    border-radius: 0px 4px 4px 0px;
}

.ind-pill-inner_discount_big {
    position: absolute;
    bottom: 120px;
    background: #D00000;
    color: #fff;
    font-size: 30px;
    padding: 4px 30px 7px;
    font-weight: bold;
    border-radius: 0px 4px 4px 0px;
}

.ind-pill-inner__a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ind-menu-item {
    position: relative;
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
    padding: 20px;
    /*min-height: 360px;*/
    height: calc(100% - 30px);
    width: 100%;
}

.ind-menu-item-callback {
    border: 4px solid #FFAB1D;
}

.ind-menu-item-callback__p_last {
    margin-bottom: 20px;
}

.ind-menu-item-pp__a {
    color: #241D37;
    padding-bottom: 5px;
    display: block;
}

.ind-menu-item-pp__a:hover {
    color: #FFAB1D;
    text-decoration: none;
}

.ind-menu-item:hover {
    border: 1px solid #FFAB1D;
}

.ind-menu-item.ind-menu-item-callback:hover {
    border: 4px solid #FFAB1D;
}

.ind-menu-item__a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

button.ind-menu-modal-buttom {
    width: 100%;
    background: #63B039;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
}

button.ind-menu-modal-buttom:hover {
    color: #fff;
}

button.modal-buttom-footer.ind-menu-modal-buttom {
    width: 80%;
    margin-top: 20px;
}

.ind-menu-item__name {
    display: block;
    color: #241D37;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}

.ind-menu-item__name:hover {
    color: #FFAB1D;
    text-decoration: none;
}

.ind-menu-item__name.ind-menu-item__name-callback:hover {
    color: #241D37;
}

.ind-menu-item-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 0% 100% !important;
}

img.ind-menu-item-img__img {
    width: 100%;
    height: 100%;
}

div.carousel-line {
    border-bottom: none;
}

.carousel-line-same-col {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}


.ind-newsblock {
    background: #F1F2F5;
    padding: 50px 0;
}

.ind-news-item {
    background: #fff;
    padding-bottom: 20px;
    height: 100%;
}

.ind-news-item__img {
    width: 100%;
    height: 250px; /*!!!!!!!!!!!!!!!!!!*/
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    position: relative;
}

.ind-news-item__p_name {
    margin-bottom: 0;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    padding: 20px 20px 0 20px;
}

.ind-news-item__p_name_a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    padding: 20px 20px 0 20px;
}

.ind-news-item__p_name_a:hover {
    text-decoration: none;
    color: #FFAB1D;
}

.ind-news-bign_a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/*.ind-news-item-big:hover{*/
/*color: #FFAB1D;*/
/*}*/
.ind-news-datas {
    padding: 5px 20px 0 20px;
    margin-bottom: 0;
    color: #7B7786;
}

.ind-about_td_top {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.ind-about_td_top_img {
    margin-right: 10px;
    min-width: 50px;
}

.ind-about_td_top_p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: "DINPro-Bold", sans-serif;
    text-align: left;
}

.ind-about_td_top_p_catal {
    font-size: 14px;
    line-height: 1.42;
    color: #333;
    margin-bottom: 0;
    font-family: "DINPro-Bold", sans-serif;
    text-align: left;
}

.ind-about_td_top_description {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
}

.element-about-include .ind-about_td_top_p {
    margin-top: 20px;
}

.ind-about_td_top_a {
    color: #241D37;
    text-decoration: none;
}

.ind-about_td_top_a:hover {
    color: #241D37;
    text-decoration: none;
}

.ind-about > div,
.ind-about-tabl > div {
    /*background: #f00;*/
}

/*CATALOG SECTION LIST*/
.new-novini {
    display: flex;
    flex-wrap: wrap;
}

.new-novini_item {
    margin-bottom: 45px;
    position: relative;
}

.new-novini_item_hide {
    position: absolute;
    top: -15px;
    background: #fff;
    width: 100%;
    left: 0;
    height: calc(100% + 83px);
    display: none;
    z-index: 999;
    padding: 15px;
    box-sizing: border-box;
}


.new-novini_item:hover > .new-novini_item_hide {
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

/*.new-catalog_item{*/
/*width: 32%;*/
/*margin-right: 2%;*/
/*}*/
/*.catalog-section > .new-catalog_item:nth-child(3n+3) {*/
/*margin-right: 0;*/
/*}*/
.new-novini_item__a {
    display: block;
    /*align-items: center;*/
    /*justify-content: center;*/
    min-height: 256px;
    width: 100%;
}

.new-novini_item__a_flexo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-novini_item__image {
    max-width: 100%;
    max-height: 255px;
}

.new-novini_category {
    border: 1px solid #FFAB1D;
    color: #241D37;
    display: inline-block;
    padding: 3px 5px 5px;
    margin-top: 5px;
    font-size: 13px;
}

.new-novini-country__p {
    display: flex;
    align-items: center;
}

.new-novini-country__span_flag {
    display: flex;
    align-items: center;
}

.new-novini-country__span_title {
    padding-left: 5px;
    font-size: 14px;
}

.new-novini_price {
    color: #241D37;
    margin-bottom: 0;
    font-size: 17px;
    font-family: "DINPro-Bold", sans-serif;
}

.new-novini_price.priceBase {
    color: #BBBBBB;
    font-size: 14px;
    font-weight: 100;
    text-decoration: line-through;
}

.new-novini_price .new-novini_price__span_thru {
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #d00000;
    font-weight: normal;
    padding-left: 30px;
}

.new-novini_info {
    position: relative;
    padding-top: 20px;
}

.new-novini_item__a {
    position: relative;
}

.new-novini_item__a_elems {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stiks-proizvoditeli {
    position: absolute;
    bottom: -30px;
    right: 5px;
    z-index: 9;
}

.new-novini_persent {
    display: inline-block;
    position: absolute;
    top: -25px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url('image/new.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.new-novini_persent.collection-labs {
    /*top: unset;*/
    /*bottom: -25px;*/
    position: relative;
    top: unset;
    right: unset;
}

.new-excluse_persent.collection-labs {
    /*top: unset;*/
    /*bottom: -25px;*/
    /*right: 70px;*/
    position: relative;
    top: unset;
    right: unset;
}

.new-popular_persent {
    display: inline-block;
    position: absolute;
    top: -25px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url('image/persent.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.new-excluse_persent {
    display: inline-block;
    position: absolute;
    top: -25px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url('image/exclus.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.new-soon_persent {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url('image/time.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
}

.new-popular_persent.collection-labs {
    position: relative;
    top: unset;
    right: unset;
    /*right: 130px;*/
    /*top: unset;*/
    /*bottom: -25px;*/
}

/*AKCIONS*/


/*FOOTER*/
.new-footer-top-inc__top {
    min-height: 30px;
    display: flex;
    align-items: center;
}

.new-footer-top-inc__a {
    font-size: 28px;
    color: #fff;
}

.new-footer-top-inc__top__p {
    color: #7B7786;
    font-size: 17px;
    margin-bottom: 0;
}

.new-footer-top-inc__a:hover {
    text-decoration: none;
    color: #fff;
}

.messanders-footer-container {
    display: flex;
    align-items: center;
}

.messanders-footer {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.messanders-footer.telegramm {
    background: url('./image/telegramm.png');
}

.messanders-footer.whatsapp {
    background: url('./image/watsapp.png');
}

.messanders-footer.viber {
    background: url('./image/viber.png');
}

.new-footer-top-inc_4 {
    color: #fff;
    margin-bottom: 0;
}


.footer-middle_title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-middle ul {
    padding-left: 0;
    list-style: none;
}

.footer-middle li {
    padding: 5px 0;
}

.footer-middle .footer-menu-new__a {
    padding: 5px 0;
}

.footer-middle li:first-child,
.footer-middle li:first-child a.footer-menu-new__a {
    padding-top: 0;
}

.footer-middle li:last-child,
.footer-middle li:last-child a.footer-menu-new__a {
    padding-bottom: 0;
}

.social_footer_new {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.footer-middle .social_footer_new img {
    width: 100%;
    height: 100%;
    padding-top: 0;
}

.social_footer-container {
    display: flex;
    margin-top: 20px;
}

.social_footer-links_container {
    margin-bottom: 55px;
}

.social_footer_new_ms.skype {
    background: url('image/scype.png');
}

.social_footer_new_ms.postmail {
    background: url('image/post.png');
}

.social_footer_new_ms {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.footer-copyright,
.footer-copyright a {
    color: #7B7786;
    margin-bottom: 0;
    font-size: 14px; /*!!!!!!!!!*/
}

.new-footer-cards-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*CONTACTS PAGE*/
.new-contacts p {
    margin: 0;
}

.new-contacts a:hover {
    text-decoration: none;
}

.new-contacts-top {
    border: 2px solid #F1F2F5;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.new-contacts-top_last {
    display: flex;
    align-items: center;
}

.new-contacts-top_last-rasp {
    margin-bottom: 0;
}

.new-contacts-top_phones {
    color: #241D37;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.new-contacts-top_phones-label {
    color: #bbbbbb;
    font-size: 14px;
    margin-bottom: 0;
}

.new-contacts-one {
    padding: 30px 0 50px;
}

.new-contacts-two {
    padding: 50px 0 0;
}

.new-contacts-three {
    display: flex;
    flex-wrap: wrap;
    /*padding: 70px 0 0;*/
}

/*.new-contacts-one .new-contacts-item{*/
/*width: 32%;*/
/*}*/
.new-contacts-two .new-contacts-item {
    /*width: 32%;*/
    padding-bottom: 50px;
}

.new-contacts-item {
    font-size: 17px;
    color: #241D37;
}

.new-contacts-item_title {
    margin-bottom: 0;
    color: #241D37;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
}

.new-contacts-item_phone,
.new-contacts-item_mail,
.new-contacts-item_skype {
    display: flex;
    align-items: center;
}

.new-contacts-item_phone_span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('image/call.png');
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.new-contacts-item_mail_span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('image/post.png');
    margin-right: 5px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.new-contacts-item_skype_span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('image/skypebl.png');
    margin-right: 5px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.new-contacts-item_phone_a {
    color: #241D37;
}

.new-contacts-item_phone_a:hover {
    color: #241D37;
}

.new-contacts-item_mail_a,
.new-contacts-item_mail_a:hover,
.new-contacts-item_skype_a,
.new-contacts-item_skype_a:hover,
.new-contacts-item_scheme,
.new-contacts-item_scheme:hover {
    color: #FFAB1D;
}

.new-contacts-map {
    padding-bottom: 30px;
}

.new-contacts-map_desc {
    text-align: center;
    color: #7B7786;
    padding-top: 5px;
}

.new-contacts-directors {
    background: #F1F2F5;
    padding: 50px 0;
    font-size: 17px;
}

.new-contacts-directors__h3 {
    color: #241D37;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 30px;
}

.new-contacts-opt-sale {
    padding: 50px 0;
}

.new-contacts-regions-items-row {
    padding-bottom: 70px;
    display: flex;
}

/*.new-contacts-directors-cont{*/
/*display: flex;*/
/*justify-content: space-between;*/
/*}*/

.new-contacts-directors-item {
    margin-bottom: 30px;
}

.new-contacts-directors-item_title {
    color: #241D37;
    font-weight: bold;
    padding-top: 15px;
}

.new-contacts-directors-item_photo {
    background: #fff;
    padding: 8px;
}

.new-contacts-directors-item_photo img {
    /*transform: scale(0.95);*/
    width: 100%;
}

.new-contacts-cities-item {
    /*width: 32%; !*!!!!!!!!!!!!!!!*!*/
}

.new-contacts-cities-item_title {
    font-size: 24px;
    font-weight: bold;
}

.new-contacts-cities-item_shops_name {
    font-size: 18px;
    font-weight: bold;
}


.contacts-paddiitop {
    padding-top: 20px;
}

.contacts-paddiitop-cities {
    padding-top: 50px;
}

/*404*/
.new-fortyfour {
    width: 100%;
    min-height: 700px;
    background: url('image/404_new.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.new-fortyfour-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    min-width: 960px;
}

.new-fortyfour_copyright {
    padding: 100px 0 30px;
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    color: #7B7786;
}

.new-fortyfour_title-cont {
    padding-right: 50px;
}

.new-fortyfour-text_title {
    color: #241D37;
    font-weight: bold;
    font-size: 42px;
}

.new-fortyfour-text_indexlink {
    display: inline-block;
    background: linear-gradient(89.48deg, #F98B4D -0.05%, #FBB746 100.49%);
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
}

.new-fortyfour-text_indexlink:hover {
    color: #fff;
    text-decoration: none;
}


/*about page*/
.left-sticky-menu {
    position: fixed;
    top: 80px;
}

.new-about-news-componentwrap {
    padding: 30px 0;
}

.new-about-news-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.new-about-news-item {
    display: flex;
    flex-direction: column;
    border: 2px solid #F1F2F5;
    width: 19%;
    margin-bottom: 1.3%;
    margin-right: 1.2%;
}

.new-about-news-item:nth-child(5n+5) {
    margin-right: 0;
}

.new-about-news_especially {
    padding: 20px 0 30px;
}

.new-about-news-item-special.new-about-news-item {
    border: 2px solid #63B039;
}

.new-about-news-item_picture {
    display: inline-block;
    text-align: center;
}

.new-about-news-item_title {
    text-align: center;
    padding: 7px 0;
    color: #FFAB1D;
}

.new-about-news-item_title:hover {
    color: #FFAB1D;
}

.new-about-description {
    font-size: 15px;
    color: #241D37;
}

.new-about-description > p:not(:last-child) {
    margin-bottom: 30px;
}

/*DELIVERY*/


.oplata_i_dostavka_page.nav {
    padding-left: 15px;
    display: inline-block;
}

/*.oplata_i_dostavka_page.nav-tabs > li.active > a,*/
/*.oplata_i_dostavka_page.nav-tabs > li.active > a:hover,*/
/*.oplata_i_dostavka_page.nav-tabs > li.active > a:focus{*/
.oplata_i_dostavka_page.nav-tabs > li > a {
    border-bottom: none;
    font-family: "DINPro", sans-serif;
    color: #241D37;
    font-size: 17px;
}

.oplata_i_dostavka_page.nav > li > a:hover,
.oplata_i_dostavka_page.nav > li > a:focus,
.oplata_i_dostavka_page.nav > li > a.active {
    border-bottom: none;
    font-family: "DINPro", sans-serif;
    color: #241D37;
    font-size: 17px;
    box-sizing: border-box;
}

.oplata_i_dostavka_page.nav > li > a {
    font-size: 17px;
    color: #FFAB1D;
}

.oplata_i_dostavka_page.nav > li {
    padding: 5px 0 5px 20px;
    border-left: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.oplata_i_dostavka_page.nav > li.activity {
    border-left: 2px solid #FFAB1D;
}

.oplata_i_dostavka_page.left-sticks-li li,
.cart-tab-menu-item.left-sticks-li {
    position: fixed;
    top: 100px;
}

.oplata_i_dostavka_page.left-sticks-li li:last-child,
.cart-tab-menu-item.left-sticks-li:last-child {
    position: fixed;
    top: 130px;
}

.new-delivery__p {
    padding-bottom: 20px;
    margin-bottom: 0;
    /*margin: 20px;*/
}

.delivery__t2 {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0;
}

table.delivery-new-table td,
table.delivery-new-table {
    border: unset;
}

table.delivery-new-table {
    border-top: 2px solid #FFAB1D;
    font-size: 15px;
    margin-bottom: 30px;
}

table.delivery-new-table tr {
    border-bottom: 1px solid #E0E0E0;
}

table.delivery-new-table td {
    padding: 8px 5px;
}

table.delivery-new-table tr td:first-child {
    font-weight: bold;
    padding: 8px 10px 8px 0;
}

.tab-content-delivery {
    padding-bottom: 70px;
}

.delivery_maps {
    display: flex;
}

.delivery_maps img {
    width: 100%;
}

.delivery-head_mobile {
    display: none;
}

.npl-delivery-text__p {
    margin: 20px 0;
}


.npl-personal-menu__logout {
    margin-top: 50px;
}

/*AKCII*/
.new-all_shares_page__descr {
    display: block;
    color: #241D37;
    text-decoration: none;
    padding-top: 20px;
}

.new-all_shares_page__descr:hover {
    color: #241D37;
    text-decoration: none;
}

.new-all_shares_page__img {
    display: block;
    position: relative;
}

.all_shares_page__item {
    position: relative;
    margin-bottom: 20px;
}

.all_shares_page__item_name {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}

/*CART*/
.new-cart-table {
    border: 2px solid #F1F2F5;
}

.new-cart-table.new-cart-table-delayed {
    margin-bottom: 30px;
}

.new-cart-table-detail-order {
    margin: 25px 0;
}

.new-cart-items {
    display: flex;
    border-bottom: 2px solid #F1F2F5;
    padding: 15px;
    align-items: center;
}

.new-cart-items:last-child {
    border-bottom: none;
}

.new-cart-items-img {
    width: 100px;
    margin-right: 20px;
}

.new-cart-items-props-cont {
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
}

.new-cart-items-name {
    width: 45%;
}

.new-cart-items-quantity {
    width: 15%;
}

.new-cart-items-price1 {
    width: 15%;
}

.new-cart-items-price2 {
    width: 20%;
}

.new-cart-items-delete {
    width: 5%;
    text-align: center;
}

.new-cart-items-name__a {
    color: #241D37;
    font-size: 20px;
    font-weight: bold;
}

.new-cart-items-name__a:hover {
    text-decoration: none;
    color: #241D37;
}

.new-cart-price__span {
    font-size: 15px;
    font-family: "DINPro", sans-serif;
    color: #241D37;
}

.new-cart-items-country-fabrica {
    margin: 10px 0;
}

.new-cart-items-country-fabrica_text {
    font-size: 13px;
    line-height: 21px;
    color: #241D37;
}

.new-cart-items-add-to-cart {
    display: block;
    height: 21px;
    width: 22px;
    background: url('image/header/VectorNewDisg.png') no-repeat;
    background-size: contain;
    position: relative;
}

.new-cart-price_big__span {
    color: #241D37;
    font-size: 20px;
}

.new-cart-quantity {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 100px;
    justify-content: center;
    background: #fff;
}

.new-cart-quantity .minus,
.new-cart-quantity .plus {
    width: 25px;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    margin-top: 0;
    margin-right: 0;
}

.new-cart-quantity .minus {
    background: url('image/minusBtn.png');
}

.new-cart-quantity .plus {
    background: url('image/plusBtn.png');
}

.new-cart-quantity .kolvo {
    width: 50px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-family: inherit;
    font-size: 16px;
    color: inherit;
    margin-right: 0;
    background: transparent;
    border: none;
    margin-top: 0;
}

.new-cart-items-delete .delete {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('image/closecart.png') 50% 50% no-repeat;
}

.new-cart-info {
    display: flex;
}

.new-cart-info-img {
    width: 100px;
    margin-right: 20px;
    background: url('image/cartinfo.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
}

.new-cart-info_text {
    width: calc(100% - 20px);
}

.new-cart-submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 30px;
    padding-bottom: 50px;
}

.new-cart-submit .through {
    text-decoration: line-through;
}

a:not([href]).new-cart-submit_fast,
.new-cart-submit_fast {
    border-radius: 4px;
    background: #53A72D;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 30px;
}

.new-cart-submit_order {
    border-radius: 4px;
    background: linear-gradient(89.46deg, #F98B4D -0.05%, #FBB746 100.49%);
    font-family: "DINPro-Bold", sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 30px;
    margin-right: 20px;
}

.new-cart-submit_order:hover,
.new-cart-submit_fast:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.new-cart-submit .itogo {
    font-family: "DINPro-Bold", sans-serif;
    color: #241D37;
    font-size: 32px;
    margin-right: 50px;
}

.npl-table-cart-inside .new-cart-items-name__pp,
.new-cart-table-delayed .new-cart-items-name__pp {
    line-height: 1;
}

.npl-table-cart-inside .new-cart-items-country-fabrica
.new-cart-table-delayed .new-cart-items-country-fabrica {
    margin: 5px 0;
}


.new-cart-items-dd-name-cont {
    display: flex;
    flex-direction: column;
    width: calc(50% - 120px);
}

a.new-cart-items-dd-name-cont__a {
    font-size: 20px;
    line-height: 33px;
    text-decoration: none;
    color: #241D37;
    font-weight: bold;
}

.new-cart-items-dd-price-cont {
    display: flex;
    width: 50%;
}

.new-cart-items-dd-price-cont__price {
    width: 35%;
}

.new-cart-items-dd-price-cont__quan {
    width: 25%;
}

.new-cart-items-dd-price-cont__sum {
    width: 40%;
    font-weight: bold;
    padding-left: 28px;
}

.new-cart-items-dd-itog {
    position: relative;
    font-weight: bold;
    padding-bottom: 20px;
}

.new-cart-items-dd-itog__span {
    position: absolute;
    left: -125px;
}


/*ORDER*/
#order_form_content {
    width: 100%;
}

.new-user_props {
    background: #f1f2f5;
    padding: 25px;
}

.new-soajax-prop {

}

.new-soajax-fio,
.new-soajax-contacts,
.new-soajax-adress,
.new-soajax-dopinfo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bx_sof_req {
    color: #D00000;
}

.npl-soajax-delivery_title {
    font-size: 17px;
    line-height: 21px;
    color: #241D37;
    font-weight: bold;
    margin-bottom: 20px;
}

.new-soajax__titles {
    width: 20%;
}

.new-soajax__content {
    width: 80%;
}

.new-soajax__full {
    width: 100%;
}

.new-soajax_mail {
    width: calc(50% - 5px);
}

.new-soajax_phone {
    width: calc(50% - 5px);
    margin-right: 10px;
}

.new-soajax_city {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.new-soajax_street {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.new-soajax_flexclass {
    display: flex;
}

.new-soajax_flat {
    width: 16%;
    margin-right: 10px;
}

.new-soajax_domof {
    width: 16%;
    margin-right: 10px;
}

.new-soajax_home {
    width: 15%;
    margin-right: 10px;
}

.new-soajax__inputs {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px !important;
    font-size: 15px;
    line-height: 24px !important;
}

.new-soajax__inputs:focus {
    border: 1px solid #63B039;
    outline: none;
}

.new-soajax-deliveryandpay {
    background: #F1F2F5;
    margin: 10px 0;
    padding: 25px;
    display: flex;
}

.new-soajax-deliveryandpay a {
    color: #FFAB1D;
}

.new-soajax-deliveryandpay a:hover {
    color: #FFAB1D;
}

.new-soajax-delivery {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.new-soajax-payment {
    width: calc(50% - 10px);
}

.new-checkboxes__input {
    position: absolute;
    top: -9999px;
    opacity: 0;
}

.new-checkboxes__input:checked + .new-checkboxes:before {
    border: 1px solid #FFAB1D;
    background: url('image/check-form.png') #FFAB1D;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.new-checkboxes {
    position: relative;
    padding-left: 30px;
    margin: 0;
}

.new-checkboxes_red {
    color: #D00000;
}

.new-checkboxes:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #E0E0E0;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 4px;
}

.new-sale-rules-block {
    background: #F1F2F5;
    padding: 25px;
}

.new-sale-rules-block .new-checkboxes {
    padding: 0 0 10px 30px;
}

.new-cart-submit.new-soajax-summary {
    justify-content: space-between;
}

.new-soajax-summary_gotocart {
    color: #241D37;
    font-family: "DINPro-Bold", sans-serif;
    position: relative;
    padding-left: 20px;
}

.new-soajax-summary_gotocart:hover {
    color: #241D37;
}

.new-soajax-summary_gotocart:before {
    content: '';
    width: 15px;
    height: 24px;
    background: url('image/arr-cart-left.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.new-soajax-summary-item {
    display: flex;
    align-items: center;
}

.new-soajax-summary .new-cart-submit_order {
    margin-right: 0;
}

.order_status .new-cart-items-img img {
    width: 100%;
}

.new-order_status__box_cont {
    display: flex;
    justify-content: space-between;
}

.new-order_status__box_cont-left {

}

.new-order_status__box_cont-left_top {
    display: flex;
    align-items: baseline;
}

.new-order_status__id {
    font-size: 20px;
    line-height: 33px;
    color: #241D37;
    text-decoration: none;
    font-weight: bold;
    min-width: 140px;
}

.new-order_status__id:hover {
    color: #241D37;
    text-decoration: none;
}

.new-order_status__date {
    color: #241D37;
    font-size: 13px;
    margin: 0 20px 0 0;
}

.new-order_status__status {
    font-size: 20px;
    line-height: 33px;
    font-weight: bold;
    margin-bottom: 0;
}

.new-order_status__status.waitpay {
    color: #63B039;
}

.new-order_status__status.canceledpay {
    color: #D00000;
}

.new-order_status__status.payed {
    color: #63B039;
}

.new-order_status__status.takepay {
    color: #D00000;
}

.new-order_status__width {
    display: inline-block;
    min-width: 140px;
    color: #7B7786;
    font-size: 16px;
}

.new-order_status__value {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #241D37;
}

.npl-order_status-list-flex {
    display: flex;
}

.new-order_status__value_list_names {
    display: block;
    /*padding-left: 4px;*/
}

.new-cart-items-name__a_list {
    color: #241D37;
}

.new-cart-items-name__a_list:hover {
    color: #241D37;
}

.new-cart-items-name__a_list_qua {
    color: #7B7786;
    font-weight: normal;
}


.new-order_status__box_cont-right {
    display: flex;
    flex-direction: column;
    min-width: 147px;
}

label.soajax-delpay__label {
    justify-content: left;
    margin-top: 10px;
}

label.new-checkboxes {
    justify-content: left;
}

.soajax-delpay__name {
    height: 25px;
    line-height: 1.3;
}

.new-section-card .gallery-container-collections .fotorama__img {
    max-height: 100% !important;
    top: 0 !important;
}

/*html в админке*/
.description-collection li {
    list-style: none;
    position: relative;
}

.description-collection li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -40px;
    background: url('image/check1.png') #4FAD50;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#order_form_div .bx_order_make #payButton,
#order_form_div .bx_order_make .product-avail,
.order_status .pay-button,
.order_detail #payButton,
.order_detail #payButton2 {
    display: none !important;
}

.new-catalog_item_slider,
.new-catalog_item_not_slider {
    display: flex;
    position: relative;
    height: 255px;
    width: 100%;
}

.new-catalog_item_slider .new-catalog_item_slider_item {
    position: static;
    flex-grow: 1;
}

.new-novini_item__a_elems .new-catalog_item_image {
    width: 100%;
}

.new-catalog_item_slider .new-catalog_item_slider_item img,
.new-catalog_item_not_slider .new-catalog_item_image img {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% + 6px));
    z-index: -1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.new-catalog_item_not_slider .new-catalog_item_image img {
    margin-top: 0;
    opacity: 1;
}

.new-catalog_item_slider .active img {
    opacity: 1;
}

.new-catalog_item_slider .new-catalog_item_slider_item_nav {
    display: block;
    height: 2px;
    background-color: #cdcdcd;
    margin: 0 5px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.new-catalog_item_slider .active .new-catalog_item_slider_item_nav {
    background-color: #fbb738;
}

.new-catalog_item_slider .new-catalog_item_slider_item:first-child .new-catalog_item_slider_item_nav {
    margin-left: 0;
}

.new-catalog_item_slider .new-catalog_item_slider_item:last-child .new-catalog_item_slider_item_nav {
    margin-right: 0;
}

.new-catalog_item_slider .active img {
    opacity: 1;
}

.new-catalog_item_image img {
    margin-top: 6px;
}

/*preloader*/
.ajax-preloader {
    position: fixed;
    z-index: 100;
    /*Размеры циферблата*/
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    /*фон, циферблат*/
    background: url('image/lloader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

/*Тень*/
.ajax-preloader-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 80;
}

/*Производители*/
.header-menu-fabrics {
    background: #f2f2f2;
}

.header-menu-fabrics__container {
    display: flex;
    justify-content: space-between; /*!!!!!!!!!!!!!*/
    box-sizing: border-box;
    align-items: center;
}

ul.header-menu-fabrics__ul {
    list-style: none;
    margin: 7px 0 10px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-menu-fabrics__fabric {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.header-menu-fabrics__a-title {
    padding: 10px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.header-menu-fabrics__a-title_disabled {
    padding: 10px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #c0c0c0;
    cursor: unset;
}

.header-menu-fabrics__a-title:hover {
    color: #fff;
    background: #63B039;
}

.header-menu-fabrics__li-letter:hover .header-menu-fabrics__a-title {
    color: #fff;
    background: #63B039;
}

.header-menu-fabrics__ul li {
    /*color: #fff;*/
    /*background: darkorange;*/
    display: block;
    float: left;
    /*padding: 1rem;*/
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

.header-menu-fabrics__ul li a {
    /*color: #fff;*/
}

.header-menu-fabrics__ul li:hover {
    /*background: red;*/
    cursor: pointer;
}

.header-menu-fabrics__ul li.header-menu-fabrics__li-letter_dis:hover {
    cursor: unset;
}

ul.header-menu-fabrics__ul li ul {
    /*background: orange;*/
    visibility: hidden;
    opacity: 0;
    /*min-width: 5rem;*/
    position: absolute;
    transition: all 0.5s ease;
    /*margin-top: 1rem;*/
    /*left: 0;*/
    display: none;
    background: #fff;
}

.header-menu-fabrics__li-letter:nth-last-of-type(-n+13) .header-menu-fabrics__ul_sub {
    right: 0;
}

ul.header-menu-fabrics__ul li:hover > ul,
ul.header-menu-fabrics__ul li ul:hover {
    visibility: visible;
    opacity: 1;
    /*display: block;*/
    display: flex;
    z-index: 999;
    max-height: 600px;
    max-width: 800px;
    /*overflow: scroll;*/
}

.header-menu-fabrics__div {
    min-width: 220px;
    padding: 0 20px;
}

.header-menu-fabrics__ul_sub {
    margin-top: 5px;
    padding-left: 0;
    padding: 20px 0;
    box-shadow: 0px 6px 5px 2px rgba(0, 0, 0, .3);
}

.header-menu-fabrics-sub-link {
    color: #333;
}

.header-menu-fabrics-sub-link:hover {
    color: #FFAB1D;
}

.header-menu-fabrics-sub-link__important {
    color: #d00000;
    font-weight: 700;
}

ul.header-menu-fabrics__ul li ul li {
    clear: both;
    width: 100%;
}

.filter-brand-search {
    padding: 0 15px 15px 15px;
}

#filter-brand-search__input {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    padding: 5px;
}

#filter-brand-search__input:focus {
    outline: none;
}

.filter-brand-list .no-results {
    font-size: 13px;
    padding: 0 15px;
}

.share-collections {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

.share-collections__row {
    padding-bottom: 0;
}

.description_proizvod {
    margin-bottom: 30px;
}

.search_margin_bot {
    margin-bottom: 30px;
}

.bx-filter .bx-filter-popup-result.left {
    font-size: 14px;
    margin-top: 0;
    margin-left: 0;
    right: 103%;
}

.catalog-section--last {
    padding-bottom: 80px;
}

.new-novini__min-price {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 17px;
    margin-top: 5px;
}

.api-reviews-anserw-admin-avatar__img {
    margin-bottom: 10px;
    max-width: 128px;
}

.question-block {
    background-color: #F1F2F5;
    padding: 20px 0;
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
}

.question-block__question {
    display: flex;
    position: relative;
    background: #fff;
    padding: 20px;
}

.question-block__user-info {
    width: 20%;
}

.question-block__user-text {
    width: 80%;
}

.question-block__answer {
    padding: 20px;
    display: flex;
    background: #fff;
    margin-top: 10px;
}

.question-block__form-block {
    width: 85%;
}

.question-block__form-textarea {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 17px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
}

.question-block__form-textarea:focus {
    border: 1px solid #63B039;
    outline: none;
}

.question-block__form-submit {
    width: 32%;
    display: block;
    margin: 0 auto;
}

.question-block__error,
.question-block__success {
    position: fixed;
    bottom: calc(50% - 100px);
    left: 25%;
    height: 100px;
    width: 50%;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 10px;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    display: none;
    border: 1px solid #63B039;
    border-radius: 4px;
    line-height: 4.5;
}

.question-block__error {
    border: 1px solid red;
}

.question-block__success {
    border: 1px solid #63B039;
}

.question-block__close {
    width: 14px;
    height: 14px;
    background: url(/upload/images/close.png) 50% 50% no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
}

.question-block__admin-answer {
    display: flex;
    position: relative;
    background: #fff;
    padding: 20px;
}

.question-block__admin-answer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background: #e0e0e0;
}

.new-elem-card .characteristic-new-item-value {
    display: flex;
    align-items: center;
}

.new-elem-card__new-popular_persent {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(image/persent.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}

.fabric-url {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.new-elem-card .characteristic-new-item-value .fabric-url:hover,
.new-section-card .characteristic-new-item-value .fabric-url:hover {
    color: #fbb738;
}

.seo-meta-bottom {
    font-size: 15px;
    line-height: 24px;
}

.seo-meta-bottom__title {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 42px;
    line-height: 53px;
    margin-top: 50px;
    margin-bottom: 35px;
}

.seo-meta-bottom__columns {
    column-count: 2;
}

.seo-meta-bottom__bold-text,
.seo-meta-bottom__columns h3 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.in-stock {
    display: flex;
    align-items: center;
}

.elements-in-stock {
    margin-top: 7px;
}

.in-stock__img {
    width: 17px;
}

.in-stock__text {
    color: #4cc04c;
    margin-left: 5px;
}

.lazy {
    height: auto;
}

.lazy,
.lazyBg {
    background-image: url('image/1111.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20%;
    width: 100%;
}

.pdf-catalogs .lazy {
    width: auto;
    min-width: 200px;
}

.header-topic__right {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.workTimeBanner {
    background-color: #8A0000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.workTimeBanner__inner {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workTimeBanner__text {
    margin-left: 5px;
    text-align: center;
}

.workTimeBanner__link {
    color: #FFAB1D;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.workTimeBanner__link:hover {
    color: #FFAB1D;
    opacity: .8;
}

/*index*/
div.carousel-line_popular{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_show_all_popular{
    display: block;
    color: #241D37;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.index_show_all_popular:hover{
    color: #FFAB1D;
    text-decoration: underline;
}
.ind-title_recomend{
    margin-bottom: 0;
}
/*news detail iblock*/
.news-detail-container{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: 15px;
}
.news-detail-container .new-novini_item{
    margin-bottom: 20px;
}
.news-detail-container .collection-labs{
    margin-left: 5px;
}
.news-detail-container img.new-novini_item__image{
    min-width: 100%;
}
.news-detail-container .new-catalog_item_slider{
    justify-content: center;
}
/*stiker obrazec v salone*/
.stick_obrazec_v_salone{
    position: absolute;
    top: 15px;
    left: 10px;
    background: rgba(255,171,29, 1);
    padding: 3px 5px 5px 5px;
    color: #000;
}
.np_mobile-menu_slider{
    display: flex;
    align-items: center;
}
.np_mobile-menu_slider a{
    text-transform: uppercase;
    color: #fff;
}
.np_mobile-menu_slider_span{
    display: block;
    width: 9px;
    height: 9px;
    background: url("image/arrow-right.png") 50% 50% no-repeat;
    margin-right: 5px;
    cursor: pointer;
}
.np_mobile-menu_slider_ul{
    padding-left: 13px;
}
.np_mobile-menu_slider_ul a{
    color: #fff;
}
@media screen and (max-width: 1400px) {
    .new-fortyfour {
        min-height: 650px;
    }
    .new-fortyfour-text{
        min-width: 940px;
    }
}
@media screen and (min-width: 1200px) {
    .order-checkout .confirm-trigger {
        margin-left: 4px;
    }
}

@media screen and (max-width: 1199px) {
    .centrel-header {
        margin-left: 0;
        margin-right: 0;
    }

    /*header*/
    .header-menu-fabrics {
        display: none;
    }

    .header-middlet-phones-and-search {
        justify-content: flex-end;
    }

    .input.form-control1:focus {
        width: 300px;
    }

    .more-xl {
        display: none !important;
    }

    .smaller-xl-bl {
        display: flex !important;
    }

    /*footer*/
    .new-footer-top-inc__a {
        font-size: 20px;
    }

    button.modal-buttom-footer.ind-menu-modal-buttom {
        width: 100%;
    }

    .social_footer-links_container {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .social_footer-links_container > a {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .new-footer-cards-container {
        margin-top: 20px;
    }

    /*raskladka*/
    .raskladka-item_slide {
        width: 65%;
    }

    .raskladka-item_info {
        width: 35%;
        padding: 20px;
    }

    .raskladka-item_info_name {
        line-height: 25px;
    }

    .raskladka-item_info .characteristic-new-item {
        flex-wrap: wrap;
        height: 50px;
    }

    .raskladka-item_info .characteristic-new-item-title {
        width: 100%;
        line-height: 1;
    }

    .raskladka-item_info .characteristic-new-item-value {
        width: 100%;
        padding-left: 15px;
        line-height: 1;
    }

    .raskladka-item {
        position: relative;
    }

    .raskladka-item_info_controls {
        position: absolute;
        left: 20px;
        bottom: 15px;
    }

    .raskladka-item-epilog.raskladka-item .raskladka-item_info_controls {
        top: unset;
        right: unset;
    }

    .raskladka_3d_section .raskladka-item_info_controls {
        position: relative;
        left: unset;
        bottom: unset;
    }

    .control-prev-ind-rask {
        background: url('image/arrow-left.png'), linear-gradient(89.84deg, #F98B4D -0.05%, #FBB746 100.49%);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: none;
    }

    .control-next-ind-rask {
        background: url('image/arrow-right.png'), linear-gradient(89.84deg, #F98B4D -0.05%, #FBB746 100.49%);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: none;
    }

    /*index*/
    button.ind-menu-modal-buttom {
        width: auto;
    }

    .ind-menu-item-callback {
        padding: 50px;
    }

    /*contacts*/
    /*.more-xl-cont{*/
    /*display: none;*/
    /*}*/
    .new-contacts-top {
        flex-wrap: wrap;
    }

    .new-contacts-top_last {
        margin-top: 30px;
    }

    /*cart*/
    .new-cart-items-name {
        width: 35%;
    }

    .new-cart-items-price2,
    .new-cart-items-quantity {
        width: 20%;
    }

    .brands-alphabet-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .delivery-zones_mobile {
        display: none;
    }

    table.delivery-new-table tr td:first-child:before {
        color: #241D37;
    }

    table.delivery-new-table tr {
        border-bottom: 1px solid #E0E0E0;
        display: block;
        margin-bottom: .625em;
    }

    table.delivery-new-table tr.delivery-head_mobile {
        display: none;
    }

    table.delivery-new-table td {
        display: flex;
        padding: 8px 0;
    }

    table.delivery-new-table td:before {
        content: attr(aria-label);
        color: #bbbbbb;
        display: inline-block;
        min-width: 100px;
    }

    table.delivery-new-table td:last-child {
        border-bottom: 0;
    }

    .new-cart-submit .itogo {
        font-size: 24px;
        margin-right: 30px;
    }

    /*about*/
    .new-about-news-container {
        justify-content: flex-start;
    }

    .new-about-news-item {
        width: 24%;
        margin-right: 1.3%;
    }

    .new-about-news-container .new-about-news-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .new-about-news-item:nth-child(5n+5) {
        margin-right: 1.3%;
    }

    /*404*/
    .new-fortyfour {
        min-height: 500px;
    }

    .new-fortyfour-text {
        margin-bottom: 40px;
        min-width: unset;
    }

    .new-fortyfour_copyright {
        padding: 40px 0 40px;
    }

    .new-sale-rules-block .new-checkboxes:last-child {
        display: block;
    }

    /*cart*/
    .new-cart-items-props-cont {
        align-items: flex-end;
    }

    /*sojax*/
    .soajax-delpay__name {
        width: calc(100% - 35px);
    }

    /*orders*/
    .new-order_status__box_cont {
        flex-wrap: wrap;
    }

    .new-order_status__box_cont-right {
        flex-direction: row;
        align-items: center;
        margin-top: 30px;
    }

    .new-order_status__box_cont-right .btns-g-rainbow {
        margin-bottom: 0;
    }

    .new-order_status__box_cont-right .btns-g-rainbow,
    .new-order_status__box_cont-right .box__right__link,
    .new-order_status__box_cont-right .pay-button {
        margin-right: 20px;
    }

    /*order detail*/
    .new-order_status__box_cont #payButton {
        margin-right: 20px;
    }

    .new-order_status__box_cont-right.npl-detail-order__righh {
        align-items: flex-start;
        margin-top: 0;
        flex-direction: column;
    }

    .new-cart-items-dd-itog__span {
        left: -70px;
    }

    /*ELEMENT*/
    .new-elem-card .box-right-top {
        display: flex;
        margin-top: 20px;
    }

    .new-elem-card .m-sharing {
        margin-left: calc(50% + 10px);
    }

    .new-elem-card .top-right-new-main {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .new-elem-card .box-elems {
        width: calc(50% - 10px);
    }

    .new-elem-card div.box-right-bottom {
        width: calc(50% - 25px);
        position: absolute;
        bottom: 0;
        right: 15px;
    }

    .new-elem-card .top-right-new-last-npl {
        margin-bottom: 110px;
    }

    .new-elem-card a.product-basket-link.to-basket-link,
    .new-section-card .btns-new .buy-btn-new {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .new-elem-card .box-right-bottom button.onclick-btn-new,
    .new-section-card .btns-new .variants-3d {
        width: calc(50% - 10px);
    }

    .new-elem-card .new-elems-container {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .new-elem-card a.new-elems-container-item.a_product_delay,
    .new-elem-card .favnew {
        margin-right: 20px;
    }

    /*ask*/
    .api_modal_header_title {
        width: 20%;
    }

    .comments-form-khayr {
        width: 80%;
    }

    .khayr_main_comment .comments .stock .userInfo,
    .api-reviews-anserw-admin-avatar {
        width: 20%;
        margin-right: 0;
    }

    .api-item-item_left {
        width: 20%;
    }

    .new-catalog_item_slider .new-catalog_item_slider_item {
        display: none;
    }

    .new-catalog_item_slider .new-catalog_item_slider_item_nav {
        display: none!important;
    }

    .new-catalog_item_slider .new-catalog_item_slider_item.active {
        display: block;
    }

    .header-topic__right {
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    .more-992 {
        display: none;
    }

    .smaller-992 {
        display: flex;
    }

    .fotorama__nav-wrap {
        margin-bottom: 20px;
    }

    /*header*/
    .header-topic .header-topic-menu-left li {
        padding: 0 10px 0 0;
    }

    .more-lg {
        display: none !important;
    }

    .smaller-lg {
        display: inline-block !important;
    }

    /*footer*/
    /*index*/
    .m_mainBanners_pict {
        display: flex;
    }

    .ind-pill-inner {
        width: calc(50% - 10px);
    }

    .ind-pill-inner:first-child {
        margin-right: 20px;
    }

    .carousel-inner-ind_img {
        height: 380px !important;
    }

    .m_mainBanners_pict {
        padding-bottom: 0;
    }

    .ind-pill-inner:first-child {
        margin-bottom: 0;
    }

    .slide-banner-index {
        padding-bottom: 50px;
    }

    .carousel-indicators-ind {
        bottom: 30px;
    }

    /*detail-collection*/
    .gallery-container-collections-right {
        display: flex;
    }

    .new-card-description_item {
        width: calc(50% - 10px);
    }

    .new-card-description_item:first-child {
        margin-right: 20px;
    }

    div.varianty-raskladky-col-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    div.varianty-raskladky-col-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .raskladka-item {
        flex-wrap: wrap;
    }

    .raskladka-item_slide,
    .raskladka-item_info {
        width: 100%;
    }

    .raskladka-item_info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .raskladka-item_info .characteristic-new,
    .raskladka-item_info_author_name {
        width: 50%;
    }

    .raskladka-item_info_btns {
        width: 100%;
    }

    .raskladka-item_slide {
        position: relative;
    }

    .raskladka-item.raskladka-item-epilog .raskladka-item_info_author_name {
        margin-bottom: 20px;
    }

    .raskladka-item.raskladka-item-epilog .raskladka-item_info {
        align-items: flex-start;
    }

    .raskladka-item.raskladka-item-epilog .raskladka-item.raskladka-item-epilog {
        align-items: flex-start;
    }

    .npl-tabs-reviews-and-asks.nav.nav-tabs li a,
    .new-elem-card_ask__p {
        font-size: 36px;
        line-height: 45px;
    }

    .khayr_main_comment .comments .stock .userInfo,
    .api-reviews-anserw-admin-avatar,
    .api-item-item_left {
        width: 25%;
    }

    .khayr_main_comment .form,
    .api_modal_content {
        flex-wrap: wrap;
    }

    .api_modal_header_title {
        width: 100%;
        margin-bottom: 10px;
    }

    .api_form,
    .comments-form-khayr {
        width: 100%;
    }

    .raskladka-item_info_author {
        line-height: 20px;
        margin: 10px 0;
    }

    /*cart*/
    .new-cart-items,
    .new-cart-items-props-cont {
        flex-wrap: wrap;
    }

    .new-cart-items-props-cont {
        width: calc(100% - 120px);
    }

    .new-cart-items-name {
        width: 100%;
    }

    .new-cart-items-price1,
    .new-cart-items-quantity,
    .new-cart-items-price2 {
        width: 30%;
    }

    .new-cart-submit_order {
        padding: 11px 15px;
        margin-right: 10px;
    }

    a:not([href]).new-cart-submit_fast, .new-cart-submit_fast {
        padding: 11px 15px;
    }

    .new-cart-submit .itogo {
        font-size: 23px;
        margin-right: 10px
    }

    /*akcii*/
    .all_shares_page__item_name {
        font-size: 19px;
        line-height: 24px;
        top: 10px;
        left: 30px;
    }

    .ind-pill-inner_discount-akcii {
        bottom: 20px;
    }

    /*catalog*/
    .ind-pill-inner.ind-pill-inner-inc-cat {
        margin-bottom: 30px;
        width: 100%;
        height: 140px;
    }

    .npl-top-catalog-item-counter {
        display: none;
    }

    .index-more-sm-slider {
        display: block;
    }

    .index-more-sm-slider-str {
        display: inline-block !important;
    }

    .carousel-line .ind-title, .ind-title {
        font-size: 32px;
        line-height: 40px;
    }

    .js-pagination {
        left: -40%;
    }

    /*about*/
    .new-about-news-item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .new-about-news-container .new-about-news-item:nth-child(4n+4) {
        margin-right: 2%;
    }

    .new-about-news-container .new-about-news-item:nth-child(5n+5) {
        margin-right: 2%;
    }

    .new-about-news-container .new-about-news-item:nth-child(3n+3) {
        margin-right: 0;
    }

    /*404*/
    .new-fortyfour {
        min-height: 470px;
    }

    .new-fortyfour-text {
        flex-direction: column;
        margin-bottom: 0;
        text-align: center;
    }

    .new-fortyfour_title-cont {
        margin-bottom: 60px;
    }

    .new-fortyfour_title-cont {
        padding-right: 0;
    }

    /*cart*/
    .new-cart-info_text {
        width: calc(100% - 120px);
    }

    .new-cart-items-add-to-cart {
        position: absolute;
        right: 34px;
        top: 15px;
    }

    /*soajax*/
    .new-soajax_flexclass {
        flex-wrap: wrap;
    }

    .new-checkboxes_prop_41 {
        width: 100%;
        margin-top: 10px;
    }

    .new-soajax_home,
    .new-soajax_domof {
        width: 32%;
        margin-right: 2%;
    }

    .new-soajax_flat {
        width: 32%;
        margin-right: 0;
    }

    label.soajax-delpay__label {
        margin-top: 20px;
    }

    /*order*/
    .new-order_status__box_cont-right {
        width: 100%;
        position: relative;
    }

    .npl-cancel-order-adaptive__span {
        display: none;
    }

    .new-order_status__box_cont-right .box__right__link:last-child {
        margin-right: 0;
        position: absolute;
        right: 0;
    }

    .box__right__link span.cancel {
        margin-right: 0;
    }

    .new-order_status__status {
        font-size: 17px;
        line-height: 20px;
    }

    /*order detail*/
    .order_status__box-dd {
        padding: 15px;
    }

    .new-order_status__box_cont-right.new-order_status__box_cont-right-dd-top .box__right__link:last-child {
        position: relative;
    }

    .new-order_status__box_cont-right.new-order_status__box_cont-right-dd-top .box__right__link span.cancel {
        margin-right: 10px;
    }

    .new-order_status__box_cont-right.npl-detail-order__righh {
        width: auto;
    }

    .new-order_status__box_cont.new-order_status__box_cont-dd {
        flex-wrap: nowrap;
    }

    .new-cart-items-dd-itog__span {
        position: relative;
    }

    .new-cart-items.new-cart-items-dd {
        align-items: flex-end;
        position: relative;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-name-cont__a {
        position: absolute;
        top: 10px;
    }

    .npl-detail-orders-country {
        position: absolute;
        top: 50px;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-name-cont {
        width: calc(45% - 120px);
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-price-cont {
        width: 55%;
        align-items: flex-end;
    }

    .new-cart-items-dd-price-cont__sum {
        padding-left: 0;
    }

    .new-cart-items-dd-itog__span {
        left: 0;
    }

    .element-about-include {
        display: none;
    }

    .control-ind-pop {
        top: 12px;
    }

    .header-topic__left {
        -ms-flex: 0 0 89%;
        flex: 0 0 89%;
        max-width: 89%;
    }

    .header-topic__right {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
        align-items: flex-end;
        justify-content: center;
    }

    .header-topic__address {
        display: none;
    }

    .header-topic__login-text {
        display: none;
    }
    .control-index-pop{
        left: 434px;
    }
    .index_show_all_popular{
        margin-bottom: 26px;
    }
}

@media screen and (max-width: 767px) {
    /*main*/
    h1.title {
        font-size: 36px;
        line-height: 45px;
    }

    /*adaptive menus*/
    .not-in-big {
        display: block !important;
    }

    .in-big {
        display: none !important;
    }

    ul.mobile-razdel-menu:hover {
        cursor: pointer;
    }

    /*small menu*/
    .box-left-menu li {
        display: none;
        padding: 0;
        border-left: none;
    }

    .box-left-menu li.activity_li {
        display: block;
        border-left: none;
        background: #f1f2f5;
        padding: 10px 0 13px 15px;
        color: #241D37;
        font-size: 17px;
        line-height: 22px;
        position: relative;
    }

    .box-left-menu li.activity_li:before {
        content: '';
        width: 15px;
        height: 8px;
        background: url('image/arrow-bl.png');
        background-repeat: no-repeat;
        background-position: 100% 50%;
        position: absolute;
        top: calc(50% - 4px);
        right: 15px;
    }

    .box-left-menu li.activity_li.reversetriangle:before {
        background: url('image/arrow-rev.png');
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .box-left-menu li a {
        display: block;
        padding: 7px 0 10px 15px;
        background: #e1e2e5;
    }

    .box-left-menu li:hover {
        cursor: pointer;
    }

    .api-reviews-list .api-item,
    .khayr_main_comment .comments .stock {
        flex-wrap: wrap;
    }

    .khayr_main_comment .comments .stock .userInfo {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .api-reviews-anserw-admin {
        flex-wrap: wrap;
    }

    .khayr_main_comment .comments .stock .userText,
    .api-reviews-anserw-admin-avatar,
    .comment-anserw-khayr {
        width: 100%;
    }

    .api-reviews-anserw-admin-avatar {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .api-reviews_days_ago {
        margin-left: 20px;
    }

    .api-item-item_left {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .api-item-item_right {
        width: 100%;
    }

    .api-item-item_left .api-star-rating {
        width: auto;
        margin-right: 20px;
    }

    .api-item-item_left .api-date {
        margin-left: 20px;
    }

    .api_form_top {
        flex-wrap: wrap;
    }

    .api_form_top .new-soajax__inputs_api_title {
        width: 100% !important;
    }

    .api_form_top .api-star-rating {
        margin: 10px auto 0;
    }

    .api-guest-form {
        flex-wrap: wrap;
    }

    .api-guest-form-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .api-form-submit.btns-g {
        width: 100%;
    }

    /*header*/
    .more-md {
        display: none !important;
    }

    .smaller-md {
        display: flex;
    }

    .smaller-md-filter {
        display: block;
    }

    .header-middlet {
        padding: 15px 0;
    }

    .header-phone__p {
        margin-right: 0;
    }

    /*index*/
    .m_mainBanners_pict {
        display: block;
    }

    .ind-pill-inner {
        width: 100%;
    }

    .ind-pill-inner:first-child {
        margin-right: 0;
    }

    .ind-pill-inner:first-child {
        margin-bottom: 30px;
    }

    div.varianty-raskladky-col-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    div.varianty-raskladky-col-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }


    .carousel-inner-ind_img {
        height: 220px !important;
    }

    .ind-pill-inner {
        height: 200px !important;
    }

    .index-slider__a_name {
        font-size: 28px;
        line-height: 35px;
    }

    .ind-pill-inner_discount_big {
        bottom: 10px;
        font-size: 20px;
        padding: 5px 20px 7px;
    }

    .control-ind-mainbanner {
        display: none;
    }

    .ind-menu-item-callback {
        padding: 20px;
    }

    /*cart*/
    .cart-navbar {
        width: 100%;
        background: #F1F2F5;
        margin-bottom: 10px;
        padding: 0;
    }

    .navbar-brand-cart {
        color: #241D37;
        padding: 7px 0 10px 15px;
    }

    button.navbar-toggler:focus {
        outline: transparent;
    }

    .navbar-toggler {
        padding: 0;
    }

    .cart-navbar .navbar-toggler {
        width: 100%;
        height: 45px;
        position: absolute;
        top: 0;
    }

    .cart-navbar .navbar-toggler[aria-expanded="false"] {
        background: url('image/arrow-bl.png');
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 50%;
    }

    .cart-navbar .navbar-toggler[aria-expanded="true"] {
        background: url('image/arrow-rev.png');
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 50%;
    }

    .cart-tab-menu-item {
        padding: 7px 0 10px 15px;
        text-align: left;
        color: #FFAB1D;
        background: #e1e2e5;
        font-size: 17px;
    }

    .cart-tab-menu-item.active {
        display: none;
    }

    a:not([href]).new-cart-submit_fast, .new-cart-submit_fast {
        width: calc(50% - 10px);
        text-align: center;
    }

    .new-cart-submit_order {
        width: calc(50% - 10px);
        margin-right: 20px;
        text-align: center;
    }

    .new-cart-items-add-to-cart {
        top: calc(50% - 21px);
    }


    /*akcii*/
    .all_shares_page__item_name {
        font-size: 23px;
        line-height: 30px;
        top: 20px;
        left: 40px;
    }

    .ind-pill-inner_discount-akcii {
        bottom: 30px;
    }

    /*contacts*/
    .new-contacts-top_itm,
    .new-contacts-top_last {
        width: 50%;
    }

    .new-contacts-top_itm.new-contacts-top_itm_last {
        margin-top: 30px;
    }

    .new-contacts-top_last {
        flex-wrap: wrap;
    }

    .control-ind-pop.more-sm {
        display: flex;
        left: unset;
        right: 15px;
        top: 12px;
    }

    /*404*/
    .new-fortyfour_title-cont > p {
        font-size: 15px;
    }

    p.new-fortyfour-text_title {
        font-size: 32px;
        line-height: 40px;
    }

    .new-fortyfour {
        min-height: 450px;
    }

    .new-fortyfour_title-cont {
        margin-bottom: 40px;
    }

    .new-fortyfour-text_title {
        margin-bottom: 60px;
    }

    .ind-pill-inner.ind-pill-inner-inc-cat {
        height: 140px !important;
    }

    .js-pagination {
        width: 100%;
        left: 0;
    }

    .mobile-adaptive-filter {
        position: fixed;
        background: #fff;
        padding: 15px;
        z-index: 99999;
        top: 0;
        bottom: 0;
        left: -320px;
        width: 320px;
    }

    .mobile-adaptive-filter.showing-mobile-filter {
        left: 0;
    }

    .npl-adaptive-mobile-plitka {
        background: #F1F2F5;
        padding: 9px 0 9px 15px;
        position: relative;
    }

    .npl-adaptive-mobile-plitka:before {
        content: '';
        position: absolute;
        display: block;
        width: 22px;
        height: 18px;
        background: url('image/paramsfilt.png');
        right: 15px;
        top: calc(50% - 9px);
    }

    /*cart*/
    .new-cart-items {
        align-items: flex-start;
    }

    .new-cart-items-mobile-edition-bottom {
        width: calc(100% + 120px);
        margin-left: -120px;
        align-items: center;
        margin-top: 10px;
    }

    .new-cart-items-price1 {
        width: 120px;
    }

    /*soajax*/
    .new-soajax-fio,
    .new-soajax-contacts,
    .new-soajax-adress,
    .new-soajax-dopinfo,
    .new-soajax-deliveryandpay {
        flex-wrap: wrap;
    }

    .new-soajax__titles,
    .new-soajax__content,
    .new-soajax_street,
    .new-soajax-payment {
        width: 100%;
    }

    .new-soajax_city {
        width: 100%;
        margin-right: 0;
    }

    .new-soajax__titles {
        margin-bottom: 10px;
        padding-left: 3px;
    }

    .new-soajax-delivery {
        width: 100%;
        margin-right: 0;
    }

    .new-soajax-payment {
        margin-top: 30px;
    }

    .new-cart-submit {
        flex-wrap: wrap;
    }

    .new-cart-submit.new-soajax-summary {
        justify-content: center;
    }

    .new-soajax-summary-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-cart-submit .itogo {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .new-soajax-summary_gotocart,
    .new-cart-submit .itogo {
        margin-bottom: 20px;
    }

    .npl-top-catalog-item-collections {
        display: none;
    }

    .ind-news-hidden-all {
        display: none;
    }

    /*delivery*/
    .oplata_i_dostavka_page.nav > li > a {
        display: block;
        padding: 7px 0 10px 15px;
        background: #e1e2e5;
    }

    .oplata_i_dostavka_page.nav > li {
        display: none;
    }

    .oplata_i_dostavka_page.nav > li.activity,
    .oplata_i_dostavka_page.nav > li {
        border-left: none;
        padding: 0;
    }

    .oplata_i_dostavka_page.nav .opl-dev-header {
        border-left: none;
        background: #f1f2f5;
        padding: 10px 0 13px 15px;
        color: #241D37;
        font-size: 17px;
        line-height: 22px;
        position: relative;
    }

    .oplata_i_dostavka_page.nav .opl-dev-header:before {
        content: '';
        width: 15px;
        height: 8px;
        background: url(image/arrow-bl.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        position: absolute;
        top: calc(50% - 4px);
        right: 15px;
    }

    .oplata_i_dostavka_page.nav .opl-dev-header.reversetriangle:before {
        background: url(image/arrow-rev.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .tab-content-delivery {
        padding-top: 30px;
    }

    /*order*/
    .npl-personal-menu__logout {
        display: none;
    }

    /*order detail*/
    .catalog-section .show-more-block {
        text-align: center;
    }

    .catalog-section .show-more-block a {
        margin-left: 0;
    }

    /*element*/
    .new-card-description_item {
        font-size: 14px;
    }

    .new-section-card a.modal-buttom-m-new {
        font-size: 14px;
    }

    .new-buttons-detail .m-sample__fav {
        margin-right: 10px;
    }

    .gallery-container-collections {
        margin-bottom: 20px;
    }

    .new-elem-card .characteristic-new-item-value {
        flex-direction: column;
    }

    .new-elem-card .box-right-top {
        flex-wrap: wrap;
    }

    .new-elem-card .top-right-new-main, .new-elem-card .box-elems {
        width: 100%;
        margin-right: 0;
    }

    .new-elem-card .characteristic-new-item, .new-section-card .characteristic-new-item, .raskladka-item_info .characteristic-new-item {
        min-height: 40px;
        height: auto;
    }

    .new-elem-card div.box-right-bottom {
        position: static;
        width: 100%;
    }

    .new-elem-card .top-right-new-last-npl {
        margin-bottom: 0;
    }

    .new-elem-card .m-sharing {
        width: 100%;
    }

    .ya-share2__container_size_s .ya-share2__icon {
        width: 22px;
        height: 22px;
    }

    .information-bordurs {
        bottom: 10px;
        width: calc(100% - 30px);
        padding-left: 20px;
    }

    .new-elem-card .m-sharing {
        margin-left: 0;
    }

    .new-elem-card .country-block .characteristic-new-item-value {
        flex-direction: row;
        justify-content: center;
    }

    .new-elem-card .country-block .characteristic-new-item-value .flag-holder {
        margin-right: 5px;
    }

    .new-elem-card .collection-advantages {
        display: none;
    }

    .npl-collections__h3 {
        font-size: 24px;
        padding: 15px;
    }

    .scrollup-button.fixed {
        bottom: 10px;
    }

    .scrollup-button {
        left: 25px;
    }

    .new-catalog_item_slider,
    .new-catalog_item_not_slider {
        height: auto;
    }

    .new-catalog_item_slider .new-catalog_item_slider_item img,
    .new-catalog_item_not_slider .new-catalog_item_image img {
        position: static;
        transform: none;
        top: 0;
    }

    .seo-meta-bottom__columns {
        column-count: 1;
    }
    .raskladka-item-epilog-slide-container{
        display: block;
    }
    .raskladka-item.raskladka-item-epilog .raskladka-in-section-pict{
        width: 100%;
    }
    div.carousel-line_popular{
        display: unset;
    }
    .ind-title_recomend{
        margin-bottom: 20px;
    }
    .news-detail-container .new-novini_item__a{
        min-height: unset;
    }
    .search-page input[name="q"]{
        width: calc(100% - 77px);
    }
    table.title-search-result{
        width: 100%;
    }
    div.title-search-result{
        width: calc(100% - 30px) !important;
    }
    table.title-search-result td{
        white-space: normal;
    }
    .m-collection-advantages__item{
        align-items: unset;
        cursor: pointer;
    }
    .m-collection-advantages__item-text{
      padding-top: 8px;
    }
    .m-collection-advantages__item-text.ask_block_payment{
        padding-top: 0px;
    }
    /*.item_without_align.m-collection-advantages__item{*/
    /*    align-items: unset;*/
    /*}*/
    /*.m-collection-advantages__item-text{*/
    /*    max-width: 230px;*/
    /*}*/
    .m-collection-advantages__ask_span{
        position: relative;
        z-index: 999;
    }
    .m-collection-advantages__ask_block::before{
        display: none;
    }
    .m-collection-advantages__ask_block{
        position: relative;
        top: 10px;
        box-shadow: unset;
        border: 2px solid #53A72D;
        margin: 10px 0;
        width: calc(100% + 39px);
        left: -39px;
    }
    .ask_block_payment .m-collection-advantages__ask_block{
        top: 0;
    }

}

@media screen and (max-width: 575px) {
    /*main*/
    h1.title {
        font-size: 28px;
        line-height: 35px;
    }

    /*callback*/
    .modal-body .text-right {
        text-align: left !important;
    }

    /*header*/
    .header-bottoms-catalog_btn {
        padding: 5px 10px 25px 20px;
    }

    .header-bottoms-catalog__a_title {
        display: none;
    }

    .header-cart-and-heart-cart {
        margin-right: 20px;
    }

    .header-cart-and-heart_personal {
        display: block;
        width: 20px;
        height: 22px;
        background: url('image/header/personal.png');
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header-cart-and-heart_search {
        display: block;
        width: 22px;
        height: 22px;
        background: url('image/header/search.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 15px;
    }

    .smaller-sm {
        display: flex !important;
    }

    .more-sm {
        display: none !important;
    }

    .more-sm-flex {
        display: none !important;
    }

    .npl-tabs-reviews-and-asks.nav.nav-tabs li a,
    .new-elem-card_ask__p {
        font-size: 28px;
        line-height: 35px;
    }

    /*about*/
    .new-about-news-item {
        width: 49%;
        margin-right: 0;
    }

    .new-about-news-container .new-about-news-item:nth-child(4n+4) {
        margin-right: 0;
    }

    .new-about-news-container .new-about-news-item:nth-child(5n+5) {
        margin-right: 0;
    }

    .new-about-news-container .new-about-news-item:nth-child(2n) {
        margin-left: 2%;
    }

    .control-ind-pop.more-sm {
        display: none;
    }

    .index-more-sm-slider {
        display: none;
    }

    .index-more-sm-slider-str {
        display: none;
    }

    .footer-middle .navbar {
        padding: 0;
    }

    .footer-middle {
        padding-top: 0;
    }

    .footer-middle .footer-navbar {
        padding: 10px 0;
    }

    .navbar-brand.navbar-brand-new {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

    .footer-middle .navbar-toggler[aria-expanded="false"],
    .m_mainPageLinks-navbar .navbar-toggler[aria-expanded="false"] {
        background: url('image/arrow.png');
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .footer-middle .navbar-toggler[aria-expanded="true"],
    .m_mainPageLinks-navbar .navbar-toggler[aria-expanded="true"] {
        background: url('image/arrow-rev.png');
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .footer-middle .nav-link {
        padding: 0;
    }

    /*index*/
    .m_mainPageLinks-navbar {
        border-right: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .m_mainPageLinks-navbar:first-child {
        border-top: 1px solid #e0e0e0;
    }

    .m_mainPageLinks-navbar__image {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: 50% 50% !important;
    }

    .navbar-brand.m_mainPageLinks-navbar-brand {
        display: inline-flex;
    }

    .m_mainPageLinks-navbar__name {
        line-height: 2.4;
        color: #241D37;
        font-weight: bold;
        font-size: 20px;
    }

    .ind-menu-item-callback {
        margin-top: 30px;
    }

    /*catalog*/
    .new-catalog_item {
        width: 50%;
        margin-right: 0;
    }

    /*card collection*/
    .gallery-container-collections-right {
        display: block;
    }

    .new-card-description_item {
        width: 100%;
    }

    .new-card-description_item:first-child {
        margin-right: 0;
    }

    /*cart*/
    .new-cart-items {
        align-items: flex-start;
    }

    /*contacts*/
    .new-contacts-map,
    .new-contacts-virtual-tur {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .col-12.navbar-contacts-col-12 {
        padding: 0;
    }

    .navbar-contacts .navbar-toggler-icon {

    }

    .navbar-contacts {
        border-top: 1px solid #E0E0E0;
        padding: 1rem;
    }

    .new-contacts-two .navbar-contacts-col-12:last-child .navbar-contacts {
        border-bottom: 1px solid #E0E0E0;
    }

    .navbar-contacts .navbar-toggler[aria-expanded="false"] {
        background: url('image/arrow.png');
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .navbar-contacts .navbar-toggler[aria-expanded="true"] {
        background: url('image/arrow-rev.png');
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }

    .new-contacts-two {
        padding-bottom: 50px;
    }

    .new-contacts-item_title {
        font-size: 20px;
        line-height: 30px;
    }

    /*404*/
    p.new-fortyfour-text_title {
        font-size: 28px;
        line-height: 35px;
    }

    .new-fortyfour {
        min-height: 400px;
    }

    .new-fortyfour_title-cont {
        margin-bottom: 30px;
    }

    .new-fortyfour-text_title {
        margin-bottom: 40px;
    }

    /*cart*/
    .new-cart-items-delete {
        width: 5%;
    }

    .new-cart-price_big__span {
        font-size: 17px;
    }

    .new-cart-items-quantity .new-cart-quantity {
        width: 90px;
    }

    .npl-table-cart-inside .new-cart-info-img {
        display: none;
    }

    .npl-table-cart-inside .new-cart-info_text {
        width: 100%;
    }

    /*soajax*/
    .new-soajax_phone {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .new-soajax_mail {
        width: 100%;
    }

    .new-soajax_home, .new-soajax_domof {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .new-soajax_flat {
        width: 100%;
    }

    label.soajax-delpay__label {
        display: flex;
    }

    /*footer*/
    .footer-copyright {
        margin-top: 20px;
    }

    .new-footer-cards-container {
        justify-content: flex-start;
    }

    .new-footer-cards-container img:not(:last-child) {
        margin-right: 20px;
    }

    .ind-news-main-news {
        margin-bottom: 20px;
    }

    .ind-news-item__p_name_a {
        padding: 20px;
    }

    .npl-about-tags {
        margin-bottom: 0;
    }

    .about .adaptive-footer-480 {
        margin-bottom: 40px;
    }

    .ind-about_td_top {
        padding-bottom: 10px;
    }

    .new-contacts-top_phones {
        font-size: 20px;
    }

    .comments-form-khayr_bottom {
        flex-wrap: wrap;
    }

    .khayr_main_comment .w-45 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .comments-form-khayr_bottom .btns-g {
        width: 100%;
    }

    .npl-section-description {
        border: none;
        padding: 0;
    }

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

    .share-collections__item-country {
        justify-content: center;
    }

    .share-collections__item-slider .new-catalog_item_slider_item img {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

    .seo-meta-bottom__title {
        font-size: 32px;
        line-height: 40px;
    }

    .raskladka_3d_section {
        align-items: flex-start;
        flex-direction: column;
    }

    .raskladka_3d_section .raskladka-item_info_controls {
        margin-bottom: 25px;
    }

    .raskladka_3d_section .npl__h3 {
        padding-right: 0;
        color: #241D37;
        font-size: 20px;
        font-family: "DINPro-Bold", sans-serif;
        display: block;
    }
    .news-detail-container img.new-novini_item__image{
        min-width: unset;
    }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
    .adaptive-footer-480 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-middle {
        padding: 50px 0;
    }

    .footer-top-item {
        margin-bottom: 20px;
    }

    /*index*/
    .npl-about__h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .npl-about-col-md-6-first {
        margin-bottom: 30px;
    }

    .ind-about_td_top_p-biggest {
        margin-top: 30px;
    }

    .ind-news-item__img {
        height: 150px;
    }

    .ind-news-main-news {
        margin-bottom: 0;
    }

    .ind-news-main-news:first-child {
        padding-right: 7.5px;
    }

    .ind-news-main-news:nth-child(2) {
        padding-left: 7.5px;
    }

    .row.npl-about-tags {
        margin-bottom: 50px;
    }

    .new-novini .new-novini_item,
    .catalog-section-brands .adaptive-footer-480,
    .catalog-section .adaptive-footer-480,
    .npl-brands-section .adaptive-footer-480 {
        padding-right: 7.5px;
    }

    .new-novini .new-novini_item:nth-child(2n),
    .catalog-section-brands .new-catalog_item:nth-child(2n),
    .catalog-section .new-catalog_item:nth-child(2n),
    .npl-brands-section .adaptive-footer-480:nth-child(2n) {
        padding-left: 7.5px;
        padding-right: 15px;
    }

    .catalog-section .new-catalog_item:nth-child(odd) {
        padding-right: 7.5px;
    }

    .block1 .col-12-index-popular_small img {
        height: 300px;
    }

    .npl-slider-smallPhotos {
        top: 35px;
    }

    /*order*/
    .new-order_status__box_cont-right {
        flex-wrap: wrap;
    }

    .npl-cancel-order-adaptive__span {
        display: inline-block;
    }

    .new-order_status__box_cont-right .box__right__link:last-child {
        position: relative;
    }

    .box__right__link span.cancel {
        margin-right: 10px;
    }

    .new-order_status__box_cont-right .btns-g-rainbow {
        width: 100%;
        margin-right: calc(50% + 10px);
    }

    .new-order_status__box_cont-right .pay-button {
        position: absolute;
        right: 0;
        margin-right: 0;
        top: 1px;
        width: 50%;
    }

    .new-order_status__box_cont-right .box__right__link {
        margin-top: 10px;
        width: 50%;
        margin-right: 0;
    }

    /*order detail*/
    .new-order_status__box_cont-right.new-order_status__box_cont-right-dd-top .box__right__link {
        width: auto;
        margin-top: 0;
        margin-right: 10px;
    }

    .npl-cancel-dd-adaptive {
        display: none;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-price-cont {
        width: 65%;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-name-cont {
        width: 0;
    }

    .new-order_status__box_cont.new-order_status__box_cont-dd {
        flex-wrap: wrap;
    }

    .new-order_status__box_cont-right.npl-detail-order__righh {
        flex-direction: row;
        margin-top: 20px;
        align-items: flex-end;
        width: 100%;
        position: relative;
    }

    .new-cart-items-dd-itog {
        padding-bottom: 0;
    }

    .new-cart-items-dd-itog__span {
        display: inline-block;
        width: 135px;
        color: #7B7786;
        font-size: 16px;
        font-weight: normal;
    }

    .new-order_status__box_cont-right.npl-detail-order__righh #payButton2 {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width: 479px) {
    /*jspagination custom*/
    /*.raskladka-container .pagination-item li:not(.li__modern-page-next):not(.li_modern-page-previous){*/
    /*display: none;*/
    /*}*/
    .npl-reviews-counters__span {
        display: none;
    }

    .new-novini_item__image {
        max-height: none;
    }
    .share-collections  .new-novini_item__image {
        max-height: 255px;
    }

    .new-section-card-tags {
        top: 10px;
        left: 20px;
    }

    .new-elem-card a.product-basket-link.to-basket-link,
    .new-elem-card .box-right-bottom button.onclick-btn-new,
    .new-section-card .btns-new .buy-btn-new,
    .new-section-card .btns-new .variants-3d {
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }

    .new-elem-card .new-elems-container {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .new-elem-card .new-elems-container > * {
        margin-bottom: 10px;
    }

    .new-elem-card a.product-basket-link.to-basket-link,
    .new-section-card .btns-new .buy-btn-new {
        margin-bottom: 10px;
    }

    .new-elem-card .btns-new,
    .new-section-card .btns-new {
        flex-wrap: wrap;
    }

    .npl-tabs-reviews-and-asks.nav.nav-tabs li a,
    .new-elem-card_ask__p {
        margin: 0 20px 20px 0;
    }

    /*main*/
    .smaller-399 {
        display: flex !important;
    }

    .more-399 {
        display: none !important;
    }

    /*brand_new*/
    .adaptive-brands-npl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .catalog-section-brands .adaptive-brands-npl,
    .npl-brands-section .adaptive-brands-npl {
        padding-right: 7.5px;
    }

    .catalog-section-brands .adaptive-brands-npl:nth-child(2n),
    .npl-brands-section .adaptive-brands-npl:nth-child(2n) {
        padding-left: 7.5px;
        padding-right: 15px;
    }

    .pict_mnf_info_container_title {
        padding-left: 10px;
    }

    /*footer*/
    button.modal-buttom-footer.ind-menu-modal-buttom {
        width: unset;
        margin-top: 20px;
    }

    .footer-middle-mobile-menu {
        border-bottom: 2px solid #241C36;
    }

    .footer-top-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .new-footer-top-inc_4 {
        display: inline-block;
    }

    .footer-middle_title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .social_footer-links_container > a {
        margin: 0 5px 0;
    }

    .social_footer-links_container > a:last-child {
        margin-right: 0;
    }

    .social_footer-links_container > a:first-child {
        margin-left: 0;
    }

    .social_footer-links_container {
        margin-bottom: 20px;
    }

    .npl-about-col-md-6-first {
        margin-bottom: 35px;
    }

    .npl-about-col-md-6 {
        display: none;
    }

    .npl-about__h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .ind-about_td_top_p {
        font-size: 17px;
    }

    .ind-about_td_top_p-biggest {
        margin: 30px 0 0;
        font-size: 22px;
        line-height: 35px;
    }

    .ind-about_td_top {
        padding-bottom: 10px;
    }

    .ind-about_td_top:last-child {
        padding-bottom: 0;
    }

    .npl-about-tags__br {
        display: none;
    }

    .npl-about-tags__p {
        display: none;
    }

    .catalog-section .adaptive-footer-480 {
        padding-right: 7.5px;
    }

    .catalog-section .new-catalog_item:nth-child(2n) {
        padding-left: 7.5px;
        padding-right: 15px;
    }

    .catalog-section .new-catalog_item:nth-child(odd) {
        padding-right: 7.5px;
    }

    /*about*/
    .new-about-description > p:not(:last-child) {
        margin-bottom: 10px;
    }

    /*akcii*/
    .all_shares_page__item_name {
        font-size: 23.7037px;
        line-height: 30px;
    }

    .new-all_shares_page__img .ind-pill-inner_discount-akcii {
        font-size: 23.7037px;
        line-height: 30px;
        bottom: 20px;
    }

    .new-contacts-top_phones {
        font-size: 17px;
    }

    /*order*/
    .new-order_status__box_cont-left_top {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .new-order_status__value {
        display: block;
        margin-bottom: 20px;
    }

    .new-order_status__width,
    .npl-order_status-list-flex {
        display: block;
    }

    .new-order_status__box_cont-right {
        flex-wrap: wrap;
    }

    .new-order_status__box_cont-left {
        width: 100%;
    }

    .new-order_status__status {
        width: 100%;
    }

    .new-order_status__date {
        margin: 0;
    }

    .new-order_status__box_cont-right {
        margin-top: 0;
    }

    .new-order_status__box_cont-left_top {
        margin-bottom: 20px;
    }

    .new-order_status__box_cont-right .btns-g-rainbow,
    .new-order_status__box_cont-right .box__right__link,
    .new-order_status__box_cont-right .pay-button {
        width: 100%;
        margin-right: 0;
    }

    .new-order_status__box_cont-right .box__right__link,
    .new-order_status__box_cont-right .pay-button {
        margin-top: 10px;
    }

    .new-order_status__box_cont-right .box__right__link:last-child {
        width: auto;
        bottom: 0;
    }

    /*order detail*/
    .new-order_status__box_cont-right.new-order_status__box_cont-right-dd-top #payButton {
        width: 100%;
        margin-right: 0;
    }

    .npl-dd-ord__span {
        display: none;
    }

    .new-order_status__box_cont-right.new-order_status__box_cont-right-dd-top .box__right__link {
        width: 50%;
    }

    .new-cart-items.new-cart-items-dd {
        flex-wrap: wrap;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-name-cont__a {
        font-size: 17px;
        line-height: 21px;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-price-cont {
        width: 100%;
        margin-top: 10px;
    }

    .npl-detail-orders-country {
        top: 40px;
        display: flex;
    }

    .npl-dd-proiz-country__span {
        font-size: 15px;
        line-height: 18px;
    }

    .npl-dd-flag-country__span {
        width: 28px;
        margin-right: 5px;
    }

    .npl-dd-flag-country__span > img {
        width: 100%;
    }

    .new-cart-items-dd-price-cont__price {
        width: 40%;
    }

    .new-cart-items-dd-price-cont__quan {
        width: 20%;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-img {
        margin-right: 15px;
    }

    .npl-cancel-dd-adaptive.npl-cancel-dd-adaptive-size {
        display: block;
        min-width: 50px;
    }

    .new-order_status__box_cont.new-order_status__box_cont-dd {
        flex-wrap: wrap;
    }

    .new-cart-items-dd-itog__span {
        display: block;
        color: #7B7786;
        font-size: 16px;
        font-weight: normal;
    }

    .new-order_status__box_cont-right.npl-detail-order__righh {
        width: 100%;
    }

    .new-order_status__box_cont-right.npl-detail-order__righh #payButton2 {
        width: 100%;
    }

    .about .adaptive-footer-480 {
        margin-bottom: 0;
    }

    /*how to*/
    .raskladka-item_info .characteristic-new,
    .raskladka-item_info_author_name {
        width: 100%;
    }

    .raskladka-item_info {
        position: relative;
        padding-bottom: 80px;
    }

    .raskladka-item_info .btns-g.smaller-lg {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
    }

    .new-cart-submit_order {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    a:not([href]).new-cart-submit_fast, .new-cart-submit_fast {
        width: 100%;
    }
}

@media screen and (max-width: 399px) {
    .information-bordurs {
        left: 10px;
    }

    .npl-form-adaptive > div {
        width: 100%;
    }

    .stiks-proizvoditeli {
        bottom: unset;
        left: 5px;
        /*left: 50%;*/
        /*transform: translate(-50%);*/
        right: unset;
        bottom: 0;
    }

    .carousel-line .ind-title, .ind-title {
        font-size: 28px;
        line-height: 35px;
    }

    .col-sm-12.col-12-index-popular_small {
        padding: 0;
    }

    .npl-index-pop__a_index {
        padding-left: 15px;
    }

    .ind-recomends .nav-tabs li {
        margin-right: 0;
    }

    /*main*/
    h1.title {
        font-size: 24px;
        line-height: 30px;
    }

    /*header*/
    .header-logo__a {
        width: 130px;
    }

    .header-phone__num {
        font-size: 16px;
    }

    .header-phone__text {
        font-size: 12px;
    }


    /*footer*/
    .footer-top-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .new-footer-top-inc_4 {
        display: inline-block;
    }

    .footer-middle_title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .social_footer-links_container > a {
        margin: 0 5px 0;
    }

    .social_footer-links_container > a:last-child {
        margin-right: 0;
    }

    .social_footer-links_container > a:first-child {
        margin-left: 0;
    }

    .social_footer-links_container {
        margin-bottom: 20px;
    }

    .footer-copyright {
        margin-top: 20px;
    }

    .new-footer-cards-container {
        justify-content: flex-start;
    }

    .new-footer-cards-container img:not(:last-child) {
        margin-right: 20px;
    }

    /*index*/
    .npl-about-col-md-6-first {
        margin-bottom: 35px;
    }

    .npl-about-col-md-6 {
        display: none;
    }

    .npl-about__h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .ind-about_td_top_p {
        font-size: 17px;
    }

    .ind-about_td_top_p-biggest {
        margin: 30px 0 0;
        font-size: 22px;
        line-height: 35px;
    }

    .ind-about_td_top {
        padding-bottom: 10px;
    }

    .ind-about_td_top:last-child {
        padding-bottom: 0;
    }

    .npl-about-tags__br {
        display: none;
    }

    .npl-about-tags {
        margin-bottom: 0;
    }

    .npl-about-tags__p {
        display: none;
    }

    .carousel-inner-ind_img {
        height: 160px !important;
    }

    .ind-pill-inner {
        height: 150px !important;
    }

    .index-slider__a_name,
    .ind-pill-inner .text-banner {
        font-size: 18px;
        line-height: 23px;
        padding: 15px;
    }

    .ind-pill-inner_discount {
        font-size: 14px;
    }

    .ind-pill-inner_discount_big {
        bottom: 10px;
        font-size: 14px;
        padding: 5px 20px 7px;
    }

    .ind-pill-inner:first-child {
        margin-bottom: 20px;
    }

    .m_mainPageLinks-navbar__image {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .m_mainPageLinks-navbar__name {
        font-size: 17px;
    }

    .carousel {
        padding: 0 0 20px;
    }

    .carousel-indicators.carousel-indicators-ind {
        bottom: 20px;
    }


    /*catalog*/
    .new-catalog_item {
        width: 100%;
        margin-right: 0;
    }

    .catalog-section > .new-catalog_item:nth-child(2n+1) {
        margin-right: 0;
    }

    /*contacts*/
    .new-contacts-top_itm {
        width: 100%;
    }

    .new-contacts .new-contacts-regions-items-row {
        padding-bottom: 0;
    }

    .new-contacts-directors__h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .new-contacts-cities-item_title {
        font-size: 20px;
    }

    .new-contacts-item_title {
        font-size: 20px;
        line-height: 25px;
    }

    .new-contacts-top_itm.new-contacts-top_itm_last,
    .new-contacts-top_last {
        margin-top: 0;
        width: 100%;
    }

    .new-contacts-top_last button.modal-buttom-contacts {
        width: 100%;
        margin-right: 0;
    }

    .new-contacts-top_itm.new-contacts-top_itm_last {
        display: flex;
    }

    .new-contacts-top_phones {
        padding-right: 20px;
    }

    .new-contacts-top_itm {
        margin-bottom: 25px;
    }

    .new-contacts-one {
        padding: 10px 0 50px;
    }


    /*delivery*/
    .delivery_maps {
        flex-wrap: wrap;
    }

    .delivery_maps > div:first-child {
        margin-bottom: 20px;
    }

    .delivery__t2 {
        padding: 0 0 20px;
    }


    /*cart*/
    .new-cart-items-price1 {
        display: none;
    }

    .new-cart-items-quantity .new-cart-quantity {
        width: 100px;
    }

    .new-cart-items-price2 {
        width: calc(90% - 120px);
    }

    .new-cart-items-quantity {
        width: 120px;
    }

    /*404*/
    .mobile-adaptive-filter {
        position: absolute;
        bottom: unset;
    }

    .carousel-npl-320 {
        padding-bottom: 40px;
    }

    /*about*/
    .new-about-news-componentwrap img {
        width: 100px;
        height: 100px;
    }

    /*akcii*/
    .all_shares_page__item_name {
        font-size: 15.0842px;
        line-height: 19px;
    }

    .new-all_shares_page__img .ind-pill-inner_discount-akcii {
        font-size: 15.0842px;
        line-height: 19px;
        bottom: 20px;
    }

    /*howto*/
    /*brand_new*/
    #brands {
        justify-content: center;
    }

    .checkbox-mnf input[type="checkbox"] + label {
        margin-right: 0;
        width: 50%;
    }

    /*brand_new*/
    .adaptive-brands-npl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .catalog-section-brands .adaptive-brands-npl,
    .npl-brands-section .adaptive-brands-npl {
        padding-right: 15px;
    }

    .catalog-section-brands .adaptive-brands-npl:nth-child(2n),
    .npl-brands-section .adaptive-brands-npl:nth-child(2n) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .show-more-block:before,
    .show-more-block:after {
        display: none;
    }

    /*order detail*/
    .new-cart-items.new-cart-items-dd .new-cart-items-img {
        width: 70px;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-img > img {
        width: 100%;
        height: 100%;
    }

    .npl-detail-orders-country {
        top: 30px;
    }

    .npl-dd-proiz-country__span {
        font-size: 13px;
        line-height: 17px;
    }

    .npl-cancel-dd-adaptive.npl-cancel-dd-adaptive-size {
        font-size: 13px;
    }

    .new-cart-items.new-cart-items-dd .new-cart-items-dd-price-cont {
        font-size: 15px;
    }

    .catalog-section .adaptive-footer-480 {
        padding-right: 15px;
    }

    .catalog-section .new-catalog_item:nth-child(2n) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .api-reviews-form .api-star-rating i {
        transform: scale(0.7);
        margin-left: 0;
    }

    .api_form_top .api-star-rating {
        display: inline-flex;
    }

    .api-item-item_left .api-star-rating {
        display: inline-flex;
    }

    .api-reviews-list .api-icon-star {
        transform: scale(0.9);
    }

    /*raskladka epilog*/
    .raskladka-item.raskladka-item-epilog .raskladka-item_info .btns-g {
        width: calc(100% - 40px);
        left: 20px;
    }
    label.soajax-delpay__label{
        align-items: center;
    }
    .soajax-delpay__name{
        height: unset;
        line-height: 1;
    }
    .up-click-buy-input-wrap{
        margin-bottom: 0;
    }
    #Modalfast .fast-block{
        margin-bottom: 0;
    }
    #Modalfast .modal-buttom-form{
        padding: 10px 10px;
        display: block;
        width: 100%;
    }
    .new-novini_item{
        margin-bottom: 40px;
    }
    .new-novini_info{
        padding-top: 0;
    }
}