/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-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-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/assets/vendor/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/assets/vendor/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/assets/vendor/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/assets/vendor/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	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.8);
	-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 {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/assets/vendor/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/assets/vendor/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */

/* Start:/bitrix/templates/kolibri_corppro/assets/smartmenus/jquery.smartmenus.css?1528707956901*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm-active{
	background-color:#157a2a;
}

.sm{box-sizing:border-box;position:relative;z-index:990;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


.sm-theme a,
.sm-theme a:hover,
.sm-theme a:focus,
.sm-theme a:active {
    font-weight: bold;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
}
.sm-theme.sm-vertical a,
.sm-theme.sm-vertical a:hover,
.sm-theme.sm-vertical a:focus,
.sm-theme.sm-vertical a:active {
    font-weight: normal;
    padding: 10px 20px;
    text-transform: none;
}
.sm-theme > li:hover > a {
    background-color: rgba(255,255,255,.1);
}
.sm-theme li.selected > a {
    background-color: rgba(0,0,0,.1);
}
.sm-theme a.has-submenu {
    padding-right: 32px !important;
}
.sm-theme a .sub-arrow {
    line-height: 31px;
    position: absolute;
    top: 50%;
    right: 4px;
    left: auto;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    text-align: center;
    background-color: rgba(0,0,0,.08);
}
.sm-theme a .sub-arrow:before {
    font-family: 'FontAwesome';
    font-size: 80%;
    content: '\f107';
}
.sm-theme ul a,
.sm-theme ul a:hover,
.sm-theme ul a:focus,
.sm-theme ul a:active {
    font-weight: normal;
    text-transform: none;
    border-left: 8px solid transparent;
}
.sm-theme ul ul a,
.sm-theme ul ul a:hover,
.sm-theme ul ul a:focus,
.sm-theme ul ul a:active {
    border-left: 16px solid transparent;
}
.sm-theme ul ul ul a,
.sm-theme ul ul ul a:hover,
.sm-theme ul ul ul a:focus,
.sm-theme ul ul ul a:active {
    border-left: 24px solid transparent;
}
.sm-theme ul ul ul ul a,
.sm-theme ul ul ul ul a:hover,
.sm-theme ul ul ul ul a:focus,
.sm-theme ul ul ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-theme ul ul ul ul ul a,
.sm-theme ul ul ul ul ul a:hover,
.sm-theme ul ul ul ul ul a:focus,
.sm-theme ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}
@media (min-width: 768px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-theme ul {
        position: absolute;
        width: 12em;
    }
    .sm-theme li {
        float: left;
    }
    .sm-theme ul li,
    .sm-theme.sm-vertical li {
        float: none;
		
    }
    .sm-theme a {
        white-space: nowrap;
    }
    .sm-theme ul a,
    .sm-theme.sm-vertical a {
        white-space: normal;
    }
    .sm-theme .sm-nowrap > li > a,
    .sm-theme .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */
	
    .sm-theme ul a,
    .sm-theme ul a:hover,
    .sm-theme ul a:focus,
    .sm-theme ul a:active {
        padding: 10px 20px;
        border: 0 !important;
    }
    .sm-theme a .sub-arrow {
        background-color: transparent;
    }
    .sm-theme ul a .sub-arrow:before,
    .sm-theme.sm-vertical a .sub-arrow:before {
		font-size: 90%;
        content: '\f105';
    }
    .sm-theme > li {
		padding-top: 1px;
        padding-left: 1px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAqCAYAAACZSYp/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAElJREFUeNqUjtEKACAIA6cv/f8Pt0wQkiJLEI5xDgVAI6lqILaYMEciuYC+JhrJd3P1D1bHgQHpnIXMcBL05Ow9xRXP4D1DgAEAHfobaWIIv9EAAAAASUVORK5CYII=');
        background-repeat: no-repeat;
        background-position: left center;
    }
    .sm-theme > li:first-child {
        padding-left: 0;
        background: none;
    }
    .sm-theme ul {
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .sm-theme .scroll-up,
    .sm-theme .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        height: 20px;
        background-color: #fff;
    }
    .sm-theme .scroll-up-arrow,
    .sm-theme .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        overflow: hidden;
        width: 0;
        height: 0;
        margin-left: -8px;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555 transparent;
    }
    .sm-theme .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555 transparent transparent transparent;
    }
    .sm-theme.sm-vertical li {
        padding-left: 0;
        background: none;
    }

}


#news-list.advantages {
    position: relative;
    width: 100%;
}
#news-list.advantages .elements {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#news-list.advantages .elements .element {
    width: 100%;
}
#news-list.advantages .elements .element a {
    text-decoration: none;
    color: inherit;
}
#news-list.advantages .elements .element .icon {
    display: inline-block;
    max-width: 45px;
    max-height: 45px;
    margin-right: 10px;
}
#news-list.advantages .elements .element .icon img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#news-list.advantages .elements .element .text {
    font-size: 90%;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}


