
/* .iti-flag {
    background-image: url("image/flags.png") !important;
}
/* @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("image/flags@2x.png") !important;
    }
} */ 
.iti__flag {background-image: url("../node_modules/intl-tel-input/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../node_modules/intl-tel-input/build/img/flags@2x.png");}
}
.count_block .count_val {
    font-size: 18px;
    font-weight: 700;
}
.count_block .unit_val {
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.category-content {
    background: #c4f1fa;
    padding: 15px;
    width: 450px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.category-txt1 {
    background: url(../image/ic_25.svg) left top no-repeat;
        background-size: auto;
    background-size: 31px, 23px;
    padding-right: 30px;
}
.category-txt2 {
    background: url(../image/26.svg) left top no-repeat;
        background-size: auto;
    background-size: 19px, 25px;
    padding-right: 30px;
}
.category-txt3 {
    background: url(../image/27.svg) left top no-repeat;
        background-size: auto;
    background-size: 25px, 23px;
}
.category-text {
    float: left;
    width: 130px;
}
.category-text h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 35px;
    margin: 0;
    line-height: 1;
}
.category-text p {
    color: #808080;
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.related .more_item_img{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 5px;
}
.related .more_item_img img{
    max-width: 100%;
    max-height: 100%;
}
.related .more_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    height: 154px;
    background: #fff;
    z-index: 2;
}
.related .more_item:hover {
    overflow: visible;
}
.similar .more_item:hover .more_item_name .full_text,
.reco .more_item:hover .more_item_name .full_text,
.related .more_item:hover .more_item_name .full_text {
    display: block !important;   
}
.similar .more_item:hover .more_item_name span,
.reco .more_item:hover .more_item_name span,
.related .more_item:hover .more_item_name span {
    display: none;
}
.related .more_item_name  {
    font-size: 16px;
    line-height: 1;
}
.desk_block .more_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    height: 340px;
    background: #fff;
    z-index: 2;
}
.desk_block .more_item_img {
    width: 165px;
    height: 170px;    
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 5px;
}
.desk_block .more_item_name  {
    padding: 0;
}
.desk_block .more_item_img img{
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 768px) {
    .category-content {
        width: 100%;
        margin: 10px auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .category-text {
        width: 33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
    }
}
button:disabled {
    background: rgb(182, 182, 182) !important;
    color: #000 !important;
}
button:disabled:hover {
    background: rgb(182, 182, 182) !important;
    color: #000 !important;
    text-decoration: line-through;
}
.pagination li.active a {
    text-decoration: underline !important;
}
.item_page_h .breadcrumb .breadcrumb-item:last-of-type::after {
    content: "";
    background: url(image/img/bread_down.svg) center no-repeat;
        background-size: auto;
    background-size: 9px, 6px;
    width: 7px;
    height: 4px;
    display: inline-block;
}
.main_page > h1 {
    display: none;
}
.main_page {
    padding-top: 10px;
}
.js-catalog-filter {
    padding-top: .75rem;
}
.copyright p {
    margin-bottom: 0;
}
.footer {
    padding: 10px 0;
}
.items .item:hover .item_title span {
    display: none;
}
.items .item:hover .item_title a.full_text {
    display: block !important;
}
.catalog-item-in-line-2 .item {
    width: 49%;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    height: 210px;
    overflow: hidden;
    position: relative;
    max-width: unset !important;
    
    padding: 2px;
}
.catalog-item-in-line-2 .item .item_img {
    width: unset !important;
    display: block;
    height: unset;
    margin-top: 0;
    margin-bottom: 0;
}
.catalog-item-in-line-2 .item .item_img a {
    height: 118px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}
.catalog-item-in-line-2 .item:hover .item_img a {
    height: 146px;
}
.catalog-item-in-line-2 .item:hover .a_change span {
    display: none;
}
.catalog-item-in-line-2 .item:hover .a_change .full_text {
    display: block !important;
}
.catalog-item-in-line-2 .item .short_price {
    line-height: 25px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.catalog-item-in-line-2 .item .order.basket-buy {
    margin: 10px 0;
}
.catalog-item-in-line-2 .item .short_price .value {
    font-weight: bold;
    font-size: 16px;
}
.catalog-item-in-line-2 .item .short_price span {
    font-size: 12px;
    font-weight: normal;
}
.catalog-item-in-line-2 .item .item_img img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-item-in-line-2 .item:hover .item_inside, 
.catalog-item-in-line-2 .item:hover .item_inside {
    z-index: 100;
    background: #fff;
    padding: 0;
    left: -15px;
    right: -15px;
    top: -5px;
    position: absolute;
    width: auto;
}
.sub_categories > div {
    padding-left: 15px;
}
.sub_categories > a {
    padding-left: 15px;
}
.sub_sub_categories > a {
    padding-left: 30px;
}
.catalog_info {
    display: flex;
}
.catalog_info > .catalog_img img {
    max-width: 100%;
    max-height: 100%;
}
.catalog_info > .catalog_img {
    max-width: 200px;
    height: auto;
    margin-right: 20px;
}
.table_right {
    padding: 0 3px !important;
}
.lb-col-sm-12 .catalog-item-in-line-1 .short_news .short_info {
    width: 80%;
    margin: 0 auto;
}
.tag-block.tag-goods-block {
    min-height: unset !important;
}
.catalog-items-by-slider .item_info {
    display: none;
}
.unit_short {
    font-size: 12px;
    font-weight: 400;
}
.left_comment .item_params {
    width: 100%;
    margin: 10px 0;
}
.left_comment .char-name {
    padding: 8px 0;
    margin: 0 !important;
}
.left_comment .table_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.left_comment .table_right span {
    padding: 8px 5px;
    padding-right: 0;
}
.item_group_wrp {
    border-radius: 0.25rem;
}
.group_set_name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}
.group_set_name span {
    padding-left: 3px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 600;
}
.groups_checkbox_title {
    display: flex; 
    align-items: center;
}
.groups_checkbox .item_buy {
    padding: 0;
    width: 100%;
}
.groups_checkbox .buy_form_group {
    width: 100%;
}
.group_img:hover,
.groups_checkbox .col-md-2.active .group_img,
.groups_checkbox .only_name.active .group_img {
    border: 3px solid;
}
.group_info {
    font-size: 12px;
}
.group_set_name_no_size {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.groups_checkbox_title .table_size {
    font-size: 12px;
    color: #707070;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    height: 16px;
    line-height: 0px;
    padding-top: 5px;
}
.group_img {
    transition: .1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_page_info .short_wish_btn {
    white-space: nowrap;
}
.groups_checkbox .only_name .group_set_name span {
    font-weight: 400;
}
.groups_checkbox_title .title_group {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.groups_checkbox .only_name {
    height: 48px !important;
    width: 48px !important;
    margin-right: 7px;
}
.groups_checkbox .col-md-2 .short_wish_wrp {
    top: 13px
}
.groups_checkbox .col-md-2 .hover_short_wish {
    position: relative;
}
.groups_checkbox .col-md-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/* tag goods no slider */
.tag_goods_no_slider .inside_desc {
    display: none !important;
}
.tag_goods_no_slider .short_description {
    color: #1e272e !important;
}
.tag_goods_no_slider img {
    max-width: 100%;
    height: 100%;
}
.tag_goods_no_slider .short_price,
.tag_goods_no_slider .short_title,
.tag_goods_no_slider .old_price_wrp,
.tag_goods_no_slider .short_brand {
    text-align: center;
}
.tag_goods_no_slider .item .short_info {
    display: none;
}
.tag_goods_no_slider .item .short_info > div {
    margin: 3px 0;
}
.tag_goods_no_slider .item .order.basket-buy {
    background: #1e272e;
    color: #fff !important;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 25px;
    line-height: 30px;
    font-size: 16px;
    display: block;
}
.tag_goods_no_slider .item:hover .short_description,
.tag_goods_no_slider .item:hover .short_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tag_goods_no_slider .item .short_description {
    display: none;
}
/* tag goods no slider end */
.tag-forms-block .inp_textarea_box,
.tag-forms-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag-forms-block .input_line.textarea textarea {
    vertical-align: top;
    padding: 0 10px;
    border: 1px solid #9e9e9e !important;
    border-radius: 3px;
}
.tag-forms-block .inp_box,
.tag-forms-block .inp_box input,
.tag-forms-block .inp_textarea_box textarea,
.tag-forms-block .inp_textarea_box,
.tag-forms-block .inp_textarea_box_right,
.tag-forms-block .inp_box_right {
    width: 100%;
}
.la-block-content__editable--header, .la-block-content__editable--text, .la-block-content__editable--list {
    padding: 0 3px;
}
.lb-container {
    max-width: 1280px;
}
body > .header_menu_top,
body > #mobile_search {
    display: none;
}
.row.items {
    min-height: 500px;
    text-align: center;
    display: block;
}
.tag_albums_wrp,
.tag_photo_wrp {
    padding: 15px 0;
}
.instagram-profile {
    padding: 0px 55px 30px 55px;
}
/* last_news start */
.article_tag_el {
    padding: 10px 0;
}
.last_news_info_wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.last_news_bot_nav {
    display: flex;
    align-items: center;
}
.last_news_name {
    font-size: 18px;
    font-weight: bold;
}
.last_news_bot_nav {
    padding: 5px;
}
.last_news_review_author,
.last_news_author a {
    font-weight: bold;
}
/* last_news end */
/* event start */
.events_tag_item {
    display: flex;
}
.events_tag_photo {
    position: relative;
    overflow: hidden;
    padding: 0;
}
.events_tag_date {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    font-size: 18px;
    font-weight: 600;
}
.events_tag_link {
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.event_tag_intro {
    padding: 0 15px;
    font-size: 16px;
}
.events_tag_item + .events_tag_item {
    margin-top: 10px;
}
.events_tag_wrp {
    padding: 10px 0;
}
.events_tag_photo:hover div {
    text-shadow: 0 0 5px #FFFFFF, 2px 2px 2px rgba(28,206,98,0);
    transition: all .3s ease-in-out;
    opacity: 1;
}
/* event end */
/* reviews start */
.reviews {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.reviews_item_info {
    width: 50%;
}
.reviews_item_name {
    color: #1e272e;
}
.reviews_item_photo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}
.reviews_author {
    color: #5b5b5b;
    font-style: italic;
}

.reviews_time {
    font-size: 12px;
    line-height: 18px;
}
.reviews_item_photo a img {
    max-width: 100%;
    max-height: 100%;
}
.reviews_comment_read {
    font-weight: 500;
}
.reviews_wrp {
    padding: 15px 0;
}
/* reviews end */
/* voting start */
.voting {
    padding: 10px 5px;
}
.voting .option {
    padding: 0px 5px;
}
.voting .option-name {
    font-size: 17px;
    padding: 0px 5px;
    font-weight: 500;
}
.voting-name {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0 16px 38px 16px;
    border: 2px solid #337AB7;
    border-radius:20px;
    padding: 25px;
}
.voting-name p {
    margin: 0;
}
.voting-options {
    border-left: 2px solid #337AB7;
    margin-left: 76px;
}
.voting-name::after {
    content:"";
    position: absolute;
    border: 2px solid #337AB7;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 20px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
} 
.voting-name::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF;
    bottom: -3px;
    left: 20px;
    z-index: 1;
}
.vote.js-vote {
    cursor: pointer;
    color: #337AB7;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.voting-options .option {
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
    position: relative;
}
.voting-options .option::before {
    content: "";
    height: 2px;
    width: 5px;
    background: #337AB7;
    position: absolute;
    left: 0;
}
.votes.js-votes {
    display: flex;
    justify-content: center;
    align-items: center;
}
.votes-count {
    margin-left: 5px;
    color: #337AB7;
    font-weight: 500;
}
/* voting end */

/* account start */
.account_nav_icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.pointer_icon {
    opacity: 0;
}
.account_row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.account_row nav a {
    color: #1e272e;  
    display: flex;
    align-items: center; 
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.account_row nav a:hover {
    color: #000;   
}
.account_row nav a.active {
    color: #000;   
}
.account_row nav a:hover .pointer_icon,
.account_row nav a.active .pointer_icon{
    opacity: 1;
    transition: all .3s;
}
.user_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.user_btns a {
    width: 100%;
    color: #fff;  
    padding: 3px 7px;
    background: #1e272e8c;
    margin: 3px 0;
    border-radius: 0.25rem;
}
.user_btns a:hover {
    background: #1e272e;
}
.edit_address_page label {
    margin-top: 7px;
    cursor: pointer;
}
.address_btn {
    color: #fff;  
    padding: 3px 7px;
    background: #1e272e8c;
    margin: 10px 0;
    border-radius: 0.25rem;
}
.title_row {
    font-weight: 600;
}
.address_btn:hover {
    color: #fff;
    background: #1e272e ;
}
.img-thumbnail {
    border: 1px solid #1e272e;
}
.account_row .form-control:focus {
    border-color: #1e272e;
    box-shadow: 0 0 0 0.2rem #1e272e8c;
}
.js-links-row {
    padding: 10px 0;
}
.input-group-addon {
    margin-right: 4px;
    line-height: 35px;
}
.links_block {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.user_about {
    display: flex;
    flex-direction: column;
}
.user_about label {
    cursor: pointer;
    margin-top: 10px;
}
.user_button {
    padding: 15px 0;
}
.user_button button{
    background: #1e272e8c;
    color: #fff;
}
.user_button button:hover{
    background: #1e272e;
    color: #fff;
}

.pagination_wrp {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}
.pagination li {
    margin: 0 2px;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
}
.activity_item a img {
    margin-left: 5px;
}
.activity_item a {
    color: #1e272e;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}
.col_titles div {
    font-weight: 600;
}
.edit_address {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #27ae60;
    border-radius: 100%;
}
.edit_address svg {
    width: 20px;
    height: 20px;
}
.activity_item {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}
.activity_row > div {
    display: flex;
    align-items: center;
    padding: 12px 15px;
}
.activity_row + .activity_row > div {
    border-top: 1px solid #1e272e;
}
.activity_item_img {
    max-width: 50px;
}
.address_row {
    padding: 10px 0;
}
.scheme_link {
    color: #1e272e;
}
.scheme_link:hover {
    color: #000;
}
.address_row + .address_row {
    border-top: 1px solid #1e272e;
}
.wish_route,
.settings_wish_btn {
    background: #1e272e8c;
    color: #fff;
    border-radius: 0.25rem;
    padding: 5px;
}
.wish_route_wrp > div {
    margin: 3px 0;
}
.account_mobile {
    width: calc(90% + 30px) !important;
}
.brand_snippet_title {
    color: #1e272e;
}
body .container {
    min-height: calc(100vh - 5px);
    position: relative;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.wish_route:hover,
.settings_wish_btn:hover {
    color: #fff;
    background: #1e272e;
}
.whish_settings {
    display: flex;
    align-items: center;
    justify-content: center;
}
.whish_settings > * {
    margin-right: 15px;
}
.whish_settings label {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.whish_settings label input {
    margin-right: 5px;
}
.user_wishlists_modal .form-control:focus {
    border-color: #1e272e;
    box-shadow: 0 0 0 0.2rem #1e272e8c;
}

 .custom_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .new_list {
      align-items: center;
  }
  .new_list .custom_radio {
      margin-bottom: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }

  .custom_radio:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .custom_radio input:checked ~ .checkmark {
    background-color: #1e272e;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .custom_radio input:checked ~ .checkmark:after {
    display: block;
  }

  .custom_radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  } 

.user_wishlists_modal .modal-content {
    max-height: 78%;
    margin: 2% auto;
    padding: 20px 20px 30px;
    background: #ffffff;
    overflow: auto;
}
.user_wishlists_modal .modal-title {
    color: #1e272e;
    font-size: 22px;
    text-transform: capitalize;
    margin-left: 30px;
    line-height: 20px;
    font-weight: 700;
}
.user_wishlists_modal button.close {
    padding: 0.5rem;
}
.btn-add-wish {
    background: #1e272e8c;
    color: #fff;
}
.btn-add-wish:hover {
    background: #1e272e;
    color: #fff;
}
.brand_snippet a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand_snippet a img {
    max-width: 300px;
    max-height: 200px;
}
.out-ext-info {
    padding-bottom: 150px;
}
.short_discount, .short_discount--mini {
    position: absolute;
    display: none;
    top: 15px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    box-shadow: 2px 2px 3px #ccc;
    background: #1e272e;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.short_news:hover .short_discount, 
.short_news:hover .short_discount--mini {
    top: 18px;
}
/* .short_discount, .short_discount--mini  {
    color: #fff;
    box-shadow: 2px 2px 3px #ccc;
    background: #1e272e;
} */
.short_discount::before, .short_discount::after, .short_discount--mini::before, .short_discount--mini::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: -10px;
    border-width: 0 0 10px 20px;
    border-color: transparent transparent #ffca14 transparent;
}
.short_discount::after, .short_discount::after, .short_discount--mini::after, .short_discount--mini::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 0 0;
    border-color: #ffca14 transparent transparent transparent;
    right: 0;
    top: auto;
    bottom: -10px;
}
.item:hover .short_discount, .item:hover .short_discount--mini {
    top: 13px;
}
.old_price_wrp .broke_text {
    font-size: 14px;
    text-decoration: line-through;
    color: #666;
}
.short_discount--main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    background: #1e272e;
}
#currencies-dropdown svg,
.currency_drpdwn svg,
#currencies-dropdown img,
.currency_drpdwn img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.mob_lang ,
.mob_curr {
    margin: 5px;
}
.mob_lang .dropdown-toggle img,
.mob_curr .dropdown-toggle img {
    width: 28px !important;
}
.mob_curr .dropdown-toggle img {
    height: 26px !important;
}
.currency_drpdwn .dropdown-item {
    display: flex;
    align-items: center;
}
#currencies-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: transparent;
}
#currencies-dropdown:hover {
    background: transparent !important;
}
.full_price .old_price_wrp {
    text-align: center;
}
.short_discount--string {
    font-size: 12px;
}

/* account end */


/* order */
.oreder_tabs li .nav-link {
    border-radius: 0; 
    border: none;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.order_title {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: bold;
}
.oreder_tabs li .nav-link.active{
    color: #2d2d2d;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-top: 3px solid #2d2d2d;
}
.order_form_wrp {
    background-color: #f7f7f7;
    padding: 30px 20px;
}
.order_form_wrp label {
    font-size: 0.83em !important;
    font-weight: bold !important;
}
.order_form_wrp .form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
} 
.order_form_wrp .intl-tel-input {
    width: 100%;
} 
.order_form_wrp .iti--allow-dropdown {
    width: 100%;
} 
.order_form_wrp .agree_order {
    font-size: 20px;
    background: #2d2d2d;
    color: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 3px;
} 
.order_form_wrp input, 
.order_form_wrp textarea {
    border: 1px solid #9e9e9e;
    border-radius: 3px;
}
.order_line {
    padding: 10px 0;
}
.order_line:last-of-type {
    border-bottom: 1px solid #ccc;
}
.order_name {
    padding: 0 5px;
    color: #2d2d2d;
}
.order_name:hover {
    color: #2d2d2d;
}
.edit_order_wrp .edit_order {
    color: #2d2d2d;
    border: 2px solid #2d2d2d;
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    padding: 25px 125px;
    margin: 25px 0;
}
.order_img {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.out-ext-info .order_form_wrp .form-group {
    margin: 15px 0 !important;
}
button {
    outline: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none !important;
}
body {
    overflow-x: hidden;
    border-top: 5px solid #1e272e;
    font-family: 'Calibri', sans-serif;
    position: relative;
}
.agree_order {
    color: #fff !important;
    font-weight: 600;
}
.link_to_my_orders {
    font-weight: 600;
}
.link_to_my_orders:hover {
    text-decoration: underline !important;
}
.input_phone_block {
    width: 100%;
}
.container {
    padding: 0;
    min-width: 1280px;
    max-width: 1280px;
}
.top_menu {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
}
.header_menu_top {
    list-style: none;
    display: flex;
    max-height: 43px;
}
.header_menu_top li.active,
.header_menu_top li:hover {
    background: #1e272e;
}
.header_menu_top li a {
    white-space: nowrap;
    color: #1e272e;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
    display: block;
    padding: 0 17px;
    outline: none;
}
.header_menu_top li.active a,
.header_menu_top li:hover a {
    color: #fff;
}
.header_menu_top li {
    padding-top: 5px;
}
.header_right {
    margin-top: 10px;
    display: flex;
}
.header_right > div{
    margin-top: 5px;
    margin-left: 10px;
}
.header_right .work-time {
    color: #808080;
    font-size: 12px;
}
.header_right .work-time > div {
    line-height: 14px;
}
.contact_container_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contact_container_right button {
    padding-right: 0 !important;
}
.phones_button_modal {
    border: none;
    color: #1e272e;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 2px;
    padding-right: 12px;
    background: transparent;
    line-height: 12px;
}
.callback_button_modal {
    /* background: url(image/img/100_h.svg) 0 0 no-repeat; */
    /* background-size: 13px; */
    border: none;
    color: #1e272e;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 2px;
    padding-right: 12px;
    background: transparent;
    /* padding-left: 15px; */
    line-height: 12px;
}
.haeder_container {
    padding-bottom: 30px;
    margin: 0 15px;
}
.short_c .compare_btn {
    margin: 0 auto;
    background: transparent;
}
.basket-button {
    color: #1e272e;
    /* background: url(image/img/basket.svg) left center no-repeat; */
    width: 105px;
    margin: 0 25px;
    height: 28px;
    cursor: pointer;
}

.rubric-title {
    display: none;
}
.no_goods {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}
.basket-button:hover, .basket-button:active {
    background-size: 28px, 25px;
    transition: 0.2s;
}
/* modal */
.modal-content {
    border-radius: 0 !important;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding-top: 0;
}
.haeder_container {
    display: flex;
    justify-content: space-between;
}
.header_left{
    margin-right: 20px;
    max-height: 70px;
    max-width: 30%;
}
.search_top_block > div {
    margin-left: 5px;
}
.search {
    width: 67%;
}
a.logo {
    height: auto;
    width: auto;
    max-height: 90px;
    display: block;
    outline: none;
}
img.logo {
    margin-left: 0;
    max-width: 100%;
    max-height: 90px;
}
.search_top_block {
    display: flex;
    justify-content: flex-end;
    max-height: 26px;
    margin-bottom: 4px;
}
.whish-list-wrp {
    display: none;
    position: absolute;
    /* top: 53px; */
    right: 0;
    z-index: 2;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px#d6d6d6, inset 0 -1px 2px#d6d6d6;
    background-color:#f7f7f7;
    padding: 15px;
    width: 178px;
    font-size: 12px;
}

.search_bottom_block,
.main-search {
    display: flex;
}
.main-search {
    position: relative;
}
#searchPopup {
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #1e272e;
    background: #fff;
    z-index: 9000;
    display: none;
    overflow: hidden;
}
.search_bottom_block{
    flex-wrap: wrap;
    justify-content: space-between;
}
.search #search { 
    border: 1px solid #1e272e;
    color: #000;
    border-radius: 3px;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    height: 27px;
    width: 367px;
    display: inline-block;
    margin-right: 5px;
}
.language_drpdwn a ,
#languages-dropdown{ 
    display: flex;
    align-items: center;
}
#languages-dropdown::after {
    order: 0;
    transform: translateY(1px);
}
#languages-dropdown img,
#languages-dropdown span {
    order: 1;
}
#languages-dropdown img {
    margin: 0 5px;
}
#languages-dropdown:hover {
    background: transparent !important;
}
#languages-dropdown img
.language_drpdwn a img {
    margin-right: 5px;
}
#languages-dropdown {
    border: none;
    box-shadow: none;
    background: transparent;
    outline: none;
}
#search:focus {
    outline: none;
}
.search .search_click {
    color: #fff;
    background: #1e272e;
    border: none;
    outline: none;
    border: 0;
    height: 27px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    border-radius: 3px;
    line-height: 27px;
    transition: .3s;
}
.basket-button a {
    color: #1e272e;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    display: block;
}
.basket-button a span {
    color: #1e272e;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}
    
.linky-select__container {
    display: block;
    border: none !important;
}
.search button:hover {
    background: #808080;
}
.login_block {
    position: relative;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
a.user_name, a.client_enter {
    display: block;
    color: #1e272e;
    font-size: 12px;
    border-bottom: 0;
    /* background: url(image/img/user.svg) left center no-repeat; */
    height: 12px;
    line-height: 12px;
    margin: 3px 0;
    cursor: pointer;
    text-decoration: none;
    background-size: 13px, 11px;
}
a.compare_btn,
button.compare_btn {
    display: block;
    color: #1e272e;
    font-size: 12px;
    /* padding-left: 20px;
    background: url(image/img/compare.svg) left center no-repeat; */
    background: transparent;
    height: 12px;
    line-height: 12px;
    margin: 3px 0;
    cursor: pointer;
    text-decoration: none;
    background-size: 13px, 11px;
    border: none;
    /* margin: 0 auto; */
}
@media (max-width: 975px) {
    .login_block {
        flex-direction: row;
    }
    .login_block > a {
        margin: 3px 8px;
    }
}
#disabledWishListTitle,
.disabledWishListTitle {
    display: none;
}
.short_wish_wrp {
    width: 130px;
    right: -27px;
    top: 15px;
}
.hover_short_wish {
    max-height: 250px;
    visibility: visible;
    overflow: visible;
}
a.disabledWishList, a.wishList {
    color: #1e272e;
    font-size: 12px;
    border-bottom: 0;
    /* padding-left: 20px;
    background: url(image/img/wish.svg) left center no-repeat; */
    height: 12px;
    line-height: 12px;
    margin: 3px 0;
    position: relative;
    cursor: pointer;
    display: block;
    background-size: 14px, 11px;
}
.article_page {
    padding: 0 30px;
}
/* category-navigation */
.header_left_menu {
    border-top: 1px solid #1e272e;
    border-bottom: 1px solid #1e272e;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0px;
}
.img-slider .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
.catalog-rubric-type-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
}
.header_left_menu .rubric-type-menu-item {
    height: 49px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.rubric-type-menu-item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}
.rubric-type-menu-item .rubric-type-link {
    display: block;
}
.header_left_menu .rubric-type-menu-item .rubric-type-link a {
    font-size: 18px;
    padding: 0 10px;
    line-height: 50px;
    display: block;
}
.header_left_menu .rubric-type-menu-item .rubric-type-link a, 
.rubric-type-menu-item .rubric-type-link a {
    line-height: 16px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #1e272e;
}
.header_left_menu > li.active a, .header_left_menu > li:hover a, .header_left_menu > li.activated a, .header_left_menu .rubric-type-menu-item.active .rubric-type-link a, .header_left_menu .rubric-type-menu-item:hover .rubric-type-link a, .header_left_menu .rubric-type-menu-item.activated .rubric-type-link a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.header_left_menu > li.active, .header_left_menu > li.activated, .header_left_menu > li:hover, .header_left_menu .rubric-type-menu-item.active, .header_left_menu .rubric-type-menu-item.activated, .header_left_menu .rubric-type-menu-item:hover {
    background: #1e272e;
}
.block_phone {
    display: inline-block;
    margin: 7px 0 0;
    vertical-align: top;
}
.block_phone .phone_t {
    font-size: 28px;
    margin: 0;
}
#searchPopup .short_news .short_img {
    width: unset;
    text-align: unset;
    margin-bottom: unset;
    display: unset;
    height: unset;
}
.block_phone .phone_t a {
    color: #808080;
    margin-top: -5px;
    display: block;
    text-align: left;
    outline: none;
}
.rubric-menu {
    position: absolute;
    z-index: 999999999999;
    margin-top: -2px;
    margin-left: 0px;
    padding: 20px;
    display: none;
    border: 1px solid #1e272e;
    background:#fff;
}
.rubric-menu a:hover {
    text-decoration: underline !important;
}
.rubric-menu-item-wrapper {
    position: relative;
}
.rubric-menu .rubric-menu-item {
    position: absolute;
    display: block;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 180px;
}
.rubric-menu .rubric-menu-item .rubric-link {
    position: relative;
    width: 180px;
    margin: 4px 0;
}
.rubric-menu .rubric-menu-item .rubric-link a {
    display: block;
    font-weight: bold;
    line-height: 16px;
}
.expand2 a, .rubric-menu .rubric-menu-item .rubric-link a, .rubric-menu .category-menu .category-link a {
    color: #1e272e;
}
.rubric-menu .rubric-menu-item .category-link {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
}
.rubric-menu .category-menu .category-link a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}
.block_phone h4, .block_phone .phone_t, .block_phone .phone_t:not(.phone_t_mail) a {
    font-size: 28px;
    color: #808080;
    line-height: 28px;
}
.la-block-content__editable--header h2 {
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 30px;
    font-weight: bold;
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
  }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
  }
.swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #1e272e;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #1e272e;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover {
    border: 3px solid #1e272e;
}

.swiper-pagination-bullets {
    position: static;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    margin-top: 25px;
}
.catalog-items-by-slider.catalog-item-in-line-2 .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 420px;
}
.catalog-items-by-slider.catalog-item-in-line-2 .swiper-slide .short_news {
    width: 50%;
    position: relative;
    z-index: 98;
    height: 210px;
    overflow: hidden;
}

.catalog-items-by-slider.catalog-item-in-line-2 .swiper-slide .short_news:hover {
    height: auto;
    z-index: 99;
}
.login_block_div .auth_wrp {
    display: none;
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 0;
    background-color:#f7f7f7;
    border: 1px solid #ccc;
    flex-direction: column;
    padding: 5px;
    font-size: 12px;
    box-shadow: inset 0 1px 2px#d6d6d6, inset 0 -1px 2px#d6d6d6;
}
#client_wrp:hover #auth_wrp {
    opacity: 1;
    display: flex;
    transition: all .3s;
}
#hover-wishList:hover #wish-list-wrp {
    display: block;
}
.hover_short_wish:hover .short_wish_wrp{
    display: block;
}
#auth_wrp {
    opacity: 0;
    
}
.login_block_div #client_wrp {
    display: flex;
    align-items: center;
}
.login_block_div #client_wrp .small_svg {
    margin-right: 2px;
}
.login_block_div .auth_wrp > a{
    display: flex;
    align-items: center;
    outline: none;
    flex-wrap: nowrap;
}

