@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

html,
body {	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	min-width: 250px;
	width: 100%;
	height: 100%;	
}
.clear {
	clear: both;
}
.currency {
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
}
div.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
div.main {
	flex: 1 0 auto;
}
div.header {
	height: 170px;
	border-bottom: 1px solid #c9d3d8;
}
div.header div.line_one {
	height: 31px;
	background-color: #f8f8f8;
}
div.maxwidh {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	width: clac(100% - 20px);
	max-width: 1400px;
	height: 100%;
}
div.header div.line_one div.maxwidh ul {
	font-size: 12px;
}
div.header div.line_one div.maxwidh ul li {
	list-style: none;
	float: left;
	line-height: 32px;
	margin-right: 40px;
}
div.header div.line_one div.maxwidh ul li a {
	color: #256aa3;
	text-decoration: none;
	line-height: 32px;
	display: inline-block;
	}
div.header div.line_one div.maxwidh ul li a:hover {
	text-decoration: underline;	
	}
div.header div.line_one div.maxwidh ul li.selected a {
	text-decoration: underline;	
	}	
div.header div.line_one div.maxwidh	div.working {
	float: right;
	color: #888888;
	font-size: 15px;
	height: 31px;
	line-height: 31px;
}
div.header div.line_one div.maxwidh	div.working span {
	margin-right: 30px;
	font-size: 13px;
}
div.header div.line_one div.maxwidh	div.working a {
	text-decoration: none;
	color: #888888;
}
div.header div.line_one div.maxwidh	div.working a:hover {
	text-decoration: underline;
}
div.header div.line_two div.maxwidh {
	margin-top: 25px;
	height: 74px;
	position: relative;
}
div.header div.line_two div.maxwidh div.logo {
	position: absolute;
	width: 161px;
	height: 55px;
}
div.header div.line_two div.maxwidh div.logo:hover a {
	cursor: pointer;
}
div.header div.line_two div.maxwidh div.logo img {
	width: 161px;
	height: 55px;
}
div.header div.line_two div.maxwidh div#search {
	vertical-align: top;
	margin-top: 15px;
	margin-left: 225px;
	margin-right: 300px;
	width: 100%;
	min-width: 150px;
	max-width: 400px;
	position: absolute;
}
div.header div.line_two div.maxwidh div#search .input_search {
	border: 2px solid #0083ca;
	height: 25px;
	border-radius: 3px;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
	border-radius: 3px 0px 0px 3px;
	width: 100%;	
	position: absolute;
	}
div.header div.line_two div.maxwidh div#search input.input_search:focus	{
	outline: none;
}
div.header div.line_two div.maxwidh div#search .button_search {
	background-color: #0083ca;
	border: none;
	height: 31px;
	width: 55px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
	
	position: absolute;
	margin-left: 100%;
	
	background-image:url("../img/search.svg");
	background-repeat: no-repeat;
	background-position: center center;	
}
div.header div.line_two div.maxwidh div#search .button_search:hover {
	background-color: #006db4;
	}

div.header div.line_two div.maxwidh div.basket {
	margin-top: 15px;
	float: right;
	height: 31px;
	text-align: right;
}
div.header div.line_two div.maxwidh div.basket a img {
	height: 31px;
	margin-top: 3px;
}

div.header div.line_two div.maxwidh div.basket span#cart_informer {
	height: 31px;
	display: inline-block;
	line-height: 31px;
	margin-top: 3px;	
	vertical-align: top;
}
div.header div.line_two div.maxwidh div.basket span#cart_informer a {
	text-decoration: none;
	color: #256aa3;
	border-bottom: 1px dotted #0083ca;
	}
div.header div.line_two div.maxwidh div.basket span#cart_informer a:hover {
	border-bottom: 0px;
}


div.header div.line_three div.maxwidh {
	font-size: 15px;
}
div.header div.line_three div.maxwidh a {
	color: #256aa3;
	margin-right: 15px;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;	
}
div.header div.line_three div.maxwidh a:hover {
	border-bottom: 2px solid #26b7eb;
}
div.header div.line_three div.maxwidh a.selected {
	border-bottom: 2px solid #256aa3;
}

