.screenshot-test {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 3288px;
    background: url('../img/screen.jpg') no-repeat;
    background-size: 2200px 3288px !important;
    background-position: center;
    z-index: 1200;
    /*opacity: 0.5;*/
    display: flex;
    justify-content: center;
    /*display: none;*/
}

/* Catalog mobile title stability (global) */
@media (max-width: 560px) {
    .produce_el_tit {
        height: auto !important;
        min-height: 0 !important;
        padding: 0 8px !important;
        text-align: center !important;
    }

    .produce_el_tit a,
    #catalog-list-2023 .produce_el_tit a {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        font-size: 15px !important;
        line-height: 1.2 !important;
        min-height: 2.4em;
        max-height: 2.4em;
        letter-spacing: 0 !important;
    }
}

@media (max-width: 360px) {
    .produce_el_tit {
        padding: 0 6px !important;
    }

    .produce_el_tit a,
    #catalog-list-2023 .produce_el_tit a {
        font-size: 13px !important;
        line-height: 1.2 !important;
        min-height: 2.4em;
        max-height: 2.4em;
    }

    #catalog-list-2023 .produce_el_price .new {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
}
.screenshot-test div {
    width: 1px;
    height: 100%;
    background-color: red;
}
.bx-wrapper {
}
.index_slider_el {
    background-size: contain!important;
}
 .color-bulet {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 100%;
}
#catalog-list span.color-bulet.select {
    border: 1px solid #00b8a1;
}
#catalog-list .color-bulet {
    margin: 0px 3px;
}
.produce_el_tit .green{
    color: #009a90;
}
.transition {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foot_call_tit{
    font-size: 30px!important;
}
.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
.fill-w {
    width: 100%;
}
.fill-h {
    height: 100%;
}
.flex-row {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-no-shrink {
    flex-shrink: 0;
}
.flex-justify-center {
    justify-content: center;
}
.flex-justify-start {
    justify-content: flex-start;
}
.flex-justify-end {
    justify-content: flex-end;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-justify-around {
    justify-content: space-around;
}
.flex-align-center {
    align-items: center;
}
.flex-align-baseline {
    align-items: baseline;
}
.flex-align-end {
    align-items: flex-end;
}
.flex-align-start {
    align-items: flex-start;
}
.flex-move-right {
    margin-left: auto;
    margin-right: 0px;
}
.flex-move-down {
    margin-top: auto;
    margin-bottom: 0px;
}
.flex-move-center-v {
    margin-top: auto;
    margin-bottom: auto;
}
.overflow-hidden-x {
    overflow-x: hidden;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-self-center {
    align-self: center;
}
.reveal {
    position: relative;
    width: 397px;
    margin-top: 20px;
    padding: 27px 35px 20px 35px;
    border-radius: 0;
    border: none;
    box-shadow: 0px 2px 8.64px 0.36px rgba(0, 0, 0, 0.16);
    overflow: visible;
}
.reveal h2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
}
.reveal p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 23px;
}
.reveal .close-button {
    position: absolute;
    top: -22px;
    right: -20px;
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
}
.reveal .close-button img {
    width: 12px;
    height: 12px;
    margin-left: 7px;
}
.reveal-overlay {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}
.reveal-input {
    margin-bottom: 10px;
    padding-left: 12px;
    height: 31px;
    border-radius: 3px;
    border: 1px solid #cacaca;
    box-shadow: inset 0px 1px 5.88px 0.12px rgba(0, 0, 0, 0.22);
    text-align: left;
    font-size: 13px;
    resize: none;
}
.reveal-input-shop-wrapper {
    position: relative;
    width: 100%;
}
.reveal-input-shop-wrapper ul {
    position: absolute;
    width: inherit;
    list-style-type: none;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    background-color: white;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    z-index: 100;
}
.reveal-input-shop-wrapper li {
    padding-left: 15px;
    cursor: pointer;
}

/* Personal account pages */
.lk-page-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto 48px;
    padding: 0 24px;
}

.lk-page-container .lk-box,
.lk-page-container .comment_page_bl {
    background: #fff;
    border-radius: 8px;
    padding: 28px 32px;
    box-shadow: 0 8px 24px rgba(20, 35, 32, 0.06);
}

.lk-page-content {
    background: #ffffff;
    border: 1px solid #dce8e4;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 8px 24px rgba(20, 35, 32, 0.06);
    overflow: hidden;
}

.lk-page-container .lk-page-subtitle {
    margin: 0 0 24px;
    color: #5f6b68;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .lk-page-container {
        padding: 0 16px;
        margin-bottom: 32px;
    }


    .lk-page-container .comment_page_bl,
    .lk-page-content {
        padding: 0;
    }
}
.reveal-input-shop-wrapper li:hover {
    background-color: #ececec;
}
/**/
.reveal-input-delivery-wrapper {
    position: relative;
    width: 100%;
}
.reveal-input-delivery-wrapper ul {
    position: absolute;
    list-style-type: none;
    width: inherit;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    background-color: white;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
}
.reveal-input-delivery-wrapper li {
    padding-left: 15px;
    cursor: pointer;
}
.reveal-input-delivery-wrapper li:hover {
    background-color: #ececec;
}
/**/
textarea.reveal-input {
    height: 87px;
}
.reveal-input::-webkit-input-placeholder {
    color: #686868;
}
.reveal-input::-moz-placeholder {
    color: #686868;
}
.reveal-input:-ms-input-placeholder {
    color: #686868;
}
.reveal-input:-moz-placeholder {
    color: #686868;
}
.checkboxes label {
    cursor: pointer;
    margin-right: 15px;
}
.reveal .checkboxes span {
    font-size: 14px;
    line-height: 1.2;
    color: #1b1b1b;
}
.reveal .checkboxes input {
    width: 17px;
    height: 17px;
    margin-right: 6px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    /*box-shadow: inset 0px 1px 5.88px 0.12px rgba(0, 0, 0, 0.22);*/
    background-color: transparent;
    cursor: pointer;
}
.reveal-send-request {
    position: relative;
    width: 178px;
    height: 35px;
    margin-top: 9px;
    border-radius: 5px;
    background-color: #d24153;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
}
#collect-bouquet-image .reveal-send-request {
    margin-top: 0px;
}
#collect-bouquet-image {
    width: 865px;
    padding: 0;
}
.collected-bouquet-img {
    width: 468px;
    height: 656px;
    object-fit: cover;
}
.form-wrapper {
    padding: 0px 35px 0px 35px;
}
.invalid-input {
    /*border: 1px solid red !important;*/
    box-shadow: 0 0 5px red inset !important;
}
.bask_tabl_tit span.color-bulet{
    padding: 0px 13px 0px 0px;
    border: 2px solid #e8e8e8;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 10px;
}
.request-warning {
    position: absolute;
    top: 2px;
    right: -90%;
    padding: 5px;
    color: red;
    border: 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    display: none;
}
.title {
    padding-bottom: 20px;
}
.usl_det_image {
    width: 100%;
    height: auto;
    /* max-height: 300px; */
}
.logo-bars{
    display: block;
    position: absolute;
    top: -101px;
}
.logo-bars .color-bg .bar {
    width: calc(155px / 5);
    height: 100%;
}
.color-bg {
    position: fixed;
    top: 0px;
    z-index: -10;
}
.color-bg .bar {
    width: calc(1200px / 12);
    height: 100%;
}
header{
    margin-top: 20px;
}
.head_logo_bl{
    width: 30%;
}
.bx-viewport{
    height: 403px;
}
.header_info_bl{
    position: relative;
}
.index_slider_bl {
    overflow: hidden;
    background-color: white;
}
.bx-wrapper ul li {   height: 403px; }
.head_addr_bl{
    width: 40%;
}
.header_bottom{
    border-bottom:none;
}
.index_slider_el{
    background-size: cover;
}
.head_addr{
    white-space: nowrap;
}
.header_top_bl{
    background: #009a90;
}
#calculator{
    display:inline-block;
    position: relative;
    width: 49%;
    border: 1px solid #e8e8e8;
    padding: 25px;
    border-radius: 8px;
    vertical-align: top;
}
#calculator_result{
    display:inline-block;
    position: relative;
    width: 49%;
    border: 1px solid transparent;
    padding: 0;
    border-radius: 8px;
    vertical-align: top;
    min-height: 1165px;
    margin-left: 10px;
}
#calculator_result .basket {
border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 25px;
top: 90px;
z-index: 9;
}
.header_top {
    padding: 0px;
}
.header_top .bord_bt {
    font-size: 18px;
    padding: 12px 20px 10px;
    width: 230px;
}
.bord_bt {
    color: white;
    border: 2px solid white;
}
.det_info_bt_bl .bord_bt {
    color: #fff;
    background: #00ad5d;
    white-space: nowrap;
}
.head_tel a {
    color: white;
}
.head_addr_bl .fa {
    color: white;
}
.regions-select-region{
    color: white;
}
.calc_close{
    float: right;
    cursor: pointer;
}
.produce_el .ok{
    display: none;
}
.produce_el.incart{
    border: 1px solid #00b8a1;
    position: relative;
}
.produce_el.incart .ok{
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -3px;
    right: -3px;
    background: url(/local/templates/.default/img/svg/checkbox.svg) no-repeat;
}
.menu_lvl1_bt{
    padding: 20px 10px;
}
.head_logo {
    width: 157px;
    margin-top: -56px;
    height: 130px;
    margin-left: 0px;
    margin-right: 50px;
    display: block;
    position: relative;
}
.fixed_head_menu .head_logo {
    width: 9%;
    margin-top: 0px;
    height: 40px;
    margin-left: 0px;
}
.head_addr {
    font-weight: normal;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
}
.head_tel_bl .fa{
    color: white;
}
.head_addr{
    color: white;
}
.calculator__count-value .produce_counter {
    margin-right: 0px;
    margin-left: 10px;
}
.calculator__count-value .counter_bl {
    width: 64px;
    height: 22px;
    border: 1px solid white;
}
span.color-bulet {
    padding: 0px 13px 0px 0px;
    border: 1px solid #e8e8e8;
}
.standart_width{
    position: relative;
}
.calculator__stack .table {
    display: table;
    width: 100%;
}
.calculator__stack .table .row .calculator__stack-item {
    display: table-row;
    width: 100%;
}
.calculator__stack-item--cell span{
    font-size: 12px;
}
.calculator__stack-item--cell {
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0;
    border-bottom: 1px dotted white;
}
.calculator__total{
    border-bottom: 1px solid white;
    text-align: left;
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.basket_widget_calc {
    display: none;
    background-color: black;
    min-height: 407px;
    height: auto;
    border-radius: 10px;
    opacity: 0.7;
    filter: alpha(Opacity=70);
    position: absolute;
    right: -28px;
    max-width: 264px;
    z-index: 999;
    top: 55px;
}
.bask_del_bt_calc {
    display: block;
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding-left: 10px;
}
#calculator_result .mobile .bask_del_bt_calc {
    color: #ffffff;
}
#calculator_result .mobile  .produce_counter {
    margin-right: 0px;
    margin-bottom: 0px;
}
.calc-fixed{
    position: fixed;
    top: 100px!important;
    right: 20px;
}
.calculator__submit-btn{
    text-align: center;
    margin-top: 18px;
}
.calculator__submit-btn .color_bt{
    padding: 8px 24px;
}
.header_bottom_bl{
    background-color: white;
}
.calculator__title{
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.calculator__wrap{
    color: white;
    padding: 20px;
    display: block;
}
.fixed_head_menu.fix{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.code_timer{
    margin-top: 10px;
}
.fixed_head_menu .head_sear_bask_bl {
    width: 18.5%;
}
.status div.red {
    background: #e7347c;
}
.status div.green {
    background: #75c8c2;
}
.status div.blue {
    background: #81acec;
}
.color-bg.fix-pos{
}
.advantage_el {
    display: inline-block;
}
.advantage_ic{
    float: left;
    display: block;
}
.advantage_ic {
    width: 100px;
    height: 150px;
}
.advantage_cont .advantage_txt {
    color: black;
    font-size: 16px;
}
.advantage_list {
    flex-wrap: wrap;
    justify-content: center;
}
.title.calculator{
    font-size: 32px;
}
#calculator h2 span{
    color: #e04285;
    text-transform: uppercase;
}
#calculator h2{
    font-size: 21px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 50px;
}
#calculator .counter_color{
    display: block;
    margin: 0 auto;
}
#calculator .produce_el_tit.color {
    height: 23px;
    margin-top: 5px;
}
#calculator .produce_el_tit.color  span.color-bulet {
    /* padding: 0px 13px 0px 0px; */
    border: 2px solid #e8e8e8;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
}
#calculator  .produce_el_tit {
    height: 70px;
}
#calculator .produce_el_tit.color span.color-bulet.select{
    border: 2px solid #00b8a1;
}
.fixed_head_menu .head_logo svg, .fixed_head_menu .head_logo img {
    max-height: 88px;
    margin-top: -23px;
}
.mob-city-select{
    display: none;
}
.ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question{
    box-shadow: 7px 7px 5px rgba(0,0,0,0.6); /* Ð¢ÐµÐ½ÑŒ */
}
.calculator_slider .produce_el_bl{
    width: 100%;
}
.calculator_slider  li:before{
    display: none;
}
ul.calculator_slider{
    width: 100%;
}
.calculator_slider li {
    width: 18.4%;
    margin: 0 1.5% 30px 0;
    position: relative;
    height: 400px;
    padding-left: 0px;
    float: left;
    display: block;
}
.head_menu.slider{
    display: none;
}
.head_menu.slider li img{
    width: 72px;
    padding: 10px;
}
.head_menu.slider .menu_lvl1_bt{
    padding: 0px 0px;
}
.head_menu.slider li {
  height: 150px;
    padding-left: 0px;
    line-height: 20px;
}
.head_menu.slider  li:before{
    display: none;
}
 .produce_el_ic img{
     display: block;
     margin: 0 auto;
}
 .basket_widget_calc .color-bulet{
     border-radius: 100%;
     height: 16px;
     width: 16px;
     display: inline-block;
     padding: 0px 0px 0px 0px;
 }
 .rez_bask_page_r img{
     height: 300px;
 }
  .calculator_slider.widget .produce_el  .produce_el_ic{
      margin: 10px;
      width: 117px;
      height: 100px;
  }
