

/* Start:/local/css/basic/jquery.tabs.css?16338892951042*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav { list-style: none; margin: 0 0 20px 0; padding: 0; }
.tabs-nav:after { display: block; clear: both; content: " "; }
.tabs-nav li { list-style-type: none; list-style-position: outside; margin: 0 25px 0 0; padding: 0; float: left; border-bottom: 3px solid transparent; }
.tabs-nav a, .tabs-nav a span { display: block; font-weight: bold; }
.tabs-nav a { text-decoration: none; white-space: nowrap; color: #ffffff; padding: 0 0 5px 0; }
.tabs-nav .tabs-selected { border-bottom: 3px solid #FE7400; }
.tabs-nav .tabs-selected a { color: #FE7400; }
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-container { }
/* End */


/* Start:/local/css/input/formstyler/jquery.formstyler.css?163388929512326*/
.jq-checkbox {
	top: -2px;
	vertical-align: middle;
	/*
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	background-image: url(/local/css/input/formstyler/checked.png);
    background-position: -20px 0;
	background-repeat: no-repeat;
	*/
	background: #FFFFFF;
	border: 1px solid #979797;
	cursor: pointer;
    cursor: pointer;
    display: inline-block;
    width: 20px;
	height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.jq-checkbox.checked { background-position: 0 0; }
.jq-checkbox.checked .jq-checkbox__div {
	width: 14px;
	height: 14px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	background: #FE7400;
}
.jq-checkbox.focused {
	/* border: 1px solid #08C; */
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 0 2px 0 0;
	border: 1px solid #979797;
	border-radius: 100%;
	background: #FFFFFF;
	cursor: pointer;
	top: -2px;
}
.jq-radio.checked .jq-radio__div {
	width: 14px;
	height: 14px;
	margin: 4px 0 0 4px;
	border-radius: 100%;
	background: #FE7400;
}
.jq-radio.focused {
	border: 1px solid #FE7400;
}
.jq-radio.disabled {
	opacity: .55;
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; 
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; 
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	padding: 9px 35px 9px 15px;
	border: 1px solid #dddddd;
}
.jq-selectbox__select:hover {
}

.jq-selectbox__select:active {
	/*background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #fe6700;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #0F0;
	background: #0F0;
	color: #0F0;
}

.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: normal;
}

.jq-selectbox .placeholder {
	color: #888;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #dddddd;
}
.jq-selectbox.focused .jq-selectbox__trigger {
	border-left: 1px solid #fe6700;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin-top: -7px;
	margin-left: -7px;
}
.jq-selectbox__trigger-arrow:before {
	content: "\f107";
	font-family: 'FontAwesome';
	line-height: 14px;
	color: #1c1c1d;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow:before {
	color: #fe6700;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 2px;
	background: #FFF;
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font-size:16px; line-height:40px; font-family: 'Roboto'; font-weight: 500;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font-size:16px; line-height:40px; font-family: 'Roboto'; font-weight: 500;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

/* End */


/* Start:/local/css/sigma/jquery.sigma.css?16338892957666*/
.pager-no-scroll, .pager-no-scroll body { overflow: hidden; }

.ld-overlay { text-align: center; background-color: #ffffff; }
.ld-overlay span { line-height: 100%; }

.popup-item-layout { background: none repeat scroll 0 0 #000; opacity: 0.6; position: fixed; right: 0; top: 0; z-index: 3000; bottom: 0; left: 0; }
.popup-item-wrap { bottom: 0; left: 0; overflow: auto; position: fixed; right: 0; text-align: center; top: 0;   z-index: 3001; cursor: pointer; }
.popup-item-outer { background-color: #FAFAFA; margin: 20px auto; text-align: left; position: relative; }
.popup-item-inner { padding: 30px 30px; cursor: auto; background: rgb(214,220,255); background: linear-gradient(0deg, rgba(214,220,255,1) 0%, rgba(255,255,255,1) 100%); }
.popup-item-outer .popup-item-exit { background:#536dfe url(/local/css/sigma/./icon-close-h.png) no-repeat 50% 50%; height: 50px; width: 50px; position: absolute; top: -25px; right: -25px; cursor: pointer;  border-radius:3px;}
.popup-item-outer .popup-item-exit:hover {}
.popup-item-outer .main-header {}
.popup-item-outer .popup-bg { background-position: 0 0; border: 0 none; margin: 0; padding: 0; position: absolute; z-index: 1001; }
.popup-item-inner .error-input { color: #C5000F; font-size: 12px; display: block; }
.popup-item-inner .red { color: #C5000F; }
.popup-item-inner input.error-input { border: 1px solid #C5000F; -moz-box-shadow: inset 0 0 3px #C5000F; -webkit-box-shadow: inset 0 0 3px #C5000F; box-shadow: inset 0 0 3px #C5000F; background: #FFD9D9; }
@media all and (max-width: 540px) { 
	.popup-item-outer .popup-item-exit {height: 30px; width: 30px; position: absolute; top: -10px; right: -10px; cursor: pointer;  border-radius:3px; background-size:20px 20px;}
}	

.ok-message { padding: 100px 0; text-align: center; font-weight: 700; font-size: 18px; color: #777; display: block; }

.long-text { position: relative; margin-bottom: 20px; }
.long-text .hide-long-text{}
.long-text .hide-long-more { bottom: 0; left: 0; right: 0; background:#FFF}
.long-text .hide-long-more a {font-family: 'Museo Sans Cyrl 300',sans-serif; line-height: 24px; color: #6487e1; font-size: 18px }
.long-text .hide-long-more a span {}
.long-text .hide-long-opened {}
.long-text .hide-long-opened a span {}

.popup-item-wrap h1 { text-align: center; color: #dd2222; font-size: 24px; font-weight: 500; margin-bottom: 30px; }

.ll-loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ll-loading div { display: table-cell; text-align: center; vertical-align: middle; }

@media all and (max-width: 540px) { 
	.popup-item-inner { padding: 20px 30px; }
	.popup-item-outer .main-header { padding: 10px 20px; margin: -20px -30px 20px -30px; }
}	
.popup-item-inner .form-content{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch}
.popup-item-inner .form-field-l{width:100%; margin-bottom:20px;}
.popup-item-inner .form-field-r{width:100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}


.popup-item-inner .main-header{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:28px; line-height:32px; color:#536dfe; text-align:center;}
.popup-item-inner .main-header-top{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:28px; line-height:32px; color:#536dfe; margin-bottom:20px; text-align:center;}
.popup-item-inner .form-top{font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:16px; line-height:20px; color:#404040; margin-bottom:10px;}
.popup-item-inner .form-phone{}
.popup-item-inner .form-phone a{font-family: 'Museo Sans Cyrl 900',sans-serif; font-size:18px; line-height:2px; color:#536dfe;}
.popup-item-inner .form-phone a:hover{text-decoration:none;}
.popup-item-inner .form-field-r-l{width:47%;}
.popup-item-inner .form-field-r-r{width:47%;}
.popup-item-inner .form-field-r-l-b{width:100%; text-align:center;}
.popup-item-inner .form-field-r-r-b{width:100%; text-align:center; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: stretch; align-content: stretch;}

.popup-item-inner .form-field-r-r-b .form-field{}
.popup-item-inner .form-field-r-r-b .form-field.input-close{margin-right:6%;}
.popup-item-inner .form-field-r-r-b .form-field .button-submit{width:100%; display:block;}
.popup-item-inner .form-field-r-r-b .form-field .item-exit{padding: 0 10px; display:block; width:100%;
border: 1px solid #536dfe;
cursor: pointer;
color: #536dfe;
margin: 0;
font-family: 'Museo Sans Cyrl 700';
display: inline-block;
position: relative;
font-size: 18px;
line-height: 36px;
height: 38px;
text-decoration: none;
text-transform: uppercase;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
transition: all 0.2s ease-out;
text-align: center;
}

@media all and (max-width: 500px) { 
.popup-item-inner .form-field-r-l{width:100%;}
.popup-item-inner .form-field-r-r{width:100%;}
}	


/*.page-form-footer{position:relative;}
.page-form-footer:before{content:''; display:block; position:absolute; top:0; bottom:0; left:50%; width:100vw; margin-left:-50vw; background: rgb(237,241,251); background: linear-gradient(0deg, rgba(237,241,251,1) 0%, rgba(201,211,252,1) 100%);}
.page-form-footer .page-in{position:relative; z-index:10; padding-top:130px; padding-bottom:170px; max-width:1430px; }
.form-content{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch}
	.form-field-l{width:32%;}
		.main-header{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:48px; line-height:50px; color:#536dfe; text-align:center;}
		.main-header-top{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:48px; line-height:50px; color:#536dfe; margin-bottom:50px;}
		.form-top{font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:24px; line-height:30px; color:#404040; margin-bottom:50px;}
		.form-phone{}
		.form-phone a{font-family: 'Museo Sans Cyrl 900',sans-serif; font-size:30px; line-height:32px; color:#536dfe;}
		.form-phone a:hover{text-decoration:none;}
	.form-field-r{width:52%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
		.form-field-r-l{width:47%;}
		.form-field-r-r{width:47%;}
		.form-field-r-l-b{width:54%;}
		.form-field-r-r-b{}
*/

.slicknav_menu{margin:35px 5px 0 5px;}
	.slicknav_menu .slicknav_btn{display:none;}
	.slicknav_menu .slicknav_nav{margin:0; padding:0; list-style:none;}
	.slicknav_menu .slicknav_nav li{margin:0; padding:0; list-style:none;}
	.slicknav_menu .slicknav_nav li a{display:block; font-size:17px; line-height:20px; color:#ffffff; border-bottom:1px solid #f2f2f2; padding:12px 3px; text-decoration:none;}
	.slicknav_menu .slicknav_nav li a.slicknav_item{font-size:17px; line-height:20px; color:#ffffff; text-decoration:none; border-bottom:none; padding:0;}
	.slicknav_menu .slicknav_nav li a.is-parent{position:relative;}
	.slicknav_menu .slicknav_nav li .slicknav_arrow{display:none; width:10px; height:10px;  overflow:hidden; text-indent:999px;}
	.slicknav_menu .slicknav_nav li ul{margin:0; padding:0; list-style:none; margin-left:10px;}
	.slicknav_menu .slicknav_nav li ul li ul{margin-left:20px;}
	
	.slicknav_menu .slicknav_nav li a.is-parent:before{content:''; display:block; width:12px; height:10px; background:url(/local/css/sigma/../images/icon-27.png) center center no-repeat; position:absolute; top:50%; right:0; margin-top:-5px;}
	.slicknav_menu .slicknav_nav li.slicknav_open a.is-parent:before{background:url(/local/css/sigma/../images/icon-28.png) center center no-repeat;} 
	.pushy-btn-close{display:none;}

/* End */


/* Start:/local/css/fontawesome/css/font-awesome.min.css?163388929531000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/css/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/custom/css/template.css?163428898994495*/
html {
	height: auto !important;
	height: 100%;
	min-height: 100%; 
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Museo Sans Cyrl 300';
	font-weight: 300;
	color: #404040;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	line-height: 1.6em;
}
form, div {
	border: 0px;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table, td  { 
	border: 0; 
	margin: 0; 
	color:#404040; 
}
table { 
	padding: 0; 
}
td, div, li, ul { 
	font-family: 'Museo Sans Cyrl 300';
	font-weight: inherit; 
	font-size: inherit; 
	color: inherit; 
	text-align: inherit; 
	line-height: inherit; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
*::after, *::before {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
img {border:none; display:block; max-width:100%; max-height:100%; width:auto; height:auto;}
a { 
	outline: none; 
	color: #6487e1;
	font-size: inherit; 
	font-family: inherit; 
	font-weight: inherit; 
	text-decoration: none; 
	cursor: pointer; 
	transition: all 0.2s ease-out; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
a:hover {
	text-decoration: underline 
} 
a img {
	border:none;
}
p {
	text-indent: 0; 
	margin: 0 0 12px 0; 
	padding: 0; 
}
h1, h1 a, h2, h2 a, h3, h3 a {
	font-family: 'Museo Sans Cyrl 700';
	line-height: normal; 
	padding: 0; 
	margin: 0; 
	color: #282828; 
}
h1{
	font-size: 30px;
	line-height: normal;  
	margin-bottom: 40px; 
	color:#FFF;
	border-bottom:1px solid #afbbfc;
	padding-bottom:20px;
}
@media all and (max-width: 800px) {
	h1, h1 a {font-size:20px;}
} 
@media all and (max-width: 600px) {
} 

h2{
	font-family: 'Museo Sans Cyrl 900';
	font-size: 30px;
	margin-top: 50px;
    margin-bottom: 40px;
	color: #333439;
}
h3, h3 a {
	font-size: 20px;
	margin-bottom: 20px; 
}
h4, h4 a {
	font-size: 18px;
	margin-bottom: 18px;
}

ul, ol {
	margin-bottom: 12px;
}
ul li { 
	margin-bottom: 5px;
}
ol li {
	margin-bottom:5px;
}
.main-content-main .i-block ul>li:before{display:none  !important; margin-left:0; margin-bottom:0;}
input, textarea, select { 
	font-family: 'Museo Sans Cyrl 300';
	font-size: 15px; 
	color: #959595; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	outline: none; 
	resize: none; 
	transition: all 0.2s ease-out;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
hr { 
	border-bottom: 1px dotted #4c4c4c; 
	border-top: none; 
	border-left: none; 
	border-right: none; 
	background-color: transparent; 
	height: 1px; 
	padding: 0; 
	margin: 4px 0px; 
}
blockquote {
	padding: 30px 60px 30px 150px;
	colo : #111111;
	background-color:none;
	border-left:3px solid #f1e96c;
	margin: 0 0 25px 0;
	clear: both;
	position: relative;
}
blockquote:before {
	content:'';
	display: block;
	position: absolute;
	left:40px;
	top:25px;
	width:64px; 
	height:54px;
	background-image:url(/local/templates/custom/css/../images/blockquote.png); background-position:50% 50%; background-repeat:no-repeat; background-size:cover;
}
blockquote b { 
	font-weight:bold;
}
@media all and (max-width: 800px) {
	blockquote {padding: 25px 20px 25px 110px; font-size:13px; line-height:18px;}
	blockquote:before {width:45px; height:38px; left:25px;}
}  
@media all and (max-width: 600px) {
	blockquote {padding: 18px 10px 18px 65px;}
	blockquote:before {left:10px; width:40px; height:34px;}
}  

.lazy-load { 
	background: #666666 url(/local/images/ajax-loader.gif) no-repeat 50% 50%; 
	background-size: 40px 40px; 
}
img.lazy-load { 
	background: none; 
	background-size: 40px 40px;
}

.no-photo { 
	display: block; 
	background: #ffffff url(/local/images/nophoto.png) no-repeat 50% 50%; 
	padding: 50%; 
	line-height: 1px; 
	height: auto; 
}

  ::-webkit-input-placeholder {color:#1d2947; opacity:1;}
  ::-moz-placeholder          {color:#1d2947; opacity:1;}
  :-moz-placeholder           {color:#1d2947; opacity:1;}
  :-ms-input-placeholder      {color:#1d2947; opacity:1;}
  

.form-field { position: relative; margin-bottom: 25px; clear: both; }
.form-field .input-field{}
.form-field .input-text{display:block; width:100%; height:38px; border:none; background:#fff; box-shadow: 4px 4px 10px 1px #c8cde0 inset; line-height:36px; font-family: 'Museo Sans Cyrl 500'; font-size:14px; color:#1d2947; border-radius:3px; overflow:hidden; padding:0 15px; background:#FFF;}
.form-field textarea.input-text {padding: 12px 20px; line-height: normal; height: 100px;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color:#959595; background:#FFF;} 
.form-field small{font-family: 'Museo Sans Cyrl 300'; font-size:14px; line-height:18px; color:#404040; display:block;}
.form-field small a{font-family: 'Museo Sans Cyrl 300'; font-size:14px; line-height:18px; color:#404040;}
.form-field.input-submit

.input-note { font-size: 12px; clear: both; color: #999; }
.input-note a { font-size: 12px; }
.input-error { color: #cc0000; background-color: #ffeeed; }
input.input-error { border: 1px solid #cc0000; }
span.input-error { font-size: 12px; display: block; background: #fff; padding: 10px; bottom: 36px; right: 0; position: absolute; padding: 4px 10px; line-height: normal; -moz-box-shadow: 0px 10px 10px 0px rgba(202,202,202,0.50); -webkit-box-shadow: 0px 10px 10px 0px rgba(202,202,202,0.50); box-shadow: 0px 10px 10px 0px rgba(202,202,202,0.50); text-align: right; }
.form-block { background-color: #F2F2F2; }

.form-input-name .input-text{background:#FFF url(/local/templates/custom/css/../images/icon-4.png) 20px 50% no-repeat;}
.form-input-phone .input-text{background:#FFF url(/local/templates/custom/css/../images/icon-5.png) 20px 50% no-repeat;}

.input-submit{}

.button-submit{
	padding: 0 35px;
	border: 1px solid #ff5722;
	cursor: pointer;
	color: #FFF;
	margin: 0;
	font-family: 'Museo Sans Cyrl 700';
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 36px;
	height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	transition: all 0.2s ease-out;
	text-align: center;
	background:#ff5722;
	
}
.button-submit:hover{ 
	background: #ffffff;  color: #ff5722;
}

.news-list .button .button-submit{border:none; background:none; height:auto; padding:0; color:#282828; text-transform:none; font-size:12px; line-height:18px; padding-right:10px; background:url(/local/templates/custom/css/../images/button.png) right center no-repeat; margin-top:15px;}
 
* html .clearfix {height:1%}

.i-icon { 
	position: relative; 
	display: block;
	margin-left: 25px !important;
}
.i-icon:before { 
	content: " "; 
	font-family: 'Museo Sans Cyrl 300';
	font-size: 18px; 
	display: block; 
	text-indent: 0; 
	position: absolute; 
	top: 0; 
	left: -25px; 
	font-style: normal;
}

body {
	background-color: #ffffff; 
	overflow-x: hidden; 
}
.page-wrapper {text-align: center; background-color: #FFF; overflow: hidden; width: 100%;}
.page-in {text-align: left; margin: 0 auto; max-width: 1170px; clear: both; position: relative; padding-left:15px; padding-right:15px;}

.all-menu { 
	margin: 0; 
	padding: 0; 
	position: relative; 
}
.all-menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.all-menu ul li { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}
.all-menu ul ul { 
	display: none; 
}
.all-menu .col-ul-2 { float: left; width: 48%; margin-left: 4%; }
.all-menu .col-ul-2:first-child { margin-left: 0; }
.all-menu .col-ul-3 { float: left; width: 32%; margin-left: 2%; }
.all-menu .col-ul-3:first-child { margin-left: 0; }

.toogled-close { display: none; font-style: normal; cursor: pointer; top: 0; right: 0; bottom:0; position: absolute; overflow: hidden; text-indent: -200px; width: 32px; text-align: center; cursor: pointer; font-style: normal;  }
.toogled-close:before { font-family: "FontAwesome"; font-size: 18px; text-indent: 0; position: absolute; top: 50%; left: 0; right:0; font-size:20px; margin-top:-14px; display: block; content: "\f00d"; color: #364ac1; }

.i-block-title{font-family: 'Museo Sans Cyrl 700'; font-size:28px; text-align:center; line-height:34px; color:#536dfe; margin-bottom:45px;}


.i-block{margin-bottom:65px;}
@media all and (max-width: 800px) {
	.i-block{margin-bottom:45px;}
}
@media all and (max-width: 500px) {
	.i-block{margin-bottom:25px;}
}


.main-content{padding-top:20px; position:relative; z-index:2; background:#FFF;}
.page-index .main-content{padding-top:0px;}
.main-content:before{content:''; display:block; height:700px; position:absolute; top:0; left:50%; width:100vw; margin-left:-50vw; z-index:10; background: rgb(83,109,254); background: linear-gradient(180deg, rgba(83,109,254,1) 0%, rgba(255,255,255,1) 100%);}
.page-index .main-content:before{display:none;}

.main-content-main{position:relative; z-index:15; margin-bottom:30px;}

.ld-overlay{text-align:center;}
.ld-overlay img{margin:0 auto; border-radius:3px;}
/*----------page-top-----------*/
.page-top{padding:30px 0; background:#FFF; position:relative; z-index:10; }
.page-top .page-in{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: stretch;}
	.header__logo{margin-bottom:0;}
	.header__logo a{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; align-content: stretch; text-decoration:none;}
	.header__logo a img{margin-right:13px; max-width:75px; max-height:auto; width:auto; height:auto;}
	.header__logo a span{font-family: 'Museo Sans Cyrl 700'; font-size:32px; line-height:34px; color:#364bc1; white-space:nowrap;}
	.header__logo a span i{display:block; font-style:normal; font-size:10px; line-height:12px; text-transform:uppercase;}
	.header__slogan{background:url(/local/templates/custom/css/../images/icon-1.png) left center no-repeat; background-size:33px auto; text-transform:uppercase; font-size:14px; line-height:20px; color:#364bc1; padding-left:50px; font-family: 'Museo Sans Cyrl 700'; white-space:nowrap;margin-bottom:0;}
	.header__search{width:25.5%; margin-bottom:0;}
	.icon-search{display:none;}
		.form-search-input{}
		.form-search-input .input-text{display:block; width:100%; height:40px; border:1px solid #536dfe; border-radius:28px; background:none; padding:0 27px; line-height:38px; font-size:14px; font-family: 'Museo Sans Cyrl 500'; color:#364bc1;}
		.form-search-input .search-submit{display:none;}
	.header__phone{margin-bottom:0;}
	.header__phone a{color:#364bc1; font-size:14px; line-height:24px; text-decoration:none; padding-left:30px; display:block;}
	.header__phone .i-block-content{margin-bottom:3px;}
	.header__phone .i-block-content a{font-family: 'Museo Sans Cyrl 700'; text-transform:uppercase; background:url(/local/templates/custom/css/../images/icon-2.png) left center no-repeat; background-size:18px auto;}
	.header__phone .i-block-more{}
	.header__phone .i-block-more a{display:block; font-family: 'Museo Sans Cyrl 500'; background:url(/local/templates/custom/css/../images/icon-3.png) left center no-repeat; background-size:19px auto;}
@media all and (max-width: 1024px) {
.page-top{}
	.header__logo a img{margin-right:10px; max-width:65px;}
	.header__logo a span{font-size:26px; line-height:28px;}
	.header__logo a span i{}
	.header__slogan{background-size:30px auto; font-size:12px; line-height:18px; padding-left:40px; }
	.header__search{width:22%;}
} 
@media all and (max-width: 900px) {
.page-top{padding:20px 0;}
	.header__phone{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
	.header__phone a{font-size:12px; line-height:22px; overflow:hidden; width:25px; text-indent:999px; background-position:50% 50%; height:100%;}
	.header__phone .i-block-content{margin-bottom:0px; }
	.header__phone .i-block-content a{background-position:50% 50%;}
	.header__phone .i-block-more{}
	.header__phone .i-block-more a{background-position:50% 50%;}
} 
@media all and (max-width: 850px) {
.page-top{}
	.header__logo a img{max-width:55px;}
	.header__logo a span{font-size:24px; line-height:34px; color:#364bc1; white-space:nowrap;}
	.header__logo a span i{}
	.icon-search{display:block; }
	.icon-search .i-search{display:block;  width:30px; background:url(/local/templates/custom/css/../images/icon-30.png) 50% 50% no-repeat; cursor:pointer; position:absolute; top:0; bottom:0; right:170px;}
	.header__search{width:100%; position:absolute; left:110%; transition: all 0.2s ease-out; }
	.header__search.toogled{left:0%; top:0; bottom:0; background:#FFF; z-index:4000; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; 	align-content: stretch;}
	.header__search.toogled form{display:block; width:100%;}
	.header__phone{margin-right:45px;}
	.toogled-close{display:block;}
	.header__phone .i-block-content a{position:absolute; top:0; bottom:0; right:120px;}
	.header__phone .i-block-more{}
	.header__phone .i-block-more a{position:absolute; top:0; bottom:0; right:70px;}

	
} 
@media all and (max-width: 720px) {
.page-top{}
	.header__slogan{display:none;}
} 
@media all and (max-width: 450px) {
	.page-top{}
	.header__logo a img{max-width:40px;}
	.header__phone .i-block-more a{right:50px;}
	.header__phone .i-block-content a{right: 85px;}
	.icon-search .i-search{right: 115px;}
	.header__logo a span{font-size: 20px;}
	.header__logo a span i{display:none;}
} 

.fixed{padding-top:200px;}
.fixed .page-head{position:fixed;  z-index:9; left:0; right:0; top:60px; box-shadow: none;}
.fixed .page-top{position:fixed; z-index:10; left:0; right:0; top:0; padding:10px 0; box-shadow: 0px 0px 12px -4px #536dfe;}
.fixed 	.header__logo a img{margin-right:10px; max-width:35px;}
.fixed 	.header__logo a span{font-size:18px; line-height:18px;}
.fixed 	.header__logo a span i{font-size:9px; line-height:10px;}
.fixed 	.header__slogan{background-size:auto 30px; font-size:12px; line-height:16px; padding-left:35px;}
.pushy-menu-btn{display:none;}
.fixed 	.page-head{z-index:11;}
.pushy-menu-btn{width:35px; height:50px;cursor:pointer; text-align:center; background:url(/local/templates/custom/css/../images/icon-31.png) 50% 50% no-repeat;}
/*.pushy-menu-btn:before{content:'\f0c9'; font-family: "FontAwesome"; display:block; position:absolute; top:0; left:0; right:0; bottom:0; font-size:32px; line-height:50px; color:#364bc1;}*/
.fixed 	.header__phone .i-block-content{margin-bottom:0;}
.fixed 	.header__phone a{line-height:22px;}
.fixed 	.header__phone .i-block-content a{background-size:16px auto;}
.fixed 	.header__phone .i-block-more{}
.fixed 	.header__phone .i-block-more a{background-size:17px auto;}


/*----------page-head-----------*/	
.page-head{border-top:1px solid #b7c3fe; border-bottom:3px solid #536dfe; box-shadow: 0px 0px 54px 0px #6487e1; position:relative; z-index:5; background:#fff; /*background: rgb(83,109,254);
background: linear-gradient(0deg, rgba(83,109,254,0.35) 0%, rgba(83,109,254,0) 100%);*/}	
.page-head{}	
	.main-menu{margin-bottom:0;}
	.main-menu .menu-ul-root{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
	.main-menu .menu-ul-root > li{}
	.main-menu .menu-ul-root > li a:hover{}
	.main-menu .menu-ul-root > li > a{display:block; font-family: 'Museo Sans Cyrl 700'; color:#364bc1; font-size:14px; text-transform:uppercase; line-height:60px; height:60px; text-decoration:none; padding:0 25px; white-space:nowrap; position:relative;}
	.main-menu .menu-ul-root > li > a.is-parent{background-image:url(/local/templates/custom/css/../images/icon-4.png); background-size:7px auto; padding-right:15px; background-position: right center; background-repeat:no-repeat; }
	.main-menu .menu-ul-root > li.item-hover > a{background-color:#536dfe; color:#ffffff; background-image:none;}
	.main-menu .menu-ul-root > li.active > a{background-color:#536dfe; color:#ffffff; background-image:none;}
	.main-menu .menu-ul-root > li.item-hover > ul{display:flex;} 
	/*.main-menu .menu-ul-root > li.active > a:before{content:''; display:block; width:16px; height:14px; background:url(/local/templates/custom/css/../images/icon-6-2.png) center center no-repeat; position:absolute; left:50%; bottom:-20px; margin-left:-8px; z-index:6;}*/
	.main-menu .menu-ul-root > li.item-hover > a.is-parent:before{content:''; width:16px; height:14px; background:url(/local/templates/custom/css/../images/icon-6-2.png) center center no-repeat; position:absolute; left:50%; bottom:-14px; margin-left:-8px; z-index:6;}
	
	.main-menu .menu-ul-root > li>ul{position:absolute; top:60px; left:0; right:0; padding:25px 6px 12px 6px; background:#FFF;}
	.main-menu .menu-ul-root > li>ul{flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
	.main-menu .menu-ul-root > li>ul>li{width:17.5%; margin:0 6px; background: rgb(83,109,254); background: linear-gradient(0deg, rgba(83,109,254,1) 0%, rgba(83,109,254,0) 100%); padding-bottom:30px;}
	.main-menu .menu-ul-root > li>ul>li>a{text-align:center; margin-bottom:20px; display:block; font-family: 'Museo Sans Cyrl 900'; font-size:18px; line-height:22px; color:#FFF; text-transform:uppercase;}
	.main-menu .menu-ul-root > li>ul>li>a .image{ margin-bottom:20px;}
	.main-menu .menu-ul-root > li>ul>li>a .image i{display:block; height:150px; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; }
	.main-menu .menu-ul-root > li>ul>li>a span{display:block; padding:10px 15px}
	.main-menu .menu-ul-root > li>ul>li>a:hover span{background:#536dfe;}

	.main-menu .menu-ul-root > li>ul>li> ul{display:block;}
	.main-menu .menu-ul-root > li>ul>li> ul li{}
	.main-menu .menu-ul-root > li>ul>li> ul li a{display:block; padding:6px 14px; font-family: 'Museo Sans Cyrl 500'; font-size:14px; line-height:20px; color:#ffffff; text-decoration:none;}
	.main-menu .menu-ul-root > li>ul>li> ul li a:hover{background-color:#536dfe; color:#ffffff;}

	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(1){position:absolute; top:50px; left:76%; width:auto; padding-bottom:0; background:none;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(1) a{font-family: 'Museo Sans Cyrl 700'; font-size:14px; line-height:18px; color:#475dd8; margin-bottom:0; padding-left:40px; background:url(/local/templates/custom/css/../images/icon-14.png) left center no-repeat; text-align:left;  background-size:auto 25px;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(1) a .image{display:none;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(1) a span{padding:10px 0}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(1) a:hover{}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(1) a:hover span{background:none;}

	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(2){position:absolute; top:100px; left:76%; width:auto; padding-bottom:0; background:none;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(2) a{font-family: 'Museo Sans Cyrl 700';  font-size:14px; line-height:18px; color:#475dd8; margin-bottom:0; padding-left:40px; background:url(/local/templates/custom/css/../images/icon-15.png) left center no-repeat; text-align:left; background-size:auto 25px;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(2) a .image{display:none;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(2) a span{padding:10px 0}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(2) a:hover{}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(2) a:hover span{background:none;}

	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(3){position:absolute; top:150px; left:76%; width:auto; padding-bottom:0; background:none;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(3) a{font-family: 'Museo Sans Cyrl 700';  font-size:14px; line-height:18px; color:#475dd8; margin-bottom:0; padding-left:40px; background:url(/local/templates/custom/css/../images/icon-16.png) left center no-repeat; text-align:left; background-size:auto 25px;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(3) a .image{display:none;}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(3) a span{padding:10px 0}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(3) a:hover{}
	.main-menu .menu-ul-root > li:nth-child(1)>ul>li:nth-child(3) a:hover span{background:none;}
	
@media all and (max-width: 850px) {
	.pushy-menu-btn{display:block;}
	.page-head{display:none;}
	
} 

/*----------main-banners-----------*/		
.main-banners{}
.main-banners .i-block-title{margin-bottom:70px;}
.main-banners .i-block-content{}
.main-banners .i-block-content .tabs-control{}
.main-banners .tabs-nav{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; position:relative; margin-bottom:0; padding-left:0;}
.main-banners .tabs-nav:before{content:''; display:block; position:absolute; top:0; bottom:0; left:50%; margin-left:-50vw; width:100vw; background:#f6f8ff;}
.main-banners .tabs-nav li{width:16.6%; position:relative; z-index:5; margin-right:0; float:none;}
.main-banners .tabs-nav li.tabs-selected{border:none; background:#FFF;}
.main-banners .tabs-nav li a{display:block; padding:30px 10px; text-align:center; white-space: normal; font-weight: normal; font-family: 'Museo Sans Cyrl 700'; font-size:20px; line-height:24px; color:#808080;}
.main-banners .tabs-nav li a .image{display:block; font-weight: normal; margin-bottom:20px; text-align:center;}
.main-banners .tabs-nav li a .image img{display:block; width:auto; height:90px; margin:0 auto;}
.main-banners .tabs-nav li a .image object{}
.main-banners .tabs-nav li a .image svg{fill:#82838a; display:block; width:auto; height:65px; margin:0 auto;}
.main-banners .tabs-nav li a .image svg path{fill:#82838a;}
.main-banners .tabs-nav li a .name{display:block; max-width:100%; max-height:100%; width:auto; height:auto; font-family: 'Museo Sans Cyrl 700'; font-size:15px; line-height:normal;}
.main-banners .tabs-nav li a:hover{color:#536dfe; text-decoration:none;}
.main-banners .tabs-nav li.tabs-selected a{color:#536dfe;}
.main-banners .tabs-nav li.tabs-selected a .image{ -webkit-filter: drop-shadow(0px 0px 5px rgba(82,108,253,0.6)); filter: drop-shadow(0px 0px 5px rgba(82,108,253,0.6));}
.main-banners .tabs-nav li.tabs-selected a .image svg{fill:#536dfe;}
.main-banners .tabs-nav li.tabs-selected a .image svg path{fill:#536dfe;}
.main-banners .tabs-nav li:hover a{color:#536dfe;}
.main-banners .tabs-nav li:hover a .image{ -webkit-filter: drop-shadow(0px 0px 5px rgba(82,108,253,0.6)); filter: drop-shadow(0px 0px 5px rgba(82,108,253,0.6));}
.main-banners .tabs-nav li:hover a .image svg{fill:#536dfe;}
.main-banners .tabs-nav li:hover a .image svg path{fill:#536dfe;}

.main-banners .tabs-container{}
.main-banners .tabs-container .i-block-title{display:none;}
.main-banners .tabs-container .i-block-content{position:relative; height:420px;}
.main-banners .tabs-container .image{}
.main-banners .tabs-container .image i{position:absolute; z-index:5; top:0; bottom:0; left:50%; width:100vw; margin-left:-50vw; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.main-banners .tabs-container .desc{z-index:10; position:absolute; right:0;  bottom:90px; width:35%;}
.main-banners .tabs-container .desc .name{font-family: 'Museo Sans Cyrl 900'; font-size: 28px; color: #000; margin-bottom: 10px; line-height:normal;}
.main-banners .tabs-container .desc .text{margin-bottom: 25px; font-size: 16px; line-height:22px;}
.main-banners .tabs-container .desc .text b{font-family: 'Museo Sans Cyrl 900';}

.info-promo__link{font-family: 'Museo Sans Cyrl 500',sans-serif; color:#6487e1; font-size:18px; line-height:32px; display:inline-block; padding-left:30px; background:url(/local/templates/custom/css/../images/icon-9.png) left center no-repeat; background-size:auto 20px;}	
.info-promo__link:hover{text-decoration:none;}	
.info-promo__link span{border-bottom:1px solid #6487e1;}	

@media all and (max-width: 1024px) {
	.main-banners{}
	.main-banners .i-block-title{margin-bottom:40px;}
	.main-banners .tabs-container .desc{}
	.main-banners .tabs-container .desc{position:relative; z-index:10; position:absolute; right:0;  bottom:50px; width:45%;}

}
@media all and (max-width: 800px) {
	.main-banners{}
	.main-banners .tabs-nav{flex-wrap: wrap;}
	.main-banners .tabs-nav li{width:31%;}
	.main-banners .tabs-nav li a{padding: 15px 10px; font-size:18px; line-height:22px;}
	.main-banners .tabs-nav li a .image svg{height:50px;}
	.main-banners .tabs-container .i-block-content{height:350px;}
	.main-banners .tabs-container .desc{position:absolute; right:80px; left:80px;  bottom:20px; width:auto;}
	.info-promo__link{line-height:18px;}	
	.main-banners .tabs-container .desc .name{font-size: 22px; }


}
@media all and (max-width: 500px) {
	.main-banners{}
	.main-banners .i-block-title{margin-bottom:30px;}
	.main-banners .tabs-nav li{width:49%;}
	.main-banners .tabs-nav li a{padding: 10px 5px; font-size:16px; line-height:20px;}
	.main-banners .tabs-nav li a .image svg{height:35px;}
	.main-banners .tabs-container .i-block-content{height:280px;}
	.main-banners .tabs-container .desc{position:relative; right:auto; left:auto; bottom:auto; padding:20px 20px 0 20px}
}



.handdryers{ text-align:center; margin-bottom:0;  /*height:400px;*/ position:relative;}
.handdryers:before{content:''; display:block; position:absolute; top:0; bottom:0; width:100vw; left:50%; margin-left:-50vw; background: rgb(83,109,254); background: linear-gradient(180deg, rgba(83,109,254,1) 0%, rgba(255,255,255,1) 100%); /*background-image:url(/local/templates/custom/css/../images/icon-19.png); background-position:top -125px; background-repeat:no-repeat;*/}
.handdryers:after{content:''; display:block; position:absolute; top:-155px; bottom:0; width:100vw; left:50%; margin-left:-50vw; background-image:url(/local/templates/custom/css/../images/icon-19.png); background-repeat:no-repeat; background-position:top center; z-index:4;}
.handdryers .align-items{margin:0 auto; padding:0; list-style:none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; max-width: 1700px; position:relative; z-index:5;}
.handdryers .item{width:24%; font-family: 'Museo Sans Cyrl 300'; margin-bottom:50px;}
.handdryers .item .image{}
.handdryers .item .image a{display:block;}
.handdryers .item .image img{display:block; max-width:100%; max-height:100%; width:auto; height:auto;  /*-webkit-filter: drop-shadow(0px 0px 144px rgba(100, 135, 225, 0.6)); filter: drop-shadow(0px 0px 144px rgba(100, 135, 225, 0.6));*/}
.handdryers .item .desc{}
.handdryers .item .desc .props{}
.handdryers .item .desc .props .element-property{margin:0; padding:0; list-style:none;}
.handdryers .item .desc .props .element-property li{font-family: 'Museo Sans Cyrl 300'; font-size:12px; line-height24px; color:#656565; margin-bottom:0;}
.handdryers .item .desc .props .element-property li .name-val{display:none;}
.handdryers .item .desc .props .element-property li .value-val{}
.handdryers .item .desc .name{}
.handdryers .item .desc .name a{display:block; font-family: 'Museo Sans Cyrl 300'; font-size:16px; line-height:22px; text-transform:uppercase; color:#6487e1; text-decoration:none;}

.handdryers .owl-carousel{z-index:25; padding:0 30px;}
.handdryers .owl-carousel .owl-stage-outer{height:auto  !important;}
.handdryers .owl-carousel .item{width:auto;}
.handdryers .owl-nav{}
.handdryers .owl-nav .owl-prev{left: 0px;}
.handdryers .owl-nav .owl-next{right: 0px;}
.handdryers .owl-dots{display:none;}


.main-slider{padding-top:0px; position:relative; margin-bottom:0;/* height:950px;*/ /**/ }
.main-slider ul{margin:0 0 30px 0 !important; padding:0 !important; list-style:none;}
/*.main-slider:before{content:''; display:block; position:absolute; top:0; bottom:0; width:100vw; left:50%; margin-left:-50vw; background-image:url(/local/templates/custom/css/../images/geometriya1-1.jpg); background-position:right bottom; background-repeat:no-repeat; }
.main-slider:after{content:''; display:block; position:absolute; top:0; bottom:0; width:100vw; left:50%; margin-left:-50vw; background-image:url(/local/templates/custom/css/../images/geometriya1-2.jpg); background-position:left bottom; background-repeat:no-repeat; }*/
.main-slider .slider-pager{position:absolute; top:0; left:0; right:0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; 	align-content: stretch;}
.main-slider .slider-pager span{width:24%; height:35px; overflow:hidden;}
.main-slider .slider-pager span a{display:block; height:10px; text-decoration:none; text-indent:999px; background:#dce6fe; position:relative; z-index:10; transition: all 0.8s ease-out}
.main-slider .slider-pager span.cycle-pager-active a{/*background:#536dfe;*/}
.main-slider .slider-pager span a:before{content:''; display:block; position:absolute; z-index:5; top:10px; left:50%; margin-left:-8px; width:16px; height:14px; background:url(/local/templates/custom/css/../images/icon-6-2.png); opacity:0; transition: all 0.8s ease-out; z-index:1;}
.main-slider .slider-pager span a:after{content:''; display:block; position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; opacity:0; transition: all 0.5s ease-out; background:#dce6fe;  z-index:2;}
.main-slider .slider-pager span.cycle-pager-active a:before{opacity:1;}
.main-slider .slider-pager span.cycle-pager-active a:after{opacity:1; background:#536dfe;}

.main-slider .anchors{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; margin-bottom:60px; width:100%;}
.main-slider .anchors .anchor{width:24%; height:35px; overflow:hidden;}
.main-slider .anchors .anchor a{display:block; height:10px; text-decoration:none; text-indent:999px; background:#dce6fe; position:relative; z-index:10; transition: all 0.8s ease-out}
.main-slider .anchors .anchor.active a{/*background:#536dfe;*/}
.main-slider .anchors .anchor a:before{content:''; display:block; position:absolute; z-index:5; top:10px; left:50%; margin-left:-8px; width:16px; height:14px; background:url(/local/templates/custom/css/../images/icon-6-2.png); opacity:0; transition: all 0.8s ease-out; z-index:1;}
.main-slider .anchors .anchor a:after{content:''; display:block; position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; opacity:0; transition: all 0.5s ease-out; background:#dce6fe;  z-index:2;}
.main-slider .anchors .anchor.active a:before{opacity:1;}
.main-slider .anchors .anchor.active a:after{opacity:1; background:#536dfe;}

.main-slider .owl-carousel .anchors{display:none;}
.main-slider .owl-nav{}
.main-slider .owl-nav .owl-prev{display:none;}
.main-slider .owl-nav .owl-next{display:none;}

.main-slider .owl-carousel{padding-top:60px;}
.main-slider .owl-dots{position:absolute; top:0; left:0; right:0;}


.main-slider .owl-dots{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; margin-bottom:60px; width:100%;}
.main-slider .owl-dots .owl-dot{width:24%; height:35px; overflow:hidden;}
.main-slider .owl-dots .owl-dot span{display:block; height:10px; text-decoration:none; text-indent:999px; background:#dce6fe; position:relative; z-index:10; transition: all 0.8s ease-out; width:100%;}
.main-slider .owl-dots .owl-dot.active span:before{content:''; display:block; position:absolute; z-index:5; top:10px; left:50%; margin-left:-8px; width:16px; height:14px; background:url(/local/templates/custom/css/../images/icon-6-2.png); opacity:0; transition: all 0.8s ease-out; z-index:1;}
.main-slider .owl-dots .owl-dot.active span:after{content:''; display:block; position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; opacity:0; transition: all 0.5s ease-out; background:#dce6fe;  z-index:2;}
.main-slider .owl-dots .owl-dot.active span:before{opacity:1;}
.main-slider .owl-dots .owl-dot.active span:after{opacity:1; background:#536dfe;}
.main-slider .owl-carousel .owl-stage-outer{height: auto !important;}


.main-slider  > ul{overflow:visible !important;}
.main-slider .cycle-slideshow{margin:0; padding:0; list-style:none; display:block; height:860px; overflow:hidden;}
.main-slider .item{text-decoration:none; display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: center;position:relative; margin-bottom:60px;}
.main-slider .item:last-child{margin-bottom:60px;}
/*.main-slider .item:after{content:''; display:block; position:absolute; left:-158px; bottom:-150px; width:353px; height:344px; background-image:url(/local/templates/custom/css/../images/geometriya1-1.jpg); background-position:50% 50%; background-repeat:no-repeat; background-size:contain; z-index:1;}*/
.main-slider .svg-small2{}
.main-slider .item .image{width:47%; text-align:center; background-image:url(/local/templates/custom/css/../images/geometriya1-1.jpg); background-position:50% 50%; background-repeat:no-repeat; background-size:contain; padding:0 8% 60px 8%; position:relative; z-index:2;}
.main-slider .item .image img{display:block; max-width:100%; max-height:460px; width:auto; height:auto; margin:0 auto; -webkit-filter: drop-shadow(0px 0px 144px rgba(100, 135, 225, 0.44));   filter: drop-shadow(0px 0px 144px rgba(100, 135, 225, 0.44));}
.main-slider .item .desc{width:47%; position:relative; z-index:2;}
.main-slider .item .desc .name{font-family: 'Museo Sans Cyrl 700'; font-size:28px; line-height:30px; color:#536dfe; text-transform:uppercase; margin-bottom:30px;}
.main-slider .item .desc .text{font-family: 'Museo Sans Cyrl 300'; font-size:14px; line-height:21px; color:#515151; margin-bottom:35px;}
.main-slider .item .desc .text p{}
.main-slider .item .desc .text b{font-weight:normal; color:#262626; font-size:16px;}
.main-slider .item .more {padding:0; text-align:center; width:100%;}
.main-slider .item .more .button{display:inline-block; margin:0 auto; font-family: 'Museo Sans Cyrl 700'; font-size:15px; line-height:40px; color:#ffffff; padding:0 33px; border-radius:8px; background:#536dfe; text-decoration:none; width:auto; position:relative; z-index:10;}
.main-slider .item .desc .button span{}

.main-slider .owl-carousel .item{/*max-height:550px; overflow:hidden;*/}

@media all and (max-width: 650px) {
	.main-slider .item .desc{width:100%; margin-bottom:20px;}
	.main-slider .item .image{width:100%}

}


.fixed{}
.menu-line{margin-bottom:0; position:relative; z-index:100; transition: all 0.2s ease-out; text-align:center; display:none;}
.menu-line .i-block-content{margin:0 auto; max-width: 1760px;}
.fixed .menu-line{position:fixed; left:0; top:0; right:0;}
.menu-line.menu_fixed{position:fixed; top:0; left:0; right:0; z-index:999999;}
.menu-line:before{content:''; display:block; position:absolute; top:0; bottom:0; left:50%; width:100vw; margin-left:-50vw; z-index:5; box-shadow: 0px 0px 50px 0px #6487e1; background:#FFF;}
.menu-line ul{margin:0 !important; padding:0 !important; list-style:none; position:relative; z-index:10;display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.menu-line ul li{flex-grow:1; margin-bottom:0 !important;}
.menu-line ul li a{display:block; text-align:center; line-height:70px; font-family: 'Museo Sans Cyrl 500'; text-decoration:none; font-size:18px; color:#364bc1;}


.bloks{position:relative; padding-top:45px; padding-bottom:55px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch;}

.bloks:before{content:''; display:block; position:absolute; top:0; bottom:0; left:50%; width:100vw; margin-left:-50vw; z-index:5; background:url(/local/templates/custom/css/../images/fon-1.png) 50% 50% no-repeat; background-size:cover;}
.bloks .desc{position:relative; z-index:10;color:#ffffff; width:61%;}
.bloks .desc .name{font-family: 'Museo Sans Cyrl 700'; font-size:24px; line-height:normal; margin-bottom:20px;}
.bloks .desc .text{font-family: 'Museo Sans Cyrl 300'; font-size:16px; line-height:20px;}
.bloks .more{position:relative; z-index:10; width:37%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch;}
.bloks .more a{display:inline-block; height:40px; border-radius:6px; border:2px solid #FFF; text-align:center; font-family: 'Museo Sans Cyrl 700'; font-size:15px; text-transform:uppercase; line-height:38px; text-decoration:none; color:#FFF;}
.bloks .more a.btn-blue{width:38.5%; border:2px solid #ff5722; background:#ff5722;}
.bloks .more a.btn-white{width:55%;}
@media all and (max-width: 1030px) {
.bloks .desc{}
.bloks .more{}
.bloks .more a.btn-blue{width:100%; margin-bottom:20px;}
.bloks .more a.btn-white{width:100%;}
}
@media all and (max-width: 800px) {
.bloks .desc{width:100%; margin-bottom:30px;}
.bloks .more{width:100%;}
.bloks .more a.btn-blue{width:48%; margin-bottom:0;}
.bloks .more a.btn-white{width:48%;}
}
@media all and (max-width: 470px) {
.bloks .desc{}
.bloks .more{}
.bloks .more a.btn-blue{width:100%; margin-bottom:20px;}
.bloks .more a.btn-white{width:100%;}
}

.photo-slider{padding:0 50px; clear:both;}
.photo-slider .owl-carousel{position:relative;}
.photo-slider .owl-stage-outer{}
.photo-slider .owl-stage{}
.photo-slider .owl-item{}
.photo-slider .item{}
.photo-slider .item a{display:block; overflow:hidden;}
.photo-slider .item .image{}
.photo-slider .item .image img{display:block;}
.photo-slider .item a .desc{}
.photo-slider .item a .desc .name{position:absolute; left:0; bottom:0; right:0; padding: 20px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff; font-size: 15px; opacity:0; transition: all 0.2s ease-out; }
.photo-slider .item a:hover .desc .name{opacity:1;}
.photo-slider .item a .desc .text{display:none;}
.owl-nav{}
.owl-nav div{display:block; width:40px; height:40px; opacity: .4; border: 1px solid #000; background-image: url(/local/templates/custom/css/../images/small-arrow.svg);  background-size: 11px 8px;background-repeat: no-repeat; background-position: center; border-radius: 100%; transition: .35s ease; overflow:hidden; text-indent:999px; position:absolute; top:50%; margin-top:-20px;}
.owl-nav div:hover{opacity: .7;}
.owl-nav .owl-prev{-webkit-transform: translateY(-50%) rotate(180deg); -o-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); left:-50px; margin-top:0;}
.owl-nav .owl-next{right:-50px; }
.photo-slider .owl-dots{display:none;}

.main-extended{position:relative; margin-bottom:50px;}
.main-extended:before{content:''; display:block; position:absolute; top:-300px; bottom:0; left:50%; margin-left:-50vw; width:100vw; background:url(/local/templates/custom/css/../images/icon-20.png) 80% top no-repeat;}
.main-extended .i-block-content{padding-left:35px; position:relative; z-index:5;}
.main-extended:after {content: ''; display: block; position: absolute; left: -158px; top: 50%; width: 353px; height: 344px; margin-top:-150px; background-image: url(/local/templates/custom/css/../images/geometriya1-1.jpg); background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; z-index: 1;}
.main-extended .align-items{margin:0; padding:0; list-style:none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; overflow:visible;}
.main-extended .item{width:23%; margin-bottom:55px;}
.main-extended .item .desc{}
.main-extended .item .desc .name{font-family: 'Museo Sans Cyrl 700'; font-size:15px; line-height:18px; margin-bottom:12px; color:#6487e1; position:relative;}
.main-extended .item .desc .name i{display:block; padding:32% 0; background:50% 50% no-repeat; background-size:auto 60px; margin-bottom:30px; border-left:1px solid #afbbfc; line-height:1px;}
.main-extended .item .desc .name i:before{content:''; display:block; width:27px; height:39px; position:absolute; top:0; left:-38px;}
.main-extended .item .desc .name span{display:block;}
.main-extended .item .desc .text {color:#404040; font-size:14px; line-height:21px;}
.main-extended .item:nth-child(1) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-1.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(2) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-2.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(3) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-3.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(4) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-4.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(5) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-5.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(6) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-6.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(7) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-7.png) 50% 50% no-repeat;}
.main-extended .item:nth-child(8) .name i:before{ background:url(/local/templates/custom/css/../images/icon-7-8.png) 50% 50% no-repeat;}
@media all and (max-width: 1024px) {
	.main-extended{margin-bottom:50px;}
}
@media all and (max-width: 800px) {
	.main-extended{margin-bottom:30px;}
	.main-extended .item{width:100%; margin-bottom:20px;}
	.main-extended .item .desc .name i{display:block; padding:5% 0; background-size:auto 40px; margin:0 15px 10px 0; padding-left:15px; border-left:1px solid #afbbfc; line-height:1px; width:50px; float:left; background-size: contain;}
	.main-extended:before{display:none;}
	.main-extended:after{display:none;}
}
@media all and (max-width: 500px) {
	.main-extended{margin-bottom:20px;}
}


.projects{position:relative; z-index:5; padding:90px 0 0 0 ;}
.projects:before{content:''; display:block; position:absolute; top:0; bottom:0; left:50%; width:100vw; margin-left:-50vw; background: rgb(83,109,254); background: linear-gradient(180deg, rgba(83,109,254,1) 0%, rgba(255,255,255,1) 100%);}
.projects .i-block-title{position:relative; z-index:10; color:#FFF;}
.projects .i-block-content{position:relative; z-index:10;}
.projects .owl-dots{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
.projects .owl-dots .owl-dot{ flex-grow: 1; flex-shrink: 1; flex-basis: 0; width: 0; margin-left:25px; display:none;}
.projects .owl-dots .owl-dot:nth-child(1){margin-left:0px; display:block;}
.projects .owl-dots .owl-dot:nth-child(2){display:block;}
.projects .owl-dots .owl-dot:nth-child(3){display:block;}
.projects .owl-dots .owl-dot:nth-child(4){display:block;}
.projects .owl-dots .owl-dot span{display:block; height:10px; text-decoration:none; text-indent:999px; background:#dce6fe; position:relative;}
.projects .owl-dots .owl-dot.active span{background:#ff5722;}
.projects .owl-dots .owl-dot.active span:before{content:''; display:block; position:absolute; bottom:9px; left:50%; margin-left:-8px; width:16px; height:14px; background:url(/local/templates/custom/css/../images/icon-6-1.png)}
.projects .owl-nav{}
.projects .owl-nav .owl-prev{left:5px; margin-top:-30px;}
.projects .owl-nav .owl-next{right:5px; margin-top:-50px;}
.projects .owl-carousel{margin:0; padding:0; list-style:none; }
.projects .owl-stage-outer{margin-bottom:50px; box-shadow: 0px 0px 30px -5px rgba(83,109,254,0.6);}
.projects .item{}
.projects .item{margin: 0 !important; background:#FFF; padding:50px 55px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; height:400px;}
.projects-list ul{margin:0 !important; padding:0 !important;}
.projects-list li:before{display:none !important;}
.projects-list .item{ margin: 0 0 50px 0 !important; background:#FFF; padding:65px 3.6% 45px 3.6%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;  margin-bottom:75px; box-shadow: 0px 0px 30px -5px rgba(83,109,254,0.6);}
	.projects_text{width:34.7%;}
		.projects_title{font-family: 'Museo Sans Cyrl 700'; font-size:19px; line-height:22px; color:#536dfe; margin-bottom:30px;}
		.projects_preview{font-family: 'Museo Sans Cyrl 300'; font-size:14px; line-height:18px; color:#404040; margin-bottom:40px;}
		.projects_more{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
		.projects_more a{display:inline-block; height:40px; border-radius:5px; border:1px solid #536dfe; text-align:center; font-family: 'Museo Sans Cyrl 700'; font-size:15px; text-transform:uppercase; line-height:38px; text-decoration:none; color:#536dfe; background:#FFF; padding:0 10px; width:47%; white-space:nowrap;}
		.projects_more a.btn-white{}
		.projects_more a.btn-blue{background:#536dfe; color:#FFF;}
	.projects_small{width:35%;}
	.projects_small ul{margin:0 !important; padding:0 !important; list-style:none; }
	.element-detail .projects_small ul{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
	.page-index .projects_small ul{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
	.projects_small ul li{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
	.element-detail .projects_small ul li{display: block; width:48%;}
	.page-index .projects_small ul li{display: block; width:48%;}
	.projects_small ul li .items{margin-bottom:15px; width:48%;}

	.projects_small ul li .items a{display:block; }
	.projects_small ul li .items a img{display:block; max-width:100% !important; max-height:100% !important; width:auto!important; height:auto !important;}
	.projects_big{width: 19.2%; text-align:center;}
	.projects_big ul{margin:0 !important; padding:0 !important;}
	.projects_big ul a{display:block;}
	.projects_big ul a img{display:block; max-width:100% !important; max-height:100% !important; width:auto !important; height:auto !important; box-shadow: 2px 2px 12px -4px #000000;}
	
	.projects_small .owl-carousel .owl-stage-outer{height:100% !important;}
	.projects_small .owl-nav .owl-next{right:-25px;}
	.projects_small .owl-nav .owl-prev{left:-25px;}

@media all and (max-width: 1024px) {
	.projects{padding:70px 0 0 0;}
	.projects .item{padding: 40px 50px 20px 50px;}
}
@media all and (max-width: 850px) {
	.projects{padding:50px 0 0 0;}
	.projects .item{padding: 25px 50px 20px 50px; height: auto;}
	.projects_text{width:100%; margin-bottom:20px;}
	.projects_more a{width:48%;}
	.projects_small{width:48%;}
	.projects_big{width: 48%;}
	.projects_small ul li:nth-child(1){width:100%; margin-bottom:25px !important;}
	.element-detail .projects_small ul{}
	.element-detail .projects_small ul li:nth-child(1){width:100%; margin-bottom:25px !important;}
	.element-detail .projects_small ul li:nth-child(2){width:48%; margin-bottom:25px !important;}
	.element-detail .projects_small ul li:nth-child(4){display:none;}
	.page-index .projects_small ul{}
	.page-index .projects_small ul li:nth-child(1){width:100%; margin-bottom:25px !important;}
	.page-index .projects_small ul li:nth-child(2){width:48%; margin-bottom:25px !important;}
	.page-index .projects_small ul li:nth-child(4){display:none;}

}
@media all and (max-width: 500px) {
	.projects{padding:30px 0 0 0;}
	.projects_more a{width:100%;}
	.projects_more a.btn-white{margin-bottom:15px;}
	.projects_small{width:100%; margin-bottom:15px;}
	.projects_big{width: 100%;}
}

/*
.bloks .more a{display:inline-block; height:58px; border-radius:5px; border:2px solid #FFF; text-align:center; font-family: 'Museo Sans Cyrl 700'; font-size:22px; text-transform:uppercase; line-height:54px; text-decoration:none; color:#FFF;}
.bloks .more a.btn-blue{width:38.5%; border:2px solid #536dfe; background:#536dfe;}
.bloks .more a.btn-white{width:55%;}
*/

.breadcrumbs{margin-bottom:40px;}
.breadcrumbs ul{margin:0 !important; padding:0 !important; list-style:none;}
.breadcrumbs ul li{font-family: 'Museo Sans Cyrl 300'; font-size:12px; line-height:16px; color:#c5cae5; display:inline-block;}
.breadcrumbs ul > li:before{display:none !important;}
.breadcrumbs ul li a{font-family: 'Museo Sans Cyrl 300'; font-size:12px; line-height:16px; color:#c5cae5; text-decoration:none;}

.section__columns{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
.section__columns > a{}
.section__columns > a:hover{text-decoration:none;}

.section__item{width: 31%; -webkit-box-shadow: 0 23px 33px 10px rgb(196 213 255 / 37%); box-shadow: 0 23px 33px 10px rgb(196 213 255 / 37%); margin-bottom: 30px; text-decoration:none; text-align:center; padding-bottom: 20px; margin-left:3.5%; background:#fff;}
.section__item.logo{padding-bottom:0px;}
.section__item .ra-container{height:100%;}
.section__item .ra-container a{background-position:50% 50%; background-repeat:no-repeat; background-size:cover; height:100%;display:block;}
.section__item:nth-child(3n+1){margin-left:0%;}
.section__item-title {padding: 15px 10%; font-size:18px; text-align: center;font-family: 'Museo Sans Cyrl 700'; text-decoration:none; color: #6487e1; min-height: 110px;}
.section__img-holder{text-align:center;}
.section__img-holder i{display:block; line-height:1px; padding:25% 0; background:50% 50% no-repeat; background-size:contain}
.section__img-holder img{margin:0 auto; display:block; max-width:100%; max-height:100%; width:auto; height:auto;}
.section__item-top{margin-bottom: 20px;}
@media all and (max-width: 1024px) {
	.section__item{}
}
@media all and (max-width: 800px) {
	.section__item{width: 49%; margin-bottom: 20px; margin-left:2%;}
	.section__item:nth-child(3n+1){margin-left:2%;}
	.section__item:nth-child(2n+1){margin-left:0%;}
}
@media all and (max-width: 400px) {
	.section__item{width: 100%; margin-left:0%;}
	.section__item:nth-child(3n+1){margin-left:0%;}
}


.button, .button-primary, .button-secondary, .content-area a.button-primary, .content-area a.button-secondary {background: 0 0; display: inline-block; font-size: 15px; padding: 0 20px;     font-family: 'Museo Sans Cyrl 700'; line-height: 24px; text-decoration: none; -webkit-border-radius: 50px; border-radius: 50px; border: none; cursor: pointer; -webkit-box-sizing: border-box;     box-sizing: border-box; outline: 0; -webkit-transition: ease .5s; -o-transition: ease .5s; transition: ease .5s;}

.button-secondary, .content-area a.button-secondary {
    background: 0 0;
    color: #00d2ff;
    border: 1px solid #00d2ff;
    text-decoration: none;
}

.button .svg-icon, .button-primary .svg-icon, .button-secondary .svg-icon, .content-area a.button-primary .svg-icon, .content-area a.button-secondary .svg-icon {
    fill: currentColor;
    margin-left: 1rem;
}

a .svg-icon {
    fill: currentColor;
    margin-right: .5rem;
}
a .svg-icon {
    fill: currentColor;
}



.contacts__map {
    position: relative;

}
.contacts__plate {
    position: absolute;
    z-index: 3;
    top: 40px;
    right:0;
    max-width: 390px;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 23px 33px 10px rgba(196,213,255,.37);
    box-shadow: 0 23px 33px 10px rgba(196,213,255,.37);
}

@media all and (max-width: 800px) {
.contacts__plate {
    position: relative;
    z-index: 3;
    top: auto;
    right:auto;
    max-width: auto;
    padding: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 23px 33px 10px rgba(196,213,255,.37);
    box-shadow: 0 23px 33px 10px rgba(196,213,255,.37);
	margin-bottom:20px;
}
}

.main-content-main ul {list-style: none; padding-left: 30px; margin-bottom:30px; }
.main-content-main ul li{margin-bottom: 10px; position: relative;}
.main-content-main ul>li:before {
    content: '';
    position: absolute;
    left: -30px;
    top: .25em;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    border: 1px solid #536dfe;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #536dfe;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}
.section__item-price {
display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    margin: 15px 0 30px;
    text-align: center;
    font-family: 'Museo Sans Cyrl 700';
}
.section__item-price-title {
    padding-right: 10px;
	    color: #333439;
}
.section__item-prices {
    text-align: left;
}
.section__price-number {
    font-size: 24px;
    color: #779dfd;
    font-family: 'Museo Sans Cyrl 700',sans-serif;
}

.contacts__item {
    position: relative;
    padding-left: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4eaf6;
}

.link-phone {
    display: block;
    font-family: MuseoSansCyrl700,sans-serif;
    font-size: 18px;
    line-height: 1;
}
.link-mail {
    display: block;
    font-family: MuseoSansCyrl300,sans-serif;
}
.contacts__item .link-mail, .contacts__item .link-phone {
    line-height: 1.4;
    color: #333439;
}
.contacts__item .svg-icon {
    position: absolute;
    left: 0;
    top: .3rem;
    fill: #6487e1;
    margin: 0;
}

.link-mail__text {
    border-bottom: 1px dashed;
}
b, strong {
    font-family: 'Museo Sans Cyrl 900',sans-serif;
}
img.image-left {
    clear: left;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 50%;
}





.slick-list{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.element-detail{}
	.element-top{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; margin-bottom:65px;}
		.element-left{width:40.5%; display:block;}
			.element-flag{}
			.element-image{ background:#fff; margin-bottom:25px;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
			.element-image .image{}
			.element-image .image a{display:block; text-align:center; border:1px solid #afbbfc; }
			.element-image .image a i{display:block; background:50% 50% no-repeat; background-size:contain;line-height:1px; padding:40% 0;}
			.element-image .image a img{display:block; max-width:100%; max-height:100%; width:auto; height:auto; margin:0 auto;}
			.element-image .slick-arrow{position: absolute; z-index: 5; top: 45%; display: block; width: 40px; height: 40px; font-size: 0; border: 1px solid #e7edf7; -webkit-border-radius: 100%; border-radius: 100%; background-color: #fff; background-image: url(/local/templates/custom/css/../images/small-arrow.svg); background-repeat: no-repeat; background-position: center; -webkit-background-size: 16px 11px; background-size: 16px 11px; cursor:pointer;}
			.element-image .slick-prev{left: 20px; -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);opacity:1;}
			.element-image .slick-prev.slick-disabled{opacity:0.2;}
			.element-image .slick-next{right: 20px; opacity:1;}
			.element-image .slick-next.slick-disabled{opacity:0.2;}
			.element-images{position:relative; display:block; margin-left:-18px;}
			.element-images .image{ text-align:center; margin:0 2px 0 18px; padding-right:1px;}
			.element-images .image a{display:block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #afbbfc; padding:3px;}
			.element-images .image a i{display:block;line-height:1px; padding:40% 0; background:50% 50% no-repeat; background-size:contain}
			.element-images .image img{margin:0 auto; max-height:121px; max-width:auto; width:auto; height:auto;}
		.element-right{width:56%; position:relative;}
			.element-btn{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; margin-bottom:35px;}
			.element-btn .btn{display:block; flex-grow:1; white-space:nowrap; margin-left:40px; border:1px solid #536dfe; background:#536dfe; height:26px; line-height:24px; font-size:13px;}
			.element-btn .btn:hover{border:1px solid #536dfe; background:#fff; color:#536dfe;}
			.element-btn .btn:first-child{margin-left:0px;}
				.btn{display:block; height: 40px; border-radius: 5px; border: 1px solid #ff5722; text-align: center; font-family: 'Museo Sans Cyrl 700'; font-size: 20px; line-height: 38px; text-decoration: none; color: #FFF; padding:0 10px;}
				.btn:hover{text-decoration:none; border: 1px solid #ff5722; color:#ff5722; background:#fff;}
			.card__order{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; margin-bottom:45px; position:relative; z-index:10;}
				.card__price{flex-grow:1; margin-right:30px;}
				.card__price .card__price-title{font-family: 'Museo Sans Cyrl 300'; color:#5b5f75; font-size:14px; line-height:24px; margin-bottom:5px}
				.card__price .card__prices{}
				.card__price .card__prices .card__price-number{font-family: 'HelveticaNeueBlack'; font-weight:900; color:#536dfe; font-size:32px; line-height:35px;}
				.quantity{margin-right:30px;}
				.quantity .quantity-title{font-family: 'Museo Sans Cyrl 300'; color:#5b5f75; font-size:14px; line-height:24px; margin-bottom:5px}
					.offer-quantity{}
					.offer-quantity .input-plus-minus{position:relative;}
					.offer-quantity .input-plus-minus .input-text{display:block; height:38px; border:1px solid #afb3d0; background:#fff; box-shadow: 4px 4px 15px -8px #afb3d0 inset; text-align:center; line-height:56px; font-family: 'Museo Sans Cyrl 300'; font-size:16px; color:#000000; border-radius:10px; overflow:hidden;}
					.offer-quantity .input-plus-minus a{display:block; height:38px; width:48px; position:absolute; top:0; text-decoration:none; font-family: 'Museo Sans Cyrl 900'; line-height:38px; font-size:26px; color:#6487e1; text-align:center;}
					.offer-quantity .input-plus-minus .input-inc-minus{left:0;}
					.offer-quantity .input-plus-minus .input-inc-plus{right:0;}
				.element-quantity{padding-top:29px;}
				.element-quantity a{border:2px solid #ff5722; background:#ff5722; color:#FFF; height:38px; line-height:34px; font-size:16px; padding:0 25px;  border-radius:10px;}
				.element-quantity a:hover{border:2px solid #ff5722;}
			
			
			.card__param-table{margin:0 0 30px 0 !important; padding:0 !important; list-style:none; width:100%;}
				.card__param-row{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; border-bottom:1px dashed #5871fe}
				.card__param-row:before{display: none  !important; }
				.card__param-row li:before{display: none  !important; }
					.card__param-cell{display:block; width:50%; font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:15px; line-height:21px; padding:7px 15px 7px 0; color:#000000; }
					.card__param-cell ul{margin:0; padding:0; list-style:none;}
			.bottom-block{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}		
			.bottom-block .left{margin-right:25px;}
				.card__param-table-all{font-family: 'Museo Sans Cyrl 300'; text-decoration:none; font-size:15px; line-height:21px; border-bottom:1px dashed #536dfe;}
				.card__param-table-all:hover{text-decoration:none;}
			.bottom-block .right{}		
			.bottom-block .right .title{font-weight:500;}		
			.bottom-block .right ul{margin:0; padding:0; list-style:none; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}		
			.bottom-block .right ul li{margin:10px 10px 10px 0; }		
			.bottom-block .right ul li a{display:block; width:120px; border: 1px solid #afbbfc;}		
			.bottom-block .right ul li a i{display:block; line-height:1pz; padding:35% 0; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}		
@media all and (max-width: 1150px) {
	.element-top{}
	.element-left{width:30%;}
	.element-right{width:68%;}
	.element-btn .btn{;margin-left:20px;}
}
@media all and (max-width: 950px) {
	.element-top{margin-bottom:40px;}
	.element-left{width:40%;}
	.element-right{width:58%;}

	.element-btn{flex-wrap: wrap; margin-bottom:5px;}
	.element-btn .btn{width:100%;margin-left:0px; margin-bottom:10px;}
	.card__order{flex-wrap: wrap;}
	.element-quantity{width:100%;}
	.card__param-table{}
	.element-top .card__param-row{display:none;}
	.element-top .card__param-row:nth-child(1){display:block;}
	.element-top .card__param-row:nth-child(1){display:block;}
}
@media all and (max-width: 600px) {
	.element-top{margin-bottom:30px;}
	.element-left{width:100%; margin-bottom:25px;}
	.element-right{width:100%;}

}
					
	.card__docs{position:relative; padding:30px 0 10px 0; color:#ffffff; margin-bottom:50px;}
	.card__docs:before{content:''; display:block; position:absolute; top:0; bottom:0; width:100vw; left:50%; margin-left:-50vw; background:#536dfe; z-index:5;}
		.card__docs-title{font-family: 'Museo Sans Cyrl 500';font-size:24px; line-height:normal; position:relative; z-index:10; margin-bottom:20px;}
		.docs-list{margin:0 !important; padding:0 !important; list-style:none; position:relative; z-index:10; display: flex; flex-direction: row; flex-wrap: wrap; 	align-items: stretch; align-content: stretch;}
		.docs-list.docs_4{justify-content: flex-start;}
			.docs_4 .docs-list__item{ margin-left:2.6%; width:23%;}
			.docs_4 .docs-list__item:nth-child(4n+1){margin-left:0%;}
		.docs-list.docs_3{}
			.docs_3 .docs-list__item{ margin-left:2%; width:32%;}
			.docs_3 .docs-list__item:nth-child(3n+1){margin-left:0%;}
			
			.docs-list__item{margin-bottom:20px !important;}
			.docs-list__item:nth-child(4n+1){;}
			.docs-list__item a{height:80px; padding-left:55px; background:url(/local/templates/custom/css/../images/icon-8.png) left center no-repeat; color:#FFF; display:table-cell; vertical-align:middle; font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:15px; line-height:18px; background-size:43px auto;}
			
@media all and (max-width: 1024px) {
	.card__docs-title{}
}
@media all and (max-width: 800px) {
	.card__docs-title{}
		.docs-list.docs_4{justify-content: flex-start;}
			.docs_4 .docs-list__item{margin-left:3.5%; width:31%;}
			.docs_4 .docs-list__item:nth-child(4n+1){margin-left:3.5%;}
			.docs_4 .docs-list__item:nth-child(3n+1){margin-left:0%;}
		.docs-list.docs_3{}
			.docs_3 .docs-list__item{ margin-left:2%; width:49%;}
			.docs_3 .docs-list__item:nth-child(3n+1){margin-left:2%;}
			.docs_3 .docs-list__item:nth-child(2n+1){margin-left:0%;}
}
@media all and (max-width: 700px) {
		.docs-list.docs_4{justify-content: flex-start;}
			.docs_4 .docs-list__item{margin-left:2%; width:49%;}
			.docs_4 .docs-list__item:nth-child(4n+1){margin-left:2%;}
			.docs_4 .docs-list__item:nth-child(3n+1){margin-left:2%;}
			.docs_4 .docs-list__item:nth-child(2n+1){margin-left:0%;}
}

@media all and (max-width: 500px) {
	.card__docs-title{}
	.docs-list__item{margin-bottom:5px !important;}
		.docs-list.docs_4{justify-content: flex-start;}
			.docs_4 .docs-list__item{margin-left:0%; width:100%;}
			.docs_4 .docs-list__item:nth-child(4n+1){margin-left:0%;}
			.docs_4 .docs-list__item:nth-child(3n+1){margin-left:0%;}
			.docs_4 .docs-list__item:nth-child(2n+1){margin-left:0%;}
		.docs-list.docs_3{}
			.docs_3 .docs-list__item{ margin-left:0%; width:100%;}
			.docs_3 .docs-list__item:nth-child(3n+1){margin-left:0%;}
			.docs_3 .docs-list__item:nth-child(2n+1){margin-left:0%;}
}
			
	.element-description{margin-bottom:75px;}
	.element-description .tab-view-buttons{border-bottom:3px solid #c3cbf3; margin-bottom:65px;}
	.element-description .tab-view-buttons span{font-family: 'Museo Sans Cyrl 500',sans-serif; font-size:20px; line-height:28px; color:#474f7b; margin-right:5.4%; display:inline-block; position:relative; padding-bottom:10px;}
	.element-description .tab-view-buttons span.tab-view-btn{cursor:pointer;}
	.element-description .tab-view-buttons span.btn-active{color:#536dfe;}
	.element-description .tab-view-buttons span.btn-active:before{content:''; display:block; position:absolute; left:0; right:0; bottom:-3px; height:3px; background:#ff5722;}
	.element-description .tab-view-content{display:none; }
	.element-description .tab-view-content.tab-active{display:block;}
	.element-description .tab-view-content .i-block-title{display:none;}
	.element-description .tab-view-content .i-block-content{}
.icon-title{font-family: 'Museo Sans Cyrl 500',sans-serif; font-size:20px; line-height:26px; color:#536dfe; margin-bottom:50px;}
.utp__list{margin:0; padding:0; list-style:none; display: -webkit-box; display: -webkit-flex; display: flex; counter-reset: item; padding-left:30px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
	.utp__item{width:23%; margin-bottom: 40px; position:relative;}
	.utp__item:before{content: "0" counter(item); counter-increment: item; position: absolute; right: -webkit-calc(100% + 10px); right: calc(100% + 10px); color: #bbe6ef; font-size: 24px;    -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg);left: -30px; top:20px; font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:36px; line-height:36px; color:#afbbfc;}
		.utp__img-holder{ text-align:center; border-left:1px solid #afbbfc; width:100%; margin-bottom:25px; -webkit-filter: drop-shadow(0px 0px 5px rgba(82,108,253,0.4)); filter: drop-shadow(0px 0px 5px rgba(82,108,253,0.4));}
		.utp__img-holder img{height:90px; width:auto; margin:0 auto; padding:22% 0; -webkit-filter: drop-shadow(0px 0px 5px #526cfd); filter: drop-shadow(0px 0px 5px #526cfd);} 
  		.utp__img-holder img:hover{}
		.utp__img-holder svg{fill:#526cfd !important; display:block; width:auto; height:90px; margin:0 auto; height:80px; width:auto; margin:0 auto; padding:22% 0;}
		.utp__img-holder svg path{fill:#526cfd !important; stroke:#526cfd !important;}
		.utp__img-holder svg g{fill:#526cfd  !important;}
		.utp__img-holder svg ellipse{fill:#526cfd  !important;}
		.utp__img-holder svg rect{fill:#526cfd  !important;}
		.utp__item-title{font-family: 'Museo Sans Cyrl 500',sans-serif; font-size:15px; line-height:20px; color:#6487e1; margin-bottom:10px;}
		.utp__item-desc{font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:14px; line-height:16px; color:#404040;}
@media all and (max-width: 1024px) {
	.element-description{margin-bottom:50px;}
}
@media all and (max-width: 800px) {
	.element-description{margin-bottom:40px;}
	.element-description .tab-view-buttons{margin-bottom: 50px;}
	.element-description .tab-view-buttons span{padding-bottom:4px; font-size:18px;}
	.utp__item{width:31%; margin-bottom: 30px; position:relative;}
	.utp__img-holder svg{height:60px; padding: 10% 0;}

}
@media all and (max-width: 600px) {
	.element-description .tab-view-buttons{margin-bottom: 30px;}
	.element-description{margin-bottom:25px;}
	.utp__item{width:48%; margin-bottom:25px;}
	.element-description .tab-view-buttons span{margin-right:5px;}
}
@media all and (max-width: 400px) {
		.utp__item{width:100%;border-left: 1px solid #afbbfc; padding-left:15px;}
		.utp__img-holder{float:left; margin:0 12px 10px 0px; width:auto; border-left:none;}
			.utp__img-holder svg{height:50px; padding: 3% 0;}


}

.with-img{position:relative; clear:both; padding:90px 10%; margin-bottom:40px;}
.with-img:before{content:''; display:block; position:absolute; top:0; bottom:0; width:100vw; left:50%; margin-left:-50vw; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(83,109,254,0.40) 100%);}
.with-img .desc__columns{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch; position:relative; z-index:10;}
	.desc__title{width:100%; text-align:center;}
	.desc__title h2{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:28px; line-height:30px; color:#536dfe; margin-bottom:40px;}
	.desc__img-holder{width:31%; margin-bottom:50px; position:relative; z-index:5;}
	.with-img .desc__columns:after{content: '';
    display: block;
    position: absolute;
    left: -100px;
    bottom: 55px;
    width: 353px;
    height: 344px;
    background-image: url(/local/templates/custom/css/../images/icon-21.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;}
	.with-img .content-center:before{content: '';
    display: block;
    position: absolute;
    top: -400px;
    bottom:0; left:50%; margin-left:-50vw; width:100vw;
    background-image: url(/local/templates/custom/css/../images/icon-20.png);
    background-position: 100% top;
    background-repeat: no-repeat;
    z-index: 1;}
	/*
	.main-slider .item::after {
    content: '';
    display: block;
    position: absolute;
    left: -158px;
    bottom: -150px;
    width: 353px;
    height: 344px;
    background-image: url(/local/templates/custom/css/../images/geometriya1-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
*/
	.desc__img-holder img{display:block; max-width:100%; max-height:100%; width:auto; height:auto;}
	.desc__text{width:60%; font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:28px; line-height:32px; color:#404040;  margin-bottom:50px;}
	.desc__text h2{}
	.desc__text ol{margin:0; padding:0; list-style:none; counter-reset: item;}
	.desc__text ol li{position:relative;  text-indent: 20px; font-size:18px; line-height:24px; margin-bottom:20px;}
	.desc__text ol li:before{content: counter(item); counter-increment: item; position: absolute; top:0; left:-30px; font-size:20px; font-family: 'Museo Sans Cyrl 900',sans-serif; line-height:24px; color:#536dfe;}
	.desc__more{width:100%; text-align:center;}
	.desc__more a{display:inline-block; height:38px; border-radius:5px; border:2px solid #FFF; text-align:center; font-family: 'Museo Sans Cyrl 700'; font-size:14px; text-transform:uppercase; line-height:34px; text-decoration:none; color:#FFF; padding:0 30px;}
	.desc__more a.btn-blue{border:2px solid #ff5722; background:#ff5722; margin-right:30px;}
	.desc__more a.btn-white{border:2px solid #4861a2; color:#4861a2;}
	
@media all and (max-width: 1024px) {
	.desc__title{}
	.with-img{padding:50px 10%; margin-bottom:30px;}
	.desc__title h2{font-size:26px; line-height:28px; color:#536dfe; margin-bottom:30px; margin-top: 0px;}

}
@media all and (max-width: 800px) {
	.desc__title{}
	.with-img{padding:50px 10%; margin-bottom:30px;}
	.desc__img-holder{width:100%; margin-bottom:20px;}
	.desc__text{width:100%; margin-bottom: 20px;}
}
@media all and (max-width: 600px) {
	.desc__title{}
	.with-img{padding:30px 5%; }
	.desc__text ol li{font-size: 16px; line-height: 20px;}
}
@media all and (max-width: 500px) {
		.desc__more a{display:block; margin-bottom:15px; widows:100%;}
		.desc__more a.btn-blue{margin-right:0px; margin-bottom:15px;}


}

/*
.bloks .more a{display:inline-block; height:58px; border-radius:5px; border:2px solid #FFF; text-align:center; font-family: 'Museo Sans Cyrl 700'; font-size:22px; text-transform:uppercase; line-height:54px; text-decoration:none; color:#FFF;}
.bloks .more a.btn-blue{width:38.5%; border:2px solid #536dfe; background:#536dfe;}
.bloks .more a.btn-white{width:55%;}
*/

.page-footer-menu{position:relative; clear:both; color: #fff; background-color: #536dfe;}
.page-footer-menu .page-in{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch; padding: 70px 15px 35px 15px;}
	.page-footer-l{width: 25%; padding-right: 15px; margin-right: 40px; border-right:1px solid #FFF;}
	.page-footer-l .header__logo{margin-bottom: 10px;}
	.page-footer-l .header__logo a{justify-content: flex-start;}
	.page-footer-l .header__logo a img{width:50px; height:auto;}
	.page-footer-l .header__logo a span{font-size:32px; line-height:34px; color:#FFF;}
	.page-footer-l .header__logo a span i{font-size:12px; line-height:18px;}
		.footer__contacts-item{position: relative; padding-left: 35px; margin-bottom: 20px;}
			.footer__tagline{margin-bottom: 30px; color: #fff; font-size: 14px; line-height:16px;}
		.footer__contacts-item .svg-icon{position: absolute; left:0; top:.3rem; fill:#fff; margin:0;}
		.footer__contacts-item .link-mail, .footer__contacts-item .link-phone {color: #fff; line-height: 1.4;}
		.footer__contacts-item .icon-info .svg-icon {top: .2rem; left: 3px;}
			.icon-info {font-family: 'Museo Sans Cyrl 300',sans-serif;}

	.page-footer-r{flex-grow:1; padding-left:60px; display:-webkit-box; display:-webkit-flex; display:flex; -webkit-box-pack:justify; -webkit-justify-content: space-between;     justify-content:space-between; -webkit-box-flex:1; -webkit-flex-grow:1;}
		.footer-menu{}
			.footer-menu__first-items{margin:0; padding:0; list-style:none;}
			.footer-menu__first-item.is-contain{}
				.footer-menu__first-link{display: block; padding-left: 10px; font-family: 'Museo Sans Cyrl 700',sans-serif; color: #fff; margin-bottom: 10px;}
				.footer-menu__second-holder{}
					.footer-menu__center{}
						.footer-menu__parent-name{display:none;}
						.footer-menu__second-items{margin:5px 0 45px 0; padding:0; list-style:none;}
							.footer-menu__second-item{}
								.footer-menu__second-link{position: relative; display: block; margin-bottom: 10px; padding-left: 10px; color: #fff; -webkit-transition: ease .5s;    -o-transition: ease .5s; transition: ease .5s; font-family: 'Museo Sans Cyrl 300',sans-serif;}
								.footer-menu__second-link:before {content: ''; position: absolute; left: 0; top:50%; display: block; width: 3px; height: 3px; margin:-1.5px auto; background-color: #fff; -webkit-transition: ease .5s; -o-transition: ease .5s; transition: ease .5s;}
.page-footer{background-color: #536dfe;}
.page-footer .page-in{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;     padding: 30px 15px 40px 15px; font-size: 14px; border-top: 1px solid #fff; color:#FFF;}
.page-footer a{color:#FFF;}
@media all and (max-width: 1024px) {
	.page-footer-menu .page-in{padding: 50px 15px 20px 15px;}
	.footer__contacts-item .link-mail, .footer__contacts-item .link-phone {font-size:16px;}
	.page-footer-r{padding-left: 5px;}
	.page-footer .page-in{padding: 20px 15px 20px 15px;}

}
@media all and (max-width: 840px) {
	.page-footer-menu .page-in{padding: 40px 15px 20px 15px;}
	.page-footer-l{width:100%; padding-right: 0px; margin-right:0px; border-right: none; border-bottom: 1px solid #FFF; padding-bottom:15px; margin-bottom:15px;}
	.page-footer-r{padding-left: 0px; width:100%;}
}
@media all and (max-width: 500px) {
	.page-footer-menu .page-in{padding: 30px 15px 20px 15px;}
	.page-footer-l{border-bottom:none; padding-bottom:0; margin-bottom:0;}
	.page-footer-r{display:none;}
}


.paginator {
    content: '';
    display: block;
    clear: both;
}
.paginator__list {
    text-align: center;
}
.paginator__list li {
    display: inline-block;
    margin: 0;
    margin-right: .5em;
}
.paginator__list li:before{display:none !important;}

.category-list{margin: 40px 0 20px 0 !important; padding: 0 !important;}
	.category-list__item{    display: inline-block;
    margin: 0 10px 20px 0;}
	.category-list__item:before{display:none !important;}
	.category-list__item a{    display: inline-block;
    padding: 12px 20px;
    color: #4f5260;
    background-color: #edeef9;
    font-family: MuseoSansCyrl300,sans-serif;
    text-decoration: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: ease .35s;
    -o-transition: ease .35s;
    transition: ease .35s;}
	
	p.insert {
    padding: 20px 0;
        padding-left: 0px;
    padding-left: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 150%;
    text-align: left;
    color: #6487e1;
    border-top: 2px solid #6487e1;
    border-bottom: 2px solid #6487e1;
}
	
	
	
	
.page-form-footer{position:relative; clear:both; overflow:hidden; z-index:4;}
.page-form-footer:before{content:''; display:block; position:absolute; top:0; bottom:0; left:50%; width:100vw; margin-left:-50vw; background: rgb(237,241,251); background: linear-gradient(0deg, rgba(237,241,251,1) 0%, rgba(201,211,252,1) 100%);}
.page-form-footer .page-in{position:relative; z-index:1; padding-top:100px; padding-bottom:110px; max-width:970px; }
.form-content{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch}
	.form-field-l{width:32%;}
		.main-header{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:48px; line-height:50px; color:#536dfe; text-align:center;}
		.main-header-top{font-family: 'Museo Sans Cyrl 700',sans-serif; font-size:28px; line-height:32px; color:#536dfe; margin-bottom:35px;}
		.form-top{font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:16px; line-height:20px; color:#404040; margin-bottom:30px;}
		.form-phone{}
		.form-phone a{font-family: 'Museo Sans Cyrl 900',sans-serif; font-size:20px; line-height:24px; color:#536dfe; white-space:nowrap;}
		.form-phone a:hover{text-decoration:none;}
	.form-field-r{width:52%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;}
		.form-field-r-l{width:47%;}
		.form-field-r-r{width:47%;}
		.form-field-r-l-b{width:54%;}
		.form-field-r-r-b{}
		
		
	.element-comparison{margin-bottom:75px; position:relative; z-index:10;}
	.element-comparison .tab-view-buttons{margin-bottom:30px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: stretch; align-content: stretch; padding:0 10%;}
	.element-comparison .tab-view-buttons span{font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:16px; line-height:21px; color:#474f7b;  position:relative; margin:0 30px 20px 30px;}
	.element-comparison .tab-view-buttons span.tab-view-btn{cursor:pointer;}
	.element-comparison .tab-view-buttons span.btn-active{color:#536dfe;}
	.element-comparison .tab-view-buttons span.btn-active:before{content:''; display:block; position:absolute; left:0; right:0; bottom:-3px; height:3px; background:#536dfe;}
	.element-comparison .tab-view-content{display:none; position:relative; z-index:10;}
	.element-comparison .tab-view-content.tab-active{display:block;}
	.element-comparison .tab-view-content .i-block-title{display:none;}
	.element-comparison .tab-view-content .i-block-content{}
.comparison-top{margin-bottom:30px;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
.comparison-top .title{color:#6487e1; font-size:20px; line-height:22px; font-family: 'Museo Sans Cyrl 900',sans-serif; margin-right:45px}
.comparison-top .comparison-btn{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
.comparison-top .comparison-btn a{display:block; width:22px; height:24px; margin:0 5px;}
.comparison-top .comparison-btn .prev{background:url(/local/templates/custom/css/../images/icon-25.png) 50% 50% no-repeat;}
.comparison-top .comparison-btn .next{background:url(/local/templates/custom/css/../images/icon-26.png) 50% 50% no-repeat;}

@media all and (max-width: 1024px) {
	.element-comparison .tab-view-buttons{padding:0 0%;}
}
@media all and (max-width: 800px) {
	.element-comparison .tab-view-buttons{justify-content: flex-start;}
	.element-comparison .tab-view-buttons span{margin: 0 15px 10px 15px;}
}
@media all and (max-width: 700px) {
	.element-comparison .tab-view-buttons{}
}


.comparison-list{/*display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: stretch; align-content: stretch;*/ margin:0 0 25px 0 !important; padding:0 !important; overflow:visible !important; transition: all 0.2s ease-out;}
.comparison-list li:before{display:none !important}
.comparison-list .item{width:24%; padding:20px; float:left; margin-left:1.3%;}
.comparison-list .item:nth-child(1){box-shadow: 0px 0px 25px -5px #ff5722; margin-left:0%; border-radius:10px;}
.page-na-chto-stoit-obratit-vnimanie .comparison-list .item:nth-child(1){box-shadow:none;}
.comparison-list .item .image{margin-bottom:15px;}
.comparison-list .item .image a{display:block; text-align:center;}
.comparison-list .item .image img{display:block; max-width:100%; max-height:200px; width:auto; height:auto; margin:0 auto;}
.comparison-list .item .desc{margin-bottom:20px;}
.comparison-list .item .desc .seria{text-align:center; font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:14px; line-height:21px; color:#656565; margin-bottom:15px;}
.comparison-list .item .desc .name{margin-bottom:30px;}
.comparison-list .item:nth-child(1) .desc .name{color:#ff5722;}
.comparison-list .item .desc .name a{display:block; font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:16px; line-height:
21px; text-transform:none; color:#6487e1;}
.page-na-chto-stoit-obratit-vnimanie .comparison-list .item:nth-child(1)  .desc .text ul li{color: #202020;}


.comparison-list .item .desc .text{position:relative; background:#ffffff; z-index:1; min-height:80px;}

#comparison2 .comparison-list .item .desc .text{min-height:128px;}
#comparison3 .comparison-list .item .desc .text{min-height:128px;}
#comparison4 .comparison-list .item .desc .text{min-height:128px;}

.long_text{padding-bottom:35px;}
.comparison-list .item .desc .text ul{/*list-style-image:url(/local/templates/custom/css/../images/icon-10.png);*/ margin:0; padding:0; list-style:none;}
.comparison-list .item .desc .text ul li{font-family: 'Museo Sans Cyrl 300',sans-serif;font-size:14px; line-height:18px; color:#202020; margin-top:15px; padding-left:15px; margin-bottom:0; background:url(/local/templates/custom/css/../images/icon-22.png) left 5px no-repeat;}
.comparison-list .item .desc .text ul li:nth-child(1){margin-top:0;}
.comparison-list .item:nth-child(1) .desc .text ul li{color:#6487e1;}
.comparison-list .item .razmeshenie{}
.comparison-list .item .razmeshenie .title{font-family: 'Museo Sans Cyrl 300',sans-serif; font-size:14px; line-height:18px; color:#202020; margin-bottom:10px;}
.comparison-list .item .razmeshenie .img{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; align-content: stretch;}
.comparison-list .item .razmeshenie .img div{ margin-right:8px; margin-bottom:10px;}

.comparison-list.owl-carousel{padding: 0 30px !important;}
.comparison-list.owl-carousel .item{width:auto;}
.comparison-list.owl-carousel .owl-dots{display:none;}
.comparison-list.owl-carousel .owl-nav{}
.comparison-list.owl-carousel .owl-nav .owl-prev{left: -10px;}
.comparison-list.owl-carousel .owl-nav .owl-next{right: -10px;}


@media all and (max-width: 1024px) {
	.page-form-footer .page-in{padding-top:70px; padding-bottom: 70px;}
}
@media all and (max-width: 800px) {
	.page-form-footer .page-in{padding-top:45px; padding-bottom: 45px;}
	.form-field-l{width:100%; margin-bottom:30px;}
	.form-field-r{width:100%;}
	.main-header-top{margin-bottom: 20px;}
	.form-top{margin-bottom: 20px;}
	.form-field-r-l{width:100%;}
	.form-field-r-r{width:100%;}
	.form-field-r-l-b{width:100%;}
	.form-field-r-r-b{width:100%;}
}
@media all and (max-width: 400px) {
	.page-form-footer .page-in{padding-top:25px; padding-bottom: 25px;}
}



.progress-container {width: 100%; height: 8px; background: #dce6fe; position:absolute; left:50%; bottom:0; width:100vw; margin-left:-50vw; z-index:999;}
.progress-bar {height: 7px; background: #536dfe; width: 0%;}

.long_text .hide-long-more a {font-size:14px; color:#ff5722;}
.long_text .hide-long-more a span{padding-right:10px; background:url(/local/templates/custom/css/../images/icon-23.png) right center no-repeat;}
.long_text .hide-long-opened a {}
.long_text .hide-long-opened a span {padding-right:10px; background:url(/local/templates/custom/css/../images/icon-24.png) right center no-repeat;}
.hide-long-text{position:relative; background:#ffffff; z-index:1;}
.hide-long-more{left:0; right:0; bottom:0; background:#FFF;}
/*.hide-long-more:before{content:''; display:block; position:absolute; left:0; right:0; bottom:25px; height:30px; background: rgb(255,255,255);*/
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 100%); z-index:2;}
.hide-long-opened:before{display:none;}



.svg-slider{opacity:0.05; position:absolute; right:4%; top:7%; height:auto; width:40%; animation-name: change_fill; animation-duration: 5s; animation-iteration-count: infinite;     animation-timing-function: linear;}
@keyframes change_fill {
    0% { opacity:0.05; transform:rotate(0deg);}
    25% { opacity:0.07; transform:rotate(2deg);}
    50% { opacity:0.07; transform:rotate(4deg);}
    75% { opacity:0.07; transform:rotate(2deg);}
    100% { opacity:0.05; transform:rotate(0deg);}
}
.svg-small{opacity:0.05; position:absolute; left:-200px; bottom:-200px; height:auto; width:400px; animation-name: svg-small; animation-duration: 10s; animation-iteration-count: infinite;     animation-timing-function: linear;}
@keyframes svg-small {
    0% { opacity:0.05; transform:rotate(0deg);}
    10% { opacity:0.1; transform:rotate(-3deg);}
    20% { opacity:0.15; transform:rotate(-6deg);}
    30% { opacity:0.2; transform:rotate(-9deg);}
    40% { opacity:0.20; transform:rotate(-12deg);}
    50% { opacity:0.20; transform:rotate(-15deg);}
    60% { opacity:0.20; transform:rotate(-12deg);}
    70% { opacity:0.20; transform:rotate(-9deg);}
    80% { opacity:0.15 transform:rotate(-6deg);}
    90% { opacity:0.10; transform:rotate(-3deg);}
    100% { opacity:0.05; transform:rotate(0deg);}
}
.svg-small2{opacity:0.03; position:absolute; left:-200px; bottom:-200px; height:auto; width:400px; animation-name: svg-small2; animation-duration: 10s; animation-iteration-count: infinite; animation-timing-function: linear;}
@keyframes svg-small2 {
    0% { opacity:0.03; transform:rotate(0deg);}
    10% { opacity:0.03; transform:rotate(-3deg);}
    20% { opacity:0.03; transform:rotate(-6deg);}
    30% { opacity:0.04; transform:rotate(-9deg);}
    40% { opacity:0.05; transform:rotate(-12deg);}
    50% { opacity:0.06; transform:rotate(-15deg);}
    60% { opacity:0.05; transform:rotate(-12deg);}
    70% { opacity:0.04; transform:rotate(-9deg);}
    80% { opacity:0.03 transform:rotate(-6deg);}
    90% { opacity:0.03; transform:rotate(-3deg);}
    100% { opacity:0.03; transform:rotate(0deg);}
}

.svg-small3{opacity:0.03; position:absolute; left:-200px; bottom:-200px; height:auto; width:400px; animation-name: svg-small3; animation-duration: 10s; animation-iteration-count: infinite; animation-timing-function: linear;}
@keyframes svg-small3 {
    0% { opacity:0.1; transform:rotate(0deg);}
    10% { opacity:0.1; transform:rotate(-3deg);}
    20% { opacity:0.1; transform:rotate(-6deg);}
    30% { opacity:0.1; transform:rotate(-9deg);}
    40% { opacity:0.2; transform:rotate(-12deg);}
    50% { opacity:0.2; transform:rotate(-15deg);}
    60% { opacity:0.2; transform:rotate(-12deg);}
    70% { opacity:0.1; transform:rotate(-9deg);}
    80% { opacity:0.1 transform:rotate(-6deg);}
    90% { opacity:0.1; transform:rotate(-3deg);}
    100% { opacity:0.1; transform:rotate(0deg);}
}

.page-form-footer .svg-slider{right:-100px; height:auto; width:500px; top:-50px; bottom:-30px; left:auto;}
.element-right .svg-slider{right:-50px; height:auto; width:auto; top:30px; left:45%;}

.main-extended .svg-slider{position:absolute; right:-100px; width:1000px; top:-300px;}


.materials-table{margin-bottom:15px;  width:100%;}
.materials-table tr td{padding: 10px 15px; font-size: 14px; border-bottom: 1px dotted }
.materials-table tr:first-child td{font-family: MuseoSansCyrl700,sans-serif;}
.materials-table tr td img{min-width:50px; height:auto;}
@media all and (max-width: 800px) {
	.materials-table-x{overflow-x: scroll;}
	.materials-table{overflow-x:hidden;}

}

img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}


.tovar-list{margin-bottom:15px;}
.tovar-list .zagolovok{font-size:16px; line-height:20px; color:#404040; margin-bottom:10px;}
.tovar-list .item{color:#6487e1; border:1px solid #6487e1; border-radius:8px; padding:5px 15px;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; 	align-items: center; align-content: stretch; font-size:16px; line-height:21px; font-family: 'Museo Sans Cyrl 900'; margin-bottom:10px;}
.tovar-list .name{font-size:16px; line-height:21px; font-family: 'Museo Sans Cyrl 700'; margin-right:10px;}
.tovar-list .price{white-space:nowrap; font-size:16px; line-height:21px; font-family: 'Museo Sans Cyrl 700';}
.tovar-list .input-plus-minus{position:relative; margin-right:15px;}
.tovar-list .input-plus-minus .input-text{display:block; text-align:center;  width:80px; line-height:21px; font-family: 'Museo Sans Cyrl 300'; font-size:16px; color:#6487e1; overflow:hidden; border:none;}
.tovar-list .input-plus-minus a{display:block; height:21px; width:22px; position:absolute; top:0; text-decoration:none; font-family: 'Museo Sans Cyrl 900'; line-height:21px; font-size:22px; color:#6487e1; text-align:center;}
.tovar-list .input-plus-minus .input-inc-minus{left:0;}
.tovar-list .input-plus-minus .input-inc-plus{right:0;}
.tovar-list .quantity{margin-right:0;}
.tovar-list .delete{}
.tovar-list .delete a{display:block; width:15px; height:21px; background:url(/local/templates/custom/css/../images/icon-29.png) 50% 50% no-repeat;}



.news-detail ul{overflow:hidden;}
.news-detail__picture{float: left;
margin: 0 30px 20px 0;}
.content-area .news-list, .news-list {
    position: relative;
    margin-left: -2.08333%;
}
.content-area .news-list__item, .news-list__item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 22.91667%;
    margin-left: 2.08333%;
    margin-bottom: 2.08333%;
}
.content-area .news-list__img-holder, .news-list__img-holder {
    position: relative;
    padding-bottom: 60%;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-area .news-list__item-name, .news-list__item-name {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: MuseoSansCyrl900,sans-serif;
    color: #333439;
    line-height: 1.2;
    -webkit-transition: color ease .35s;
    -o-transition: color ease .35s;
    transition: color ease .35s;
}
.content-area .news-list__link-desc, .news-list__link-desc {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 15px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: MuseoSansCyrl300,sans-serif;
    opacity: 0;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.content-area .news-list__img-holder::before, .news-list__img-holder::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 100%;
    border-top: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

.content-area .news-list__img-holder::after, .news-list__img-holder::after {

    content: '';
    display: block;
    clear: both;

}
.content-area .news-list__img-holder:hover:before,.news-list__img-holder:hover:before{width:100%;background-color:rgba(0,0,0,.6)}
.content-area .news-list__img-holder:hover .news-list__link-desc,.news-list__img-holder:hover .news-list__link-desc{opacity:1}



.scroll-top-link { display: block; position: fixed; z-index: 100; bottom: 50px; right: -60px; width: 60px; height: 60px;  color: #fff; border-radius: 100%; overflow: hidden; transition: all 0.4s ease-out; cursor: pointer; text-indent: -100px; opacity: 0; border: 3px solid #536dfe; background:#fff url(/local/templates/custom/css/../images/scroll.svg) 50% 50% no-repeat;}

.scroll-top-link.link-opened { right: 20px; opacity: 0.6; }
.scroll-top-link.link-opened:hover { right: 20px; opacity: 1; }


.jq-checkbox.checked .jq-checkbox__div{background:none; background-image:url(/local/templates/custom/css/../images/checkbox.png); background-position:50% 50%; background-repeat:no-repeat; background-size:contain}


.slicknav_menu .slicknav_nav li a.is-parent:before {
    background: url(/local/templates/custom/css/../images/icon-58.svg) center center no-repeat;
}

.search-page{}
.search-page form{}
.search-page .input-text{display: inline-block;

height: 38px;
border: none;
background: #fff;
box-shadow: 4px 4px 10px 1px #c8cde0 inset;
line-height: 36px;
font-family: 'Museo Sans Cyrl 500';
font-size: 14px;
color: #1d2947;
border-radius: 3px;
overflow: hidden;
padding: 0 15px;}
.search-page .submit{padding: 0 35px;
border: 1px solid #ff5722;
cursor: pointer;
color: #FFF;
margin: 0;
font-family: 'Museo Sans Cyrl 700';
display: inline-block;
position: relative;
font-size: 15px;
line-height: 36px;
height: 38px;
text-decoration: none;
text-transform: uppercase;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
transition: all 0.2s ease-out;
text-align: center;
background: #ff5722;}


	
	
	
	
	
/* End */


/* Start:/local/templates/custom/css/screen.css?1633889296139*/
@media all and (max-width: 1195px) {
} 
/*page-mobile*/
@media all and (max-width: 950px) { 
}   
@media all and (max-width: 750px) {
}   

/* End */


/* Start:/local/fonts/MuseoSansCyrl/stylesheet.css?16338892953972*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on July 26, 2017 7:15 PM */

@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300Italic.eot');
	src: local('MuseoSansCyrl-300Italic'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300Italic.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.eot');
	src: local('MuseoSansCyrl-500Italic'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700Italic.eot');
	src: local('MuseoSansCyrl-700Italic'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700Italic.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-700Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot');
	src: local('MuseoSansCyrl-300'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100.eot');
	src: local('MuseoSansCyrl-100'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100Italic.eot');
	src: local('MuseoSansCyrl-100Italic'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100Italic.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-100Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900Italic.eot');
	src: local('Museo Sans Cyrl 900 Italic'), local('MuseoSansCyrl-900Italic'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900Italic.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/MuseoSansCyrl-900Italic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'HelveticaNeueBlack';
	src: url('/local/fonts/MuseoSansCyrl/HelveticaNeue-CondensedBlack.eot');
	src: local('HelveticaNeue-CondensedBlack'),
		url('/local/fonts/MuseoSansCyrl/HelveticaNeue-CondensedBlack.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/MuseoSansCyrl/HelveticaNeue-CondensedBlack.woff') format('woff'),
		url('/local/fonts/MuseoSansCyrl/HelveticaNeue-CondensedBlack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


/* End */


/* Start:/local/fonts/HelveticaNeueCyr/stylesheet.css?16338892966153*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on August 21, 2017 1:40 PM */

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot');
	src: local('HelveticaNeueCyr-Medium'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot');
	src: local('HelveticaNeueCyr-Heavy'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.eot');
	src: local('HelveticaNeueCyr-HeavyItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot');
	src: local('HelveticaNeueCyr-Black'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot');
	src: local('HelveticaNeueCyr-UltraLightItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot');
	src: local('HelveticaNeueCyr-BlackItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot');
	src: local('HelveticaNeueCyr-ThinItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.eot');
	src: local('HelveticaNeueCyr-MediumItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot');
	src: local('HelveticaNeueCyr-LightItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot');
	src: local('HelveticaNeueCyr-UltraLight'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot');
	src: local('HelveticaNeueCyr-BoldItalic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot');
	src: local('HelveticaNeueCyr-Italic'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
	src: local('HelveticaNeueCyr-Bold'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot');
	src: local('HelveticaNeueCyr-Light'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot');
	src: local('HelveticaNeueCyr-Thin'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.woff') format('woff'),
		url('/local/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

/* End */


/* Start:/local/css/carousel/owl.carousel/owl.carousel.min.css?16338892953020*/
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/css/carousel/owl.carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/css/carousel/owl.carousel/owl.theme.default.min.css?16338892951078*/
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
.i-block .owl-carousel { margin-bottom: 0; } 
.owl-carousel .owl-item img { width: auto; margin: auto; }
.owl-carousel .owl-prev, .owl-carousel .owl-next { position: absolute; top: 50%; margin-top: -21px; width: 11px; height: 42px; z-index: 1001; cursor: pointer; text-indent: -100px; overflow: hidden; }
.owl-carousel .owl-prev { left: -18px; background: url(/local/css/carousel/owl.carousel/./carousel-prev.png) no-repeat 0 0; }
.owl-carousel .owl-next { right: -18px; background: url(/local/css/carousel/owl.carousel/./carousel-next.png) no-repeat 0 0; }
.owl-dots { position: absolute; left: 0; right: 0; bottom: -35px; text-align: center; }
.owl-dots .owl-dot { display: inline-block; margin: 3px 5px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; cursor: pointer; background: #ffffff; height: 6px; width: 6px; }
.owl-dots .active { height: 12px; width: 12px; border: 1px solid #ffffff; background: transparent; margin-top: 0; margin-bottom: 0; }
*/
/* End */


/* Start:/local/css/menu/slicknav/core.css?16338892951530*/
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
	.slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 0.188em;
	}
}
.slicknav_menu {
	*zoom: 1;
	.slicknav_menutxt {
		display: block;
		line-height: 1.188em;
		float: left;
	}
	.slicknav_icon {
		float: left;
        width: 1.125em;
        height: 0.875em;
		margin: 0.188em 0 0 0.438em;
        &:before { // Firefox Mobile v42 bugfix
            background: transparent;
            width: 1.125em;
            height: 0.875em;
            display: block;
            content: "";
            position: absolute;
        }
	}
	.slicknav_no-text {
		margin: 0;
	}
	.slicknav_icon-bar {
		display: block;
		width: 1.125em;
		height: 0.125em;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	}
	&:before {
		content: " ";
		display: table;
	}
	&:after {
		content: " ";
		display: table;
		clear: both;
	}
}
.slicknav_nav {
	clear: both;
	ul {
		display: block;
	}
	li {
		display: block;
	}
	.slicknav_arrow {
		font-size: 0.8em;
		margin: 0 0 0 0.4em;
	}
	.slicknav_item {
		cursor: pointer;
		a {
			display: inline;
		}
	}
	.slicknav_row {
		display: block;
	}
	a {
		display: block;
	}
	.slicknav_parent-link a {
		display: inline;
	}
}
.slicknav_brand {
	float: left;
}
/* End */


/* Start:/local/css/menu/pushy/pushy.css?16338892953180*/
/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("/local/css/menu/pushy/../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}

/*# sourceMappingURL=pushy.css.map */

/* End */


/* Start:/local/css/slick/slick.css?16338892951776*/
/* 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/css/popup/fancybox/jquery.fancybox.css?16338892954895*/
/*! 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('/local/css/popup/fancybox/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('/local/css/popup/fancybox/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('/local/css/popup/fancybox/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('/local/css/popup/fancybox/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('/local/css/popup/fancybox/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('/local/css/popup/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/css/popup/fancybox/helpers/jquery.fancybox-thumbs.css?1633889295735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#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;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */


/* Start:/local/css/popup/fancybox/helpers/jquery.fancybox-buttons.css?16338892952447*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/local/css/popup/fancybox/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 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: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* End */


/* Start:/local/css/tooltip/tooltipster.bundle.min.css?16338892956495*/
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* End */


/* Start:/local/css/tooltip/tooltipster-sideTip-light.min.css?16338892951782*/
.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}
/* End */


/* Start:/local/css/tooltip/tooltipster-sideTip-shadow.min.css?16338892951684*/
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/* End */
/* /local/css/basic/jquery.tabs.css?16338892951042 */
/* /local/css/input/formstyler/jquery.formstyler.css?163388929512326 */
/* /local/css/sigma/jquery.sigma.css?16338892957666 */
/* /local/css/fontawesome/css/font-awesome.min.css?163388929531000 */
/* /local/templates/custom/css/template.css?163428898994495 */
/* /local/templates/custom/css/screen.css?1633889296139 */
/* /local/fonts/MuseoSansCyrl/stylesheet.css?16338892953972 */
/* /local/fonts/HelveticaNeueCyr/stylesheet.css?16338892966153 */
/* /local/css/carousel/owl.carousel/owl.carousel.min.css?16338892953020 */
/* /local/css/carousel/owl.carousel/owl.theme.default.min.css?16338892951078 */
/* /local/css/menu/slicknav/core.css?16338892951530 */
/* /local/css/menu/pushy/pushy.css?16338892953180 */
/* /local/css/slick/slick.css?16338892951776 */
/* /local/css/popup/fancybox/jquery.fancybox.css?16338892954895 */
/* /local/css/popup/fancybox/helpers/jquery.fancybox-thumbs.css?1633889295735 */
/* /local/css/popup/fancybox/helpers/jquery.fancybox-buttons.css?16338892952447 */
/* /local/css/tooltip/tooltipster.bundle.min.css?16338892956495 */
/* /local/css/tooltip/tooltipster-sideTip-light.min.css?16338892951782 */
/* /local/css/tooltip/tooltipster-sideTip-shadow.min.css?16338892951684 */