.login_block_div .auth_wrp > a:hover span {
    text-decoration: underline;
}
.login_block_div .auth_wrp > a + a {
    margin-top: 5px;
}
.login_block_div .auth_wrp > a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.login_block_div .auth_wrp > a span {
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    color: #1e272e;
    transition: .2s;
}
.login_block_div .auth_wrp .client_auth_true img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.callback_request .name input, .callback_request .phone input {
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
    height: 27px;
    outline: none;
    color: #1e272e;
    border: 1px solid #B2B3B3;
    font-size: 14px;
    margin-top: 10px;
}
.callback_request .request textarea {
    height: 50px;
    width: 100%;
    padding: 4px 10px;
    resize: none;
    border: 1px solid #B2B3B3;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    outline: none;
}
.callback_request--row {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
form .input_line .label {
    width: 120px;
    min-width: 120px;
    padding: 10px;
}
.input_line_right {
    display: flex;
}
form .input_line input[type="text"] {
    vertical-align: top;
    height: 28px;
    padding: 0 10px;
    border-radius: 3px;
}
form .input_line input[type="text"] {
    border: 1px solid #9e9e9e;
}
form .inp_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
form .input_line.button .inp_box{
    display: block;
    width: auto;
    padding: 10px;
    margin-left: 120px;
}
form .input_line.button input[type="button"] {
    display: inline-block;
    border-radius: 3px;
    padding: 0 15px;
    line-height: 47px;
    height: 47px;
    font-size: 20px;
    border: none;
    color: #fff;
    background: #2d2d2d;
}
.callback_request--row a {
    color: #1e272e;
    margin-right: 5px;
}
#phones .modal-dialog,
#call-back .modal-dialog {
    width: 300px;
}
.callback_request .submit button {
    background: #1e272e;
    background-image: none;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
    height: 27px;
    line-height: 23px;
    font-size: 16px;
    outline: none;
    border: 0;
    padding: 0 15px;
    cursor: pointer;
}
.callback_request .phone {
    float: none;
}
.callback_request .phone .intl-tel-input {
    margin-top: 10px;
    width: 100%;
}
.callback_request .phone input {
    padding-left: 55px;
}

.site_languages {
    display: flex;
    align-items: center;
}
/*
.catalog-items-by-slider.catalog-item-in-line-2 .swiper-slide .short_news .hover_item:hover {
    position: absolute;
    height: auto;
    z-index: 99;
    top: 0;
} */