.calculator_slider.widget .produce_el  .produce_el_tit{
  font-size: 12px;
    height: 28px!important;
}
.calculator_slider.widget .produce_el_bl{
    height: 160px;
}
ul.calculator_slider.widget li{
    height: 185px;
}
#calculator .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: 0px;
}
#calculator .calculator_slider.widget .produce_el_tit.color{
    white-space: nowrap;
    height: 20px!important;
}
#calculator .calculator_slider.widget .produce_el_price .new{
    font-size: 13px;
}
#calculator .calculator_slider.widget .produce_el_price .old{
    font-size: 13px;
}
#calculator .calculator_slider.widget .produce_el_price {
    height: 20px;
}
#calculator .calculator_slider.widget .produce_el_tit{
    padding: 0 10px;
}
#calculator .calculator_slider.widget .produce_el_tit.color span.color-bulet{
    padding: 0px 0px 0px 0px;
    width: 15px;
    height: 15px;
}
#calculator .bx-wrapper .bx-prev{
    left: -25px;
}
#calculator .bx-wrapper .bx-next{
    right: -25px;
}
#calculator  .produce_list{
   margin-left: 15px;
}
#calculator .bx-wrapper .bx-controls-direction a:hover {
    background: none;
}
#calculator .bx-wrapper .bx-controls-direction a:hover:before {
    color: #55bca9;
}
#calculator .bx-wrapper .bx-controls-direction a {
    width: 10px;
}
#calculator_result h2 span {
    color: #e04285;
}
#calculator_result h2{
    position: relative;
    margin-left: 40px;
}
#calculator_result h2:before {
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: -40px;
}
#calculator_result h2.sostav:before {
    background: url(/upload/iblock/b3c/al5ya90z30cx2opzdqci7isait1yxhs3.svg) no-repeat;
}
#calculator_result h2.delivery:before {
    background: url(/upload/iblock/44a/aq4mavmb83nqz9dcuge8mc3wzd84iqb1.svg) no-repeat;
}
#calculator_result h2.discount:before {
    background: url(/local/templates/.default/img/svg/discount.svg) no-repeat;
}
#calculator_result h2 {
    font-size: 21px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 50px;
}
#calculator_result .produce_img{
    display: inline-block;
    width: 5%;
}
#calculator_result .color-bulet{
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 100%;
}
#calculator_result .produce_del{
    display: inline-block;
    width: 3%;
}
#calculator_result .produce_title{
    display: inline-block;
    width: 30%;
}
#calculator_result .produce_counter{
    display: inline-block;
    width: 10%;
}
#calculator_result .produce_price{
    display: inline-block;
    width: 20%;
}
#calculator_result .produce_delivery {
    display: block;
    margin-bottom: 5px;
}
#calculator_result .produce_delivery .delivery-time{
    font-size: 18px;
    text-transform: uppercase;
    color: #55bca9;
    font-width: bold;
}
#calculator_result .cart-item{
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}
#calculator_result .bask_del_bt_calc{
    color: #000;
}
#calculator_result .produce_price .produce_el_price{
   height: 24px;
}
#calculator_result .flex{
    display: flex;
    height: 166px;
    margin-bottom: 20px;
}
#calculator_result .calculator__stack .icons{
    -webkit-flex: 1;
    flex: 1;
    height: 52px;
    width: 52px;
    margin-top: 5px;
}
#calculator_result .calculator__stack .icons .icon{
    border-radius: 100%;
    background-color: #ffebf4;
    height: 84px;
    width: 84px;
    margin: 0 auto;
    padding: 15px;
}
#calculator_result  span.color-bulet.select{
    border: 1px solid #00b8a1;
}
#calculator_result .flex .produce_delivery{
    width: 148px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: grey;
}
#calculator_result .color.small{
    display: none;
}
.index_slider_bl .index_slider_el{
    height: 100%;
}
@media screen and (max-width: 1799px) {
    .bx-wrapper ul li {
        height: 320px;
    }
}
@media screen and (max-width: 1499px) {
    .bx-wrapper ul li {
        height: 280px;
    }
}
@media screen and (max-width: 1199px) {
    .bx-wrapper ul li {
        height: 250px;
    }
}
@media screen and (max-width: 1099px) {
    .bx-wrapper ul li {
        height: 200px;
    }
}
@media screen and (max-width: 799px) {
    .bx-wrapper ul li {
        height: 190px;
    }
}
@media screen and (max-width: 1399px) {
    ul.calculator_slider li {   height: auto!important; }
    #calculator_result .counter_bl a{
        font-size: 10px;
        width: 20px;
    }
    #calculator_result  .counter_bl{
        width: 62px;
        height: 24px;
    }
    .logo-bars{
        display: block;
        position: absolute;
        top: -97px;
    }
    .logo-bars .color-bg .bar {
        width: calc(125px / 5);
        height: 100%;
    }
    #calculator_result .produce_title{
        width: 30%;
        font-size: 14px;
    }
    #calculator_result .produce_price .color{
         max-width: 100px;
        margin: 0 auto;
    }
    #calculator_result  .produce_el_price .new,
    #calculator_result  .produce_el_price .old{
        display: block;
        font-size: 14px;
    }
    #calculator_result .produce_price{
        width: 40%;
    }
    #calculator_result .produce_price.big{
        display: none;
    }
    #calculator_result .color.small{
        display: block;
        margin-bottom: 10px;
    }
    .head_addr_bl .head_addr{
        display: none;
    }
    #calculator_result .flex .produce_delivery{
        width: 100px;
        font-size: 12px;
    }
    #calculator .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        bottom: -30px;
    }
    .advantage_el {
        width: 50%;
        margin-bottom: 20px;
    }
    #calculator .bx-wrapper .bx-next{
        right: -20px;
    }
    #calculator  .produce_list{
        margin-left: 10px;
    }
    .advantage_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .head_logo {
        height: 113px;
        margin-top: -35px;
        margin-right: 0px;
    }
    .head_logo svg, .head_logo img {
        width: 124px;
        max-width: 100%;
    }
    .basket_widget_calc{
        font-size: 9px;
    }
}
@media screen and (max-width:1180px) {
    ul.calculator_slider li {   height: auto!important; }
    #calculator  h2, .h2 {
        margin: 50px 0 20px;
    }
    .basket_table_bl td img {
        max-height: 43px;
        max-width: 43px;
    }
    #calculator .bx-wrapper .bx-next{
        right: -25px;
    }
    #calculator  .produce_list{
        margin-left: 15px;
    }
    #calculator  .produce_list{
        margin-left: 25px;
    }
    .basket_tab_ic {
        height: 46px;
    }
    .basket_table_bl td {
        padding: 5px 5px;
    }
    .bask_tabl_tit {
        font-size: 11px;
        text-align: left;
        margin-bottom: 0px;
    }
    .itog_bask{
        justify-content: flex-end;
    }
    .produce_el_price .new {
        font-size: 12px;
        font-weight: bold;
    }
    .produce_el_price .old {
        font-size: 9px;
    }
    .basket_table_bl .fa {
        display: contents;
    }
    .basket_table_bl td:last-child {
        position: relative;
    }
    .basket_table_bl .bask_del_bt {
        display: block;
        position: absolute;
        font-size: 15px;
        line-height: 24px;
        text-decoration: none;
        right: 10px;
        top: 16px;
    }
    .basket_table_bl .counter_bl{
        width: 57px;
    }
    .basket_table_bl .counter_bl input[type="text"]{
        font-size: 12px;
    }
    .basket_table_bl .produce_el_price {
        min-height:42px;
        min-width: 42px;
        white-space: nowrap;
        padding: 15px 5px;
    }
    .basket_table_bl th {
        font-size: 12px;
        font-weight: bold;
        padding: 5px 5px;
        text-align: left;
    }
    .basket_table_bl th:nth-child(3) {
        display: none;
    }
    .basket_table_bl td:nth-child(3) {
        display: none;
    }
    .basket_table_bl .produce_el_stat_art{
        margin-bottom: 0px;
    }
    .basket_table_bl .counter_bl {
        height: 23px;
    }
    .basket_table_bl .produce_counter {
        margin: 5px auto;
    }
    #calculator .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        bottom: -30px;
    }
    .index_slider_el {
        padding: 0px 0px 0px;
    }
    .bx-wrapper ul li {
        height: 150px;
    }
    .head_logo svg, .head_logo img {
        width: 55px;
        max-width: 100%;
    }
    .head_logo {
        height: 54px;
        margin-top: -5px;
        margin-left: 0px;
        margin-right: 50px;
    }
    .mob_header_bl .mob_head_menu_bl {
        width: 12%;
    }
    .basket_widget_calc{
        position: fixed;
        top: auto!important;
        bottom: 0px;
        right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0px;
        margin-left: 0px;
        border-radius: 0px;
        height: auto;
        min-height: auto;
    }
    .calculator__submit-btn{
     text-align: center;
    }
    .calculator__stack-item--cell{
        width: 100%;
    }
    .basket_widget_calc{
        font-size: 14px;
    }
    .m-hide{
        display: none;
    }
    .calculator__wrap{
        padding: 10px 10px 10px 10px;
    }
    .calculator__submit-btn .color_bt {
        padding: 7px 10px;
    }
    .calculator__total {
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-bottom: 0px;
        border-bottom: none;
    }
    calculator__submit-btn {
        text-align: center;
        margin-top: 0px;
    }
    .calculator__title {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    .fancybox-content{
        max-width: 80%;
    }
    .ind_news_tit {
        min-height: 82px;
    }
    .head_menu.slider .menu_lvl2:hover{
        display: none;
    }
}
@media screen and (max-width: 799px) {
    #calculator {
        width: 100%;
        display: block;
    }
    #calculator_result{
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-top: 20px;
        min-height: auto;
    }
}
@media screen and (max-width: 499px) {
    .basket_widget_calc{
        display: block;
    }
    #calculator .produce_el_ic {
        height: 90px!important;
    }
    #calculator_result .produce_img {
        display: inline-block;
        width: 10%;
    }
    #calculator_result .counter_bl {
        width: 59px;
        height: 24px;
    }
    #calculator_result .produce_title {
        width: 38%;
        font-size: 14px;
    }
    #calculator_result .produce_el_price .new, #calculator_result .produce_el_price .old {
        margin-left: 28px;
        white-space: nowrap;
    }
    #calculator_result .produce_el_price .new, #calculator_result .produce_el_price .new {
        white-space: nowrap;
    }
    #calculator_result .produce_counter {
        display: inline-block;
        width: 16%;
    }
    #calculator_result .produce_price {
        width: 25%;
    }
    #calculator_result .produce_price .old{
        display: none;
    }
    .calculator_slider.widget .produce_el_bl {
        height: 160px;
    }
    #calculator h2, .h2 {
        margin: 20px 0 20px;
        line-height: 30px;
    }
    .calculator_slider .produce_el_tit a {
        font-size: 12px;
    }
    #calculator .calculator_slider.widget .produce_el_price {
        height: 24px;
    }
    .bask_tabl_tit span.color-bulet{
        border: 2px solid #e8e8e8;
        display: inline-block;
        width: 14px;
        height: 17px;
        border-radius: 100%;
        cursor: pointer;
        margin-right: 1px;
    }
    .title.castom{
        font-size: 21px!important;
        text-align: center;
    }
    .head_menu.slider{
        margin-bottom: 0;
        /* display: flex; */
        display: table;
    }
    section .head_menu.slider li {
        /* width: 33%; */
        height: 60px;
        min-width: fit-content;
        display: flex;
        justify-content: center;
    }
    .head_menu.slider .menu_lvl1_bt {
        width: 100%;
        display: flex;
        text-align: center;
    }
    .head_menu.slider li img {display: flex;}
    .ind_produce_bl .bx-wrapper .bx-pager {bottom: -20px;}
    .new_filter_bl{ /*display: none;*/}
    .det_slider_bl .bx-wrapper ul li{
        height: auto;
    }
    .calculator_slider.cart{
        height: 420px;
    }
    .ind_section.cart .produce_list{
        height: 420px;
    }
    .ind_news_ic{
        height: 122px;
    }
    .head_logo{
        height: 44px;
    }
    .ind_news_el {
        width: 48%;
        margin-right: 4%;
    }
    .calculator_slider li {
        width: 47%;
    }
    #calculator_result .calculator__stack .icons .icon {
        height: 65px;
        width: 65px;
        margin: 0 auto;
        padding: 6px 5px 5px 5px;
    }
    #calculator_result .flex .produce_delivery {
        width: 72px;
    }
    #calculator .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
        bottom: -30px;
    }
    .produce_basket.on {
        margin-top: 42px;
    }
    .produce_basket.on.index {
        margin-top: 10px;
    }
    .produce_basket.off.index {
        margin-top: 10px;
    }
    .produce_basket.off {
        margin-top: 42px;
    }
    .calculator_slider li {
        position: relative;
        height: 400px;
        padding-left: 0px;
        float: none;
    }
    ul.calculator_slider li {   height: auto!important; }
    .produce_el_bl {
        width: 47%;
        margin: 5px;
    }
    .produce_counter {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .advantage_el {
        width: 100%;
        margin-bottom: 20px;
    }
    .index_slider_el {
        padding: 0px 0px 0px;
        height: 138px;
    }
    .new_filter_page{
        padding: 10px 10px;
    }
    .index_slider_el {
        background-size: contain;
    }
    .bx-wrapper ul li {   height: 150px; }
    .produce_el_tit {
        height: 24px;
        overflow: hidden;
        white-space: nowrap;
    }
    .produce_el_ic {
        height: 174px;
    }
    .produce_el_bl:nth-child(5n) {
        margin: 5px;
    }
    .produce_buy.on {
        display: block;
    }
    .counter_bl {
        width: 100%;
    }
    .basket_widget_calc.produce_el_bl {
        width: 100%;
        margin-right: 0px;
    }
    .produce_el_tit a{
        font-size: 14px;
    }
    .produce_el_ic{
        margin-bottom: 0px;
    }
    .produce_el_buy .color_bt{
        width: 30px;
        /* margin-top: 10px; */
    }
    .produce_counter {
        margin-right: 0px;
    }
    #calculator .produce_list{
        padding: 0px;
    }
    .basket_widget_calc.produce_el_bl{
        margin: 0px;
    }
    /* .ind_section .produce_list{
        padding: 0px 10px;
    } */
    .ind_produce_bl .title{
        margin-top: 35px;
        margin-bottom: 0;
        padding-bottom: 5px;
        font-size: 24px;
    }
    .ind_produce_bl {
        padding: 40px 0;
    }
    #calculator .produce_el_buy .color_bt {
        margin-top: 0px;
    }
     #calculator  .produce_el_buy {
        padding: 0 10px 10px;
    }
    #calculator .produce_el_price {
        height: 27px;
    }
    #calculator .produce_el_tit {
        height: 40px;
    }
    #calculator .produce_el_ic img {
        vertical-align: top;
        max-height: 100%;
        padding-top: 10px;
        transform: scale(1, 1);
        transition: all 0.5s ease;
    }
    #calculator  .produce_el_ic {
        height: 154px;
    }
    #calculator  .produce_el_stat_art {
        margin-bottom: 5px;
    }
    .advantage_ic {
        width: 100px;
        height: 99px;
    }
    .head_logo svg, .head_logo img {
        width: 86px;
        max-width: 100%;
        margin-top: -25px;
    }
    .produce_el_buy {
        padding: 0;
    }
    .produce_el_price {
        height: 14px;
        margin-bottom: 0px;
    }
    .mob-city-select{
        display: block;
        height: 33px;
        background-color: black;
    }
    .mob-city-select .regions-select-region {
        color: white;
        padding: 6px 0px 0px 0px;
    }
    .ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-question{
        top: 79px !important;
        left: 72px !important;
    }
    .ns-intec-regionality.c-regions-select.c-regions-select-default .regions-select-dialog-window{
        top: 30%!important;
    }
    .mob-city-select .head_tel_bl {
        width: 137px;
        float: right;
        text-align: right;
        padding: 8px 0px 0px 0px;
    }
    .mob-city-select .head_tel_bl .fa {
        color: white;
    }
    .mob-city-select .head_tel a {
        color: white;
    }
    .calculator_slider.cart .produce_el_bl{
        width: 96%;
    }
    .mob-city-select .head_tel_bl .fa {
        position: absolute;
        font-size: 19px;
        margin-top: -5px;
    }
    .ind_section.mobile{
        height: 980px;
        overflow: hidden;
    }
    .produce_el_bl{
    }
    #calculator .produce_list{
       margin-left: 0px;
    }
    @media screen and (max-width: 390px) {
        .produce_el_bl {
            width: 46%;
            margin: 5px;
        }
        #calculator_result .calculator__stack .icons .icon{
            height: 55px;
            width: 55px;
        }
        #calculator_result .calculator__stack .icons .icon {
            padding: 0px 5px 5px 5px;
        }
        #calculator_result .flex .produce_delivery {
            font-size: 9px;
        }
    }
}
