.style-switcher{width:800px;left:-800px;top:0px;background:#fff;height:100%;border-radius:0px;color:#333333;position:fixed;z-index:998;/*transition:left 0.3s ease;*/}
.style-switcher *{box-sizing:border-box;}
.style-switcher.active{left:0px;box-shadow:0px 0px 25px 0px rgba(0,0,0,0.4);transition:left 0.2s ease;z-index: 1101;}
.style-switcher.active.closes{left:-800px;transition:left 0.1s ease;box-shadow:none;}
.style-switcher > .top_block_switch{box-shadow: 0px 8px 13px 0px rgba(0,0,0,.1);position: absolute;right: -58px;top:119px;background:#e2e2e2;border-radius:0px 4px 4px 0px;transition: right ease 0.3s;}
.style-switcher > .close_block{position: absolute;top: 20px;right: 49px;transition: right ease 0.2s;}
.style-switcher.active > .close_block{right: -49px;transition: right ease 0.2s;}
.style-switcher > .close_block .closes{display:none;}
.style-switcher.closes > .close_block{right: 49px;opacity:0;}
.style-switcher > .close_block .svg{text-align: center;line-height: 38px;cursor:pointer;width: 40px;height: 40px;border-radius: 100%;top: -6px;left: 5px;}
.style-switcher > .close_block .svg:hover{background: #000;}
.style-switcher > .close_block .svg svg{vertical-align: middle;display: inline-block;}
.style-switcher > .close_block .svg svg path, .style-switcher > .close_block .svg.inline:hover svg path{fill:#fff;}
.style-switcher.active > .top_block_switch{right:0px;opacity:0;}
.style-switcher > .top_block_switch > .switch:first-of-type{margin-top:0px;border-top-right-radius:4px;}
.style-switcher > .top_block_switch > .switch:last-of-type{border-bottom-right-radius:4px;}
.style-switcher .right-block .inner-content .contents{height:100%;}
.style-switcher .right-block .inner-content .contents:not(.active):not(.wizard){display:none;}
.style-switcher .right-block .inner-content, .style-switcher .right-block .inner-content .contents.parametrs{position: relative;height: 100%;}
.style-switcher .switch{position:relative;background:#fff;width:58px;height:58px;line-height:54px;text-align:center;cursor:pointer;margin-top:1px;}
.style-switcher .switch .svg, .style-switcher .switch_presets .svg{min-width: auto;min-height:auto;position:static;}
.style-switcher .switch:not(:hover) .svg svg path{fill:#222;}
.style-switcher .switch svg{vertical-align:middle;margin-right:1px;}
.style-switcher .switch:hover svg path, .style-switcher .switch:hover .svg:hover svg path{fill:#fff;}
.style-switcher .switch_presets{position:absolute;top:86px;right:-58px;background:#e2e2e2;border-radius:0px 4px 4px 0px;width:58px;height:58px;line-height:54px;text-align:center;cursor:pointer;}
.style-switcher .switch_presets svg{vertical-align:middle;margin-right:1px;}
.style-switcher .switch_presets:hover svg path{fill:#fff;}
.style-switcher .switch.active,.style-switcher .switch_presets.active{background-color:#fff;}
.style-switcher .tooltip{cursor:default;left:100%;top:0;padding:0 0 0 20px;visibility:hidden;transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;-webkit-transition:opacity .3s ease;width:311px;}
body .style-switcher.active .switch .tooltip{opacity:0;transition:none;}
.style-switcher .switch:hover .tooltip, .style-switcher .switch_presets:hover .tooltip{opacity:1;visibility:visible;}
.style-switcher .tooltip > .wrap{padding:20px 25px 19px;background:#FFF;font-size:13px;line-height:20px;color:#333;border-radius:5px;text-align:left;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,0.25);box-shadow:0 5px 20px 0 rgba(0,0,0,0.25);}
.style-switcher .tooltip > .wrap::before{content:"";position:absolute;top:23px;left:8px;border:6px solid transparent;border-right:6px solid #FFF;}
.style-switcher .tooltip .title{font-size:16px;font-weight:700;}
.style-switcher .tooltip .text{color:#777;margin:10px 0 0;}
.style-switcher .tooltip .text:empty{display:none;}
.style-switcher .header{padding:23px 25px;background:#fff;border-bottom:1px solid #e3e3e3;margin-top:-81px;}
.style-switcher .header .title{display:none;float:left;font-size:18px;line-height:35px;white-space:nowrap;font-weight:bold;color:#333;}
.style-switcher .header .title svg{margin:7px 19px 0 0;float:left;}
.style-switcher .header .title svg path{fill:#333;}
.style-switcher .header .buttons{float:right;font-size:0;}
.style-switcher .header .header-inner{color:#333;text-align:center;text-transform:uppercase;padding:0 17px 0;cursor:pointer;border-radius:4px;font-size:10px;line-height:37px;vertical-align:middle;display:inline-block;border:1px solid #e1e1e1;letter-spacing:0.8px;}
.style-switcher .header .header-inner svg{margin:0px 12px 0px 0px;position:relative;top:2px;}
.style-switcher .header .header-inner svg path{fill:#333;}
.style-switcher .header .header-inner:hover svg{-webkit-animation:spinner .5s ease-out 1;animation:spinner .5s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;}

.style-switcher .header.can_save .header-inner{margin-right:10px;}
.style-switcher .header.can_save .save_btn{background:#eee;border-radius:4px;font-size:10px;text-transform:uppercase;line-height:39px;padding:0 18px;cursor:pointer;height:39px;vertical-align:middle;display:inline-block;letter-spacing:0.8px;}
.style-switcher .header.can_save .save_btn:hover, .style-switcher .header .header-inner:hover{color:#fff;}
.style-switcher .header.can_save .save_btn svg{margin:0px 12px 0px 0px;position:relative;top:3px;}
.style-switcher .header.can_save .save_btn svg path{fill:#333;}
.style-switcher .header.can_save .save_btn:hover svg path, .style-switcher .header .header-inner:hover svg path{fill:#fff;}
.style-switcher .action_block.can_save .save_config_status{display:none;text-align:center;position:absolute;top:9px;color:#fff;text-align:center;background:#28b71d;text-transform:none;padding: 5px 10px 6px;
left: 9px;right: 9px;border-radius:4px;font-size:14px;line-height:24px;}
.style-switcher .action_block.can_save .save_config_status.error{background:#e62222;}
.style-switcher .action_block.can_save .save_config_status span{display:inline-block;position:relative;padding:0px 0px 0px 22px;}
.style-switcher .action_block.can_save .save_config_status span:before{content:"";position:absolute;top:50%;left:0px;background:url('images/apply_settings_ok.svg') 0px 1px no-repeat;width:20px;height:16px;margin-top:-9px;}
.style-switcher .action_block.can_save .save_config_status.error span:before{background:url('images/apply_settings_error.svg') 0px 0px no-repeat;}

/*bottom banner*/
.style-switcher .left-block.with-banner{padding-bottom:72px;}
.style-switcher .banner-block{position: absolute;bottom: 0px;z-index: 1;left:0px;}
.style-switcher .banner-block img{max-width: 100%;}

.style-switcher-body{height:100%;position:relative;}
.style-switcher-body>div{height:100%;position:relative;}
.style-switcher .presets_block{/*position:absolute;left:0;top:0;*/width:100%;z-index:10;background-color:#fff;height:100%;display:block;position:relative;}
.style-switcher .presets.active{display:block;}
.style-switcher .presets .options{/*padding:10px 32px 30px;*/height:100%;transition: opacity 0.3s ease;}
.style-switcher .presets .options:not(.active){/*display:none;*/height: 0px;opacity: 0;visibility: hidden;}
.style-switcher .presets .options .items{display:flex;flex-wrap:wrap;flex-direction:row;padding: 10px 28px 30px;}
.style-switcher .presets .options .item{margin:0 0 16px 0;padding:0 8px;}

.style-switcher .presets{padding-top: 91px;}
.presets .presets_subtabs{border:1px solid #e3e3e3;border-radius: 4px;overflow:hidden;margin:-66px 40px 30px;font-size:0px;}
.presets .presets_subtabs .presets_subtab{display:inline-block;width:50%;vertical-align:top;font-size: 12px;padding: 17px 20px 14px 47px;position:relative;}
.presets .presets_subtabs .presets_subtab:not(.active){background:#f8f8f8;cursor:pointer;}
.presets .presets_subtabs .presets_subtab:first-of-type:before{content:"";display:block;width:1px;position:absolute;top:0px;bottom:0px;right:0px;background:#e3e3e3;}
.presets .presets_subtabs .presets_subtab:after{content:"";display:block;height: 2px;position:absolute;left:0px;bottom:0px;right:100%;background:none;transition:right 0.3s ease;}
.presets .presets_subtabs .presets_subtab.active:after{right:0px;}

.presets .presets_subtabs .presets_subtab .title{font-size:9px;text-transform:uppercase;letter-spacing: 0.5px;line-height: 14px;}
.presets .presets_subtabs .presets_subtab .title .svg{min-width:auto;min-height:auto;position: absolute;top: 16px;left: 19px;}
.presets .presets_subtabs .presets_subtab .title .svg:hover path{fill:#222;}
.presets .presets_subtabs .presets_subtab .desc{font-weight:bold;font-size:14px;line-height: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.presets .presets_block .thematik .item{padding:0px 12px;text-align:center;margin-bottom:24px;}
.presets .presets_block .thematik .item .inner{padding:15px 15px 20px;background:#f0f0f0;border-radius:4px;transition:background 0.1s ease;position:relative;}
.presets .presets_block .thematik .item:not(.active) .inner:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.15);background:#fff;}
.presets .presets_block .thematik .item .inner:hover{cursor:pointer;}
.presets .presets_block .thematik .item .img{height:165px;display: table;width: 100%;position: relative;}
.presets .presets_block .thematik .item .img .img_inner{display: table-cell;vertical-align: middle;text-align: center;}
.presets .presets_block .thematik .item .img img{margin: auto;position: relative;}
.presets .presets_block .thematik .item .title{color:#333333;font-weight:bold;font-size:13px;padding:21px 0px 1px;}
.presets .presets_block .thematik .item.active .inner .img:before{content:"";display:block;position:absolute;left:0px;right:0px;bottom:0px;top:0px;background:url('images/svg/check_theme.svg') center no-repeat;opacity:0.3;}
.presets .presets_block .thematik .item.active .inner .title{color:#fff;}

.presets .presets_block .conf .item{padding:0px 11px;text-align:center;margin-bottom:24px;}
.presets .presets_block .conf .item .image{box-shadow:0px 0px 0px 1px inset #e8e8e8;border-radius:4px;border:1px solid #fff;padding:1px;position:relative;overflow: hidden;}
.presets .presets_block .conf .preset-block.current{padding:0px;}
.presets .presets_block .conf .preset-block.current .image{box-shadow:0px 0px 0px 1px inset #e8e8e8;border-color:#e8e8e8;}
.presets .presets_block .conf .preset-block .image img{width: 100%;}

.presets .presets_block .conf .preset-block.current .action_btn, .presets .presets_block .conf .preset-block:not(.current) .checked_wrapper{display:none}
.presets .presets_block .conf .preset-block:not(.current):hover .action_btn{display:block;}
.presets .presets_block .conf .preset-block .action_btn > div{position:absolute;transition:all ease 0.2s;display:block;left:0px;right:0px;}
.presets .presets_block .conf .preset-block .action_btn .apply_conf_block{top:-40px;}
.presets .presets_block .conf .preset-block:hover .action_btn .apply_conf_block{top:20px;top:50%;margin-top:-45px;}
.presets .presets_block .conf .preset-block .action_btn .preview_conf_block{bottom:-40px;}
.presets .presets_block .conf .preset-block:hover .action_btn .preview_conf_block{bottom:36px;bottom:50%;margin-bottom:-45px;}
.presets .presets_block .conf .preset-block:hover .action_btn .apply_conf_block.hidden+.preview_conf_block{margin-bottom:-20px;}
.presets .presets_block .conf .preset-block .checked_wrapper{position:absolute;width:60px;height:60px;border-radius:100%;border:3px solid rgba(255,255,255,0.5);overflow: hidden;
	top:50%;left: 50%;margin: -30px 0px 0px -30px;}
.presets .presets_block .conf .preset-block .checked{width:100%;height:100%;}
.presets .presets_block .conf .preset-block .checked .svg{position: absolute;top: 50%;left: 50%;margin: -11px 0px 0px -12px;}
body .presets .presets_block .svg.inline svg path{fill:#fff;}
.presets .presets_block .svg, .dynamic_left_side .svg{min-width:auto;min-height:auto;}
.presets .presets_block .btn{border-radius: 20px;font-size: 10px;text-transform: uppercase;letter-spacing: 0.5px;line-height: 20px;}
.presets .presets_block .conf .preset-block .status_btn .btn{width: 188px;padding-top: 9px;height: 40px;line-height: 22px;}
.presets .presets_block .conf .preset-block .action_btn .svg, .presets .presets_block .dynamic_left_side .svg.svg-inline-choose{margin-right:10px;}
.presets .presets_block .conf .preset-block .status_btn .preview_conf_block .btn svg path{fill:#333;}
.presets .presets_block .conf .preset-block .status_btn .preview_conf_block .btn:hover svg path{fill:#fff;}
.presets .presets_block .btn.btn-default.white:not(.grey):not(:hover){border-color:#fff;color:#333 !important;}
.presets .presets_block .conf .preset-block .description, .presets .presets_block .conf .preset-block .closes{display:none;}

.style-switcher .inner-wrapper{counter-reset: counter-blocks;}
.style-switcher .inner-wrapper .option-wrapper{background:#fff;position:relative;}
.style-switcher .option-wrapper.no_drag .drag{display:none;}
.style-switcher .option-wrapper .drag{opacity:0.4;text-align: center;position:absolute;right:13px;top:18px;width:20px;height:20px;cursor: move;cursor: -webkit-grabbing;}
.style-switcher .option-wrapper .drag .svg{background:url('images/svg/drag.svg') 0px 0px no-repeat;min-width: 5px;min-height: 17px;top: -2px;}
.style-switcher .option-wrapper.sortable-chosen .drag, .style-switcher .option-wrapper .drag:hover{opacity:1;}
.style-switcher .inner-wrapper .option-wrapper.sortable-ghost, .style-switcher .inner-wrapper .option-wrapper.sortable-fallback{border-bottom-width:0px;}
.style-switcher .inner-wrapper .option-wrapper.sortable-fallback{border:1px solid #e2e2e2;border:none !important;box-shadow:0px 0px 0px 1px #e2e2e2 inset;opacity:1 !important;}
.sortable-ghost{height:63px;}
.sortable-ghost > *, .sortable-ghost .template_block{display:none !important;}
.style-switcher .inner-wrapper .option-wrapper:not(.sortable-fallback) table tr td:first-child .blocks:before{counter-increment: counter-blocks;content: counter(counter-blocks);display:block;}
.style-switcher .inner-wrapper .option-wrapper.sortable-fallback table tr td:first-child .blocks:before{content: "-";display:block;}

.dynamic_left_side{position: absolute;right:100%;transition:right 0.2s ease;z-index: 11;background: #fff;overflow: hidden;top:0px;height:100%;width: 616px;}
.dynamic_left_side.active{right:0px;}
.dynamic_left_side .items_inner{padding: 0px 40px 30px;}
.dynamic_left_side .items_inner .titles_block{font-weight:bold;font-size:14px;position:relative;margin-bottom:23px;}
.dynamic_left_side .items_inner .titles_block:before{content:"";display:block;height:1px;left:0px;right:0px;top:50%;background:#f1f1f1;position:absolute;}
.dynamic_left_side .items_inner .titles_block:after{content:"";display:table;height:1px;clear:both;}
.dynamic_left_side .items_inner .titles_block .title{float:left;padding:9px 40px 0px 30px;}
.dynamic_left_side .items_inner .titles_block .title:before{content:"";display:block;height:20px;width:17px;left:0px;top:10px;background:url('images/svg/fastview.svg') 0px 5px no-repeat;position:absolute;}
.dynamic_left_side .items_inner .titles_block > div{position:relative;background: #fff;}
.dynamic_left_side .cl{float:right;width:38px;height:38px;border-radius:100%;cursor:pointer;position:relative;}
.dynamic_left_side .items_inner .titles_block .cl{float:right;}

.style-switcher .contents.wizard{width:616px;position:absolute;transition:right 0.2s ease;z-index:23;background:#fff;overflow:hidden;top:0px;height:100%;padding:33px 40px 33px 40px;color:#666;}
.style-switcher .contents.wizard:not(.active){display:block;right:100%;}
.style-switcher .contents.wizard.active{right:0;}
.style-switcher .contents.wizard .title{font-size:20px;color:#333;font-weight:bold;line-height:30px;}
.style-switcher .contents.wizard blockquote{color:#666;font-size:13px;margin:15px 0 19px 0;}
.style-switcher .contents.wizard blockquote b{color:#333;}
.style-switcher .contents.wizard blockquote:before{width:2px;top:18px;bottom:15px;}
.style-switcher .contents.wizard .actions{text-align:center;margin:40px 0 0 0;}
.style-switcher .contents.wizard .btn{text-transform:uppercase;padding:13px 27px 14px 27px;border-radius:40px;margin:0 7px 7px;}
.style-switcher .contents.wizard .variants{border:1px solid #e3e3e3;border-radius:3px;}
.style-switcher .contents.wizard .variant{padding:26px 29px 31px 64px;background-color:#fbfbfb;position:relative;}
.style-switcher .contents.wizard .variant+.variant{border-top:1px solid #e3e3e3;}
.style-switcher .contents.wizard .variant.active{background-color:#fff;}
.style-switcher .contents.wizard .variant .checkbox{width:20px;height:20px;position:absolute;left:28px;top:28px;border:1px solid #d7d7d7;border-radius:10px;margin:0;padding:0;}
.style-switcher .contents.wizard .variant.active .checkbox{border-width:5px;}
.style-switcher .contents.wizard .variant .subtitle{color:#333;font-weight:bold;margin:0 0 7px 0;}
.style-switcher .contents.wizard .variant .note{color:#777;line-height:20px;font-size:13px;}
.style-switcher .contents.wizard .variant .form-control{margin:20px 0 0 0;}
.style-switcher .contents.wizard .variant .form-control label{margin-bottom:5px;color:#333;}
.style-switcher .contents.wizard .variant .form-control label .star{margin:0 0 0 4px;}
.style-switcher .contents.wizard .variant .form-control select,.style-switcher .contents.wizard .variant .form-control input[type=text]{padding:9px 13px 9px;background-color:#fbfbfb;border-color:#e5e5e5;border-radius:2px;}

.contents.parametrs .dynamic_left_side .cl{position:absolute;top:40px;right:40px;}
.contents.parametrs .dynamic_left_side .cl:hover svg path{fill:#fff;}
.contents.parametrs .dynamic_left_side .items_inner{padding:53px 40px 30px 40px;}
.contents.parametrs .dynamic_left_side .items_inner .top_title{font-size:24px;color:#222;font-weight: bold;line-height: 30px;margin-bottom: 25px;}
.contents.parametrs .dynamic_left_side .items_inner .description{font-size:15px;color:#777777;line-height: 26px;padding-bottom: 13px;}
.contents.parametrs .dynamic_left_side .items_inner iframe{width:100% !important;}
.contents.parametrs .dynamic_left_side .items_inner .bottom_description{padding-top:30px; font-size:15px;}
.contents.parametrs .dynamic_left_side .items_inner .bottom_description svg{margin-right: 20px;}
.contents.parametrs .dynamic_left_side .items_inner .bottom_description a:hover svg path{fill:#333;}

.dynamic_left_side .cl:not(:hover){box-shadow:0px 0px 0px 1px rgba(184,184,184,0.35) inset;}
body .dynamic_left_side .cl:not(:hover) .svg.inline path{fill:#b8b8b8;}
.dynamic_left_side .cl .svg{position: absolute;top: 50%;left: 50%;margin:-6px 0px 0px -6px;}
.dynamic_left_side .items_inner .titles_block .ch{margin-right:20px;}
.dynamic_left_side .items_inner .titles_block .ch .btn{width:129px;height: 38px;line-height: 12px;}
.dynamic_left_side .items_inner .titles_block .blocks_wrapper{padding-left: 40px;background:#fff;}
.dynamic_left_side .items_inner .titles_block .blocks_wrapper, .dynamic_left_side .items_inner .titles_block .blocks_wrapper > div{float:right;}
.dynamic_left_side .items_inner .desc{color:#777777;font-size:13px;}
.dynamic_left_side .items_inner .img{padding-top: 34px;}
.dynamic_left_side .items_inner .img img{max-width:100%;max-height:100%;}

.presets .presets_block .conf .preset-block:not(.current):hover .image{cursor:pointer;box-shadow:0px 0px 15px rgba(0,0,0,0.15);}
.presets .presets_block .conf .preset-block:not(.current):hover .info{cursor:pointer;}
.presets .presets_block .conf .preset-block:not(.current):hover .image:before{content:"";position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:#000;opacity:0.7;}
.presets .presets_block .conf .preset-block .title{padding: 12px 10px;font-weight:bold;}

.style-switcher .options .link-item.preset-block{padding:29px 29px 22px;position:relative;display:block;height:100%;border:1px solid #e2e2e2;margin:0;}
.style-switcher .options .preset-block.current{border-width:2px;padding:28px 28px 21px;}
.style-switcher .options .link-item.preset-block .image{text-align:center;width:258px;max-height:191px;overflow:hidden;margin:0 auto 15px;max-width:100%;}
.style-switcher .options .link-item.preset-block .image img{vertical-align:middle;max-height:100%;max-width:100%;border:1px solid #e3e3e3;border-radius:2px;margin:0 auto;}
.style-switcher .options .link-item.preset-block .info{text-align:center;}
.style-switcher .options .link-item.preset-block.no_img .info{padding-left:0;margin-top:0;}
.style-switcher .options .link-item.preset-block .title{font-weight:bold;color:#333;margin:0;font-size:13px;line-height:18px;}
.style-switcher .options .link-item.preset-block .description{color:#777;margin:3px 0 0;font-size:13px;line-height:20px;}
.style-switcher .options .link-item.preset-block .info .icon{right:30px;top:30px;position:absolute;display:block;width:32px;height:32px;border:1px solid #eaeaea;border-radius:50%;transition:border .3s ease,background .3s ease;-moz-transition:border .3s ease,background .3s ease;-ms-transition:border .3s ease,background .3s ease;-o-transition:border .3s ease,background .3s ease;-webkit-transition:border .3s ease,background .3s ease;}
.style-switcher .options .link-item.preset-block .info .icon svg{top:10px;position:absolute;left:9px;}
.style-switcher .options .link-item.preset-block:hover .info .icon path{fill:#fff;}
.style-switcher .left-block{float:left;width:184px;min-height:100%;background:#f0f0f0;height:100%;overflow:hidden;position:relative;}
.style-switcher .left-block .section-block{font-weight:bold;font-size:13px;line-height:16px;padding:20px 15px 24px 49px;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;border-color: #f0f0f0;text-transform:none;position:relative;margin-right: 1px;}
.style-switcher .left-block .section-block .svg{content:"";position:absolute;top:20px;left:21px;display:block;min-width:auto;min-height:auto;}
.style-switcher .left-block .section-block .svg:hover path{fill:#222;}
.style-switcher .left-block .section-block.active{background:#fff;margin-right:-1px;z-index:2;border-color: #e3e3e3;}
.style-switcher .left-block .section-block.active:first-of-type{border-top-color: #fff;}
.style-switcher .left-block .section-block:hover:not(.active){background:#f8f8f8;}
.style-switcher .left-block .section-block.active:before{content:"";position:absolute;top:0px;width:2px;height:100%;background:#e2e2e2;left:0px;}
.style-switcher .left-block .section-block:not(.active):hover{cursor:pointer;border-color: transparent;}
.style-switcher .left-block .section-block:not(.active) .subitems{display:none;}
.style-switcher .left-block .section-block .subitems{padding: 12px 0px 0px;}
.style-switcher .left-block .section-block.parametrs_tab{padding-bottom: 16px;}
.style-switcher .left-block .section-block .subitems .subsection-block{padding:8px 0px;font-weight: normal;cursor:pointer;position:relative;}
.style-switcher .left-block .section-block .subitems .subsection-block.active{font-weight: bold;cursor: default;}
.style-switcher .left-block .section-block .subitems .subsection-block.active:before{content:"";display:block;position:absolute;top:14px;left:-11px;width:5px;height:5px;background:#ddd;border-radius:100%;}
.style-switcher .left-block::after{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;background:#e3e3e3;}
.style-switcher .right-block{height:100%;overflow:hidden;}
.style-switcher .right-block .content-body{padding:25px 40px 0px 40px;background:#fff;border-left:1px solid #e3e3e3;margin-left:-1px;}
.style-switcher .right-block .block-item{display:none;}
.style-switcher .right-block .block-item.active{display:block;padding-bottom:20px;}
.style-switcher .right-block .block-item .item{padding:0px 0px 23px;margin:0px 0px 25px;border-bottom:1px solid #f3f3f3;position:relative;}
.style-switcher .right-block .block-item .item.BASE_COLOR{border-bottom-color:#fff;position:relative;}
.style-switcher .right-block .block-item .item.BASE_COLOR:after{content:"";display:block;background:#f3f3f3;position:absolute;bottom:0px;left: -40px;right: -29px;height: 1px;}
.style-switcher .right-block .block-item .item:last-of-type{margin-bottom:0px;}
.style-switcher .right-block .with-action-block .block-item .item:last-of-type, .style-switcher .with-action-block .presets .options .items{margin-bottom:25px;}
.style-switcher .right-block .block-item .item.borders{border-top:1px solid #f3f3f3;border-bottom-width:0px;margin:21px 0px 0px;padding:23px 0px 4px;}
.style-switcher .right-block .block-item .item > .title, .style-switcher .right-block .block-item .item > .picker > .title{font-size:12px;font-weight:bold;padding:0px 0px 12px;text-transform:uppercase;letter-spacing:0.5px;}
.style-switcher .right-block .block-item .item > .title.with-border{padding:23px 0px 0px;margin:25px 0px 0px;border-top:1px solid #f3f3f3;}
.style-switcher .right-block .block-item .item .pull-left + .title{padding-left:85px;padding-top:6px;padding-right:20px;}
.style-switcher .right-block .block-item .item.borders .pull-left + .title{padding-top:12px;padding-bottom:11px;}
.style-switcher .right-block .block-item .item .options{font-size:0px;min-height:33px;}
.style-switcher .right-block .block-item .item .options.dependent{padding:10px 0px 0px;}
.style-switcher .right-block .block-item .item .options > div{font-size:12px;display:inline-block;vertical-align:top;float:none;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_FIXED"] > .link-item,
.style-switcher .right-block .block-item .item .options[data-code="FOOTER_TYPE"] > .link-item,
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] > .link-item{display:inline-block;width: 100%;}

.style-switcher .right-block .block-item .item .options .subs{
    padding: 0px 5px 6px;
    position: relative;
}
.style-switcher .right-block .block-item .item .options .subs .imgs > div{display:inline-block;vertical-align:top;font-size:10px}
.style-switcher .right-block .block-item .item .options .subs .imgs > .titles{position: relative;}
.style-switcher .right-block .block-item .item .options .subs .imgs > .titles > span{padding-left:20px;}
.style-switcher .right-block .block-item .item .options .subs .imgs[class*=BIG_BANNER_INDEX_MORE_HEIGHT] > .titles:before {background:url('images/high_banner.svg') 0px 0px no-repeat;}
.style-switcher .right-block .block-item .item .options .subs .imgs > .titles:before{content:"";position: absolute;background:url('images/hatch_circle.svg') 0px 0px no-repeat;width: 10px;
    height: 10px;top: 4px;}
.style-switcher .right-block .block-item .item .options .subs .imgs > div:last-of-type{position: absolute;right: 5px;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] .subs{padding: 10px 15px 5px 25px;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] .subs .sub-item {position: relative;margin-bottom: 10px;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] .subs .sub-item:last-of-type {margin-bottom: 0;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] .subs .imgs > div:last-of-type{right:auto;left:3px;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] .subs .imgs .titles:before{display:none;}
.style-switcher .right-block .block-item .item .options[data-code="HEADER_TYPE"] .subs .imgs .titles > span{padding-left:43px;}
.style-switcher .right-block .block-item .item .options .subs .imgs .on-off-switch-track{margin-top: -7px !important;height: 13px !important;}
.style-switcher .right-block .block-item .item .options .subs .imgs .on-off-switch-track .on-off-switch-track-on,
.style-switcher .right-block .block-item .item .options .subs .imgs .on-off-switch-track .on-off-switch-track-off{height: 13px !important;}

.style-switcher .right-block .block-item .item.BASE_COLOR, .style-switcher .right-block .block-item .item.BGCOLOR_THEME{font-size:0px;}
.style-switcher .right-block .block-item .item > .ext_hint_title{position: absolute;right: 0px;top: 0px;font-size:12px;cursor:pointer;}
.style-switcher .right-block .block-item .item > .ext_hint_desc{display:none;}
.style-switcher .right-block .block-item .item > .picker_wrapper{width: 65%;}
.style-switcher .right-block .picker{display: inline-block;vertical-align: top;width: 35%;}
.style-switcher .right-block .block-item .item .custom_block.picker .base_color{display:block;padding:0px 10px 0px 0px;}
.style-switcher .right-block .custom_block.picker .base_color .vals{position: absolute;top: 5px;left: 14px;bottom: 5px;height: auto;right: 53px;width: auto;background:none !important;font-size:13px;line-height: 24px;color:#cfcfcf;}
.style-switcher .right-block .custom_block.picker .base_color.current .vals{color:#333;}

.style-switcher .right-block .block-item .item .options .rows{margin-left:-8px;margin-right:-8px;display:block;font-size:0px;display: flex;flex-direction: row;flex-wrap: wrap;}
.style-switcher .right-block .block-item .item.groups .rows{margin:0px;display:block;font-size:0px;border:1px solid #e2e2e2;border-radius:4px;border-bottom:none;}
.style-switcher .right-block .block-item .item .rows > div{padding-left:8px;padding-right:8px;float:none;display:inline-block;vertical-align:top;margin-bottom: 15px;}
.style-switcher .right-block .block-item .item.groups .rows > div{padding:0px;margin-bottom: 0;}
.style-switcher .right-block .block-item .item.groups .link-item{font-size:13px;border:none;border-bottom:1px solid #e2e2e2;margin:0px;box-shadow:none;padding:18px 23px 23px;border-radius:0px;}
.style-switcher .right-block .block-item .item.groups .link-item:not(.disabled),
.style-switcher .right-block .block-item .item.groups .link-item.disabled:hover {background-color: #fff;}
.style-switcher .right-block .block-item .item.groups .link-item.disabled{background:#fbfbfb;}
.style-switcher .right-block .block-item .item.groups .link-item .img{padding:15px 0px 0px;}
.style-switcher .right-block .block-item .item.groups .link-item .input{min-height:22px;padding:20px 0px 0px;}
.style-switcher .right-block .block-item .item.groups .link-item .input .on-off-switch{margin:auto;}
.style-switcher .right-block .block-item .item.groups .link-item img{margin:auto;}

.style-switcher .right-block .block-item .item .options .group{display:block;/*background:url("images/dott.png") 0px 16px repeat-x;*/padding:0px 0px 4px;position:relative;}
.style-switcher .right-block .block-item .item .options .group:before{content:"";display:block;background:#ececec;height:1px;position:absolute;top:16px;left:0px;right:0px;}
.style-switcher .right-block .block-item .item .options .group:last-of-type{padding-bottom:0px;}
.style-switcher .right-block .block-item .item .options .group .title{font-size:13px;float:left;padding:3px 10px 0px 0px;background:#fff;max-width:100px;position: relative;}
.style-switcher .right-block .block-item .item .options .group .values{padding:0px 0px 0px 132px;position: relative;}
.style-switcher .right-block .block-item .item .options .group .values .inner-values{background:#fff;padding:0px 0px 0px 10px;font-size:0px;}
.style-switcher .right-block .block-item .item .options input[type=checkbox]{display:none;}
.style-switcher .options .base_color > span{border-radius:100%;background:#fff;overflow:hidden;padding:5px;width:38px;height:38px;margin:0px 7px 7px 0px;border:1px solid #e2e2e2;display:block;cursor:pointer;}
.style-switcher .options .base_color:not(.current) > span:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.15);border-color:#fff;}
.style-switcher .options > div.base_color.current > span, .style-switcher .options > div.base_color.current > span:hover{border:2px solid #333;padding:4px;background:#fff;}
.style-switcher .options .base_color span span{border-radius:100%;display:block;width:100%;height:100%;}

.style-switcher .right-block .block-item .item .sup-params .template_block{padding-left:31px;}
.style-switcher .right-block .block-item .item .sup-params .template_block .item{margin:0px;border-bottom: none;padding: 5px 0px 0px;display:none;}
.style-switcher .right-block .block-item .item .sup-params .subtitle span{border-bottom:1px dotted;cursor:pointer;display:inline-block;line-height: 16px;}

.style-switcher .options .base_color_custom{position:relative;}
/*.base_color_custom > span, */.base_color_custom > span span{background-image:url("images/color_picker.png") !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:15px 15px !important;}
.style-switcher .options .base_color_custom > span{border-radius:4px;width:100%;position:relative;}
.style-switcher .options .base_color_custom > span span{border-radius:3px;float:right;width:35px;}

.style-switcher .options .link-item{display:inline-block;vertical-align:top;font-size:13px;line-height:20px;color:#212121;
	background: #fbfbfb;padding:5px 15px 6px;border:1px solid #e2e2e2;border-radius:4px;cursor:pointer;margin:0px 10px 10px 0px;}
.style-switcher .options:not([data-code="FONT_STYLE"]) .link-item:not(.block){padding-top:9px;padding-bottom:9px;}
.style-switcher .options .link-item.block{display:block;margin-bottom:14px;padding:9px 19px 9px 19px;margin-right:0px;height:100%;}
.style-switcher .options .link-item.block .inner-table-block span{text-align:left;}
.style-switcher .options .link-item.block:last-of-type{margin-bottom:15px;}
.style-switcher .options .link-item.current:not(.block):not(.preset-block){color:#fff;border-color:transparent;}
.style-switcher .options .link-item.current.block{border-width:2px;padding:8px 18px 8px 18px;}
.style-switcher .options .link-item:not(.current):hover{box-shadow:0px 0px 15px rgba(0,0,0,0.15);border-color:#fbfbfb;background:#fff;}
.style-switcher .options .link-item img, .style-switcher .options .link-item span{display:block;text-align:center;}
.style-switcher .options .rows .link-item span.title{margin:0px -10px;padding-top:7px;}
.style-switcher .options .rows .link-item[data-option-value="POPUP_REGIONS_SMALL"] span.title,
.style-switcher .options .rows .link-item[data-option-value="SELECT"] span.title{min-height:47px;}
.style-switcher .options .link-item img{max-width:100%;max-height:100%;margin:auto;}
.style-switcher .options .link-item span + span{padding:5px 0px;}
.style-switcher .options .rows .link-item span + span{padding:15px 4px;}
.style-switcher .options .link-item .inner-table-block{display:table-cell;vertical-align:middle;}
.style-switcher .options .link-item .inner-table-block:first-of-type{width:10px;padding:0px 20px 0px 0px;}
.style-switcher .options .link-item .inner-table-block img{max-width:100%;}
.style-switcher .options .link-item.block[data-option-value="10"] .inner-table-block:first-of-type{padding-right:13px;}

.style-switcher .right-block .block-item .item.groups-tab .tabs{margin:0px;}
.style-switcher .right-block .block-item .item.groups-tab .tabs ul{margin:0px 0px 39px;border-bottom: 1px solid #ececec;}
.style-switcher .right-block .block-item .item.groups-tab .tabs ul li{margin:0px 28px 0px 0px;}
.style-switcher .right-block .block-item .item.groups-tab .tabs ul li:last-of-type{margin-right: 0px;}
.style-switcher .right-block .block-item .item.groups-tab .tabs li.active:after{bottom:-1px;}
#main .style-switcher .right-block .block-item .item.groups-tab .tabs li.active a{color: #333;}
.style-switcher .right-block .block-item .item.groups-tab .tabs li a{display: block; padding: 9px 0px 20px;font-weight: bold;}
.style-switcher .right-block .block-item .item.groups-tab .tabs li:not(.active):not(:hover) a{color: #999;}
.style-switcher .right-block .block-item .item.groups-tab{border-bottom: none;}

.style-switcher .sup-params.options{display:none;}
.style-switcher .sup-params.options.active{display:block;}
.style-switcher .block-title{padding:5px 0px;}
.style-switcher .block-title .dotted-block{display:inline-block;border-bottom:1px dotted;cursor:pointer;font-size:13px;line-height:16px;}
.style-switcher .block-title .dotted-block:hover{color:#333;}
.style-switcher .right-block .block-item .item .sup-params.options > .block-title{display:none;}
.style-switcher .right-block .block-item .item .sup-params.options .values{display:block;margin:5px 0px;border:1px solid #e2e2e2;border-radius:4px;}
.style-switcher .right-block .block-item .item .sup-params.options .values .option-wrapper{border-bottom:1px solid #e2e2e2;padding:10px 50px 10px 25px;}
.style-switcher .right-block .block-item .item .sup-params.options .values .option-wrapper:first-of-type{border-radius:4px 4px 0px 0px;}
.style-switcher .right-block .block-item .item .sup-params.options .values .option-wrapper:last-of-type{border-bottom-width:0px;border-radius:0px 0px 4px 4px;}
.style-switcher .right-block .block-item .item .sup-params.options .values .option-wrapper.disabled{background:#fbfbfb;opacity:1;}
.style-switcher .right-block .block-item .item .sup-params.options .values table{width:100%;}
.style-switcher .right-block .block-item .item .sup-params.options .values td{vertical-align:middle;}
.style-switcher .right-block .block-item .item .sup-params.options .values .disabled td{opacity:0.5;}
.style-switcher .right-block .block-item .item .sup-params.options .values table td:first-child{width:30px;}
.style-switcher .right-block .block-item .item .sup-params.options .values table td:last-child{width:125px;text-align:right;opacity:1;position:relative;}
.style-switcher .right-block .block-item .item .sup-params.options .values table .on-off-switch{display:inline-block;vertical-align:middle;}
.style-switcher .right-block .block-item .item .sup-params.options .values .apply-block{padding:20px 25px 19px;text-align:center;}
.style-switcher .right-block .block-item .item .sup-params.options .values .apply-block .btn{font-size:13px;}
.style-switcher .btn-ajax-block{position:absolute;top:0px;right:-81px;opacity:0;display:none;}
.style-switcher .btn-ajax-block .btn{margin:0px;font-size:13px;}

.style-switcher .right-block .block-item .item .sup-params.options .filter{position:absolute;top:6px;left:-20px;}
body .filter.sm input[type="checkbox"] + label:before, body .filter.sm input[type="checkbox"] + label:after{width:15px;height:15px;top:7px;left: 10px;margin:0px;}
body .filter.sm input[type="checkbox"]:checked + label:after{background-position: 3px 4px;background-image: url('images/svg/check_background.svg');}

.style-switcher .right-block .block-item .item .sup-params.options > .templates_block{display:none;padding-top:40px;}
.style-switcher .right-block .block-item .item .sup-params.options.active > .templates_block{display:block;}
.style-switcher .right-block .block-item .item.INDEX_TYPE{border-bottom:none;}
.style-switcher .right-block .block-item .item.INDEX_TYPE > .title, .style-switcher .right-block .block-item .item.INDEX_TYPE > .options{display: none;}

.style-switcher .right-block .action_block{position: absolute;bottom: 0px;background: #fff;display: block;left: 0px;right: 0px;z-index: 22;height:53px;box-shadow:0px 5px 20px 0px rgba(0,0,0,0.3);text-align: center;}
.style-switcher .right-block .action_block .header-inner{display:inline-block;padding: 16px 16px 15px;cursor:pointer;}
.style-switcher .right-block .action_block .header-inner .svg{min-width: auto;min-height: auto;margin-right: 10px;}
.style-switcher .right-block .action_block .header-inner.reset:hover svg{-webkit-animation:spinner .5s ease-out 1;animation:spinner .5s ease 1;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;}

.style-switcher .tooltip-link{background:#efefef;border:1px solid #e2e2e2;font-size:10px;font-weight:normal;padding:0px;margin:0px 0px 0px 10px;border-radius:50%;color:#333;width:15px;height:15px;display:inline-block;line-height:14px;text-align:center;position:relative;top:-1px;cursor:pointer;}
.style-switcher .tooltip{visibility:hidden;background:none;box-shadow:none;max-width:none;}
.style-switcher .tooltip:after{display:none;}
.style-switcher .tooltip.fade.in{opacity:1;visibility:visible;}
.style-switcher .tooltip.fade.top .tooltip-arrow{border-top-color:#fff;}
.style-switcher .tooltip.fade.right .tooltip-arrow{border-right-color:#fff;}
.style-switcher .tooltip.fade.bottom .tooltip-arrow{border-bottom-color:#fff;}
.style-switcher .tooltip.fade .tooltip-inner{color:#666666;font-size:13px;line-height:20px;text-transform:none;background:#fff;box-shadow:0px 0px 25px rgba(0,0,0,0.2);font-weight:normal;padding:18px 20px;max-width:290px;text-align:left;letter-spacing:0px;}
.style-switcher .tooltip-link:hover{color:#fff;}

.sp-container.custom_picker_container{background:#4b5b62 none repeat scroll 0 0;border:1px solid #3e484e;box-shadow:-5px 10px 30px #2c393f;left:0px !important;position:absolute !important;top:auto !important;z-index:3002;/*height:240px;*/}
.sp-container.custom_picker_container .sp-input{background:#f7f7f7 none repeat scroll 0 0;}
.sp-replacer.custom_picker_replacer{display:none;}
.sp-container.custom_picker_container .sp-picker-container{border:none;}
.sp-container.custom_picker_container .sp-choose{width:73px;background:#252d31 none repeat scroll 0 0;border:1px solid #252d31;border-radius:2px;box-sizing:border-box;color:#fdfdfd;display:inline-block;line-height:25px;margin:3px 0 6px 0;padding:0 10px;text-align:center;text-decoration:none;text-shadow:1px 1px 0 rgba(0,0,0,0.2);text-transform:none;vertical-align:top;-webkit-transition:all ease-out 0.2s;-moz-transition:all ease-out 0.2s;-o-transition:all ease-out 0.2s;transition:all ease-out 0.2s;font-size:12px;}
.sp-container.custom_picker_container .sp-choose:hover{background:#364247 none repeat scroll 0 0;}
.sp-container.custom_picker_container .sp-cancel{color:#ffffff !important;display:inline-block;margin:5px 5px 0 0;vertical-align:top;*display:inline;zoom:1;text-decoration:none;}
.sp-container.custom_picker_container .sp-cancel:hover{text-decoration:underline !important;border:none;}
.sp-container.custom_picker_container .sp-input:focus{border-color:transparent;}

.style-switcher .contents.updates .right-block .content-body{padding:91px 0px 0px;height: 100%;}
.style-switcher .contents.updates .right-block .content-body .title_block{margin: -58px 40px 30px;position:relative;display:block;}
.style-switcher .contents.updates .right-block .content-body .title_block .title{font-size:24px;color:#000;font-weight: bold;}
.style-switcher .contents.updates .right-block .content-body .title_block .link{position:absolute;right:0px;font-size:13px;top:0px;font-weight:normal;}
.style-switcher .contents.updates .right-block .content-body .body_block{height: 100%;}
.style-switcher .contents.updates .right-block .content-body .body_block .news{padding:4px 40px 20px;}
.style-switcher .contents.updates .right-block .content-body .body_block .news .item{padding:40px 0px 40px;border-bottom:1px solid #f2f2f2;}
.style-switcher .contents.updates .right-block .content-body .body_block .news .item:first-child{padding-top:0px;}
.style-switcher .contents.updates .right-block .content-body .body_block .item .image{position: relative;z-index: 1;float: left;width: 170px;max-height: 193px;text-align: left;overflow: hidden;}
.style-switcher .contents.updates .right-block .content-body .body_block .item .image img{max-width:100%;max-height:100%;}
.style-switcher .contents.updates .right-block .content-body .body_block .item .info{padding-left: 200px;margin: -6px 0px 0px;}
.style-switcher .contents.updates .right-block .content-body .body_block .item .info .period{font-size: 12px;color: #777;margin: 0px 0px 7px;}
.style-switcher .contents.updates .right-block .content-body .body_block .item .info .title{font-size: 15px;color: #333333;font-weight:bold;}
.style-switcher .contents.updates .right-block .content-body .body_block .item .info .previewtext{font-size: 13px;color: #777777;padding-top:8px;}

/*scrollbars */
/*body .mCSB_scrollTools{width:8px;z-index:3;opacity:1;}
body .mCSB_container{z-index:1;}
body .mCSB_3_dragger_vertical{width:8px;border:2px solid #fff;}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#dcdcdc!important;border-radius:5px;}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;}*/

/* switch */
.on-off-switch{position:relative;user-select:none;}
.on-off-switch-track{position:absolute;border:solid #fff;z-index:1;background-color:#fff;overflow:hidden;box-sizing:content-box;top:50%;margin-top:-8px;cursor:pointer;}

/* semi transparent white overlay */
.on-off-switch-track-white{}
/* Track for "on" state */
.on-off-switch-track-on{background-color:#1ab700;border-color:#1ab700;position:absolute;z-index:10;overflow:hidden;}
/* Track for "off" state */
.on-off-switch-track-off{position:absolute;border:1px solid #e2e2e2;background-color:#f5f5f5;z-index:1;}

.on-off-switch-thumb{position:absolute;z-index:2;cursor:pointer;}
.on-off-switch-thumb-shadow{position:absolute;}
.track-on-gradient, .track-off-gradient{}

.on-off-switch-thumb-color{background-color:#fff;position:absolute;box-shadow:0px 2px 7px rgba(0,0,0,0.2);}

.on-off-switch-thumb-off{position:absolute;}
.on-off-switch-thumb-on{z-index:10;}
.on-off-switch-text{width:100%;position:absolute;font-family:arial;user-select:none;font-size:10px;}

.on-off-switch-text-on{color:#FFF;text-align:left;}
.on-off-switch-text-off{color:#000;text-align:right;}
/* Mouse over thumb effect */
.on-off-switch-thumb-over{}

.hint-theme{position:fixed;left:180px;top:210px;max-width:470px;color:#fff;font-size:14px;}
.hint-theme:before{position:absolute;top:-120px;left:-94px;content:"";width:101px;height:98px;background:url(images/strel.png) 0px 0px no-repeat;}
.hint-theme p{opacity:0.7;}
.hint-theme h4{font-size:22px;color:#fff;margin-bottom:18px;margin-top:0px;}
.hint-theme .btn-block{margin:33px 0px 0px;}
.hint-theme .btn-block .btn{margin:0px;padding-left:48px;padding-right:48px;}

.index1_BLOG div[data-option-value="type_4"] .title, .index1_BLOG div[data-option-value="type_5"] .title,
.dependent div[data-option-value="ALWAYS"] .title{min-height: 47px;}

@media (min-width:1050px){
	.style-switcher{width:947px;left:-947px;}
	.style-switcher.active.closes{left:-947px}
	.dynamic_left_side,.style-switcher .contents.wizard{width: 763px;}
}

@media (min-width:992px){
	.style-switcher .switch:not(.hidden){display:block !important;}
	.style-switcher .right-block .block-item .item.groups .rows > div:nth-child(2n+1) .link-item{border-right:1px solid #e2e2e2;}
}

@media (max-width:991px){
	.style-switcher .right-block .block-item .item.groups .rows > div{display:block;}
}

@media (max-width:890px){
	.presets .presets_subtabs, .style-switcher .contents.updates .right-block .content-body .title_block{margin-left:20px;margin-right:20px;}
	.style-switcher .presets .options .items{padding-left:9px;padding-right:9px;}
	.dynamic_left_side .items_inner, .style-switcher .right-block .content-body,
	.style-switcher .contents.updates .right-block .content-body .body_block .news,
	.contents.parametrs .dynamic_left_side .items_inner{padding-left:20px;padding-right:20px;}
	.style-switcher .right-block .block-item .item .options .group .values{padding-left:100px;}
	body .contents.demos .body{padding: 40px 30px 29px;}
	.contents.parametrs .dynamic_left_side .items_inner{padding-top:40px;}
	.contents.parametrs .dynamic_left_side .items_inner .top_title{padding-right: 70px;}
	.style-switcher .options .link-item span{text-align:left;}
}

@media (min-width:701px) and (max-width:890px){
	.style-switcher{width:614px;left:-614px;}
	.style-switcher.active.closes{left:-614px}

	.presets .presets_block .conf .preset-block .status_btn .btn{width:118px;}
	.dynamic_left_side,.style-switcher .contents.wizard{width: 430px;}

}

@media (min-width:501px) and (max-width:700px){
	.style-switcher{width:464px;left:-464px;z-index: 1047;}
	.style-switcher.active.closes{left:-464px}
	.style-switcher .presets .options .item{width:100%;float:none;}

	.style-switcher .left-block{width: 110px;}
	.style-switcher .banner-block{max-width: 94px;}
	.style-switcher .left-block .section-block{padding-right:9px;padding-left:9px;font-size: 12px;}
	.style-switcher .left-block .section-block .svg, .style-switcher.closes > .close_block{display:none;}

	.presets .presets_subtabs .presets_subtab{padding-left:20px;}
	.presets .presets_subtabs .presets_subtab .title .svg{display:none;}
	.presets .presets_subtabs .presets_subtab .desc{font-size: 13px;}
	.dynamic_left_side, .style-switcher .contents.wizard{width: 354px;}
	.dynamic_left_side .items_inner .titles_block .blocks_wrapper{padding-left: 10px;}
	.dynamic_left_side .items_inner .titles_block .title{padding-right: 10px;}
	.dynamic_left_side .items_inner .titles_block .title{max-width: 120px;}
	.dynamic_left_side .cl{margin-left: 10px;}

	.style-switcher .left-block .section-block .subitems{padding-left:10px;}
	.style-switcher .right-block .block-item .item .options .group .values{padding-left: 75px;}

	body .sp-container.custom_picker_container{left: auto !important;right: 0px;}

	.style-switcher .contents.updates .right-block .content-body .body_block .item .image{max-height: 100%;float: none;margin-bottom: 26px;width: auto;height: auto;}
	.style-switcher .contents.updates .right-block .content-body .body_block .item .info{padding-left:0px;}

	.style-switcher.active > .close_block {
	    right: 20px;
	    z-index: 4;
	}
}

@media (max-width:500px){
	.style-switcher{width:343px;left:-343px;}
	.style-switcher.active.closes{left:-343px;}
	.style-switcher .header.can_save .buttons svg{display:none;}
	.style-switcher .right-block .block-item .item .sup-params.options .values .option-wrapper{padding:10px 15px;}
	.style-switcher .right-block .block-item .item .sup-params.options .values td{display:block;}
	.style-switcher .right-block .block-item .item .sup-params.options .values table td:last-child{width:auto;text-align:left;}
	.style-switcher .right-block .block-item .item .options .group .values{padding:0px 0px 0px 85px;}
	.style-switcher .options .link-item .inner-table-block img{display:none;}
	.style-switcher .options .link-item.block{display:inline-block;margin-bottom:7px;padding:5px 15px 6px;margin-right:7px;}
	.style-switcher .options .link-item.block.current{padding:4px 14px 5px}
	.style-switcher .options .link-item .inner-table-block:first-of-type{width:auto;}
	.style-switcher .right-block .block-item .item .options.pull-left{float:none !important;}
	.style-switcher .right-block .block-item .item .pull-left + .title{padding-left:0px;}

	.hint-theme{left:80px;padding:0px 20px 0px 0px;}
	.hint-theme:before{left:0px;}
}
@media (max-width:500px){
	.style-switcher,.sp-container.custom_picker_container, .jqmOverlay.waiting{display:none;}
}
