
.title_conf-r {
    background: #eff0f1;
    border: 2px solid #e7e8ea;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 5px;
    padding: 4px;
}

.wrap_img_conf-r {
    width: 515px;
}

.wrap_infot_conf-r {
    width: calc(100% - 515px);
}
.wrap_ccc-r {
    width: 68px;
}

.wrap_conf-r_info {
    padding: 15px 0 5px;
}

.img_conf-r, .info_conf-r {
    height: 494px;
}

.img_conf-r {
    border: 2px solid #e7e8ea;
    text-align: center;
}

.img_conf-r img {
    max-width: 100%;
    max-height: 100%;
}

/*radiobutton_color*/
.radiobutton_color_conf-r {
    padding-top: 30px;
}

.radiobutton_color_conf-r .radiobutton {
    display: flex;
    padding: 5px 0 5px 4px;
}

.radiobutton_color_conf-r .ccc-r_wrap_radiobutton:last-child .radiobutton {
    margin-bottom: 0;
}

.radiobutton_color_conf-r input[type="radio"] {
    display: none;
}

.radiobutton_color_conf-r label {
    background: transparent;
    position: relative;
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.radiobutton_color_conf-r .checkbox_inp {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
}

.radiobutton_color_conf-r .checkbox_inp:after {
    content: "";
    border: 1px solid #d1d3d4;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 5;
}

.radiobutton_color_conf-r .white .checkbox_inp:after {
    background: #fff;
}

.radiobutton_color_conf-r .red .checkbox_inp:after {
    background: #ff0000;
}

.radiobutton_color_conf-r .beige .checkbox_inp:after {
    background: #f5f5dc;
}

.radiobutton_color_conf-r .l_yellow .checkbox_inp:after {
    background: #ffff00;
}

.radiobutton_color_conf-r .l_green .checkbox_inp:after {
    background: #90ee90;
}

.radiobutton_color_conf-r .green .checkbox_inp:after {
    background: #008000;
}

.radiobutton_color_conf-r .blue .checkbox_inp:after {
    background: #0000ff;
}

.radiobutton_color_conf-r .yellow .checkbox_inp:after {
    background: #ffd700;
}

.radiobutton_color_conf-r .black .checkbox_inp:after {
    background: #000;
}

.radiobutton_color_conf-r input[type="radio"]:checked + label .checkbox_inp:before {
    content: "";
    background: url("./img/checkbox_ico.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 16px;
    height: 16px;
    z-index: 6;
}

.radiobutton_color_conf-r input[type="radio"]:checked + label.black .checkbox_inp:before {
    background: url("./img/checkbox_ico_white.png");
}

.radiobutton_color_conf-r input[type="radio"]:checked + label .checkbox_inp {
    background-color: #000;
    border: 1px solid #d1d3d4;
}


.wrap_info_conf-r {
    width: calc(100% - 74px);
}

.info_conf-r {
    border: 2px solid #e7e8ea;
    padding: 5px;
}

.ic-r_heightfix_scroll {
    height: 464px;
    margin: 5px;
    padding-left: 8px;
    padding-right: 10px;
    overflow-y: scroll;
}

.title_info_conf-r {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}


.table_configurator {
    margin-top: 10px;
}

.table_configurator .table_configurator__tr {
    display: flex;
    align-items: stretch;
    font-size: 13px;
    font-weight: bold;
}

.table_configurator__tr .table_configurator__td {
    background: #eff0f1;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    min-height: 26px;
    padding: 2px 10px;
}

.table_configurator__tr.tr_section .table_configurator__td {
    background: #cce1b0;
}

.table_configurator__tr.tr_subsection .table_configurator__td {
    background: #d9dbdc;
}

.table_configurator__tr .table_configurator__td.td_title {
    width: calc(100% - 102px);
    padding-left: 0;
    padding-right: 0;
}

.table_configurator__tr .table_configurator__td.td_descr {
    width: 102px;
}

.table_configurator__tr.tr_section .table_configurator__td.td_title,
.table_configurator__tr.tr_subsection .table_configurator__td.td_title {
    padding-left: 10px;
}

.table_configurator__tr.disabled_tr .table_configurator__td {
    color: #a6a5a6;
    pointer-events: none;
}

/*radio_table*/
.table_configurator .radio {
    width: 100%;
    margin: 0;
}

.table_configurator .radio input[type="radio"] {
    display: none;
}

.table_configurator .radio label {
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 46px;
	color: #333;
}
.table_configurator .disabled_tr .radio label {
	color: #a6a5a6;
    pointer-events: none;
}

.table_configurator .radio_btn {
    position: absolute;
    top: 3px;
    left: 25px;
    width: 14px;
    height: 14px;
}

.table_configurator .radio label .radio_btn:before {
    content: "";
    background: #fff;
    border: 1px solid #dadcdd;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 0;
    width: 14px;
    height: 14px;
    padding: 0;
}

.table_configurator .radio input[type="radio"]:checked + label .radio_btn:after {
    content: "";
    background: #76b82a;
    border-radius: 0;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*END radio_table*/

/*.mob_block_tic-r {
	display: none;
}*/
/*.table_ic-r {
	width: 100%;
	margin-top: 10px;
}
.table_ic-r tr td {
	background: #eff0f1;
	border: 2px solid #fff;
	font-size: 16px;
	padding: 3px 10px 4px 10px;
	vertical-align: top;
}*/
/*.tic-r_descr span {
	display: block;
	font-size: 12px;
	font-style: italic;
}*/
/*.tic-r_price {
	font-weight: bold;
	white-space: nowrap;
}*/
.wrap_conf-r_info .total_price__pdf {
    width: 100%;
    display: flex;
    padding-top: 15px;
}
.wrap_total_price_conf-r {
    background: #eff0f1;
    border: 2px solid #e7e8ea;
    width: calc(100% - 589px);
}

.total_price_conf-r {
    font-size: 16px;
    font-weight: bold;
    padding: 4px 25px;
}

.tpc-r_price {
    float: right;
}


/*.td_div {
	background: #eff0f1;
	margin-bottom: 2px;
	padding: 5px 10px;
}
.td_div p {
	font-size: 12px;
	margin: 0;
	line-height: 1.2;
}
.td_div p span {
	display: block;
	font-style: italic;
}*/
/*.title_td_div, .price_td_div {
	font-weight: bold;
}*/
.title_conf-r.title_none_bg {
    background: none;
    border: none;
}
.slider__arrow_show.owl-carousel .owl-nav.disabled {
    display: block;
}
.wrap_change_title_slider {
    padding: 0 35px;
}

.wrap_change_title_slider.second_level {
    margin-top: 10px;
}

#change_title_slider.owl-carousel .owl-stage-outer {
    padding-bottom: 7px;
}

.wrap_change_title_slider .item a {
    background: #7db928;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2px 20px;
}

.wrap_change_title_slider.second_level .item a {
    background: #b8b6b7;
}

.wrap_change_title_slider .item a:hover,
.wrap_change_title_slider .item a.active {
    background: #5b5b5b;
    position: relative;
}

.wrap_change_title_slider .item a.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #5b5b5b;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrap_change_title_slider .item a:focus,
.wrap_in_card a:focus {
    text-decoration: none;
}

#change_title_slider.owl-carousel .owl-nav > div,
#change_title_slider2.owl-carousel .owl-nav > div {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

#change_title_slider.owl-carousel .owl-nav > div {
    margin-top: -22px;
}

#change_title_slider2.owl-carousel .owl-nav > div {
    margin-top: -20px;
}