.short_news .short_c {
    position: relative;
}
.catalog-item-in-line-2 .short_news .short_c {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.short_img {
    width: 200px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    height: 170px;
}
.catalog-item-in-line-2 .short_news .short_c .short_img {
    text-align: center;
    display: table;
    width: 100%;
    height: auto;
}
.short_img a {
    width: 200px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.short_img a {
    display: inline-block;
}
.catalog-item-in-line-2 .short_news .short_c .short_img a {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: auto !important;
}
.short_c img {
    width: auto;
}

.swiper-wrapper .short_title, .swiper-wrapper .short_brand, .swiper-wrapper .short_price {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 5px;
}
.catalog-item-in-line-2 .short_news .short_c .short_img img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-item-in-line-2 .short_news .short_c .short_title {
    text-align: center;
    line-height: 14px;
}
.catalog-item-in-line-2 .product_description.a_change:hover {
    color: #1e272e;
}
.catalog-item-in-line-2 .short_news .short_title {
    padding: 0;
}
.catalog-item-in-line-2 .short_news .short_c .product_brand, .catalog-item-in-line-2 .short_news .short_c .product_description {
    font-size: 14px;
}
.product_brand, .product_description {
    color: #1e272e;
}
/* breadcrumbs */
.out-ext-info .row {
    margin: 0 !important;
}
.menu__category {
    display: none;
}
.breadcrumb {
    background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background: url(image/img/bread_arrow.svg) center no-repeat;
    background-size: 7px, 3px;
    width: 7px;
    height: 7px;
}
.breadcrumb-item.active::after {
    content: "";
    background: url(image/img/bread_down.svg) center no-repeat;
    background-size: 9px, 6px;
    width: 7px;
    height: 4px;
    display: inline-block;
}
.breadcrumb > li a {
    color: #9a9a9a;
    font-size: 12px;
}
.breadcrumb > li a:hover {
    color: #000;
}

/* catalog filter */
.mobile-catalog-filter {
    display: none;
}
.desctop-catalog-filter .nav-pills .nav-link.active,
.mobile-catalog-filter .nav-pills .nav-link.active {
    /* background: transparent url(image/img/active_filter.svg) left center no-repeat;
    background-size: 16px, 16px; */
    background: transparent;
    color: #2d2d2d;
}
.desctop-catalog-filter .nav-pills .nav-link:hover,
.mobile-catalog-filter .nav-pills .nav-link:hover {
    color: #2d2d2d;
}
.desctop-catalog-filter .nav-pills .nav-link,
.mobile-catalog-filter .nav-pills .nav-link {
    /* background: transparent url(image/img/normal_filter.svg) left center no-repeat;
    background-size: 16px, 16px; */
    color: #707070;
    line-height: 16px;
}
.filter_inside_wrp {
    margin-left: 20px;
}
.desctop-catalog-filter .filter_inside_wrp .nav-pills .nav-link,
.mobile-catalog-filter .filter_inside_wrp .nav-pills .nav-link {
    padding: 5px 0 5px 5px;
}
.filter_inside_wrp nav {
    padding-bottom: 15px;
}
.desctop-catalog-filter {
    padding-left: 5px;
}
.desctop-catalog-filter .nav-link{
    padding: 5px 0 5px 30px;
}
.filter_block_active {
    padding: 15px 5px 10px;
    background: #cbcbcb;
    border-radius: 3px;
    margin: 10px 0px;
    margin-left: 30px;
}
.badge_title {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #333 !important;
}
.catalog_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.filter_block > div a {
    padding: 5px 0 5px 30px;
    font-size: 16px;
    color: #2d2d2d;
}
.filter_block > div a:hover {
    text-decoration: underline !important; 
}
.products_table .short_news .product_description a.full_text {
    color: #1e272e;
    font-size: 16px;
}

.catalog-item-in-line-2 .short_news .short_c .short_price {
    line-height: 25px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.catalog-item-in-line-2 .short_news .short_c .short_price span {
    font-size: 12px;
    font-weight: normal;
}
.catalog-item-in-line-2 .short_news .short_c .short_price .value {
    font-weight: bold;
    font-size: 16px;
}
.catalog-item-in-line-2 .short_news .short_c .short_info {
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
}
.catalog-item-in-line-2 .short_news .short_c .short_available {
    font-size: 14px;
}
.catalog-item-in-line-2 .short_news .short_c .order.basket-buy {
    height: 30px;
    border-radius: 3px;
    padding: 0 25px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    background: #1e272e;
    border: none;
}
.catalog-item-in-line-2 .short_news .short_c .short_favorites {
    position: relative;
    display: inline-block;
}
.catalog-item-in-line-2 .short_news .short_c .short_favorites .favorite_btn {
    width: auto;
    margin-bottom: 0;
    background-position: 5px center;
    font-size: 12px;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
/* item page */
.item_photos_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_item_imgs {
    width: 30%;
}
.cover_item {
    border: 1px solid #e3e3e3;
    max-height: 380px;
    padding: 1px;
    justify-content: center;
    align-items: center;
}
.cover_item img {
    max-height: 376px !important;
}
.left_item_imgs figure {
    margin: 0 !important;
}
.left_item_imgs figure + figure {
    margin-top: 5px !important;
}
.left_item_imgs .psw_item_link {
    width: 119px;
    height: 119px;
    max-height: 119px;
    max-width: 119px;
    border: 1px solid #e3e3e3;
    padding: 1px;
    justify-content: center;
    align-items: center;
}
.full_title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
.item-basket-buy {
    border-radius: 3px !important;
    padding: 0 45px;
    line-height: 47px;
    border: none;
    height: 47px;
    font-size: 20px;
    background: #2d2d2d;
    color: #fff;
    font-weight: 500;
}
.item_phone_number a {
    color: #2d2d2d;
}
.item_phone_number a:hover {
    color: #424242;
}
.item-basket-buy:hover {
    background: #424242;
}
.item_tabs_mob {
    display: none;
}
.item_page_info {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    padding-top: 50px;
}
.item_page_info a.compare_btn, 
.item_page_info button.compare_btn,
.item_callback{
    margin: 0;
    margin-top: 15px;
}
.item_page_info .hover_short_wish {
    position: relative;
}
.item_page_info .short_wish_btn {
    margin: 0;
    line-height: 47px;
    height: 47px;
    border-radius: 3px;
    color: #2d2d2d;
    padding: 0 20px;
    font-size: 20px;
    background: transparent;
    border: 1px solid #2d2d2d;
}    
.item_page_info .short_wish_wrp {
    width: auto;
    left: 0;
    right: 0;
    top: 47px;
} 
.item_page_info > div {
    padding: 0 20px;
    margin: 0 5px;
}
.item_page_info_mob {
    display: none;
}
.item_page_price_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.item_page_price_block .price .value {
    font-size: 34px !important;
    color: #000;
    font-weight: 500;
}
/* .left_item_imgs .psw_item_link img {
    max-height: 56px;
} */
.main_item_photo {
    width: 70%;
    position: relative;
}

.psw_item_link {
    display: flex;
}
.my-gallery figcaption {
    display: none;
}
.psw_item_link img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.item_tabs {
    width: 100%;
    padding: 0 15px;
}
.item_page_container {
    padding: 0 40px;
}
.tab-content  {
    margin-bottom: 25px;
}
.more_item {
    color: #2d2d2d;
    text-align: center;
}
.more_item:hover {
    color: #5b5b5b;
}
.more_items_title {
    font-weight: bold;
    margin-bottom: 10px;
}
.out-ext-info .more_line_items {
    margin-bottom: 25px !important;
}
.photo_ex {
    display: inline-flex;
    justify-content: center;
    vertical-align: bottom;
    margin: 3px;
    max-width: 32%;
}
.item_params {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    width: 50%;
}
.item_params tr:nth-child(2n) {
    background: #F3F3F3;
}
.all_tab_right {
    padding-top: 30px;
}
.item_tabs .nav-tabs .nav-item .nav-link {
    color: #2d2d2d;
    border-right: 1px dashed #eaeaea;
    display: block;
    padding: 15px 30px;
    line-height: 27px;
    border-radius: 0;
}
.item_tabs .nav-item:last-of-type .nav-link {
    border-right: none;
}
.send_cancel {
    margin-left: 10px !important;
    background: #5b5b5b !important;
}
.item_tabs .nav-tabs .nav-item .nav-link.active {
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-top: 3px solid #2d2d2d;
    background: #fff;
    font-weight: bold;
}
.item_tabs .nav-tabs .nav-link:hover, .item_tabs .nav-tabs .nav-link:focus {
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.addthis_toolbox {
    width: 300px;
}
.star-on-png {
   color: #e7711b;
}
#discussion-rating-field,
#discussion-rating-field_mob,
#discussion-rating-field-comment,
#discussion-rating-field-comment_mob {
    visibility: hidden;
    position: absolute;
    z-index: -55;
}
.star-off-png {
    color: #d0d0d0;
    text-shadow: 1px 1px rgb(240, 239, 239), -1px -1px #fff;
}
.item_params .char-name {
    color: #2d2d2d;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 5px;
    font-weight: 500;
    line-height: 16px;
}
.table_right {
    font-size: 16px;
    line-height: 16px;
    color: #707070;
}
.toggle_plus {
    display: none;
}
.discussion_item_form {
    background: #f7f7f7;
}
.discussion_item_form input,
.discussion_item_form textarea {
    border-radius: 3px;
    border: 1px solid #9e9e9e;
}
.discussion_item_form textarea {
    resize: none;
}
.send_comment {
    background: #2d2d2d;
    border: 0;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    margin: 0;
    outline: none;
    color: #fff;
    margin-top: 15px;
}
.left_comment {
    width: 75%;
}
.right_comment {
    width: 23%;
}
.send_comment:hover {
    background: #424242;
    color: #fff;
}
.discussion_item_form input:focus,
.discussion_item_form textarea:focus {
    box-shadow: unset;
    border-color: unset;
}
.article_cmp_item_name {
    display: none;
}
.toggle_plus_btn {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.item_page_h_mobile {
    display: none;
}
.discussion_item_form label {
    line-height: 21px;
}
#discussion-form .modal-footer {
    justify-content: flex-start;
}
.post_rating i {
    font-size: 13px;
}

.comment_tab {
    display: flex;
    justify-content: space-between;
}
.right_comment_title {
    font-size: 21px;
    line-height: 30px;
    color: #2d2d2d;
    font-weight: bold;
}
.right_comment {
    padding-top: 10px;
}
.right_comment form {
    padding: 28px;
}
.js-discussion-post-author,
.answer_author {
    color: #808080;
    font-style: italic;
    font-weight: normal;
}
.js-discussion-post-comment p,
.comment_answer p {
    margin-bottom: 3px;
}
.js-discussion-post,
.comment_answer {
    position: relative;
    margin-bottom: 15px;
}
.post_img,
.answer_post_img {
    position: absolute;
    width: 19px;
    height: 13px;
    left: -25px;
    top: -5px;
}
/* .comment_answer::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -25px;
    top: -5px;
    background: url(image/img/answer.svg) no-repeat;
    background-size: 19px, 13px;
} */
.all_comments_title {
    color: #2d2d2d;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 18px;
}
.comment_answer {
    margin-left: 20px;
}
.answer_button {
    color: #2d2d2d;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.answer_button:hover {
    color: #424242;
}
.answer_button:focus {
    color: #424242;
    box-shadow: none;
}
.catalog-item-in-line-2 .short_news:hover {
    overflow: visible !important;
    z-index: 100 !important;
    top: -110px;
}
.tag-goods-block {
    padding: 0 7px;
}
.catalog-item-in-line-2 .short_news:hover .short_c, .catalog-item-in-line-2 .short_news:hover .short_c {
    z-index: 100;
    padding: 0;
    left: -15px;
    right: -15px;
    position: absolute;
    width: auto;
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    border: 2px solid #2d2d2d;
    background: #fff;
}
.products_table .goods .short_news .short_c:hover .short_img {
    padding: 0;
}
.catalog-item-in-line-2 .short_news:hover .short_img a {
    height: 146px;
}
.catalog-item-in-line-2 .short_news:hover .short_title,
.catalog-item-in-line-2 .short_news:hover .short_price {
    padding: 0 10px;
}
.catalog-item-in-line-2 .short_news:hover .short_c .short_info {
    visibility: visible;
    opacity: 1;
}
.catalog-item-in-line-2 .swiper-container {
    overflow: visible;
}
/* items */
.item:hover {
    overflow: visible;
}
.item {
    display: inline-block;
    height: 340px;
    width: 223px;
    padding: 2px;
    position: relative;
    vertical-align: top;
    margin: 20px 0.7% 25px;
    overflow: hidden;
}
.short_news_horizontal {
    height: 460px;
}
.item .item_inside {
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item .item_inside:hover {
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    border: 2px solid #2d2d2d;
    background: #fff;
    z-index: 10;
    position: relative;
}
.item_buy {
    background: #2d2d2d;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 25px;
    line-height: 30px;
    font-size: 16px;
}
.item .hover_short_wish {
    position: relative;
}
.item .short_wish_wrp {
    top: 12px;
}
.item_buy:hover {
    background: #424242;
    color: #fff;
}
.items .item {
    padding: 0;
}
.items .item .item_buy svg{
    display: none;
}
.items .item a {
    color: #2d2d2d;
}
.item_img {
    width: 200px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    height: 170px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.item .price .value {
    font-size: 20px;
}
#products_table {
    padding-left: 0;
    padding-right: 0;
}
.item_title,
.item_price,
.item_intro {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 5px;
}
.item_img a {
    width: 200px;
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.item_img.short_img_horizontal {
    height: 300px;
}
.item_img.short_img_horizontal a {
    height: 300px;
}
.item_info {
    width: 100%;
    padding: 10px 25px;
}
.item_info .info_title {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.item_info .info_type {
    text-align: left;
    font-weight: normal;
    margin: 4px 0;
    font-size: 12px;
}
.item_info .info_type .type_value {
    color: #707070;
}

.item_inside .item_info,
.item_inside .item_intro,
.item_inside .item_btns{
    display: none;
}
.item_inside:hover .item_info,
.item_inside:hover .item_intro{
    display: block;
}
.item_inside:hover .item_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.item_inside .item_btns > * {
    margin-bottom: 5px;
}
.price_range {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.price_range .form-group ,
.currency_range{
    display: flex;
    align-items: center;
}
.news_item {
    margin-bottom: 30px;
    padding: 15px 0;
}
.news_title {
    display: block !important;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #2d2d2d;
}
.news_item .comment_date {
    font-weight: bold;
}
.title_news_article {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.title_news_article .comment_date {
    font-size: 14px;
    line-height: unset;
    line-height: 14px;
}
.read_more_news {
    color: #2d2d2d;
    margin-top: 15px;
    display: block;
}
.news_title:hover,
.read_more_news:hover {
    color: #1e272e;
}
.news_item + .news_item {
    border-top: 1px solid #eaeaea;
}

.price_range input {
    display: flex;
    align-items: center;
    padding: 3px;
    width: 65%;
    margin-right: 5px;
    height: auto;
}
.price_range label {
    padding: 0;
    margin: 0;
    margin-right: 4px;
}
.price_block_wrp {
    display: flex;
    align-items: center;
}
.price_block {
    display: flex;
    align-items: center;
}
.ui-slider-horizontal {
    height: 4px;
}
.price_range_wrp {
    margin-left: 30px;
    margin-top: 15px;
}
.price_range_wrp h4 {
    color: #2d2d2d;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius: 100%;
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}
.ui-widget-header {
    background: #2d2d2d;
}
.ui-widget.ui-widget-content {
    border: 1px solid #2d2d2d !important;
}
#submit_range {
    /* background: url(image/img/filter_range.svg) center no-repeat;
    background-size: 27px, 27px; */
    background: transparent;
    border: none;
    outline: none;
    width: 27px;
    height: 27px;
    cursor: pointer;
 }


 /* compair */
 .compair-board-wrapper {
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    border-top: 2px solid #2d2d2d;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
}
.comp_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border: 2px solid transparent;
    color: #2d2d2d;
    padding-bottom: 10px;
    padding-top: 10px;
}
.comp_item > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comp_item:hover {
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    border: 2px solid #2d2d2d;
    background: #fff;
}
.price_comp {
    text-align: center;
}
.comp_btn {
    background: #2d2d2d;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}
.comp_btn:hover {
    color: #fff;
}
.name_comp {
    color: #2d2d2d;
    text-align: center;
}
.comp_item:hover .name_comp {
    color: #424242;
}
.img_comp {
    width: 200px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comp_table .row:nth-child(2n) {
    background-color: #F3F3F3;
}
.comp_table .row:first-of-type {
    border-top: 1px solid #f5f5f5;
}
.comp_table {
    text-align: center;
    padding-top: 25px;
}
.group_name {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
}
.comp_table .col {
    padding: 10px 5px;
}
.btn_delete_comp {
    background: #fff url(image/img/delete_comp.svg) center no-repeat;
    background-size: 18px, 18px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: block;
    font-size: 0;
    border: none;
}
.compair-board {
    display: flex;
    max-width: 1218px;
    min-width: 918px;
    margin: 0 auto;
    position: relative;
    padding: 28px 32px 32px;
}
/* catalog */
.catalogs_select_filter form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.catalogs_select_filter form .linky-select__container {
    border: 1px solid #2d2d2d !important;
    width: auto !important;
}
.catalogs_select_filter form .linky-select__container .linky-select__header--text{
    width: auto !important;
    padding-right: 24px;
}
.d-f-c {
    display: flex;
    align-items: center;
}
.catalog_module {
    text-align: center;
    color: #2d2d2d;
    font-size: 16px;
}
.catalog_module img {
    max-width: 100%;
}
.catalog_module_title {
    display: block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.catalogs_block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
    flex-wrap: wrap;
}
.catalogs_block > a {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    flex-direction: column;
    overflow: hidden;
    padding: 5px;
}
.catalogs_block > a img {
    max-height: 120px;
}
.catalogs_block > a div {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    padding: 10px 0;
    color: #2d2d2d;
}
.catalogs_block > a:hover {
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    border: 2px solid #2d2d2d;
    background: #fff;
}
/* basket */
.menu__filter {
    display: none;
}
.basket-title {
    color: #2d2d2d;
    font-size: 22px;
    text-transform: capitalize;
    margin-left: 30px;
    line-height: 20px;
    font-weight: 700;
}
.basket-hide {
    border: 1px solid #424242;
    color: #424242;
    border-radius: 3px;
    padding: 4px 15px;
    font-size: 18px;
    background: transparent;
}
.empty_busket {
    color: #2d2d2d;
    font-size: 18px;
    margin: 0 30px;
}
#basket-modal button.close {
    padding: 0.5rem;
}
#basket-modal button.close span {
    font-size: 34px;
    font-weight: 300;
}
#basket-modal .modal-content {
    max-height: 78%;
    margin: 2% auto;
    padding: 20px 20px 30px;
    background: #ffffff;
    overflow: auto;
}
#basket-modal .modal-dialog{
    max-width: 900px;
}
.empty_busket_wrp {
    display: flex;
    align-items: center;
    width: 100%;
}
#basket-modal .row {
    margin: 0 !important;
}
#basket-modal .modal-footer .row{
    width: 100%;
}
#basket-modal .modal-footer .row > .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.access_order {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 3px;
    background: #2d2d2d;
    line-height: inherit;
    font-size: 18px;
    color: #fff;
}
.access_order:hover {
    background: #424242;
    color: #fff;
}
.price {
    color: #2d2d2d;
}
.price .value {
    font-size: 18px;
    font-weight: 700;
}
.smarty_number {
    color: #2d2d2d;
}
.smarty_number span:first-of-type {
    font-size: 18px;
    font-weight: 700;
}
.smarty_number span:last-of-type {
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.menu__filter_wrapper {
    display: none;
}
#basket-modal .col-md-3 ,
.order_wrp .col-md-3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner_basket {
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner_basket .ui-spinner {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    width: 65px;
    margin-right: 5px;
}
.ui-spinner-down {
    background-image: url("image/img/arrow_drop_down-white-18dp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ui-spinner-up {
    background-image: url("image/img/arrow_drop_up-white-18dp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ui-spinner-button {
    border-radius: 0;
    background-color: #ccc;
}
.spinner_label {
    color: #2d2d2d;
}
.table_titles {
    flex-wrap: nowrap;
}
.price .currency{
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
#basket-modal .js-basket-item {
    padding: 10px 0;
}
.basket_photo img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.basket_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 83px;
}
.basket_photo_wrp {
    display: flex;
    align-items: center;
}
.basket_photo_wrp .js-basket-item-delete {
    margin-right: 10px;
}
.basket_item_short_name {
    display: flex;
    flex-direction: column;
}
.order_info_title {
    font-weight: 600;
}
.basket_item_short_name span {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 18px;
}
.table_titles > div {
    padding-bottom: 10px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #aeaeae;
}

/* in-line-1 */
.catalog-item-in-line-1 .short_news {
    height: 420px;
    margin: 0;
    padding: 0;
}
.catalog-item-in-line-1 .short_news .short_c {
    width: 100%;
}
.catalog-item-in-line-1 .swiper-slide, .catalog-item-in-line-2 .swiper-slide {
    background-color: #fff;
}
.catalog-item-in-line-1 .short_news .short_img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: table;
    height: auto;
}
.catalog-item-in-line-1 .short_news .short_img a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 315px;
    line-height: 0;
}
.catalog-item-in-line-1 .short_news .short_img img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-item-in-line-1 .short_news .short_title {
    padding: 0;
    text-align: center;
}
.catalog-item-in-line-1 .short_news .product_description {
    font-size: 22px;
    width: 100%;
    display: block;
    float: left;
    color: #1e272e;
    line-height: 19px;
}
.catalog-item-in-line-1 .short_news .short_price {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-left: 0;
}
.catalog-item-in-line-1 .one_line .short_title {
    width: 70%;
    margin: 0;
}
.catalog-item-in-line-1 .one_line .short_price {
    width: 30%;
    padding: 0;
    margin: 0;
}
.catalog-item-in-line-1 .one_line .short_price .value{
    font-size: 20px;
    font-weight: bold;
}

.catalog-item-in-line-1 .one_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.catalog-item-in-line-2 .short_news:hover .short_title a.a_change span {
    display: none;
}
.catalog-item-in-line-2 .short_news:hover .short_title a.a_change a.full_text {
    display: inline-block !important;
}
.catalog-item-in-line-2 .short_news:hover .short_title{
    padding: 0 3px;
}
.catalog-item-in-line-2 .short_news .product_description a.full_text {
    color: #1e272e;
    font-size: 16px;
}
.catalog-item-in-line-1 .short_news .short_price span {
    font-size: 12px;
    font-weight: normal;
}
.catalog-item-in-line-1 .short_news .short_info {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    right: 0;
    padding: 10px 15px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(45, 45, 45, .3);
    flex-wrap: wrap;
}
.short_description {
    color: #000;
}
.catalog-item-in-line-2 .short_description {
    display: none !important;
}
.catalog-item-in-line-1 .short_news .short_buy {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    width: 35%;
}
.catalog-item-in-line-1 .short_news .short_favorites {
    position: relative;
    display: inline-block;
    width: 30%;
    border-left: 1px dashed #808080;
}
.mobile_short_buy {
    display: none;
}
.catalog-item-in-line-1 .short_news .mobile_short_buy {
    display: none;
}
.catalog-item-in-line-1 .short_compare.compare {
    width: 30%;
}
.catalog-item-in-line-1 .short_description {
    display: block;
}
.catalog-item-in-line-1 .goods .short_news .short_c:hover {
    box-shadow: none;
    border: 0;
    box-sizing: border-box;
    background: none;
}
.catalog-item-in-line-1 .short_news .short_c:hover .short_img {
    padding: 0;
}
.catalog-item-in-line-1 .short_news .short_c:hover .short_info {
    visibility: visible;
    opacity: 1;
}
.catalog-item-in-line-1 .swiper-wrapper {
    overflow: hidden;
}
.swiper-wrapper{
    z-index: 99;
}
.catalog-item-in-line-1 .short_news .order.basket-buy {
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 40px;
    font-size: 21px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    outline: none;
    border: none;
    background: #1e272e;
}
.catalog-item-in-line-1 .short_wish_btn,
.catalog-item-in-line-1 button.compare_btn {
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    color: #1e272e;
    outline: none;
    border: none;
    background: #fff;
}
.catalog-item-in-line-1 .short_compare.compare,
.catalog-item-in-line-1 .short_favorites {
    border-radius: 3px;
}
.catalog-item-in-line-1 .short_compare.compare {
    border-right: 1px dashed #808080;
}
.short_c > .short_description {
    display: none;
}
.catalog-item-in-line-1 button.compare_btn  {
    /* background: url(image/img/compare.svg) left center no-repeat;; */
    white-space: nowrap;
}
.catalog-item-in-line-1 .short_wish_btn {
    /* background: url(image/img/wish.svg) left center no-repeat; */
}
.catalog-item-in-line-1 .short_wish_wrp {
    width: 100%;
    right: 0;
    top: 44px;
}

.catalog-item-in-line-1 .short_news .order.basket-buy:hover {
    transition: .3s;
    background: #444;
}
.catalog-item-in-line-1 .compare_btn {
    border: none;
    background: #fff;
}
.catalog-item-in-line-1 .short_compare.compare, 
.catalog-item-in-line-1 .short_favorites {
    background: #fff;
    justify-self: flex-end;
}

/* catalog */
.catalog_wrp {
    display: flex;
    padding: 0 15px;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.catalog_wrp .catalog_block {
    width: 200px;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 22px;
    transition: .2s ease;
    border: 2px solid transparent;
    height: auto;
}
.catalog_wrp .catalog_block:hover {
    z-index: 2;
    border: 2px solid #1e272e;
    box-shadow: 0 4px 21px rgba(45, 45, 45, .9);
    background: #fff;
}
.catalog_wrp .catalog_block .catalog_item.with_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.catalog_wrp .catalog_block .catalog_img_item {
    width: 140px;
    height: 140px;
}
.catalog_wrp .catalog_block .catalog_child_item {
    margin: 5px 0;
    line-height: 16px;
    padding: 0 5px;
}
.catalog_wrp .catalog_block .catalog_child_item:first-of-type {
    margin-top: 0;
}
.catalog_wrp .catalog_block .catalog_item_title {
    align-self: flex-start;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 0 5px;
}
.catalog_wrp .catalog_block + .catalog_block {
    margin-left: 7px;
}
.catalog_wrp .catalog_block a{
    color: #1e272e;
}
.catalog_wrp .catalog_block .catalog_item_title a:hover{
    color: #424242;
}

/* brands */
.tag-brands-block {
    padding: 20px 0;
}
.brands_wrp {
    margin: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brand {
    width: 163px;
    margin: 10px 1.4%;
}
.brand .desc {
    color: #1e272e;
    text-align: left;
    line-height: 15px;
}
.brands_wrp .brand .photo {
    width: 163px;
    height: 100px;
}
.brands_wrp .brand .photo a{
    width: 163px;
    height: 100px;
}
/* footer */
.footer_container {
    margin: 0 15px;
}
.footer_container_left {
    max-width: 150px;
    float: left;
}
.bottom-wrapper, .footer_container {
    float: left;
}
.footer_container_left {
    max-height: 50px;
    font-size: 0;
    margin-bottom: 15px;
}
.footer_container_left img {
    max-width: 100%;
    max-height: 50px;
}
.copyright {
    float: left;
    margin-left: 20px;
    max-width: 150px;
}
.footer .copyright .copyright_link {
    margin-right: 5px;
}
.copyright h4, .copyright h5, .copyright .copyright_link, .copyright .copyright_year {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    text-transform: lowercase;
    color: #808080;
}
.who_make {
    margin-left: 40px;
    float: left;
    margin-top: 20px;
}
.who_make a {
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    display: block;
}
.menu-bottom {
    float: right;
    margin-right: 50px;
}
ol, ul {
    list-style: none;
}
.bottom_tabs a, .menu-bottom a {
    color: #1e272e;
    font-size: 14px;
    line-height: 16px;
}
.bottom-wrapper {
    margin: 0 50px 0 45px;
}
.bottom_telephone p {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    line-height: 30px;
    margin-right: 23px;
    margin: 0;
}
.bottom_adress p {
    font-size: 12px;
    color: #808080;
    margin: 0;
}
.footer {
    border-top: 1px solid #1e272e;
    border-bottom: 5px solid #1e272e;
}


.mobile__header {
    display: none;
}
#searchPopup .more_results {
    display: block;
    padding: 5px 20px;
    font-weight: bold;
    background: #1e272e;
    color: #fff;
    width: 100%;
    border: none;
    text-align: left;

}
#searchPopup .short_news:hover, #search1 #searchPopup .short_news:hover {
    background: #f2f7fb;
}
#searchPopup .short_news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    min-height: 40px;
    margin: 0;
}
#searchPopup .short_news .short_img > div {
    width: 42px;
    height: 42px;
}
#searchPopup .short_title {
    line-height: 12px;
    text-align: left;
}
#searchPopup .short_title > div {
    font-size: 14px;
    font-weight: bold;
    color: #1e272e;
    padding: 0 5px;
}
#searchPopup .short_price {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: #333;
    padding: 0 5px;
}
/* loading */

