

/* Start:/static/fancybox/jquery.fancybox-1.3.4.css?17071354218494*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/static/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/static/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/static/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/static/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/static/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/static/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/static/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/static/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/static/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/static/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/static/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/static/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/static/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/static/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/static/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/static/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/static/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?17071354233754*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px 0;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */


/* Start:/local/templates/7masterov/components/bitrix/menu/top_manu/style.css?17071354204402*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#eeeeee;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
	border-bottom: 1px solid #b8b8b8;
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

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

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#000;
	font-weight:bold;
	padding:10px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#b8b8b8;
	color:#000;
	font-weight:bold;
	padding:10px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#b8b8b8;
	color:#000;
}

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

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

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

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

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#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
{
	/*top:-999em;*/
	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
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

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

/* End */


/* Start:/local/templates/7masterov/components/bitrix/breadcrumb/template/style.css?17071354201088*/
.bx_breadcrumbs {
    margin-bottom: 0px;
    padding-top: 10px
}

.bx_breadcrumbs ul {
    margin: 0;
    padding: 0
}

.bx_breadcrumbs ul li {
    display: inline-block;
    line-height: 20px
}

.bx_breadcrumbs ul li a {
    display: block;
    padding: 0 15px;
    background: url(/local/templates/7masterov/components/bitrix/breadcrumb/template/images/breadcrumbs_arrow.png) no-repeat center right;
    color: #555;
    font-size: 12px;
    /*text-decoration:none;
    opacity:.5*/
}

.bx_breadcrumbs ul li:first-child a {
    padding-left: 0
}

.bx_breadcrumbs ul li:last-child a {
    background: none
}

.bx_breadcrumbs ul li a:hover {
    /*text-decoration:underline;*/
    text-decoration: none;
    line-height: 20px;
    /*opacity:1*/
}

.bx_breadcrumbs ul li span {
    display: block;
    padding: 0 15px;
    color: #555;
    text-decoration: none;
    font-size: 12px
}

.bx_breadcrumbs ul li a span {
    padding: 0;
}

.bx_breadcrumbs,
.bx_breadcrumbs ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17486238932729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/7masterov/styles.css?175250060086*/
.table
{
width: 100%;
border-style: solid;
border-color: #44b0df;
margin-bottom: 2%;
}
/* End */


/* Start:/local/templates/7masterov/template_styles.css?175250060034279*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a {
	color: #44b0df;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

a.fancybox_show,
a.fancybox_show:link,
a.fancybox_show:visited {
	position: fixed;
	left: 35px;
	bottom: -7px;
	color: #fff;
	background-color: #ff4444;
	padding: 12px 15px 18px 15px;
	text-decoration: none;
	border-radius: 8px;
	z-index: 999;
}

h1 {
	font-size: 20px;
}

h2,
.h2 {
	font-size: 18px;
}

.h2 {
	display: block;

	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

h3,
.h3 {
	font-size: 16px;
}

.h3 {
	font-weight: bold;
	margin-top: 10px;
}

.h4 {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.hr {}

.red {
	color: red;
}

/* Show banner fancubox */
#show_banner_form #show_banner_form_error {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	display: none;
}

form#show_banner_form label {
	display: block;
}

form#show_banner_form p {
	line-height: 1.6;
	padding: 0 7px;
}

form#show_banner_form input[type=text] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #2A98C0;
}

form#show_banner_form input[type=text]:focus {
	border: 1px solid #ff4444;
}

form#show_banner_form input[type=submit] {
	padding: 10px;
	font-size: 14px;
	background: #ff4444;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* Site conteiner */
.container {
	width: 980px;
	max-width: 90%;
	margin: 0 auto;
}

/* Header */
.header {
	padding: 20px 0;
}

.header .logo {
	width: 100%;
	float: left;
}

.header .email-block {
	width: 100%;
	float: left;
}

.header .email-block img {
	position: relative;
	top: 10px;
}

.header .email-block .title {
	font-size: 11px;
	color: #475055;
}

.header .email-block a {
	display: block;
	font-size: 16px;
	font-family: Verdana;
	padding-left: 30px
}

.header .phone-block {
	width: 100%;
	max-width: 270px;
	float: left;
	position: relative;
}

.header .phone-block img {
	position: relative;
	top: 10px;
}

.header .phone-block .title {
	font-size: 11px;
	color: #475055;
}

.header .phone-block .phone {
	display: block;
	font-size: 14px;
	font-family: Verdana;
	padding-left: 30px
}

.header .phone-block a {
	position: absolute;
	top: 15px;
	color: #ff4444;
	right: 0px;
	font-size: 12px;
}

/* Menu */
.topmenu {
	background: #44b0df;
	border: 1px solid #2a98c0;
	/*overflow: hidden;*/
}

.topmenu .menu-link {
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #2a98c0;
	padding: 5px 0;
}

.topmenu ul {
	/*overflow: hidden;*/
	list-style: outside none none;
	padding: 0px;
	margin: 0;
}

.topmenu ul li a {
	background: #44b0df;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #2a98c0;
	padding: 5px 10px;
	font-size: 100%;
}

.topmenu ul li a:hover {
	background: #2a98c0;
}

.topmenu ul li ul li a {
	padding-left: 30px;
}

