#fancy_dialog{
    display:none;
    padding:10px;
}
#fancy_dialog .fancy_confirmation_cart1{
    position:absolute;
    top:10px;
    left:10px;
}
#fancy_dialog .fancy_confirmation_cart2{
    text-align:center;
}
.interactive_shell_grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 50% 50%;
}
.interactive_shell_grid img{
    display: inline-block;
}
.interactive_shell2 {
    position: relative;
    background: var(--color-gray-bg);
    display: flex;
    align-items: center;
}
.interactive_canvas_shell2 {
    max-width: 600px;
    max-height: 650px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    mix-blend-mode: multiply;
}
.content_interactive .parametr_value {
    padding: 10px 0px;
    float: right;
    width: calc(100% - 161px);
    box-sizing: border-box;
}
.data_shell .text_item {
    padding: 3px;
    box-sizing: border-box;
}
.data_shell .text_item input[type="color"]{
    border-radius: 0px;
    border: 0px;
    margin-top: -9px;
    margin-left: -4px;
    padding: 0px !important;
    height: 35px;
    width: 31px;
    background: #fff;
}

.content_interactive .a_save.loading_image {
    background: #D6D6D6;
    cursor: no-drop;
}
.content_interactive .loading {
    display: none;
    background-image: url(/chehol_fun/images/icons/377.gif);
    background-repeat: no-repeat;
    background-position: 14px 10px;
    padding: 17px;
    width: 100%;
    height: 58px;
    border-radius: 13px;
    background-color: #fff;
    border: solid 1px var(--color-orange);
    font-size: 16px;
    color: var(--color-orange);
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-top: 14px;
    box-sizing: border-box;
}
.content_interactive .arrow2 {
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    display: flex;
    cursor: pointer;
    z-index: 2;
    justify-content: center;
    border-radius: 3px;
    padding: 1px 6px;
    box-sizing: border-box;
    margin: 0px 0px 5px 0px;
}
.content_interactive .arrow2>span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 1;
    min-width: 22px;
    min-height: 20px;
}
.option_menu .option_add_button {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 10px;
    margin-top: 4px;
    color: #01a4df;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    background: var(--color-gray-bg);
}
.option_menu .option_add_button.loading_image, .interactive_button_mobile .option_add_button.loading_image {
    background: #D6D6D6;
    cursor: no-drop;
}
.interactive_canvas_grid_mobile .interactive_button_mobile div {
    font-size: 19px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    background: #01a4df;
    border: 2px solid #01a4df;
    margin: 6px 3px;
    padding: 10px;
}
.interactive_button_mobile.loading_image {
    background: #D6D6D6;
    cursor: no-drop;
}
.content_interactive .arrow2_position {
    position: absolute;
    right: 8px;
    margin-top: 3px;
}
.content_interactive .parametr_value .arrow_remove {
    background-image: url(/chehol_fun/images/svg/cancel.svg) !important;
}
.content_interactive .parametr_value .arrow_centrate_g {
    background-image: url(/chehol_fun/images/svg/center-h.svg) !important;
}
.content_interactive .parametr_value .arrow_centrate_v {
    background-image: url(/chehol_fun/images/svg/center-v.svg) !important;
}
.content_interactive .parametr_value .layer_up {
    background-image: url(/chehol_fun/images/svg/bringForward.svg) !important;
}
.content_interactive .parametr_value .layer_down {
    background-image: url(/chehol_fun/images/svg/sendBackwards.svg) !important;
}
.interactive_shell2 .parametr_value {
    position: absolute;
    text-align: center;
    width: 100% !important;
    z-index: 4;
    display: none;
}
.text_data_grid_div .text_font {
    border-radius: 3px;
    font-size: 15px;
    padding: 4px;
}
.text_data_grid_div {
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}
.text_shell .text_textarea {
    width: calc(100% - 202px);
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    vertical-align: middle;
}
.text_data_grid_div.text_color {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    cursor: pointer;
    margin: -3px;
}
.interactive_shell2_options{
    padding: 0px 20px;
}
.option_menu .option_active_menu {
    padding: 25px 20px;
    box-sizing: border-box;
}
.option_menu .option_active_menu .option_item_shell {
    padding: 10px;
}
.option_menu .option_active_menu .option_item_head_text {
    font-size: 15px;
}
.option_item_data {
    display: grid;
    grid-template-columns: 160px auto;
        text-align: left;
}
.option_active_menu .option_item_data_buttons {
    font-size: 15px;
    padding: 4px 10px 18px 30px;
    margin: 2px 0px;
}
.option_active_menu .option_item_data_buttons2 {
    padding: 4px 10px 11px 30px;
}
.option_menu .option_name {
    font-weight: bold;
}
.interactive_shell2_options .js_href2 {
    cursor: pointer;
    font-size: 15px;
    padding: 5px 0px 10px;
}

