


/* Start:/bitrix/templates/torex/jcarousel/skins/tango/skin.css*/
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 830px;
    padding: 5px 40px;
margin-left: 10px;
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  830px;
    height: 185px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 157px;
    height: 185px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
/*background: #fff;*/
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 53px;
    right: 5px;
    width: 55px;
    height: 55px;
    cursor: pointer;
background: transparent url(/bitrix/templates/torex/images/arrowsR.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url('/bitrix/templates/torex/jcarousel/skins/tango/prev-horizontal.png');
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -2px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 53px;
    left: 5px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: transparent url(/bitrix/templates/torex/images/arrowsL.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url('/bitrix/templates/torex/jcarousel/skins/tango/next-horizontal.png');
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -2px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 53px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: transparent url('/bitrix/templates/torex/jcarousel/skins/tango/next-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -2px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 53px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: transparent url('/bitrix/templates/torex/jcarousel/skins/tango/prev-vertical.png') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -2px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/* End */



/* Start:/bitrix/templates/torex/slick/slick.css*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* End */



/* Start:/bitrix/templates/torex/slick/slick-theme.css*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/torex/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
	font-display: swap;
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/torex/slick/./fonts/slick.eot');
    src: url('/bitrix/templates/torex/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/torex/slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/torex/slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/torex/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 23px;
    line-height: 1;

    opacity: .75;
    color: red;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color:red;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: red;
}

/* End */



/* Start:/bitrix/templates/torex/styles.css*/
img {
    border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    font-size: 200%;
    margin: 0 0 0.7em;
	font-weight: bold;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 140%;
    font-weight: normal;
    margin: 1.5em 0 1em 0;
    padding: 0;
}

h6 {
    font-size: 100%;
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
}

table tr td {
    vertical-align: middle;
    text-align: center;
}

.rgt {
    width: 330px;
    padding: 20px 0 0 10px;
    vertical-align: top;
    display: inline-block;
}

.block-list {
    margin-top: 15px;
}

.ltt {
    text-align: left;
    vertical-align: top;
}

.ltt p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #404245;
    line-height: 24px;
    padding-right: 30px;
}

.texblockind {
    padding: 25px 0 0 0;
}

.texblockind ul li {
    display: inline-block;
    text-align: center;
    width: 130px;
    height: 155px;
    vertical-align: top;
}

.texblockind ul li img {
    border: 1px solid #385465;
}

.texblockind ul li span,
.texblockind ul li a {
    display: block;
    color: #385465;

    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.1em;
}

.pleer {
	border: 11px solid #df0000;
    width: 100%;
    margin: 0 auto;
}

#breadcrumb {
    margin: 10px 0 20px 0px;
}

#breadcrumb img {
    vertical-align: middle;
}

#breadcrumb a.bk {
    font-size: 11px;
    color: #7e7c7c;
    text-decoration: underline;
}

#breadcrumb i {
    font-size: 12px;
    color: #c2c2c2;

}

#breadcrumb span.bk {
    font-size: 13px;
    color: #c2c2c2;

}
#catalog_cart_link{
    font-family: roboto;
border: 5px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: #3caa3c;
    font-weight: 600;
    vertical-align: top;
    line-height:38px;
	padding: 10px 24px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
	font-family: arial;
}


/*catalog_section_INDEX*/

.lool_kol h4 {
    font-weight: bold;
}

.btn_otziv {
    margin-bottom: 35px;
    text-align: center;
}

.block-list_news {
    padding-top: 5px;
}


/*.catalog-section-list table tr td{padding-bottom: 20px;}*/


/*catalog_section_INDEX*/


/*catalog_section*/

.kol_line1 {
    padding: 12px 0;
}

.kol_line1 table tr td img {
    float: left;
}

.kol_line1 table tr td span.name_section {
    text-transform: uppercase;
    font-size: 48px;
    color: #9f9f9f;
}

.kol_line1 table tr td pre {
    text-align: left;
    line-height: 15.5px;

}



.catalog-item-list .arrL {
    position: absolute;
    z-index: 10;
    top: 425px;
    display: none;
}

.catalog-item-list .arrR {
    position: absolute;
    z-index: 10;
    top: 425px;
    display: none;
}

.catalog-item-list h3 {
    color: #c4121a;
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

.block_Element .catalog-item {
margin-left: 22px;
    margin-bottom: 34px;
    width: 320px;
    margin-right: 35px;
    border: 5px solid #f6f6f6;
    padding: 2px 16px 20px 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #f1f0f0;
}
}

.block_Element .catalog-item:hover {
box-shadow: 0 0 45px -5px rgba(0,0,0,.25);
}

.block_Element .catalog-item .El_Name {
    text-decoration: none;
    text-transform: uppercase;
    height: 80px;
    width: 263px;
    font-size: 17px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.block_Element .catalog-item .El_Name a {
    color: #000000;
	margin-top: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.block_Element .active .El_Name a {
    color: #1b82ca;
    text-decoration: none;
}




.block_Element .catalog-item-image {

    text-align: center;
    margin: 0 auto;
}

.block_Element .catalog-item-image a img {
    border: 1px solid #9f9f9f;
}

.block_Element .active a img {
    border: 2px solid #1b82ca;
}

.block_Element .box_price {
    width: 267px;
    text-align: center;
    margin: 0 auto;
    border:2px solid #a8a8a8;
	border-radius: 20px;
	margin-top: 20px;
}

.block_Element .box_price .catalog-item-price {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 6px;
    vertical-align: top;
    float: left;
    width: 50%;
}


.more-door{
    vertical-align: top;
	border-radius: 20px;
    padding: 8px 7px;
    width: 50%;
    background: #d7232d;
    float: left;
}

.more-door a{
    color: #ffffff;
    font-size: 15px;
    font-weight:bold;
}



.block_Element .active .catalog-item-price {
    color: #1b82ca;
}

.description_section table tr td {
    text-align: center;
    vertical-align: middle;
}

.description_section table tr td ul li {
    display: block;
    width: 179px;
    height: 34px;
    color: #939598;
    font-size: 11px;
    background: url('/bitrix/templates/torex/images/kol_ul_bg.png') no-repeat;
    margin-bottom: 10px;
    text-align: left;
}

.description_section table tr td ul li span {
    display: block;
}

.description_section table tr td ul li span.txtKB {
    padding: 3px 0 0 5px;
    width: 143px;

}

.description_section table tr td ul li span.numPB {
    float: right;
    margin: -12px 6px 0 0;

}

.description_section table tr td ul li span.txtK {
    padding: 10px 0 0 5px;
    width: 143px;

}

.description_section table tr td ul li span.numP {
    float: right;
    margin: -8px 6px 0 0;

}

.description_section h3 {
    color: #c4121a;
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 5px 35px;
}

.description_section div {
    background: #fff;
    padding: 8px 10px 8px 20px;
    /*font-family: Arial;*/
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.description_section div.TC1 {
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 40px;
    line-height: 18px;
}

.description_section div img {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
}

.description_section div p {
    margin-top: 0;
    padding-top: 0;
    text-align: left;
}

.UP {
    display: block;
    width: 139px;
    height: 56px;
    background: url('/bitrix/templates/torex/images/btnUP.png') no-repeat;
    margin: 20px 0 1px 35px;
}


/*catalog_section*/


/*catalog_detail*/

.catalog-detail table tr td {
    vertical-align: top;
}

.catalog-detail table tr td.line1 {
    text-align: left;
}

.catalog-detail table tr td .line2 {
    border-bottom: 1px solid #8b8b8b;
    width: 685px;
}

.catalog-detail .elH3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
	border-bottom: 3px solid #c8c5c5;

}

.catalog-detail .iconEl {
    width: 125px;
    height: 150px;
    float: left;
    padding: 15px 10px 0 0;
    text-align: right;
}

.catalog-detail .iconEl img {
    margin-right: 20px;
}

.catalog-detail .textEl {
    font-size: 14px;
}

.catalog-detail .textEl li{
   padding-bottom: 8px !important;
}

.El_BK p {
    line-height: 2.1em;
    margin-top: -5px;
}

.El_BK .textEl ul {
    width: 500px;
    font-size: 0.9em;
    line-height: 1.2em;
    list-style-type: disc;
}

.El_BK .textEl ul li {
    margin: 9px 0;
}

.El_PKzamok .zamok,
.El_PKzamokD .zamokD,
.El_PKcelindr .celindr {
    width: 330px;

    margin-bottom: 20px;
    float: left;
}

.El_PKzamok .zamok div,
.El_PKzamokD .zamokD div,
.El_PKcelindr .celindr div {
    width: 290px;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #8b8b8b;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.El_PKzamok .zamok .name,
.El_PKzamokD .zamokD .name,
.El_PKcelindr .celindr .name {
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
}

.El_PKzamok .zamok .name .nsel,
.El_PKzamokD .zamokD .name .nsel,
.El_PKcelindr .celindr .name .nsel {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.El_PKzamok .zamok p,
.El_PKzamokD .zamokD p,
.El_PKcelindr .celindr p {
    margin: 0;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
}

.El_PKzamok .SELzamok,
.El_PKzamokD .SELzamokD,
.El_PKcelindr .SELcelindr {
    display: block;
    width: 129px;
    height: 33px;
    margin: 15px 0 0 90px;
    background: url('/bitrix/templates/torex/images/btn_Zv.png') no-repeat;
}

.El_PKzamok a.active,
.El_PKzamokD a.active,
.El_PKcelindr a.active {
    background: url('/bitrix/templates/torex/images/btn_Za.png') no-repeat;
}

.El_PKsize .SIZE {
    width: 290px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: 1px solid #8b8b8b;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.El_PKsize .SELsize_w {
    display: block;
    width: 129px;
    height: 33px;
    background: url('/bitrix/templates/torex/images/btnZ.png') no-repeat;
    margin-top: 10px;
    color: #000000;
}

.El_PKsize .SELsize_h {
    display: block;
    width: 129px;
    height: 33px;
    background: url('/bitrix/templates/torex/images/btnZ.png') no-repeat;
    margin-top: 10px;
    color: #000000;
}

.El_PKsize .SELsize_w span,
.El_PKsize .SELsize_h span {
    display: block;
    padding-top: 5px;
}

.El_PKsize a.active {
    background: url('/bitrix/templates/torex/images/btnZSel.png') no-repeat;
    border: 2px solid #c4121a;
    width: 125px;
    height: 29px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.El_PKsize .SIZE .SELsize_wh {
    display: none;
}

.chp_vneshcolor,
.chp_vnutcolor,
.chp_panel,
.chp_panelV {
    display: none;
}

.chp img {
    vertical-align: middle;
    cursor: pointer;
}

.El_PKsize .SIZE #SELsize_txt {
    text-align: left;
    margin: 15px 0;
}

.El_PKvnutcolor .vnutcolor {
    width: 610px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #8b8b8b;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.El_PKvnutcolor .vnutcolor div {
    float: left;
    width: 150px;
    height: 130px;
    text-align: left;
    font-size: 12px;
}

img.sdw {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.El_PKvneshcolor .vneshcolor {
    width: 610px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #8b8b8b;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.El_PKvneshcolor .vneshcolor div {
    float: left;
    width: 150px;
    height: 130px;
    text-align: left;
    font-size: 12px;
}

.El_PKpanel .panel {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.El_PKpanel .panel div {
    /*float: left;*/
    /*width: 115px;*/
    /*text-align: left;*/
}

.El_PKpanelV .panelV {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;

}

.El_PKpanelV .panelV div {
    /*float: left;*/
    /*width: 115px;*/
    /*text-align: left;*/

}

#list_cart {
    /*width: 260px;*/
    /* padding: 10px;
    margin: 10px 0 0 10px;
    background: #ffffe6;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); */
}

#list_cart .nt {
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #8b8b8b;
}

#list_cart .ttx,
#list_cart .ttx_ {
    width: 180px;
    text-align: left;
}

#list_cart .ttx {
    font-weight: bold;
}

#list_cart .ttx_ {
    color: #8b8b8b;
    margin-top: 10px;
}

#list_cart .ttx_ .param {
    text-decoration: underline;
}

#list_cart .catalog-detail-price {
    color: #fff;
    font-weight: bold;
    padding: 9px 32px;
    font-family: roboto;
    /* font-size: xx-small; */
    font-size: 18px;
	background: #dd3535;
	border: 5px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
	font-family: arial;
}


/*catalog_detail*/


/*forma vizova zamershika*/

#formZam tr td {
    text-align: left;
}

#formZam tr td.LB {
    text-align: right;
    padding: 0 15px;
    vertical-align: top;
}

#formZam tr td input[type='text'] {
    width: 300px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#formZam tr td textarea {
    width: 400px;
    resize: none;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#formZam tr td input[type='submit'] {
    width: 120px;
    height: 35px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background: #1b82ca;
    vertical-align: middle;
    text-align: center;
    margin-left: 220px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


/*forma vizova zamershika*/

.catalog-section-list table tr td.tf1 {
    width: 96px !important;
}

.block_Element li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px !important;
}

.block_Element ul {
    margin: 0px !important;
    padding: 0px !important;
}

.choise_header{
    font-size: 13px;
    font-weight: bold;
}

.choise_block >div{
    display: inline-block;
    width: 46%;
    padding: 1%;
    vertical-align: top;
}

.choise_block{
    width: 100%;
}
/* End */



/* Start:/bitrix/templates/torex/template_styles.css*/
html {
  width: 100%;
  height: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

@font-face {
  font-family: Trebuchet MS;
  src: url('/bitrix/templates/torex/fonts/trebuc.ttf');
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  background:#fff
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

:focus {
  outline: none;
}

table {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

* html #page-wrapper {
  height: 100%;
}

.btnup {
  background: rgba(0, 0, 0, 0) url('/bitrix/templates/torex/images/top_arrow.png') no-repeat scroll 0 0;
  bottom: 24px;
  display: none;
  height: 44px;
  position: fixed;
  left: 9px;
  text-indent: -9999px;
  width: 145px;
  z-index: 100;
}

#slidedown_top {
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  height: 83px;
  z-index: 5;
}

#slidedown_top .st1 {
  width: 100%;
  height: 54px;
  background: url('/bitrix/templates/torex/images/tpan_bg.png') repeat-x;
}

#slidedown_top .st2 {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}

#slidedown_top .st2 a {
  float: right;
  display: block;
  margin-top: 4px;
}

#slidedown_top .st3 {
  width: 950px;
  margin: -2px auto 0 auto;
  padding: 0;
  height: 29px;
}

#hpage {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

#page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#header,
#container,
#content,
#footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

#content {
  margin-bottom: 30px;
}

#header .line1 {
  width: 100%;
}

#header .line1 .logo {
  position: absolute;
  left: 0px;
  top: 10px;
}

#header .line1 .logo .slogan {
  color: #8a8a8a;
  padding-left: 10px;
  /*font-weight: bold;*/
}

#header .line1 .basket_line {
  font-size: 14px;
  text-align: left;
  margin-bottom: 24px;
}

#header .line1 .basket_line a {
  font-weight: normal;
  color: #d90800;
  font-style: normal;
}

#header .line1 .basket_line img {
  margin: 2px 5px -5px 0px;
}

.logo a {
  display: block;
  background: url('/bitrix/templates/torex/images/logotype.png') no-repeat;
  width: 380px;
  height: 100px;
  text-indent: -9999px;
}

#header .line1 .phone {
  float: right;
}

#header .line1 .phone img.callback_icon {
  margin: 10px 0 -5px 0;
}

#header .line1 .phone .callme {
  float: right;
  color: #d90800;
  border-bottom: 1px solid;
  color: #d90800;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#header .line1 .phone .lzamer {
  float: right;
  color: #d90800;
  border-bottom: 1px solid;
  color: #d90800;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#header .line1 .phone a span {
  background: url('/bitrix/templates/torex/images/bg_link.png') bottom left repeat-x;
}

#header .line1 .right {
  text-align: right;
  vertical-align: top;
}

.txt {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.txt_p {
  display: block;
  font-weight: bold;
}

#header .line2 {
  width: 100%;
  margin-top: 25px;
}

#header .line2 tr td {
  font-size: 14px;
}

#header .line2 .l1 td {
  vertical-align: bottom;
}

#header .line2 .l2 td {
  vertical-align: top;
}

#header .line2 .l1ban,
#header .line2 .l2ban {
  display: block;
}

#header .line2 .l2ban {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