.topmenu ul li.search {
	padding: 5px 0;
	text-align: center;
}

.topmenu ul li .input-text,
.topmenu ul li .input-image {
	float: left;
}

.topmenu ul li .input-text {
	width: 80%;
	padding-left: 10px;
}

.topmenu ul li input[type=text] {
	width: 100%;
	padding: 8px;
	color: #475055;
	font-style: italic;
	font-size: 12px;
	border: none;
	height: 16px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.topmenu ul li.root ul {
	display: none;
	z-index: 999;
}

/* Stock */
.stock {
	margin-top: 10px;
	width: 100%;
}

.s-column {
	float: left;
	width: 100%;
}

.s-column.two .item {
	width: 50%;
	float: left;
}

.s-column.two .item.one a {
	display: block;
	width: 50%;
	float: left;
}

/* Content */
.content {
	padding: 10px 0;
}

.content p {
	text-align: justify;
}

/* breadcrumb */
.breadcrumb {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #475055;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li .divider {
	margin: 0 5px;
}

/* Block portfolio */
.work {}

.work .item {
	float: left;
	width: 22%;
	margin-right: 4%;
}

.work .item:nth-child(4) {
	margin-right: 0;
}

/* Product in catalog */
.product {}

.product .item {
	border-width: 15%;
	border-style: solid;
	border-color: #44b0df;
	margin-bottom: 2%;
}

.product .item:hover {
	border-color: #ff4444;
}

.product .item .image {
	padding: 2% 2% 0 2%;
	width: 96%;
	text-align: center;
}

.product .item .body {
	padding: 0 2% 2% 2%;
	width: 96%;
}

.product .item .body h3,
.product .item .body .h3 {
	text-transform: uppercase;
}

.product .item .body .price {
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}

.product .item .body .price span {
	color: #44b0df;
}

.product .item .body p {
	padding-right: 2%;
}

.product .item .body .order {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	background: #ff4444;
	color: #fff;
}

.product .item .body .order:hover {
	background: #fe1515
}

.date {
	font-size: 12px;
	color: #475055;
}

.social {
	text-align: right;
	height: 40px;
}

#reference-list {}

#reference-list .item {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#reference-list .item .item-image {
	width: 100%;
}

#reference-list .item .message {
	width: 100%;
}

#reference-list .item .message .title {
	color: #000;
	font-size: 20px;
}

#reference-list .item .message .date {
	color: #b8b8b8;
}

#reference-list .item .message .title a {
	color: #000;
}

#reference-list .item .message .content {
	color: #475055;
	height: auto;
}

/* Call my fancubox */
#callmy_form #login_error {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	display: none;
}

form#callmy_form label {
	display: block;
}

form#callmy_form p {
	line-height: 1.6;
	padding: 0 7px;
}

form#callmy_form input[type=text] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #2A98C0;
}

form#callmy_form input[type=text]:focus {
	border: 1px solid #ff4444;
}

form#callmy_form input[type=submit] {
	padding: 10px;
	font-size: 14px;
	background: #ff4444;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* написать директору fancubox */
#email_for_dir_form #email_for_dir_form_error {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	display: none;
}

form#email_for_dir_form label {
	display: block;
}

form#email_for_dir_form p {
	line-height: 1.6;
	padding: 0 7px;
}

form#email_for_dir_form input[type=text] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #2A98C0;
	width: 300px;
}

form#email_for_dir_form input[type=text]:focus {
	border: 1px solid #ff4444;
}

form#email_for_dir_form textarea {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #2A98C0;
	width: 300px;
	height: 50px;
}

form#email_for_dir_form textarea:focus {
	border: 1px solid #ff4444;
}

form#email_for_dir_form input[type=submit] {
	padding: 10px;
	font-size: 14px;
	background: #ff4444;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* написать FAQ fancubox */
#email_for_faq_form #email_for_faq_form_error {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	display: none;
}

form#email_for_faq_form label {
	display: block;
}

form#email_for_faq_form p {
	line-height: 1.6;
	padding: 0 7px;
}

form#email_for_faq_form input[type=text] {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #2A98C0;
	width: 300px;
}

form#email_for_faq_form input[type=text]:focus {
	border: 1px solid #ff4444;
}

form#email_for_faq_form textarea {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #2A98C0;
	width: 300px;
	height: 50px;
}

form#email_for_faq_form textarea:focus {
	border: 1px solid #ff4444;
}

form#email_for_faq_form input[type=submit] {
	padding: 10px;
	font-size: 14px;
	background: #ff4444;
	color: #fff;
	border: none;
	cursor: pointer;
}

#link_email_for_faq {
	padding: 10px;
	font-size: 14px;
	background: #ff4444;
	color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

/* Form order */
.form-order {
	margin: 10px 0;
	display: none;
}

.form-order .error {
	color: #ff4444;
	display: none;
}

.form-order form input[type="text"].input-error {
	border: 1px solid #ff4444;
}

.form-order form label {
	display: block;
}

.form-order form input[type=text] {
	padding: 10px;
	width: 250px;
	border: 1px solid #2A98C0;
}

.form-order form textarea {
	padding: 10px;
	width: 350px;
	height: 75px;
	border: 1px solid #2A98C0;
}