#news-list.services {
    position: relative;
    width: 100%;
}
#news-list.services .elements {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#news-list.services .elements .element {
    width: 50%;
    margin: 10px auto;
    border: 5px solid transparent;
}
#news-list.services .elements .element .picture {
    float: left;
    width: 175px;
    margin-right: 5px;
    text-align: center;
}
#news-list.services .elements .element .picture img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#news-list.services .elements .element .title {
    font-size: 110%;
    font-weight: 500;
    margin: 2px 0 5px;
}
#news-list.services .elements .element .preview-text {
    margin-top: 5px;
	padding-right: 15px;
}


#catalog-section-list.panel {
    position: relative;
    width: 100%;
}
#catalog-section-list.panel .elements {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#catalog-section-list.panel .elements .element {
    position: relative;
    overflow: hidden;
    width: 33.3%;
    height: 270px;
    border: 5px solid transparent;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#catalog-section-list.panel .elements .element .picture {
    width: 100%;
    height: 100%;
    -webkit-transition: transform .15s ease-in-out;
    -webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#catalog-section-list.panel .elements .element:hover .picture {
    -webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
#catalog-section-list.panel .elements .element .title {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    -webkit-transition: transform .15s ease-in-out;
    -webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
#catalog-section-list.panel .elements .element .title span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 1px;
}
#catalog-section-list.panel .elements .element:hover .title {
    -webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}


#catalog-top.table {
    position: relative;
    width: 100%;
}
#catalog-top.table .elements {
    line-height: 1.2;
}
#catalog-top.table .elements .element {
    width: 100%;
	padding: 0 0 50px;
}
#catalog-top.table .elements .element > div {
    position: relative;
    margin: 2px;
    padding: 20px;
    -webkit-transition: box-shadow .15s ease-in-out;
	transition: box-shadow .15s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
#catalog-top.table .elements .element > div:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.35);
}
#catalog-top.table .elements .element .stickers {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 0;
}
#catalog-top.table .elements .element .stickers span {
    font-size: 80%;
    display: table;
    margin-bottom: 1px;
    padding: 2px 8px;
    border-left: 5px solid;
    background-color: rgba(255,255,255,.9);
}
#catalog-top.table .elements .element .picture {
    line-height: 135px;
    max-width: 100%;
    height: 135px;
    text-align: center;
}
#catalog-top.table .elements .element .picture a {
    display: block;
    height: 100%;
}
#catalog-top.table .elements .element .picture img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#catalog-top.table .elements .element .title {
    font-weight: 500;
    margin-top: 10px;
}
#catalog-top.table .elements .element .title a {
    display: block;
}
#catalog-top.table .elements .element .section {
    font-size: 85%;
    margin-top: 10px;
}
#catalog-top.table .elements .element .section span {
    font-size: 90%;
    color: #9e9e9e;
}
#catalog-top.table .elements .element .section a {
    display: block;
}
#catalog-top.table .elements .element .price {
    margin-top: 15px;
}
#catalog-top.table .elements .element .price .actual {
    font-size: 130%;
    font-weight: 500;
}
#catalog-top.table .elements .element .price .old {
    font-size: 90%;
    color: #9e9e9e;
}
#catalog-top.table .elements .element .price .missing {
    font-size: 130%;
    font-weight: 500;
}


#news-list.info_line {
    position: relative;
    width: 100%;
}
#news-list.info_line .elements {
    line-height: 1.2;
}
#news-list.info_line .elements .element {
    margin: 20px 0;
}
#news-list.info_line .elements .element:last-child {
    margin-bottom: 0;
}
#news-list.info_line .elements .element .picture {
    float: left;
    width: 110px;
    margin-right: 25px;
    text-align: center;
}
#news-list.info_line .elements .element .picture a {
    display: block;
    height: 100%;
}
#news-list.info_line .elements .element .picture a img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
	border:1px solid #DDDDDD;
}
#news-list.info_line .elements .element .date {
    display: block;
}
#news-list.info_line .elements .element .date span {
    font-size: 80%;
    font-weight: 500;
}
#news-list.info_line .elements .element .title {
    margin-top: 2px;
}
#news-list.info_line .elements .element .title .section {
    font-weight: 500;
}


#news-list.partners_slider {
    position: relative;
    width: 100%;
}
#news-list.partners_slider .elements {
    line-height: 1.2;
}
#news-list.partners_slider .elements .element {
    line-height: 90px;
    padding: 0 0 40px;
}
#news-list.partners_slider .elements .element img {
    display: inline-block;
    opacity: .5;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
    -webkit-filter: gray;
	filter: gray;
}
#news-list.partners_slider .elements .element img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
    -webkit-filter: none;
	filter: none;
}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}

.rounded_image {
	float: left;
	width: 250px;
	height: 250px;
	border-radius: 170px;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: 20px;
	border:4px solid #598256;
	box-shadow: 0 0 9px rgba(3, 3, 3, .75);
	-webkit-box-shadow: 0 0 9px rgba(3, 3, 3, .75);
	-moz-box-shadow: 0 0 9px rgba(3, 3, 3, .75);
}
.rounded_image-short-info{
	line-height: 56px;
}

/*================= Задержка загрузки страницы =================*/
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}