div.banners {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 100%;
	height: 330px;
}
div.banners ul li {
	list-style: none;
}
div.content {
	margin-top: 25px;	
}
div.content div.items {
	font-size: 0px;
	margin: 0 auto;
	width: calc(100% - 30px);
	text-align: center;
	vertical-align: top;
}
div.content div.item {
	margin:0 auto;
	display: inline-block;
	vertical-align: top;
	width: calc(100%/10 - 22px);
	
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 75px;
}
@media (max-width: 2300px) {
	div.content div.item {
		width: calc(100%/9 - 22px);
	}
}
@media (max-width: 2050px) {
	div.content div.item {
		width: calc(100%/8 - 22px);
	}
}
@media (max-width: 1950px) {
	div.content div.item {
		width: calc(100%/7 - 22px);
	}
}
@media (max-width: 1630px) {
	div.content div.item {
		width: calc(100%/6 - 22px);
	}
}
@media (max-width: 1400px) {
	div.content div.item {
		width: calc(100%/5 - 22px);
	}
}
@media (max-width: 1250px) {
	div.content div.item {
		width: calc(100%/4 - 22px);
	}
}
@media (max-width: 950px) {
	div.content div.item {
		width: calc(100%/3 - 22px);
	}
}
@media (max-width: 590px) {
	div.content div.item {
		width: calc(100%/2 - 22px);
	}
}



div.content div.item:hover {
	cursor: pointer;
}
div.content div.itm {	
	height: 210px;	
	position: relative;
}
div.content div.itm img {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
}
div.content div.name {
	font-size: 13px;
	width: 100%;
	text-align: left;
	margin-top: 15px;
}
div.content div.item div.name a {
	color: #4492fc;
	text-decoration: none;
}
div.content div.item:hover div.name a {
	color: #f11d31;
	border-bottom: 1px solid #fdd7da;
}
div.content div.item div.name a:visited {
	color: #b62ab5;
	border-bottom: 1px solid #f2d8f1;
}
div.content div.item:hover div.name a:visited {
	color: #f11d31;
	border-bottom: 1px solid #fdd7da;
}

div.content div.page_top {
	font-size: 15px;
	max-width: 800px;
	margin-top: 30px;
}
div.content div.page_top h1 {
	text-align: center;
	font-size: 29px;
	}
	
div.content div.page_top ul {
	margin-top: 45px;
	margin-bottom: 45px;
	text-align: center;
}
div.content div.page_top ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	}
div.content div.page_top ul li a {
	background-color: #f1edda;
	color: #256aa3;
	text-decoration: none;
	padding: 7px 13px 7px 13px;
	}
div.content div.page_top ul li a:hover {
	background-color: #eaf2f8;
	}
div.content div.page_top ul li.selected a {
	background-color: #eaf2f8;	
}
div.content div.page_top strong {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 17px;
	display: block;
	}
div.content div.page_top strong > span {
	font-size: 25px;
	}	
div.content div.page_top strong > span > span {
	font-size: 21px;
	font-family: 'PT Sans', sans-serif;
	}
	
div.content div.page_top p {
	margin-bottom: 15px;
	}
div.content div.page_top img {
	max-width: 800px;
	width: 100%;
	height: auto;
}