.content_interactive label {
    cursor: pointer;
}
.canv_hidden_shell{
    display:none;
}
.interactive_shell2_options .js_href, .interactive_shell2_options .js_href a{
    color: #00b7f1;
    cursor: pointer;
    font-size:15px;
    padding: 5px 0;
}
.interactive_shell2_options .js_href2{
    cursor: pointer;
    font-size:15px;
    padding: 5px 0px 10px;
}
.option_add_img_button2{
    text-decoration: underline;
    color: #01a4df;
    margin-top: 15px;
    cursor:pointer;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 15px;
}
.interactive_shell2_options  .js_href{
    text-decoration: underline;
}
.option_active_menu .option_item_data_buttons2{
    padding: 4px 10px 11px 30px;
}
.js_href2 input[type="radio"]{
    margin-left: 0px;
}
.product_canvas_perspective{
    transform: perspective(812px) rotateY(-7deg) scale(1.02);
}
.interactive_shell2_options h1{
    font-size: 46px;
    line-height: 1.03;
    letter-spacing: -1.8px;
    margin: 13px 0 14px;
    font-weight: 900;
    text-align:left;
}

.dpb-hero__aside{min-width:0;padding-top:8px}
.dpb-buybox{padding-top:0}
.dpb-lead {
    font-size: 18px;
    line-height: 1.45;
    max-width: 630px;
    margin: 0;
    color: #2d333b;
}
.dpb-price {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 24px 0 18px;
}
.dpb-price strong {
    font-size: 24px;
    color: var(--color-orange);
    font-weight: 800;
}
.dpb-price strong b {
    font-size: 45px;
    line-height: 1;
}
.dpb-price del {
    font-size: 22px;
    color: #9aa1aa;
}
.dpb-price>span {
    background: var(--color-orange);
    color: #fff;
    font-weight: 800;
    border-radius: 8px;
    padding: 8px 10px;
}
.dpb-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
}
.dpb-trust>div {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e8ebef;
    padding-right: 10px;
}
.dpb-trust b { font-size: 14px; }
.dpb-trust small { color: #68707b;  margin-top: 3px; }
.dpb-trust>div:last-child {
    border-right: 0;
}
.dpb-constructor {
    position: relative;
    background: linear-gradient(#fff, #fffaf6);
    border: 2px solid rgba(255, 90, 0, .18);
    border-radius: 26px;
    padding: 22px;
    box-shadow: 0 18px 55px rgba(255, 90, 0, .12), 0 7px 22px rgba(31, 25, 20, .06);
}
.dpb-constructor:before {
    content: "КОНСТРУКТОР";
    position: absolute;
    right: 18px;
    top: -13px;
    background: #fff3ea;
    color: var(--color-orange);
    border: 1px solid #ffd8bf;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}
.dpb-constructor__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}
.dpb-constructor__head>div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dpb-stepnum {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: var(--color-orange);
    color: #fff;
    font-weight: 800;
}
.dpb-help {
    border: 0;
    background: none;
    color: #7b838c;
    text-decoration: underline;
    cursor: pointer;
}
.dpb-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.dpb-option {
    border: 1px solid #dfe3e7;
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.dpb-option.is-selected {
    border: 2px solid var(--color-orange);
    background: #fffaf6;
    padding: 13px;
}
.dpb-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cbd1d6;
    box-shadow: inset 0 0 0 5px #fff;
}
.dpb-option.is-selected .dpb-radio {
    background: var(--color-orange);
    border-color: var(--color-orange);
}
.dpb-option small, .dpb-option b {
    display: block;
}
.dpb-option b {
    font-size: 19px;
    margin-top: 2px;
}
.dpb-constructor__head--second {
    margin-top: 20px;
}
.dpb-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.dpb-action {
    min-height: 54px;
    border: 1px solid #dfe3e7;
    border-radius: 13px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    cursor: pointer;
    font-weight: 600;
}
.dpb-action--primary {
    border: 1.5px solid var(--color-orange);
    color: var(--color-orange);
    background: #fffaf6;
}
.dpb-plus {
    font-size: 24px;
    font-weight: 400;
}
.dpb-cta, .dpb-banner-btn, .dpb-mobile-bar button {
    border: 0;
    background: linear-gradient(90deg, var(--color-orange), #ff6e00);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.dpb-cta {
    width: 100%;
    height: 58px;
    border-radius: 13px;
    margin-top: 14px;
    font-size: 17px;
    box-shadow: 0 12px 24px rgba(255, 90, 0, .18);
    padding-top: 19px;
    text-align:center;
}
.daree-product-builder {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 24px 130px;
}
.dpb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 30px 0;
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(90deg, #fff8f2, #fff2e8);
}
.dpb-stats article {
    display: flex;
    flex-direction: column;
    padding: 0 28px;
    border-right: 1px solid #f1d9c7;
}
.dpb-stats article:last-child {
    border-right: 0;
}
.dpb-stats strong { font-size: 21px; }
.dpb-stats span {
    font-size: 12px;
    color: #68707b;
    margin-top: 4px;
}
@media (max-width:900px){
    .dpb-stats article{padding:8px 6px;text-align:center}.dpb-stats strong{font-size:15px}.dpb-stats span{font-size:9px}
    .dpb-hero__aside{display:contents}
    .dpb-title-row{order:1;padding:14px 14px 0}
    .dpb-gallery{order:2;width:100%}
    .dpb-buybox{order:3; margin-top: 20px;}
}
@media (max-width:700px){
    .dpb-options{ display: block; }
    .dpb-option{  margin: 10px 0px;}
}
@media (max-width:600px){
    .dpb-constructor{ padding: 5px;}
    .dpb-buybox{ margin: 20px -10px 0px -10px;}

}


.aksessuari_interactive .interactive_canvas_shell2{
    margin-top:3px;
}
.content_interactive .h1{
    margin-bottom: 5px;
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    font-weight: bold;
    display:none;
}
h1.interactive2_h1{
    margin-bottom: -2px;
    text-align: center;
}
.option_active_menu.no_margin{
    margin-top: 0px;
}
.zoom_plus{
    background-image: url(/chehol_fun/images/svg/zoom_in.svg) !important;
}
.zoom_minus{
    background-image: url(/chehol_fun/images/svg/zoom_out.svg) !important;
}
.interactive_canvas_grid_mobile {
    display: none;
}


/* names --> */
.cprice_div{
    padding:8px;
    font-size:18px;
    font-style: italic;
}
.cprice_div2{
    padding: 3px 0px;;
    font-size:18px;
    font-style: italic;
    z-index: 5;
    position: relative;
}
.green1 .rub{
    font-size:18px;
    line-height: 5px;
}
.green1{
    color: #37cc70;
}
#settings td{
    padding:8px;
}
.interactive_shell2_options .js_href{
    color: #00b7f1;
    cursor: pointer;
    font-size:15px;
    padding: 5px 0;
}
.option_official_price{
    font-size:15px;
    padding: 5px 0;
}

.loading {
    display: none;
    padding: 20px;
    font-size: 25px;
    color: #676767;
    background: #FFFFFF;
    border: 1px solid #AEADAE;
    background-image: url("/image/icons/377.gif");
    width: 331px;
    background-repeat: no-repeat;
    background-position: 60px 17px;
}
.round{
    width:32px;
    height:32px;
    border-radius: 26px;
    overflow: hidden;
    box-sizing: content-box;
    display: inline-block;
    cursor:pointer;
    border:1px solid #aaa;
}
.round img{
    max-width:32px;
    max-height:32px;
}
.absolute1{
    display:inline-block;
    position:absolute;
    margin-top: 6px;
    margin-left: 15px;
    width: 174px;
}
.cursor1{
    cursor:pointer;
}
.pnt{
    width:75px;
    display: inline-block;
    overflow: hidden;
    margin:2px;
    border-radius:4px;
    height: 38px;
    cursor:pointer;
}
.pnt img{
    max-width:75px;
}
.no_padding{
    padding: 0px 0px 0px 8px !important;
}
.ui-slider .ui-slider-handle {
    width: 2.4em !important;
    height: 2.4em !important;
    margin-top: -6px !important;
    border-radius: 15px;
}
.named_trained_text{
    cursor: pointer;
    border-bottom: #00b7f1 1px solid;
    color: #00b7f1;
}

.interactive_shell2_options .parametr_input{
    border-radius: 5px;
    border: solid 1px #cccdcd;
    padding: 5px 10px;
    font-size: 15px;
    color: #051f2d;
    width: 100%;
    box-sizing: border-box;
}
.interactive_shell2_options .slider_value {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 27px;
}
.canvas-container{
   display: inline-block;
}
.content_interactive .foto_txt {
    font-size: 15px;
}
.content_interactive label {
    cursor: pointer;
}
.content_interactive .round_texture {
    width: 40px;
    height: 40px;
    border: solid 1px #cccdcd;
    border-radius: 24px;
    margin-right: 10px;
    display: inline-block;
}
.content_interactive .foto_txt {
    height: 42px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: var(--color-orange);
    text-decoration: underline;
}

/* <-- names */   


@media screen and (max-width: 1298px) {
    .data_shell .text_item {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .content_interactive .h1{
        display:block;
    }
    .interactive_canvas_grid_mobile {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .interactive_shell_grid {
        grid-template-columns: 100%;
    }
    .interactive_shell2_options .option_menu {
        width: 100%;
    }
    .min_width1000 {
        display: none !important;
    }
    .option_menu .option_active_menu {
        width: 100%;
        margin-top: 0px;
    }
}
@media screen and (max-width: 500px) {
    .interactive_shell2_options .js_href{
        padding: 5px 10px;
    }
    .interactive_shell2_options .js_href2{
        padding: 5px 10px;
    }
}