.form-order form input[type=submit] {
	padding: 10px;
	font-size: 14px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.form-order form input[name=go_order] {
	background: #2A98C0;
}

.form-order form input[name=close_order] {
	background: #475055;
}

.order-reply {
	margin: 10px 0;
	color: green;
	display: none;
}

.order-status {
	color: green;
	display: none;
}

/* Footer */
.footer {
	background: #44b0df;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.5;
}

.f-content {
	width: 980px;
	max-width: 95%;
	margin: 0 auto;
}

.f-content a {
	color: #fff;
}

.f-content .copy {
	float: left;
	width: 100%;
}

.f-content .f-menu {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.f-content .f-menu a {
	display: block;
}

.f-content .f-menu .one {
	margin-bottom: 20px;
}

.f-content .f-menu .one a {
	display: inline;
}

.f-content .f-menu .two {}

.f-content .f-menu .tree {}

#developer {
	text-align: center;
	padding: 25px;
}

#link_email_for_dir {
	color: #000;
	text-transform: uppercase;
}

.q_header {
	position: relative;
	z-index: 99;
}

.q_header * {
	box-sizing: border-box;
}

.q_header a {
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}

.clear {
	clear: both;
}

.header--middle {
	position: relative;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG8AAABuBAMAAADbt1D2AAAAMFBMVEXZ2toAAADZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2trZ2toMqFgeAAAAEHRSTlNrADcbZFAHFChDXg1XSi8hRLpAtAAAA8xJREFUWMOdmM9rE0EUx8f8MGlMayfbZtOmSFsrKII0TVXEy3rxx6GQnjzqFi8WkUb6B6RaBAtCA0WEXtqbHoQW7VFILz3XiyfB9OTBSwt68GY3dvLezJuY3fcOYcnOh5l57/vevFkhI9uzbyKwqJizJgQHLGwIFugEHAPM7wseuCh4YEEwwRoTLAgmWGOCrmCC81xwnwk6ggmOcMEaF2wwQVcwwSEuOMAFF7jgKBfc54IbXFAwwTwXdCKB7tT4+PXoYP61FwyYeRkRLK6pIeuRwDyK+Bspi6HBaQGWOAofjnMCW0xKLyS4qo+qywoBQ2VfT1iR18xh9cNQoCtMS/eHAkcImPgcChwVxB6EAfMeBeNmQtqDSC3ZDAEOC4tNhwAXbODbEOCoDdysdAcrNjC12B0UNusrdAWLVjBmCL9bYYJ4yCEuKFe54BAXlA0uOB/NqwC6nDj2BG+aDOXEgjeDDK3GW7vwomfHLQlrJWCxXL7WKR/rUq2Vgn+ChbwvyZwNPFKhouCKaFn2yFZzMqrEU3CnHbFti3fSJ6O2COjCNHfmKbipDgcC4hr/goIHpqzQhGAputZtUx3WVj3x2OSyZGV2tXxtmBWHFF17RsTNKc+0wZwGmjFPmnrdJUdgh6pfdfRDZoy0g6BrY+CcJp8lnDsYbAqytDkjGsomEUhT8JTSIJV0P/qHJn0q+HMZOQtskIA03ys2MNcdhCDFEFgIAcpfFtD9r3NSSvoUlBp4SL3asicW0MPgQ/uMMt+gYAWDg2SPJ/aoC1igIN5lkl56Otxk0nojmaWFXtq9EzPiTcEOrW0vNHattVQpCO6j9RfWcoBaRHAORAzM10W9C9wECABPSTPX0WvONEm0OQ38ol/kYyBxDJbLpePfqxg8DWAz2PNN5RkEOkFEvx8/3PBIPOCcuVdSEyrQ/eel+4FMnl9QbMI3W/tkEJJPCFzW3FF85UFB1HV8N5AbgAVTZe4a5Id+li7hRgdNXlKBWWnJ0yf6P4v1hYrGJsQYugW8rYQ/AKBjc2QxCF3P1PgP42JXRwUfi7tKbnPv9Iv86Ro849PmNm2u9rQU70M1rR8fuz6ZMuvjJfUiUDum9mgjOIurUQKBk1oWVsnVMz2AB5ClYsc+rWTXQSIZbcAhdY5yo+96rYQXynbw6y0zHGAzEy33gbZ+460MGwKg9rH9dAV7NWdIjtr59tNlXG3zHoALVnAW+tQKVgi4FSvjw8XypZOKvttotw0oYGPovg4Ry/xEh/BszXIXy/ioV2x/be8t4fO2rvwXR3UzhT6V/wXQnEHLpk/djgAAAABJRU5ErkJggg==") right 37px no-repeat;
	margin: 5px 5px 0;
}

.header--middle__logo {
	float: left;
	width: 31.2%;
}

.header--middle__logo img {
	width: 272px;
}

.header--middle__address {
	float: left;
	width: 26%;
	padding: 14px 45px 0 32px;
}

.header--middle__contacts {
	float: left;
	width: 19.2%;
	padding-top: 14px;
}

.header--middle__phone {
	float: left;
	width: 23.6%;
	padding: 14px 13px 0 0;
}

.header--middle__title {
	position: relative;
	font-size: 16px;
	color: #2B2A29;
	line-height: 1;
	margin-bottom: 3px;
}