.loading-mask {
    background-color: #F7F6EF;
    z-index: 9999999999999999;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
 }
 .loading-mask .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    width: 50px;
    height: 50px;
    margin: -20px 0 0 -20px;
    border-width: 5px;
    border-style: solid;
    border-color: #444 #444 rgba(255,255,255,.5) rgba(255,255,255,.5);
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
 }
 @-moz-keyframes spin {
    0%   {-moz-transform: rotate(0deg)}
    100% {-moz-transform: rotate(-360deg)}
 }
 @-o-keyframes spin {
    0%   {-o-transform: rotate(0deg)}
    100% {-o-transform: rotate(-360deg)}
 }
 @keyframes spin {
    0%   {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
 }

 .clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    line-height: 0;
}
@media only screen and (max-width: 769px) {
    .taxes_row .col-md-2 {
        text-align: center;
    }
    .intl-tel-input{
        width: 100%;
    }
    
    .iti {
        width: 100%;
    }
    .item.short_news_horizontal {
        height: 550px;
    }
    .grid-block.ui-sortable {
        width: 100% !important;
    }
    .menu__block {
        float: right;
        position: relative;
    }
    .callback_btn {
        background: url(pic/ic_phone.svg) 0 0 no-repeat;
            background-size: auto;
        background-size: 20px 20px;
    }
    .logo img {
        margin: 0 auto;
        display: block;
    }
    a.logo {
        display: unset;
    }
    .header_left_menu_shadow_right, .header_menu_top {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        background: #1e272e;
        z-index: 9999;
        font-size: 0;
        max-height: unset !important;
        margin: 0;
    }
    .header_left_menu_shadow_right .menu__catalog, .header_menu_top .menu__header_top {
        color: #fff;
        text-transform: uppercase;
        background-color: rgba(0,0,0,.1);
    }
    .menu__catalog, .menu__filter, .menu__category, .menu__good, .menu__header_top {
        width: 90%;
        margin: 10px auto;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 10px 45px 10px 45px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        display: block !important;
        text-align: center;
        line-height: 14px;
    }
    .menu__catalog_btn, .menu__filter_btn, .menu__category_btn, .menu__good_btn, .menu__header_top_btn {
        position: absolute;
        left: 10px;
        top: 6px;
    }
    .header_left_menu_shadow_right .menu__catalog::after,
    #left .content .menu__filter::after, 
    .left_blocks_content .menu__category::after, 
    .product_details_menu .menu__good::after, 
    .header_menu_top .menu__header_top::after {
        position: absolute;
        content: '';
        display: block;
        right: 10px;
        top: 13px;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #fff;
        border-left: 5px solid transparent;
    }
    a.client_enter {
        font-size: 0;
        width: 28px;
        height: 28px;
        margin: 5px;
        background-size: contain !important;
        background: url(image/img/user_white.svg) left center no-repeat;
    }
    .header_menu_top .site-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    
    .site-control a.client_enter, .site-control a.disabledWishList, .site-control .language-switcher, .site-control .linky-select__container.block_val {
        margin: 5px;
    }
    a.disabledWishList, a.wishList, .callback_btn {
        width: 27px;
    }
    .basket-button, a.client_enter, a.logout_ling, a.disabledWishList, a.wishList, .callback_btn, .contact_btn {

        height: 28px;
        margin-right: 0;
        margin-left: 0;
        -webkit-background-size: contain !important;
        background-size: contain !important;

    }
    a.disabledWishList, a.wishList {
        background: url(image/img/whish_white.svg) left center no-repeat !important;
        background-size: contain !important;
        height: 28px;
        width: 28px;
        font-size: 0;
        padding: 0;
    }
    .header_menu_top li {
        background: #1e272e;
        margin-bottom: 1px;
        display: inline-block;
        vertical-align: top;
        width: 90%;
        text-align: left;
        padding-top: 0;
        transition: .3s;
        position: relative;
    }
    .header_menu_top li + li {
        border-top: 1px solid #fff;
    }
    .header_menu_top > .mobile-link-wrp li a {
        color: #fff !important;
        font-size: 18px;
        padding: 15px 0;
        display: block;
        font-weight: bold;
        line-height: 20px;
    }
    .header_menu_top > .mobile-link-wrp li.active::before {
        content: "";
        position: absolute;
        display: block;
        border: 7px solid;
	    border-color:  transparent transparent transparent #fff;
        top: 18px;
        left: -15px;
        z-index: 99999999;
    }
    .mobile-link-wrp {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .callback_wrapper, .callback_wrapper--phones {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        z-index: 9987;
        background-color: #fff;
        display: none;
    }
    .callback_block {
        width: 240px;
        margin: 5% auto;
        padding: 20px;
        color: #808080;
    }
    .callback_block .contact_container_left {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .callback_top .callback_button ,.callback_request .callback_button {
        width: 24px;
        height: 24px;
        background: url(image/img/close_black.svg) center no-repeat;
        background-size: 24px, 24px;
        border-bottom: 0;
        padding: 0;
        margin: 0;
        position: absolute !important;
        top: 10px;
        right: 30px;
    }
    .block_phone p a {
        font-size: 28px;
        color: #808080;
        text-align: left;
    }
    .block_phone p {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .block_grafic {
        margin: 15px 0;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .callback_top {
        position: static;
    }
    .callback-title {
        text-align: center;
        border-radius: 3px;
        line-height: 1.5;
        height: 46px;
        font-size: 20px;
        outline: none;
        border: 0;
        padding: 8px 0;
        cursor: pointer;
        background: #1e272e;
        color: #fff;
    }
    .callback_request {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 50px 15px;
        display: none;
    }
    .callback_request > p, .callback_request > form {
        max-width: 242px;
        margin: 0 auto;
    }
    .callback_request > p {
        color: #1e272e;
        text-align: center;
    }
    .callback_request form {
        padding-top: 15px;
    }
    .callback_request input {
        width: 100%;
        padding: 0 10px;
        border-radius: 3px;
        height: 27px;
        outline: none;
        color: #1e272e;
        border: 1px solid #B2B3B3;
        font-size: 14px;
        margin-top: 5px;
    }
    .callback_request .input_line.button input {
        border: none;
        color: #fff;
        background: #1e272e;
        margin-top: 10px;
    }
    .callback_request .label {
        font-size: 14px;
        color: #1e272e;
    }

    #mobile_search {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #fff;
        margin: 0;
        padding: 35px 15px;
        z-index: 9999;
        display: none;
    }
    .mobile-search-form {
        width: 90%;
        margin: 0 auto;
        display: block;
        overflow: hidden;
    }
    .search-close-btn {
        width: 25px;
        height: 25px;
        border-bottom: 0;
        padding: 0;
        margin: 0;
        position: absolute !important;
        top: 10px;
        right: 10px;
        background: url(image/img/close_black.svg) no-repeat center / cover;
    }
    #searchPopup {
        box-sizing: border-box;
        border: 1px solid #1e272e;
        margin-top: 30px;
        position: absolute;
        background: #fff;
        width: 76%;
        z-index: 9000;
        display: none;
        overflow: hidden;
        left: unset;
    }
    .brand {
        width: 100px;
        margin: 10px 5px;
    }
    .brands_wrp .brand .photo {
        width: 100px;
        height: 60px;
    }
    .brands_wrp .brand .photo a {
        width: 100px;
        height: 60px;
    }
    .brands_wrp {
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
    .catalog_wrp .catalog_block {
        width: 32%;
    }
    .out-ext-info {
        border-top: 3px solid #1e272e;
        padding-top: 15px;
        margin: 0 15px;
        margin-top: 20px;
    }
    .menu__catalog {
        margin-top: 30px;
        text-align: left;
    }
    .menu__catalog, .menu__filter, .menu__category, .menu__good {
        border: 1px solid #1e272e;
        color: #1e272e;
    }
    .menu__catalog::before, 
    .menu__filter::before, 
    .menu__category::before, 
    .menu__good::before {
        content: '';
        position: absolute;
        display: block;
        right: 10px;
        top: 15px;
        border-right: 5px solid transparent;
        border-top: 7px solid #1e272e;
        border-left: 5px solid transparent;
    }
    .menu__category_btn .icon-bar,
    .menu__filter_btn .icon-bar {
        background: #2d2d2d;
    }
    .menu__category,
    .menu__filter {
        text-align: left;
    }

    .menu__catalog, .menu__filter, .menu__category, .menu__good, .menu__header_top {
        color: #1e272e;
        font-size: 16px;
        font-weight: bold;
    }
    .mobile__header .menu__catalog > .menu__catalog_btn .icon-bar {
      background: #1e272e;
    }
    .header_left_menu_shadow_right .menu__catalog > .menu__catalog_btn .icon-bar {
        background: #fff;
    }
    .header_left_menu_shadow_right .menu__catalog {
        margin-top: 10px;
    }
    .header_left_menu {
        width: 90%;
        margin: 0 auto;
        border: none !important;
        text-align: left;
    }
    .mobile-search-form {
        width: 90%;
        margin: 0 auto;
        display: flex;
        overflow: hidden;
    }
    .mobile-search-form #search_mob {
        width: 100%;
        box-sizing: border-box;
        height: 30px;
        border: none;
        border-left: 2px solid #1e272e;
        outline: none;
        padding: 0 10px;
        color: #1e272e;
        font-size: 14px;
        font-family: 'Calibri', sans-serif !important;
    }
    .mobile-search-form #search_mob_btn {
        padding: 0 15px;
        height: 30px;
        cursor: pointer;
        font-size: 14px;
        outline: none;
        border-radius: 3px;
        line-height: 27px;
        border: none;
        color: #fff;
        background: #1e272e;
        font-family: 'Calibri', sans-serif !important;
    }
    .catalog-item-in-line-2 .short_news {
        min-height: 450px;
        width: 100%;
    }
    .short_c {
        min-height: 420px;
        z-index: 2;
        width: 100%;
        background: #fff;
    }
    .swiper-wrapper .short_img {
        margin-top: 0;
        display: block !important;
        width: 100% !important;
    }
    .catalog-item-in-line-2 .short_news .short_c .short_img a {
        height: 315px;
    }
    .swiper-wrapper .short_title {
        height: 46px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .catalog-item-in-line-2 .short_news .short_c .product_brand, .catalog-item-in-line-2 .short_news .short_c .product_description {
        font-size: 22px;
    }
    .catalog-item-in-line-2 .short_news .short_c .short_info {
        visibility: visible;
        opacity: 1;
        margin-left: 0;
    }
    .short_available {
        margin-bottom: 10px;
    }
    .short_c .clear_buy, .short_c .short_buy {
        display: inline-block;
    }

    .catalog-item-in-line-2 .short_news .short_c .order.basket-buy {
        display: inline-block;
        line-height: 45px;
        border-radius: 3px;
        padding: 0;
        margin: 0;
        height: 47px;
        font-size: 0;
        width: 47px;
        background-position: center;
        background-color: #fff;
        border: 1px solid #1e272e;
    }
    .short_c .short_buy .order {
        /* background: url(image/img/basket.svg) center no-repeat !important;
        background-size: 31px, 27px !important; */
    }
    .short_favorites .favorite_btn {
        line-height: 45px;
        border-radius: 3px;
        padding: 0;
        margin: 0;
        height: 47px;
        font-size: 12px;
        padding-left: 20px;
        display: inline-block;
        margin-bottom: 10px;
        width: auto;
        border: 1px solid #1e272e;
    }
    .catalog-item-in-line-2 .short_news:hover {
        top: 0;
    }
    .catalog-item-in-line-2 .short_news:hover .short_c, .catalog-item-in-line-2 .short_news:hover .short_c {
        border: none;
        box-shadow: none !important;
        left: 0;
        right: 0;
    }
    .short_compare.compare {
        display: none;
    }
    #searchPopup .short_info {
        width: 100%;
    }
}
@media (max-width: 769px) {
    .items .item .item_title span {
        display: none !important;
    }
    .items .item .item_title a.full_text {
        display: block !important;
    }
    .arrow {
        font-size: 0 !important;
    }
    .left_item_imgs figure {
        margin: 0 !important;
    }
    .left_item_imgs figure + figure {
        margin-top: 0px !important;
        margin-left: 5px !important;
    }
    .item_route .item_photos_wrp .col-md-7,
    .item_route .item_photos_wrp .item_photos_wrp {
        padding: 0 !important;
    }
    .breadcrumb {
        padding: 10px !important;
        flex-wrap: nowrap;
        white-space: nowrap;
        max-width: 100vw;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .breadcrumb .breadcrumb-item:last-of-type::after {
        content: "";
        background: url(image/img/bread_down.svg) center no-repeat;
            background-size: auto;
        background-size: 9px, 6px;
        width: 7px;
        height: 4px;
        display: inline-block;
    }
    .sub_categories {
        flex-direction: column;
    }
    .catalog-item-in-line-2 .item {
        height: 450px;
        width: 100%;
    }
    .catalog-item-in-line-2 .short_news .short_c .short_title {
        line-height: 18px;
    }
    .catalog-item-in-line-2 .short_news .short_c {
        max-height: 420px;
    }
    .catalog-item-in-line-2 .item .item_img a {
        height: 315px;
    }
    .catalog-item-in-line-2 .item:hover .item_img a {
        height: 315px;
    }
    .catalog-item-in-line-2 .item:hover .a_change span {
        display: block !important;
    }
    .catalog-item-in-line-2 .item:hover .a_change .full_text {
        display: none !important;
    }
    .catalog-item-in-line-2 .item:hover .item_inside, 
    .catalog-item-in-line-2 .item:hover .item_inside {
        z-index: 100;
        background: #fff;
        padding: 0;
        left: unset;
        right: unset;
        top: unset;
        position: unset !important;
        width: auto;
    }
    .catalog-item-in-line-2 .item .order.basket-buy {
        margin: 5px 0;
    }
    .catalog-item-in-line-2 .product_description.a_change {
        font-size: 22px;
    }
    .catalog-item-in-line-2 .item .short_compare, .catalog-item-in-line-2 .item .short_favorites {
        display: none !important;
    }
    .item_group_container {
        margin-top: 10px;
    }
    .tag_goods_no_slider .item .short_compare.compare,
    .tag_goods_no_slider .item .short_info {
        display: block;
    }
    .tag_goods_no_slider .item .short_description {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .article_tag_el + .article_tag_el {
        margin-top: 15px !important;
    }
    .row.items {
        min-height: unset;
    }
    .catalogs_select_filter form {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .catalogs_select_filter form > div {
        margin: 5px 0;
    }
    .item_page_container {
        padding: 0;
    }
    .item_params {
        width: 100%;
    }
    #whishModal {
        z-index: 9999999999;
    }
    .desktop_nav {
        display: none;
    }
    .account_row h2 {
        display: none;
    }
    .address_row + .address_row {
        border: none;
    }
    .js-links-row .input-group-addon {
        min-width: 45px;
    }
    .addresses_wrapper .col-md-9 {
        display: flex;
        flex-direction: row;
    }
    .addresses_wrapper .col-md-9 > div {
        display: flex;
        flex-direction: column;
    }
    .addresses_wrapper .col-md-9 .address_row .col:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wishlist_wrp .col-md-9{
        padding: 0;
    }
    .wishlist_wrp .col {
        padding-right: 0;
    }
    .wishlist_wrp .address_row > .col:last-child{
        max-width: 100px;
    }
    .whish_settings {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .whish_settings > * {
        margin: 0;
    }
    .user_wishlists_modal .modal-content {
        max-height: 100%;
        margin: 0;
    }
    .activity_item a,
    .activity_row > div {
        font-size: 13px;
    }
    .wishlist_wrp .address_row > .col:first-child {
        max-width: 35px;
    }
    .brand_snippet + .brand_snippet {
        margin-top: 15px;
    }
    .items .item .item_buy svg {
        display: block;
    }
    .catalog-item-in-line-1 .short_news .mobile_short_buy {
        display: block;
    }
    #item_back_phone_mobile {
        background: transparent;
    }
    .item_page_info_mob .short_wish_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .short_c .short_buy { 
        display: none !important;
    }
    .short_c .mobile_short_buy {
        display: block !important;
    }
    .catalog-item-in-line-1 .short_news .order.basket-buy {
        padding: 0 !important;
    }
    .comp_item_wrp {
        flex-direction: column;
    }
    .article_cmp_item_name {
        display: flex;
    }
    .swiper_container_item  {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }
    .swiper_container_item .more_item .more_item_img img {
        max-height: 210px;
    }
    .item_page_info_mob {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 30px 0;
        /* padding-top: 50px; */
    }
    .item_page_info_mob .full_price {
        text-align: center;
        padding-bottom: 20px;
    }
    .item_page_info_mob a.disabledWishList {
        /* background: url(image/img/wish.svg) center center no-repeat !important; */
        padding: 0;
        height: 45px;
        font-size: 0;
        width: 45px;
        margin: 0;
    }
    .item_page_info_mob .callback_button_modal_mobile {
        /* background: url(image/img/ic_phone.svg) center center no-repeat !important; */
        padding: 0;
        height: 47px;
        font-size: 0;
        width: 47px;
        line-height: 45px;
        border-radius: 3px;
        border: 1px solid #2d2d2d;
        cursor: pointer;
    }
    .item_page_info_mob > div {
        margin: 0 5px;
    }
    .item_page_info {
        display: none;
    }
    .swiper_container_item .swiper-pagination-bullets {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .swiper_container_item .swiper-wrapper {
        position: relative;
        width: 100% !important;
        height: 100% !important;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }
    /* item page */
    .item_photos_wrp {
        flex-direction: column-reverse;
    }
    .photo_ex {
        max-width: 48%;
    }
    .item_tabs {
        display: none;
    }
    .item_tabs_mob {
        display: block;
        width: 100%;
    }
    .left_item_imgs {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .discussion_item_form {
        background: #fff;
    }
    .menu__good_btn .icon-bar {
        background: #2d2d2d;
    }
    .article_page {
        padding: 0 10px;
    }
    .product_details_menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: 9998;
        padding-bottom: 30px;
        overflow: auto;
    }
    .product_details_menu ul.nav-tabs{
        display: flex;
        flex-direction: column
    }
    .mobile_tab a.active {
        font-weight: bold;
    }
    .menu__good {
        text-align: left;
    }
    .item_tabs_mob .menu__good {
        width: 100%;
    }
    .product_details_menu .menu__good {
        width: 90%;
    }
    .product_details_menu .menu__good::before{
        display: none;
    }
    .product_details_menu .menu__good::after {
        border-bottom: 7px solid #2d2d2d;
    }
    .product_details_menu .menu__good {
        border: 0;
        text-transform: uppercase;
        background-color: rgba(45, 45, 45, .1);
    }
    .product_details_menu > ul {
        width: 90%;
        margin: 0 auto;
    }
    .product_details_menu > ul li {
        padding: 15px 0;
    }
    .product_details_menu > ul li a {
        color: #2d2d2d;
        line-height: 27px;
    }
    .product_details_menu ul li + li {
        border-top: 1px solid #2d2d2d !important;
    }
    .left_item_imgs figure{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 3px;
    }
    .item_page_h {
        display: none;
    }
    .item_page_h_mobile {
        display: block;
    }
    .comment_tab {
        flex-direction: column;
    }
    .right_comment,
    .left_comment {
        width: 100%;
    }
    .left_item_imgs .psw_item_link {
        width: 60px;
        height: 60px;
    }
    .price_range_wrp {
        margin-left: 0;
    }
    .price_range .form-group {
        justify-content: space-between;
        width: 100%;
    }
    .price_block_wrp {
        width: 80%;
    }
    .currency_range {
        width: 20%;
    }
    .price_range input {
        text-align: center;
        border: 1px solid #2d2d2d;
        width: 100%;
    }
    .price_block {
        width: 50%;
    }
    .item_inside .item_btns{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .item_inside:hover .item_btns{
        flex-direction: row;
        padding-bottom: 5px;
    }
    .item_inside .item_btns > *{
        margin: 0;
    }
   
    .item_btns .item_buy {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
        /* background: transparent url(image/img/basket.svg) center no-repeat !important;
        background-size: 31px, 27px !important; */
        border: 1px solid #2d2d2d;
        border-radius: 3px;
        margin: 0;
        padding: 0;
        width: 47px;
        height: 47px;
        margin-right: 5px;

    }
    .item_btns .short_favorites .hover_short_wish {
        border: none;
    }
    .item .item_inside {
        border: none;
    }
    .item .item_inside:hover {
        box-shadow: none;
        border: none;
        position: unset;
    }
    .item_btns .short_wish_btn {
        /* background: url(image/img/wish.svg) center no-repeat !important;
        background-size: 31px, 27px !important; */
        margin: 0;
        padding: 0;
        width: 47px;
        height: 47px;
        border: 1px solid #2d2d2d;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #whishModal .modal-header {
        border: none;
    }
    #whishModal .modal-body {
        font-size: 25px;
    }
    /* item */
    .item {
        width: 50%;
        height: auto;
        margin-bottom: 5px;
    }
    .item .whish-list-wrp {
        display: none !important;
    }
    .item_info,
    .item_intro,
    .item_inside:hover .item_intro,
    .item_inside:hover .item_info {
        display: none;
    }
    .catalogs_block > a {
        width: 48%;
    }
    .menu__filter_wrapper form {
        width: 90%;
        margin: 0 auto;
    }
    .menu__filter_wrapper .filter_inside_wrp {
        margin: 0;
    }
    .menu__filter_wrapper .catalog_title {
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        color: #333 !important;
        padding-bottom: 3px;
        border-bottom: 2px solid #2d2d2d;
    }
    .menu__filter_wrapper .filter_inside_wrp .nav-link {
        border-bottom: 1px solid #2d2d2d;
        border-radius: 0;
        padding: 10px 20px;
        color: #707070;
        /* background: transparent url(image/img/normal_filter.svg) left center no-repeat;
        background-size: 16px, 16px; */
        line-height: 16px;
    }
    .menu__filter_wrapper .filter_inside_wrp .nav-link.active {
        color: #2d2d2d;
        /* background: transparent url(image/img/active_filter.svg) left center no-repeat;
        background-size: 16px, 16px; */
    }
    
    .menu__filter_wrapper .filter_block_active {
        margin-left: 0;
    }

    .menu__filter {
        display: block;
    }
    .menu__filter_wrapper .menu__filter::before {
        display: none;
    }
    .menu__filter_wrapper .menu__filter::after {
        position: absolute;
        content: '';
        display: block;
        right: 10px;
        top: 13px;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #2d2d2d;
        border-left: 5px solid transparent;
    }
    .menu__filter_wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: 9998;
        padding-bottom: 30px;
        overflow: auto;
    }
    .short_wish_btn .small_svg {
        width: 24px;
        height: 24px;
    }
    .left_blocks_content {
        position: fixed;
        z-index: 9998;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        overflow: auto;
    }
    .left_blocks_content .menu__category::before {
        display: none;
    }
    .left_blocks_content .filter_block div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .left_blocks_content .filter_block {
        width: 90%;
        margin: 0 auto;
    }
    .left_blocks_content .filter_block > div + div:not(.sub_categories) {
        border-top: 1px solid #2d2d2d;
    }
    .left_blocks_content .filter_block .active a {
        position: relative;
    }
    .left_blocks_content .filter_block .active a::before {
        content: "";
        position: absolute;
        border-left: 5px solid #000;
        border-top: 5px solid rgba(0, 0, 0, 0);
        border-bottom: 5px solid rgba(0, 0, 0, 0);
        left: 0;
        top: 28px;
    }
    .left_blocks_content .filter_block .sub_categories .active a::before {
        left: 37px;
        top: 8px;
    }
    .left_blocks_content .filter_block > div.sub_categories a {
        padding: 0 0 20px 50px !important;
    }
    .catalog_info {
        flex-direction: column;
        align-items: center;
    }
    .catalog_info > .catalog_img {
        max-width: 100%;
        height: auto;
        margin-right: 0;
    }
    .left_blocks_content .filter_block > div a {
        width: 100%;
        padding: 20px 10px;
        font-size: 16px;
    }
    .left_blocks_content .menu__category,
    .menu__filter_wrapper .menu__filter {
        text-transform: uppercase;
        background-color: rgba(45, 45, 45, .1);
    }
    .left_blocks_content .menu__category::after {
        position: absolute;
        content: '';
        display: block;
        right: 10px;
        top: 13px;
        border-right: 5px solid transparent;
        border-bottom: 7px solid #2d2d2d;
        border-left: 5px solid transparent;
    }
    .desctop-catalog-filter {
        display: none;
    }
    .mobile-catalog-filter {
        display: none;
    }
    .modal .modal-header {
        border: none;
    }
    #basket-modal {
        bottom: 0;
        right: 0;
    }
    .basket_photo_wrp .js-basket-item-delete {
        margin-right: 0;
    }
    .spinner_basket .ui-spinner {
        width: 55px;
    }
    #basket-modal .modal-content {
        height: 100%;
        max-height: unset;
        margin: 0;
    }
    #basket-modal .modal-body {
        padding: 0;
    }
    #basket-modal .js-basket-item {
        flex-wrap: nowrap;
    }
    #basket-modal .modal-footer .row > .col-md-6{
        order: 2;
        display: flex;
        flex-direction: column;
    }
    #basket-modal .modal-footer .row > .col-md-3{
        width: 50%;
        padding-bottom: 15px;
    }
    #basket-modal .modal-footer .row > .col-md-3 .title_smarty{
        text-transform: uppercase;
        font-weight: 700;
        color: #707070;
        font-size: 20px;
        padding-right: 5px;
    }
    #basket-modal .modal-footer .row > .col-md-6 .basket-hide {
        width: 100%;
        margin-bottom: 15px;
    }
    .basket_photo_wrp {
        padding: 0;
    }
    /* footer */
    .footer {
        position: relative;
        padding-bottom: 60px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .footer .footer_container {
        display: flex;
        justify-content: center;
    }
    .footer > a {
        padding-bottom: 10px;
    }
    .copyright {
        text-align: center;
        margin: 0;
        max-width: 100%;
    }
    .who_make {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2d2d2d;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .who_make a {
        font-size: 16px;
        color: #fff !important;
        font-weight: bold;
        padding: 6px 0;
    }
    .copyright .copyright_link, .copyright .copyright_year {
        font-weight: bold;
        font-size: 16px;
    }
    .inside_desc,
    .catalog-item-in-line-1 .short_description {
        display: none;
    }
    .catalog-item-in-line-1 .short_news .short_buy,
    .catalog-item-in-line-1 .short_news .short_favorites {
        width: unset;
        border: none;
    }
    .footer_container_left {
        display: none;
    }

    .short_c > .short_description {
        display: block;
    }
    
    .catalog-item-in-line-1 .one_line,
    .catalog-item-in-line-2 .one_line {
        flex-direction: column;
    }
    .catalog-item-in-line-1 .one_line > * ,
    .catalog-item-in-line-2 .one_line > * {
        width: 100%;
    }
    .catalog-item-in-line-1 .short_news .short_price > span,
    .catalog-item-in-line-2 .short_news .short_price > span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .catalog-item-in-line-1 .short_news .short_price > span .currency,
    .catalog-item-in-line-2 .short_news .short_price > span .currency {
        margin-left: 3px;
    }
    .debug {
        font-size: 8px;
        line-height: 8px;
    }
    .catalog-item-in-line-1 .swiper-wrapper {
        overflow: unset !important;
    }
    .swiper-wrapper .short_title {
        height: unset;
    }
    .catalog-item-in-line-1 .swiper-container, .catalog-item-in-line-2 .swiper-container {
        overflow: hidden;
    }
    .catalog-item-in-line-1 .short_news .short_info {
        position: static;
        width: 100%;
        padding: 0px;
        margin: 0;
        box-sizing: border-box;
        text-align: center;
        background: none;
        visibility: visible;
        opacity: 1;
    }
    .catalog-item-in-line-1 .short_news .short_buy, .catalog-item-in-line-1 .short_news .short_favorites, .catalog-item-in-line-2 .short_news .short_c .short_buy, .catalog-item-in-line-2 .short_news .short_c .short_favorites {
        display: inline-block;
    }
    .catalog-item-in-line-1 .short_news .short_buy,
    .catalog-item-in-line-2 .short_news .short_buy {
        margin-right: 3px;
    }

    .short_c .short_buy .order.basket-buy {
        display: inline-block;
        line-height: 45px;
        border-radius: 3px;
        padding: 0;
        margin: 0;
        height: 47px;
        font-size: 0;
        width: 47px;
        background-position: center;
        background-color: #fff;
    }
    .short_c .short_buy .order.basket-buy, .short_favorites .hover_short_wish, .short_compare.compare {
        border: 1px solid #2d2d2d;
        border-radius: 3px;
    }
    .catalog-item-in-line-1 .short_wish_btn,
    .catalog-item-in-line-2 .short_wish_btn {
        /* background: url(image/img/wish.svg) left center no-repeat !important; */
        height: 45px;
        line-height: 45px;
        border: none;
    }
    .catalog-item-in-line-1 .short_news .short_img,
    .catalog-item-in-line-2 .short_news .short_img {
        display: flex !important; 
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .catalog-item-in-line-2 .short_news .short_c .short_img a {
        width: auto;
    }
    .short_info .whish-list-wrp {
        display: none !important;
    }
    .catalog-item-in-line-2 .short_news .short_c .short_info .short_wish_btn {
        margin: 0;
    }
    .catalog-item-in-line-1 .short_wish_btn,
    .catalog-item-in-line-2 .short_wish_btn {
        padding-left: 3px;
        padding-right: 3px;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
    }
    .catalog-item-in-line-2 .short_news .short_c .short_info {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .catalog-item-in-line-2 .small_svg {
        width: 24px;
        height: 24px;
    }
    .catalog-item-in-line-1 .short_news .short_info {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
    }
    .catalog-item-in-line-1 .short_news,
    .catalog-item-in-line-2 .short_news {
        height: auto;
    }
    .haeder_container,
    .top_menu,
    .header_left_menu_shadow {
        display: none;
    }
    .rubric-title,
    .mobile__header {
        display: block;
    }
    .container {
        min-width: 90%;
    }
    .mobile__header_top {
        position: relative;
        min-height: 37px;
        padding-left: 42px;
    }
    .menu__block {
        position: absolute;
        top: 0;
        left: 0;
    }
    .menu__block_btn {
        background: #1e272e;
        position: relative;
        padding: 9px 10px;
        margin-bottom: 1px;
    }
    .icon-bar {
        display: block;
        background: #fff;
        width: 22px;
        height: 2px;
        margin-top: 4px;
    }
    .callback_btn {
        float: left;
        margin-top: 8px;
        margin-left: 10px;
        margin-right: 5px;
        width: 27px;
        height: 28px;
        /* background-size: contain !important;
        background: url(image/img/ic_phone.svg) 0 0 no-repeat; */
    }
    .basket-button.basket-show {
        float: right;
        margin-right: 10px;
        margin-top: 5px;
        height: 28px;
        width: 28px;
        background-size: contain !important;
        padding-left: 0;
        margin-left: 0;
    }
    .basket {
        position: relative;
    }
    .basket h5, .basket .basket_inner, .basket h6 {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
    }
    .utg_count, .wishCount {
        height: 15px;
        width: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #1e272e;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        font-size: 12px;
    }
    .utg_count, .st13 {
        font-weight: bold;
    }
    .mobile__header .basket {
        margin-top: 3px;
    }
    .open-search-btn {
        float: right;
        width: 28px;
        height: 28px;
        margin-top: 8px;
        cursor: pointer;
        margin-right: 10px;
        margin-left: 5px;
        /* background: url(image/img/ic_search.svg) center center no-repeat;
        background-size: cover; */
    }
    .mobile__header_top a.logo, .mobile__header_top a.logo img {
        height: 37px;
        max-width: 280px;
    }
    .catalog-rubric-type-menu {
        display: block;
    }
    .header_left_menu .rubric-type-menu-item {
        display: block !important;
        text-align: left;
        width: auto !important;
        float: none;
    }
    .header_left_menu .rubric-type-menu-item {
        height: auto;
        border-bottom: 1px solid #fff;
    }
    .header_left_menu .rubric-type-menu-item .rubric-type-link a {
        line-height: 1;
        padding: 12px 0;
    }
    .header_left_menu > li a, .header_left_menu .rubric-type-menu-item .rubric-type-link a {
        color: #fff !important;
        font-size: 24px;
    }
    .rubric-menu {
        position: static;
        display: block;
        border: none !important;
        padding: 5px 40px;
        background: none !important;
    }
    .rubric-menu .rubric-menu-item, .rubric-menu .rubric-menu-item .rubric-link {
        width: 100%;
    }
    .rubric-menu .rubric-menu-item .rubric-link a, .rubric-menu .category-menu .category-link a {
        color: #fff !important;
        font-size: 18px;
        padding: 5px 0;
    }
    .rubric-menu .rubric-menu-item {
        position: static;
    }
    .header_left_menu {
        height: auto;
        margin-bottom: 0;
        overflow-y: auto;
    }
    .la-block-content__editable--header h2 {
        text-align: center;
    }
    .out-ext-info .products-section .grid-block.ui-sortable {
        margin: 0 auto 20px;
    }
    .modal {
        padding: 0 !important; 
    }
    .modal .modal-dialog {
        max-width: 100% !important;
        margin: 0 !important;
        height: 100% !important;
    }
    .modal .modal-content{
        height: 100% !important;
        padding: 20px;
        overflow-y: auto;
    }
    .modal .modal-header {
        border-bottom: 1px solid #dee2e6;
    }
    .modal .modal-header  .close{
        padding: 0 !important;
        font-size: 36px !important;
        font-weight: lighter !important;
        outline: none !important;
    }
    .auth_wrp {
        display: flex;
        flex-direction: column;
    }
    .auth_wrp a {
        display: flex;
        align-items: center;
        padding: 10px 0;
        font-size: 18px;
        color: #1e272e;
        font-weight: bold;
        outline: none;
    }
    .auth_wrp a + a{
        border-top: 1px solid #B2B3B3;
    }
    .auth_wrp a img{
        width: 34px;
        height: 34px;
        margin-right: 10px;
    }
    #mob-user-modal .close {
        display: flex;
        justify-content: flex-end;
        padding: 15px 0;
        outline: none;
    }
}
  

@media only screen and (max-width: 1024px) {
    .search #search {
      width: 240px;
    }
    .header_menu_top > li a {
        padding: 0 9px;
      }
}


@media only screen and (max-width: 1124px) {
    .header_menu_top > li a {
      padding: 0 11px;
    }
    .search #search {
        width: 280px;
    }
}
@media (min-width: 993px) and (max-width: 1280px) {
    .container {
      min-width: 992px;
    }
  }