#change_title_slider.owl-carousel .owl-nav .owl-prev,
#change_title_slider2.owl-carousel .owl-nav .owl-prev {
    left: -33px;
}

#change_title_slider.owl-carousel .owl-nav .owl-next,
#change_title_slider2.owl-carousel .owl-nav .owl-next {
    right: -33px;
}

#change_title_slider.owl-carousel .arrow-left {
    background: url("./img/arrow_ls_green.png");
}

#change_title_slider2.owl-carousel .arrow-left {
    background: url("./img/arrow_ls_grey.png");
}

#change_title_slider.owl-carousel .arrow-right {
    background: url("./img/arrow_rs_green.png");
}

#change_title_slider2.owl-carousel .arrow-right {
    background: url("./img/arrow_rs_grey.png");
}

#change_title_slider.owl-carousel .arrow-left,
#change_title_slider.owl-carousel .arrow-right,
#change_title_slider2.owl-carousel .arrow-left,
#change_title_slider2.owl-carousel .arrow-right {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 23px;
    vertical-align: middle;
}

.wrap_mob_ctitle_slider {
    display: none;
}

.mob_ctitle_slider_but {
    background: #7db928;
    border: none;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
}

.mob_ctitle_slider_but:hover,
.wrap_mob_ctitle_slider .dropdown.open .mob_ctitle_slider_but {
    background: #5a5b5b;
}