.header--middle__phone .header--middle__title {
	font-size: 14px;
}

.header--middle__address .header--middle__title::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -31px;
	top: -7px;
	width: 23px;
	height: 30px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAMAAADw+3VaAAAAY1BMVEUAAAAARX8ARX8ARX8AnuMARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8AUo0AersARX8AnuMAcrEAW5gAl9wAVpIAS4UAiMoAeLkAbKsAgsQAjdAAY6IAUIxgrETeAAAAE3RSTlMAvxCAgO9gIFCvz5/fj0BwMN+fdzo/uAAAASNJREFUKM9lkQtygzAMRC072JhPaLpAIAlp73/KysvHdPJmEpiH0ArZbIQuikjtrTnzJdipQ9YOwDQs375tgMLvugbGR9/3F733DeCP6pfa1RsbgZK9V31/jjdhpaCwvIyq3zMSlRpbwOmAwEOrZ7TBhIgqZaAwpsOk5U+0zIop1AJXE9l9hDVrWM3Wnf6e9GYFon8tnPoHfaAuWe/oB/aPHL7i7LX6Fj+9MkFKW1ZsYxp4fXNO/j4hIZbhCPoV2iixDDd33YYVhsz3ftsPuYIhtmFC9g1kf76cvEMRDInsRM99OVou8HV44epWPHCcV9rZgeA3eb7amkzQj6CveVaZDnir5+j/qPR4LpajZ9adDJc8esYBN6DLIncCD+GD0p0y/wClbBc5Niq5CAAAAABJRU5ErkJggg==") center center no-repeat;
	background-size: 100% 100%;
}

.header--middle__phone .header--middle__title,
.header--middle__phone .header--middle__content {
	margin-left: 10px;
}

.header--middle__phone .header--middle__title::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 11px;
	top: -4px;
	width: 20px;
	height: 29px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAdCAMAAACdWLz3AAAAaVBMVEUAAAAARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8ARX8AnuMARX8ARX8AnuMAnuMAnuMARX8AV5MAnuMAnuMAnuMAnuMAnuMARX8AnuMAnuMAnuMAnuMAnuMAnuMARX8AcrEAW5gATYn8GAISAAAAHnRSTlMAQL+A78/fYDAgEO+vnzAQz1Dv37+vn4+PgHBgUECcbSN1AAAAoUlEQVQoz23PSQ6DQAxEUUN6ZCbz6Arc/5BpHEVpkP+q9DaWiWJjkGXaiqhy2FQSjZj4Tv+iQ6Ad3syvTEsUX6w7BXnoFeSThnzTkJ8a1p2CfOgV5KOGfNGQHxpyp2HdK8iDhnzWkPeC87RqFtwm2BZLvmlGGVZwR6nKADZ7U7CAdQgbDEjFH3q0tHSF8TJswgjYMsvCEJE3WOWCHC5WJfkAcTYktGYs/IcAAAAASUVORK5CYII=") center center no-repeat;
	background-size: 100% 100%;
}

.header--middle__content {
	font-size: 16px;
	font-weight: bold;
	color: #024C81;
	line-height: 1.5;
}

.header--middle__content+.header--middle__title {
	margin-top: 3px;
}

.header--middle__link {
	margin-top: 25px;
}

.header--middle__link a:link {
	font-size: 16px;
	color: #E31E24;
}

.header--middle__content a:link {
	font-size: 18px;
	font-weight: bold;
	color: #024C81;
	text-decoration: none;
}

.header--middle__content a:link:hover,
.header--middle__content a:link:focus {
	color: #E31E24;
}

.header--middle__phone .header--middle__content a:link {
	font-size: 16px;
}

.header--middle__button {
	margin-top: 3px;
}

a:link.btn_callback {
	color: #E31E24;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 30px;
	height: 32px;
	padding: 0 50px 0 10px;
	background: #FFF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAWBAMAAADOeor/AAAAMFBMVEUAAAAARX8ARX8ARX8ARX8ARX8AnuMARX8AmN0AiMoAVpIAfb4AcrEATYkAZqUAW5h32wyGAAAABnRSTlMAz78Q70Dz7iuUAAAAqklEQVQY012QsQ3CMBBFT3iCKEUKVzBBDAuko0JCghlQShshuWCDNLRQpmKDTEHDEszBv/PpQPmN9fxeY9Mx/+2yp92L95Ddbx3lz8nWPyMl/+OhinQOk+lxDXbedL0AEwLVrTAC1SSMQHVhBKqVERRtfIVOxq6ppn5srA9p44c6IBB2MOHd4ijMwh2IT2a+53HHzFqGAO9JojXAe7NpBDnSNq1sy9zN//MLyI1cO0RX6joAAAAASUVORK5CYII=") right 6px center no-repeat;
	border: 1px solid #C5C6C6;
	border-radius: 7px;
}

a:link.btn_callback:hover,
a:link.btn_callback:focus {
	box-shadow: 1px 1px 10px #C5C6C6;
}

.header--bottom::after {
	content: "";
	display: block;
	clear: both;
}

.header--bottom__menu {
	/*float: left;*/
	width: 100%;
}