@media (max-width: 992px) {
    .catalog-item-in-line-1 .short_news .order.basket-buy{
        padding: 0 20px;
    }
    .block_phone h4, .block_phone .phone_t, .block_phone .phone_t:not(.phone_t_mail) a {
        font-size: 20px;
        line-height: 20px;
    }
    .block_phone .phone_t a {
        margin-top: -3px;
    }
    .header_right {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .container {
      min-width: 769px;
    }
    .header_left_menu .rubric-type-menu-item .rubric-type-link a {
        font-size: 14px !important;
    }
}
@media (min-width: 769px) {
    .p-l-23 {
        padding-left: 23px;
    }
    .rubric-type-link {
        display: table-cell;
        height: 50px;
        vertical-align: middle;
    }
    .item_route {
        padding-top: 20px !important;
    }
}
@media (max-width: 568px) {
    .catalog_wrp .catalog_block {
        width: 49%;
    }
    .brands_wrp {
        justify-content: center;
    }
    .voting {
        padding: 0;
    }
    .voting-name {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        margin: 8px 4px 36px 4px;
        border-radius: 20px;
        padding: 15px;
    }
    .voting-name::after,
    .voting-name::before {
        left: 16px;
    }
    .voting-options {
        margin-left: 60px;
    }
    .voting-options .option {
        padding-right: 10px;
    }
    .votes-label {
        line-height: 16px;
        white-space: nowrap;
    }
    .votes.js-votes {
        flex-wrap: wrap-reverse;
        justify-content: end;
    }
    .vote.js-vote {
        line-height: 16px;
    }
}
@media (max-width: 520px) {
    .item {
        width: 80%;
        display: inline-block;
        float: none;
    }
}
@media (max-width: 480px) {
    form .input_line .label {
        padding: 10px 3px;
    }
    .tag-forms-block form,
    .instagram-profile-title,
    .instagram-profile-desc{
        max-width: 320px !important;
    }
    .tag_goods_no_slider .item .short_compare.compare{
        margin: 3px 0;
    }
    .catalog-item-in-line-1 .one_line > .short_discount, 
    .catalog-item-in-line-2 .one_line > .short_discount {
        width: 120px;
    }

    body .tag_goods_no_slider .price_range input, 
    body .tag_goods_no_slider .item_btns .item_buy, 
    body .tag_goods_no_slider .item_btns .short_wish_btn,
    body .tag_goods_no_slider .short_c .short_buy .order.basket-buy, 
    body .tag_goods_no_slider .short_favorites .hover_short_wish, 
    body .tag_goods_no_slider .short_compare.compare {
        border: none !important;
    }

    .tag_goods_no_slider .short_favorites {
        font-size: 0 !important;
        display: flex;
        justify-content: center;
    }
    .tag_goods_no_slider .short_wish_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body {
        overflow-x: hidden;
    }
    .instagram-profile {
        padding: 0px 45px 30px 45px;
    }
    .photo_ex {
        max-width: 100%;
    }
    .item {
        width: 100%;
    }
    .catalogs_block > a {
        width: 100%;
    }
    .basket_photo_wrp {
        flex-wrap: wrap;
    }
    .basket_photo_wrp .basket_photo {
        width: 100%;
    }
    .basket_photo_wrp .basket_item_short_name {
        width: 100%;
    }
    .basket_item_short_name span {
        text-align: center;
    }
    #basket-modal .js-basket-item-delete {
        position: absolute;
        left: -25px;
    }
    footer {
        display: flex;
        flex-direction: column;
    }
    .menu-bottom,
    .bottom-wrapper { 
        margin: 0 15px;
    }
    #basket-modal .modal-footer .row > .col-md-6 .basket-hide {
        margin-bottom: 5px;
    }
    #basket-modal .modal-footer .row > .col-md-3 {
        padding-bottom: 5px;
    }
}   
@media (max-width: 400px) {
    .catalog_wrp .catalog_block {
        width: 100%;
        margin: 0 !important;
    }
}
    