.configure_block .border_title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 14px;
}

.configure_block .border_title h2 {
    font-size: 25px;
    font-weight: 400;
}
.configure_block .border_title .price {
    text-transform: none;
    font-weight: 400;
    font-size: 25px;
}

.configure_block .title span {
    background: #3b8ad8;
    border-radius: 100%;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}

/**
* form_select
*/
.configure_block .form_select {
    padding-left: 0px;
    margin-top: 13px;
}

.configure_block .form_select .rd_select {
    display: inline-block;
    vertical-align: top;
    height: 80px;
    width: 80px !important;
    margin-bottom: 3px;
}

.configure_block .form_select .rd_select label {
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
}

.configure_block .form_select .rd_select label:before {
    /*display: none;*/
}

.configure_block .form_select .rd_select label:after {
    content: "";
    display: block;
    background-image: url(../../../img/spr.html);
    background-position: 0px -689px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 40px;
    left: 26px;
}
.rd_select input[type="radio"]:checked + label:before {
    display: none;
}

.rd_select input[type="radio"]:checked + label {
    border-color: #3b8ad8;
}

.rd_select input[type="radio"]:checked + label:after {
    background-image: url(../../../img/spr.html);
    background-position: 0px -777px;
    width: 19px;
    height: 19px;
}

.configure_block .form_select .rd_select label img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

/**
* checkbox
*/
.configure_block .form_select .checkbox {
    margin-top: 16px;
}

.configure_block .form_select .checkbox input[type="checkbox"] {
    display: none;
}

.configure_block .form_select .checkbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    background: url(../../../img/checkbox.html) left top no-repeat;
    cursor: pointer;
}

.configure_block .form_select .checkbox input[type="checkbox"]:checked + label span {
    background-position: right top;
}

/**
* config_size_box
*/
.configure_block .config_size_box {
    margin-top: 33px;
    height: auto;
    width: 366.66px;
    min-height: 170px;
}

.configure_block .config_size_box .pic {
    height: auto;
}

.configure_block .config_size_box .pic .island {
    margin-top: -23px;
    width: 80px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    background: url(../../../img/frm-island.html);
}

.configure_block .config_size_box .pic .island.hidden {
    display: none;
}

.configure_block .slider02 {
    width: 307px;
}

.config_size_box .slider03 .vertical {
    float: right;
}

.configure_block .hslider_block .slider_wrap_box {
    width: 100%;
}

.configure_block .ui-slider-vertical .ui-slider-handle {
    width: 29px !important;
}

.configure_block .ui-slider-vertical .ui-slider-handle:after {
    //height: 16px !important;
}

.configure_block .ui-slider-handle:active {
    background: #3b8ad8;
    border-color: #3b8ad8;
}

.configure_block .vslider_block .btn_plus {
    height: 29px;
}

.configure_block .btn_plus:active, .configure_block .btn_minus:active {
    -webkit-filter: brightness(113%);
}

.configure_block .vslider_block label {
    width: 38px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 90px;
}

.configure_block .vslider_block label.right {
    right: 0px;
}

.configure_block .vslider_block label.left {
    left: 0px;
}

.configure_block .slider02 label {
    width: 38px;
    text-align: center;
    color: #000;
    margin-left: -7px;
}

.configure_block .slider04 label {
    width: 38px;
    text-align: center;
    color: #000;
    position: absolute;
    right: 46px;
    bottom: 94px;
}

.configure_block .vslider_block #val01 {
    right: 2px;
}

.configure_block .vslider_block #val03 {
    left: -13px;
}

.configure_block .hslider_block #val02 {
    display: inline-block;
    margin-left: 139px;
    margin-top: -5px;
}

.configure_block .hslider_block #val04 {
    bottom: 90px;
    position: absolute;
    left: 75px;
}

.configure_block .slider04 {
    width: 193px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    height: 30px;
}

.configure_block .slider04.hidden {
    display: none !important;
}

/**
* description 
*/
.configure_block .description {
   padding-bottom: 20px;
}

.configure_block .description p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
}
.configure_block label.form-check-label {
    font-size: 13px;
    line-height: 18px;
}

.configure_block .description .pic {
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1111;
    overflow: hidden;
}

.configure_block input {
    margin-bottom: 12px;
}

@media (min-width: 769px) {
    .configure_block .description .pic:hover {
        width: auto;
        height: auto;
        cursor: default;
        width: 100%;
    }

    .configure_block .description .pic:hover img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .configure_block .description .pic.hovered {
        width: auto;
        height: auto;
        width: 100%;
    }

    .configure_block .description .pic.hovered img {
        width: 100%;
    }
}