.header--bottom__menu-ul {
	position: relative;
	display: table;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header--bottom__menu-ul>li {
	display: table-cell;
	vertical-align: middle;
	width: 14.20%;
	text-align: center;
	border: 1px solid #EBECEC;
}

.header--bottom__menu-ul a:link,
.header--bottom__menu-ul a {
	text-decoration: none;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
	color: #024C81 !important;
	display: inline-block;
	word-break: break-word;
	padding: 7px 7px;
}

.header--bottom__menu-ul ul a:link {
	font-weight: normal;
}

.header--bottom__menu-ul a.is_red_link {
	color: #E31E24 !important;
}

.header--bottom__menu-ul a:link:hover,
.header--bottom__menu-ul a:link:focus,
.header--bottom__menu-ul a:hover,
.header--bottom__menu-ul a:focus {
	color: #E31E24 !important;
}

.header--bottom__menu-ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	border: 1px solid #EBECEC;
	list-style-type: none;
	padding: 7px 0;
	margin: 0;
}

.header--bottom__menu-ul li:hover ul {
	display: block;
}

.header--bottom__menu-ul ul::after {
	content: '';
	display: block;
	clear: both;
}

.header--bottom__menu-ul ul li {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: left;
}

.header--bottom__menu-ul ul li:nth-child(5n+1) {
	clear: both;
}

.header--bottom__search {
	/*float: left;*/
	width: 100%;
	/*height: 46px;*/
	/*border: 1px solid #EBECEC;*/
	padding: 8px 0 0;
}

.header--bottom__search-form {
	position: relative;
}

.header--bottom__search-form input[type="text"] {
	width: 100%;
	color: #5B5B5B;
	font-size: 14px;
	border: 1px solid #D9DADA;
	border-radius: 5px;
	font-weight: bold;
	font-style: italic;
	padding: 6px 10px 8px;
}

.header--bottom__search-form input[type="text"]::placeholder {
	color: #5B5B5B;
}

.header--bottom__search-form input[type="submit"] {
	position: absolute;
	top: 4px;
	right: 10px;
	width: 23px;
	height: 23px;
	z-index: 9;
	border: 0;
	border-radius: 5px;
	background: #E31E24 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAMAAADjyg5GAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA7zBAn49wYBDfz7+vgFAgJspaZQAAAGVJREFUCNdlTkkSwDAIqpp95f+vrcbJ9FAOMhAwPn9I7CPtqwIMlF1F0GRRb5liEBtnVKOJ5KkG0Tlsui+nuu5GOZ1+1CYUpVIRlLlhHJsJ1BsU2WN2R40E+8MTnrpbb0ufPxR5Xp9iA7d0cBBXAAAAAElFTkSuQmCC") center center no-repeat;
}

.nav_icon_mobile,
.top_nav_icon_mobile,
.top_contacts_icon_mobile {
	display: none;
}

/*
.product table{
	width: 100%;
	border-style: solid;
    border-color: #44b0df;
    margin-bottom: 2%;
	margin-top: 2%;
	border-collapse: collapse;
}
.product table td, .product table th{
	padding: 5px;
}
*/
.content table {
	text-align: center !important;
	width: 100% !important;
	border: 0 !important;
	margin-bottom: 2% !important;
	margin-top: 2% !important;
	border-collapse: collapse !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

.content table td,
.content table th {
	text-align: center !important;
	border: 1px solid #44b0df !important;
	font-size: 14px !important;
	line-height: 20px !important;
	padding: 5px !important;
}

.img__issetRight {
	margin: 0 35px 20px 0;
}

.header--middle__logo {
	position: relative;
}

.header--middle__logoLine {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	max-width: 272px;
	text-align: right;
}

.header--middle__logoLine img {
	max-width: 80px;
}

.q_consent {
	font-size: 12px;
	margin-top: 10px;
}

.nca-cookiesaccept-line>div {
	flex-wrap: wrap;
}

.nca-cookiesaccept-line-text {
	color: #fff !important;
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.header--middle__logoLine {
		padding-right: 20px;
	}

	.header--middle__logoLine img {
		max-width: 60px;
	}
}

@media (max-width: 991px) {
	.header--middle__logoLine {
		max-width: 200px;
		padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.img__issetRight {
		width: 100%;
		margin: 0 0 20px;
		display: block;
	}
}


@media only screen and (min-width: 360px) {}

@media only screen and (min-width: 410px) {}

@media only screen and (min-width: 520px) {

	/* Header */
	.header .email-block {
		width: 35%
	}

	.header .phone-block {
		width: 65%
	}

	/* Menu */
	.topmenu {
		border-right: none;
	}

	.topmenu .menu-link {
		display: none;
	}

	.topmenu ul li {
		width: 50%;
		float: left;
	}

	.topmenu ul li.search {
		float: none;
	}

	.topmenu ul li a {
		border-right: 1px solid #2a98c0;
	}

	.topmenu ul li.search {
		float: left;
		width: 75%;
	}

	.topmenu ul li.root {
		position: relative;
	}

	.topmenu ul li.root ul {
		position: absolute;
		top: 30px;
	}

	.topmenu ul li.root ul li {
		width: 250px
	}

	.topmenu ul li ul li a {
		padding-left: 10px;
		text-align: left;
		border-bottom: 1px solid #2a98c0;
	}

	/* Product in catalog */
	.product .item .image {
		float: left;
		padding: 2%;
		width: 28%;
	}

	.product .item .body {
		float: left;
		width: 68%;
		padding: 0 0 2% 0;
	}

	/* Footer */
	.f-content .copy {
		width: 55%;
	}

	.f-content .f-menu {
		width: 45%;
		padding-top: 30px;
	}
}

@media only screen and (min-width: 560px) {
	#reference-list .item .item-image {
		float: left;
		width: 29%;
		margin-right: 1%;
	}

	#reference-list .item .message {
		float: left;
		width: 70%;
	}
}