.mob_ctitle_slider_but span {
    display: block;
}

.mob_ctitle_slider_but .title_mcsb {
    background: none;
    position: static;
    display: block;
    width: 100%;
    padding: 5px 50px 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

.mob_ctitle_slider_but .sandwich {
    /*background: #5a5b5b;*/
    position: absolute;
    width: 50px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
}

.wrap_mob_ctitle_slider .dropdown.open .mob_ctitle_slider_but .sandwich,
.mob_ctitle_slider_but:hover .sandwich {
    /*background: #3b3c3b;*/
}

.sw-topper,
.sw-bottom,
.sw-footer {
    position: relative;
    background: #fff;
    width: 31px;
    height: 5px;
    margin: auto;
}

.sw-topper {
    top: 6px;
    border: none;
}

.sw-bottom {
    top: 13px;
    border: none;
}

.sw-footer {
    top: 19.5px;
    border: none;
}

.wrap_mob_ctitle_slider .dropdown.open .mob_ctitle_slider_but .sw-bottom {
    top: 18px;
}

.wrap_mob_ctitle_slider .dropdown.open .mob_ctitle_slider_but .sw-topper,
.wrap_mob_ctitle_slider .dropdown.open .mob_ctitle_slider_but .sw-footer {
    display: none;
}

/*.mob_ctitle_slider_but span i {
	font-size: 25px;
	vertical-align: bottom;
	margin-top: 7px;
}
.wrap_mob_ctitle_slider .dropdown.open .mob_ctitle_slider_but i,
.mob_ctitle_slider_but:hover i {
	color: #ffec00;
}*/
.wrap_mob_ctitle_slider .dropdown-menu {
    background: #7db928;
    border: none;
    border-radius: 0;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    z-index: 900;
}

.wrap_mob_ctitle_slider .dropdown-menu ul {
    padding: 0;
}

.wrap_mob_ctitle_slider .dropdown-menu li a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #99c056;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    white-space: normal;
    padding: 10px 50px 10px 20px;
}

.wrap_mob_ctitle_slider .dropdown-menu .link_mob_collapse,
.wrap_mob_ctitle_slider .dropdown-menu li a:hover,
.wrap_mob_ctitle_slider .dropdown-menu li a:focus {
    background: #5a5b5b;
    border-bottom: 1px solid #5a5b5b;
}

.wrap_mob_ctitle_slider .dropdown-menu li:nth-child(1) a:hover,
.wrap_mob_ctitle_slider .dropdown-menu li:nth-child(1) a:focus,
.wrap_mob_ctitle_slider .dropdown-menu .mob_ul_coll_block li:nth-child(1) a:hover {
    border-top: 1px solid #808280;
}

.wrap_mob_ctitle_slider .dropdown-menu .mob_ul_coll_block li a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #9d9d9d;
}

.wrap_mob_ctitle_slider .link_mob_collapse.collapsed {
    background: #7db928;
    border-bottom: 1px solid #99c056;
}

.wrap_mob_ctitle_slider .link_mob_collapse {
    position: relative;
}

.wrap_mob_ctitle_slider .link_mob_collapse.collapsed:after {
    content: "";
    background: url("./img/arrow_ls.png");
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 50%;
    width: 7px;
    height: 23px;
    margin-top: -10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(180deg);
}