#header .top_menu1 {
  background: url('/bitrix/templates/torex/images/bg_tmenup.png') repeat-x;
  width: 100%;
  height: 43px;
  margin-top: 0px;
}

#header .top_menu2 {
  background: #c4121a;
  width: 100%;
  height: 47px;
}

#header .top_menu1 .serch {
  background: url('/bitrix/templates/torex/images/bg_serch.png') top left no-repeat;
  width: 310px;
  height: 38px;
  float: right;
  text-align: left;
  margin-top: -1px;
}

#header .top_menu1 .serch #serch {
  width: 250px;
  margin: 7px 0 0 5px;
  border: none;
}

#header .top_menu1 .serch a img {
  vertical-align: middle;
}

#header #serias .top_venz {
  background: url('/bitrix/templates/torex/images/veertop.png') repeat-x;
  text-align: center;
  width: 100%;
  height: 8px;
  position: relative;
  z-index: 3;
  border-left: 1px solid #c4121a;
  border-right: 1px solid #c4121a;
}

#header #serias .block_serias {
  width: 100%;
  position: relative;
  z-index: 0;
  /*height: 515px;*/
  background: none repeat scroll 0 0 #f2f2f2;
  overflow: hidden;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

#header #serias .block_serias .part2 {
  background: url('/bitrix/templates/torex/images/bg_kol.png') top right no-repeat;
  width: 370px;
  /*height: 515px;*/
  float: left;
  margin-left: 105px;
  padding-bottom: 15px;
}

#header #serias .block_serias .lool_kol {
  float: left;
  padding-left: 14px;
  text-align: center;
  height: 215px;
  width: 164px;
}

#header #serias .block_serias .lool_kol h4 {
  font-size: 12px;
  color: #c4121a;
  text-transform: uppercase;
}

#header #serias .block_serias .lool_kol a img {
  border: 1px solid #adadad;
}

#header #serias .block_serias .lool_kol .lool_kol_popap {
  display: none;
}

#popup_serias {
  /*display: none;*/
  background: url('/bitrix/templates/torex/images/bg_Flh.png') no-repeat;
  width: 226px;
  height: 554px;
  position: absolute;
  top: 438px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.55);
}

#popup_serias .pp {
  margin: 10px 0 0 2px;
  width: 220px;
}

#popup_serias h4 {
  color: #c4121a;
  margin: 0;
  width: 176px;
  text-align: left;
  padding-left: 14px;
}

#popup_serias .price_popup {
  font-weight: bold;
  font-style: italic;
  margin: 5px;
  text-align: left;
  padding-left: 14px;
}

#header #serias .block_serias .lool_kol a.p_activ img {
  border-top: 4px solid #c4121a;
  border-bottom: 4px solid #c4121a;
  border-left: 1px solid #c4121a;
  border-right: 1px solid #c4121a;
  -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
}

#header #serias .bot_venz {
  background: url('/bitrix/templates/torex/images/veerbot.png') top left repeat-x;
  width: 100%;
  height: 8px;
  position: relative;
  z-index: 1;
  border-left: 1px solid #c4121a;
  border-right: 1px solid #c4121a;
  margin-top: -4px;
}

#header #serias .bot_venz2 {
  background: #c4121a;
  height: 43px;
  position: relative;
  z-index: 1;
  width: 100%;
  border-left: 1px solid #c4121a;
  border-right: 1px solid #c4121a;
}

#header #serias .bot_venz2 span {
  color: #ffffff;
  display: block;
  padding: 7px 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: Verdana;
}

#container {
  padding: 0;
  font-size: 14px;
  width: 100%;
  margin-top: 65px;
}

#container .h3h {
  color: #c4121a;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#container .SM {
  font-size: 18px;
  margin: -5px 0 0 0;
  padding: 0;
}

#container .SM2 {
  font-size: 18px;
  margin: 5px 0 0 0;
  padding: 0;
}

#container .rgt .h3h {
  float: left;
  margin-left: 10px;
}

#container .rgt p a img {
  margin-left: 10px;
}

#content h1,
#content h2,
#content h3 {
}

#content p {
  margin: 6px 0 3px 0;
}

#content ul {
  margin: 8px 0 8px 24px;
  padding-left: 12px;
}
.list_content {
  font-size: 14px;
  color: #404245;
}

#content ul li {
  margin: 0;
  padding: 0;
}

#content table.text {
  margin: 20px 0;
}

#content table.text td {
  border-collapse: none;
  border: 1px solid rgb(238, 238, 238);
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

#footer {
  background: url('/bitrix/templates/torex/images/back_footer.png') repeat-x;
  height: 360px;
  position: relative;
  width: 100%;
border-top: 5px solid #e2e1e1;
}

#footer table tr td {
  vertical-align: top;
}

#footer .ft1 {
  padding-right: 20px;
  text-align: left;
  margin-bottom: 15px;
}

#footer .ft1 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 215px;
}

#footer .ft1 .p2 {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

#footer .skype {
  background: url('/bitrix/templates/torex/images/icon_skype.png') no-repeat;
  display: block;
  height: 22px;
  color: #c4121a;
  padding-left: 30px;
  padding-top: 5px;
  margin: 0 0 7px 0;
}

#footer .phone2 {
  display: block;
  margin: 11px 0;
  font-size: 12px;
}

#footer .botm1 li {
  font-size: 12px;
}

#footer .links {
  display: block;
  height: 33px;
  text-decoration: none;
}

#footer .footer_cat {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
}
#footer .footer_cat span {
  border-bottom: 3px solid #ed0000;
  padding-bottom: 7px;
}

#footer .footer_cat_list {
  width: 100%;
  padding-right: 241px;
}
#container-footer a {
  color: #000;
  font-size: 16px;
font-weight: bold;
  text-decoration: none;
}

#footer .footer_cat_list a {
  display: inline-block;
  width: 178px;
  height: 33px;
  padding-left: 5px;
}

#footer .icon_pay_list {
  width: 200px;
  margin-top: -15px;
}

#footer .icon_pay_list a {
  display: inline-block;
  width: 90px;
}

#popup_calck {
  display: none;
}

#popup_calck #popup_calck_list {
  width: 860px;
  background: #ffffff;
  padding: 20px;
  border: 2px solid #c4121a;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.footer_logo {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 107px;
  height: 59px;
}
.footer_logo a {
  text-indent: -9999px;
  background: url('/bitrix/templates/torex/images/logo_footer.png') no-repeat;
  width: 107px;
  height: 59px;
  display: block;
}

#popup_calck #popup_calck_list .close {
  float: right;
  margin: -10px -10px 0 0;
}

#popup_calck #popup_calck_list .model {
  margin-top: 15px;
}

#popup_calck #popup_calck_list .model .catalog-item-list {
  width: 785px;
}

.pz {
  width: 200px;
  text-align: right;
}

.pz1 {
  text-align: right;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
}

.head-carts {
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
}

.head-carts div {
  color: #666666;
  font-size: 11px;
}

.head-carts > div {
  display: inline-block;
  vertical-align: top;
}

.head-name {
  padding-right: 510px;
}

.head-carts {
  text-align: right;
}

.head-cost {
  padding-right: 64px;
}

.head-qut {
  padding-right: 30px;
}

.head-action {
  padding-right: 34px;
}

.body-cart {
  border: 1px solid #e9ebed;
  border-radius: 4px;
}

div.cart-ordering {
  display: inline-block;
  margin-right: 673px;
  margin-top: 1em;
  overflow: hidden;
}

.foot-cart {
  display: inline-block;
  margin-top: 10px;
  text-align: right;
  vertical-align: top;
}

.foot-cart > div {
  display: inline-block;
  vertical-align: top;
}

.all-cost {
  font-size: 18px;
}

.head-itog {
  font-size: 16px;
  margin-right: 10px;
  padding-top: 2px;
}

div.cart-buttons input {
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%) repeat scroll
    0 0 #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #ffffff inset;
  color: #666666;
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 14px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.cart-line > div {
  display: inline-block;
  vertical-align: middle;
}

.images-cart {
  width: 130px;
}

.name-cart {
  width: 530px;
}

.cart-pices {
  font-size: 16px;
  width: 100px;
}

.cart-delete-item {
  background: url('/bitrix/templates/torex/images/delete.png') no-repeat scroll left center
    rgba(0, 0, 0, 0);
  margin-left: 31px;
  padding-left: 19px;
  color: #506cbc;
}

.images-cart img {
  width: 100px;
}

.name-cart a {
  border-bottom: 1px solid rgba(0, 84, 126, 0.3);
  color: #506cbc;
  font-size: 15px;
}

.cart-line {
  border-top: 1px solid #e9ebed;
  padding: 12px;
}

.all-cost p {
  margin: 0px;
  padding: 0px;
}

#basketOrderButton2 {
  display: none;
}

.quanty input {
  text-align: center;
}

#cart-bt {
  background: #fe4724;
  background: linear-gradient(top, #fe4724 0, #d9221b 100%);
  background: -o-linear-gradient(top, #fe4724 0, #d9221b 100%);
  background: -moz-linear-gradient(top, #fe4724 0, #d9221b 100%);
  background: -webkit-linear-gradient(top, #fe4724 0, #d9221b 100%);
  background: -ms-linear-gradient(top, #fe4724 0, #d9221b 100%);
  -pie-background: linear-gradient(top, #fe4724 0, #d9221b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fe4724),
    color-stop(1, #d9221b)
  );
  border-color: #fe8a74 #fe4724 #d9221b #fe4724 !important;
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.17);
  border: none;
  height: 37px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius: 6px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 6px;
  border-bottom-left-radius: 4px;
  display: block;
  font-weight: bold;
  margin: 0 auto;
}

#order_form_div {
  margin-bottom: 20px;
}

#sticker {
  width: 1180px;
  margin: 0 auto;
  z-index: 9999;
  border: 1px solid #c9c8c8;
  left: 0px;
  right: 0px;
}

.lool_kol a img:hover {
  height: 170px;
  width: 170px;
  border: 1px solid red;
}

.pp {
  margin-top: -30px;
  position: relative;
  z-index: 2;
  color: #c4121a;
  font-weight: bold;
  background: #ffffff;
  display: none;
}

.foot-tele {
  position: absolute;
  right: 0;

  top: 16px;
}

.foot-menu {
  left: 0px;
  position: absolute;
  top: 16px;
}

.foot-catalog {
  left: 250px;
  position: absolute;
  top: 16px;
}

.foot-menu .p2 {
  display: block;
  margin-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 7px;
}

.dop-email {
  margin-top: 12px;
}

.dop-email a {
  background: url('/bitrix/templates/torex/images/mail_icon.png') no-repeat left center;
  color: #000000;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-top: 2px;
}

.dop-skype a {
  background: url('/bitrix/templates/torex/images/skype_circle_color.png') no-repeat left center;
  color: #000000;
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-top: 2px;
}

.vnimanie {
  bottom: 25px;
  font-size: 12px;
  left: 0px;
  color: #6c6c6c;
  position: absolute;
  text-align: left;
  width: 1050px;
  border-top: 1px solid #d5d5d5;
}

#sale_order_props tr:nth-child(4) {
  display: none;
}

.header-home h1 {
  font-size: 20px;
}

.kol_line1 table tr td h1 {
  font-family: Trebushet MS;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

#breadcrumb a.bk {
  background: #ce2110;
  color: white !important;
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-top: 5px;
}

.arrw {
  margin-right: 14px;
}

#header {
  display: none;
  position: relative;
}

.basket_line {
  position: absolute;
  background: none repeat scroll 0 0 #df0000;
  height: 39px;
  /* text-orientation: upright; */
  right: 0px;
  width: 181px;
  /* writing-mode: vertical-rl; */
  /* left: 800px; */
  top: 20px;
  border-radius: 5px;
}

.basket_line a {
  background: none !important;
  padding-left: 2px !important;
  padding-top: 4px !important;
}

.block_contact {
  color: #cd2210;
  font-family: tahoma;
  font-size: 16px;
  left: 381px;
  position: absolute;
  top: 23px;
}

.block_contact div {
  font-size: 14px;
  font-family: tahoma;
  color: #010100;
}

.tele_top {
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-align: right;
  top: 7px;
}

.tele_top .txt {
  font-family: tahoma;
  font-size: 12px;
}

.obrat {
  background: url('/bitrix/templates/torex/images/zakazzv.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
  left: 319px;
  position: absolute;
  text-indent: -9999px;
  top: 91px;
  width: 152px;
}

.lzamer {
  background: url('/bitrix/templates/torex/images/zamer.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 32px;
  left: 480px;
  position: absolute;
  text-indent: -9999px;
  top: 90px;
  width: 152px;
}

.block-headers {
  position: relative;
  height: 127px;
}

.logo {
  position: absolute;
  left: 0px;
  top: 20px;
}

#cart-status a {
  color: white !important;
  font-size: 14px;
}

#cart-status {
  position: absolute;
  top: 9px;
  padding-left: 36px;
  text-align: center;
  line-height: 21px;
  background: url(/bitrix/templates/torex/images/cart.png) no-repeat scroll
    center left;
}

.oformiza {
  background: url('/bitrix/templates/torex/images/oformi.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 26px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 5px;
  width: 117px;
}

.block_serias .part1 {
  padding-bottom: 10px;
  padding-top: 11px;
  text-align: center;
}

.item-menu-img {
  width: 212px;
  min-height: 248px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 2480px;
}

.item-menu-img a {
  display: block;
  width: 164px;
  text-align: center;
  background: none repeat scroll 0 0 #ce2312;
  color: white;
  font-size: 16px;
  font-family: tahoma, sans-serif;
  margin: 0 auto;
  padding-top: 3px;
}

.price_stable {
  width: 164px;
  text-align: center;
  background: none repeat scroll 0 0 #ce2312;
  color: white;
  font-size: 18px;
  font-family: tahoma, sans-serif;
  margin: 0 auto;
  padding-bottom: 4px;
  padding-top: 3px;
}

.block-list_block ._block2 p {
  width: 268px;
}

.collection-doors-home {
  font-family: arial;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.cont-home-section {
  border: 6px solid #a2a3a5;
  margin: 0 auto;
  width: 164px;
}

.professor a,
.professor .price_stable {
  background: none repeat scroll 0 0 #164c7c;
}

.header-trigger {
  position: absolute;
  font-size: 17px;
  left: 322px;
  position: absolute;
  top: 12px;
  line-height: 24px;
}

.top-menu-multilevel {
  font-size: 13px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 18px 29px -20px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 18px 29px -20px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 18px 29px -20px rgba(0, 0, 0, 0.54);
  background: white;
}

.top-menu-multilevel li:last-child {
  border: none;
}

.top-menu-multilevel > li {
  display: inline-block;
  padding: 16px 0px 16px;
}

.top-menu-multilevel > li > a {
  color: #5f5f5f;
  font-size: 13px;
  padding: 0px 9px;
  font-weight: bold;
}

.top-menu-multilevel li:last-child a {
  border: none;
}

.top-menu-multilevel li ul {
  background: none repeat scroll 0 0 #ffff;
  border: 1px solid #c9c8c8;
  border-top: 5px solid #df0000;
  display: none;
  width: 1170px;
  z-index: 999;
  left: -1px;
  margin: 0;
  position: absolute;
  top: 45px;
}

.top-menu-multilevel li:hover ul {
  display: block;
}

.top-menu-multilevel > li:hover {
  background: none repeat scroll 0 0 #df0000;
}

.top-menu-multilevel > li:hover > a {
  color: white;
}
.sale_menu {
  background: none repeat scroll 0 0 #df0000;
}

.sale_menu a {
  color: white !important;
}

#serias {
  width: 948px;
}

.pod-menu-top {
  font-family: tahoma, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 10px 4px 12px;
  display: flex;
}

.pod-menu-top li {
  display: inline-block;
  vertical-align: top;

  padding: 1%;
}

.pod-menu-top a {
  margin-bottom: 5px;
  display: block;
  color: #5f5f5f;
  font-size: 13px;
}

.pod-menu-top li:hover {
  background: none repeat scroll 0 0 #df0000;
}

.pod-menu-top li:hover a {
  color: #ffffff;
}

.pod-menu-top > li > a {
  height: 35px;
}

#list_cart {
  z-index: 764 !important;
  margin: 50px 0 0 10px !important;
}

.cost-top-menu {
  height: 17px !important;
}

.right {
  margin-top: 10px;
  float: right;
  width: 20%;
}

