

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/styazhka/style.css?16752472638895*/
.preview_picture_img {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
}

.preview_picture_wrap {
    padding: 14px 14px 18px;
}

.content_wrapper_block .item {
    /*padding-bottom: 10px;*/
}

.error_stezhka {
    color: red;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.selected_items {background: #e6e6e6; border-radius: 10px; overflow: hidden;    display: flex;    width: 100%;    flex-wrap: wrap;    margin-bottom: 24px;    align-items: center;}


.selected_items .block_design {width:22%;}
.selected_items .block_base {width:22%;}
.selected_items .block_wrong_side {width:22%;}
.selected_items .block_inside {width:22%;}
.selected_items .block_control_buttons {width: 8%; margin-left:7px;}
.selected_items > div {
    position: relative;
}

.block_design.select, .block_base.select, .block_wrong_side.select{
    /*background-color: #90ee90;*/
    border: 2px solid #dc2f2f;
/*    border-radius: 10px;*/
}

.inside_slider_text {
/*    display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
    margin-bottom: 5px;
    width: 100%;
    position: absolute;
    top: 50px;
    left:120px;
}

.inside_slider_text > p {
    height: 20px;
    margin: 0;
    font-size: 11px;
    padding-right: 11px;
    display: inline-block;
}
.inside_slider_text > p:last-child {padding-right: 0px;}

.inside_slider_wrap {
    display: flex;
    flex-direction: column;
    max-width: 140px;
    width: 100%;
    padding:15px;
    position:relative;
    
}

.inside_slider {position:absolute; top:70px;width: 100%; left:120px;}
.bordered {border:1px #aeaeae solid!important;}
.title.font_md {line-height: 1.1; height:37px; margin-bottom: 16px !important;}
.btn.btn-default.btn-lg.has-ripple.vibor_link {display: block;margin: 0px 17% 15px;font-size: 15px;text-transform: inherit;}

.selected_item {
    margin: .5%;
    width: 24%;
    border: 2px solid #a7a7a7;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    cursor:pointer;
}

.check_mark {
    position: absolute;
    top: 75px;
    right: 67px;
    margin: 10px;
    line-height: 64px;
}

.check_mark:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 32px;
    left: 0px;
    width: 44px;
    height: 22px;
    border-right: 4px solid green;
    border-top: 4px solid green;
    transform: rotate(129deg);
}

.selected_item img {
    width: 100%;
}

.mini_elem_wrap {
    padding: 15px;
/*    margin: 0 auto;*/
    position: relative;
/*    max-width: 70%;*/
    
}

.mini_elem_wrap:hover .mini_elem_close {
    display: block;
}

.mini_elem_close {
    display: none;
    position: absolute;
    right: 0;
    top: 46px;
    width: 17px;
    height: 18px;
    opacity: 0.5;
    z-index:2;
}

.mini_elem_close:hover:before, .mini_elem_close:hover:after {
    opacity:1;
    background-color: #f00;
}

.mini_elem_close:before, .mini_elem_close:after {
    position: absolute;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #000;
    cursor:pointer;
}

.mini_elem_close:before {
    transform: rotate(45deg);
}

.mini_elem_close:after {
    transform: rotate(-45deg);
}

.mini_img {
    height: 88px;
    width: 88px;
    border: 1px #ccc solid;
    border-radius: 5px;
    margin:0px;
}

.mini_name{position: absolute;top: 43px;left: 120px;font-size: 12px; line-height: 1.1;padding-right: 20px;}
.mini_price {position: absolute;top: 76px;left: 120px;font-size: 12px; line-height: 1.1;padding-right: 20px;   max-width: 189px; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}
.mini_link {cursor:pointer; cursor: pointer;position: absolute;left: 118px;top: 52px; font-weight:normal; color:#f00; text-decoration:underline;}
.mini_link:hover {color:#000; text-decoration:none;}

.stejka_fixed {position: fixed; z-index: 1000;width:100%;top: 62px; left:0px; background-color:#e6e6e6; padding: 0px 14%;}
/*.stejka_fixed.selected_items {width: 70%; margin: 0px auto; border: none;}*/
.stejka_fixed .mini_img {width:50px; height:50px;}
.stejka_fixed .block_design, .stejka_fixed .block_base, .stejka_fixed .block_wrong_side, .stejka_fixed .block_inside {height: 82px;}
.stejka_fixed .block_design:before, .stejka_fixed .block_base:before, .stejka_fixed .block_wrong_side:before, .stejka_fixed .block_inside:before {left: 76px; font-size: 12px;}
.stejka_fixed .mini_link {left:76px; top:34px;}
.stejka_fixed .mini_name {left:76px; top:37px; max-width: 200px; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}
.stejka_fixed .mini_price {left:76px; top:53px;  max-width: 189px; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}
.stejka_fixed .inside_slider_text {left:76px; top:33px;}
.stejka_fixed .inside_slider {left:76px; top:53px;}




.add_sborka_stejka {margin-right:20px;}
.block_control_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.st_btn_selected {
    height: 40px;
    width: 50%;
    margin: 0;
}

.st_btn_del {
    position: relative;
    width: 50%;
    height: 40px;
    opacity: 0.5;
    cursor:pointer;
}

.st_btn_del:hover {
    opacity: 1;
	
}
.st_btn_del:hover:before, .st_btn_del:hover:after {
    
	background-color: red;
}
.st_btn_del:before, .st_btn_del:after {
    position: absolute;
    content: ' ';
    height: 40px;
    width: 3px;
    background-color: #adadad;
    right: 50%;
}

.st_btn_del:before {
    transform: rotate(45deg);
}

.st_btn_del:after {
    transform: rotate(-45deg);
}

.maxwidth-theme .styazhka_btn {
    float: right;
    margin-bottom: 15px;
    display: none;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
}
.maxwidth-theme .add_styazhka_btn {
    float: right;
    margin-bottom: 28px;
    display: none;
    margin-right:20px;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
}

.maxwidth-theme .add_styazhka_btn:before {
    position: relative;
    content: '+';
    font-size: 30px;
    left: -14px;
    top: 7px;
    line-height: 0.1;
}

.block_design, .block_base, .block_wrong_side, .block_inside {
    height: 118px;
    background-color: #FFF;
    margin: 5px 5px 5px 5px;
    border-radius: 10px;
    border:1px #aeaeae solid;
}
.block_design, .block_base, .block_wrong_side {
    cursor:pointer;
}
.block_num {width:100%!important; font-weight: bold;color: #000;font-size: 12px;padding-left: 12px;padding-top: 3px;}
.head-block.top:not(.with-tabs) .item-link.active {background: #f1f1f1!important;}
.head-block.top:not(.with-tabs) .item-link {border-right: 1px solid #aeaeae!important;}
#mCSB_1 {border:1px solid #aeaeae!important;}
.desc {font-style: normal;font-weight: 400;font-size: 16px;margin-bottom: 16px;color: #000000;}

.head-block .item-link .title span, .head-block.top .item-link .title .btn-inline {font-size: 12px;line-height: 1.3em;text-transform: uppercase;letter-spacing: 0.1em;font-weight: 500;}


@media screen and (max-width: 1020px) {
    .block_design, .block_base, .block_wrong_side {
        height: 160px;
    }
}

@media screen and (max-width: 768px) {
    .block_design, .block_base, .block_wrong_side {
        height: 140px;
    }
}

@media screen and (max-width: 550px) {
    .block_design, .block_base, .block_wrong_side {
        height: 120px;
    }
}

.inner-text {
    padding: 9px 25px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.normal_price {
    color: #333;
    font-weight: 700;
    font-size: 1.133em;
    line-height: 1.454em;
    margin: 0 3px 10px;
    display: inline-block;
}

.red_price {
    color: red;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-decoration: line-through;
}
/*.selected_items>div{
    padding-top: 20px;
}*/
.block_design:before {
    content: 'Дизайн стежки';
    position: absolute;
    top: 13px;
    left: 120px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    color:#000;
}
.block_base:before {
    content: 'Основа';
    position: absolute;
    top: 13px;
    left: 120px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    color:#000;
}
.block_wrong_side:before {
    content: 'Изнанка';
    position: absolute;
    top: 13px;
    left: 120px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    color:#000;
}
.block_inside:before {
    content: 'Толщина наполнителя';
    position: absolute;
    top: 13px;
    left: 122px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    color:#000;
}
.img_inner{
    max-width: 260px;
    margin: 23px auto 0;
}
.btn_download_more_wrap{
    text-align: center;
    padding-top: 33px;
}
input.st_btn_selected {
	display:none;
}
/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17721835133694*/
.ajax_load .top_wrapper {
  margin-right: 1px;
}
.ajax_load .top_wrapper .catalog_block .catalog_item > div {
  padding-left: 25px;
  padding-right: 25px;
}
.ajax_load .top_wrapper .catalog_item .footer_button {
  margin-left: -25px;
  margin-right: -25px;
}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer {
  margin: 0px -1px 0px 0px;
  padding: 0px 1px 0px 0px;
}
.catalog_block_template
  .catalog_block.owl-carousel
  .owl-stage-outer
  .owl-item:hover {
  z-index: 2;
}
.catalog_block_template
  .catalog_block.owl-carousel
  .catalog_item:hover
  .inner_wrap {
  box-shadow: inset 0px 0px 0px 1px #ececec;
  height: 100%;
}
.ordered-block
  .catalog_block_template
  .catalog_block
  .TYPE_2
  .cost.prices
  .more-item-info
  > .svg {
  top: -2px;
}
.catalog_block_template
  .catalog_block.owl-carousel
  .catalog_item:hover
  .inner_wrap.TYPE_2
  .footer_button {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .wrapper1
    .right_block.wide_Y
    .ajax_load
    .top_wrapper
    .col-lg-3:not(.custom-line),
  .col-lg-5_2.custom-line {
    width: 20%;
  }
  .right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line),
  #main
    .catalog_page
    .section-content-wrapper.with-leftblock
    .col-lg-3:not(.custom-line),
  #main
    .catalog_in_content
    .section-content-wrapper.with-leftblock
    .col-lg-3:not(.custom-line) {
    width: 25%;
  }

  #main
    .right_block.wide_Y.catalog_page
    .section-content-wrapper.with-leftblock
    .col-lg-4:not(.custom-line),
  #main
    .catalog_in_content
    .section-content-wrapper.with-leftblock
    .col-lg-4:not(.custom-line) {
    width: 33.33%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .wrapper1.header-v28
    .right_block.wide_Y
    .ajax_load
    .top_wrapper
    .col-lg-3:not(.custom-line) {
    width: 25%;
  }
  .wrapper1.header-v28 .controls-linecount {
    display: none;
  }
}

@media (max-width: 600px) {
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items {
    width: auto;
    padding-left: 16px;
    margin: 0 -16px -20px !important;
    padding-bottom: 20px;
  }
  .wrapper1.front_page
    .compact-catalog-slider
    .catalog_block.items
    .item-parent {
    flex-shrink: 0;
    margin: 0;
    width: 172px;
  }
  .wrapper1.front_page
    .compact-catalog-slider
    .catalog_block.items
    .item-parent:last-of-type {
    padding-right: 16px;
    width: calc(172px + 16px);
  }

  .wrapper1.front_page
    .compact-catalog-slider
    .catalog_block.items:not(.has-bottom-nav)
    .bottom_nav.mobile_slider
    * {
    display: none;
  }

  .wrapper1.front_page
    .compact-catalog-slider
    ~ .bottom_nav:not(.mobile_slider) {
    display: none;
  }
}

/* Для карточек в 2 ряда на мобиле */

@media (max-width: 500px) {
  .catalog_block .catalog_item > div .item_info {
    padding: 5px 8px 15px 8px !important;
  }
}
@media (max-width: 500px) {
  .sale_block .sale-number {
    display: flex !important;
    flex-direction: column;
  }
  .catalog_block .counter_wrapp > div {
    width: 100% !important;
  }
  @media (max-width: 767px) {
    body .main_item_wrapper div.total_summ {
      font-size: 11px !important;
      word-wrap: break-word;
      overflow-wrap: break-word; /* Современный аналог word-wrap */
      word-break: break-word; /* Разрешает перенос длинных слов */
      max-width: 100%; /* Чтобы не вылезал за пределы */
      white-space: normal;
    }
  }
}

/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/styazhka/style.css?16752472638895 */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17721835133694 */