@media only screen and (min-width: 710px) {

	/* Menu */
	.topmenu ul li {
		width: 33.3%;
		float: left;
	}

	.topmenu ul li a {
		text-align: center;
	}

	/* Stock */
	.stock {
		margin-top: 10px;
		width: 100%;
	}

	.s-column {
		float: left;
	}

	.s-column.one {
		width: 66%;
		margin-right: 2%;
	}

	.s-column.one a {
		float: left;
		width: 50%;
		display: block;
	}

	.s-column.two {
		width: 32%;
	}

	.s-column.two .item {
		width: 100%;
	}

	.s-column.two .item.one a {
		display: block;
		width: 50%;
		float: left;
	}

	/* Footer */
	.f-content .copy {
		width: 40%;
	}

	.f-content .f-menu {
		width: 60%;
	}

	.f-content .f-menu .one,
	.f-content .f-menu .two,
	.f-content .f-menu .tree {
		width: 33.3%;
		float: left;
	}
}

@media only screen and (min-width: 820px) {

	/* Header */
	.header .logo {
		width: 43%
	}

	.header .email-block {
		width: 22%
	}

	.header .phone-block {
		width: 35%
	}
}

@media only screen and (min-width: 900px) {

	/* Header */
	.header .logo {
		width: 45%
	}

	.header .email-block {
		width: 22%
	}

	.header .phone-block {
		width: 33%
	}

	/* Menu */
	.topmenu {
		border-right: 1px solid #2a98c0;
	}

	.topmenu ul li {
		width: 12%;
		float: left;
	}

	.topmenu ul li a {
		padding: 14px 10px;
		border-bottom: none;
	}

	.topmenu ul li.search {
		float: left;
		width: 28%;
	}

	.topmenu ul li.root ul {
		top: 48px;
		left: -469px;
		width: 900px;
	}

	/* Footer */
	.f-content .copy {
		width: 35%;
	}

	.f-content .f-menu {
		width: 65%;
	}
}

@media only screen and (min-width: 950px) {

	/* Header */
	.header .logo {
		width: 48%
	}

	.header .email-block {
		width: 22%
	}

	.header .phone-block {
		width: 30%
	}
}

