@font-face {
	font-family: 'OpenSansRegular';
	font-display: auto;
	src: url('fonts/OpenSansRegular/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSansRegular/OpenSansRegular.woff') format('woff'),
	url('fonts/OpenSansRegular/OpenSansRegular.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	font-display: auto;
	src: url('fonts/OpenSansBold/OpenSansBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSansBold/OpenSansBold.woff') format('woff'),
	url('fonts/OpenSansBold/OpenSansBold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansLight';
	font-display: auto;
	src: url('fonts/OpenSansLight/OpenSansLight.eot?#iefix') format('embedded-opentype'),
	url('fonts/OpenSansLight/OpenSansLight.woff') format('woff'),
	url('fonts/OpenSansLight/OpenSansLight.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiBold';
	font-display: auto;
  	src: url('fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/OpenSansSemiBold/OpenSansSemiBold.woff') format('woff'),
   	url('fonts/OpenSansSemiBold/OpenSansSemiBold.ttf')  format('truetype');
  	font-weight: normal;
  	font-style: normal;
}
@font-face {
	font-family: 'SegoeUIRegular';
	font-display: auto;
	src: url('fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUIRegular/SegoeUIRegular.woff') format('woff'),
	url('fonts/SegoeUIRegular/SegoeUIRegular.ttf')  format('truetype'),
	url('fonts/SegoeUIRegular/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUIBold';
	font-display: auto;
	src: url('fonts/SegoeUIBold/SegoeUIBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUIBold/SegoeUIBold.woff') format('woff'),
	url('fonts/SegoeUIBold/SegoeUIBold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUILight';
	font-display: auto;
	src: url('fonts/SegoeUILight/SegoeUILight.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUILight/SegoeUILight.woff') format('woff'),
	url('fonts/SegoeUILight/SegoeUILight.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'SegoeUISemiBold';
	font-display: auto;
  	src: url('fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/SegoeUISemiBold/SegoeUISemiBold.woff') format('woff'),
   	url('fonts/SegoeUISemiBold/SegoeUISemiBold.ttf')  format('truetype');
  	font-weight: normal;
  	font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  font-display: auto;
  src:  url('fonts/Icons/icomoon.eot?dcjrr4');
  src:  url('fonts/Icons/icomoon.eot?dcjrr4#iefix') format('embedded-opentype'),
    url('fonts/Icons/icomoon.ttf?dcjrr4') format('truetype'),
    url('fonts/Icons/icomoon.woff?dcjrr4') format('woff'),
    url('fonts/Icons/icomoon.svg?dcjrr4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	overflow-x: hidden;
	font-family: 'OpenSansRegular';
	color: #000000;
	width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.cell_bottom {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: bottom;
}
.y_hidden {
	overflow-y: hidden;
}
.ios_device.y_hidden {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 
.y_scroll {
	overflow-y: scroll;
}
.y_auto {
	overflow-y: auto
}
input, select, textarea {
	outline: none
}
a {
	text-decoration: none;
}
button {
	outline: none;
	cursor: pointer;
	display: block;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
button:hover,
a:hover {
	text-decoration: none;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0.8;
	color: inherit;
}
img	{
	max-height: none;
	border: none;
}
.flexslider {
	border: none;
	margin: 0;
	position: relative;
}
.custom_container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.custom_row {
	margin: 0 -10px;
}
.custom_row:after {
	display: block;
	clear: both;
	content: "";
}

/*header*/
.header {
	position: relative;
	z-index: 99;
}
.header_top {
	background: #f4f4f4;
}
.header_row_inner {
	position: relative;
	padding-right: 55px;
}
.main_logo {
	position: absolute;
	left: 0;
	top: 55px;
        z-index: 5;
}
.language_block {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	font-size: 120%;
	line-height: 16px;
	color: #0e578b;
	text-align: center;
	text-transform: uppercase;
}
.language_button {
	display: block;
	color: inherit;
	padding: 12px 0;
	background: #e8e8e8;
}
.language_list {
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
	background: #e8e8e8;
	border-top: 1px solid #cccccc;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 200;
	display: none;
}
.language_list li {
	padding: 6px 0;
}
.language_list a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}
.language_list a.arm_lg {
	font-family: "SegoeUIRegular";
}
.language_list li.selected {
	color: #999999;
	pointer-events: none;
}
.language_button:after {
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 5px;
	border-top: 3px solid #0e578b;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	margin-left: 5px;
	margin-top: 6px;
}
.main_menu_list {
	margin: 0 -12px;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	line-height: 16px;
	color: #999999;
}
.main_menu_list > li {
	float: left;
	padding: 12px 0;
	position: relative;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.main_menu_list > li > a {
	display: block;
	margin: 0 12px;
	color: inherit;
}
.main_menu_list > li > a.active{
	font-family: "SegoeUIBold";
}
.submenu_list {
	position: absolute;
	z-index: 111;
	left: 0;
	top: 40px;
	background: #ffffff;
	width: 200px;
	margin: 0;
	width: 200px;
	padding: 10px 0;
	list-style-type: none;
	box-shadow: 0 10px 20px 5px rgba(0,0,0,0.1);
	font-size: 91.7%;
	color: #666666;
	line-height: 15px;
	display: none;
}
.submenu_list a {
	display: block;
	padding: 6px 12px;
	color: inherit;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.has_submenu.opened {
	background: #e6e6e6;
	color: #0d5387;
}
.submenu_list a:hover {
	opacity: 1;
	color: #0e5689;
	background: #f2f2f2;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.basket_block {
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 15;
}

.basket_button {
	display: block;
	height: 43px;
	background: url('images/svg/cart.svg') no-repeat;
	background-size: auto 35px;
	background-position: left bottom;
	font-family: "OpenSansBold";
}
.cart_items_price {
	display: block;
	font-size: 120%;
	line-height: 15px;
	color: #0e568a;
	padding: 14px 0;
	margin-left: 7px;
}
.cart_items_count {
	display: block;
	width: 44px;
}
.cart_items_count span {
	display: block;
	float: right;
	line-height: 10px;
	min-width: 20px;
	text-align: center;
	border-radius: 10px;
	color: #ffffff;
	padding: 5px;
	background: #bfbfbf;
}
.log_in_status,
.log_out_status,
.login_form_block {
	display: none;
}
.log_in_status.active,
.log_out_status.active {
	display: block;
}
.login_block {
	position: relative;
	padding: 12px 0;
}
.log_in_status > a,
.log_out_status > a {
	display: block;
	font-size: 120%;
	color: #0e578b !important;
	line-height: 16px;
	font-family: "OpenSansBold";
	padding-left: 25px;
	background-size: 16px !important;
	background-position: left center !important;
	margin: 0 15px;
}
.log_out_status > a {
	background: url('images/svg/lock.svg') no-repeat;
}
.log_in_status > a {
	background: url('images/svg/login.svg') no-repeat;
}
.hotline_block {
	position: absolute;
	top: 61px;
	left: 74%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}
.hotline_number {
	font-size: 230%;
	line-height: 25px;
	color: #333333;
	font-family: "OpenSansBold";
}
.hotline_number a{
	color: #333333;
}
.about_hotline {
	font-size: 110%;
	line-height: 13px;
	color: #999999;
}
.header_middle {
	padding: 22px 0;
}
.search_form {
	width: 33.33%;
	margin-left: 25%;
	position: relative;
	font-size: 120%;
	line-height: 15px;
}
.search_form input {
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 9px 120px 9px 13px !important;
	height: inherit !important;
	color: #0d5485;
	background: transparent;
	z-index: 1;
	position: relative;
}
.search-autocomplete ul li{
	list-style-type: none;
}
.search-autocomplete ul li.selected {
    background-color: #0d5284;
    color: white;
}
.search-autocomplete ul li{
	color: #0d5284;
}
.search-autocomplete ul {
    border: 1px solid #0d5284;
}
.search-autocomplete:before {
    border-bottom: 7px solid #0d5284;
}
.search-autocomplete ul li{
	display: none;
}
.search-autocomplete ul li:nth-child(-n+20) {
    display: block;
}
.search_form button {
	display: block;
	float: left;
	width: 107px;
	color: #ffffff !important;
	text-align: center;
	margin-left: -107px;
	background: #0d5284;
	padding: 10px;
	border: none;
	position: relative;
	z-index: 2;
}
.psevdo_placeholder {
	display: block;
	position: absolute;
	top: 10px;
	left: 13px;
	right: 120px;
	overflow: hidden;
	white-space: nowrap;
	color: #0d5485;
	text-overflow: ellipsis;
}
.psevdo_placeholder span {
	display: inline-block;
	vertical-align: top;
}
.psevdo_placeholder span:first-child {
	color: #999999;
}
.login_form_block {
	position: absolute;
	top: 40px;
	left: -55px;
	right: -55px;
	background: #f4f4f4;
	padding: 15px 10px; 
	z-index: 200;
	border-top: 1px solid #e8e8e8;
	font-size: 120%;
	line-height: 15px;
	text-align: center;
}
.login_form input {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 9px 13px;
    color: #0d5485;
    background: #ffffff;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}
.login_form button {
    display: block;
    margin: 0 auto 10px;
    width: 100px;
    color: #ffffff !important;
    text-align: center;
    background: #0d5284;
    padding: 10px;
    border: none;
    position: relative;
    z-index: 2;
}
.login_form_block a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	color: #0d5485!important;
}
.mobile_header .header_row_inner {
	padding-right: 0;
}
.mobile_header .main_logo {
		position: relative;
		top: auto;
		left: auto;
		padding: 12px 0;
	}
.mobile_header	.main_logo img {
		height: 36px;
	}
.mobile_header .header_menu_block {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		-o-transition: height .5s;
	    -ms-transition: height .5s;
	    -moz-transition: height .5s;
	    -webkit-transition: height .5s;
	    transition: height .5s;
	    background: #f4f4f4;
	    z-index: 150;
	}
.mobile_header .header_menu_block.opened {
		height: 100%;
	}
.mobile_header .header_menu_inner {
		margin-top: 60px;
		height: 100%;
		overflow-y: auto;
		border-top: 1px solid #cccccc;
		padding-bottom: 60px;
	}
.mobile_header .menu_scroll_content {
		position: relative;
		padding-bottom: 80px;
		min-height: 100%;
	}
.mobile_header .menu_button {
		display: block;
		width: 22px;
		height: 30px;
		margin: 15px 0;
		padding: 6px 0;
		position: relative;
		z-index: 200;
	}
.mobile_header .menu_button > span {
		display: block;
		overflow: hidden;
		position: relative;
		padding: 8px 0;
	}
.mobile_header .menu_button > span span {
		display: block;
		height: 2px;
		background: #0e578b;
		-o-transition: opacity .7s;
	    -ms-transition: opacity .7s;
	    -moz-transition: opacity .7s;
	    -webkit-transition: opacity .7s;
	    transition: opacity .7s;
	}
.mobile_header .menu_button.opened > span span {
		opacity: 0;
		-o-transition: opacity .1s;
	    -ms-transition: opacity .1s;
	    -moz-transition: opacity .1s;
	    -webkit-transition: opacity .1s;
	    transition: opacity .1s;
	}
.mobile_header .menu_button > span:before,
.mobile_header .menu_button > span:after {
		display: block;
		position: absolute;
		left: -22px;
		width: 50px;
		height: 2px;
		content: "";
		background: #0e578b;
		-o-transition: transform .5s;
	    -ms-transition: transform .5s;
	    -moz-transition: transform .5s;
	    -webkit-transition: transform .5s;
	    transition: transform .5s;
	}
.mobile_header .menu_button > span:before {
		top: 0;
	}
.mobile_header .menu_button > span:after {
		bottom: 0;
	}
.mobile_header .menu_button.opened > span:before {
		transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
	}
.mobile_header .menu_button.opened > span:after {
		transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
	}
.mobile_header .basket_block {
		position: relative;
		top: auto;
		right: auto;
		margin-right: 20px;
		padding-top: 10px;
	}
.mobile_header .basket_button {
		height: 40px;
		background-size: auto 26px;
		background-position: left 6px;
	}
.mobile_header .cart_items_count {
		width: 32px;
	}
.mobile_header .cart_items_count span,
.mobile_header .compare_inner_link span {
		padding: 3px;
		min-width: 16px;
	}
.mobile_header .cart_items_price {
		line-height: 16px;
		padding: 12px 0;
	}
.mobile_header .log_in_status > a, .log_out_status > a {
	    line-height: 24px;
	    background-size: 20px !important;
	    margin: 0 20px;
	    padding-left: 30px;
	}
.mobile_header .login_block {
		padding: 18px 0;
	}
.mobile_header .search_form {
	    width: 480px;
	    margin: 0 auto;
	    max-width: 100%;
	}
.mobile_header .search_form button {
	    width: 107px;
	    margin-left: -107px;
	}
.mobile_header .search_form input {
	    padding-right: 120px;
	}
.mobile_header .psevdo_placeholder {
	    right: 120px;
	}
.mobile_header .language_block {
		position: relative;
		top: auto;
		right: auto;
		font-size: 180%;
		line-height: 22px;
		width: auto;
	}
.mobile_header .language_button {
		display: none;
	}
.mobile_header .language_list {
		display: block !important;
		border: none;
		background: transparent;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
.mobile_header .language_list li {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		max-width: 150px;
	}
.mobile_header .language_list a {
		padding: 5px;
	}
.mobile_header .main_menu_list {
		border-top: 1px solid #e1e1e1;
		font-size: 160%;
		line-height: 22px;
		padding: 10px 0;
	}
.mobile_header .main_menu_list > li {
		float: none;
		padding: 5px 10px;
	}
.mobile_header .main_menu_list > li > a {
		text-align: center;
		padding: 5px 0;
		margin: 0;
	}
.mobile_header .hotline_block {
		top: auto;
		left: 0;
		bottom: 10px;
		width: 100%;
		text-align: center;
		transform: translateX(0);
	    -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
	}
	.mobile_header .submenu_list {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		text-align: center;
		background: transparent;
		box-shadow: none;
		padding: 0;
		font-size: 87.5%;
	}
	.mobile_header .submenu_list li {
		padding: 3px 0;
	}
	.mobile_header .compare_inner_link {
		height: 40px;
		width: 40px;
		background-size: 28px;
	}
.header_bottom {
	background: url('images/header_gradient.jpg') repeat-x;
	background-size: 1px 100%;
}
.catalog_button {
	display: block;
	color: #ffffff !important;
	font-family: "OpenSansBold";
	line-height: 15px;
	padding: 18px 15px;
	white-space: nowrap;
	/*background: orange;*/
	-o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.catalog_button:hover {
	background: rgba(0,0,0,0.4);
	opacity: 1;
	-o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.catalog_button:after {
	display: inline-block;
	vertical-align: top;
	width: 5px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	margin-left: 5px;
	margin-top: 7px;
	content: "";
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.catalog_button.opened:after {
	transform: scaleY(-1);
	-moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.tree_line {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	margin-top: 4px;
	margin-right: 7px;
	overflow: hidden;
	padding: 3px 0;
	position: relative;
}
.tree_line span {
	display: block;
	height: 1px;
	background: #ffffff;
	-o-transition: opacity .7s;
    -ms-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
}
.catalog_button.opened > .tree_line span {
	opacity: 0;
	-o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}
.tree_line:before,
.tree_line:after {
	display: block;
	position: absolute;
	left: -24px;
	width: 50px;
	height: 1px;
	content: "";
	background: #ffffff;
	-o-transition: transform .5s;
    -ms-transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    transition: transform .5s;
}
.tree_line:before {
	top: 0;
}
.tree_line:after {
	bottom: 0;
}
.catalog_button.opened > .tree_line:before {
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
}
.catalog_button.opened > .tree_line:after {
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
}
.bottom_row_inner {
	margin: 0 -20px;
	padding-left: 20px;
}
/*
.catalog_short_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 12px;
	color: #ffffff;
	position: absolute;
	visibility: hidden;
	-o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.catalog_short_list.showed {
	position: static;
	visibility: visible;
}
.catalog_short_list.unvisible {
	opacity: 0;
	visibility: hidden;
}
.catalog_short_list > li {
	float: left;
}
.catalog_short_list > li > a {
	display: table;
	height: 51px;
	color: inherit;
	text-align: center;
	font-family: "OpenSansBold";
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 100;
}
.catalog_short_list > li > a span {
	padding: 0 20px;
        text-transform:uppercase;
}
.catalog_short_list > li > a:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 15px;
	margin-left: -7px;
	top: 51px;
	border-top: 0 solid #0b466f;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
}
.unvisible_element {
	position: absolute;
	visibility: hidden;

}
.catalog_short_list > li > a.opened {
	color: rgba(255,255,255,0.4);
	background: #0b466f;
}
.catalog_short_list > li > a.opened:after {
	border-top-width: 7px;
	
}
.catalog_full_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.96);
	z-index: 50;
	-o-transition: height .3s;
    -ms-transition: height .3s;
    -moz-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
}
.catalog_full_list.opened {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	min-height: 320px;
}
.catalog_full_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.catalog_full_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	font-size: 1rem;
	font-family: "OpenSansBold";
	padding: 15px 0 20px;
}
.catalog_icon {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.catalog_icon img {
	display: block;
	height: 40px;
	-o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.catalog_icon img.for_hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.catalog_full_list ul a {
	display: block;
	color: #0e578b !important;
	padding: 15px 10px;
	opacity: 1 !important;
}
.catalog_full_list ul a:hover .catalog_icon img.for_hover {
	opacity: 1;
}
.catalog_full_list ul a:hover .catalog_icon img.for_show {
	opacity: 0;
}
.cat_button_name {
	display: block;
	line-height: 12px;
	height: 24px;
}
.cat_button_name>span{
    text-transform:uppercase;
}
.full_list_inner {
	padding: 20px 0;
	height: 100%;
	border-bottom: 1px solid #cccccc;
}
.catalog_full_list .custom_container,
.catalog_full_list .custom_row,
.catalog_full_list .full_list_scroll {
	height: 100%;
}
.full_list_scroll .scroll-y div {
	position: absolute;
	width: 3px;
	display: block;
	top: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 2px;
	right: 0;
}
.full_list_scroll .scroll-y .scroll-element_track {
	background: #dfdfdf;
	border-radius: 2px;
	top: 0 !important;
}
.full_list_scroll .scroll-y .scroll-bar {
	background: #0e578b;
}
.full_list_scroll .scroll-y .scroll-element_outer {
	position: absolute;
	width: 3px;
	display: block;
}
.sublist_block {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 50;
	height: 0;
	overflow: hidden;
	-o-transition: height .3s linear;
    -ms-transition: height .3s linear;
    -moz-transition: height .3s linear;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
}
.sublist_block.opened {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.sublist_inner {
	background: rgba(255,255,255,0.96);
	border-bottom: 1px solid #cccccc;
	
}
.header_bottom .custom_container {
	position: static;
}
*/
.sublist_title {
	line-height: 13px;
	color: #0e578b;
	font-family: "OpenSansBold";
	padding-top: 37px;
	font-size: 140%;
}
.sub_first_level {
	margin: 0 -20px;
	padding: 14px 0 40px;
	list-style-type: none;
}
.sub_first_level > li {
	width: 25%;
	color: #0e578b;
	margin-top: 20px;
	padding: 0 20px;
}
.sub_first_level > li > a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	font-size: 120%;
	font-family: "OpenSansBold";
	line-height: 16px;
}
.sub_first_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	line-height: 13px;
	color: #8d8d8d;
}
.sub_first_level ul li {
	padding-top: 10px;
	padding-bottom: 2px;

}
.sub_first_level ul li a {
	display: inline-block;
	color: inherit;
	vertical-align: top;
}

/*footer*/

.footer_top {
	
	padding: 10px 0;
	background: #0d4e7d;
	color: #ffffff;
}
.footer_middle {
	background: #0e578b;
	padding-bottom: 20px;
	color: #ffffff;
}
.subscribe_block {
	font-size: 0;
	text-align: right;
}
.about_subscribe {
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
	line-height: 16px;
	height: 36px;
	max-width: 60%;
	display: none;
}
.subscribe_form {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	vertical-align: top;
	font-size: 1.2rem;
	line-height: 16px;
	position: relative;
}
.subscribe_input {
	flex: 1;
	width: 10%;
	max-width: 300px;
	float: none;
}
.subscribe_form input {
	width: 100%;
	border: none;
	background: #ffffff;
	color: #333333;
	padding: 10px;
}
.subscribe_form input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
}
.subscribe_form input::-moz-placeholder          {
	color: inherit;
	font-family: inherit;
}
.subscribe_form input:-moz-placeholder           {
	color: inherit;
	font-family: inherit;
}
.subscribe_form input:-ms-input-placeholder      {
	color: inherit;
	font-family: inherit;
}
.subscribe_form button {
	border: 1px solid #ffffff;
	padding: 9px 10px;
	min-width: 106px;
	background: transparent;
	text-align: center;
	margin-left: 10px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.subscribe_form button:hover {
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #ffffff;
	color: #0e578b;
	opacity: 1;
}
.error_hint {
	display: none;
}

.subscribe_input {
	position: relative;
}
.error_hint {
	position: absolute;
	right: 0;
	font-size: 110%;
	line-height: 13px;
	bottom: -15px;
	color: #b46e6e;
	display: none;
	
	margin: 5px 0 0;
    color: #df280a;
    font-size: 13px;
}
.subscribe_block .error_hint {
	color: #ffffff;
	font-size: 91.7%;
}
.error_hint .individual_hint {
	display: none;
}
.has-error .error_hint,
.has-error.bootstrap-select + .error_hint,
.recaptcha.has-error + .error_hint{
	display: block;
}
.recaptcha.has-error + .error_hint{
	left: 10px;
}
.help-block.form-error {
	display: none;
}
.recaptcha .help-block.form-error {
	display: block;
	font-size: 110%;
    line-height: 13px;
    color: #b46e6e;
	display: none;
}
.recaptcha .validation-advice{
	display: none;
}
.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.footer_menu > ul > li {
	width: 10%;
	padding-right: 0;
	margin-bottom: 0;
	display: inline-block;
	flex: 1;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer_subtitle {
	font-size: 130%;
	line-height: 16px;
	font-family: "OpenSansBold";
}
.footer_sublist li {
	font-size: 120%;
	line-height: 14px;
	padding-bottom: 14px;
}

.contacts_section {
	width: 25%;
	text-align: left;
	margin-top: 25px;
	padding-bottom: 15px;
	line-height: 20px;
}
.contacts_section .footer_subtitle {
	margin-bottom: 10px;
}
.contact_type {
	font-size: 120%;
	color: #b5cbda;
    display: inline-block;
	vertical-align: middle;
    padding-right: 10px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contact_info {
	font-size: 120%;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contact_info a {
	display: inline-block;
	color: inherit;
}
.shops_list_link {
	border-bottom: 1px solid #ffffff;
}
.footer_socials {
	margin: 0 -12px;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	display: flex;
	align-items: center;
}
.footer_socials li {
	padding: 5px 12px 0;
}
.footer_socials a {
	display: block;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer_socials a:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 1;
}
.footer_socials .facebook a {
	width: 15px;
	height: 15px;
	background: url('images/svg/facebook_white.svg') no-repeat;
	background-size: 15px;
	background-position: center;
}
.footer_socials .twitter a {
	width: 15px;
	height: 15px;
	background: url('images/svg/twitter_white.svg') no-repeat;
	background-size: 15px;
	background-position: center;
}
.footer_socials .instagram a {
	width: 19px;
	height: 19px;
	background: url('images/svg/instagram_white.svg') no-repeat;
	background-size: 19px;
	background-position: center;
}
.footer_socials .youtube a {
    width: 18px;
    height: 18px;
    background: url(images/svg/youtube_white.svg) no-repeat;
    background-size: 18px;
    background-position: center;
}
.footer_socials .linkedin a {
	width: 15px;
	height: 15px;
	background: url('images/svg/linkedin_white.svg') no-repeat;
	background-size: 15px;
	background-position: center;
	margin-top: 2px;
}
.copyrights {
	line-height: 16px;
	color: #b1c8d7;
	padding-top: 20px;
	display: none;
}
.footer_bottom {
	padding: 23px 0;
	background: #0d4e7d;
	color: #ffffff;
}
@media screen and (min-width: 768px) {
	.footer_bottom {
		padding-bottom: 60px;
	}
}
.footer_bottom .custom_container {
	display: flex;
	justify-content: space-between;
}
.customer_developer {
	flex: 0 0 33.3%;
	max-width: 33.3%;
}
.socials_payments {
	padding: 0 15px;
}


.footer_bottom .logo_block {
	height: 34px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.footer_bottom .logo_block img {
	display: block;
	width: auto;
	height: 100%;
}
.customer,
.developer {
	font-size: 120%;
	line-height: 18px;
}
.customer_info span,
.developer a {
	display: inline-block;
	color: inherit;
	vertical-align: top;
	color: inherit;
}
.developer a {
	text-decoration: underline;
}
.developer a img {
	display: block;
	margin: 2px 0;
}
.footer {
	overflow: hidden;
	width: 100%;
}
/*footer end*/
.main_slider_section {
	position: relative;
	padding-bottom: 34.7%;
	overflow: hidden;
	margin-bottom: 20px;
}
.main_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_slider .flex-viewport,
.main_slider .slides,
.main_slider .slides > li,
.main_slider .slides > li .custom_container,
.main_slider .slide_content,
.main_slider .slide_content table {
	height: 100%;
}
.main_slider .slides > li {
	position: relative;
	overflow: hidden;
}
.main_slider .slides > li > img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	min-height: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.main_slider .slides > li img.for_mobile {
	display: none;
}
.main_slider .slide_content {
	position: relative;
	z-index: 1;
	width: 440px;
	padding: 50px;
}
.main_slider .page_large_title {
	max-height: 108px;
	overflow: hidden;
}
.about_slide {
	font-size: 150%;
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
	font-family: "OpenSansLight";
	margin-top: 9px;
}
.slide_pr_price {
	font-size: 450%;
	line-height: 54px;
	margin-top: 13px;
	font-family: "OpenSansBold";
}
.slide_button {
	display: inline-block;
	min-width: 155px;
	font-size: 120%;
	line-height: 15px;
	padding: 8px 18px 10px;
	text-align: center;
	color: inherit;
	margin-top: 25px;
	border: 1px solid rgba(191,191,191,0.4);
}
.slide_content .page_subtitle {
	margin-top: 2px;
	max-height: 48px;
	overflow: hidden;
}
.main_slider .flex-control-nav {
	max-width: 1220px;
	padding: 0 10px;
	left: 50%;
	bottom: auto;
	top: 45px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: right;
    font-size: 0;
    z-index: 5;
}
.main_slider .flex-control-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
}
.main_slider .flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	vertical-align: top;
	border:1px solid #0d5284;
}
.main_slider .flex-control-nav li a.flex-active {
	background: #0d5284;
}
.main_slider .flex-control-nav li 
.campaign_block {
	margin-top: 20px;
}
.wide_type {
	width: 50%;
}
.narrow_type {
	width: 25%;
}
.long_block {
	position: relative;
	padding-bottom: 123%;
	overflow: hidden;
}
.wide_block {
	position: relative;
	padding-bottom: 61.5%;
	overflow: hidden;
}
.square_block {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.block_inner {
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	right: 10px;
	display: block;
	overflow: hidden;
}
.wide_block .block_inner > img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	min-height: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.square_block > img,
.long_block .block_inner > img {
	position: absolute;
	left: 50%;
	top: 0;
	min-width: 100%;
	height: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product_info td {
	padding: 50px;
}
.campaign_title {
	font-size: 200%;
	font-family: "OpenSansBold";
	line-height: 24px;
	display: inline-block;
	max-width: 260px;
}
.campaign_title img {
	max-width: 100%;
	max-height: 48px;
}
.about_campaign {
	font-size: 150%;
	line-height: 19px;
	font-family: "OpenSansLight";
	margin-top: 4px;
	max-width: 260px;
	display: inline-block;
}
.campaign_block a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background: #000000;
	opacity: 0;
	z-index: 1;
}
.campaign_block a:hover {
	opacity: 0.2;
}
.product_block_inner {
	margin: 0 10px;
	border: 1px solid #e5e5e5;
	padding: 45px 25px 25px;
}
.product_image_block {
	height: 180px;
	margin-bottom: 20px;
}
.product_image_block img {
	max-width: 100%;
	max-height: 180px;
	margin: 0 auto;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hovered .product_image_block img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.product_info_block {
	height: 56px;
}
.product_category {
	font-size: 110%;
	line-height: 14px;
	color: #999999;
}
.product_name {
	font-size: 150%;
	line-height: 19px;
	display: inline-block;
	max-height: 38px;
	overflow: hidden;
	color: #0d5387 !important;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.hovered .product_name {
	opacity: 0.7;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.product_price {
	font-size: 200%;
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
	color: #333333;
	font-family: "OpenSansBold";
}
.products_carousel {
	margin-top: 0;
}

/*
.products_carousel:before,
.products_carousel:after {
	display: block;
	position: absolute;
	top: 0;
	width: 9px;
	height: 100%;
	z-index: 10;
	background: #ffffff;
	content: "";
}
.products_carousel:before {
	left: 0;
}
.products_carousel:after {
	right: 0;
}
*/
.products_carousel .owl-prev,/*changed 30.08*/
.products_carousel .owl-next,/*changed 30.08*/
.brands_carousel .slick-prev,
.brands_carousel .slick-next {
	font-size: 0;
	z-index: 15;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	font-size: 0;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.products_carousel .owl-prev {/*changed 30.08*/
	background-image: url('images/svg/point_left.svg');
	left: -10px;
	margin-top: -60px;
}
.products_carousel .slick-prev {
	background-image: url('images/svg/point_left.svg');
	left: -10px;
}
.brands_carousel .slick-prev {
	background-image: url('images/svg/point_left.svg');
	left: -20px;
}
.products_carousel .owl-next {/*changed 30.08*/
	background-image: url('images/svg/point_right.svg');
	right: -10px;
	margin-top: -60px;/*changed 30.08*/
}
.products_carousel .slick-next {
	background-image: url('images/svg/point_right.svg');
	right: -10px;
}
.brands_carousel .slick-next {
	background-image: url('images/svg/point_right.svg');
	right: -20px;
}
.products_carousel .owl-prev:hover,
.brands_carousel .slick-prev:hover {
	background-image: url('images/svg/point_left_black.svg');
	background-color: #e5e5e5;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.products_carousel .owl-next:hover,
.brands_carousel .slick-next:hover {
	background-image: url('images/svg/point_right_black.svg');
	background-color: #e5e5e5;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.carousel_section {
	overflow: hidden;
	padding-top: 40px;
}
.section_title {
	font-size: 200%;
	line-height: 22px;
	color: #333333;
	margin: 0;
	font-family: "OpenSansBold";
	text-transform: inherit;
}
.catalogsearch-result-index .section_title{
	text-transform: inherit;
}
.all_products {
	position:relative;
	z-index:1;
	display: block;
	color: #0d5387;
	font-size: 120%;
	line-height: 16px;
	margin-top: 6px;
	margin-left: 30px;
}
.all_products:hover,
.all_products:focus {
	color: #0d5387;
}
.amd_symbol {
	font-family: "SegoeUIBold";
}
.banner_section {
	margin-top: 40px;
	text-align: center;
}
.banner_block {
	display: inline-block;
	vertical-align: top;
}
.banner_block img {
	max-width: 100%;
}
.brands_section {
	margin: 40px 0;
	overflow: hidden;
}
.brands_carousel {
	border: 1px solid #e5e5e5;
	margin-top: 13px;
}
.brand_block {
	height: 135px;
	text-align: center;
}
.brand_block a {
	display: inline-block;
	vertical-align: top;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.brand_block a img {
	max-width: 105px;
	max-height: 50px;
}
.brand_block a:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}










/*innerpage general styles*/
.innerpage_block {
	padding-bottom: 20px;
}
.page_levels {
	background: #f4f4f4;
	color: #808080;
	line-height: 16px;
}
.page_levels ul {
	margin: 0;
	padding: 7px 0;
	font-size: 0;
	list-style-type: none;
	white-space: nowrap;
	height: 30px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_levels ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.1rem;
}
.page_levels ul li a {
	display: block;
	float: left;
	color: inherit;
}
.page_levels ul li span {
	display: block;
	float: left;
	color: #0d5387;
}
.page_levels ul li:before {
	display: block;
	float: left;
	content: "";
	width: 4px;
	height: 16px;
	background: url('images/svg/point_right_gray.svg') no-repeat;
	background-position: center;
	background-size: 7px;
	margin: 0 10px;
}
.page_levels ul li:first-child:before {
	display: none;
}
.page_title_block {
	padding-top: 30px;
	color: #333333;
	position: relative
}
.page_title_block .section_title {
	padding-top: 20px;
	padding-bottom: 15px;
}

.catalogsearch-result-index .page_title_block .section_title{
	max-width: 75%;
}

/*innerpage general end*/
.switch_buttons {
	margin-left: 20px;
    margin-bottom: 30px;
    position: absolute;
    right: 200px;
    top: -55px;
}
.switch_buttons a {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	margin-left: 10px;
	border: 1px solid #0d5387;
	border-radius: 2px;
	padding: 10px 15px;
	position: relative;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.switch_buttons a span {
	display: block;
	width: 3px;
	height: 3px;
	margin-top: 2px;
	background: #0d5387;
	position: relative;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.switch_buttons a span:first-child {
	margin-top: 0;
}
.switch_buttons a span:before {
	position: absolute;
	display: block;
	content: "";
	width: 3px;
	height: 3px;
	background: #0d5387;
	top: 0;
	left: -5px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.switch_buttons a span:after {
	position: absolute;
	display: block;
	content: "";
	height: 3px;
	background: #0d5387;
	top: 0;
	right: -5px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.switch_buttons a:after {
	display: block;
	position: absolute;
	top: 33px;
	left: 11px;
	width: 11px;
	border-top-width: 6px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-color: transparent;
	border-style: solid;
	content: "";
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.switch_buttons a.list_type span:after {
	width: 5px;
}
.switch_buttons a.box_type span:after {
	width: 3px;
}
.switch_buttons a.active {
	background: #0d5387;
	cursor: default;
	opacity: 1;
}
.switch_buttons a.active:after {
	border-top-color: #0d5387;
}
.switch_buttons a.active span,
.switch_buttons a.active span:before,
.switch_buttons a.active span:after {
	background: #ffffff;
}
.listing_filter {
	padding: 0;
}
.products_list {
	padding: 0 10px;
}
.filter_button {
	display: none;
}
.filter_list {
	max-height: 100%;
}
.filter_fix_block {
	padding: 0 10px;
	z-index: 50;
}
.filter_form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #333333;
}
.filter_form > ul > li {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 20px;
}
.filter_form > ul > li:first-child {
	border-top: 1px solid #e5e5e5;
}
.filter_type {
	display: block;
	font-size: 130%;
	line-height: 17px;
	position: relative;
	padding-right: 30px;
	font-family: "OpenSansBold";
	color: inherit;
}
.filter_type:after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	content: "";
	width: 12px;
	height: 100%;
	background: url('images/svg/point_down_black.svg') no-repeat;
	background-size: 12px;
	background-position: center;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
li.opened .filter_type:after {
	transform: scaleY(-1);
	-moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.filter_block {
	padding-top: 15px;
	display: none;
}
.filter_input {
	padding: 0 10px;
}
.filter_input_inner {
	border: 1px solid #e5e5e5;
	font-size: 120%;
	border-radius: 2px;
	padding: 9px 10px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
}
.filter_hint {
	display: inline-block;
	color: #999999;
	vertical-align: top;
	padding-right: 2px;
}
.filter_input input {
	color: #000000;
	padding: 0;
	border: none;
	min-width: 50px;
	display: inline-block;
	vertical-align: top;
	background: transparent;
}
.filter_input input::-webkit-input-placeholder {
	color: #999999;
	font-family: inherit;
}
.filter_input input::-moz-placeholder          {
	color: #999999;
	font-family: inherit;
}
.filter_input input:-moz-placeholder           {
	color: #999999;
	font-family: inherit;
}
.filter_input input:-ms-input-placeholder      {
	color: #999999;
	font-family: inherit;
}
.checkbox_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.checkbox_list li {
	padding-top: 10px;
	display: none;
}
.checkbox_list li.showed{
	display: block;
}

.checkbox_list li:firsth-child {
	padding-top: 0;
}
.checkbox_list.cat li{
	display: block;
}
.checkbox_list label {
	margin: 0;
	position: relative;
}
.checkbox_button,
.radio_button {
	display: block;
	position: relative;
	font-size: 120%;
	line-height: 15px;
	padding-left: 24px;
	cursor: pointer;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.radio_button:hover,
.checkbox_button:hover {
	opacity: 0.7
}
.filter_brand_name {
	display: block;
	padding-right: 3px;
}
.available_num {
	display: block;
	color: #999999;
	float: left;
}
.radio_button:before,
.checkbox_button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #b2b2b2;
	border-radius: 2px;
	display: block;
	content: "";
}
/*.radio_button:after,
.checkbox_button:after {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	height: 11px;
	width: 0;
	background: url('images/svg/check.svg') no-repeat;
	background-size: 7px;
	background-position: left center;
}*/

.radio_button:after,
.checkbox_button:after{
	
	position: absolute;
	top: 3px;
	left: 5px;
	display: inline-block;
	transform: rotate(45deg);
	height: 7px;
	width: 4px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}


.radio_button.checked,
input:checked + .radio_button,
input.pickup_input:checked ~ .pickup-label .radio_button {
	cursor: default;
	opacity: 1;
}
.radio_button.checked:after,
input:checked + .other-labels .radio_button:after,
input.pickup_input:checked ~ .pickup-label .radio_button:after,
.checkbox_button.checked:after {
	content: "";
	width: 4px;
	-o-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-webkit-transition: width .3s;
	transition: width .3s;
}
.hidden_input,
.checkbox_list label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}
.more_fields_button,
.filter_b {
	display: inline-block;
	font-size: 120%;
	line-height: 16px;
	color: #0d5387;
	border: 1px solid #0d5387;
	padding: 3px 13px;
	margin-top: 10px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 2px;
}
.filter_b{
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
}
.all_info_section .tab_buttons{
	width: 50%;	
}
.more_fields_button.inactive,
.more_fields_button.hidden_button {
	display: none;
}
.more_fields_button:hover,
.filter_b:hover {
	background: #0d5387;
	color: #ffffff;
	opacity: 1;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.listing_block {
	padding: 0 10px 20px;
}
/*.listing_block .item_price{
	height: 20px;
}*/
.listing_block_inner {
	border: 1px solid #e5e5e5;
	position: relative;
}
.listing_block.searched_block .listing_block_inner{
	-webkit-box-shadow: 0px 0px 25px 2px rgba(13,82,132,1);
	-moz-box-shadow: 0px 0px 25px 2px rgba(13,82,132,1);
	box-shadow: 0px 0px 25px 2px rgba(13,82,132,1);
}
.list_array .item_image_block {
	width: 33.33%;
	position: absolute;
	left: 0;
	top: 50%;
	max-height: 100%;
	/*padding: 30px;*/
	padding: 15px 30px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}
.item_image_block a {
	opacity: 1 !important;
}
.list_array .item_image_block img {
	max-width: 100%;
	/*max-height: 100%;*/
	max-height:140px;
	-o-transition: transform .3s;
	-ms-transition: transform .3s;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.list_array .item_info_block {
	padding-left: 33.33%;
	position: relative;
}
.list_array .info_left_block {
	width: 68.5%;
	padding: 30px 0;
}
.list_array .item_details {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
	-moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
     column-count: 2;
     font-size: 110%;
     color: #333333;
     line-height: 15px;
}
.list_array .item_details li {
	padding-bottom: 5px;
	padding-right: 30px;
}
.list_array .item_info_block:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 21%;
	background: #f7f7f7;
	height: 100%;
	display: block;
	content: "";
}
.list_array .info_right_block {
	padding: 50px 30px 30px 30px;
	width: 31.5%;
	position: relative;
	z-index: 1;
}
.old_price_block {
	color: #bfbfbf;
	margin-top: 7px;
}
.old_price_hint {
	font-size: 1.1rem;
	line-height: 14px;
}
.old_price_size {
	position: relative;
	font-size: 1.5rem;
	line-height: 15px;
	font-family: "OpenSansBold";
	display: inline-block;
}
.line_eraser {
	position: absolute;
	top: 2px;
	left: 0;
	right: 15px;
	height: 11px;
	overflow: hidden;
	display: block;
	z-index: 1;
}
.line_eraser:before {
	display: block;
	content: "";
	width: 200%;
	height: 1px;
	position: relative;
	background: #db0000;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
.box_array .listing_block {
	width: 33.33%;
	float: left;
}
.box_array .item_image_block {
	height: 200px;
	margin: 22px;
	position: relative;
	-o-transition: transform .3s;
	-ms-transition: transform .3s;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.box_array .item_image_block img {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.box_array  .info_right_block {width: 100%} 
.item_category {
	font-size: 110%;
	line-height: 13px;
	color: #999999;
}
.item_name {
	font-size: 150%;
	line-height: 19px;
	display: inline-block;
	vertical-align: top;
	color: #0d5387 !important;
	max-width: 260px;
	max-height: 38px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
}
.item_code {
	font-size: 110%;
	line-height: 14px;
	padding-top: 5px;
	color: #999999;
}
.box_array .item_code {
	display: none;
}
.item_price {
	font-size: 200%;
	line-height: 20px;
	color: #333333;
	font-family: "OpenSansBold";
}
.delivery_title {
	font-size: 130%;
	font-family: "OpenSansBold";
	line-height: 16px;
	margin-top: 25px;
}
.delivery_methods {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	line-height: 15px;
	color: #666666;
}
.delivery_methods li {
	padding-top: 5px;
}
.add_to_basket {
	margin-top: 35px;
	max-width: 100%;
	width: 116px;
	height: 35px;
	font-size: 120%;
	line-height: 15px;
	padding: 0 10px;
	background: #0d5387;
	color: #ffffff;
	border-radius: 2px;
	text-align: center;
	/*display: none;*/
}

.add_to_basket:hover,
.add_to_basket:focus {
	color: #ffffff;
}
.compare_button {
	/*display: block;*/
	display:table;
	width: 115px;
	border-radius: 2px;
	margin-top: 10px;
	font-size: 120%;
	line-height: 30px;
	border: 1px solid #0d5387;
	/*padding: 9px 10px;*/
	padding:0 10px;
	height: 35px;
	color: #0d5387;
	text-align: center;
}
.compare_button:hover,
.compare_button:focus {
	color: #0d5387;
}
.box_array .item_details_block,
.box_array .old_price_block,
.box_array .item_code,
.box_array .delivery_title,
.box_array .delivery_methods
/*.box_array .add_to_basket,
.box_array .compare_button*/ {
	display: none;
}

.list_array .info_right_block .old_price_hint{
	display: inline-block;
}
.box_array .item_title_block {
	height: 51px;
	margin-bottom: 13px;
}
.box_array .item_info_block {
	padding: 0 22px 22px;
	min-height: 110px
}
.box_array .listing_block.hovered .item_image_block,
.list_array .listing_block.hovered .item_image_block img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
    -o-transition: transform .3s;
	-ms-transition: transform .3s;
	-moz-transition: transform .3s;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.listing_block.hovered .item_name {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0.7;
}
.none_animate * {
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}
.product_images {
	margin-top: 55px;
	width: 62.5%;
	padding-right: 10px;
}
.product_images {
	width: 62.5%;
}
.small_images {
	width: 20%;
}
.images_slider {
	width: 98px;
}
.has_buttons .images_slider {
	padding: 11px 0;
}
.images_slider .slick-slide {
	height: 97px;
}
.image_button {
	display: block;
	height: 78px;
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.has_buttons .image_button {
	margin-top: 9px;
}
.image_button.selected {
	opacity: 1;
	border-color: #0d5387;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.big_image_block {
	width: 80%;
	padding: 0 30px;
	position: relative;
}
.has_buttons .big_image_block {
	margin: 11px 0;
}
.images_slider .slick-prev {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	background: url('images/svg/point_up_black.svg') no-repeat #f7f7f7;
	background-size: 12px;
	background-position: center;
	border: none;
	z-index: 2;
}
.images_slider .slick-next {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0;
	background: url('images/svg/point_down_black.svg') no-repeat #f7f7f7;
	background-size: 12px;
	background-position: center;
	border: none;
	z-index: 2;
}
.product_main_info {
	width: 37.5%;
	padding-left: 10px;
	margin-top: 55px;
}
.product_code {
	font-size: 110%;
	line-height: 14px;
	color: #808080;
}
.product_price_block {
	margin-top: 20px;
}
.product_inner_price {
	font-size: 400%;
	line-height: 30px;
	font-family: "OpenSansBold";
	color: #333333;
}
.product_inner_price .amd_symbol {
	font-size: 60%;
}
.product_price_block .old_price_block {
	margin-top: 3px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #e5e5e5;
}
.actions_block {
	margin-top: 25px;
	position: relative;
	padding-left: 90px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.product_count {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
}
.add_basket_block,
.compare_block {
	width: 50%;
	padding-left: 20px;
	text-align: center;
}
/*.add_basket_block{
	display: none;
}*/
.bootstrap-select {
	width: 100% !important;
	font-family: inherit;
	position: relative;
}
.product_count .btn-default {
	color: #666666;
	border-radius: 2px;
	border-color: #e5e5e5;
	font-size: 120%;
	padding: 14px 30px 14px 15px;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_count .btn-default:hover {
	background: transparent;
	opacity: 1;
}
.product_count .btn-default:active:hover, 
.product_count .btn-default.active:hover, 
.product_count .open > .dropdown-toggle.btn-default:hover, 
.product_count .btn-default:active:focus, 
.product_count .btn-default.active:focus,
.product_count .open > .dropdown-toggle.btn-default.focus,
.product_count .btn-group .dropdown-toggle:active, 
.product_count .btn-group.open .dropdown-toggle,
.product_count .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background: transparent !important;
	color: #666666 !important;
	border-color: #e5e5e5 !important;
}
.bootstrap-select.open .btn-default,
.bootstrap-select.open .btn-default:focus {
	border-color: #d9d9d9 !important;
}
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 50%;
	right: 15px;
	margin-top: -2px;
	border-top: 4px solid #999999;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 0 solid #999999;
	height: 4px;
	width: 7px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bootstrap-select.open.btn-group .dropdown-toggle .caret {
	border-top: 0 solid #999999;
	border-bottom: 4px solid #999999;
}
.product_count .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
}
.product_count .dropdown-menu > li {
	border-top: 1px solid #e5e5e5;
	font-size: 87.6%;
	line-height: 16px;
}
.product_count .dropdown-menu > li:first-child {
	border-top: none;
}
.product_count .dropdown-menu > li > a {
	padding: 7px 11px;
	white-space: normal;
}
.add_basket_block a {
	height: 46px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 120%;
	line-height: 16px;
	background: #0d5182;
	padding: 0 10px;
}
.add_basket_block a:hover,
.add_basket_block a:focus {
	color: #ffffff;
}
.compare_block a {
	display: block;
	border-radius: 2px;
	font-size: 120%;
	line-height: 16px;
	border: 1px solid #0d5387;
	padding: 14px 10px;
	color: #0d5387;
}
.compare_block a:hover,
.compare_block a:focus {
	color: #0d5387;
}
.delivery_types {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2; 
}
.delivery_title {
	font-size: 150%;
	line-height: 18px;
	color: #333333;
	font-family: "OpenSansBold";
	padding-left: 35px;
	background: url('images/svg/cargo.svg') no-repeat;
	background-size: 27px;
	background-position: left center;
}
.delivery_types ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	line-height: 18px;
	color: #666666;
}
.delivery_types ul li {
	display: block;
	float: left;
	background: #f2f2f2;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.about_product {
	margin-top: 20px;
}
.about_block_title {
	font-size: 150%;
	line-height: 18px;
	color: #333333;
	font-family: "OpenSansBold";
	padding-left: 35px;
	background: url('images/svg/cube.svg') no-repeat;
	background-size: 15px;
	background-position: left center;
	margin-bottom: 35px;
}
.product_main_details {
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 15px;
	color: #666666;
	list-style-type: none;
	-moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
     column-count: 2;
}
.product_main_details li {
	position: relative;
	padding: 0 10px 10px;
}
.product_main_details li:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: "-";
}
.all_details_link {
	display: inline-block;
	font-size: 120%;
	line-height: 16px;
	margin-top: 5px;
	color: #0e578b;
}
.all_details_link:hover,
.all_details_link:focus {
	color: #0e578b;
}
.all_info_section {
	margin-top: 30px;
}
.tab_buttons ul {
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	font-size: 0;
	color: #0d5387;
	font-family: "OpenSansBold";
	text-align: center;
	list-style-type: none;
	margin-bottom: 0;
	background: url('images/tab_button_bg.png') repeat-x;
	background-size: 100% auto;
}
.tab_buttons li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 1.1rem;
	line-height: 18px;
	padding: 20px;
	border-left: 1px solid rgba(0,0,0,0.05);
	cursor: pointer;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tab_buttons li:hover {
	opacity: 0.7;
}
.tab_buttons li.active {
	cursor: default;
	opacity: 1;
}
.tab_buttons li:first-child {
	border-left: none;
}
.tab_indicator {
	display: block;
	width: 20%;
	height: 2px;
	background: #0d5387;
	-o-transition: margin .3s;
	-ms-transition: margin .3s;
	-moz-transition: margin .3s;
	-webkit-transition: margin .3s;
	transition: margin .3s;
}
.tab_container {
	margin-top: 50px;
}
.tab_block,
.tab_resp_button {
	display: none;
}
.tab_block.active {
	display: block;
}
.tab_block_inner {
	padding: 0 15px;
}
.details_list {
	margin: 10px -10px 0;
}
.list_left_col, 
.list_right_col {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.details_block {
	margin-top: 40px;
}
.details_type {
	font-size: 150%;
	line-height: 19px;
	color: #333333;
	font-family: "OpenSansBold";
	padding: 10px 0 20px 0;
}
.details_block ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
}
.details_block ul li {
	font-size: 120%;
	line-height: 15px;
	min-height: 30px;
	margin-bottom: 10px;
}
.detail_name {
	width: 50%;
	color: #333333;
	float: left;
	padding-right: 10px;
}
.detail_unit {
	width: 50%;
	float: right;
	color: #666666;
	padding-left: 10px;
	position: relative;
}
.detail_unit img{
	width: 12px;
    position: absolute;
    top: -5px;
    left: 65px;
	cursor: pointer;
}
.details_block li {
	position: relative;
}
.details_block li .code_tooltip{
	display: none;
	width: 480px;
    border: 1px solid #0d5182;
    padding: 20px;
    color: #0d5182;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 60px;
	top: 20px;
	max-width: 100%;
}
.details_block li .code_tooltip.open{
	display: block;
}
.about_services {
	padding: 10px;
	font-size: 120%;
	line-height: 25px;
	color: #666666;
}
.services_list {
	padding: 0 10px;
	margin-top: 50px;
	margin-bottom: 80px;
}
.service_block {
	font-size: 150%;
	text-align: center;
	line-height: 19px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.service_button {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 20px;
	height: 330px;
	color: #0d5387;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service_logo {
	display: block;
	margin-bottom: 77px;
	margin-top: 45px;
}
.service_name {
	display: block;
	max-height: 57px;
	overflow: hidden;
	color: inherit;
	word-break: break-word;
}
.content_head_block {
	visibility: hidden;
	background-size: cover !important;
	background-position: center !important;
	color: #ffffff;
	text-align: center;
	min-height: 150px; /*changed 28.12.17*/
	display: block; /*changed 28.12.17*/
}
/*.content_head_block > .cell_middle {
	background: rgba(26,26,26,0.75);
}
.about_head_inner {
	max-width: 550px;
	padding: 30px 10px;
	font-size: 150%;
	line-height: 18px;
	margin: 0 auto;
	font-family: "OpenSansLight";
}
.about_head_inner .logo_block img {
	max-height: 56px;
	max-width: 200px;
	display: block;
	margin: 0 auto 25px;
}*/

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-delivery:before {
  	content: "\e901";
  	font-size: 770%;
}
.icon-mounting:before {
  	content: "\e902";
  	font-size: 770%;
}
.icon-repair:before {
  	content: "\e903";
  	font-size: 700%;
}
.service_logo:before {
	color: #0d5387;
  	display: block;
  	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.service_logo.icon-repair {
	padding-top: 10px;
}
/*.service_button:hover {
	opacity: 1;
	color: #ffffff;
	background: #0e578b;
	border-color: transparent;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service_button:hover .service_logo:before {
	color: #ffffff;
}*/
.about_row {
	overflow: hidden;
}
.about_image_block {
	background: #1a1a1a;
	width: 50%;
	position: relative;
}
.about_info_block {
	width: 50%;
}
.about_info_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 60px;
}
.about_info_inner > .table_block {
	max-width: 500px;
	margin: 0 auto;
}
.page_large_title {
	font-size: 450%;
	line-height: 54px;
	margin: 0;
	font-family: "OpenSansBold";
}
a.page_large_title {
	display: inline-block;
	color: inherit;
}
.page_subtitle {
	font-size: 200%;
	line-height: 24px;
	margin-top: 12px;
	font-family: "OpenSansLight";
}
.about_info_text {
	font-size: 130%;
	line-height: 20px;
	margin-top: 21px;
	font-family: "OpenSansLight";
}
.image_title {
	font-size: 120%;
	line-height: 15px;
	white-space: nowrap;
	position: absolute;
	width: 0;
	height: 0;
	color: #666666;
	bottom: 30px;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.about_image_block.fl .image_title {
	right: -10px;
}
.about_image_block.fr .image_title {
	left: -30px;
}
.about_info_content {
	max-height: 520px;
	overflow: hidden;
}
.about_brands {
	padding: 70px 0 110px;
	background: #f3f3f3;
	text-align: center;
}
.brands_list {
	margin: 0 -10px;
	padding: 51px 0 38px;
	list-style-type: none;
	font-size: 0;
}
.brands_list li {
	width: 12.5%;
	display: inline-block;
	vertical-align: middle;
	padding: 19px 10px;
}
.brands_list li img {
	max-width: 100%;
	max-height: 50px;
}
.brands_list a {
	display: inline-block;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.brands_list a:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.brand_info_text {
	font-size: 130%;
	line-height: 20px;
	max-width: 880px;
	margin: 0 auto;
	color: #333333;
}
.service_short_info {
	font-size: 150%;
	line-height: 18px;
	font-family: "OpenSansLight";
	margin-top: 15px;
}
.service_head_inner {
	max-width: 600px;
	padding: 0 10px;
	margin: 0 auto;
}
.service_inner_logo {
	display: inline-block;
	margin-bottom: 30px;
}
.service_inner_logo:before {
	font-size: 860%;
}
.service_head_inner .page_subtitle {
	margin-top: 6px;
}
.service_info_section {
	padding: 65px 0 70px;
	line-height: 20px;
	text-align: center;
}
.narrow_container {
	padding: 0 10px;
	max-width: 880px;
	margin: 0 auto;
}
.standard_text {
	font-size: 130%;
	line-height: 20px;
	color: #333333;
	font-family: "OpenSansLight";
}
.standard_table {
	width: 100%;
	border-spacing: 0;
	font-size: 130%;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
.standard_table th,
.standard_table td {
	height: 56px;
	border-bottom: 1px solid #d2d1ce;
	padding: 7px 20px 7px 0;
	min-width: 95px;
}
.standard_table th:first-child,
.standard_table td:first-child {
	min-width: 50%;
}

.standard_table th {
	font-family: "OpenSansSemiBold"
}
.half_col_block {
	width: 50%;
	padding: 0 10px;
}
.section_subtitle {
	font-size: 1.5rem;
	line-height: 18px;
	font-family: "OpenSansBold";
	color: #333333;
	margin: 0;

}
.credit_innerpage {
	padding: 30px 0;
}
.credit_innerpage .section_title {
	width: 37.5%;
	margin-bottom: 15px;
}
.credit_info_block {
	width: 50%;
	font-size: 120%;
	line-height: 15px;
	color: #666666;
	padding: 0 12.5% 0 10px;
}
.banks_info_block {
	width: 50%;
	padding: 0 10px;
}
.credit_info_section {
	padding: 40px 0 10px;
}
.credit_advantages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.credit_advantages li:before {
	display: block;
	float: left;
	width: 30px;
	height: 15px;
	content: "";
	background: url('images/svg/check_blue.svg') no-repeat;
	background-size: 16px;
	background-position: left center;
}
.credit_conditions {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
.credit_advantages li,
.credit_conditions li {
	margin-top: 15px;
}
.banks_list {
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}
.banks_list > li {
	width: 50%;
	float: left;
	padding: 40px 10px 28px;
}
.bank_logo_block {
	display: table;
	width: 100%;
	height: 35px;
}
.bank_logo_block img {
	max-width: 200px;
	max-height: 35px;
}
.bank_name {
	font-size: 120%;
	line-height: 15px;
	font-family: "OpenSansBold";
	margin-top: 12px;
	color: #333333;
}
.bank_contacts {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bank_contacts li {
	margin-top: 13px;
}
.bank_contact_type {
	font-size: 110%;
	line-height: 14px;
	color: #b2b2b2;
}
.bank_contact_info {
	font-size: 120%;
	color: #666666;
	line-height: 15px;
}
.bank_contact_info span,
.bank_contact_info a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}
.all_info_section .tab_block .section_title {
	max-width: 62.5%;
}
.review_col {
	width: 62.5%;
	padding: 40px 10px 0;
	font-size: 120%;
	line-height: 15px;
	color: #666666;
}
.review_col img {
	max-width: 100%;
	display: block;
	margin-top: 6px;
}
.review_details {
	width: 25%;
	padding: 40px 10px 0;
}
.review_details ul {
	margin: 0;
	padding: 10px 0 35px;
	list-style-type: none;
	font-size: 120%;
	line-height: 15px;
}
.review_details ul li {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}
.review_details ul li:first-child {
	padding-top: 0;
}
.review_detail_type {
	color: #333333;
}
.review_detail_info {
	color: #666666;
}
.comments_col {
	width: 62.5%;
	padding: 45px 10px 0;
}
.comment_block {
	font-size: 120%;
	line-height: 15px;
	color: #666666;
	padding: 25px 0;
	border-bottom: 1px solid #f2f2f2;
}
.com_user_info span {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	color: #999999;
	font-size: 91.7%;
}
span.com_user_name {
	color: #333333;
	font-size: 100%;
}
.rating_stars {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-left: 2px;
	margin-top: 3px;
}
.rating_stars span {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background: url('images/svg/star_gray.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
/*
.rating_stars_20 ,.rating_stars span:first-child {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_40 .rating_stars span:nth-child(-n+2) {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_60 .rating_stars span:nth-child(-n+3) {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_80 .rating_stars span:nth-child(-n+4) {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_100 .rating_stars span {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
*/
.rating_stars_20 span:first-child {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_40 span:nth-child(-n+2) {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_60 span:nth-child(-n+3) {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_80 span:nth-child(-n+4) {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.rating_stars_100 span {
	background: url('images/svg/star_yellow.svg') no-repeat;
	background-size: 10px;
	background-position: center;
}
.comment_text {
	margin-top: 15px;
}
.paging {
	padding: 15px 0;
}
.paging ul {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
}
.paging ul li {
	width: 25px;
	height: 25px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1rem;
}
.paging ul li a,
.paging ul li span {
	display: block;
	color: #0d5387 !important;
	line-height: 15px;
	padding: 5px 0;
	height: 25px;
}
.paging ul li a {
	background: #f2f2f2;
}
.paging ul li.selected a {
	pointer-events: none;
	cursor: default;
	color: #ffffff !important;
	background: #0d5387;
}
.paging ul li.prev_page a:before {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	margin: 3px auto 0;
	background: url('images/svg/point_left_blue.svg') no-repeat;
	background-size: 13px;
	background-position: center;
}
.paging ul li.prev_page.inactive a:before {
	background: url('images/svg/point_left_gray.svg') no-repeat;
	background-size: 13px;
	background-position: center;
	opacity: 0.7;
}
.paging ul li.next_page a:before {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	margin: 3px auto;
	background: url('images/svg/point_right_blue.svg') no-repeat;
	background-size: 13px;
	background-position: center;
}
.paging ul li.next_page.inactive a:before {
	background: url('images/svg/point_right_gray.svg') no-repeat;
	background-size: 13px;
	background-position: center;
	opacity: 0.7;
}
.comment_button_block {
	width: 25%;
}
.comment_button_block a {
	display: block;
	width: 155px;
	max-width: 100%;
	text-align: center;
	color: #ffffff !important;
	background: #0d5080;
	border-radius: 2px;
	line-height: 15px;
	font-size: 120%;
	padding: 15px;
}
.ratings_col {
	width: 25%;
	padding: 65px 10px 0;
}
.ratings_title {
	font-size: 150%;
	line-height: 19px;
	font-family: "OpenSansBold";
}
.ratings_col ul {
	margin: 0;
	padding: 26px 0 0;
	font-size: 120%;
	line-height: 15px;
	color: #666666;
	list-style-type: none;
}
.ratings_col ul li {
	margin-bottom: 11px;
}
.ratings_col .rating_stars {
	margin-left: 0;
	margin-right: 15px;
}
.ratings_col .rating_stars span:first-child {
	margin-left: 0;
}
.accessories_list .product_block {
	width: 25%;
	margin-top: 20px;
	float: left;
	text-align: center;
}
.accessories_list {
	padding-bottom: 20px;
}
.file_download {
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	position: relative;
	vertical-align: top;
}
.file_download.pdf_file {
	padding-left: 45px;
	background: url('images/svg/pdf_icon.svg') no-repeat;
	background-size: 30px;
	background-position: left center;
}

.files_container {
	padding-bottom: 60px;
}
.file_download span {
	display: block;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file_name {
	font-size: 150%;
	line-height: 19px;
	color: #333333;
	font-family: "OpenSansBold";
}
.download_hint {
	font-size: 120%;
	line-height: 15px;
	color: #0d5387;
}
.popup_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.75);
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-o-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.ios_device .popup_block {
	background: #000000;
}
.popup_block.opened {
	height: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 200;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup_container {
	padding: 30px 50px;
	position: relative;
	max-width: 550px;
	margin: 0 auto;
	width: 100%;
}
.popup_close {
	position: absolute;
	top: 30px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/svg/close_white.svg') no-repeat;
	background-size: 20px;
	background-position: center;
	z-index: 1;
}
.comment_form .form_block {
	position: relative;
	padding-bottom: 10px;
}
.comment_form input,
.comment_form textarea {
	font-size: 120%;
	line-height: 15px;
	padding: 18px 10px;
	border: none;
	background: #ffffff;
	color: #333333;
	width: 100%;
}
.comment_form textarea {
	resize: none;
	height: 120px;
}
.comment_form input::-webkit-input-placeholder {
	color: #666666;
	font-family: inherit;
}
.comment_form input::-moz-placeholder          {
	color: #666666;
	font-family: inherit;
}
.comment_form input:-moz-placeholder           {
	color: #666666;
	font-family: inherit;
}
.comment_form input:-ms-input-placeholder      {
	color: #666666;
	font-family: inherit;
}
.comment_form textarea::-webkit-input-placeholder {
	color: #666666;
	font-family: inherit;
}
.comment_form textarea::-moz-placeholder          {
	color: #666666;
	font-family: inherit;
}
.comment_form textarea:-moz-placeholder           {
	color: #666666;
	font-family: inherit;
}
.comment_form textarea:-ms-input-placeholder      {
	color: #666666;
	font-family: inherit;
}
.comment_form .btn-default {
	color: #666666;
	border-radius: 0;
	border: none;
	font-size: 120%;
	padding: 18px 10px;
	line-height: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.comment_form .btn-default:hover {
	background: #ffffff;
	opacity: 1;
}
.comment_form .btn-default:active:hover, 
.comment_form .btn-default.active:hover, 
.comment_form .open > .dropdown-toggle.btn-default:hover, 
.comment_form .btn-default:active:focus, 
.comment_form .btn-default.active:focus,
.comment_form .open > .dropdown-toggle.btn-default.focus,
.comment_form .btn-group .dropdown-toggle:active, 
.comment_form .btn-group.open .dropdown-toggle,
.comment_form .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background: #ffffff !important;
	color: #666666 !important;
}
.comment_form .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
}
.comment_form .dropdown-menu > li {
	border-top: 1px solid #e5e5e5;
	font-size: 85.7%;
	line-height: 15px;
}
.comment_form .dropdown-menu > li:first-child {
	border-top: none;
}
.comment_form .dropdown-menu > li > a {
	padding: 7px 19px;
	white-space: normal;
}
.comment_form .error_hint {
	bottom: 28px;
	right: 10px;
}
.has-error input,
.has-error textarea {
	background: #f0e2e2;
	border: 1px solid #df280a !important;
}
.recaptcha_block {
	padding: 20px 0;
	text-align: center;
	background: rgba(255,255,255,0.09);
	margin-bottom: 10px;
}
.comment_form .validate_button {
	width: 100%;
	font-family: "OpenSansBold";
	letter-spacing: 1px;
	text-align: center;
	background: #0e578b;
	border: none;
	color: #ffffff !important;
	line-height: 15px;
	padding: 18px 20px;
}
.popup_title {
	font-size: 250%;
	line-height: 28px;
	font-family: "OpenSansBold";
	color: #ffffff;
	margin-bottom: 15px;
}
.about_popup {
	font-size: 120%;
	line-height: 15px;
	color: #ffffff;
	margin-bottom: 20px;
}
.comment_form {
	margin: 0 auto;
	max-width: 450px;
}
.contacts_container {
	position: relative;
	min-height: 360px;
	overflow: hidden;
}
.map_block {
	width: 80%;
	height: 100%;
	position: relative;
}
.branches_list {
	width: 20%;
	height: 100%;
	background: #ffffff;
}
#map-canvas {
	width: 100%;
	height: 100%;
}
.contacts_head_block {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.contacts_head_block .section_title {
	position: relative;
	z-index: 5;
	padding-right: 250px;
}
.message_button {
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 5;
	float: right;
	display: block;
	width: 200px;
	line-height: 15px;
	padding: 18px 20px;
	text-align: center;
	color: #ffffff !important;
	background: #0e578b;
	font-family: "OpenSansBold";
	letter-spacing: 1px;
}
.branches_button {
	display: none;
	font-family: "OpenSansBold";
}
.branches_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.branches_list ul li {
	padding: 25px 60px 25px 30px;
	border-top: 1px solid #ededed;
	position: relative;
	cursor: pointer;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.branches_list ul li:hover {
	background: #f2f2f2;
}
.branches_list ul li:first-child {
	border: none;
}
.branches_list ul li:after {
	position: absolute;
	top: 30px;
	right: 24px;
	width: 14px;
	height: 17px;
	background: url('images/svg/location.svg') no-repeat;
	background-size: auto 17px;
	background-position: top center;
	display: block;
	content: "";
}
.branch_name {
	font-size: 110%;
	line-height: 13px;
	color: #10588d;
	margin-bottom: 2px;
}
.branch_address,
.branch_email,
.branch_phone,
.branch_workdays {
	font-size: 120%;
	line-height: 15px;
}
.branch_email {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.branch_address {
	margin-bottom: 11px;
}
.branch_workdays {
	color: #999999;
	margin-top: 14px;
}
.branch_workdays span {
	display: block;
}
.branch_workdays span:first-child {
	float: left;
	color: #000000;
	margin-right: 5px;
}
.branches_list_inner,
.branches_list_scroll {
	height: 100%;
	overflow: hidden;
}
.branches_list_inner .scroll-y div {
	position: absolute;
	width: 4px;
	display: block;
	top: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 0;
	right: 0;
}
.branches_list_inner .scroll-y .scroll-element_track {
	background: #cccccc;
	border-radius: 0;
	top: 0 !important;
}
.branches_list_inner .scroll-y .scroll-bar {
	background: #4d4d4d;
}
.branches_list_inner .scroll-y .scroll-element_outer {
	position: absolute;
	width: 4px;
	display: block;
}

.gm-style-iw {
	text-align: center;
}
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child > div:nth-child(2) {
	background: #ffffff !important;
	box-shadow: 0 0 20px rgba(0,0,0,0.15) !important;
}
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child > div:nth-child(3) {
	display: none !important;
}
.window_content {
	width: 250px;
	height: 132px;
	text-align: left;
	font-size: 1rem;
	font-family: "OpenSansRegular";
}
.gmnoprint {
	top:  auto !important;
	bottom: 0 !important;
}
.checkout_login_block {
	position: relative;
	padding-left: 50px;
	margin: 18px 0;
}
.about_login {
	display: inline-block;
	vertical-align: top;
	font-size: 140%;
	line-height: 18px;
	color: #999999;
	margin-left: 5px;
}
.checkout_login_block > a {
	display: inline-block;
	vertical-align: top;
	font-size: 140%;
	line-height: 18px;
	color: #10588d !important;
	padding-left: 14px;
	background: url('images/svg/lock3.svg') no-repeat;
	background-size: auto 12px;
	background-position: left center;
	margin-left: 5px;
}
.checkout_login_form {
	position: absolute;
	top: 25px;
	right: -10px;
	left: 40px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	z-index: 10;
	text-align: center;
	display: none;
}
.checkout_login_form a {
	display: inline-block;
	vertical-align: top;
	color: #10588d !important;
}
.checkout_form {
	padding: 40px 0;
}
.shop_cart_col {
	width: 50%;
	padding: 0 10px;
}
.checkout-cart-index .shop_cart_col{
	width: 70%;
}
.cart_items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cart_items li {
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	padding: 26px 20px 29px;
}
.cart_item_image {
	display: table;
	width: 16.67%;
	height: 60px;
	text-align: center;
	padding: 0 10px;
}
.cart_item_image img {
	max-width: 100%;
	max-height: 50px;
}
.cart_item_info {
	width: 83.33%;
	padding: 0 10px;
}
.cart_item_name {
	font-size: 140%;
	line-height: 18px;
	color: #4c4c4c !important;
	display: inline-block;
	vertical-align: top;
	max-width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}
.cart_item_delete {
	display: block;
	width: 9px;
	height: 9px;
	background: url('images/svg/close_red.svg') no-repeat;
	background-size: 9px;
	background-position: center;
	margin-top: 4px;
}
.cart_item_count {
	width: 100px;
	margin-right: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 5px;
}
.decrease_button {
	display: block;
	width: 14px;
	height: 14px;
	background: url('images/svg/point_left_gray.svg') no-repeat;
	background-size: 9px;
	background-position: center;
}
.increase_button {
	display: block;
	width: 14px;
	height: 14px;
	background: url(images/svg/point_right_gray.svg) no-repeat;
	background-size: 9px;
	background-position: center;
}
.cart_item_count input {
	width: 60px;
	border: none;
	background: transparent;
	text-align: center;
	font-size: 110%;
	line-height: 14px;
	padding: 0;
	color: #999999;
}
.count_update {
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: url('images/svg/refresh.svg') no-repeat;
	background-size: 9px;
	background-position: center;
	float:left;
}
.count_texts{
	clear: both;
    color: gray;
    font-size: 11px;
}
.count_texts span{
	display: inline-block;
    width: 125px;
}
.cart_item_cost,
.cart_item_price {
	font-size: 140%;
	text-align: right;
	line-height: 18px;
	width: 33.33%;
	white-space: nowrap;
	margin-top: 4px;
}
.delivery_info {
	padding: 25px 31px;
	text-align: right;
	background: #f2f2f2;
	position: relative;
	padding-left: 115px;
}
.delivery_info:before {
	position: absolute;
	display: block;
	content: "";
	width: 54px;
	height: 54px;
	left: 31px;
	top: 50%;
	margin-top: -27px;
	border: 1px solid #10588d;
	border-radius: 50%;
	background: url('images/svg/package.svg') no-repeat;
	background-size: 24px;
	background-position: center;
}
.about_delivery {
	font-size: 120%;
	line-height: 19px;
}
.delivery_address {
	font-size: 120%;
	line-height: 19px;
	color: #10588d;
	padding-left: 17px;
	background: url('images/svg/location2.svg') no-repeat;
	background-size: auto 11px;
	background-position: left 4px;
	display: inline-block;
	vertical-align: top;
}
.delivery_price {
	font-size: 160%;
	line-height: 20px;
	margin-top: 8px;
	padding-bottom: 4px;
}
.checkout_full_price {
	padding: 40px 31px;
	text-align: right;
}
.about_full_price {
	font-size: 120%;
	line-height: 16px;
}
.full_price_size {
	font-size: 300%;
	line-height: 30px;
	color: #0e578b;
}
.hovered .cart_item_link {
	opacity: 0.7;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}













body.armenian,
.armenian .window_content {
	font-family: "SegoeUIRegular";
}
.armenian .branches_button,
.armenian .message_button,
.armenian .popup_title,
.armenian .comment_form .validate_button,
.armenian .file_name,
.armenian .ratings_title,
.armenian .slide_pr_price,
.armenian .sublist_title,
.armenian .sub_first_level > li > a,
.armenian .catalog_full_list ul li,
.armenian .catalog_short_list > li > a,
.armenian .catalog_button,
.armenian .log_in_status > a,
.armenian .log_out_status > a,
.armenian .hoteline_number,
.armenian .basket_button,
.armenian .bank_name,
.armenian .section_subtitle,
.armenian .page_large_title,
.armenian .footer_subtitle,
.armenian .campaign_title,
.armenian .product_price,
.armenian .section_title,
.armenian .filter_type,
.item_price,
.armenian .old_price_size,
.armenian .delivery_title,
.armenian .product_inner_price,
.armenian .delivery_title,
.armenian .tab_buttons,
.armenian .resp_tab_button,
.armenian .details_type,
.armenian .service_title_block {
	font-family: "SegoeUIBold";
}
.armenian .about_slide,
.armenian .standard_text,
.armenian .service_short_info,
.armenian .about_head_inner,
.armenian .page_subtitle,
.armenian .about_info_text,
.armenian .about_campaign {
	font-family: "SegoeUILight";
}
.armenian .standard_table th {
	font-family: "SegoeUISemiBold";
}

.product_main_details br{display:none;}



/*style 2*/
.form_subtitle {
	font-size: 130%;
	line-height: 16px;
	color: #333333;
	font-family: "OpenSansBold";
	margin-bottom: 22px;
}
.checkout_form .form_block {
	position: relative;
	padding-bottom: 25px;
}
.checkout_form .form_block.fl {
	width: 50%;
	padding: 0 10px 25px;
	position: relative;
}
.form_block_title {
	font-size: 110%;
	line-height: 14px;
	margin-bottom: 7px;
}
.form_block > input,
.checkout_form textarea {
	color: #333333;
	border: 1px solid #e0e0e0;
	/*background: transparent;*/
	font-size: 120%;
	line-height: 16px;
	border-radius: 3px;
	padding: 9px 10px;
	width: 100%;
}
.checkout_form textarea {
	resize: none;
	height: 125px;
}
.auto_reg_checkbox {
	width: 50%;
	padding-right: 10px;
	border-radius: 3px;
	font-size: 0;
	padding-top: 2px;
}
.auto_reg_checkbox label {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border: 1px solid #e0e0e0;
	text-align: center;
	overflow: hidden;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: normal;
}
.agree_checkbox label {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border: 1px solid #cccccc;
	text-align: center;
	overflow: hidden;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	font-weight: normal;
}
.auto_reg_checkbox label:first-child,
.agree_checkbox label:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.auto_reg_checkbox .radio_button,
.agree_checkbox .radio_button {
	font-size: 1.1rem;
	line-height: 14px;
	padding: 10px;
	color: #999999;
	background: #ffffff;
}
.auto_reg_checkbox .radio_button.checked,
.agree_checkbox .radio_button.checked {
	color: #10588d;
	background: #ebebeb;
}
.auto_reg_checkbox .radio_button:before,
.auto_reg_checkbox .radio_button:after,
.agree_checkbox .radio_button:before,
.agree_checkbox .radio_button:after {
	display: none;
}
.date_inputs,
.hour_inputs {
	color: #333333;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 10px 0;
}
.date_inputs .input_block {
	width: 33.33% !important;
	position: relative;
	margin-right: 0 !important
}
.hour_inputs .input_block {
	width: 50%;
	position: relative;
}
.hour_inputs input,
.date_inputs input {
	width: 100%;
	text-align: center;
	font-size: 110%;
	line-height: 14px;
	border: none;
	background: transparent;
	padding: 0;
	border-left: 1px solid #e0e0e0;
	border-radius: 0 !important;
}
.hour_inputs .input_block:first-child input,
.date_inputs .input_block:first-child input {
	border-left: none;
}
.delivery_section .radio_button {
	font-size: 110%;
	font-weight: normal;
	padding-left: 25px;
}
.delivery_checkbox .radio_button {
	font-weight: normal !important;
	font-size: 100%;
}
.delivery_checkbox label {
	display: block;
	float: left;
	margin: 5px;
	padding: 0;
}
.date_checkbox label {
	display: block;
	float: left;
	margin: 4px 10px 10px 0;
}
.date_checkbox {
	padding-bottom: 11px;
}
.delivery_section .radio_button:before {
	width: 15px;
	height: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
.delivery_section .radio_button:after {
	width: 7px;
	height: 7px;
	top: 4px;
	left: 4px;
	background: #1a5f92;
	border-radius: 4px;
	opacity: 0;
}
.delivery_section .radio_button.checked:after {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1;
}
.delivery_options,
.delivery_date_block {
	display: none;
}
.delivery_options.opened {
	display: block;
}
.about_express_delivery {
	font-size: 110%;
	line-height: 14px;
	color: #999999;
	margin-top: -11px;
	margin-bottom: 15px;
}
.payment_section {
	padding-bottom: 35px;
}
.delivery_section {
	padding-bottom: 29px;
}
.payment_checkbox {
	margin-top: 17px;
}
.payment_section label {
	margin-bottom: 15px;
}
.payment_section .radio_button:before {
	width: 15px;
	height: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	top: 50%;
	margin-top: -7px;
}
.payment_section .radio_button:after {
	width: 7px;
	height: 7px;
	left: 4px;
	background: #1a5f92;
	border-radius: 4px;
	opacity: 0;
	top: 50%;
	margin-top: -3px;
}
.payment_section .radio_button.checked:after {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1;
}
.payment_section .radio_button img {
	max-width: 100%;
	max-height: 33px;
}
.checkout_form .btn-default {
	color: #666666;
	border-radius: 2px;
	border-color: #e0e0e0;
	font-size: 110%;
	padding: 10px 26px 10px 10px;
	line-height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.checkout_form .btn-default:hover {
	background: transparent;
	opacity: 1;
}
.checkout_form .btn-default:active:hover, 
.checkout_form .btn-default.active:hover, 
.checkout_form .open > .dropdown-toggle.btn-default:hover, 
.checkout_form .btn-default:active:focus, 
.checkout_form .btn-default.active:focus,
.checkout_form .open > .dropdown-toggle.btn-default.focus,
.checkout_form .btn-group .dropdown-toggle:active, 
.checkout_form .btn-group.open .dropdown-toggle,
.checkout_form .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background: transparent !important;
	color: #666666 !important;
	border-color: #e0e0e0 !important;
}
.bootstrap-select.open .btn-default,
.bootstrap-select.open .btn-default:focus {
	border-color: #d9d9d9 !important;
}
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 50%;
	right: 15px;
	margin-top: -2px;
	border-top: 4px solid #999999;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 0 solid #999999;
	height: 4px;
	width: 7px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bootstrap-select.open.btn-group .dropdown-toggle .caret {
	border-top: 0 solid #999999;
	border-bottom: 4px solid #999999;
}
.checkout_form .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
}
.checkout_form .dropdown-menu > li {
	border-top: 1px solid #e0e0e0;
	font-size: 87.6%;
	line-height: 16px;
}
.checkout_form .dropdown-menu > li:first-child {
	border-top: none;
}
.checkout_form .dropdown-menu > li > a {
	padding: 7px 11px;
	white-space: normal;
}
.checkout_form {
	padding: 35px 0 0;
}
.cart_items {
	margin-top: 5px;
}
.contact_fields,
.personal_fields {
	margin-bottom: 29px;
}
.delivery_checkbox {
	padding-top: 4px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.checkout_form label {
	font-weight: normal;
}
.shop_cart_col {
	padding-bottom: 50px;
}
.agree_checkbox {
	font-size: 0;
	width: 50%;
}
.terms_agree {
	width: 50%;
	padding: 0 15px;
}
.terms_agree .form_block_title{
	font-size: 14px;
}
.terms_agree .form_block_title a {
	padding-left: 10px;
}
.form_block_title a {
	display: inline-block;
	vertical-align: top;
	color: #10588d !important;
	text-decoration: underline;
}
.shop_cart_bottom {
	padding: 40px 0 50px;
	background: #e6e6e6;
}
.checkout_buttons {
	width: 50%;
	text-align: right;
}
.checkout_buttons a,
.checkout_buttons button {
	display: inline-block;
	vertical-align: top;
	width: 195px;
	margin: 10px;
	text-align: center;
	font-size: 120%;
	line-height: 16px;
	border-radius: 3px;
}
.checkout_buttons button.inactive {
	opacity: 0.4;
}
.checkout_form .form_block > .error_hint {
	right: 0;
	bottom: 10px;
}
.checkout_form .form_block.fl > .error_hint {
	right: 10px;
}
.checkout_form .input_block > .error_hint {
	bottom: -25px;
	width: 100%;
	text-align: center;
}
.checkout_form .input_block.has-error input {
	border-color: #e0e0e0 !important;
}
.input_block.has-error input::-webkit-input-placeholder {
	color: rgb(185, 74, 72);
	font-family: inherit;
}
.input_block.has-error input::-moz-placeholder          {
	color: rgb(185, 74, 72);
	font-family: inherit;
}
.input_block.has-error input:-moz-placeholder           {
	color: rgb(185, 74, 72);
	font-family: inherit;
}
.input_block.has-error input:-ms-input-placeholder      {
	color: rgb(185, 74, 72);
	font-family: inherit;
}
.checkout_success {
	padding: 50px 10px;
	max-width: 350px;
	margin: 0 auto;
}
.checkout_icon {
    display: block;
    content: "";
    width: 54px;
    height: 54px;
    border: 1px solid #10588d;
    border-radius: 50%;
    background: url(images/svg/package.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    margin-bottom: 10px;
}
.success_info {
	font-size: 140%;
	line-height: 17px;
	margin-top: 10px;
}
.home_button_block,
.profile_button_block {
	width: 50%;
	padding: 0 10px;
	margin-top: 25px;
}
.checkout_success a {
	display: block;
	text-align: center;
	font-size: 120%;
	border-radius: 3px;
	line-height: 16px;
}
.home_button_block a,
.checkout_buttons a {
	color: #0e578b !important;
	padding: 14px;
	border: 1px solid #0d5387;
}
.profile_button_block a,
.checkout_buttons button {
	padding: 15px;
	background: #0d5387;
	color: #ffffff !important;
	border: none;
}
.log_in_status .login_form_block {
    left: 0;
    right: 0;
    padding: 5px 10px;
}
.log_in_status .login_form_block a {
    margin: 5px 0;
}
.logout_button {
	display: block;
    margin: 0 auto 10px;
    width: 100px;
    color: #ffffff !important;
    text-align: center;
    background: #0d5284;
    padding: 10px;
    border: none;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.account_navbar {
	padding: 35px 10px;
}
.account_navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	line-height: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	width: 100%;
	max-width: 175px;
}
.account_navbar ul li {
	height: 35px;
	border-top: 1px solid #e0e0e0;
}
.account_navbar ul li:first-child {
	height: 34px;
	border-top: none;
}
.account_navbar ul li a {
	display: table;
	width: 100%;
	height: 100%;
	color: inherit;
	padding: 0 30px 0 14px;
	position: relative;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.account_navbar ul li a:hover {
	background:#ebebeb;
	opacity: 0.5;
}
.account_navbar ul li.current_page a {
	cursor: default;
	pointer-events: none;
	background:#ebebeb;
}
.account_navbar ul li.current_page a:after {
	position: absolute;
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	top: 12px;
	right: 9px;
	background: url('images/svg/point_right_blue.svg') no-repeat;
	background-size: 13px;
	background-position: center;
}
.account_container {
	padding: 85px 0;
}
.account_info .section_title {
	margin-bottom: 13px;
}
.account_info {
	padding: 0 10px;
}
.account_info .checkout_form {
	padding: 0;
}
.form_fields {
	width: 60%;
	padding: 0 10px;
}
.additional_fields {
	padding-top: 20px;
	display: none;
	margin-bottom: -25px;
}
.form_buttons {
	width: 40%;
	padding: 0 10px;
}
.form_buttons .validate_button {
	display: block;
    width: 155px;
    text-align: center;
    font-size: 120%;
    line-height: 14px;
    border-radius: 3px;
    padding: 11px;
    background: #0d5387;
    color: #ffffff !important;
    border: none;
}
.orders_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.orders_list > li {
	border-top: 1px solid #e0e0e0;
}
.orders_list > li:first-child {
	border: none;
}
.order_button {
	display: block;
	padding: 26px 10px;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
	position: relative;
	background: #f2f2f2;
}
.order_button:hover {
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.button_col {
	width: 22.25%;
	padding: 0 10px;
	display: block;
}
.button_col_type {
	font-size: 100%;
	line-height: 13px;
	color: #999999;
	display: block;
	white-space: nowrap;
}
.button_col_info {
	color: #000000;
	font-size: 120%;
	line-height: 15px;
	display: block;
	white-space: nowrap;
}
.order_button:before {
	display: block;
	content: "";
	position: absolute;
	top: 23px;
	right: 5%;
	width: 36px;
	height: 36px;
	margin-right: -18px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.order_button:after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 35px;
	right: 5%;
	margin-right: -5px;
	background: url('images/svg/plus.svg') no-repeat;
	background-size: 10px;
	background-position: center;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.orders_list li.opened .order_button:after {
	height: 2px;
	top: 39px;
}
.orders_list li.opened .order_button {
	background: #ffffff;
}
.order_status .button_col_info:before {
	display: block;
	width: 6px;
	height: 6px;
	content: "";
	margin-right: 3px;
	float: left;
	margin-top: 4px;
	border-radius: 50%;
}
@-webkit-keyframes pulsate {
 0% { background: rgba(153,51,204,0.6)}
}
@keyframes pulsate {
 0% { background: rgba(153,51,204,0.6)}
}
.pending_status:before {
	background: #9933cc;
	-webkit-animation: pulsate 1.2s infinite;
    animation: pulsate 1.2s infinite;
}
.canceled_status:before {
	background: #d5303e;
}
.complete_status:before {
	background: #669900;
}
.order_info_block {
	border-top: 1px solid #e0e0e0;
	display: none;
	box-shadow: 0 10px 50px -30px rgba(0,0,0,0.5) inset;
}
.order_pr_block {
	padding: 33px 0;
	margin: 0 20px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 140%;
	line-height: 20px;
}
.order_pr_name {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
    color: #0e578b;
    text-overflow: ellipsis;
    padding-right: 5%;
    font-family: "OpenSansBold";
}
.order_pr_count {
	width: 10%;
	white-space: nowrap;
}
.order_pr_cost,
.order_pr_price {
	width: 20%;
	padding-left: 10px;
	text-align: right;
	white-space: nowrap;
}
.order_pr_cost {
	color: #666666;
}
.order_pr_price {
	font-family: "OpenSansBold";
}
.order_main_info {
	display: table;
	width: 100%;
	padding: 37px 20px;
}
.order_total {
	display: table-cell;
	position: relative;
	width: 25%;
	padding-left: 20px;
	vertical-align: bottom;
	text-align: right;
}
.order_full_price {
	font-size: 140%;
	line-height: 18px;
	font-family: "OpenSansBold";
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
}
.order_address_type {
	color: #999999;
	line-height: 13px;
}
.order_address_info span,
.order_address_info a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	margin-right: 10px;
	font-size: 120%;
	line-height: 18px;
}
.payment_delivery {
	padding-top: 25px;
	font-size: 120%;
	line-height: 14px;
}
.payment_delivery span {
	display: inline-block;
	vertical-align: top;
}
.order_addresses > div {
	margin-top: 14px;
}
.order_addresses > div:first-child {
	margin-top: 0;
}
.address_block {
	margin-top: 10px;
	border: 1px solid #e0e0e0;
	background: #f2f2f2;
	border-radius: 4px;
	display: table;
	width: 100%;
	padding: 25px 30px;
	height: 114px;
}
.address_block_info {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.def_button_block {
	padding-left: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.address_type {
	line-height: 13px;
	color: #999999;
}
.address_block_info ul {
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	line-height: 15px;
	margin: 0 -10px;
}
.address_block_info ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	padding-bottom: 2px;
}
.address_change {
	font-size: 120%;
	display: inline-block;
	vertical-align: top;
	color: #003399 !important;
	margin-top: 10px;
}
.def_button_block label {
	margin: 0;
	width: 170px;
	position: relative;
	font-weight: normal;
}
.def_button_block label input {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
.default_button {
	display: table;
	width: 170px;
	height: 36px;
	border: 1px solid #0d5387;
	border-radius: 3px;
	font-size: 120%;
	line-height: 15px;
	color: #0e578b;
	text-align: center;
	cursor: pointer;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.default_button .checked_text,
.default_button.checked .unchecked_text {
	display: none;
}
.default_button .unchecked_text,
.default_button.checked .checked_text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.default_button:hover {
	background: #0d5387;
	color: #ffffff;
}
.default_button.checked {
	color: #b2b2b2;
	border-color: #cccccc;
	background: transparent;
	pointer-events: none;
	cursor: default;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.form_buttons a {
	display: table;
	color: #0e578b !important;
	text-align: center;
	border: 1px solid #0d5387;
    width: 155px;
    text-align: center;
    font-size: 120%;
    line-height: 14px;
    border-radius: 3px;
    padding: 0 15px;
    margin-bottom: 15px;
    height: 36px;
}
.has-error .btn-default {
	border-color: rgb(185, 74, 72) !important;
}




.armenian .order_full_price,
.armenian .order_pr_price,
.armenian .order_pr_name,
.armenian .form_subtitle {
	font-family: "SegoeUIBold";
}

.cms-services .std,.cms-credit .std{display:none;}
.bootstrap-select {
    display: inline-block!important;
}

/*new styles for changes and new pages 28.08.2017*/
.product_count {
    color: #666666;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    font-size: 120%;
    line-height: 16px;
    overflow: hidden;
    padding: 12px 0;
}
.product_count input {
	padding: 0;
	border: none;
	width: 40px;
	text-align: center;
	padding: 3px 0 1px;
}
.product_count .increase_button,
.product_count .decrease_button {
	width: 24px;
	height: 20px;
}
.colors_list {
	margin: 0 -5px;
	font-size: 0;
}
.colors_list > div {
	width: 11.11%;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	max-width: 35px;
}
.colors_list a {
	display: block;
	border-radius: 50%;
	padding-bottom: 100%;
}
.notification_popup {
	position: fixed;
	z-index: 2000;
	width: 100%;
	left: 0;
	bottom: 0;
    background: #e6e6e6;
    font-size: 150%;
    line-height: 20px;
    color: #333333;
    padding: 15px 0;
  
}
.compare_pr_name {
	color: #0d5387;
	display: inline-block;
}
.notification_hint {
	font-size: 80%;
	color: #666666;
}
.notification_close {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url('images/svg/close_black.svg') no-repeat;
	background-size: 20px;
	background-position: center;
}
.compare_section {
	padding: 35px 0;
}
.compare_table {
	overflow-x: auto;
	overflow-y: hidden;
}
.scroll-wrapper.compare_table {
	padding: 25px 0 !important;
}
.compare_pr_remove {
	display: block;
	width: 12px;
	height: 12px;
	background: url('images/svg/close_black.svg') no-repeat;
	background-size: 12px;
	background-position: center;
	opacity: 0.3;
	margin-bottom: 25px;
}
.compare_pr_remove:hover {
	opacity: 1;
}
.compare_table th {
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-right: 20px;
}
.compare_table td {
	height: 75px;
	padding-right: 20px;
	position: relative;
	vertical-align: top;
	line-height: 16px;
	color: #333333;
	padding-top: 15px;
	padding-right: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.compare_table th:last-child,
.compare_table td:last-child {
	padding-right: 0;
}
.compare_table .product_block {
	width: 183px;
}
.compare_table .product_image {
	height: 80px;
	margin-bottom: 15px;
}
.compare_table .product_image img {
	max-width: 180px;
	max-height: 80px;
}
.compare_table .option_type {
	font-family: "OpenSansBold";
	font-size: 130%;
	margin-bottom: 10px;
	visibility: hidden;
	opacity: 0;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.compare_table td:first-child .option_type,
.option_type.showed {
	visibility: visible;
	opacity: 1;
}
.compare_table .option_info {
	font-size: 120%;
}
.compare_table .scroll-x div {
	position: absolute;
	height: 7px;
	display: block;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: 2px;
	bottom: 0;
}
.compare_table .scroll-x .scroll-element_track {
	background: #dfdfdf;
	border-radius: 2px;
	top: 0 !important;
}
.compare_table .scroll-x .scroll-bar {
	background: #0e578b;
}
.compare_table .scroll-x .scroll-element_outer {
	position: absolute;
	height: 7px;
	display: block;
}
.error_body {
	height: 100%;
	min-height: 480px;
}
.error_header {
	padding: 25px 0;
}
.error_logo img {
	height: 50px;
}
.error_content {
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 80px;
	text-align: center;
	height: 100%;
}
.error_hotline {
	text-align: right;
	margin-top: 10px;
}
.error_footer {
	margin-top: -54px;
}
.error_number {
	font-size: 1100%;
	line-height: 110px;
	font-family: "OpenSansBold";
	color: #064676;
}
.error_title {
	font-size: 150%;
	line-height: 20px;
	font-family: "OpenSansBold";
	margin-top: 5px;
}
.about_error {
	font-size: 150%;
	line-height: 18px;
	margin-top: 10px;
}
.carousel_section .buttons_block,
.box_array .product_buttons,
.accessories_list .buttons_block {
	margin: 0 -10px;
	height: 0;
	overflow: hidden;
	-o-transition: height .3s;
	-ms-transition: height .3s;
	-moz-transition: height .3s;
	-webkit-transition: height .3s;
	transition: height .3s;
}
.buttons_block div,
.box_array .product_buttons div {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-top: 25px;
}
.carousel_section .buttons_block a,
.box_array .product_buttons a,
.accessories_list .buttons_block a {
	width: 100%;
	margin: 0;
}
.carousel_section .product_block {
	margin-bottom: 75px;
	-o-transition: margin .3s;
	-ms-transition: margin .3s;
	-moz-transition: margin .3s;
	-webkit-transition: margin .3s;
	transition: margin .3s;
	margin-top: 15px;
	position: relative;
}
.carousel_section .product_block:hover {
	margin-bottom: 15px;
}
.carousel_section .product_block:hover .buttons_block,
.box_array .listing_block:hover .product_buttons,
.accessories_list .product_block:hover .buttons_block {
	height: 60px;
}
.carousel_section .product_block_inner,
.box_array .listing_block_inner,
 .accessories_list .product_block_inner{
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #ffffff;
	position: relative;
	z-index: 5;
}
.carousel_section .product_block:hover .product_block_inner,
.box_array .listing_block:hover .listing_block_inner,
.accessories_list .product_block:hover .product_block_inner {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.carousel_section + .banner_section,
.carousel_section + .brands_section,
.carousel_section + .carousel_section {
	margin-top: -35px;
	padding-top: 0;
}
.product_image_block img {
	width: auto !important;
}
.box_array .info_right_block {
	width: 100%;
}
.armenian .error_number,
.armenian .error_title,
.armenian .compare_table .option_type {
	font-family: "SegoeUIBold";
}
.box_array .listing_block {
	height: 370px;
	position: relative;
}
.box_array .listing_block:hover,
.accessories_list .product_block:hover {
	z-index: 10;
}
.box_array .listing_block:hover .listing_block_inner {
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	z-index: 5;
}
.accessories_list .product_block:hover .product_block_inner {
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	z-index: 5;
	margin: 0;
}
.accessories_list .product_block {
	position: relative;
	height: 360px;
	padding-left: 10px;
	padding-right: 10px;
}
.accessories_list .product_block_inner {
	margin: 0;
}

/*new styles for changes and new pages 28.08.2017*/

/*new styles for changes and new pages 31.08.2017*/
	.welcome_words {
		font-size: 120%;
		line-height: 15px;
		color: #666666;
		margin-bottom: 60px;
	}
	.dashboard_group {
		font-size: 120%;
		line-height: 15px;
		color: #666666;
		margin-bottom: 50px;
	}
	.dashboard_subtitle {
		font-size: 108.3%;
		line-height: 16px;
		letter-spacing: 1px;
	}
	.address_manage_link {
		display: block;
		color: #0d5387 !important;
		margin-left: 30px;
	}
	.dashboard_group .custom_row {
		position: relative;
		margin-top: 10px;
	}
	.dashboard_group .custom_row:before {
		position: absolute;
		top: 0;
		left: 10px;
		right: 10px;
		height: 1px;
		background: #e5e5e5;
		content: "";
		display: block;
	}
	.dashboard_group .custom_row div.col-xs-6 {
		padding-top: 25px;
	}
	.dash_col_title {
		font-size: 125%;
		line-height: 20px;
		color: #333333;
		font-family: "OpenSansBold";
		margin-bottom: 15px;
	}
	.armenian .dash_col_title {
		font-family: "SegoeUIBold";
	}
	.edit_link {
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-top: 4px;
		opacity: 0.25;
		background: url('images/svg/edit.svg') no-repeat;
		background-size: 12px;
		background-position: center;
	}
	.dash_col_title span {
		padding-right: 7px;
	}
	.edit_link:hover {
		opacity: 1;
	}
	.pass_change_link {
		display: inline-block;
		color: #0d5387 !important;
		margin-top: 15px;
	}
	.user_name_block {
		font-size: 125%;
		color: #333333;
		line-height: 20px;
	}
	.pass_change_link:hover,
	.address_manage_link:hover {
		text-decoration: underline;
	}
/*new styles for changes and new pages 31.08.2017*/

/*compare inner button styles 01.09.2017*/
.compare_inner_link {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	color: #0e578b !important;
	font-family: "OpenSansBold";
	background: url('images/svg/scales.svg') no-repeat;
	background-size: auto 34px;
	background-position: center 9px;
	-o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-left: 20px;
}
.compare_inner_link span {
	display: block;
	float: right;
    line-height: 10px;
    min-width: 20px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    padding: 5px 3px;
    background: #bfbfbf;
}



.cart-empty{
	max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    padding: 50px 20px;
}



/*compare inner button styles 01.09.2017*/




/*new styles for news listing and news inner pages 17.10.2017*/

.news_block {
	padding: 15px 10px 40px;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.news_image a {
	display: block;
	position: relative;
	padding-bottom: 56.75%;
	overflow: hidden;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}
.news_image a img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	min-height: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news_image a:before {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 1;
	position: absolute;
	opacity: 0;
}
.hovered .news_image a:before {
	opacity: 0.3;
}
.news_listing {
	font-size: 0;
}
.news_date {
	font-size: 110%;
	line-height: 17px;
	color: #999999;
	margin-top: 8px;
}
a.news_title {
	display: inline-block;
	color: #0d5387 !important;
	font-size: 150%;
	line-height: 19px;
	margin-top: 7px;
	opacity: 1;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.hovered a.news_title {
	opacity: 0.7;
}
.news_preview {
	color: #010101;
	font-size: 140%;
	line-height: 23px;
	padding: 60px 0;
	background: #e5e5e5;
}
.news_container {
	max-width: 620px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}
.news_info_block {
	font-size: 120%;
	line-height: 18px;
	color: #666666;
	padding: 50px 0 100px;
}
.news_container img {
	max-width: 100%;
	height: auto !important;
}
.back_button {
	display: inline-block;
	min-width: 115px;
	vertical-align: top;
	font-size: 120%;
	line-height: 16px;
	padding: 9px 20px;
	color: #0d5387;
	border: 1px solid #0d5387;
	border-radius: 3px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 25px;
}
.back_button:hover {
	background: #0d5387;
	color: #ffffff;
	opacity: 1;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*  new styles for header bottom part 24.10.2017*/


/*  new styles for header bottom part 24.10.2017*/
.catalog_short_list {
	margin: 0 0 0 -125px;
	padding: 0 0 0 125px;
	list-style-type: none;
	line-height: 12px;
	color: #ffffff;
	width: 100%;
	text-align: right;
	height: 58px;
	margin-bottom: -7px;
	overflow: hidden;
	-o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    font-size: 0;
    position: relative;
    z-index: 105;
}

.catalog_short_list > li {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	margin-bottom: 7px;
}
.catalog_short_list > li > a {
	display: table;
	height: 51px;
	color: inherit;
	text-align: center;
	font-family: "OpenSansBold";
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 100;
    max-width: 160px;
}
.catalog_short_list > li > a span {
	padding: 0 20px;
	width: auto;
}
.catalog_short_list > li > a:after {
	position: absolute;
	left: 50%;
	content: "";
	width: 15px;
	margin-left: -7px;
	top: 51px;
	border-top: 0 solid #0b466f;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	-o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100;
}
.unvisible_element {
	position: absolute;
	visibility: hidden;

}
.catalog_short_list > li > a.opened {
	color: rgba(255,255,255,0.4);
	background: #0b466f;
}
.catalog_short_list > li > a.opened:after {
	border-top-width: 7px;
	
}
.catalog_full_list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.96);
	z-index: 50;
	-o-transition: height .3s;
    -ms-transition: height .3s;
    -moz-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
}
.catalog_full_list.opened {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	min-height: 320px;
}
.catalog_full_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.catalog_full_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	font-size: 1rem;
	font-family: "OpenSansBold";
	padding: 15px 0 20px;
}
.catalog_icon {
	display: table;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	position: relative;
}
.catalog_icon img {
	display: block;
	max-width: 100%;
	max-height: 50px;
}

.catalog_full_list ul a {
	display: block;
	color: #0e578b !important;
	padding: 15px 10px;
	opacity: 1 !important;
}
.catalog_full_list ul a:hover .catalog_icon img.for_hover {
	opacity: 1;
}
.catalog_full_list ul a:hover .catalog_icon img.for_show {
	opacity: 0;
}
.cat_button_name {
	display: block;
	line-height: 12px;
	height: 24px;
}
.full_list_inner {
	padding: 20px 0;
	height: 100%;
	border-bottom: 1px solid #cccccc;
}
.catalog_full_list .custom_container,
.catalog_full_list .custom_row,
.catalog_full_list .full_list_scroll {
	height: 100%;
}
/*.full_list_scroll .scroll-y div {
	position: absolute;
	width: 3px;
	display: block;
	top: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 2px;
	right: 0;
}
.full_list_scroll .scroll-y .scroll-element_track {
	background: #dfdfdf;
	border-radius: 2px;
	top: 0 !important;
}
.full_list_scroll .scroll-y .scroll-bar {
	background: #0e578b;
}
.full_list_scroll .scroll-y .scroll-element_outer {
	position: absolute;
	width: 3px;
	display: block;
}*/
.sublist_block {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.sublist_block.opened {
	height: auto;
	max-height: 100%;
	opacity: 1;
}

.login_block {
	padding: 7px 0;
}
.cat_button_block {
	position: relative;
	z-index: 110;
}
.sublist_content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.96);
	z-index: 100;
	
}
.sublist_content.opened {
	border-bottom: 1px solid #cccccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);

}
.catalog_short_list.unvisible {
	opacity: 0;
	visibility: hidden;
}
.sublist_content.slide_type {
	left: 100%;
	-o-transition: left .3s;
	-ms-transition: left .3s;
	-moz-transition: left .3s;
	-webkit-transition: left .3s;
	transition: left .3s;
}
.slide_type .sublist_block {
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
.sublist_content.slide_type.opened {
	left: 0;
}
.slide_type .sublist_block {
	width: 75%;
	float: right;
}
.slide_type .sub_first_level > li {
	width: 33.33%;
}
.slide_type .sublist_close {
	display: block;
	width: 41px;
	height: 41px;
	float: left;
	border: 1px solid #0d5387;
	border-radius: 50%;
	background: url('images/svg/point_left_blue.svg') no-repeat;
	background-size: 17px;
	background-position: center;
	margin-top: 37px;
}
.sublist_content .custom_container {
	height: 100%;
}
.sublist_scroll {
	max-height: 100%;
	overflow: hidden;
}


.slider_href_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slider_href_a:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #ffffff;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}
.slider_href_a:hover:before {
	opacity: 0.3;
}


.sticker_size {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	z-index: 2;
}

.sticker_size img {
	width: 100%;
}

/*new styles for service inner popup type 06.11.2017*/
.service_button:hover {
	opacity: 1;
	color: #ffffff;
	background: #0e578b;
	border-color: transparent;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.service_button:hover .service_logo:before {
	color: #ffffff;
}
.service_popup .popup_container {
	background: #ffffff;
	text-align: center;
	max-width: 675px;
	padding: 45px;
	border-radius: 5px;
}
.service_popup .popup_close {
	right: 20px;
	top: 20px;
	background: url('images/svg/close_blue.svg') no-repeat;
	background-size: 20px;
	background-position: center;
}
.service_popup .service_logo {
	margin-top: 0;
	margin-bottom: 20px;
}
.service_info {
	padding-top: 30px;
	font-size: 120%;
	color: #666666;
	line-height: 25px;
}
.service_inner {
	display: none;
}
.service_inner.showed {
	display: block;
}
.details_block ul li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 5px;
	margin-bottom: 15px;
	min-height: 0;
}
/*new styles for offers listing and offer inner, added 14.11.2017*/
.offer_title_block {
	/*height: 33px;*/
	text-align: center;
	overflow: hidden;
}
.offer_title_block .news_title {
	font-size: 130%;
	line-height: 15px;
}
.offer_period {
	text-align: center;
	font-size: 110%;
	line-height: 13px;
	color: #666666;
}
.offers_listing .news_block {
	padding-bottom: 10px;
}
.offer_head_block {
	border: 1px solid #e5e5e5;
	margin-top: 35px;
}
.offer_head_block img {
	width: 100%;
}
.about_offer {
	font-size: 140%;
	line-height: 17px;
	color: #666666;
	padding: 30px;
}
.about_offer ul {
	margin: 0;
	padding: 0;
	
}
/*.about_offer ul li:before {
	display: block;
	float: left;
	content: "-";
}*/
.blue_style {
	display: inline-block;
	vertical-align: top;
	color: #0d5387;
	font-family: "OpenSansBold";
}
.armenian .blue_style {
	font-family: "SegoeUIBold";
}
.offer_conditions {
	border: 1px solid #e5e5e5;
	padding: 15px 35px;
	font-size: 150%;
	line-height: 18px;
}
.conditions_title {
	color: #0d5387;
	text-align: center;
	margin-bottom: 40px;
}
.offer_conditions ul,
.offer_conditions ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

	/*counter-reset: my-badass-counter;*/

.offer_conditions ul li {
	
	color: #666666;
	
	position: relative;
}
/*
.offer_conditions ul li:before {
	content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    margin-right: 5px;
    font-weight: bold;
    color: #0d5387;
    position: absolute;
    left: 0;
    top: 0;
}*/
/*added 28.12.17*/
.content_preview {
	padding: 40px 0;
	background: #f4f4f4;
	text-align: center;
}
.preview_text_block {
	font-size: 120%;
	line-height: 20px;
	max-width: 640px;
	padding: 0 20px;
	margin: 0 auto;
	color: #333333;
}
.content_preview img {
	max-width: 100%;
}
.progress_list {
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-size: 0;
}
.progress_list li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	line-height: 18px;
	color: #333333;
	padding: 20px 20px 0;
	width: 25%;
}
.progress_list .icon_block {
	height: 70px;
	margin-bottom: 35px;
}
.progress_list img {
	max-width: 120px;
	max-height: 70px;
}
.conditions_title a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	padding-right: 12px;
	position: relative;
}
.conditions_title a:after {
	display: block;
	position: absolute;
	content: "";
	right: 0;
	top: 9px;
	height: 1px;
	width: 7px;
	background: #0d5387;
}
.conditions_title a:before {
	display: block;
	position: absolute;
	content: "";
	right: 3px;
	top: 6px;
	height: 7px;
	width: 1px;
	background: #0d5387;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.conditions_title a.opened:before {
	top: 9px;
	height: 1px;
}
.action_conditions_block{
	display: none;
}
.opc-wrapper-opc li {
    list-style: none;
	clear: both;
}



/*faq styles*/
.faq_list {
	padding: 75px 0;
}
.faq_list .accordion_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.faq_list .accordion_list > li {
	border: 1px solid #e5e5e5;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.faq_list .accordion_button {
	display: block;
	font-size: 220%;
	line-height: 18px;
	color: #0d5387 !important;
	position: relative;
	padding-right: 32px;
}
.faq_list .accordion_button:after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	width: 12px;
	height: 2px;
	background: #0d5387;
	top: 50%;
	margin-top: -1px;
}
.faq_list .accordion_button:before {
	display: block;
	content: "";
	position: absolute;
	right: 5px;
	width: 2px;
	height: 12px;
	background: #0d5387;
	top: 50%;
	margin-top: -6px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.faq_list .accordion_button.opened:before {
	margin-top: 0;
	height: 0;
}
.answer_block {
	font-size: 150%;
	line-height: 25px;
	padding-top: 10px;
	color: #666666;
	display: none;
}
/*.page_main_block{max-width:880px;margin:0 auto;}*/
ul.messages li{
	list-style:none;
}

/*messages-box*/
.messages {
	margin: 0 0 20px !important;
	padding: 0 ;
	list-style-type: none;
}
.messages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.messages > li {
	border: 1px solid #e7e3bb;
	padding: 20px 20px 20px 70px;
	background: url('images/svg/notification.svg') no-repeat #fff9b9;
	background-size: 30px;
	background-position: 20px center;
	display: inline-block;
}
.messages ul li {
	border: none !important;
	padding: 0 !important;
	color: #808080 !important;
	background: transparent !important;
	font-size: 13px !important;
	line-height: 18px !important;
}
.messages ul li:before {
	display: none !important; 
}

.fix_messages,
.success-msg{
	position:fixed;
	top:170px;
	left:0;
	max-width:100%;
	z-index:100;
}

.brand_item_block {
padding: 20px 10px 0;
}
.brand_item_block a {
	display:block;
position: relative;
padding-bottom: 50%;
border: 1px solid #e5e5e5;
-o-transition: all .3s;
-ms-transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
}
.brand_item_block a:hover {
box-shadow: 0 0 15px rgba(0,0,0,0.35);
opacity:.8;
}
.brand_item_block img {
position: absolute;
left: 50%;
top: 50%;
max-width: 70%;
max-height: 70%;
transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
}
.page_catalog_title_block{
	text-align: center;
}
.catalog_action_button{
	font-size: 16px;
    text-align: center;
    display: inline-block;
    background: orange;
    padding: 5px 25px;
    border-radius: 5px;
    color: #fff;
    margin: 30px auto;
}

.discount_percent{
	position: absolute;
	bottom: 10px;
    right: 0;
	color: #f2f7f9;
	font-weight: bold;
	font-size: 12px;
	background: #F7412C;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	border: 3px solid #f2f7f9;
	z-index: 9;
}

.product_main_info .product_price_block{
	position: relative;
}
.product_main_info .discount_percent{
	top: 0;
	right: 40px;
}
#billing-new-address-form,
#shipping-new-address-form,
#opc-address-form-shipping,
.opc-col-center-group{
	clear: both
}

#country-list{float:left;list-style:none;margin-top:0;padding:0;width:100%;position: absolute;background: #fff; z-index: 999; max-height: 210px; overflow: auto;}
#country-list li{padding: 10px; background: #fff; border-bottom: #bbb9b9 1px solid;border-left: #bbb9b9 1px solid;border-right: #bbb9b9 1px solid;}
#country-list li:hover{background:#f0f0f0;cursor: pointer;}
.city_autocomplete{position: relative;}

.transaction-title,
.transaction-view{
	text-align: center;
}
.shop_cart_col{
	position: relative;
}
.delivery_times{
	display: none;
	clear: both;
	position: absolute;
	bottom: 260px;
	width: 100%;
}
.delivery_times.show{
	display: block;
}
.opc-wrapper-opc .shipping-block{
	margin-bottom: 100px;
}

.delivery_times .field{
	width: 33%;
}


/*sorting styles*/

.sorting_block {
	margin-left: 20px;
	margin-bottom: 30px;
	position: absolute;
    right: 10px;
    top: -55px;
}
.sorting_block .btn-default {
	font-size: 120%;
	line-height: 15px;
	font-family: "OpenSansBold";
	border: 1px solid #e5e5e5;
	color: #333333;
	border-radius: 2px;
	min-width: 180px;
	padding: 9px 30px 9px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 3;
}
.sorting_block .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: 12px;
}
.selectpicker {
	visibility: hidden;
}
.sorting_block .btn-default:hover {
	background: transparent;
	opacity: 1;
}
.sorting_block .btn-default:active:hover, 
.sorting_block .btn-default.active:hover, 
.sorting_block .open > .dropdown-toggle.btn-default:hover, 
.sorting_block .btn-default:active:focus, 
.sorting_block .btn-default.active:focus,
.sorting_block .open > .dropdown-toggle.btn-default.focus,
.sorting_block .btn-group .dropdown-toggle:active, 
.sorting_block .btn-group.open .dropdown-toggle,
.sorting_block .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background: transparent !important;
	color: #333333 !important;
	border-color: #e5e5e5 !important;
}
.sorting_block .bootstrap-select.open .btn-default,
.sorting_block .bootstrap-select.open .btn-default:focus {
	border-color: #e5e5e5 !important;
}
.sorting_block .dropdown-menu {
    padding: 5px 0;
    margin: -2px 0 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;

}
.sorting_block .dropdown-menu > li {
	font-size: 87.6%;
	line-height: 15px;
}
.sorting_block .dropdown-menu > li > a {
	padding: 5px 12px;
	white-space: normal;
	color: #333333;
}
@media screen and (max-width: 479px) {
	.switch_buttons {
		margin-left: 0;
	}
}

.price-box .price, .price {
    white-space: nowrap;
}
#shopping-cart-totals-table .price-box .price, 
#shopping-cart-totals-table .price {
    padding-left: 10px;
}

#shopping-cart-totals-table tbody td{
	font-weight: bold;
	font-size: 14px;
}
.opc-wrapper-opc h3{
	position: relative;
}

.expand_plus:before,
.comment-block h3.open-block .expand_plus:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    display: block;
    content: "";
}
.comment-block h3.open-block .expand_plus:after{
	display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    height: 11px;
    width: 7px;
    background: url("images/svg/check.svg") no-repeat;
    background-size: 7px;
    background-position: left center;
}

.s1_logo{
	width: 120px;
	padding-left: 10px;     
}

#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #0d5284;
	opacity: .6;
}
#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #0d5284;
   opacity: .6;
}
#search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #0d5284;
   opacity: .6;
}
#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #0d5284;
   opacity: .6;
}
#search::-ms-input-placeholder { /* Microsoft Edge */
   color:    #0d5284;
   opacity: .6;
}

#search::placeholder { /* Most modern browsers support this now. */
   color:    #0d5284;
   opacity: .6;
}

.filter_action_butons{
	background: #ffffff;
    width: 260px;
    padding: 0 0 10px 10px;
}

.opc-col-right-group{padding-top: 30px;}

.listing_old_price_size {
	position: relative;
	font-size: 1.5rem;
	line-height: 15px;
	font-family: "OpenSansBold";
	display: inline-block;
	color: #bfbfbf;
	padding-left: 10px;
	text-decoration: line-through;
}

.sublist_button.miele{
	padding-top: 15px;
}
.sublist_button.miele img{
    width: 60px;
}

#shopping-cart-totals-table tbody tr:nth-child(2),
#shopping-cart-totals-table tbody tr:nth-child(3){
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu li{
	display: block
}

.label_matrixrate_matrixrate_29916 .radio_button .price,
.label_matrixrate_matrixrate_29915 .radio_button .price,
.label_matrixrate_matrixrate_29914 .radio_button .price{
	display: none;
}

.city_tooltip{
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MjQuMjM1IDUyNC4yMzUiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MjQuMjM1IDUyNC4yMzUiIHdpZHRoPSI1MTJweCI+PGc+PHBhdGggZD0ibTI2Mi4xMTggMGMtMTQ0LjUzIDAtMjYyLjExOCAxMTcuNTg4LTI2Mi4xMTggMjYyLjExOHMxMTcuNTg4IDI2Mi4xMTggMjYyLjExOCAyNjIuMTE4IDI2Mi4xMTgtMTE3LjU4OCAyNjIuMTE4LTI2Mi4xMTgtMTE3LjU4OS0yNjIuMTE4LTI2Mi4xMTgtMjYyLjExOHptMTcuMDUgNDE3LjYzOWMtMTIuNDUzIDIuMDc2LTM3LjIzMiA3LjI2MS00OS44MTUgOC4zMDMtMTAuNjUxLjg4Mi0yMC43MDItNS4yMTUtMjYuODI5LTEzLjk2Ny02LjE0My04Ljc1MS03LjYxNS0xOS45NS0zLjk2OC0yOS45OTdsNDkuNTQ3LTEzNi4yNDJoLTUxLjUxNWMtLjA0NC0yOC4zODkgMjEuMjUtNDkuMjYzIDQ4LjQ4NS01Ny4yNzQgMTIuOTk3LTMuODI0IDM3LjIxMi05LjA1NyA0OS44MDktOC4yNTUgNy41NDcuNDggMjAuNzAyIDUuMjE1IDI2LjgyOSAxMy45NjcgNi4xNDMgOC43NTEgNy42MTUgMTkuOTUgMy45NjggMjkuOTk3bC00OS41NDcgMTM2LjI0Mmg1MS40OTljLjAxIDI4LjM1Ni0yMC40OSA1Mi41NjQtNDguNDYzIDU3LjIyNnptMTUuNzE0LTI1My44MTVjLTE4LjA5NiAwLTMyLjc2NS0xNC42NzEtMzIuNzY1LTMyLjc2NSAwLTE4LjA5NiAxNC42NjktMzIuNzY1IDMyLjc2NS0zMi43NjVzMzIuNzY1IDE0LjY2OSAzMi43NjUgMzIuNzY1YzAgMTguMDk1LTE0LjY2OCAzMi43NjUtMzIuNzY1IDMyLjc2NXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNCREJEQkQiLz48L2c+IDwvc3ZnPgo=');
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 10px;
}

.city_tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
	background-color: #afafaf;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: -40px;
}

.city_tooltip:hover .tooltiptext,
.city_autocomplete:hover .tooltiptext {
  visibility: visible;
}

.logout_container{
	padding: 50px;
}
.logout_container p{
	padding-top: 20px;
	font-size: 14px;
}

.password_text{
	font-size: 12px;
	color: #ababab;
}


.delivery_info .append_label{
	display: inline-block; float: left; font-size: 16px;
}

.cat_flex_ul{
	display: flex;
	flex-wrap: wrap;
}

.cat_flex{
	width: 100%;
}

.cat_flex:first-child{
	order:3;
	border-top:0 !important;
}

.cat_flex:nth-child(2){
	border-top: 1px solid #e5e5e5;
}

.discount_info{
	position: absolute;
	top: -10px;
	right: 10px;
	cursor: pointer;
}
.code_tooltip_discount {
    display: none;
    width: 280px;
    border: 1px solid #0d5182;
    padding: 20px;
    color: #0d5182;
    position: absolute;
    z-index: 9;
    background: #fff;
    right: 0;
    top: 10px;
    max-width: 100%;
}
.code_monthly_tooltip {
    display: none;
    width: 200px;
    border: 1px solid #0d5182;
    padding: 20px;
    color: #0d5182;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 0;
    top: 70px;
    max-width: 100%;
}
.open_discount_tooltip{
	width: 15px;
}
.open_monthly_tooltip{
	width: 15px;
	margin-left: 10px;
	cursor: pointer
}
.m_p_d{
	display: inline-block;
	line-height: 30px;
}
.code_tooltip_discount.open,
.code_monthly_tooltip.open{
	display: block;
}

.monthly_price{
	font-size: 14px;
	padding-top: 5px
}
.monthly_price span{
	color: #0d5387 
}

.tool-tip-vtb, .tool-tip-credit{
	font-size: 12px;
    padding: 10px;
    border: 1px solid #e2dfdf;
    margin: 10px 30px;
}

.footer .payment_icons {
	height: auto;
	padding-top: 25px;
	margin: 0 -3px;
}
.footer .payment_icons img {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: auto;
	margin: 0 3px;
}
.footer_subtitle {
	margin: 0 !important;
}
.footer_subtitle a {
	display: flex;
	flex-direction: column;
	height: 150px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 25px 15px;
	color: inherit;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.footer_subtitle a:hover {
	opacity: 1;
	background: rgba(255,255,255,0.05);
}
.footer_subtitle a .phone_number {
	display: block;
	margin-bottom: auto;
	padding-bottom: 15px;
	font-family: "SegoeUIRegular";
}
.footer_subtitle .icon_block {
	display: block;
}
.footer_subtitle .icon_block img {
	display: block;
	width: auto;
	height: 40px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.footer .payment_icons img {
		height: 35px;
	}
}









#block-related{	
	padding-top: 10px
}

.related_inline{
	display: inline-block;
	float:left;
	
}
.related_inline.last{
	height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 180px;
    justify-content: center;
}
.product_item span{
	float:left;
	padding: 40px 20px;
    font-size: 18px;
}

.item_checkes{clear: both; float: left;width: 100%; padding: 10px;}
.item_checkes .item{display: flex}
.item_checkes .product-name{display: flex}
.item_checkes .product-name a{
	font-size: 14px;
    padding: 0 20px;
}
.item_checkes .product-name .price-box{
	margin: 0;
    padding: 0 10px;
}
.related_inline .total_price{
	font-size: 14px;
}
.add_related_to_cart{
	height: 36px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 120%;
    line-height: 16px;
    background: #0d5182;
    padding: 0 10px;
    border: 0;
}



.checkout_success_container{
	max-width: 650px;
	margin: 0 auto;
}

.success_top{
	display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background: rgba(13,82,132,.1);
}

.success_thanks{width: 60%; align-items: center;padding: 10px;}
.success_thanks h2{    font-size: 18px;
    font-family: 'SegoeUIBold';
    line-height: 24px;}
.success_thanks p{font-size: 12px;}


.order_quest{font-size: 14px; text-align: left}
.order_quest a{color: #0d5284}

.your_order{
	padding: 40px 0 0 0;
    text-align: center;
    font-size: 20px;
}

.your_order_date{
	text-align: center;
    font-size: 12px;
    padding: 20px 0 40px 0;
}

.your_order_items{
	width: 100%;
	font-size: 14px;
}
.your_order_items th{font-family: 'SegoeUIBold';background: rgba(13,82,132,.1);padding: 10px;}
.your_order_items td{padding: 15px 10px;}
.your_order_items tr{border-bottom: 1px solid #e2e2e2;}
.your_order_totals{
	padding: 20px;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	font-size: 16px;
	background: rgba(13,82,132,.1);
}
.your_order_totals div{display: block; padding: 5px 0; width: 100%;}
.your_order_totals .price{
	width: 30%;
	display: inline-block;
}
.order_addresses{
	display: flex;
    width: 100%;
    justify-content: space-between;
	font-size:14px;
	line-height: 20px;
	align-items: baseline;
}
.order_addresses h2{font-size: 14px; font-family: 'SegoeUIBold';}

.order_thankss{text-align: center; font-size: 38px; padding-top: 40px}

.sale_mobile_stickers{display: none;}