/* Р±Р»РѕРє РіРµРЅРµСЂР°С‚РѕСЂ СЂР°Р·РјРµСЂР° РєСѓС…РЅРё */
.size_generator_block {
    z-index: 11;
}

@media (min-width: 769px) {
    .size_generator_block .title {
        max-width: 366px;
        float: left;
    }
}

@media (max-width: 440px) {
    .size_generator_block .config_size_box {
        width: 100%;
    }

    .size_generator_block .config_size_box .pic img {
        width: 100%;
    }

    .configure_block .slider02 {
        width: 100%;
        padding-right: 60px;
    }

    .configure_block .hslider_block #val02 {
        margin-left: 40%;
    }

    .configure_block .description {
        width: 100%;
        margin-top: 10px;
    }

    .step_block .description p {
        width: 100%;
        margin-top: 10px;
        display: none;
    }
}

.step_block .configure_block .title span {
    background: #3b8ad8;
    border-radius: none;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px;
    display: inline-block;
    margin-right: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    /* line-height: 20px; */
    font-weight: 300;
    margin-bottom: 0px;
}

.alx_feed_back .afbf_feedback_poles .afbf_item_pole .afbf_name {
    margin-left: 0px!important;
    font-size: 12px!important;
}









.heart_icon_inner {
    width: 60px;
    height: 26px;
    background: rgba(255, 255, 255, .6);
    border-radius: 20px;
    position: absolute;
    line-height: 26px;
    bottom: -30px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.color_info {
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 10px;
    background-color: rgba(255, 255, 255, .9);
    width: 250px;
    height: 110px;
    z-index: 99;
    padding: 15px;
    line-height: 20px;
    text-align: center;
    display: none;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
}

.color_triangle {
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid rgba(255,255, 255, .9);
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.ts-pluses .pluses-box {
    background: #fff;
    border: none;
}

.border_title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 14px;
    overflow: hidden;
    width: 100%;
}

.new-title {
    font-size: 28px;
    color: #3b8ad8;
    font-weight: 300;
    line-height: 30px;
}

.border_title .price {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #3b8ad8;
    text-transform: uppercase;
    text-transform: none;
    font-weight: 400;
    line-height: 30px;
}

.configure-block .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 20px 0;
}

.configure-block .title span {
    color: #3b8ad8;
    padding-right: 5px;
    width: 23px;
    padding-right: 0;
}

.configure-block .form_select {
    padding-left: 0px;
    margin-top: 13px;
}

.configure-block .form_select .rd_select {
    display: inline-block;
    vertical-align: top;
    height: 80px;
    width: 80px !important;
    margin-bottom: 3px;
}

@media (max-width: 1199px) {
    .configure_centered .row {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .configure_centered .row {
        max-width: 400px;
    }
}

.rd_select {
    position: relative;
    overflow: hidden;
    display: block;
    height: 65px;
    line-height: 65px;
}

.rd_select input[type="radio"] {
    position: absolute;
    top: -1px;
    left: -9999px;
}

.configure-block .form_select .rd_select label {
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
}

.rd_select label {
    cursor: pointer;
}

.rd_select label {
    display: block;
    position: relative;
}

.configure-block .form_select .rd_select label:after {
    content: "";
    display: block;
    background-position: 0px -689px;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 40px;
    left: 26px;
}

.rd_select input[type="radio"]:checked + label {
    border-color: #3b8ad8;
}

.configure-block .form_select .rd_select label {
    width: 100%;
    height: 100%;
    border: 4px solid transparent;
}

.rd_select label {
    cursor: pointer;
}

.configure-block .form_select .rd_select label img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

.rd_select label img {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px;
}

.configure-block .form_select .checkbox {
    margin-top: 16px;
}

.configure-block .form_select .checkbox input[type="checkbox"] {
    display: none;
}

.configure-block .form_select .checkbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    background: url('img/checkbox.html') left top no-repeat;
    cursor: pointer;
}

.configure-block .config_size_box {
    margin-top: 33px;
    width: 100%;
    height: auto;
}

.config_size_box {
    width: 100%;
    height: 180px;
    padding: 60px 60px 0 60px;
    position: relative;
    margin-bottom: 10px;
}

.configure-block .description {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 7px;
    z-index: 1;
    font-size: 13px;
}

.configure-block .description .pic {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.configure-block .description .pic {
    text-align: center;
}

.configure-block .frm_block {
    margin-top: 15px;
    text-align: left;
}

.configure-block .frm_block #order-form {
    padding: 20px;
    background: #F7F7F7;
}

