<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: ProximaNova-Light; /* �仄� ��亳��舒 */
    src: url(fonts/ProximaNova-Light.otf); /* ���� 从 �舒亶仍� �仂 ��亳��仂仄 */
}
@font-face {
    font-family: ProximaNova-Bold; /* �仄� ��亳��舒 */
    src: url(fonts/ProximaNova-Bold.otf); /* ���� 从 �舒亶仍� �仂 ��亳��仂仄 */
}
@font-face {
    font-family: ProximaNova-Regular; /* �仄� ��亳��舒 */
    src: url(fonts/ProximaNova-Reg.otf); /* ���� 从 �舒亶仍� �仂 ��亳��仂仄 */
}

input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
html {-webkit-text-size-adjust:none; height: 100%;}
body {
	
	position: relative;
	margin:0;
	padding:0;	
	color:#282828;
	font-family: 'ProximaNova-Light', Verdana, Arial, sans-serif;
	outline:none;
	min-width: 1162px;
	min-height: 100%;
	padding-bottom: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.adaptiv {
    min-width: 320px;
}
.svg_fill_solid {
	fill:#1a58d7;
}
/*buttons and inputs*/
.solid_button,
.solid_element {
	background:#1a58d7;
	color: #fff;
	font-family: 'Ubuntu', Verdana, Arial, sans-serif;
}
.solid_button.ui-state-active,
.solid_button.ui-state-current,
.solid_button:focus,
.solid_button:hover {
	background:#546dd1;
	color:#fff;
}
.border_button {
	border:1px solid #e2e2e2;
	background:#fff;
	color:#a7a7a7;
	cursor:pointer;
}
.border_button:hover {
	background:#e2e2e2;
}
.solid_input {
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0 19px;
	height: 38px;
	border: none;
	border-radius: 6px;
	background: #e9e9e9;
	box-shadow: none;
	font-weight: normal;
	font-size: 14px;
	float: none;
	margin-bottom: 25px;
}
/*end buttons*/
.new_price,
.old_price,
.title_f {
	font-family: 'Ubuntu', 'PT Sans',sans-serif;
}
.title_product {
	font-family: 'PT Sans',sans-serif;
}
.sl_header1,
.sl_header2,
.sl_header3  {
	font-family: 'Ubuntu',sans-serif;
}
a img { border:none;}
a,
.hover_link :hover{
	text-decoration:underline;
	color:#1a58d7;
	cursor:pointer;
}
a:hover {
	color:#636363;
}
h3 {
	
}
/*float class*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/*TOP-PANEL*/
.panel {
	display: block;
	background:#f1f1f1;
}
.panel-wrap {
    display: block;
    position: relative;
	margin:0 auto;
	max-width:1162px;	
	padding-left:10px;
	padding-right:10px;
    overflow: hidden;
}

.panel-wrap-wrap {
    display: block;
    margin: -5px -30px;
    overflow: hidden;
    min-width: 60px;
    min-height: 10px;
}

.panel .panel-item {
    display: block;
    position: relative;
    float: left;
    padding: 5px 30px;
    height: 40px;
}
.panel .panel-item.right {
    float: right;
}

.panel .panel-item .panel-item-wrap {
    display: block;
    position: relative;
    height: 100%;
    font-size: 0px;
}

.panel .panel-item .panel-item-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 12px;
}

.panel .panel-item .panel-item-null {
    margin-left: -30px;
    margin-right: -30px;
}