.wrap_mob_ctitle_slider .link_mob_collapse:after {
    content: "";
    background: url("./img/arrow_ls.png");
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 50%;
    width: 7px;
    height: 23px;
    margin-top: -11px;
    -webkit-transform: rotate(0deg);
    transform: rotate(-90deg);
}

.wrap_mob_ctitle_slider .mob_ul_coll_block {
    list-style: none;
}

.wrap_mob_ctitle_slider .mob_ul_coll_block li {
    background: #b8b6b6;
}

.wrap_mob_ctitle_slider .mob_ul_coll_block li a {
    display: block;
}


.wrap_in_card {
    text-align: center;
}

.wrap_in_card a {
    background: #7db928;
    border-radius: 15px;
    width: 100%;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 25px 0;
    color: #fff;
}

.wrap_change_slider {
    padding: 25px 55px 15px 55px;
    overflow: hidden;
}

#change_slider .item {
    border: 1px solid #e7e8ea;
}

.wrap_change_slider .sp_img {
    height: 130px;
    padding: 10px 0;
}

.wrap_change_slider .item:hover {
    cursor: pointer;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.wrap_change_slider .owl-carousel .sp_img img {
    max-width: 143px;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.slide_prod {
    width: 210px;
    margin: 0 auto;
    padding: 0 10px 20px 10px;
}

.wrap_sp_text {
    text-align: center;
}

#change_slider.owl-carousel .owl-nav > div {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 66px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: -33px;
}

#change_slider.owl-carousel .owl-nav .owl-prev {
    left: -55px;
}

#change_slider.owl-carousel .owl-nav .owl-next {
    right: -55px;
}

#change_slider.owl-carousel .arrow-left {
    background: url("./img/arrow_lb.png");
}

#change_slider.owl-carousel .arrow-right {
    background: url("./img/arrow_rb.png");
}

#change_slider.owl-carousel .arrow-left,
#change_slider.owl-carousel .arrow-right {
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 35px;
    height: 66px;
    vertical-align: middle;
}

.wrap_sp_text .checkbox {
    margin-bottom: 0;
}

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

.wrap_sp_text label {
    position: relative;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 40px;
    cursor: pointer;
    line-height: 1;
}