.configure-block .frm_block #order-form input {
    height: 55px;
    margin-bottom: 15px;
    border: 1px solid #CDCDCD;
    padding-left: 53px;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
}

.configure-block .frm_block #order-form input + label {
    position: relative;
}

.configure-block .frm_block label {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
}

.configure-block .frm_block #order-form .name-label:before {
    content: url(../../../img/name-icon.html);
}

.configure-block .frm_block #order-form label:before {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 12px;
    left: 12px;
}

.form-block {
    padding-left: 70px;
}

.private {
    font-size: 11px;
    font-weight: bold;
    color: #525252;
    margin-bottom: 15px;
    overflow: hidden;
    max-width: 350px;
}

.private input[type='checkbox'] {
    height: 15px !important;
    width: 15px !important;
    margin-bottom: 0px !important;
}

.private span {
    margin-top: -19px;
    vertical-align: top;
    padding-left: 23px;
    float: left;
}

.private span a {
    color: #ec1c24;
    text-decoration: underline;
}

.configure-block .frm_block .btn, .configure-block .frm_block button, .configure-block .frm_block [type="submit"] {
    margin-top: 10px;
}

.configure-block .new-submit-btn {
    height: 55px;
    line-height: 19px;
}

.item-title-header {
    width: 100%;
    line-height: 25px;
    padding-right: 35px;
    position: relative;
}

.title-title {
    float: left;
    font-family: 'Roboto', sans-serif;
    border-bottom: 30px solid #f3f3f3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    padding: 0 10px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.rek-slider .title-discount {
    /* float: right; */
    text-align: center;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    position: absolute;
    height: 54px;
    width: 44px;
    right: 10px;
    top: 31px;
    background: url(../../../img/flsale.html);
    z-index: 99;
}

.product_catalog .item {
    display: block;
    width: 266px;
    max-width: 100%;
    height: 272px;
    float: left;
    margin: 0 32px 28px 0;
    border: 1px solid #cccccc;
    color: #333333;
    text-decoration: none;
}