@media only screen and (min-width: 980px) {

	/* Header */
	.header .logo {
		width: 50%
	}

	.header .email-block {
		width: 21%
	}

	.header .phone-block {
		width: 29%
	}
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

@media(max-width: 1199px) {

	.header--middle__title,
	.header--middle__content,
	a:link.btn_callback,
	.header--middle__link a:link {
		font-size: 14px;
	}

	.header--middle__content a:link {
		font-size: 16px;
	}

	.header--middle {
		background-position: right bottom;
		margin: 5px 0 0;
	}

	.header--middle__logo {
		width: 28%;
		padding-right: 20px;
	}

	.header--middle__address {
		padding: 14px 15px 0 32px;
	}

	.header--middle__contacts {
		width: 22%;
	}

	.header--middle__phone {
		width: 24%;
	}

	.header--middle__button {
		margin-top: 0px;
	}

	.header--bottom__menu-ul a:link,
	.header--bottom__menu-ul a {
		font-size: 12px;
	}

	/*.header--bottom__search {
	    height: 42px;
	    padding: 5px 7px;
	}
	.header--bottom__search-form input[type="text"] {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.header--bottom__search-form input[type="submit"] {
	    top: 3px;
	    right: 4px;
	}*/

}

@media(max-width: 991px) {
	.header--middle {
		background-position: right top;
		background-size: auto 108px;
	}

	.header--middle__logo {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
	}

	.header--middle__logo img {
		width: 200px;
	}

	.header--middle__address {
		padding: 7px 15px 5px 32px;
		width: 33.333333%;
	}

	.header--middle__contacts {
		width: 33.333333%;
		text-align: center;
		padding: 7px 0 5px;
	}

	.header--middle__phone {
		text-align: right;
		width: 33.333333%;
		padding: 7px 0 5px;
	}

	a:link.btn_callback {
		display: inline-block;
	}

	.header--middle__phone .header--middle__title,
	.header--middle__phone .header--middle__content {
		margin-left: 0;
		padding-right: 45px;
	}

	.header--middle__phone .header--middle__title {
		display: inline-block;
	}

	.header--bottom__menu {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.header--bottom__search {
		float: none;
		width: 100%;
		max-width: 173px;
		display: inline-block;
	}

}

@media(max-width: 767px) {

	.header--middle__title,
	.header--middle__content,
	a:link.btn_callback,
	.header--middle__link a:link {
		font-size: 12px;
	}

	.header--middle__address .header--middle__title::before {
		left: -20px;
		top: 0px;
		width: 15px;
		height: 20px;
	}

	.header--middle__address {
		padding: 0px 0px 5px 20px;
	}

	.header--middle__link {
		margin-top: 5px;
	}

	.header--middle__content a:link {
		font-size: 14px;
	}

	.header--middle__phone .header--middle__title::before {
		/*left: -20px;*/
		top: 0px;
		width: 15px;
		height: 22px;
	}

	.header--middle__phone {
		padding: 0px 0 5px;
	}

	.header--middle__contacts {
		padding: 0px 0 5px;
	}

	a:link.btn_callback {
		padding: 0 33px 0 10px;
		background-size: 19px auto;
		height: 35px;
		line-height: 33px;
	}

	.header--middle__button {
		margin-top: 0px;
	}

	.header--bottom__menu-ul a:link,
	.header--bottom__menu-ul a {
		font-size: 10px;
		padding: 5px 10px;
	}

	input,
	textarea {
		max-width: 100%;
		box-sizing: border-box;
	}

	textarea {
		height: 100px !important;
	}

	.header--bottom__search {
		max-width: 140px;
	}

	.header--bottom__search-form input[type="text"] {
		padding: 8.5px;
	}

	.header--bottom__search-form input[type="submit"] {
		top: 6px;
		right: 6px;
	}

	.header--middle__phone .header--middle__title::before {
		right: 8px;
	}

	.header--middle__phone .header--middle__title,
	.header--middle__phone .header--middle__content {
		padding-right: 30px;
	}

}

/*@media only screen and (min-width: 410px) {
	.work_list .slidesjs-control{
		height: 470px !important;
	}
}
@media only screen and (min-width: 320px) {
	.work_list .slidesjs-control{
		height: 460px !important;
	}
}*/

@media(max-width: 540px) {
	.work .item {
		width: 46%;
	}

	.i-wrap {
		padding-top: 0;
	}

	.stock_list .i-wrap-in {
		position: relative;
	}

	.stock_list .slides {
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 0px;
	}

	.stock_list .slides .items.slidesjs-slide {
		/*position: relative !important;*/
	}

	.stock_list .slidesjs-control {
		height: 640px !important;
		/*height: auto !important;*/
	}

	.slidesjs-control {
		height: 470px !important;
	}

	.stock_list .slidesjs-container {
		height: auto !important;
		padding-top: 30px;
	}

	.slidesjs-container {
		height: auto !important;
	}

	.stock_list .slidesjs-navigation,
	.stock_list .slidesjs-pagination {
		margin-top: 10px;
		position: absolute;
		top: 0;
		z-index: 15;
	}

	.stock_list .slidesjs-previous {
		left: 0;
	}

	.stock_list .slidesjs-next {
		left: 25px;
	}

	.stock_list .slidesjs-pagination {
		right: 0;
		padding-left: 55px;
	}

	.stock_list .slidesjs-pagination li {
		margin: 0 2.5px 5px;
	}

	.header--middle__address,
	.header--middle__contacts,
	.header--middle__phone {
		width: 100%;
		text-align: center;
	}

	.header--middle__address {
		padding-left: 0;
	}

	.header--middle__address .header--middle__title {
		display: inline-block;
	}

	.header--middle__address .header--middle__title::before,
	.header--middle__phone .header--middle__title::before {
		top: -5px;
	}

	.header--middle__button {
		margin-top: 0px;
	}

	.header--middle__content a:link {
		font-size: 12px;
	}

	.header--bottom__menu-ul {
		display: block;
	}

	.header--bottom__menu-ul>li {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: -1px;
	}

	.header--bottom__menu-ul ul {
		position: relative;
		display: block !important;
		opacity: 1 !important;
		text-align: center;
		height: 0;
		overflow: hidden;
		padding: 0;
		border: 0;
		border-top: 1px solid #EBECEC;
	}

	.header--bottom__menu-ul ul.active {
		height: auto;
	}

	.header--bottom__menu-ul ul li {
		display: block;
		float: none;
		width: 100%;
	}

	.header--bottom__menu-ul a:link,
	.header--bottom__menu-ul a {
		display: block;
	}

	.header--bottom__menu-ul a:link,
	.header--bottom__menu-ul a {
		font-size: 12px;
		padding: 10px 10px;
	}

	.header--bottom__menu-ul>li>.nav_icon_mobile {
		display: block;
		position: absolute;
		z-index: 9;
		top: 7px;
		right: 10px;
		cursor: pointer;
		width: 20px;
	}

	.top_nav_icon_mobile {
		display: block;
		position: absolute;
		z-index: 9;
		top: 4px;
		left: 4px;
		cursor: pointer;
		width: 20px;
	}

	.header--top #horizontal-multilevel-menu li {
		float: none;
	}

	.header--top #horizontal-multilevel-menu {
		display: none;
		position: absolute;
		z-index: 15;
		top: 30px;
		left: 0;
		background: #fff;
		width: 100%;
		list-style: none;
		font-size: 12px;
		border: 1px solid #b8b8b8;
	}

	.header--top #horizontal-multilevel-menu.active {
		display: block;
	}

	.top_contacts_icon_mobile {
		display: block;
		position: absolute;
		z-index: 9;
		top: 4px;
		right: 4px;
		cursor: pointer;
		width: 15px;
	}

	.header--middle {
		height: 111.8px;
		overflow: hidden;
	}

	.header--middle__logo {
		height: 111.8px;
	}

	.header--middle.active {
		height: auto;
	}

	.header--bottom__search-form input[type="text"] {
		/*padding: 10px 10px;*/
	}

	.header--bottom__search {
		/*height: auto;
	    padding: 5px 7px;*/
	}

	.header--bottom__search-form input[type="submit"] {
		/*width: 30px;
	    height: 30px;*/
	}

	#horizontal-multilevel-menu a,
	.header--bottom__menu-ul>li {
		text-align: left;
	}

}

