

/* Start:/local/templates/ortea_template/js/fancybox/jquery.fancybox.css?16859119283898*/
/*! fancyBox v2.0.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: auto;
	visibility: hidden;
}

.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('/local/templates/ortea_template/js/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/ortea_template/js/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/local/templates/ortea_template/js/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/local/templates/ortea_template/js/fancybox/jquery.fancybox-buttons.css?16859119281783*/
#fancybox-buttons {
	position: fixed;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 1005;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background-image: url('/local/templates/ortea_template/js/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}
/* End */


/* Start:/local/templates/ortea_template/js/fancybox/jquery.fancybox-thumbs.css?1685911928682*/
#fancybox-thumbs {
	position: fixed;
	bottom: 2px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 1005;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/* End */


/* Start:/local/templates/ortea_template/js/style.css?16859119283263*/
body {font-family: arial}

.pagination {visibility: hidden;}

a {text-decoration:underline; color:#407f00}
a:hover {text-decoration:none}


h1{font-weight: normal; color: #407f00; font-size: 22px; line-height: 26px; font-family: Verdana;}

a.sel {text-decoration:underline; color:#000; font-weight: 600;}
a.sel:hover {text-decoration:none}

.inp1 { border: 1px #9b9 solid; background: #f9fbfd; font-size:12px;}

/* Стиль крупных линков футера 49a631*/
a.flink1 {text-decoration:none; color:#fff; font-size:14px; }
a.flink1:hover {text-decoration:underline}

/* Стиль мелких линков футера */
a.flink2 {text-decoration:none; color:#DADADA; font-size:12px;}
a.flink2:hover {text-decoration:underline}

/* Стиль текста копирайта футера */
.ftext {text-decoration:none; color:#DADADA; font-size:14px;}


/* Стиль селектора мощности*/
a.selector1 {text-decoration:none; color:#8b8b8b; font-size:16px; font-family: Arial;}
a.selector1:hover {text-decoration:underline;}
/* Стиль селектора  мощности выбранный элемент*/
a.selector2 {text-decoration:none; color:#407f00; font-size:22px;font-family: Arial; font-weight: 600;}
a.selector2:hover {text-decoration:underline}


/* Стиль селектора вход*/
a.selector3 {text-decoration:none; color:#8b8b8b; font-size:12px; font-family: Arial;}
a.selector3:hover {text-decoration:underline;}
/* Стиль селектора  вход выбранный элемент*/
a.selector4 {text-decoration:none; color:#407f00; font-size:14px;font-family: Arial; font-weight: 600;}
a.selector4:hover {text-decoration:underline}
/* Стиль селектора  вход дизейбл элемент*/
.selector5 {text-decoration:none; color:#cdcdcd; font-size:12px;font-family: Arial; }

.colText {color: #407f00;}
.title{color:#407f00; font-size:14px;font-family: Arial; font-weight: 600;}
.text1{color:#444; font-size:12px;font-family: Arial;}
.text2{color:#000; font-size:12px;font-family: Arial;}
.text3{color:#737373; line-height: 21px;  font-family: Verdana;}
.text4 {color: #5b5b5b; font-size: 18px; font-family: Verdana;}

h4 {
	font-size:64px;
	line-height:1em;
	color:#56a328;
	font-weight:bold;
	position:relative;	
	font-family:  Arial;
}

h4 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(/local/templates/ortea_template/js/gradient_1.png) repeat-x;
}
* html h4 span{
	background-color:#fff;
	background-color:transparent;
	background-image: url(/local/templates/ortea_template/js/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient_1.png", sizingMethod="scale");
}


.greenText{color:#2e8c00;}
.greenbut {
font-size:14px;  background:#519245;  height:34px;
background: linear-gradient(to top, #519245, #70c261); 
padding: 5px 10px 6px; border-radius: 3px;  color:#fff; cursor:pointer; 
border:1px #9b9 solid; box-shadow: 0 0 3px rgba(0,0,0,0.4); font-weight:bold;
}
.greenbut:hover {
background: linear-gradient(to top, #70c261, #519245); box-shadow: 0 0 3px rgba(0,0,0,0.1);
}


.green{font-size: 28pt; color: #59af19; font-family: helvetica; font-weight: 100; letter-spacing: 2px; line-height:36px; padding:0px; margin:0px;}












</boby></html>
/* End */


/* Start:/local/templates/ortea_template/js/slick/slick.css?16859119281776*/
/* Slider */
.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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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:before,
.slick-track:after
{
    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:/local/components/ortea/header/templates/.default/style.css?16859119271086*/
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header__title {
    color: #76787a;
    font-size: 22px;
    letter-spacing: 6px;
    text-align: center;
}

.header__phone,
.header__email {
    text-align: right;
}

.header__phone,
.header__phone a {
    color: #76787a;
}

.header__phone {
    cursor: default;
    letter-spacing: 1px;
    font-size: 22px;
}

.header__phone:hover,
.header__email:hover {
    text-decoration: underline;
}

.header__link,
.header__link:hover {
    color: #35972a;
}

.header__link {
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: bold;
}

.call-button {
    display: block;
    background: #35972a;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 4px 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}

.call-button:hover {
    color: #fff;
    background: #68cb5d;
    text-decoration: none;
}

/* End */


/* Start:/local/components/ortea/bitrix.menu/templates/ortea_horizontal_multilevel/style.css?16859119273174*/
/**Top menu**/
#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul
{
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
	float:left;
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/components/ortea/bitrix.menu/templates/ortea_horizontal_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/components/ortea/bitrix.menu/templates/ortea_horizontal_multilevel/images/lock.gif) center right no-repeat;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	display:none;
	position:absolute;
	top:auto;
	left: 0;
	height:auto;
	width:200px;
	background: #a5a5a5;
	border-top: 1px solid #787878;
	z-index:500;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-38px 0 0 200px;
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

.menu__layout {
	background: linear-gradient(to top, #8f8f8f, #878787, #b3b3b3);
}

.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.menu__item {
	position: relative;
	border-right: 1px solid #787878;
	box-sizing: border-box;
	flex-grow: 2;
	padding: 0 10px;
}

.menu__item a {
	display: block;
	color: #fff;
	box-sizing: border-box;
	font-size: 15px;
    height: 100%;
	padding: 10px 0 8px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 0 0 #585858;
}

.menu__item:first-child {
	border-left: 1px solid #787878;
}

.menu__item:hover,
.menu__item_active {
	background: radial-gradient(at bottom center, #969696, #6c6c6c);
	border-right: 1px solid #505050;
	box-shadow: inset 3px 3px 6px 0 #505050;
}

.menu__item_icon {
	background: linear-gradient(to top, #8f8f8f, #878787, #b3b3b3) !important;
	border-right: 1px solid #787878 !important;
	box-shadow: none !important;
	flex-grow: 1;
}

.menu__icon {
	display: block;
	margin: auto;
}

.menu__item .menu__item,
.menu__item .menu__item_active {
	border: none;
}

.menu__item .menu__item:hover,
.menu__item .menu__item_active {
	background: #8c8c8c;
    box-shadow: none;
}

.menu__item .menu__item {
	border-bottom: 1px solid #787878;
}

/* End */


/* Start:/local/components/ortea/side-menu/templates/.default/style.css?16859119272737*/
.side-menu {
    position: fixed;
    top: auto;
    right: -1px;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}

.side-menu__icon {
    display: inline-block;
    border: none;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.side-menu__item {
    position: relative;
    background: #fff;
    border: 1px solid #b9b9b9;
    margin-bottom: 4px;
}

.side-menu__item:last-child {
    margin: 0;
}

.side-menu__link {
    display: block;
    color: #35972a;
    padding: 10px 5px 10px 10px;
    text-decoration: none;
}

.side-menu__link:hover {
    color: #35972a;
    text-decoration: none;
}

.side-menu__popup {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background: transparent;
    border: none;
}

.side-menu__item:hover .side-menu__popup {
    display: inline-block;
}

.side-menu__text {
    font-size: 14px;
}


/* Дополнительные стили */

.side-menu__compare-list {
    margin-top: -1px;
    padding-right: 2px;
}


/* Окно с сообщением о добавлении в корзину */

.basket-popup {
    color: #404040;
    background: #fff;
}

.basket-popup__button {
    display: inline-block;
    color: #35972a;
    border: 1px solid #35972a;
    box-sizing: border-box;
    font-size: 13px;
    margin-right: 10px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none !important;
    width: 170px;
}

.basket-popup__button:hover {
    color: #35972a;
}

.basket-popup__button:last-child {
    margin: 0;
}

.basket-popup__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-popup__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.basket-popup__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    overflow: hidden;
    width: 128px;
    height: 128px;
}

.basket-popup__image img {
    border: 0;
    width: 100%;
    height: auto;
}

.basket-popup__text {
    font-size: 14px;
    margin: 0;
    padding: 2px 0;
}

.basket-popup__title {
    color: #35972a;
    font-size: 16px;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 10px;
    padding: 10px 0;
}

.basket-popup__wrap {
    overflow: hidden;
    padding: 14px;
}

.basket-popup__button_active {
    color: #fff;
    background: #35972a;
}

.basket-popup__button_active:hover {
    color: #fff;
}

.basket-popup__text_name {
    font-size: 16px;
    font-weight: bold;
}

/* End */


/* Start:/local/components/ortea/catalog.compare.list/templates/ortea/style.css?16859119273475*/
.product-compare-popup {
    color: #404040;
    background: #fff;
    border: 1px solid #b7b7b7;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
	margin-bottom: 10px;
    overflow: hidden;
    white-space:normal;
    width: 250px;
    z-index:998;
}
.product-compare-popup.fix{
	position:fixed;
}
.product-compare-popup.top{
    top:5px;
}
.product-compare-popup.right{
    right:5px;
}
.product-compare-popup.bottom{
    bottom:5px;
}
.product-compare-popup.left{
    left:5px;
}

.product-compare-popup__actions {
    padding: 5px 17px 5px 0;
    text-align: right;
    vertical-align: middle;
}

.product-compare-popup__button {
    color: #fff !important;
    background: #35972a;
    font-weight: normal;
    padding: 6px 10px;
    text-decoration: none !important;
}

.product-compare-popup__buttons {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.product-compare-popup__header {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 10px 0 10px;
    text-align: center;
}

.product-compare-popup__image {
    padding: 0 0 0 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.product-compare-popup__image img {
    width: 100%;
    height: auto;
}

.product-compare-popup__items {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

.product-compare-popup__link {
    color: #35972a !important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.product-compare-popup__link:hover {
    text-decoration: none;
}

.product-compare-popup__name {
    padding: 5px 10px;
    vertical-align: middle;
}


/* Окно с сообщением о добавлении в сравнение */

.compare-popup {
    color: #404040;
    background: #fff;
}

.compare-popup__button {
    display: inline-block;
    color: #35972a;
    border: 1px solid #35972a;
    box-sizing: border-box;
    font-size: 13px;
    margin-right: 10px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none !important;
    width: 170px;
}

.compare-popup__button:hover {
    color: #35972a;
}

.compare-popup__button:last-child {
    margin: 0;
}

.compare-popup__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare-popup__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.compare-popup__image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    overflow: hidden;
    width: 128px;
    height: 128px;
}

.compare-popup__image img {
    border: 0;
    width: 100%;
    height: auto;
}

.compare-popup__text {
    font-size: 14px;
    margin: 0;
    padding: 2px 0;
}

.compare-popup__title {
    color: #35972a;
    font-size: 16px;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 10px;
    padding: 10px 0;
}

.compare-popup__wrap {
    overflow: hidden;
    padding: 14px;
}

.compare-popup__button_active {
    color: #fff;
    background: #35972a;
}

.compare-popup__button_active:hover {
    color: #fff;
}

.compare-popup__text_name {
    font-size: 16px;
    font-weight: bold;
}

/* End */


/* Start:/local/components/ortea/breadcrumb/templates/ortea/style.css?1685911927930*/
.bread {
    margin: 20px 0 10px 0;
}

.bread a,
.bread i {
    line-height: 13px;
}

.bread a,
.bread span {
    display: inline-block;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}

.bread a {
    display: inline-block;
    color: #6d6e71;
    text-decoration: underline;
}

.bread span,
.bread a:hover,
.bread a:last-child {
    text-decoration: none;
}

.bread span,
.bread a:last-child {
    color: #369826;
}

.bread a:last-child {
    cursor: default;
}

.bread i {
    color: #b5bdc2;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: middle;
}

.bread__angle-right {
    display: inline-block;
    background: url("/local/components/ortea/breadcrumb/templates/ortea/images/arrow-right.png") center center no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
    opacity: 0.5;
}

/* End */


/* Start:/local/components/ortea/form.order/templates/.default/style.css?16859119272468*/
.form-order {
  position: relative;
  color: #191919;
  background: #fff;
  border: 1px solid #464646;
  border-top-width: 3px;
  border-bottom-width: 3px;
  box-sizing: border-box;
  max-width: 360px;
  padding: 32px;
}

.form-order input[type=text],
.form-order input[type=submit],
.form-order textarea {
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
}

.form-order input[type=text] {
  background: #e7ecec;
  font-size: 16px;
  padding: 0 18px;
  width: 160px;
}

.canvas_form-order {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.form-order__agreement {
  margin-bottom: 30px;
}

.form-order__button {
  background: #369826;
  height: 46px;
  overflow: hidden;
}

.form-order__button input {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.form-order__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.form-order__close:before,
.form-order__close:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 17px;
  border-top: 2px solid #6d6d6d;
}

.form-order__close:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.form-order__close:after {
  right: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.form-order__data-advanced {
  height: 0;
  overflow: hidden;
}

.form-order__field-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.form-order__input {
  height: 38px;
}

.form-order__label {
  font-size: 16px;
}

.form-order__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.form-order__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.link_form-order {
  color: #00e;
  text-decoration: underline;
}

.link_form-order:hover {
  text-decoration: none;
}

.form-order__agreement_description {
  font-size: 12px;
}

/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1685911840163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/scody/cookie/templates/.default/style.min.css?17521515421438*/
.widget_cookie{width:100vw;padding:16px 20px;position:fixed;z-index:9999;bottom:0;right:0;background:#fff;transition:opacity 1.2s,transform 1.2s;flex-direction:column;align-items:center;border:2px solid var(--theme-color-primary, #63aa28)}.widget_cookie__style1{border-color:#63aa28}.widget_cookie__style1 .widget_cookie__btn-close-cookie{background-color:#63aa28}.widget_cookie__style2{border-color:#f8a91c}.widget_cookie__style2 .widget_cookie__btn-close-cookie{background-color:#f8a91c}.widget_cookie__style3{border-color:#e12a2a}.widget_cookie__style3 .widget_cookie__btn-close-cookie{background-color:#e12a2a}.widget_cookie__style4{border-color:#0082d1}.widget_cookie__style4 .widget_cookie__btn-close-cookie{background-color:#0082d1}.widget_cookie__style5{border-color:#159dba}.widget_cookie__style5 .widget_cookie__btn-close-cookie{background-color:#159dba}@media (min-width:29.99875em){.widget_cookie{width:345px;bottom:30px;right:15px}}.widget_cookie__text{margin-bottom:0;color:rgba(25,25,25,.6);font-size:12px;font-weight:400;line-height:20px;padding-bottom:25px}.widget_cookie a{color:var(--theme-b-link)}.widget_cookie__btn-close-cookie{background-size:100% 100%;width:111px;height:48px;display:inline-block;cursor:pointer;transition:.3s;font-size:13px;line-height:19px}.widget_cookie .btn-close-cookie:hover{opacity:.5}.widget_cookie.cookie__hide{transition-delay:0s;opacity:0!important;transform:translateY(20px)!important}
/* End */


/* Start:/local/templates/ortea_template/template_styles.css?168591192811770*/
/* Макет */

body {
    font-family: Roboto, sans-serif;font-weight: 300;
}
bold{
    font-weight: 500;
}
strong {
    font-weight: 500;
}

.layout__row {
    /* ширина макета */
    width: 960px;
}

.layout__row_side {
    display: none;
}

.layout__row_content {
    position: relative;
}

.layout__main-content_wrap {
    padding: 0 10px;
}

@media screen and (min-width: 960px) {
    .layout__row {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
        width: 100%;
    }

    .layout__row_side {
        display: block;
        flex-grow: 1;
    }

    .layout__row_content {
        width: 960px;
    }

    .layout__main-content_wrap {
        padding: 0;
    }
}


/* Стили контента */

.h1 {
    color: #666;
    font-size: 1.5em; font-weight: 500;
}

.h2 {
    color: #666;
    font-size: 1.3em; font-weight: 500;
}

.strong {
    font-weight: 500;
}

.clearfix {
    display: block;
    height: 0;
    border: 0;
    clear: both;
}


/* Меню нижнее */

.children-container {
    display: none;
    padding: 1em 0;
    background: #797979; }

@media all and (min-width: 960px) {
    .children-container {
        display: block;
        background: none; } }

.footer-menu {
    font-family: Arial, sans-serif; }

@media all and (min-width: 960px) {
    .footer-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: linear-gradient(to bottom, #b6b6b6, #a5a5a5 42px, #8c8c8c 42px, #797979); } }

.menu-item {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 8px; }
.menu-item:hover {
    text-decoration: underline; }

.children-container_opened {
    display: block; }

@media all and (min-width: 960px) {
    .footer-menu__column {
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: linear-gradient(to top, #797979, #919191); } }

@media all and (min-width: 960px) {
    .footer-menu__columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0 auto;
        width: 960px; } }

@media all and (min-width: 960px) {
    .footer-menu__side {
        -ms-flex-positive: 1;
        flex-grow: 1;
        background: linear-gradient(to top, #797979, #919191), linear-gradient(to top, #a5a5a5, #b6b6b6); }
    .footer-menu__side:before {
        content: '';
        display: block;
        height: 42px;
        background: linear-gradient(to top, #a5a5a5, #b6b6b6); } }

.menu-item_child,
.menu-item_child:hover {
    color: #dadada;
}

.menu-item_child {
    font-size: 14px;
    line-height: 1.5em;
    padding: 8px 8px 8px 20px; }

@media all and (min-width: 960px) {
    .menu-item_child {
        font-size: 12px;
        padding: 4px; } }

.menu-item_parent,
.menu-item_parent:hover,
.menu-item_parent:focus {
    color: #fff;
}

.menu-item_parent {
    position: relative;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 8px 0 42px;
    background: #b6b6b6;
    border-bottom: 1px solid #797979; }

@media all and (min-width: 960px) {
    .menu-item_parent {
        border: none;
        background: linear-gradient(to top, #a5a5a5, #b6b6b6);
        font-size: 14px;
        padding: 0 8px; } }

.menu-item__button {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    width: 42px;
    height: 42px;
    font-style: normal;
    margin-top: -21px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms; }
.menu-item__button:before {
    content: '+';
    display: block;
    width: 100%;
    height: 100%;
    font-size: 150%;
    line-height: 42px;
    text-align: center; }

@media all and (min-width: 960px) {
    .menu-item__button {
        display: none; } }

.menu-item_parent_first {
    border-top: 1px solid #797979; }

@media all and (min-width: 960px) {
    .menu-item_parent_first {
        border: none; } }

.menu-item__button_active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }


/* Блок с контактами в футере */

.footer-info {
    background: #696969;
    font-family: Roboto, sans-serif;
    padding-bottom: 5px; }

.footer-info__call-button {
    display: inline-block;
    background: #35972a;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none; }

.footer-info__call-button:hover {
    color: #fff;
    background: #68cb5d;
    text-decoration: none;
}

.footer-info__column {
    color: #fff;
    padding: 10px 5px 5px 14px;
    text-align: center; }

@media all and (min-width: 960px) {
    .footer-info__column {
        padding: 10px 0 5px 0; } }

@media all and (min-width: 768px) {
    .footer-info__columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; } }

@media all and (min-width: 960px) {
    .footer-info__columns {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        width: 960px; } }

.footer-info__email,
.footer-info__email:hover {
    color: #fff;
}

.footer-info__email {
    text-decoration: none;
}

.footer-info__email:hover {
    text-decoration: underline;
}

.footer-info__phone {
    cursor: default;
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle; }

.footer-info__phone a {
    color: #fff;
}

.footer-info__phone:hover {
    text-decoration: underline;
}

.footer-info__image {
    vertical-align: middle; }

.footer-info__column_address {
    font-size: 15px;
    text-align: center; }

@media all and (min-width: 768px) {
    .footer-info__column_address {
        width: 100%; } }

@media all and (min-width: 960px) {
    .footer-info__column_address {
        text-align: left;
        width: auto; } }

.footer-info__column_button {
    text-align: center; }

@media all and (min-width: 960px) {
    .footer-info__column_button {
        -ms-flex-order: 2;
        order: 2; } }

.footer-info__column_phone {
    text-align: center; }

@media all and (min-width: 960px) {
    .footer-info__column_phone {
        width: auto; } }

.footer-info__column_schedule {
    font-size: 16px; }

@media all and (min-width: 768px) {
    .footer-info__column_schedule {
        -ms-flex-order: 1;
        order: 1;
        width: 100%; } }

@media all and (min-width: 960px) {
    .footer-info__column_schedule {
        width: auto; } }

/* Copyright */

.copyright {
    background: #696969;
    width: 100%;
}

.copyright_wrap {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}

@media all and (min-width: 960px) {
    .copyright_wrap {
        text-align: left;
        width: 960px;
        margin: 0 auto;
    }
}

/* Веб формы */

.web-form .errortext {
    color: red;
}

/* Выезд специалиста */

.web-form {
    position: relative;
    border: 1px solid #b9b9b9;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    width: 960px;
    box-sizing: border-box;
}

.form__title,
.form__content {
    padding: 0 275px 0 60px;
}

.form__title {
    color: #fff;
    background: #8c9aa4;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}

.form__content {
    background: #e8e9eb;
    min-height: 280px;
    padding-bottom: 20px;
}

.form__description,
.form__answer {
    margin: 0 0 20px 0;
}

.form__description {
    color: #91979c;
    font-size: 14px;
    padding: 10px 0 0 0;
}

.form__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 540px;
}

.field-group,
.form__submit {
    margin-bottom: 5px;
}

.field-group {
    width: 256px;
}

.field-group_address {
    width: 100%;
}

.label {
    color: #000;
    font-size: 14px;
}

.field {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 5px #cfd0d2;
}

.field_input,
.form__submit {
    height: 40px;
}

.field_textarea {
    height: 108px;
}

.field input,
.form__submit input,
.field textarea {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
}

.field input,
.field textarea {
    box-sizing: border-box;
    font-size: 15px;
    padding: 5px 20px;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #c1c1c1;
}

.form__submit input {
    color: #fff;
    cursor: pointer;
    background: #369826;
    font-size: 16px;
    padding: 0 20px;
}

.form__operator {
    position: absolute;
    right: 0;
    bottom: 0;
}

.form__operator img {
    display: block;
}

/* Для проектировщиков */

.form_factory .form__title,
.form_factory .form__content {
    padding: 0 300px 0 15px;
}

.form_factory .form__title {
    font-size: 21px;
}

.form_factory .form__content {
    background: #eff0f4;
    height: 100%;
}

.form_factory .form__description {
    font-size: 15px;
}

.form_factory .form__row {
    margin-bottom: 10px;
}

.form_factory .form__row_submit {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
}

.form_factory .form__submit {
    margin-left: 28px;
}

.form_factory .field-group {
    width: 256px;
}

.form_factory .form__submit input {
    width: auto;
}

.form_factory .form__operator {
    top: 0;
}

.form_factory .form__operator img {
    width: auto;
    height: 100%;
}

/* Помощь */

.form_help .form__title,
.form_help .form__content {
    padding: 0 275px 0 40px;
}

.form_help .form__title {
    font-size: 24px;
}

.form_help .form__content {
    min-height: 270px;
}

.form_help .form__answer {
    margin: 0;
    padding: 5px 0;
}

.form_help .field_textarea {
    height: 70px;
}

.form_help .form__text,
.form_help .form__submit {
    padding: 0 56px 0 0;
}

.form_help .form__text {
    color: #424042;
    font-size: 19px;
    margin-bottom: 50px;
}

.form_help .form__submit input {
    display: inline-block;
    width: auto;
}

.form_help .form__operator {
    top: 0;
}

.form_help .form__operator img {
    width: auto;
    height: 100%;
}

.form_expert .grecaptcha-badge,
.form_factory .grecaptcha-badge,
.form_help .grecaptcha-badge {
    margin-right: 28px;
}

/* Форма отзывов */

.form_reviews {
    box-sizing: border-box;
    width: 800px;
}

.form_reviews .field-group {
    width: 450px;
}

.form_reviews .form__title {
    font-size: 24px;
}

.form_reviews .form__content {
    min-height: 270px;
}

.form_reviews .form__answer {
    margin: 0;
    padding: 5px 0;
}

.form_reviews .field_textarea {
    height: 90px;
}

.form_reviews .form__text,
.form_reviews .form__submit {
    padding: 0 56px 0 0;
}

.form_reviews .form__text {
    color: #424042;
    font-size: 19px;
    margin-bottom: 50px;
}

.form_reviews .form__submit input {
    display: inline-block;
    width: auto;
}

.form_reviews .form__operator {
    overflow: hidden;
    top: 0;
}

.form_reviews .form__operator img {
    width: auto;
    height: 100%;
}

.form_reviews .grecaptcha-badge {
    margin-right: 27px;
}


/* End */
/* /local/templates/ortea_template/js/fancybox/jquery.fancybox.css?16859119283898 */
/* /local/templates/ortea_template/js/fancybox/jquery.fancybox-buttons.css?16859119281783 */
/* /local/templates/ortea_template/js/fancybox/jquery.fancybox-thumbs.css?1685911928682 */
/* /local/templates/ortea_template/js/style.css?16859119283263 */
/* /local/templates/ortea_template/js/slick/slick.css?16859119281776 */
/* /local/components/ortea/header/templates/.default/style.css?16859119271086 */
/* /local/components/ortea/bitrix.menu/templates/ortea_horizontal_multilevel/style.css?16859119273174 */
/* /local/components/ortea/side-menu/templates/.default/style.css?16859119272737 */
/* /local/components/ortea/catalog.compare.list/templates/ortea/style.css?16859119273475 */
/* /local/components/ortea/breadcrumb/templates/ortea/style.css?1685911927930 */
/* /local/components/ortea/form.order/templates/.default/style.css?16859119272468 */
/* /bitrix/components/bitrix/form.result.new/error.css?1685911840163 */
/* /bitrix/components/scody/cookie/templates/.default/style.min.css?17521515421438 */
/* /local/templates/ortea_template/template_styles.css?168591192811770 */