#fixed {
  background: #ccc;
  padding: 20px;
}

#salesp {
  height: 151px;
  position: fixed;
  top: 50px;
  right: 0;
  width: 22px;
  z-index: 120;
}

#salesp a {
  text-decoration: none;
}

.salesp {
  padding: 5px 0;
  text-align: center;
  display: block;
  height: 151px;
  width: 25px;
}

.salesbox {
  display: none;
}

.sale-block {
  background: none repeat scroll 0 0 #ce2312;
  border: 5px solid #a2a3a5;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 4px;
  padding-top: 5px;
  text-align: center;
}

.sale-block a {
  color: white;
}

.home-header {
  font-size: 35px;
  height: 120px;
  width: 100%;
  background: url('/bitrix/templates/torex/images/medal_leader.png') no-repeat;
  padding-left: 107px;
  margin: 0 auto;
  display: block;
}

.pod-menu-top {
  color: white;
}

.social_pro {
  width: 950px;
  margin: 0 auto;
}

.list_rBa {
  font-size: 16px;
}

.mg_tel {
  font-size: 16px;
  font-weight: bold;
  left: 321px;
  position: absolute;
  top: 66px;
}

.item_sale {
  display: inline-block;
  margin-bottom: 37px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  width: 30%;
}

.img_home_link img {
  height: 200px;
}

.real_cost {
  color: red;
}

.price_sale {
  font-size: 17px;
}

.link_sale a {
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.shop_photo img {
  height: 108px;
}

.shop_photo a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

#order_form_div .title {
  display: none;
}

/* new torex  */

#t_block_header {
  width: 100%;
  height: 200px;
  background: url('/bitrix/templates/torex/images/t_block_header.png') repeat-x scroll 0 0;
  position: relative;
}

#t_header {
  position: relative;
  height: 200px;
  margin: 0 auto;
  width: 1180px;
}

.top-menu-block {
  position: absolute;
  top: 140px;
  width: 1180px;
  display: flex;
}

.top-menu-block li {
  flex-direction: row;
  width: 180px;
  height: 40px;
  margin-left: 20px;
}

.top-menu-block li:first-child {
  margin-left: 0px;
}

.top-menu-block li a {
  display: block;
  border: 2px solid #bdbdbd;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px 10px 0px;
  font-family: "Open Sans", sans-serif;
  color: black;
  border-radius: 4px;
font-weight: bold;
}

.top-menu-block li a:hover {
  background-color: #df0000;
  color: white;
}

.top-phone-block {
  position: absolute;
  top: 80px;
  display: flex;
  left: 380px;
}

.top-phone-block li {
  flex-direction: row;
  width: 180px;
  /* height: 40px; */
  padding: 6px 0px 6px 0px;
  margin-left: 20px;
  text-align: center;
  border-radius: 5px;
}

.red_block {
  background-color: #df0000;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
}

.official_dealer {
  font-size: 16px;
  color: #fffefe;
  width: 380px;
  position: absolute;
  top: 20px;
  left: 400px;
  background-color: #9e9e9e;
  text-align: center;
  padding: 7px 0px 10px 0px;
  border-radius: 5px;
}

.working_hours {
  width: 180px;
  background-color: #9e9e9e;
  color: #fffefe;
  font-size: 12px;
  position: absolute;
  padding: 11px 0 11px 0;
  text-align: center;
  top: 20px;
  left: 800px;
  border-radius: 5px;
}

.search_top {
  position: absolute;
  border: 1px solid #9e9e9e;
  left: 1000px;
  top: 20px;
  background-color: #f0f0f0;
  width: 180px;
}

.search_top input {
  border: none;
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  background: none;
  width: 138px;
  padding: 10px 0px 9px 7px;
}

.search_top a {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0px 0px 0px;
}

.block_feedback_top {
  display: flex;
  padding: 0px !important;
}

.block_feedback_top a {
  flex-direction: row;
  width: 88px;
  height: 40px;
  padding-top: 6px;
  color: white;
  background-color: #41924c;
  font-size: 12px;
  border-radius: 5px;
  font-weight: bold;
}

.block_feedback_top a:first-child {
  margin-right: 4px;
}

#sticker {
  margin-top: 20px;
}

#container-footer {
  width: 1180px;
  position: relative;
  margin: 0 auto;
  height: 360px;
}

#content-container {
  width: 1180px;
  margin: 0 auto;
}

.header_reviews {
  font-size: 30px;
  background: url('/bitrix/templates/torex/images/ok_review.png') no-repeat;
  padding-left: 52px;
  text-align: center;
  display: block;
  padding-top: 9px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 608px;
  margin-top: 21px;
}
.home_reviews {
  margin: 0px !important;
  padding: 0px !important;
}
.home_reviews li {
  width: 573px;
  border-radius: 7px;
  height: 215px;
  position: relative;
  border: 1px solid #c9c8c8;
  display: inline-block;
  vertical-align: top;
  margin: 14px 6px 40px 6px !important;
  box-shadow: 1px 1px 6px 1px rgba(201, 200, 200, 0.5);
  -webkit-box-shadow: 1px 1px 6px 1px rgba(201, 200, 200, 0.5);
  -moz-box-shadow: 1px 1px 6px 1px rgba(201, 200, 200, 0.5);
}
.home_reviews img {
  display: inline-block;
  vertical-align: top;
  padding: 25px 20px;
  width: 170px;
}
.home_reviews p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #505050;
  font-style: italic;
  width: 364px;
  padding-right: 0px;
  /* padding-left: 17px; */
}
.home_reviews a {
  position: absolute;
  bottom: -15px;
  right: 13px;
  background: #df0000;
  /* height: 40px; */
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px 10px 20px;
  width: 225px;
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.header_h2_home {
  text-align: center;
  font-size: 30px;
  color: #000;
}
.header_h3_home {
  text-align: center;
  font-size: 24px;
  color: #5f5e5e;
}

.prem {
}

.item_prem {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding: 1%;
  margin-bottom: 20px;
  position: relative;
}
.item_prem div {
  display: inline-block;
  vertical-align: top;
  width: 344px;
  padding-left: 24px;
}/*
.item_prem div p {
  font-size: 18px;
}*/
.item_prem img {
  display: inline-block;
  vertical-align: top;
}

.item_prem span {
  border: 2px solid #ee1d23;
  width: 30px;
  display: block;
}

.home_callme {
  background: url('/bitrix/templates/torex/images/callme_background.jpg') no-repeat;
  width: 1186px;
  height: 383px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.name_call {
  width: 270px;
  height: 35px;
  position: absolute;
  font-size: 14px;
  background: none;
  top: 200px;
  left: 124px;
  border: 1px solid #9e9e9e;
  padding-left: 7px;
}

.telephone_call {
  width: 270px;
  height: 35px;
  position: absolute;
  font-size: 14px;
  background: none;
  padding: 15px 9px !important;
  top: 200px;
  left: 415px;
  border: 1px solid #9e9e9e;
}

.btn_call {
  position: absolute;
  background: #ffe400;
  font-size: 14px;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  top: 191px;
  border-radius: 4px;
  cursor: pointer;
  padding: 20px 15px;
  right: 100px;
}
.btn_call:hover {
  -webkit-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.51);
}
#wrap_slider_home {
  margin-bottom: 40px;
  margin-top: 40px;
}

#slider_home {
  background: url('/bitrix/templates/torex/images/home_slider_back.png') no-repeat;
  width: 1182px;
  height: 496px;
  padding-top: 40px;
}

.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 10000em;
  position: relative;

  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  width: 290px;
  text-align: center;
}

#slider_home li a {
  display: block;
  text-decoration: none;
}
#slider_home li img {
  margin-top: 15px;
}

.slider_home_cost {
  background: #3caa3c;
  color: #fff;
  font-size: 18px;
  display: block;
  width: 170px;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: 22px;
}
.name_slider_home {
  border: 3px solid #fff;
  color: black;
  text-align: center;
  width: 170px;
  /* margin-bottom: 11px; */
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 0px;
  font-size: 16px;
  display: block;
}
.jcarousel-wrapper {
  position: relative;
}
.jcarousel2-wrapper {
  position: relative;
}
.jcarousel-wrapper .jcarousel-prev {
  position: absolute;
  background: url('/bitrix/templates/torex/images/arrow-left.png') no-repeat;
  width: 40px;
  height: 40px;
  top: 200px;
  left: 0px;
  text-indent: -9999px;
}
.jcarousel-wrapper .jcarousel-next {
  position: absolute;
  background: url('/bitrix/templates/torex/images/arrow-right.png') no-repeat;
  width: 40px;
  height: 40px;
  top: 200px;
  right: 0px;
  text-indent: -9999px;
}

.jcarousel2-wrapper .jcarousel-prev {
  position: absolute;
  background: url('/bitrix/templates/torex/images/arrow-left.png') no-repeat;
  width: 40px;
  height: 40px;
  top: 200px;
  left: 0px;
  text-indent: -9999px;
}
.jcarousel2-wrapper .jcarousel-next {
  position: absolute;
  background: url('/bitrix/templates/torex/images/arrow-right.png') no-repeat;
  width: 40px;
  height: 40px;
  top: 200px;
  right: 0px;
  text-indent: -9999px;
}

.jcarousel3-wrapper {
  position: relative;
}

.jcarousel3-wrapper .jcarousel-prev {
  position: absolute;
  background: url('/bitrix/templates/torex/images/arrow-left.png') no-repeat;
  width: 40px;
  height: 40px;
  top: 111px;
  left: 0px;
  text-indent: -9999px;
}
.jcarousel3-wrapper .jcarousel-next {
  position: absolute;
  background: url('/bitrix/templates/torex/images/arrow-right.png') no-repeat;
  width: 40px;
  height: 40px;
  top: 111px;
  right: 0px;
  text-indent: -9999px;
}

.detail_name_slider {
  height: 20px;
  font-size: 12px !important;
  overflow: hidden;
}

#warehouse_program_wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}
#warehouse_program_wrapper h2 {
  font-size: 33px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
#warehouse_program_wrapper h3 {
  color: #5f5e5e;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

#warehouse_program {
  background: url('/bitrix/templates/torex/images/back_warehous.png') no-repeat;
  width: 1182px;
  height: 423px;
}

.jcarousel2 {
  position: relative;
  overflow: hidden;
}

.jcarousel2 ul {
  width: 10000em;
  position: relative;

  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel2 li {
  float: left;
  width: 290px;
  text-align: center;
}

.cost_warehouse {
  font-size: 18px;
  border: 2px solid #d7232d;
  width: 160px;
  margin: 15px auto 0;
}
.cost_section_slider_block {
border: 4px solid #c9c8c8;
    border-radius: 7px;
    width: 144px;
    margin: 5px auto 0;
    height: 60px;
}

.jcarousel3 li:hover .cost_section_slider_block {
  border: 1px solid #fff;
}
.jcarousel3 li {
  border: 1px solid #fff;
}

.jcarousel3 li:hover {
  border: 1px solid #df0000;
}

.jcarousel3 a {
  color: #000;
}

.jcarousel3 li img {
  padding-top: 10px;
}
#section_slider img {
  height: 200px;
}

.slider_section_info {
  border: 1px solid #d7232d;
  width: 183px;
  margin: 15px auto 0;
}

.name_warehouse {
  font-size: 14px;
  font-weight: bold;
  margin-top: 27px;
  color: #b70101;
  margin-bottom: 14px;
}

.jcarousel3 {
  position: relative;
  overflow: hidden;
}

.jcarousel3 ul {
  width: 10000em;
  position: relative;

  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel3 li {
  float: left;
  width: 162px;
  text-align: center;
}

.name_section_slider {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
}

.cost_section_slider {
  font-size: 14px;
  color: #d7232d;
  padding-bottom: 10px;
  padding-top: 5px;
}

#section_slider {
  position: relative;
  width: 98%;
}

.name_section {
  font-size: 30px;
  text-align: left;
  display: block;
  margin-top: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

.header_section {
  text-align: center;
  color: #5f5e5e;
  font-size: 18px;
  border-bottom: 3px solid #c8c5c5;
  padding-bottom: 22px;
  margin-bottom: 36px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.catalog-detail {
  border-top: 3px solid #c8c5c5;
}

.sklad_banner {
  margin: 0 auto;
  width: 1186px;
  display: block;
}

.form_callme {
  width: 350px;
  border: 5px solid #df0000;
}

.form_callme h2 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 29px;
  font-weight: bold;
}
.form_callme input {
  height: 35px;
  width: 100%;
  background: #f7f3f3;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 5px;
}
.form_callme span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}
.form_callme textarea {
  height: 100px;
  width: 100%;
  background: #f7f3f3;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 5px;
  font-size: 14px;
}
.form_callme p {
  margin-bottom: 15px;
}

.f_header {
  font-weight: bold;
}

.btn_callme {
  background: #df0000;
  margin: 0 auto;
  width: 183px;
  text-align: center;
  /* height: 50px; */
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form_callme h3 {
  text-align: center;
  font-size: 14px;
  color: red;
  text-decoration: underline;
}

.message h2 {
  text-align: center;
}
.btn_callme:hover {
  -webkit-box-shadow: 0px 18px 29px -11px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 18px 29px -11px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 18px 29px -11px rgba(0, 0, 0, 0.54);
}

.images_product {
  display: inline-block;
  vertical-align: top;
  width: 54%;
}

.images_product_slider {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height:150px;
  max-height:150px;
}
.images_product_slider img {max-height:150px;}
.description_block {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.images_product .out_otdelka,
.images_product .in_otdelka {
  display: inline-block;
  width: 47%;
  padding: 1%;
  vertical-align: top;
}

.images_product img {
  max-width: 90%;
}

.images_product_slider .out_otdelka,
.images_product_slider .in_otdelka, .images_product_slider .out_otdelka2,
.images_product_slider .in_otdelka2 {
  display: inline-block;
  width: 47%;
  padding: 1%;
  vertical-align: top;
}

.images_product_slider img {
  max-width: 90%;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail
  > .scroll-element
  .scroll-element_outer:hover
  .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #df0000;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -25px;
}
.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -25px;
}

.scrollbar-rail
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -25px;
}
.scrollbar-rail
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -25px;
}

.item_choise {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 2px;
  border: 3px white solid;
}
.panelV {
  white-space: nowrap;
  overflow-y: auto;
}

.panel {
  white-space: nowrap;
  overflow-y: auto;
}

.choise_item {
  padding: 2px;
  border: 3px red solid;
}
#raschet .ttx_ {
width: 36%;
    padding: 1%;
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
	margin-bottom: 25px;
}

.description_door {
  font-size: 12px;
}

.description_door div {
  padding-bottom: 5px;
}

.description_door b {
  display: block;
}
.catalog-detail-buttons {
  width: 42%;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
}
.catalog-item-image img {
  max-width: 97%;
}

.catalog-item-image .out_otdelka {
  display: inline-block;
  width: 47%;
  padding: 1%;
  vertical-align: top;
margin-right: 7px;
}

.catalog-item-image .in_otdelka {
  display: inline-block;
  width: 47%;
  padding: 1%;
  vertical-align: top;
}

.i-viber {
  padding-left: 23px !important;
  background: url('/bitrix/templates/torex/./images/i-viber.png') no-repeat 9px 10px;
}
.i-whatsapp {
  padding-left: 23px !important;
  background: url('/bitrix/templates/torex/./images/i-whatsapp.png') no-repeat 9px 10px;
}
.mezhkomnatnye img {
  border: none !important;
}
.red_block_link{
  background:#df0000 !important;
  color: white !important;
  font-weight: bold; 
}

.news-title{
    font-size: 22px;
    font-weight: bold;
 	margin-top: -36px;
    margin-bottom: 20px;
	padding-left: 2px;
}
.news-item{
    margin-bottom: 38px;
    border: 8px solid #dcd3d347;
    padding: 12px 10px 10px 10px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px 0px #b9b0b0;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.news-date{
	font-size: 15px;
    padding-bottom: 11px;
    font-weight: bold;
	padding-top: 10px;
	color: grey;
	text-align: right;
}