.panel .panel-item .panel-item-content {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.panel .panel-item .panel-item-content .bx-context-toolbar-empty-area {
    display: block !important;
    height: 12px !important;
    width: 12px !important;
}

/* TOP-PANEL PHONE */
.panel .panel-phone-block {
    display: block;
    white-space: nowrap;
}
.panel .panel-phone-block .panel-phone {
    display: inline-block;
    vertical-align: middle;
    color: #1b2a39;
}
.panel .panel-phone-block .panel-order-call {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #1a58d7;
    cursor: pointer;
}
.panel .panel-phone-block .panel-order-call:hover {
    color: #8cabeb;
}

@media all and (max-width: 800px) {
	.adaptiv .panel .panel-item.right {
        float: left;
    }
}
/*TOP-PANEL END*/
/* HEADER */
.header_wrap {
	position:relative;
	z-index:20;
}
.header_wrap .header_wrap_information {
    min-height: 120px;
}
/* PHONE-BLOCK */
.phone-block {
    display: block;
    white-space: nowrap;
}
.phone-block .phone {
    display: block;
    color: #1b2a39;
    font-size: 18px;
    font-weight: bold;
}
.phone-block .order-call {
    display: block;
    color: #1a58d7;
    cursor: pointer;
    font-size: 12px;
}
.phone-block .order-call:hover {
    color: #8cabeb;
}
/* PHONE-BLOCK END */

.header_wrap .phone {
	font-size: 18px;
   font-weight: bold;
}
.header_wrap .call_button { }
.workarea_wrap {
	position:relative;
	z-index:10;
}
.header_wrap_container {
	margin:0 auto;
    width: 100%;
	max-width:1162px;
	position:relative;
}
.header_wrap_container .logo_wrap {
	width:auto;
    width: 22%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.header_wrap_container .logo_wrap img {
	
}
.header_wrap_container .search_wrap {
    padding-left: 20px;
}
.header_wrap_container .right_wrap {
    width: 73%;
}
.header_wrap_container .right_wrap table.table_wrap {
    float: right;
    width: 100%;
}
.header_wrap_container .right_wrap table.table_wrap .menu_wrap {
    position: static;
    display: block;
    padding-left: 20px;
    margin: 0px;
}
.header_wrap_container .right_wrap table.table_wrap .phone_wrap {
    white-space: nowrap;
	padding-left: 20px;
	text-align: right;
}
.header_wrap_container .right_wrap table.table_wrap .basket_wrap {
    white-space: nowrap;
	padding-left: 20px;
}

.panel .panel_wrap .b_compare,
.panel .panel_wrap .b_basket {
	line-height: normal;
}

.b_compare,
.b_basket {
	display: inline-block;
	vertical-align: middle;
}

.header_wrap_container .right_wrap table.table_wrap .basket_wrap.fly .showable {
    display: none;
}

.header-main {
    display: block;
}
.header-main .text {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 3px solid #c2dde2;
}

@media all and (max-width: 1200px) {
    .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-phone.with-basket {
        display: block !important;
    }
}

@media all and (max-width: 1150px) {
    .adaptiv .header_wrap .border_catalog_menu {
        display: none;
    }
    .adaptiv .panel_wrap .bg_top_menu {
        display: none;
    }
    .adaptiv .header_wrap .top.with-top-menu {
        display: block !important;
    }
}

@media all and (max-width: 1000px) {
    .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-basket {
        display: block !important;
    }
}

@media all and (max-width: 920px) {
	.adaptiv .header_wrap .header_wrap_information {
        padding-left: 20px;
		padding-right: 20px;
    }
}

@media all and (max-width: 900px) {
    .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu.with-phone {
        display: block !important;
    }
}

@media all and (max-width: 825px) {
    .adaptiv .header_wrap_container .right_wrap table.table_wrap {
        width: auto;
    }
    .adaptiv .header_wrap_container.with-menu .right_wrap table.table_wrap .menu_wrap {
        display: none;
    }
    .adaptiv .header_wrap .top.with-menu {
        display: block !important;
    }
}

@media all and (max-width: 800px) {
    .adaptiv .header_wrap_container {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .adaptiv .header_wrap_container .search_wrap {
        padding-left: 0px;
    }
	.adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap {
		padding-left: 0px;
	}
    .adaptiv .header_wrap_container tbody {
        display: block;
    }
    .adaptiv .header_wrap_container tbody tr {
		display: block;
	}
	.adaptiv .header_wrap_container tbody tr td {
        display: block;
		padding-top: 5px;
		padding-bottom: 5px;
    }
    .adaptiv .header_wrap_container .logo_wrap {
        display: block;
    }
    .adaptiv .header_wrap_container .right_wrap {
        display: block;
        width: auto;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap {
        float: none;
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
        display: block;
        float: left;
		margin-top: 5px;
        margin-bottom: 5px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .phone_wrap {
        text-align: left;
		padding-left: 0px;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap.fly .hideable {
        display: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap.fly .showable {
        display: block;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
        display: block;
        float: right;
		margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 510px) {
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
        float: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
        float: none;
    }
    .adaptiv .header_wrap_container .right_wrap table.table_wrap .call_button {
        text-align: left;
    }
}

.worakarea_wrap_container {
	/*margin:0 auto;	
	max-width:1162px;
	padding:0 9px;*/
	min-height:350px;
}
.row {
	margin:0 auto;	
	max-width:1162px;
	padding:0 9px;
}
.header_grey {
	font-size: 20px;
	color: #444648;	
	font-weight: normal;
	font-family: 'Ubuntu','PT Sans',sans-serif;
	margin-top:0;
	margin-bottom: 25px;
}
.standart_block {
	margin-bottom:30px;
}
@media (max-width:980px) {
	.adaptiv .header_wrap_container .logo_wrap {
		width:30%;
	}
}
@media (max-width:640px) {
	.adaptiv .header_wrap_container .logo_wrap {
		width: 35%;
	}
}
@media (max-width:1024px) {
	.adaptiv .workarea_wrap {
		min-height:400px;
	}
}
.workarea_wrap h1 {
	padding-bottom:0;
	font-size:27px;
	color:#444648;	
	font-weight:normal;
}
.workarea_wrap h1 a {
	color:#000;
	text-decoration:none;
}
.about-company {
	color: #888888;
	font-size: 13px;
	line-height: 20px;
}
.bx_title_section {
	margin-top:0;
	padding-top:0;
	vertical-align:middle;
	font-size:26px;
}
.footer_wrap_container {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}
/* ---- INC SOCIAL HEADER ---- */
.bx_inc_social_footer h4{
	text-align: left;
	font-weight: normal;
	font-size:26px;
}
.social_buttons {margin-top: 0px}
.social_buttons ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
.social_buttons ul li{
	display: inline-block;
	width: 21px;
	height: 21px;
	list-style:none;
}
.social_buttons ul li a{
	display: block;
	width: 21px;
	height: 21px;
	background: url(images/sprite_social.png) no-repeat;	
}
.social_buttons ul li.fb a{ background-position: -21px 0;}
.social_buttons ul li.tw a { background-position:-42px 0;}
.social_buttons ul li.vk a{ background-position:0 0}
.social_buttons ul li a:hover{opacity:0.65;}
/* ---- INC SOCIAL HEADER END---- */
/*HEADER_LOGO*/
span.code {
	font-size:17px;
}
table.header_table td.logo {
	width:50%;
}
table.header_table td.logo_wrap {	
	padding-left:12px;
	max-height:60px;
}
table.header_table td.logo_wrap img {
	max-height:60px;
}
@media (max-width:1200px){
	.adaptiv table.header_table td.logo {
		width:40%;
	}
	.adaptiv table.header_table td.address {
		width:20%;
	}
	.adaptiv table.header_table td.phone {
		width:20%;
	}
}
@media (max-width:920px){
	.adaptiv table.header_table td.logo {
		width: 30%;
	}
	.adaptiv table.header_table td.address {
		width:25%;

	}
	.adaptiv table.header_table td.phone {
		width:25%;
	}
}
@media (max-width:740px){
	.adaptiv table.header_table td.logo {
		display:block;
		float:left;
		width:30%;
		margin-top: 5px;
		margin-bottom: 5px;		
		
	}
	.adaptiv table.header_table td.socnet {
		display:none;
	}
	.adaptiv table.header_table td.address {	
		display:block;
		float:left;
		width:30%;
		margin-left:20px;	
		margin-left: 10px;	
		margin-top:2%;
	}
	.adaptiv table.header_table td.phone {		
		display:block;
		float:right;
		width:35%;
		margin-right:10px;
		margin-bottom:5px;
		text-align:right;
	}
	.adaptiv table.header_table {
		max-height: 60px;
	}
}
@media (max-width:600px) {
	.adaptiv table.header_table td.address {
		display:none;
	}
	.adaptiv table.header_table td.phone {
		width:50%;
		font-size: 18px;
	}
	.adaptiv span.code {
		font-size:14px;
	}	
}
@media (max-width:550px) {	
	.adaptiv .header_wrap_container .logo_wrap {
		width:100%;
		margin-bottom:10px;
	}
	.adaptiv .panel .phone_block .phone {
		margin-right: 6px;
	}
}
/*TOP_SLIDER*/
.slider{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	width:100%;
}
.slider .slider_container{
	position:absolute;
	top:0px;
	padding:0px;
}
.slider .slider_container  .slider_item{
	overflow:hidden;
	float:left;
}
.slider .slider_container  .slider_item img{
	
}
/*INDEX_HEADER*/
.section_header{	
	text-transform:uppercase;
	font-size:30px;
	color:#cf9f33;
	width:100%;
	text-align:center;
	background:url(images/header_line.jpg) repeat-x center;
	margin-bottom:35px;
	margin-top: 26px;
}
.section_header div{
	padding:0 11px;
	display:inline-block;
	background:white;
}
/*///////////*/
.text_block{
	font-size:12px;	
	color:#686868;
}
/*footer*/
.bg_footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background:#f1f1f1;
    color: #292929;
	padding: 10px 0;
	margin-top:60px;
}
.bg_footer .footer{
    position: relative;
	max-width:1162px;
	margin:0 auto;
    overflow:  hidden;
    padding: 13px 20px;
}
.bg_footer .footer .table_footer {
	width:100%;
}
.bg_footer .contacts {
	color: inherit;
}
.bg_footer .contacts .one_phone {
	font-size:13px;	
	color: inherit;
}
.bg_footer .contacts .text_phone {
	font-size:13px;
	color: inherit;
	padding-left:2px;	
}
.bg_footer .phone-block {
    text-align: right;
}
.bg_footer .phone-block .phone {
	font-size:19px;
	color: inherit;
}
.bg_footer .phone-block .call_button {
    font-size:13px;
	color: inherit;	
}
.bg_footer .logo-block {
    padding-top: 25px;
}
.table_footer .contacts {
	width:32%;
	padding-left:13px;
}
.table_footer .footer_menu {
	width:100%;
	overflow:hidden;
}
@media (max-width:650px){
    .adaptiv .bg_footer .contacts {
        float: none;
    }
    
    .adaptiv .bg_footer .menu {
        float: none;
    }
    
    .adaptiv .bg_footer .phone-block {
        float: none;
        text-align: left;
    }
}
/*END_FOOTER*/
/*BX_POPUP_WINDOW*/
.popup-window	{
	border:0;
	border-radius:0;
	box-shadow:0;
	font-size:12px;
}
.popup-window-close-icon {
	width: 11px;
	height: 11px;
	background:url(images/close_popup.png) no-repeat 0 0;
	opacity:0.38;
}
.popup-window-close-icon:hover {
	background:url(images/close_popup.png) no-repeat 0 0;
	opacity:1;
}
.popup-window-top-row,
.popup-window-left-column,
.popup-window-right-column {
	display:none;
}
.popup-window-content {
	margin:0;
	background:#fff;
	border-radius: 7px;
}
.popup-window,
.popup-window-content-row .popup-window-center-column {
	background:none;
}
/*END BX_POPUP_WINDOW*/
.bx_left_catalog {
	float:left;
	width: 18.7%;
}
.bx_content_right {
	width: 80%;
	float: right;
	clear: right;
}
@media (max-width:959px){
	.adaptiv .bx_left_catalog {
		display:none;
	}
	.adaptiv .bx_content_right {
		width:100%;
		float:none;
	}
}
ul.top_personal_menu {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	top:1px;
}
ul.top_personal_menu li {
	float:left;
	display:block;
	list-style:none;
	border:1px solid #fff;
	border-bottom:0;
}
ul.top_personal_menu li.active {
	border:1px solid #bebebe;
	border-bottom:1px solid #fff;
}
ul.top_personal_menu li a {
	display:block;
	font-size:14px;
	padding:14px 17px;
	color:#5a5a5a;
	font-family:'Babas',Arial,sans-serif;
	text-decoration:none;
}
.personal_body {
	border:1px solid #bebebe;
	width:100%;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
@media (max-width:600px){
	.adaptiv ul.top_personal_menu li a {
		padding:12px 10px;
	}
}
@media (max-width:480px){
	.adaptiv ul.top_personal_menu li a {
		padding:12px 4px;
		font-size:12px;
	}
}
.bx_page {
	font-size:14px;
}
@media (max-width:800px) {
	.adaptiv .left_col_index {
		display:none;
	}
	.adaptiv .right_col,
	.adaptiv .right_col_index	{
		width:100%;
	}
	.adaptiv .left_col {
		width:100%;
		margin-bottom:15px;
	}
}
/*contacts*/

@media (max-width:768px) {
	.adaptiv .cnt_contacts {
		width:100%;
	}
	.adaptiv .cnt_map {
		width:100%;
		margin-top:15px;
	}
}
/*block see*/
.one_see .img_see {
	width: 58px;
	height:58px;
	display:block;
	float: left;
	text-align: center;
}
.one_see {
	clear:both;
	margin-bottom: 15px;
	overflow:hidden;
}
.one_see .right_see {
	float: right;
	width: 60%;
}

/*To cart*/
.min-button.to-cart div {
	background-image: url('images/to_cart.png');
}

/*Catalog button*/
.catalog-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 13px 6px 13px;
	text-decoration: none;
	background: #3a58d2;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}.catalog-button:hover {
	background: #546dd1;
	text-decoration: none;
	color: #fff;
}.catalog-button:focus {
	background: #3252d1;
	color: #fff;
	outline: none;
	text-decoration: none;
}

/*Hover shadow*/
.hover_shadow {
	transition-property: box-shadow;
	transition: 0.2s;
}
.hover_shadow:hover {
	box-shadow: 0px 10px 18px rgba(0,0,0,0.15);
}
/*flexel*/
.nbs-flexisel-container {
    position:relative;
    /*max-width:98%;*/
	margin:0 auto;
	overflow:hidden;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
	overflow:hidden;    
	/*width:97%;*/
	margin:0 auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left {
	position: absolute;
	top: -50px !important;
	left:auto;
	right: 36px;
}
.nbs-flexisel-nav-right {
	position: absolute;
	top: -50px !important;
	right: 8px;
}

.error404 {
	max-width:563px;
	margin:0 auto;
	font-family:"Ubuntu",sans-serif;
	text-align:center;
}
.error404 .img {
	color: #fff;
	text-align: center;
	font-size: 50px;
	width: 145px;
	height: 145px;
	line-height: 145px;
	margin: 0 auto;
	border-radius: 145px;
	font-weight: bold;
	font-family: "Ubuntu";
}
.error404 .header_text {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	font-family:"Ubuntu",sans-serif;
	color:#111111;
	padding:30px 0;
}
.error404 .text {
	font-size:14px;
	margin-bottom:30px;
}
.error404 .solid_button,
.error404 .border_button {
	text-decoration:none;
	font-size:16px;
	text-align:center;
	width:263px;
	height:35px;
	line-height:35px;
	border-radius:6px;
}
@media (max-width:700px) {
	.error404 .solid_button,
	.error404 .border_button {
		width:100%;
		margin-bottom:10px;
	}
}
.button_up {
	width: 40px;
	height: 40px;
	position: fixed;
	display:none;
	bottom: 30px;
	right: 30px;
	border-radius: 5px;
	z-index: 50;
	cursor: pointer;	
	opacity:0.9;
}
.button_up:hover {
	opacity:1;
}
.button_up i {
	width: 16px;
	height: 9px;
	margin:15px auto;
	
	background: url(images/sprite_to_up.png) no-repeat bottom;
	display: block;
}


.tizers-1 .tizers-1-tizer .tizers-1-information .tizers-1-name,
.reviews-1 .reviews-1-wrapper .reviews-1-review .reviews-1-border .reviews-1-information .reviews-1-name
{
	font-family: 'ProximaNova-Bold';
}


.header_wrap {
    background: #01afe4;
}

.header-main {
    text-align: center;
}
.header-main .text {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 0px solid #c2dde2;
    position: relative;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    color: #019fcc;
}
.header-main .text:after {
    content: '';
    display: block;
    position: absolute;
    left: -72px;
    top: 50%;
	margin-top:-2px;
    border-bottom: 1px solid #868686;
    width: 52px;
}
.header-main .text:before {
    content: '';
    display: block;
    position: absolute;
    right: -72px;
    top: 50%;
    border-bottom: 1px solid #868686;
    width: 52px;
}
.uni-button-link {
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    color: #019fcc;
    text-decoration: underline;
    padding: 0!important;
    font-weight: normal!important;
    line-height: 20px;
}


.news-horizontal-1-slider {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0px;
    white-space: nowrap;
	height: initial;
}



.header_wrap_container .logo_wrap {
	padding-top: 20px;
    padding-bottom: 20px;
}

.header_wrap_container.main_page .logo_wrap {
	position:absolute;
	top:20px;
	padding: 0;
}
.header_wrap_container.main_page .right_wrap table.table_wrap {
	margin-top:43px;
}
.header_wrap .header_wrap_information.main_page {
	min-height: 83px;
}

.header_wrap_container .right_wrap table.table_wrap .menu_wrap {
	position:relative;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .child.submenu {
    top: 0px;
    margin-top: 40px;
}
.bg_top_menu.in-header .radius_top_menu table.top_menu td .i_menu {
    top: 40px;
    margin-top: 0;
}

body table.top_menu td.current span.arrow {
    color: #FFF;
}


.tizer-bg-block {
    background: url("images/bg-tizer-left.png") no-repeat center left, url("images/bg-tizer-right.png") no-repeat center right;
}
.news-bg-block {
    background: url("images/news-bg-block.png") no-repeat bottom left;
	border-bottom:1px solid #def3f8;
}
.reviews-bg-block {
    background: url("images/reviews-bg-block.png") no-repeat bottom right;
	border-bottom:1px solid #def3f8;
}
.about-bg-block {
    background: url("images/about-bg-block.png") no-repeat bottom left;
}

body .uni-slider-button:hover {
	background: url('images/arrows-slider.png') no-repeat;
}
.uni-slider-button {
    background: url('images/arrows-slider.png') no-repeat;
}
.uni-slider-button.uni-slider-button-left {
    background-position: left top;
}
.uni-slider-button.uni-slider-button-left:hover {
    background-position: left bottom;
}
.uni-slider-button.uni-slider-button-right {
    background-position: right top;
}
.uni-slider-button.uni-slider-button-right:hover {
    background-position: right bottom;
}
.uni-slider-button {
    width: 20px;
    height: 65px;
    border-radius: 15px;
}
.uni-slider-button .icon {
	display:none;
}
.news-horizontal-1 .slider-1-button-wrapper  .uni-aligner-vertical {
	display:none;
}
.news-horizontal-1 .uni-slider-button{
	top: 50%;
    margin-top: -32px;
}
.news-horizontal-1 .slider-1-button-wrapper {
    display: block;
    position: absolute;
    top: 0px;
    left: auto;
    right: auto;
    bottom: 0px;
    height: 100%;
    width: auto;
    overflow: visible;
}
.news-horizontal-1 .slider-1-button-wrapper.slider-1-button-wrapper-left {
    left: 0px;
    padding-left: 20px;
}
.news-horizontal-1 .slider-1-button-wrapper.slider-1-button-wrapper-right {
    right: 0px;
    padding-right: 20px;
}




.contacts.landing-1 .contacts-contacts .contacts-contacts-contact {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 17px 23px 23px 23px;
    border: 4px solid #3bbde4;
    border-radius: 0;
    width: 350px;
    margin: 23px;
    text-align: left;
    height: 254px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bg_footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #01a8da;
    color: #292929;
    padding: 10px 0;
    padding-top: 6px;
    margin-top: 60px;
    border-top: 4px solid #00b5eb;
}



.bottom_menu_wrap .bottom_menu .menu_title a, .bottom_menu_wrap .bottom_menu .menu_item a {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
}
.bottom_menu_wrap .bottom_menu .menu_title a:hover, .bottom_menu_wrap .bottom_menu .menu_item a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.bottom_menu_wrap .bottom_menu .menu_title a {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.contacts-block .img {
    width: 20px;
    height: 20px;
}
.contacts-block .text {
    padding-left: 20px;
	text-align:left;
	font-size:14px;
	color:#fff;
	font-family: 'ProximaNova-Regular';
}
.contacts-block .text a {
	text-align:left;
	font-size:14px;
	color:#fff;
	font-family: 'ProximaNova-Regular';
	text-decoration: none;
}
.contacts-block .text a:hover {
	text-decoration: underline;
}
.contacts-block .phone, .contacts-block .email, .contacts-block .adress {
    clear: both;
	margin-bottom:15px;
}
.contacts-block .phone:after, .contacts-block .email:after, .contacts-block .adress:after {
	content:'';
	display:block;
    clear: both;
}



.about-text {
    font-size: 17px;
}
.about-text p {
	padding-bottom:20px;
}
.about-text img {
    margin:20px;
	margin-left:0;
	margin-top:0;
}


.bg-block-buttons {
    padding: 73px 0;
    background: url("images/bg-block-button.png") repeat-x top center;
}
.bg-block-buttons .btn-img {
    width: 49%;
}
.bg-block-buttons .btn-img img {
    width: 100%;
    max-width: 572px;
}


@media (max-width: 400px) {
	.bg-block-buttons .btn-img {
		width:100%;
		margin-bottom:10px;
	}
	.bg-block-buttons {
		padding:30px 0;
	}
	.banner-on_start-page {
		display:none;
	}
}
@media (max-width:800px) {
	.header_wrap .header_wrap_information.main_page {
		min-height:120px;
	}
	.header_wrap_container.main_page .logo_wrap {
		position:relative;
		top:0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header_wrap_container.main_page .right_wrap table.table_wrap {
		margin-top: 0px;
	}
	.tizer-bg-block {margin-top:20px;}
}

.btn-order-fly {
	position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
	z-index:11;
}
.btn-order-fly img {
	width:50%;
}
.banner-on_start-page .fon-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.banner-on_start-page {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.banner-on_start-page ul {
	width: 100%;
	padding-left: 0;
	text-align: center;
	margin: 0px auto;
}
.banner-on_start-page ul li {
	display: inline-block;
	width: 100%;
	-webkit-animation: balls 7s infinite;
	animation: balls 7s infinite;
}
.banner-on_start-page img {
    max-width: 100%;
}
@-webkit-keyframes balls {
	from{-webkit-transform: translateY(0);}
	50%{-webkit-transform: translateY(20px);}
	to{-webkit-transform: translateY(0);}
}
@keyframes balls {
	from{transform: translateY(0);}
	50%{transform: translateY(20px);}
	to{transform: translateY(0);}
}

.banner-on_start-page ul li:nth-of-type(1) {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}</pre></body></html>