.product_catalog .photo {
    display: block;
    height: 199px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.photo img {
    /* background-size: cover; */
    object-fit: cover;
    border: none;
}

.photo .more {
    cursor: pointer;
    /* opacity: 0; */
    display: none;
    position: relative;
    /* top: 1px; */
    top: -50px;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    text-align: center;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    width: 264px;
    height: 51px;
}

.more .fast-link {
    padding-top: 12px;
    position: absolute;
    left: 70px;
}

.product_catalog .info_block {
    display: block;
    height: 82px;
    clear: both;
    overflow: hidden;
    padding: 0px;
}

.product_catalog .name {
    line-height: 35px;
    height: 32px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.item-name-line {
    width: 100px;
    height: 1px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
}

.product_catalog .price {
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    font-size: 14px;
}

.item-old-price {
    color: #ccc;
    text-decoration: line-through;
    //margin-left: 5px;
}

.rek-slider {
    padding: 15px 0px;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.rek-slider .owl-prev {
    margin-left: -15px;
}

.rek-slider .owl-prev {
    position: absolute;
    top: 140px;
    left: 0;
    margin-left: -50px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(img/spr.png);
    background-position: 0px -2306px;
    width: 21px;
    height: 52px;
}

.rek-slider .owl-next {
    position: absolute;
    top: 140px;
    right: 0;
    margin-right: -50px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/spr.png);
    background-position: 0px -2229px;
    width: 21px;
    height: 52px;
}

.owl-prev, .owl-next {
    overflow: hidden;
    text-indent: -9999px;
    transition: none;
}

@media only screen and (max-width: 1200px) {
    .product_order_info .price {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 28px;
    }

    .form-block {
        padding-left: 0px;
    }

    .rek-slider .title-discount {
        right: 30px;
    }

    .ts-pluses .pluses-box {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .kitchen-comments-group .comment-text-group {
        max-width: 400px !important;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    /* line-height: 20px; */
    font-weight: 300;
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
    .rek-slider .title-discount {
        right: 40px;
    }

    .rek-slider {
        padding: 15px 30px;
    }

    .configure-block .frm_block {
        margin-bottom: 20px;
    }

    .product_order_info .title {
        border: none;
    }

    .product_main_info .main_photo img {
        width: 100%;
    }

    .mobile-kitchen-block-info .kitchen-text-description p {
        line-height: 21px;
        font-size: 16px;
    }

    .action-buttons {
        margin: 10px 0;
        padding: 16px 16px 10px 17px;
        background: #f7f7f7;
    }

    .kitchen-comments-group .comment-text-group {
        max-width: 80% !important;
    }

    .form-block {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .kitchen-back-form {
        width: 100%;
    }

    .product_catalog .item {
        width: 236px;
    }

    .rek-slider .title-discount {
        right: 10px;
    }

    .rek-slider {
        padding: 15px 0px;
    }

    .label-div {
        margin: 40px 0;
        height: 80px;
    }

    .label-tags {
        float: left;
        margin: 5px;
    }

    .cloro_image {
        display: none;
    }

    .kitchen-comments-group .comment-text-group {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 540px) {
    .product_catalog .item {
        width: 266px;
    }

    .rek-slider {
        padding: 15px 35px;
    }
}

.config_size_box .slider01 {
    position: absolute;
    top: 30px;
    left: 0;
}

.vslider_block {
    width: 60px;
    height: 150px;
}

.slider_wrap_box.vertical {
    width: 30px;
    height: 150px;
    padding: 41px 12px 30px 12px;
}

.slider_wrap_box {
    height: 35px;
    width: 270px;
    overflow: hidden;
    padding: 12px 30px 12px 41px;
    position: relative;
}

.configure_block .vslider_block .btn_plus {
    height: 29px;
}

.slider_wrap_box.vertical .btn_plus {
    background-image: url('../images/spr.png');
    background-position: 0px -1065px;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.slider_wrap_box.vertical .btn_minus {
    background-image: url('../images/spr.png');
    background-position: 0px -1230px;
    width: 30px;
    height: 30px;
    top: 117px/*auto*/;
    bottom: 0;
    z-index: 0;
}

.slider_wrap_box .btn_minus {
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/spr.png');
    background-position: 0px -1120px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.slider_wrap_box .btn_plus {
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/spr.png');
    background-position: 0px -1175px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.config_size_box .slider03 {
    position: absolute;
    top: 30px;
    right: -10px;
}

body .ui-slider.ui-slider-vertical {
    width: 6px;
    height: 80px;
}

body .ui-slider {
    top: -3px;
    height: 6px;
    background: #666666;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

body .ui-slider.ui-slider-vertical .ui-slider-handle {
    height: 12px;
    width: 30px;
    margin: -11px 0 0 -7px;
}

.configure_block .ui-slider-vertical .ui-slider-handle {
    width: 30px !important;
}

body .ui-slider .ui-slider-handle {
    width: 12px;
    height: 30px;
    background: #bbbbbb;
    border: 1px solid #666666;
    outline: none;
    padding: 0;
    margin: -12px 0 0 -11px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

body .ui-slider.ui-slider-vertical .ui-slider-handle:after {
    content: "";
    display: block;
    height: 300px;
    width: 8px;
    position: absolute;
    top: auto;
    right: auto;
    left: 9px;
    bottom: 100%;
    background: #3b8ad8;
    margin-bottom: 1px;
    margin-right: 0;
}

.configure_block .ui-slider-vertical .ui-slider-handle:after {
}

body .ui-slider .ui-slider-handle:after {
    content: "";
    display: block;
    width: 300px;
    height: 8px;
    position: absolute;
    top: 10px;
    right: 100%;
    background: #3b8ad8;
    margin-right: 1px;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.configure_block .vslider_block #val01 {
    right: 0px;
}

.hslider_block input[type="text"], .vslider_block input[type="text"] {
    width: 38px;
    height: 29px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.vslider_block input {
    position: absolute;
    top: 60px;
    right: 2px;
}

input[type="text"] {
    height: 40px;
    border: 1px solid #CDCDCD;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 100 !important;
    width: 100%;
}

.configure_block .vslider_block label.right {
    right: 0px;
}

.configure_block .vslider_block label {
    width: 38px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 90px;
}

.configure_block .slider02 {
    width: 316px;
}

@media (max-width: 440px) {
    .configure_block .slider02 {
        width: 100% !important;
    }
}

.config_size_box .slider02 {
    position: absolute;
    top: 0;
    left: 30px;
}

.hslider_block {
    height: 60px;
    width: 270px;
}

.hslider_block, .vslider_block {
    position: relative;
}

.configure_block .hslider_block .slider_wrap_box {
    width: 100%;
}

.slider_wrap_box {
    height: 35px;
    width: 270px;
    overflow: hidden;
    padding: 17px 30px 12px 41px;
    position: relative;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: -3;
    height: 100%;
}

.configure_block .vslider_block #val03 {
    left: -41px;
}

.configure_block .vslider_block #val01 {
    right: -11px;
}