.slider_home_stock{
  margin-bottom: 20px;
}
.wrap_slider{
text-align: center;
margin-bottom: 64px;
}
.slider_home_stock, .slick-dots, .slider_home_stock2{
  margin: 0px !important;
  padding: 0px !important;
}
.item_slide{
  max-width: 100%;
}

	.sim-inbox {text-align:center;padding:10px;}
	.slick-slide .sim-inbox img {margin:0 auto}
	.similar-prev{
		position: absolute;
		background: url('/bitrix/templates/torex/images/arrow-left.png') no-repeat!important;
		width: 40px;
		height: 40px;
		top: 200px;
		left: 0px;
		text-indent: -9999px;
		cursor:pointer;z-index:100
	}
	.similar-next{
		position: absolute;
		background: url('/bitrix/templates/torex/images/arrow-right.png') no-repeat!important;
		width: 40px;
		height: 40px;
		top: 200px;
		right: 0px;
		text-indent: -9999px;
		cursor:pointer;z-index:100
	}
	
	#footer .ft1 .phone .footer_phonelink {font-size:24px}
	.owl-carousel .owl-item img {margin:0 auto}
	
	
	@media (max-width: 767px) {
		#warehouse_program {width:100%}
	}	
	
	
	/*new*/
		.vnimanie {position:static;margin:10px auto;border:0}
		.bigtext {margin:0 0 25px}
		#content .bigtext ul.list_content  {list-style-type: disc;}
		#content .bigtext ul.list_content li {margin:0 0 5px}
			.bigtext-notshow {display:none}
			.bigtext-more a {color:#df0000;text-decoration:none;border-bottom:1px #df0000 dashed}
			
		.pop-zamer {position:fixed;top:50%;left:-140px;z-index:50;display:none;-webkit-transition: left 0.3s;-o-transition: left 0.3s;transition: left 0.3s;}	
		.pop-zamer:hover{left:0}
		.pop-close {position:absolute;top:10px;right:0;cursor:pointer;}
		@media (min-width: 999px) { 
			.pop-zamer {display:block;}
		}
		
		.content-container {width: 1180px;margin: 0 auto;}
		.home_callme.callme-new {margin:25px auto;width:100%;padding:25px 0;background:#f4f4f4;height:auto}
			.home_callme.callme-new .name_call, .home_callme.callme-new .telephone_call, .home_callme.callme-new .btn_call {position:static;height:auto;border-radius:5px;padding:15px;border:0}
			.callme-new__form {display:flex;justify-content:space-between;}
			.callme-new__form > * {width:31%}
			.home_callme.callme-new .name_call, .home_callme.callme-new .telephone_call {background:#fff}
			.home_callme.callme-new .btn_call {text-align:center;background:#c42426;color:#fff}
			@media (max-width: 480px) { 
				.callme-new__form {flex-wrap:wrap}
				.callme-new__form > * {width:100%;margin:10px 0}
			}	
			.callme-flex {display:flex;align-items:center;justify-content:space-between}
				.callme-flex__left {width:45%}
				.callme-flex__right {width:45%;max-width:500px;text-align:center}
				.callme-new__title {text-align:center;font-size:18px;font-weight:bold}
				.callme-new__title p {margin:0}
				.callme-new .subtitle {margin:25px 0;font-size:18px;text-align:center}
				.callme-new .subtitle a {color:#000;font-weight:bold;font-size:22px;}
				.callme-new .subtitle2 {text-align:center;font-size:18px;}
				.callme-new .subtitle3 {font-size:18px;margin:15px 0;text-align:center;font-weight:bold}
				.callme-new .viber, .top_buttons .viber, .top_buttons .order_zamer {border-radius:5px;color:#fff;background:#0088cc;padding:0 25px;line-height:45px;font-weight:bold;display:inline-block;margin:10px}
				.callme-new .whatsap, .top_buttons .whatsap {border-radius:5px;color:#fff;background:#25D366;padding:0 25px;line-height:45px;font-weight:bold;display:inline-block;margin:10px}
				.callme-new .viber svg, .callme-new .whatsap svg, .top_buttons svg {display:inline-block;vertical-align:middle;margin:0 10px 3px 0}
				 .top_buttons .order_zamer {background:#c23033;margin:0 10px 0 0;line-height:40px}
				
				.callme-flex .subtitle, .callme-flex .subtitle2, .callme-flex .callme-new__title {text-align:left}
				.callme-flex .callme-new__title {font-size:24px}
				.callme-new .callme-flex .subtitle, .callme-new .callme-flex .subtitle2 {font-size:16px;}
				.callme-new .callme-flex .viber, .callme-new .callme-flex .whatsap {margin:10px 10px 10px 0;padding:0 35px;border-radius:50px} 
				.callme-flex .callme-new__form {display:block;}
				.callme-flex .callme-new__form > * {width:100%;margin:10px 0}
				.home_callme.callme-new .callme-flex .btn_call {background:#e6143c;border:1px #e6143c solid;padding:15px 35px;border-radius:50px;transition: .2s;width:auto;min-width:60%;display:inline-block;}
				.home_callme.callme-new .callme-flex .btn_call:hover {color:#e6143c;background:#fff}
				@media (max-width: 767px) { 
					.callme-flex {display:block;}
					.callme-flex__left, .callme-flex__right {width:100%;margin:0 auto}
				}
				
			.pagermore {margin:15px 0;text-align:center}	
				.pagermore span {display:inline-blokc;vertical-align:top;background:#fff;color:#e6143c;border:1px #e6143c solid;padding:15px 35px;border-radius:50px;transition: .2s;cursor:pointer}
				.pagermore span:hover{background:#e6143c;color:#fff}
				
		.r-tabs .r-tabs-nav {
			margin: 0;
			padding: 0;
		}

		.r-tabs .r-tabs-tab {
			display: inline-block;
			margin: 0 5px 10px 0!important;
			list-style: none;
		}

		.r-tabs .r-tabs-panel {
			padding: 15px;
			display: none;
		}

		.r-tabs .r-tabs-accordion-title {
			display: none;
		}

		.r-tabs .r-tabs-panel.r-tabs-state-active {
			display: block;
		}
		
		.r-tabs .r-tabs-tab a {color:#000;text-decoration:none;font-weight:bold;font-size:14px;display:block;padding:8px 10px;border:1px solid #d8d3cf;border-radius:7px;transition: .2s}
		.r-tabs .r-tabs-tab.r-tabs-state-active a, .r-tabs .r-tabs-tab a:hover {background:#e6143c;color:#fff;border-color:#e6143c}
		.block_Element li {box-sizing:border-box;width:32%}

		/* Accordion responsive breakpoint */
		@media only screen and (max-width: 768px) {
			.r-tabs .r-tabs-nav {
				display: none;
			}

			.r-tabs .r-tabs-accordion-title {
				display: block;margin:10px 0
			}
			.r-tabs .r-tabs-accordion-title  a {border:1px #e6143c solid;color:#e6143c;display:block;padding:10px;text-decoration:none;border-radius:5px}
		}		
		
/*newhead*/		
	#menu {display:none}
	.wrapper-new {
		margin: 0 auto;
		position: relative;
		width: 1180px;
	}
	.wrapper-new:after{display: table;	clear: both;	content: '';}
	.box {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.inline-box {
		display: -moz-inline-box;
		display: inline-block;
		*zoom: 1;
		*display: inline;
		vertical-align: top;
	}
	
	.top{background:#f1f5f9;padding:8px 0}
		.phones {float:left;line-height:40px;font-weight:600;font-size:16px;color:#39474d}
		.top_buttons {float:right;}
		.bigphone {font-weight:600;font-size:24px}
		.bigphone a {color:#39474d;text-decoration:none}
		 .top_buttons .viber {margin:0;line-height:40px}
		 .top_buttons .whatsap {margin:0 0 0 10px;line-height:40px}
	
	.header {margin:30px 0}	
		.logo {float:left;margin:7px 25px 0 0;position:static}
		.logo a {width:auto;height:auto;background:none;text-indent:initial;}
		.logo_slogan {float:left;height:52px;line-height:52px;border-left:8px #c23033 solid;padding:0 0 0 25px;font-weight:700}
		.the_cart {float:right;margin:5px 0 0}
		.the_cart > a, .empty_cart {
			display:block;border:1px #000 solid;padding:15px 25px 15px 70px;border-radius:50px;
			font-size:15px;font-weight:700;text-decoration:none;color:#000;
			background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI2IDI2IiBpZD0i0KHQu9C+0LlfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjYgMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yMi42ODM1OTM4LDcuMTM1NzQyMmMtMC4wMjUzOTA2LTAuMzk1NTA3OC0wLjM1MjUzOTEtMC43MDMxMjUtMC43NDkwMjM0LTAuNzAzMTI1aC0zLjk2OTcyNjZWNS4yNTk3NjU2ICBDMTcuOTY0ODQzOCwyLjkxMTEzMjgsMTUuNzM3MzA0NywxLDEzLDFTOC4wMzUxNTYzLDIuOTExMTMyOCw4LjAzNTE1NjMsNS4yNTk3NjU2djEuMTcyODUxNkg0LjA2NTQyOTcgIGMtMC4zOTY0ODQ0LDAtMC43MjM2MzI4LDAuMzA3NjE3Mi0wLjc0OTAyMzQsMC43MDMxMjVMMi4yNTA5NzY2LDI0LjIwMzEyNSAgYy0wLjAxMjY5NTMsMC4yMDcwMzEzLDAuMDYwNTQ2OSwwLjQwOTE3OTcsMC4yMDIxNDg0LDAuNTYwNTQ2OUMyLjU5NDcyNjYsMjQuOTE0MDYyNSwyLjc5Mjk2ODgsMjUsMywyNWgyMCAgYzAuMjA3MDMxMywwLDAuNDA1MjczNC0wLjA4NTkzNzUsMC41NDY4NzUtMC4yMzYzMjgxYzAuMTQxNjAxNi0wLjE1MTM2NzIsMC4yMTQ4NDM4LTAuMzUzNTE1NiwwLjIwMjE0ODQtMC41NjA1NDY5ICBMMjIuNjgzNTkzOCw3LjEzNTc0MjJ6IE05LjUzNTE1NjMsNS4yNTk3NjU2QzkuNTM1MTU2MywzLjczODI4MTMsMTEuMDg5ODQzOCwyLjUsMTMsMi41czMuNDY0ODQzOCwxLjIzODI4MTMsMy40NjQ4NDM4LDIuNzU5NzY1NiAgdjEuMTcyODUxNkg5LjUzNTE1NjNWNS4yNTk3NjU2eiBNOC4wMzUxNTYzLDcuOTMyNjE3MnYxLjYyODkwNjNjMCwwLjQxNDA2MjUsMC4zMzU5Mzc1LDAuNzUsMC43NSwwLjc1czAuNzUtMC4zMzU5Mzc1LDAuNzUtMC43NSAgVjcuOTMyNjE3Mmg2LjkyOTY4NzV2MS42Mjg5MDYzYzAsMC40MTQwNjI1LDAuMzM1OTM3NSwwLjc1LDAuNzUsMC43NXMwLjc1LTAuMzM1OTM3NSwwLjc1LTAuNzVWNy45MzI2MTcyaDMuMjY0NjQ4NCAgbDAuNjQ5ODQxMywxMC40MDAzOTA2SDQuMTIwNjY2NUw0Ljc3MDUwNzgsNy45MzI2MTcySDguMDM1MTU2M3ogTTMuNzk3ODUxNiwyMy41bDAuMjYwMzc2LTQuMTY2OTkyMmgxNy44ODM1NDQ5TDIyLjIwMjE0ODQsMjMuNSAgSDMuNzk3ODUxNnoiIGZpbGw9IiMxRDFEMUIiLz48L3N2Zz4=) 20px 50% no-repeat;
			background-size:35px auto;
		}
		
		.header-flex__phones {
			background:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQ3NS44MTciIGlkPSJzdmcxOTMxIiB3aWR0aD0iMTY5LjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly93ZWIucmVzb3VyY2Uub3JnL2NjLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL2lua3NjYXBlLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzIGlkPSJkZWZzMTkzMyI+PG1hcmtlciBpZD0iQXJyb3dFbmQiIG1hcmtlckhlaWdodD0iMyIgbWFya2VyVW5pdHM9InN0cm9rZVdpZHRoIiBtYXJrZXJXaWR0aD0iNCIgb3JpZW50PSJhdXRvIiByZWZYPSIwIiByZWZZPSI1IiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxwYXRoIGQ9Ik0gMCAwIEwgMTAgNSBMIDAgMTAgeiIgaWQ9InBhdGgxOTM2Ii8+PC9tYXJrZXI+PG1hcmtlciBpZD0iQXJyb3dTdGFydCIgbWFya2VySGVpZ2h0PSIzIiBtYXJrZXJVbml0cz0ic3Ryb2tlV2lkdGgiIG1hcmtlcldpZHRoPSI0IiBvcmllbnQ9ImF1dG8iIHJlZlg9IjEwIiByZWZZPSI1IiB2aWV3Qm94PSIwIDAgMTAgMTAiPjxwYXRoIGQ9Ik0gMTAgMCBMIDAgNSBMIDEwIDEwIHoiIGlkPSJwYXRoMTkzOSIvPjwvbWFya2VyPjwvZGVmcz48ZyBpZD0iZzE5NDEiPjxwYXRoIGQ9Ik0gMTA2LjE4MiAwQyA4My44MDMzIDIuNTA0IDIuNDI2NjUgMzkuNjk3IDAuMDUzMjUzMiAyMzEuNDc5QyAtMi40NDY3NSA0MzMuNTA0IDgzLjgwMzMgNDc2LjAwNCAxMDYuNDIzIDQ3NS41NDZMIDEwNi40MjMgMzQyLjExQyA4Ny44MDMzIDM0Mi4xMSA4NC4wNTc0IDMyMS44MzYgNzkuODAzMyAyODAuMDA0QyA3Ni45ODgzIDI1Mi4zMjUgNzYuMTY3NCAyMTguMDYxIDc5LjgwMzMgMTg0LjAwNEMgODIuMzU1MyAxNjAuMTA3IDg2LjgwMzMgMTM2Ljc4MSAxMDYuMzAzIDEzNi43ODFMIDEwNi4xODIgMHoiIGlkPSJwYXRoMTk0MyIgc3R5bGU9InN0cm9rZTpub25lOyBmaWxsOiNlNjE0M2MiLz48cGF0aCBkPSJNIDE1NC40MjggNDc1Ljc4MUMgMTYzLjA1MyA0NzUuNzgxIDE2OS4yMzkgNDY4Ljc1NCAxNjkuMjM5IDQ2MC44NzlMIDE2OS4zIDQ2MC44MTdDIDE2OS4zIDQ2MC44MTcgMTY5LjIzOSAzNTYuODE3IDE2OS4yMzkgMzU2Ljc1NEMgMTY5LjIzOSAzNDguNTA0IDE2Mi41NTMgMzQyIDE1NC40MjggMzQyTCAxMTYuNjI4IDM0MkwgMTE2LjYyOCA0NzUuNzgxQyAxMTYuNjI4IDQ3NS43ODEgMTU0LjMzNSA0NzUuODM5IDE1NC4zNjYgNDc1LjgwOEwgMTU0LjQyOCA0NzUuNzgxeiIgaWQ9InBhdGgxOTQ1IiBzdHlsZT0ic3Ryb2tlOm5vbmU7IGZpbGw6I2U2MTQzYyIvPjxwYXRoIGQ9Ik0gMTU0LjQyOCAxMzYuNzgxQyAxNjMuMDUzIDEzNi43ODEgMTY5LjIzOSAxMjkuNzU0IDE2OS4yMzkgMTIxLjg3OUwgMTY5LjMgMTIxLjgxN0MgMTY5LjMgMTIxLjgxNyAxNjkuMjM5IDE0LjgxNyAxNjkuMjM5IDE0Ljc1NEMgMTY5LjIzOSA2LjUwNCAxNjIuNTUzIDAgMTU0LjQyOCAwTCAxMTYuNjI4IDBMIDExNi42MjggMTM2Ljc4MUMgMTE2LjYyOCAxMzYuNzgxIDE1NC4zMzUgMTM2LjgzOSAxNTQuMzY2IDEzNi44MDhMIDE1NC40MjggMTM2Ljc4MXoiIGlkPSJwYXRoMTk0NyIgc3R5bGU9InN0cm9rZTpub25lOyBmaWxsOiNlNjE0M2MiLz48L2c+PC9zdmc+) 0 50% no-repeat;
			background-size: 15px auto;
			padding: 0 0 0 25px;
			text-align: right;
		}
		.header-flex__zamer a {color:#e6143c;text-decoration:none;border-bottom:1px #e6143c dashed}
		
	.topmenu{box-shadow:0 -1px rgba(0,0,0,.05)}
		.topmenu .wrapper-new > ul {
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		}
		.topmenu .wrapper-new > ul > li > a {display:block;padding:18px 0;color:#000;text-decoration:none;border-bottom:4px solid transparent;font-size:18px;font-weight:700}
		.topmenu .wrapper-new > ul > li > a:hover, .topmenu .wrapper-new > ul > li > a.selected {border-color:#c02c2c}
		
	.header-flex {
		display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
		align-items:center		
	}	
	
	.subtitle-phone {margin:25px 0}
		.subtitle-phone svg {display:inline-block;vertical-align:middle;margin:0 15px 0 0}
		
	#ajaxmodal {padding:20px}
	.fancybox-content.theformus {padding:0}	
	
	#breadcrumb a.bk {padding-top:3px;padding-bottom:4px}
	
	/*product-page*/
		.catalog-detail {padding:15px 0;border:0}
			.catalog-detail .name_section {margin:0 0 15px;}
			.door-intro{color:#6e7680}
			.door-intro > div {margin:0 0 8px;font-size:14px;line-height:20px}
			.card-product__voiting-stars_blocked {
				position: relative;
			}
			.card-product__voiting-stars > fieldset {
				border: none;
				display: inline-block;
				padding:0;margin:0
			}
			.card-product__voiting-stars > fieldset:not(:checked) > input {
				position: absolute;
				display: none;
				clip: rect(0,0,0,0);
			}
			.card-product__voiting-stars > fieldset:not(:checked) > label {
				position: relative;
				float: right;
				margin-right: 5px;
				width: 40px;
				height: 40px;
				overflow: hidden;
				white-space: nowrap;
				cursor: pointer;
				font-size: 0;
				color: red;
			}
			.card-product__voiting-stars > fieldset:not(:checked) > label::before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				width: 35px;
				height: 35px;
				background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmRjNjQ7fS5jbHMtMntmaWxsOiNmZmM4NTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTQuNDggMCAxMC4zNSA5LjMyIDAgMTEuMzkgOC4yOCAxOC42NCA1LjE3IDI5IDE1LjUyIDIzLjgyIDI0LjgzIDI5IDIxLjcyIDE4LjY0IDMwIDExLjM5IDE5LjY2IDkuMzIgMTQuNDggMCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4LjM0LDdBNTcuNzIsNTcuNzIsMCwwLDAsNS4yNiwyOC43TDguMTgsMTlsLjA4LS4zM0wwLDExLjQsMTAuNDcsOS4wNmw0LTlaIi8+PC9zdmc+);
				background-size: cover;
				-webkit-filter: grayscale(100%);
				filter: grayscale(100%);
			}
			.card-product__voiting-stars > fieldset:not(:checked) > label::after {
				position: absolute;
				top: 50%;
				transform: translate(-50%,-50%);
				height: 40px;
				background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmRjNjQ7fS5jbHMtMntmaWxsOiNmZmM4NTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5zdGFyPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTQuNDggMCAxMC4zNSA5LjMyIDAgMTEuMzkgOC4yOCAxOC42NCA1LjE3IDI5IDE1LjUyIDIzLjgyIDI0LjgzIDI5IDIxLjcyIDE4LjY0IDMwIDExLjM5IDE5LjY2IDkuMzIgMTQuNDggMCIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE4LjM0LDdBNTcuNzIsNTcuNzIsMCwwLDAsNS4yNiwyOC43TDguMTgsMTlsLjA4LS4zM0wwLDExLjQsMTAuNDcsOS4wNmw0LTlaIi8+PC9zdmc+) right center no-repeat;
				background-size: cover;
				-webkit-filter: grayscale(100%);
				filter: grayscale(100%);
				opacity: 0;
				width: 20px;
				margin-left: 10px;
			}
			.card-product__voiting-stars > fieldset > input:checked ~ label::before {
				width: 40px;
				height: 40px;
				-webkit-filter: none;
				filter: none;
			}
			.card-product__voiting-stars_blocked::before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				z-index: 5;
			}
			
			.catalog-detail #list_cart {margin:0!important}
				.catalog-detail #raschet .ttx_ {width:100%;padding:10px 0;margin:0}
				.priceinfo {display:flex;align-items:center;justify-content:space-between;margin:15px 0;position:relative;padding-top:35px;}
				.catalog-detail #raschet .priceinfo .ttx_ {width:auto;padding:0}
				.catalog-detail .catalog-detail-buttons {width:auto;padding:0}
				.catalog-detail #list_cart .catalog-detail-price {padding:0;margin:0;background:none;color:#000;font-size:35px;box-shadow:initial}
				#catalog_cart_link, #catalog_cart_link2 {display:inline-block;vertical-align:top;
					background: #c42426;
					color: #fff;
					border: 1px solid #c42426;
					border-radius: 30px;
					-webkit-transition: .2s all ease-in;
					transition: .2s all ease-in;
					padding:5px 45px;
					box-shadow:initial
				}
				#catalog_cart_link:hover, #catalog_cart_link2 :hover {background:#fff;color:#c42426}
				.onebuuy {
					display:inline-block;vertical-align:top;
					background:#fff;color:#c42426;
					border: 1px solid #c42426;
					border-radius: 30px;
					-webkit-transition: .2s all ease-in;
					transition: .2s all ease-in;
					padding:5px 15px;
					box-shadow:initial;
					font-weight: 600;
					vertical-align: top;
					line-height: 38px;
					font-size: 18px;
				}
				.onebuuy:hover {background: #c42426;
					color: #fff;}
				.chip-link {position:absolute;top:0;right:0}
				.chip-link a {color: #8b8b8b;text-decoration: none;border-bottom: 1px #8b8b8b dashed;}
				.chip-link a:hover {border-color:transparent}
				.catalog-detail-buttons > div:first-child{margin-bottom:10px}
				.mens-buy {
					padding: 10px;background: #f1f5f9;font-size: 16px;text-align: center;color: #39474d;
				}
				
				.order_name {padding:0 0 15px;font-size:24px;margin:0 0 15px;text-align:center;font-weight:bold;border-bottom:2px #f1f5f9 solid}
				.order_form input[type='text'] {padding:10px;width:100%;margin:15px 0;box-sizing:border-box;font-size:16px;border:1px solid #555}
				.order_form input[type='submit'], #cart-bt {display:inline-block;vertical-align:top;
					background:#fff!important;color:#c42426!important;
					border: 1px solid #c42426;
					border-radius: 30px;
					-webkit-transition: .2s all ease-in;
					transition: .2s all ease-in;
					padding:5px 15px;
					box-shadow:initial;
					font-weight: 600;
					vertical-align: top;
					line-height: 38px;
					font-size: 18px;
					cursor:pointer;height:auto;
				}
				.order_form input[type='submit']:hover, #cart-bt:hover {background: #c42426!important;
					color: #fff!important;}
					
					
				.description_door {font-size:14px}
					.description_door > div {margin:0 0 15px;}
			
	/*footer*/
.footer {margin:25px auto 0;padding:25px 0;border-top:1px #b2b2b3 solid}
	.footer .wrapper {margin: 0 auto;	position: relative;	width: 1180px;}
	.footer .clear:after{display: table;	clear: both;	content: '';}
		.inbottom_name {position:relative;padding:0 0 10px;margin:0 0 15px;color:#404245;font-size:16px;font-weight:700}
		.inbottom_name:after{content:'';display:block;position:absolute;bottom:0;left:0;height:2px;width:100px;background:#df0000;}
		.bottom1 {float:left;width:15%}
		.bottom4 {float:right;width:20%}
		.bottom2 {float:left;width:35%;margin:0 2%}
		.bottom3 {float:left;width:25%}
		.bottom2 > ul {column-count: 2;}
		.bottom2 > ul li {
			-webkit-column-break-inside: avoid;
			page-break-inside: avoid;
			break-inside: avoid;
			}
			
		.bottom1 a, .bottom2 a, .bottom3 a {color:#005795;font-size:14px;text-decoration:none;border-bottom:1px solid #005795}	
		.bottom1 li, .bottom2 li, .bottom3 li{margin:0 0 15px}
		.bottom1 a:hover, .bottom2 a:hover, .bottom3 a:hover {border-color:transparent}
			.inbottom_phones {margin:0 0 35px}
			.inbottom_phones a{color:#005795;text-decoration:none;font-size:16px}
			.inbottom_phones p {margin:0 0 10px}
			.inbottom_mail {padding:0 0 0 40px;margin:0 0 30px;background:url('/bitrix/templates/torex/images/inmail.png') 0 0 no-repeat;min-height:20px;line-height:20px}
			.inbottom_mail a {color:#005791;font-size:16px;text-decoration:none}
			
			.inbottom_skype {padding:0 0 0 40px;margin:0 0 30px;background:url('/bitrix/templates/torex/images/inskype.png') 0 0 no-repeat;min-height:27px;line-height:27px}
			.inbottom_skype a {color:#005791;font-size:16px;text-decoration:none}
			
			
	.copyright {padding:0 170px 0 0;margin:25px 0 0;background:url('/bitrix/templates/torex/images/logo2.png') 100% 0 no-repeat;font-size:12px;color:#6c6c6c}	
		
		.is-sticky .sale_menu {display:none}
		.top-menu-multilevel > li.menu-cart {display:none}
		.is-sticky .top-menu-multilevel > li.menu-cart {display:inline-block;background:#df0000;padding:0}
		 .is-sticky .menu-cart a {
			padding:16px 8px 16px 40px;color:#fff;display:block;
			background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI2IDI2IiBpZD0i0KHQu9C+0LlfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjYgMjYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yMi42ODM1OTM4LDcuMTM1NzQyMmMtMC4wMjUzOTA2LTAuMzk1NTA3OC0wLjM1MjUzOTEtMC43MDMxMjUtMC43NDkwMjM0LTAuNzAzMTI1aC0zLjk2OTcyNjZWNS4yNTk3NjU2ICBDMTcuOTY0ODQzOCwyLjkxMTEzMjgsMTUuNzM3MzA0NywxLDEzLDFTOC4wMzUxNTYzLDIuOTExMTMyOCw4LjAzNTE1NjMsNS4yNTk3NjU2djEuMTcyODUxNkg0LjA2NTQyOTcgIGMtMC4zOTY0ODQ0LDAtMC43MjM2MzI4LDAuMzA3NjE3Mi0wLjc0OTAyMzQsMC43MDMxMjVMMi4yNTA5NzY2LDI0LjIwMzEyNSAgYy0wLjAxMjY5NTMsMC4yMDcwMzEzLDAuMDYwNTQ2OSwwLjQwOTE3OTcsMC4yMDIxNDg0LDAuNTYwNTQ2OUMyLjU5NDcyNjYsMjQuOTE0MDYyNSwyLjc5Mjk2ODgsMjUsMywyNWgyMCAgYzAuMjA3MDMxMywwLDAuNDA1MjczNC0wLjA4NTkzNzUsMC41NDY4NzUtMC4yMzYzMjgxYzAuMTQxNjAxNi0wLjE1MTM2NzIsMC4yMTQ4NDM4LTAuMzUzNTE1NiwwLjIwMjE0ODQtMC41NjA1NDY5ICBMMjIuNjgzNTkzOCw3LjEzNTc0MjJ6IE05LjUzNTE1NjMsNS4yNTk3NjU2QzkuNTM1MTU2MywzLjczODI4MTMsMTEuMDg5ODQzOCwyLjUsMTMsMi41czMuNDY0ODQzOCwxLjIzODI4MTMsMy40NjQ4NDM4LDIuNzU5NzY1NiAgdjEuMTcyODUxNkg5LjUzNTE1NjNWNS4yNTk3NjU2eiBNOC4wMzUxNTYzLDcuOTMyNjE3MnYxLjYyODkwNjNjMCwwLjQxNDA2MjUsMC4zMzU5Mzc1LDAuNzUsMC43NSwwLjc1czAuNzUtMC4zMzU5Mzc1LDAuNzUtMC43NSAgVjcuOTMyNjE3Mmg2LjkyOTY4NzV2MS42Mjg5MDYzYzAsMC40MTQwNjI1LDAuMzM1OTM3NSwwLjc1LDAuNzUsMC43NXMwLjc1LTAuMzM1OTM3NSwwLjc1LTAuNzVWNy45MzI2MTcyaDMuMjY0NjQ4NCAgbDAuNjQ5ODQxMywxMC40MDAzOTA2SDQuMTIwNjY2NUw0Ljc3MDUwNzgsNy45MzI2MTcySDguMDM1MTU2M3ogTTMuNzk3ODUxNiwyMy41bDAuMjYwMzc2LTQuMTY2OTkyMmgxNy44ODM1NDQ5TDIyLjIwMjE0ODQsMjMuNSAgSDMuNzk3ODUxNnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=) 10px 50% no-repeat;
			background-size:25px auto;
		}
		
	/*review*/
		.reviews-list__box {margin:0 0 45px;display:flex;}
			.reviews-list__info {width:260px;min-width:260px;border-right:1px solid #d8d3cf;padding:0 20px 0 0;margin:0 20px 0 0}
			.reviews-list__info fieldset {padding:0;margin:0}
			.reviews-list__text {line-height:28px;}
			.reviews-list__box .card-product__voiting-stars > fieldset:not(:checked) > label {width:20px;height:20px}
			.reviews-list__box .card-product__voiting-stars > fieldset:not(:checked) > label::before,
			.reviews-list__box .card-product__voiting-stars > fieldset:not(:checked) > label::after,
			.reviews-list__box .card-product__voiting-stars > fieldset > input:checked ~ label::before
			 {width:20px;height:20px}
			
			.reviews-list__name{color:#d30324;font-weight:bold}
			.reviews-list__date {margin:5px 0}
		
				
	/*cart*/
		.box-props {display: inline-block;vertical-align: top;width: 48%;}
		.box-props > br {display:none}
		.box-delivery {display: inline-block;vertical-align: top;width: 48%;margin-left:2%}
		#order_form_div .sale_order_table.delivery .desc {text-align:left}
			#cart-bt {text-shadow:initial;float:right}	
				#ORDER_FORM:after{display: table;	clear: both;	content: '';}
				
		@media (min-width: 767px) {
			.cart-table {display:table;width:100%}
			.head-carts, .cart-line {display:table-row}
			.head-carts > div, .cart-line > div {display:table-cell;padding:10px}
			.head-name {padding:0}
			.cart-line > div {border-top:1px solid #e9ebed}
			.head-carts {text-align:center}
			.cart-pices {white-space:nowrap}
			.cart-pices, .quanty,  .cart-line > div:last-child {text-align:center}
			.cart-delete-item {margin:0}
			
		}	
		
		.wrap_sliders-small {display:none}
		.wrap_slider {width:100%}
		@media (min-width: 1000px) {
			.wrap_sliders-small {display:block;}
			.slide-wrapper {display:flex;width:100%}
			.wrap_sliders-small {width:300px;min-width:300px;margin-left:10px;order:1}
			.wrap_sliders-small+.wrap_slider {width:calc(100% - 320px)}
			.wrap_sliders-small .slick-dots {bottom:15px}
		}


	/*hide-delivery*/
		#order_form_div .section.box-delivery {display:none!Important}
		.box-props, #order_form_div .sale_order_table input[type="text"], #order_form_div .sale_order_table textarea, #order_form_div .sale_order_table select, #order_form_div .order_comment textarea {width:100%}
		#order_form_div .order_comment div, #order_form_div .sale_order_table .name {font-size:16px;color:#000}
		#order_form_div .sale_order_table.props td {border:0;padding:5px 0}
		#ORDER_FORM {max-width: 650px;margin: 25px auto;padding: 25px;box-shadow: 0 0 12px rgba(0,0,0,0.1);text-align:center}
		#cart-bt {float:none;border-color: #7bc862 !important;background: #7bc862 !important;color: #fff !important;}
		#cart-bt:hover {background:#fff!Important;color:#7bc862 !important}
		
		
	/*reviews*/
		.review-item {
			width: 100%;
			padding-bottom: 20px;
			padding-top: 20px;
			border-top: 1px solid #d3d3d3;
			display: inline-block;
		}
		.review-item:first-child {
			border-top: none;
			padding-top: 40px;
		}
		.review-item__left {
			width: 25%;
			float: left;
			border-right: 1px solid #d3d3d3;
		}
		.review-item__right {
			width: 75%;
			float: left;
			padding-left: 20px;
			padding-right: 20px;
			line-height:25px
		}
		.review-item__name {font-weight:bold;margin:0 0 10px;}
		.review-item__star {margin:10px 0}
		
		.navigation {text-align:center}
			.navigation-arrows {margin:10px 0}
			
		.review-form {background:#f4f4f4;padding:20px;margin:20px 0}	
			.review-form__title {font-weight:bold;text-transform:uppercase;margin:0 0 15px}
			.review-form  div {margin:10px 0}
			.review-form input[type='text'], .review-form  textarea {width:100%;padding:8px;background:#fff;border:0}
			.review-form  textarea {height:200px}
			.review-form input[type='submit'] {background:#e6143c;border:1px #e6143c solid;padding:15px 35px;border-radius:50px;transition: .2s;width:auto;cursor:pointer;font-weight:bold;color:#fff;display:inline-block;}
			.review-form input[type='submit']:hover {color:#e6143c;background:#fff}
			.review-form .card-product__voiting-stars_blocked::before {display:none}
			
		.soc-links img {max-height:34px;display:inline-block;vertical-align:top;}	
		
	
		.catalog-item, .loadmore_item {position:relative;}
		.catalog-item .more-buybuttons {display:none}
		.catalog-item:hover {background:#fff;z-index:3;-webkit-box-shadow: 0 6px 15px rgba(0,0,0,.1);box-shadow: 0 6px 15px rgba(0,0,0,.1);border-color:transparent;border-radius:10px 10px 0 0}
		.catalog-item:hover .more-buybuttons {padding:10px 16px;display:flex;justify-content:space-between;align-items:center;position:absolute;top:100%;left:-5px;right:-5px;
			-webkit-box-shadow: 0 6px 15px rgba(0,0,0,.1);
			box-shadow: 0 6px 15px rgba(0,0,0,.1);
			background:#fff;
			border-radius:0 0 10px 10px
		}
			.more-buybuttons .order_zamer {display:inline-block;vertical-align:top;padding:8px 10px;border-radius:5px;color:#fff;text-decoration:none;background:#4caf50}
			.more-buybuttons .bx_bt_blue {display:inline-block;vertical-align:top;padding:8px 10px;border-radius:5px;color:#fff;text-decoration:none;background:#df0000}
			.catalist .more-buybuttons .order_zamer, .catalist .more-buybuttons .bx_bt_blue {padding:8px 0;width:49%;font-size:13px}
			
		.sort-box {margin:0 0 25px}	
			.sort-box a {display:inline-block;vertical-align:middle;padding:5px;border-radius:5px;border:1px solid #afb2af;color:#222;margin:5px}
			.sort-box a:hover {border-color:#d30324;color:#fff;background:#d30324}
			.sort-box a.actived{border-color:#d30324;color:#d30324;}
			
			
		/*filter*/
		.section-catalog {display:inline-block;vertical-align:top;width:100%}
			.section-catalog__left {width:25%;float:left}
			.section-catalog__right {width:73%;float:right}
			.smartfilter .filtren, .smartfilter .vieweditems {width:100%;border:0;background:#f4f4f4;margin:0 0 10px}
			#content .smartfilter ul {margin:0;padding:0}
			.smartfilter .filtren span.min-price, .smartfilter .filtren span.max-price, .smartfilter .filtren div.min-price, .smartfilter .filtren div.max-price {height:auto}
			
			.section-catalog__right .name_section {margin-top:0}
			.section-catalog__right .block_Element .catalog-item {width:auto;margin-left:10px;margin-right:10px;padding-left:10px;padding-right:10px}
			.section-catalog__right .block_Element .box_price, .block_Element .catalog-item .El_Name {width:auto}
			
			.bx_filter_vertical .bx_filter_section, .sections-left {border:0;background:#f4f4f4;padding:10px;border-radius:5px}
			.sections-left {margin:25px 0 0}
			
			
		/*prod*/
			.description_door:after {display: table;	clear: both;	content: '';}
			.description_door table {width:48%;float:left;margin:0 2% 15px 0}
			.description_door table+table {float:right;margin:0 0 15px 2%}
			.description_door td {padding:8px 10px;text-align:left}
			.description_door td+td{text-align:right;font-weight:bold}
			.description_door tr:nth-child(2n+1) {
				background: #fdf2f4;
			}
			
			@media (max-width: 767px) {
				.description_door table {float:none;width:100%;margin:10px 0!important}
			}	
			
			
			.specification-line {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				padding: 12px 25px 10px;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}
			@media only screen and (max-width: 739px) {
				.specification-line {
					display: block;
				}
			}
			.specification-line_pink {
				background-color: #fdf2f4;
			}
			.specification-line_left {
				display: inline-block;
				position: relative;
			}
			@media only screen and (max-width: 739px) {
				.specification-line_left {
					display: block;
					width: 100%;
				}
			}
			.specification-line_right {
				display: inline-block;
				position: relative;
				font-family: LitteraPlainBold, sans-serif;
			}
			.specification-line__lists {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
				justify-content: space-between;
			}
			@media only screen and (max-width: 1259px) {
				.specification-line__lists {
					display: block;
				}
			}
			.specification-line__list {
				width: 50%;
			}
			@media only screen and (min-width: 1260px) {
				.specification-line__list:not(:last-child) {
					margin-right: 40px;
				}
			}
			@media only screen and (max-width: 1259px) {
				.specification-line__list {
					width: 100%;
				}
			}
			
			#content .card-product__addlinks {margin:20px 0 0}
			#content .card-product__addlinks ul {padding:0;margin:0}
			#content .card-product__addlinks ul li {display:inline-block;vertical-align:top;margin:0 15px 15px 0;line-height:24px;}
			#content .card-product__addlinks ul li a {color:#000;text-decoration:none;}
			#content .card-product__addlinks ul li span {display:inline-block;vertical-align:top;width:24px;height:24px;}
			#content .card-product__addlinks ul li span.wi-ico {
				background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNjMjMwMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjAuODQgNC42MWE1LjUgNS41IDAgMCAwLTcuNzggMEwxMiA1LjY3bC0xLjA2LTEuMDZhNS41IDUuNSAwIDAgMC03Ljc4IDcuNzhsMS4wNiAxLjA2TDEyIDIxLjIzbDcuNzgtNy43OCAxLjA2LTEuMDZhNS41IDUuNSAwIDAgMCAwLTcuNzh6Ii8+PC9zdmc+) 50% 50% no-repeat;
			}
			#content .card-product__addlinks ul li span.wi-ico2 {
				background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjAuODQgNC42MWE1LjUgNS41IDAgMCAwLTcuNzggMEwxMiA1LjY3bC0xLjA2LTEuMDZhNS41IDUuNSAwIDAgMC03Ljc4IDcuNzhsMS4wNiAxLjA2TDEyIDIxLjIzbDcuNzgtNy43OCAxLjA2LTEuMDZhNS41IDUuNSAwIDAgMCAwLTcuNzh6Ii8+PC9zdmc+) 50% 50% no-repeat;
			}
			
			
			#content .card-product__addlinks ul li span.co-ico {
				background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSI5IDExIDEyIDE0IDIzIDMiLz48cGF0aCBkPSJNMjEgMTJ2N2EyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMSAyLTJoMTEiLz48L3N2Zz4=) 50% 50% no-repeat;
			}
			#content .card-product__addlinks ul li span.co-ico2 {
				background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNjY2MiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSI5IDExIDEyIDE0IDIzIDMiLz48cGF0aCBkPSJNMjEgMTJ2N2EyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMSAyLTJoMTEiLz48L3N2Zz4=) 50% 50% no-repeat;
			}
			
			
		#content .El_BK .textEl ul.r-tabs-nav {padding:0;margin:0;width:100%}	
		#content .El_BK .textEl ul.r-tabs-nav li {padding:0!important}
		#content .El_BK .textEl #prodTeh ul.r-tabs-nav li.r-tabs-tab {margin:0!important;padding:0!important;width:50%;text-align:center}
		#content .El_BK .textEl #prodTeh ul.r-tabs-nav li.r-tabs-tab a {padding:25px;border-radius:0}
		#content .El_BK .textEl #prodTeh ul.r-tabs-nav{display:flex;width:100%}
		
		
		
		.document-container {
			display: inline-block;
			position: relative;
			margin: 0 22px 30px 0;
			padding: 15px 20px;
			width: 280px;
			height: 180px;
			text-align: left;
			-webkit-border-radius: 7px;
			border-radius: 7px;
			-webkit-box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.25);
			box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.25);
			cursor: pointer;
			vertical-align: top;
			-webkit-transition: 0.3s ease;
			-o-transition: 0.3s ease;
			transition: 0.3s ease;
			text-decoration: none;
		}
		@media only screen and (min-width: 1260px) {
			.document-container {
				background: #fff url(/local/templates/torex2019/modules/cards/../../images/doc-background.jpg) no-repeat -10px center;
				-webkit-background-size: contain;
				background-size: contain;
			}
		}
		@media only screen and (max-width: 1259px) and (min-width: 740px) {
			.document-container {
				display: block;
				width: 100%;
				font-size: 24px;
				background-position: right;
			}
		}
		@media only screen and (max-width: 739px) {
			.document-container {
				display: block;
				width: 100%;
				height: auto;
				font-size: 24px;
				background-position: right;
			}
			
			.card-product__voiting-stars > fieldset:not(:checked) > label {width:15px;height:15px;margin-right:2px}
			.card-product__voiting-stars > fieldset > input:checked ~ label::before,
			.card-product__voiting-stars > fieldset:not(:checked) > label::before
			{width:15px;height:15px}
			
		}
		.document-container:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 94px;
			height: 127px;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDJINmEyIDIgMCAwIDAtMiAydjE2YTIgMiAwIDAgMCAyIDJoMTJhMiAyIDAgMCAwIDItMlY4eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IjE0IDIgMTQgOCAyMCA4IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgeDE9IjE2IiB4Mj0iOCIgeTE9IjEzIiB5Mj0iMTMiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB4MT0iMTYiIHgyPSI4IiB5MT0iMTciIHkyPSIxNyIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IjEwIDkgOSA5IDggOSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==) 0 0 no-repeat;
			-webkit-background-size: contain;
			background-size: contain;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
		@media only screen and (min-width: 1260px) {
			.document-container:after {
				right: 15px;
			}
		}
		@media only screen and (max-width: 1259px) and (min-width: 740px) {
			.document-container:after {
				right: 70px;
			}
		}
		@media only screen and (max-width: 739px) {
			.document-container:after {
				right: 20px;
				width: 50px;
				height: 73px;
			}
		}
		.document-container:nth-child(4n + 4) {
			margin-right: 0;
		}
		.document-container:hover {
			-webkit-box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.75);
			box-shadow: 0 0 45px -5px rgba(0, 0, 0, 0.75);
		}
		
		.document-container__title {
			color: #c42426;
			text-decoration: none;
		}
		@media only screen and (min-width: 1260px) {
			.document-container__title {
				font-size: 17px;
			}
		}
		@media only screen and (max-width: 1259px) and (min-width: 740px) {
			.document-container__title {
				font-size: 26px;
			}
		}
		.document-container__title-wrap {
			display: block;
			width: 200px;
		}
		@media only screen and (min-width: 1260px) {
			.document-container__title-wrap {
				width: 155px;
			}
		}
		@media only screen and (max-width: 1259px) and (min-width: 740px) {
			.document-container__title-wrap {
				width: 400px;
			}
		}
		@media only screen and (max-width: 739px) {
			.document-container__title-wrap {
				width: 230px;
			}
		}
		.document-wrap {
			margin: 0 auto;
		}

		.header-flex__icons > a {color:#000;text-decoration:none;display:inline-block;vertical-align:top;margin:0 10px;position:relative;padding:0 10px 0 0}
		.header-flex__icons > a span {color:#000;text-decoration:none;display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;font-size:12px;position:absolute;top:0;right:0;border-radius:50%;background:#fff;border:1px #333 solid}
		
			.door-bigstickers span {display:inline-block;vertical-align:top;margin:0 10px 10px 0;border-radius:5px;border:1px transparent solid;padding:5px 8px;font-size:12px;}
			.door-smallstickers {position:absolute;top:0;left:-20px;}
				.door-smallstickers span {display:block;margin:5px 0;border-radius:5px;border:1px transparent solid;padding:5px 8px;font-size:12px;background:#fff}
				.door-bigstickers span.sticker1, .door-smallstickers span.sticker1 {background:#4caf50;color:#fff}
				.door-bigstickers span.sticker2, .door-smallstickers span.sticker2 {background:#c23033;color:#fff}
				.door-bigstickers span.sticker3, .door-smallstickers span.sticker3 {border:1px #c23033 solid;}
				.door-bigstickers span.sticker4, .door-smallstickers span.sticker4 {background:#ffc850;color:#fff}
				.door-bigstickers span.sticker5, .door-smallstickers span.sticker5 {border:1px #4caf50 solid;}
				.door-bigstickers span.sticker6, .door-smallstickers span.sticker6 {border:1px #c23033 solid;}
				.door-bigstickers span.sticker7, .door-smallstickers span.sticker7 {background:#fe9b62;color:#fff}
				.door-bigstickers span.sticker8, .door-smallstickers span.sticker8 {background:#f2f2f2;}
				.door-bigstickers span.sticker9, .door-smallstickers span.sticker9 {border:1px #000 solid;}
				.door-bigstickers span.sticker10, .door-smallstickers span.sticker10 {background:#1565c0;color:#fff}
				.door-bigstickers span.sticker11, .door-smallstickers span.sticker11 {background:#ff3d00;color:#fff}
				.door-bigstickers span.sticker12, .door-smallstickers span.sticker12 {background:#c52a91;color:#fff}
				
			#prodtab-1 ul li {font-size:14px;line-height:18px}	
			
		table.compare-grid {border-collapse: collapse;}	
		table.compare-grid thead td {padding:10px;font-weight:bold;}
		table.compare-grid tbody td {border:1px solid #f2f2f2;padding:10px;transition:none 0s ease 0s}	
		table.compare-grid tbody tr td:first-of-type{font-weight:bold;text-align:left;}
		table.compare-grid tbody tr:hover{background:#fafafa}
			
				
		@media only screen and (min-width: 768px) {		
			#prodTabs .r-tabs-nav {
				margin-bottom: 10px;
				border-bottom: 2px solid #f4f4f4;
				-webkit-box-shadow: none;
				box-shadow: none;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
				justify-content: space-between;
				display:flex;
			}	
			#prodTabs.r-tabs .r-tabs-tab {margin:0!important}
			#prodTabs.r-tabs .r-tabs-tab a{color:#6e7680;border-color:transparent;border-radius:0;margin-bottom:-2px}
			#prodTabs.r-tabs .r-tabs-tab.r-tabs-state-active a, #prodTabs.r-tabs .r-tabs-tab a:hover {background:none;color:#000;border-bottom:2px #e6143c solid}
		}


.specification-line_pink {
    background-color: #fdf2f4;
}
.specification-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 25px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.specification-line_left {
    display: inline-block;
    position: relative;
}
.specification-line_right {
    display: inline-block;
    position: relative;
    font-family: LitteraPlainBold,sans-serif;
}
.specification-line__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 1260px)
.specification-line__list:not(:last-child) {
    margin-right: 40px;
}
element.style {
}
@media only screen and (min-width: 1260px)
.specification-line__list:not(:last-child) {
    margin-right: 40px;
}
.specification-line__list {
    width: 50%;
}

.card-detail__construction {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
   margin-top: 50px;
margin-bottom: 50px;
}
.filter-series-tooltip {
    position: relative;
    width: 232px;
}
.filter-series-tooltip img {
    width: 100%;
    height: auto;
}
.filter-series-tooltip .series-door-tooltip {
    position: absolute;
    width: 20px;
    height: 20px;line-height:20px;font-size:12px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
   border:1px #df0000 solid;background:#fff;
    cursor: default;
}
.filter-series-tooltip .series-door-tooltip__text {
    position: absolute;
    top: 50%;
    left: -9999px;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
    text-align: left;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-shadow: -10px 7px 45px -5px rgb(0 0 0 / 25%);
    box-shadow: -10px 7px 45px -5px rgb(0 0 0 / 25%);
    opacity: 0;
}
.filter-series-tooltip .series-door-tooltip__text:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}
.filter-series-info {
    width: 800px;
margin-left:70px;
}
.info-list__text {
    padding: 0;
}
.info-list {
    position: relative;
    margin-left: 40px;
}
.info-list__row {
    margin: 30px 0;
    font-family: LitteraPlainLight,sans-serif;
}
.info-list__row img {
    position: absolute;
    left: -40px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.filter-series-tooltip .series-door-tooltip:hover .series-door-tooltip__number {
    color: #fff;
}
.filter-series-tooltip .series-door-tooltip:hover {
   background:#df0000
}
.filter-series-tooltip .series-door-tooltip:hover .series-door-tooltip__number+.series-door-tooltip__text {
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    padding: 20px;
    width: 300px;
    height: auto;
    font-size: 16px;
    opacity: 1;
    -webkit-transition: .3s,left 0s;
    -o-transition: .3s,left 0s;
    transition: .3s,left 0s;
}
.filter-series-tooltip .series-door-tooltip__text {
    position: absolute;
    top: 50%;
    left: -9999px;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
    text-align: left;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-shadow: -10px 7px 45px -5px rgb(0 0 0 / 25%);
    box-shadow: -10px 7px 45px -5px rgb(0 0 0 / 25%);
    opacity: 0;
}
.filter-series-tooltip .series-door-tooltip__text:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}
.row {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

			/*door-constraction*/
			.door-constraction {margin:25px 0}
				.constraction-wrapper {display:flex;width:100%;justify-content:space-between}
				.constraction-left {float:left;width:232px;}
					.filter-series-tooltip {position:relative;}
				.constraction-right {float:right;width:calc(100% - 280px)}
					.constraction-right__intro {font-weight:bold;margin:0 0 10px;font-size:16px;line-height:24px}
					.constraction-right__text-box {display:inline-block;vertical-align:top;width:100%;margin:10px 0}
						.constraction-right__text-box img {float:left;margin:0 15px 0 0}
						.constraction-right__text-box div {overflow:hidden}
						
						
			#result {width:450px;max-width:90%}
			#result h3 {font-size:16px;text-align:center}
			.popup-name{color:#c42426;text-align:center;margin:15px 0;font-size:18px}	
				.popup-img, .popuplinks {display:flex;justify-content:space-between}
					.popup-img > div {width:48%}
					.popup-img img {width:auto;height:auto;min-width:0;min-height:0;max-height:100%;max-width:100%;display:inline-block;vertical-align:top;}
					.popuplinks  {margin:10px 0;text-align:center}
					.popuplinks > a {display:inline-block;vertical-align:top;width:48%;text-decoration:none;padding:8px;border-radius:5px;box-sizing:border-box}
					.popuplinks > a.popuplinks__toback {color:#000;background:#f2f2f2}
					.popuplinks > a.popuplinks__tocart {color:#fff;background:#4caf50}
						
			@media (max-width: 480px) {
				.constraction-wrapper {align-items: center;flex-direction:column}
				.constraction-right {width:100%;margin:20px 0 0}
				.filter-series-tooltip .series-door-tooltip__text {left:0;bottom:-9999px;width:100%;top:auto;position:fixed;z-index:10000;-webkit-transition: .3s,bottom 0s;
					-o-transition: .3s,bottom 0s;
					transition: .3s,bottom 0s;
					 -webkit-border-radius: 5px 5px 0 0;
					border-radius: 5px 5px 0 0;
				}
				.filter-series-tooltip .series-door-tooltip:hover .series-door-tooltip__number+.series-door-tooltip__text {
					top:auto;bottom:0;
					left: 0;
					padding: 30px 95px 30px 20px;
					width: 100%;
					height: auto;
					font-size: 16px;
					opacity: 1;
					
				}
				
				.filter-series-tooltip .series-door-tooltip__text:before {left:50%;top:-15px;margin-left:-8px;
					border-width: 0 15px 15px 15px;
					border-color: transparent transparent #fff transparent;
				}
				
			}
			
			
			.catim-wrap, .catim {display:flex;justify-content:space-between;align-items:center;text-align:center;height:220px}
				.catim-wrap a, .catim a, .catim-wrap img, .catim img {display:inline-block;vertical-align:top;}
				.catim-wrap img, .catim img {max-height:200px;min-height:0;min-width:0}
				
			.innerdoor .images_product {width:40%;text-align:center}	
			.innerdoor .description_block {width:59%}
			.dop-desc {margin:15px 0}
				.dop-desc > div {margin:0 0 45px;border-bottom:2px #f2f2f2 solid}
				.dop-desc > div:last-child{border:0}
				.dop-desc__title {font-weight:bold;margin:0 0 10px;}
				.dop-desc__info-line {display:flex;align-items:center;justify-content:space-between;padding:8px;min-height:60px;}
				.dop-desc__info-line:nth-child(2n+1) {
					background: #e6f6ff;
				}
				.dop-desc__info-line .desc-img {width:50px;text-align:center;}
				.dop-desc__info-line img {min-width:0;min-height:0;max-width:50px;display:inline-block;vertical-align:top;}
				.dop-desc__info-line .name {margin:0 auto 0 15px}
				.dop-desc__info-line .dop-desc-price {white-space:nowrap}
				.innerdoor .catim {display:block;height:auto;text-align:center}
				.innerdoor .catim img {max-height:none}
			.indoor-info {margin:25px 0}	
			#content .indoor-info .r-tabs-nav {margin:0 0 10px;padding:0;justify-content:flex-start}
			
			.innerdoor-price {margin:0 0 15px;display:flex;}
				.innerdoor-price > div {padding:8px;border:1px #f2f2f2 solid;margin:0 25px 25px 0;border-radius:8px;cursor:pointer}
				.innerdoor-price > div.door-selected {border-color:#c42426}
				.innerdoor-price__info {display:block;text-transform:uppercase}
				
			.bx_filter_vertical .bx_filter_title {padding:0;}
			.sections-left__title {font-weight:bold;font-size:16px;margin:0 0 15px;}
			#content .sections-left ul {padding:0;margin:0;}
			#content .sections-left ul.left-menu li {background:none;margin:0 0 10px;padding:0 6px;}
			.sections-left ul.left-menu li a {font-weight:initial;color:#000;}
			
			.topmenu .wrapper-new > ul > li {position:relative;}
			.topmenu .wrapper-new > ul > li > ul {position:absolute;top:100%;left:0;width:100%;min-width:200px;background:#fff;z-index:100;display:none;}
			.topmenu .wrapper-new > ul > li > ul ul{position:absolute;top:0;left:100%;width:100%;min-width:200px;background:#fff;z-index:100;display:none;}
			.topmenu .wrapper-new > ul > li ul > li {border-bottom:1px #ccc solid;padding:5px;}
			.topmenu .wrapper-new > ul > li ul > li a {display:block;padding:8px;color:#000;text-decoration:none;font-size:14px;}
			/*.topmenu .wrapper-new > ul li:hover > ul{display:block}*/

/* Правки Vector */

  .ttx_, .cost_warehouse, .cost_section_slider {
    display: none !important;
  }
  .block_Element .box_price{
    border: none;
  }
  .block_Element .box_price .catalog-item-price{
    display: none;
  }
  .more-door{
    float: none;
    margin: 0 auto;
  }
  .lb-widget-panel__item--call-left{
    display: none !important;
  }
.door-stars, #catalog_cart_link{
  display: none;
}



/* Правки Vector. */
/* End */



/* Start:/bitrix/templates/torex/mobile/adaptive.css*/
.the_new, .adapt_menu, .adapt_menu2 {display:none}


.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{box-sizing:border-box;background:inherit;display:block;padding:0;margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{background:inherit;border-color:inherit;box-sizing:border-box;margin:0}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:40px}.mm-panel_opened{z-index:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-btn_next{box-sizing:border-box;height:40px;bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-btn_next:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-btn_fullwidth{width:100%}.mm-btn_clear:after,.mm-btn_clear:before,.mm-btn_close:after,.mm-btn_close:before{content:'';border:2px solid transparent;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_clear:before,.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_clear:after,.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;display:none;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;transition:opacity .4s ease}.mm-navbar>*{box-sizing:border-box;display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:first-child{left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem,.mm-listitem .mm-btn_next,.mm-listitem .mm-btn_next:before,.mm-listitem:after,.mm-listview{border-color:inherit}.mm-listview{font:inherit;line-height:20px}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem{position:relative}.mm-listitem:after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listitem:after{left:20px}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem>a,.mm-listitem>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listitem .mm-btn_next{background:rgba(3,2,1,0);padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listitem .mm-btn_next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth){width:50px}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:50px}.mm-listitem .mm-btn_fullwidth:before{border-left:none}.mm-listitem .mm-btn_fullwidth+a,.mm-listitem .mm-btn_fullwidth+span{padding-right:50px}.mm-listitem_divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:75%;text-transform:uppercase;padding:5px 10px 5px 20px}.mm-listitem_divider:after{content:' ';display:none;position:static;display:inline-block}.mm-listitem_spacer{padding-top:40px}.mm-listitem_spacer>.mm-btn_next{top:40px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview .mm-btn_next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4)}.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu .mm-listitem_selected>span{background:rgba(255,255,255,.4)}.mm-menu .mm-listitem_opened>.mm-btn_next,.mm-menu .mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05)}.mm-menu .mm-listitem_divider{background:rgba(0,0,0,.05)}
.mm-page{box-sizing:border-box;}.mm-slideout{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms{z-index:10}.mm-menu_offcanvas{width:80%;min-width:140px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-page__blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-page__blocker{display:block}
.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
.mm-menu_theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}.mm-menu_theme-white .mm-navbar a,.mm-menu_theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-btn:after,.mm-menu_theme-white .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-listview .mm-btn_next:after{border-color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(0,0,0,.03);tap-highlight-color:rgba(0,0,0,.03)}.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-white .mm-listitem_selected>span{background:rgba(0,0,0,.03)}.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-white .mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.06)}.mm-menu_theme-white .mm-listitem_divider{background:rgba(0,0,0,.06)}.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-iconbar,.mm-menu_theme-white .mm-iconbar a{color:rgba(0,0,0,.3)}.mm-menu_theme-white.mm-menu_keyboardfocus a:focus{background:rgba(0,0,0,.03)}.mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(0,0,0,.03)}.mm-menu_theme-white.mm-menu_shadow-page:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu_theme-white .mm-searchfield input{background:rgba(0,0,0,.06);color:rgba(0,0,0,.7)}.mm-menu_theme-white .mm-panel__noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu_theme-white .mm-sectionindexer a{color:rgba(0,0,0,.3)}.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(0,0,0,.03)}.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(0,0,0,.03)}.mm-menu_theme-white label.mm-check:before{border-color:rgba(0,0,0,.7)}.mm-menu_theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu_theme-white label.mm-toggle:before{background:#fff}.mm-menu_theme-whiteinput.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu_theme-dark{background:#333;border-color:rgba(0,0,0,.3);color:rgba(255,255,255,.85)}.mm-menu_theme-dark .mm-navbar a,.mm-menu_theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-btn:after,.mm-menu_theme-dark .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-listview .mm-btn_next:after{border-color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-dark .mm-listitem_selected>span{background:rgba(0,0,0,.1)}.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-dark .mm-listitem_opened>.mm-panel{background:rgba(255,255,255,.08)}.mm-menu_theme-dark .mm-listitem_divider{background:rgba(255,255,255,.08)}.mm-menu_theme-dark .mm-counter{color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-iconbar,.mm-menu_theme-dark .mm-iconbar a{color:rgba(255,255,255,.4)}.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus{background:rgba(0,0,0,.1)}.mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(0,0,0,.1)}.mm-menu_theme-dark.mm-menu_shadow-page:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu_theme-dark .mm-searchfield input{background:rgba(255,255,255,.15);color:rgba(255,255,255,.85)}.mm-menu_theme-dark .mm-panel__noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu_theme-dark .mm-sectionindexer a{color:rgba(255,255,255,.4)}.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(0,0,0,.1)}.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(0,0,0,.1)}.mm-menu_theme-dark label.mm-check:before{border-color:rgba(255,255,255,.85)}.mm-menu_theme-dark label.mm-toggle{background:rgba(0,0,0,.3)}.mm-menu_theme-dark label.mm-toggle:before{background:#333}.mm-menu_theme-darkinput.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu_theme-black{background:#000;border-color:rgba(255,255,255,.25);color:rgba(255,255,255,.75)}.mm-menu_theme-black .mm-navbar a,.mm-menu_theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-btn:after,.mm-menu_theme-black .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-listview .mm-btn_next:after{border-color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,.15);tap-highlight-color:rgba(255,255,255,.15)}.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next),.mm-menu_theme-black .mm-listitem_selected>span{background:rgba(255,255,255,.15)}.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next,.mm-menu_theme-black .mm-listitem_opened>.mm-panel{background:rgba(255,255,255,.2)}.mm-menu_theme-black .mm-listitem_divider{background:rgba(255,255,255,.2)}.mm-menu_theme-black .mm-counter{color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-iconbar,.mm-menu_theme-black .mm-iconbar a{color:rgba(255,255,255,.4)}.mm-menu_theme-black.mm-menu_keyboardfocus a:focus{background:rgba(255,255,255,.15)}.mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.15)}.mm-menu_theme-black.mm-menu_shadow-page:after{box-shadow:false}.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel{box-shadow:false}.mm-menu_theme-black .mm-searchfield input{background:rgba(255,255,255,.25);color:rgba(255,255,255,.75)}.mm-menu_theme-black .mm-panel__noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu_theme-black .mm-sectionindexer a{color:rgba(255,255,255,.4)}.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span{background:0 0}.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover{background:rgba(255,255,255,.15)}.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span{background:0 0}.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth){background:rgba(255,255,255,.15)}.mm-menu_theme-black label.mm-check:before{border-color:rgba(255,255,255,.75)}.mm-menu_theme-black label.mm-toggle{background:rgba(255,255,255,.25)}.mm-menu_theme-black label.mm-toggle:before{background:#000}.mm-menu_theme-blackinput.mm-toggle:checked~label.mm-toggle{background:#4bd963}
.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;border-color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:1px;top:0;bottom:auto}.mm-menu_navbar_top-1 .mm-panels{top:40px}.mm-menu_navbar_top-2 .mm-panels{top:80px}.mm-menu_navbar_top-3 .mm-panels{top:120px}.mm-menu_navbar_top-4 .mm-panels{top:160px}.mm-navbars_bottom{border-top-style:solid;border-top-width:1px;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:40px}.mm-menu_navbar_bottom-2 .mm-panels{bottom:80px}.mm-menu_navbar_bottom-3 .mm-panels{bottom:120px}.mm-menu_navbar_bottom-4 .mm-panels{bottom:160px}.mm-navbar_size-2{height:80px}.mm-navbar_size-3{height:120px}.mm-navbar_size-4{height:160px}.mm-navbar__breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar__breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-40px}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbar_tabs,.mm-navbar_tabs~.mm-navbar{background:inherit!important}.mm-navbar__tab_selected{background:inherit;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:none}.mm-navbar__tab_selected:last-child{border-right:none}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.mm-navbars_top .mm-navbar__tab_selected{border-bottom:none;margin-bottom:-1px}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{border-top:none}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid;border-top-color:inherit}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:none;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:none}.mm-navbar_tabs>:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.4)}

@media (min-width: 1024px) {
	.wrap_slider {height:535px;overflow:hidden;padding-bottom:45px;margin-bottom:25px}
	.block_Element .catalog-item-image {height:255px;overflow:hidden}
	.block_Element .catalog-item-image img{max-height:255px}
	#sticker {min-height:52px}
	
}



@media (min-width: 960px) and (max-width:1199px) {
	body, html {
		min-width: 769px;
		margin:0
	}
	
		body div {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%}
			body embed, body iframe, body  video {max-width:100%}
			.tablewrap {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}
			
			.slick-track, .owl-stage {max-width:none}
			.sklad_banner {width:auto}
			
			.top-menu-block li {width:auto}
			.top-menu-block li a {padding:10px}
			.block_feedback_top, .working_hours {display:none!Important}
			.item_prem div {width:calc(100% - 180px)}
			.top-menu-block {width:100%}
			
				.slick-next {right:0}
					.slick-prev {left:0;z-index:10}
					
			.home_reviews li {width:49%}		
			.home_reviews p {width:calc(100% - 180px);font-size:14px}
}



@media (max-width: 960px) {
	body, html {
		min-width: 210px;
		margin:0;
		padding:0;
		background:#fff;
	}
	
	
	
		body div {max-width:100%;box-sizing:border-box}
			body img {height:auto!important;max-width:100%}
			body embed, body iframe, body  video {max-width:100%}
			.tablewrap {width:100%!important;display:block;overflow-x:auto;height:auto!important;-webkit-overflow-scrolling:touch}
			
			.slick-track, .owl-stage {max-width:none}
			.sklad_banner {width:auto}
			
					#t_header, #t_block_header {height:auto}
					#t_header {padding:10px}
					#t_header:after{display: table;	clear: both;	content: '';}
					.working_hours, .official_dealer, .top-phone-block {display:none}
					.basket_line {position:relative;top:0;right:0;float:right;width:auto;height:auto}
					#cart-status {position:static;display:block;padding:0;background:none}
					#cart-status > a.inmob, #cart-status > span.inmob {display:block;padding:0 10px 0 40px!important;background:url('/bitrix/templates/torex/mobile/../images/cart.png') 0 50% no-repeat!important;line-height:44px;height:44px}
					.logo {position:static;float:left}
					.logo a {background:url('/bitrix/templates/torex/mobile/../images/logo_footer.png') 0 50% no-repeat;width:107px;height:45px}
					.inpc {display:none}
					.inmob {display:block;}
					
					
					.slick-next {right:0}
					.slick-prev {left:0;z-index:10}
					#slider_home {height:auto;padding:0;background:none}
					.header_h2_home {font-size:24px}
					
					#content {padding:10px}
					.home-header {height:auto;font-size:20px;background-size:50px auto;padding:0 0 0 60px;min-height:50px;}
					
					.pleer iframe {height:300px!important}
					
					.header_reviews {width:auto;font-size:18px;min-height:50px}
						.home_reviews li {width:auto;height:auto;display:block;}
						
						
					.El_BK .textEl ul {font-size:12px}	
					
					
				#footer {height:auto;padding:10px;background-repeat:repeat}	
				#container-footer, #footer .links {height:auto}
					.foot-tele, .foot-menu, .foot-catalog {position:static;padding:0;margin:0 0 15px}
					.vnimanie, .footer_logo {position:static}
					#footer .footer_cat_list a {width:auto;height:auto}
					#footer .botm1 li {display:inline-block;vertical-align:top;margin:0 15px 10px 0}
					#container-footer .botm1 li a {font-size:14px}
					#footer .ft1, #footer .footer_cat_list {padding:0}
					#footer .footer_cat_list a {padding:0;display:inline-block;vertical-align:top;margin:0 15px 10px 0;font-size:14px}
					.vnimanie {text-align:center;line-height:20px}
					.footer_logo {margin:15px auto 0}
					
					/*inner*/
					#container {margin:0}
					#breadcrumb {padding:10px}
					#breadcrumb a.bk {font-size:12px;padding:5px;margin:0 10px 10px 0;display:inline-block;vertical-align:top;}
					.arrw {display:none}
					.news-item {width:100%}
					.news-title {margin-top:0}
					.news-date {font-size:12px}
					
					/*cat*/
					.name_section {font-size:20px}
					.block_Element li {display:inline-block;vertical-align:top;width:32%;margin:10px 1%;box-sizing:border-box}
					.block_Element .catalog-item {width:100%;margin:0;padding:10px}
					.block_Element .catalog-item .El_Name, .block_Element .box_price {width:100%}
					#section_slider {display:none}
					
					#list_cart .catalog-detail-price, #catalog_cart_link {display:inline-block;vertical-align:top;}
					#order_form_div .sale_order_table input[type="text"], #order_form_div .sale_order_table textarea, #order_form_div .sale_order_table select {width:100%}
					
					#order_form_div .sale_order_table.delivery .desc {width:calc(100% - 120px);margin:0}
					#order_form_div .sale_order_table.delivery .desc .desc {width:100%;margin:0;text-align:left;font-size:12px;line-height:18px}
					div.cart-ordering {margin-right:0}
					.foot-cart {float:right}
					
				.El_BK .textEl ul {width:auto}
				
				.showroom-3 nav {display:none}
				.video1 {height:auto}
				
					/*inn*/
					#content > h2:first-child, .name_section{margin-top:0}
					#breadcrumb+#content{margin-top:-35px}
					
					.owl-carousel.similar-slider .owl-item img {max-width:270px}
					
			.footer .wrapper {padding:0 10px}		
					
		/*new*/
			.header {margin:0}
			.top, .header-flex__logo, .topmenu, .header-flex__phones, .header .the_cart {display:none}
			.header-flex__icons {position:fixed;bottom:100px;right:10px;display:flex;flex-direction:column;z-index:100}
			.header-flex__icons > a {
				margin: 5px 0;
				background: #fff;
				border-radius: 50%;
				border: 1px #f2f2f2 solid;
				width: 60px;
				height: 60px;
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 0;
			}
			.content-container {padding:10px}
			.newicons > a {display:inline-block;margin:0 0 0 10px}
			.newicons .viber {border-radius:5px;color:#fff;background:#7360f2;padding:8px;font-weight:bold;display:inline-block;margin:0 0 0 10px}
			.newicons .whatsap {border-radius:5px;color:#fff;background:#25D366;padding:8px;font-weight:bold;display:inline-block;margin:0 0 0 10px}
			.newicons .telegram {border-radius:5px;color:#fff;background:#0088cc;padding:8px;font-weight:bold;display:inline-block;}
				.newicons svg {display:inline-block;vertical-align:top}
			.cart-box {position:relative}	
			.cart-box .newcart_texting {display:block;position:absolute;top:0;right:-5px;width:15px;height:15px;font-size:12px;text-align:center;line-height:15px;color:#fff;background:#d7232d;border-radius:50%}
			
		/*cat*/
			.section-catalog__left, .section-catalog__right {width:100%}
			.smartfilter {display:none;padding:15px 0 0}
			.section-catalog__left {margin:0 0 15px}
			.bx_filter_vertical .bx_filter_title, .sections-left__title {margin:0;padding:5px 45px;position:relative;color:#fff;height:37px;line-height:27px;display:block;background:#262626;border-radius:5px;cursor:pointer}
			.bx_filter_vertical .bx_filter_title:before, .sections-left__title:before {
                    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjkxODggMC41MjYzMzZDMTguNzY1OSAwLjE3NTU4NyAxOC41MDEyIDAuMDAwMTg5MDU4IDE4LjEyMzQgMEgwLjg3NjE0NkMwLjQ5ODkwOSAwIDAuMjMzODEgMC4xNzU1ODcgMC4wODEwODQ0IDAuNTI2MzM2Qy0wLjA3MTU0NzEgMC44OTUwNDYgLTAuMDA4NzI5MzcgMS4yMTAxMSAwLjI2OTgyMSAxLjQ3MDkxTDYuOTEyOTcgOC4xMjM1MlYxNC42ODE3QzYuOTEyOTcgMTQuOTE1OSA2Ljk5ODM1IDE1LjExOCA3LjE2ODk2IDE1LjI4OTJMMTAuNjE4MyAxOC43NDM0QzEwLjc4MDEgMTguOTE0MyAxMC45ODIyIDE5IDExLjIyNDggMTlDMTEuMzMyNSAxOSAxMS40NDQ3IDE4Ljk3NzQgMTEuNTYxNSAxOC45MzI0QzExLjkxMiAxOC43Nzk0IDEyLjA4NzMgMTguNTE0MSAxMi4wODczIDE4LjEzNjJWOC4xMjM1N0wxOC43MzAyIDEuNDcwOTZDMTkuMDA4OCAxLjIxMDE2IDE5LjA3MTUgMC44OTUxODcgMTguOTE4OCAwLjUyNjMzNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center/contain no-repeat;
                    content: '';
                    position: absolute;
                    left: 16px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 19px; height: 19px;
                }
            .bx_filter_vertical .bx_filter_title:after, .sections-left__title:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: 10px;
                    display: block;
                    width: 10px;
                    height: 10px;
                    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjIxMTIzIDAuNzIxNDE5TDUuNTAwMjQgNC40MzI0MUwxLjc4OTI0IDAuNzIxNDE5QzEuNDk0MDIgMC40MjYxOTMgMS4wMTcxMiAwLjQyNjE5MyAwLjcyMTg5IDAuNzIxNDE5QzAuNTc5NTk0IDAuODYzNzE1IDAuNSAxLjA1NjcgMC41IDEuMjU0MTVDMC41IDEuNDQxMzUgMC41NzA4MDQgMS42MzkxMiAwLjcyNDMyNiAxLjc4OTMyTDQuOTY2MjQgNi4wMzEyNEM1LjI1OTk3IDYuMzI4MjkgNS43Mzk3NyA2LjMyNzU4IDYuMDMyOTcgNi4wMzQzOEwxMC4yNzg2IDEuNzg4NzdDMTAuNTczOCAxLjQ5MzU1IDEwLjU3MzggMS4wMTY2NCAxMC4yNzg2IDAuNzIxNDE5QzkuOTgzMzYgMC40MjYxOTQgOS41MDY0NSAwLjQyNjE5NCA5LjIxMTIzIDAuNzIxNDE5WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) center/contain no-repeat;
                    -webkit-transition: -webkit-transform .3s;
                    transition: transform .3s;
                    -o-transition: transform .3s;
                    transition: transform .3s,-webkit-transform .3s;
                }
            .bx_filter_vertical .bx_filter_title.active, .sections-left__title.active {border-radius:5px 5px 0 0}
			.bx_filter_vertical .bx_filter_title.active:after, .sections-left__title.active:after {
                    -webkit-transform: translateY(-50%) rotate(180deg);
                    -ms-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg);
                }
			
			#content .sections-left ul.left-menu{padding:10px 0 0;display:none}
			
	/****/
		.newhead {box-shadow:0 0 10px rgba(0,0,0,0.5);position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;padding:10px;align-items:center;justify-content:space-between;background:#fff}
		.newwrap, #hpage {padding-top:70px}
		.newwrap #hpage {padding-top:0}
		.newlogo {margin:0 auto 0 0}
		.newicons {white-space:nowrap}
		.adapt_menu {margin:0 10px 0 -10px;float:left;display:block;font-size:16px;font-weight:bold;text-transform:uppercase;cursor:pointer;line-height:24px;color:#fff;}
            .adapt_menu span {display:inline-block;vertical-align:middle;width:30px;height:3px;background:#df0000;position:relative;}
            .adapt_menu span:before {content:'';width:100%;position:absolute;top:-8px;left:0;height:3px;background:#df0000;}
			.adapt_menu span:after {content:'';width:100%;position:absolute;bottom:-8px;left:0;height:3px;background:#df0000;}
			.adapt_menu a {display:block;padding:10px;text-decoration:none;}
			#t_header .top-menu-block, #sticker-sticky-wrapper, .btnup, .home_callme, .head-carts, .nomobis {display:none!important}
}


@media (max-width: 767px) {
	.item_prem {width:100%;padding:0;margin:0 0 25px}
	.item_prem > img {width:100px;float:left}
	.item_prem div {display:block;width:auto;overflow:hidden;padding-left:10px}
	.item_prem div p {font-size:14px;padding:0 0 10px}
	
	.home_reviews img {width:90px;padding:10px;float:left}
	.home_reviews p {display:block;width:auto;overflow:hidden;font-size:14px;padding:0 10px 30px 0}
	
	.block_Element li {width:49%}
	
	/*prod*/
	.images_product {width:100%;text-align:center}
	.description_block {width:100%}
	#list_cart {margin:25px auto!Important}
	#raschet .ttx_ {width:47%;margin:0 2% 15px 0}
	.catalog-detail-buttons {width:100%}
	
	.foot-cart .head-itog{display:none!important}
	
	
	.box-props, .box-delivery {width:100%;margin:15px 0}
	
	.priceinfo {display:block;text-align:center}
	.catalog-detail .catalog-detail-buttons {margin-top:15px}
	
	.bottom1,  .bottom2, .bottom3, .bottom4 {width:100%;margin:10px 0}
	.copyright {padding:10px 0;background:none;margin:15px 0 0;border-top:2px #f2f2f2 solid;text-align:center}
	.bottom1 .inbottom_name, .bottom2 .inbottom_name {position:relative;display:block;padding: 8px 30px 8px 10px;background:#df0000;color:#fff;cursor:pointer;font-size:16px}
	.bottom1 ul, .bottom2 ul {display:none}
    .bottom1 .inbottom_name:after, .bottom2 .inbottom_name:after {
                                                        content: '';
                                                        position: absolute;
                                                        top: 50%;bottom:auto;left:auto;
                                                        -webkit-transform: translateY(-50%);
                                                        -ms-transform: translateY(-50%);
                                                        transform: translateY(-50%);
                                                        right: 10px;
                                                        display: block;
                                                        width: 10px;
                                                        height: 10px;
                                                        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05LjIxMTIzIDAuNzIxNDE5TDUuNTAwMjQgNC40MzI0MUwxLjc4OTI0IDAuNzIxNDE5QzEuNDk0MDIgMC40MjYxOTMgMS4wMTcxMiAwLjQyNjE5MyAwLjcyMTg5IDAuNzIxNDE5QzAuNTc5NTk0IDAuODYzNzE1IDAuNSAxLjA1NjcgMC41IDEuMjU0MTVDMC41IDEuNDQxMzUgMC41NzA4MDQgMS42MzkxMiAwLjcyNDMyNiAxLjc4OTMyTDQuOTY2MjQgNi4wMzEyNEM1LjI1OTk3IDYuMzI4MjkgNS43Mzk3NyA2LjMyNzU4IDYuMDMyOTcgNi4wMzQzOEwxMC4yNzg2IDEuNzg4NzdDMTAuNTczOCAxLjQ5MzU1IDEwLjU3MzggMS4wMTY2NCAxMC4yNzg2IDAuNzIxNDE5QzkuOTgzMzYgMC40MjYxOTQgOS41MDY0NSAwLjQyNjE5NCA5LjIxMTIzIDAuNzIxNDE5WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) center/contain no-repeat;
                                                        -webkit-transition: -webkit-transform .3s;
                                                        transition: transform .3s;
                                                        -o-transition: transform .3s;
                                                        transition: transform .3s,-webkit-transform .3s;
                                                }
    .bottom1 .inbottom_name.active:after, .bottom2 .inbottom_name.active:after {
                                                        -webkit-transform: translateY(-50%) rotate(180deg);
                                                        -ms-transform: translateY(-50%) rotate(180deg);
                                                        transform: translateY(-50%) rotate(180deg);
                                                }
												
												
	.reviews-list__box {display:block;}		
		.reviews-list__info {width:100%;min-width:0;padding:0 0 15px;margin:0 0 15px;border:0;border-bottom:1px solid #d8d3cf}
												
}

@media (max-width: 480px) {
	.block_Element li {width:100%}
	#raschet .ttx_ {width:100%;margin:15px 0}
	
	.wrap_slider {height:250px;overflow:hidden;padding-bottom:45px;margin-bottom:25px}
}	

.mm-menu_theme-dark{background:#262626}
#menu.mm-menu_offcanvas.mm-menu_opened {display:block;}
#menu .top-phone-block {position:static;display:block;margin:35px 0}
#menu .top-phone-block li {margin:10px auto}
#menu a, #menu span {color:#fff!important}
.mm-listitem > a, .mm-listitem > span {padding-top:15px;padding-bottom:15px}
#menu .newcontacts {display:block;color:#fff;margin:50px 0 0;font-size:13px}
	.newcontacts-title {font-weight:bold;font-size:18px;text-transform:uppercase;margin:0 0 10px}
	.newcontacts-box {margin:10px 0;padding:15px;background:#fff;color:#000;border-radius:8px}
	.newcontacts-subtitle {font-weight:bold;font-size:14px}
	#menu .newcontacts-box a {color:#000!important}

.mm-navbars_bottom .mm-navbar {font-size:14px;padding:8px!Important;display:block!Important}
.mm-navbars_bottom .mm-navbar > * {display:inline;padding:0}
/* End */
/* /bitrix/templates/torex/jcarousel/skins/tango/skin.css */
/* /bitrix/templates/torex/slick/slick.css */
/* /bitrix/templates/torex/slick/slick-theme.css */
/* /bitrix/templates/torex/styles.css */
/* /bitrix/templates/torex/template_styles.css */
/* /bitrix/templates/torex/mobile/adaptive.css */