div.content div.left_block {
	width: 270px;
	background-color: #f8f8f8;
	float: left;
}
div.content div.left_block > ul {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.content div.left_block > ul > li {
	list-style: none;
	margin-top: 10px;
}
div.content div.left_block > ul > li.selected > a {
	font-size: 23px;
}
div.content div.left_block > ul > li > a {
	text-transform: uppercase;
	color: #256aa3;
	text-decoration: none;
	font-weight: bold;	
	display: block;
	font-size: 15px;
}	
div.content div.left_block > ul > li > ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
div.content div.left_block > ul > li > ul > li {
	list-style: none;
	line-height: 30px;
	margin-right: 15px;
	}
div.content div.left_block > ul > li > ul > li:last-child {
	margin-bottom: 15px;
	}
div.content div.left_block > ul > li > ul > li.selected {
	background-color: #e0e0e0;	
	}
div.content div.left_block > ul > li > ul > li.selected a {
	color: #000000;
	}
div.content div.left_block > ul > li > ul > li:hover {
	background-color: #e0e0e0;
	}
div.content div.left_block > ul > li > ul > li:hover a {
	color: #000000;
	}
div.content div.left_block > ul > li > ul > li a {
	font-size: 14px;
	text-decoration: none;
	color: #444444;
	display: block;
	padding-left: 15px;
	}

div.content div.products {
	margin-left: calc(100% / 2 - 400px);
	margin-right: 10px;
	font-size: 0px;
	vertical-align: top;
}
@media (max-width: 1400px) {
	div.content div.products {
		margin-left: 300px;
	}
}
div.content div.products div.path {
	font-size: 13px;
}
div.content div.products div.path {
	color: #0060AC;
	margin-bottom: 20px;
	font-size: 12px;
}
div.content div.products div.path a {
	color: #0060AC;
	font-size: 12px;
	text-decoration: none;
}
div.content div.products div.path span.paths {
	width: 5px;
	height: 9px;
	display: inline-block;
	background: url(../img/sled.svg) no-repeat;
	background-size: 5px 9px;
	margin-left: 7px;
	margin-right: 7px;
}
div.content div.products > h1 {
	font-size: 23px;
}
div.content div.products div.description_cat {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 35px;
	max-width: 1024px;	
	font-style: italic;
	color: #565656;
}
div.content div.products div.description_cat a {
	text-decoration: none;
	color: #565656;
	border-bottom: 1px solid #bdbdbd;
	display: inline-block;
	line-height: 14px;
}


div.content div.products div.products_item {
	width: calc(100% / 5);
	display: inline-block;
	margin-bottom: 50px;
	vertical-align: top;	
	text-align: center;
}
@media (max-width: 2150px) {
	div.content div.products div.products_item {
		width: calc(100% / 4);
		display: inline-block;
		margin-bottom: 50px;
		vertical-align: top;	
		text-align: center;
	}
}
@media (max-width: 1480px) {
	div.content div.products div.products_item {
		width: calc(100% / 3);
		display: inline-block;
		margin-bottom: 50px;
		vertical-align: top;	
		text-align: center;
	}
}
@media (max-width: 1200px) {
	div.content div.products div.products_item {
		width: calc(100% / 2);
		display: inline-block;
		margin-bottom: 50px;
		vertical-align: top;	
		text-align: center;
	}
}

div.content div.products div.products_item div.img_p {
	width: min-content;
	display: inline-block;
}
div.content div.products div.products_item div.img_p div.img_h a img {
	max-width: 275px;
	max-height: 275px;
}
div.content div.products div.products_item span.price {
	font-size: 21px;
	display: block;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}
div.content div.products div.products_item span.price strong {
	font-size: 17px;
}
div.content div.products div.products_item span.name {
	margin-top: 5px;
	font-size: 15px;
	display: block;
	text-align: left;
}
div.content div.products div.products_item span.name a {
	text-decoration: none;
	color: #000000;
}
div.content div.products div.products_item div.img_p:hover span.name a {
	color: #39699f;
}
div.content div.products div.products_item span.name:hover a {
	color: #39699f;
}
div.content div.products div.products_item span.name a:visited {
	color: #b62ab5;
}
div.content div.products div.products_item div.img_h {
	height: 275px;
	line-height: 275px;
}
div.content div.products div.products_item div.img_h img {
	vertical-align: middle;
}

div.content div.products div.pagination {
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 50px;
}
div.content div.products div.pagination a {
	display: inline-block;
}
div.content div.products div.pagination a.nomer {
	color: #ffffff;
	border-radius: 50%;
	background-color: #c9d3d8;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
div.content div.products div.pagination a.nomer:hover {
	background-color: #26b7eb;
}
div.content div.products div.pagination a.selected {
	background-color: #256aa3;
}
div.content div.products div.pagination a.selected:hover {
	background-color: #256aa3;
	}
div.content div.products div.pagination a.next_page_link, div.content div.products div.pagination a.prev_page_link {
	margin-left: 20px;
	color: #256aa3;
	}
div.content div.products div.pagination a.page_link {
	margin-left: 20px;
	color: #c9d3d8;
	}
div.content div.products div.pagination a.next_page_link:hover, div.content div.products div.pagination a.page_link:hover, div.content div.products div.pagination a.prev_page_link:hover {
	text-decoration: none;
	}
div.products div.image {	
	display: table-cell;
}	
div.products div.image img {
	max-width: 500px;
	max-height: 500px;
}
div.products div.product_desc {
	display: table-cell;
	vertical-align: top;
	width: 100%;	
	font-size: 23px;
}
div.products div.product_desc h1 {
	margin-left: 25px;
}
div.products div.product_desc div.sku {
	margin-left: 25px;
	width: 150px;
	height: 15px;
	font-size: 13px;
	margin-top: 10px;
	color: #888888;
}

div.products form.variants {
	margin-left: 25px;
	margin-top: 35px;
}
div.products form.variants strong {
	font-weight: normal;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 15px;
	color: #888888;
}
div.products form.variants input.variant_radiobutton {
	display: none;
}
div.products form.variants input:checked + label {
	background-color: #3675ab;
	color: #ffffff;
}

div.products form.variants label {
	display: block;
	width: 175px;
	margin-bottom: 25px;
	border: 1px solid #3675ab;
	font-size: 15px;
	cursor: pointer;
	color: #3575ab;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
}
div.products form.variants label:hover {
	background-color: #e8f5fe;
	color: #3575ab;
}
div.products form.variants span.frame_price {
	display: block;
}
div.products form.variants input.button {
	font-size: 15px;
	margin-top: 25px;
	background-color: #0f77b0;
	border: 0px;
	color: #ffffff;
	border-radius: 3px;
	width: 175px;
	height: 60px;
	cursor: pointer;
}
div.products form.variants input.button:hover {
	background-color: #256aa3;
}