.wrap_sp_text label span {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.slide_prod .wrap_sp_text label span {
    display: block;
    margin-top: 5px;
}

.wrap_sp_text label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dddfe0;
    border-radius: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.wrap_sp_text input[type="checkbox"]:checked + label:before {
    content: "";
    background: url("./img/checkbox_ico_green.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap_sp_text a {
    color: #7db928;
    font-size: 14px;
}

.wrap_sp_text .sp_link_info {
    border-bottom: 1px solid #7db928;
}

.wrap_sp_text .sp_link_info:hover {
    border-color: transparent;
    cursor: pointer;
}

.sp_price {
    font-size: 28px;
    min-height: 28px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1;
}

.modal_img {
    text-align: center;
}

.modal_text {

}

.wrap_configurator .conf-r_link_pdf {
    background: #76b82a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 574px;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 15px;
    transition: opacity 0.2s linear;
}

.wrap_configurator .conf-r_link_pdf:hover {
    opacity: 0.8;
}

.conf-r_link_pdf .conf-r_link_pdf__text {
    display: flex;
    align-items: center;
}

.conf-r_link_pdf .conf-r_link_pdf__text:before {
    content: '';
    background: url('img/pdf_ico.png');
    width: 21px;
    min-width: 21px;
    height: 25px;
    display: block;
    margin: 0 12px 0 0;
}


@media only screen and (max-width: 1379px) {
    .wrap_img_conf-r {
        width: 430px;
    }
    .wrap_infot_conf-r {
        width: calc(100% - 430px);
    }
    .img_conf-r, .info_conf-r {
        height: 485px;
    }
    .radiobutton_color_conf-r {
        padding-top: 15px;
    }
    .wrap_ccc-r {
        width: 38px;
        padding: 0;
    }
    .wrap_info_conf-r {
        width: calc(100% - 38px);
    }

    .table_configurator__tr .table_configurator__td.td_title {
        width: calc(100% - 94px);
    }

    .table_configurator__tr .table_configurator__td.td_descr {
        width: 94px;
    }
    .wrap_configurator .conf-r_link_pdf {
        width: 452px;
    }
    .wrap_total_price_conf-r {
        width: calc(100% - 467px);
    }
}

@media only screen and (max-width : 1084px) {
    .title_conf-r {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    .wrap_conf-r_info {
        padding: 5px 0 0;
    }

    .wrap_img_conf-r, .wrap_infot_conf-r,
    .wrap_ccc-r, .wrap_info_conf-r {
        float: none;
        width: 100%;
    }
    .info_conf-r {
        height: auto;
    }
    .img_conf-r {
        height: 297px;
    }
    .wrap_ccc-r {
        padding: 0 15px;
    }
    .radiobutton_color_conf-r {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }
    .radiobutton_color_conf-r .radiobutton {
        padding-right: 3px;
    }
    .table_configurator__tr .table_configurator__td.td_descr {
        width: 130px;
        justify-content: center;
    }
    .table_configurator__tr .table_configurator__td.td_title {
        width: calc(100% - 130px);
    }
    .wrap_conf-r_info .total_price__pdf {
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .wrap_configurator .conf-r_link_pdf,
    .wrap_total_price_conf-r {
        width: 100%;
    }
    .wrap_configurator .conf-r_link_pdf {
        text-transform: uppercase;
        margin-top: 10px;
        margin-right: 0;
        order: 1;
    }
}


@media only screen and (max-width: 799px) {
    .title_conf-r {
        font-size: 14px;
    }
    .radiobutton_color_conf-r label {
        width: 23px;
        height: 23px;
    }
    .radiobutton_color_conf-r .checkbox_inp,
    .radiobutton_color_conf-r .checkbox_inp:after {
        width: 23px;
        height: 23px;
    }

    .radiobutton_color_conf-r .checkbox_inp:after {
        bottom: 2px;
        right: 2px;
    }

    .radiobutton_color_conf-r input[type="radio"]:checked + label .checkbox_inp:before,
    .radiobutton_color_conf-r input[type="radio"]:checked + label.black .checkbox_inp:before {
        background-size: cover;
        width: 14px;
        height: 14px;
        top: 2px;
        left: 2px;
    }
    
    .title_info_conf-r {
        font-size: 14px;
    }
    .mob_none_tic-r,
    .wrap_change_title_slider {
        display: none;
    }

    /*.mob_block_tic-r,*/
    .wrap_mob_ctitle_slider {
        display: block;
    }

    .ic-r_heightfix_scroll {
        padding-left: 5px;
    }

    .ic-r_heightfix_scroll {
        height: 405px;
    }

    .total_price_conf-r {
        font-size: 14px;
        text-align: center;
    }
    .total_price_conf-r span {
        display: block;
    }

    .tpc-r_price {
        float: none;
    }

    .wrap_in_card a {
        font-size: 22px;
    }

    .wrap_change_slider {
        padding: 25px 20px 15px 20px;
        overflow: visible;
    }

    #change_slider.owl-carousel .owl-nav > div,
    #change_slider.owl-carousel .arrow-left,
    #change_slider.owl-carousel .arrow-right {
        width: 15px;
        height: 30px;
    }

    #change_slider.owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }

    #change_slider.owl-carousel .owl-nav .owl-next {
        right: -20px;
    }

    .wrap_configurator .conf-r_link_pdf {
        font-size: 14px;
    }


    .table_configurator .table_configurator__tr,
    .table_configurator .radio label {
        font-size: 12px;
    }

    .table_configurator__tr .table_configurator__td.td_title {
        width: 100%;
    }

    .table_configurator__tr .table_configurator__td.td_descr {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .conf-r_link_pdf .conf-r_link_pdf__text {
        max-width: 225px;
        text-align: center;
    }
}