@media only screen and (max-width: 410px) {
	.slidesjs-control {
		height: 400px !important;
	}
}

.catalog-section-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-home {}

.product-home .item {
	display: block;
	border-width: 15%;
	border-style: solid;
	border-color: #fff;
	height: 240px;
	width: 48%;
	float: left;
	text-align: center;
	font-size: 90%;
	color: #000;
}

.product-home .item a:hover {
	color: #ff4444;
}

.product-home .item .title {
	height: 50px;
	word-break: break-all;
	padding: 5px 0px;
}

@media only screen and (min-width: 320px) {
	.product-home .item {
		height: auto;
		width: 47%;
	}

	.product-home .item .title {
		height: auto;
	}
}

@media only screen and (min-width: 410px) {
	.product-home .item {
		height: 250px;
	}
}

@media only screen and (min-width: 500px) {
	.product-home .item {
		height: 300px;
	}
}

@media only screen and (min-width: 768px) {
	.product-home .item {
		height: 300px;
		width: 32%;
	}
}

@media only screen and (min-width: 1024px) {
	.product-home .item {
		height: 300px;
		width: 24%;
	}
}

@media only screen and (min-width: 1280px) {
	.product-home .item {
		height: 270px;
		width: 19.3%;
	}
}

@media only screen and (max-width: 767px) {
	.product-home .item:nth-child(2n+1) {
		clear: both;
	}
}

/* /bitrix/js/main/core/css/core.min.css */
.bx-timer-semicolon-off .bx-timer-semicolon {
	visibility: hidden
}

.bx-panel-tooltip {
	z-index: 2210 !important;
	overflow: hidden !important;
	position: absolute !important;
	letter-spacing: normal !important;
	list-style: none !important;
	text-align: left !important;
	text-indent: 0 !important;
	text-transform: none !important;
	visibility: visible !important;
	white-space: normal !important;
	word-spacing: normal !important;
	vertical-align: baseline !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	text-decoration: none !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
	-moz-box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
	box-shadow: 0 12px 10px rgba(0, 0, 0, .25) !important;
	border: 1px solid;
	border-color: #a2a6ad #989ca1 #8e9398;
	background: #d0dbdd;
	background: -webkit-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
	background: -moz-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
	background: -o-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
	background: -ms-linear-gradient(top, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
	background: linear-gradient(to bottom, rgba(227, 233, 234, .95), rgba(198, 210, 213, .95));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2e3e9ea', endColorstr='#f2c6d2d5', GradientType=0)
}

.bx-panel-tooltip div {
	display: block !important
}

.bx-panel-tooltip .bx-panel-tooltip-top-border,
.bx-panel-tooltip .bx-panel-tooltip-bottom-border {
	display: none !important
}

.bx-panel-tooltip-content {
	overflow: hidden !important;
	position: relative !important;
	z-index: 10 !important;
	display: inline-block !important
}

.bx-panel-tooltip-title {
	font: normal normal bold 14px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #16191a !important;
	position: relative !important;
	padding: 7px 10px 0 10px !important;
	margin: 0 !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.66)
}

.bx-panel-tooltip-text {
	font: normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #272b31 !important;
	padding: 9px 10px 10px 10px !important;
	margin: 0 !important;
	position: relative !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25)
}

.bx-panel-tooltip-close {
	position: absolute !important;
	height: 20px !important;
	background: scroll transparent url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) no-repeat -9px -1881px !important;
	width: 25px !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 5 !important;
	display: block !important
}

.bx-panel-tooltip-close:hover {
	background: scroll transparent url(/bitrix/js/main/core/images/panel/top-panel-sprite-2.png) no-repeat -32px -1881px !important
}

.bx-panel-tooltip-text a {
	font: normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.bx-panel-tooltip-text a,
.bx-panel-tooltip-text a:hover {
	color: #272b31 !important;
	text-decoration: underline !important
}

.bx-clear {
	clear: both
}

.main_info {
	display: inline-block;
}
/* End */
/* /static/fancybox/jquery.fancybox-1.3.4.css?17071354218494 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?17071354233754 */
/* /local/templates/7masterov/components/bitrix/menu/top_manu/style.css?17071354204402 */
/* /local/templates/7masterov/components/bitrix/breadcrumb/template/style.css?17071354201088 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17486238932729 */
/* /local/templates/7masterov/styles.css?175250060086 */
/* /local/templates/7masterov/template_styles.css?175250060034279 */
