* {
	margin:0;
	padding: 0;
}

body {
	min-width: 0px;
	color: #443e3f;
	font-family: "LatoRegular", Times;
	font-size:14px;
	background-color: #fff;
}
a{
	color:#443e3f;
}
img {
	border:none;
}


.slider {

	max-width: 100%;
	max-height: 50%;
	
}

.clear{
	clear:both;
}
.clear15{
	clear:both;
	height:15px;
}

.clearfix:after {

  content: "";
  display: table;
  clear: both;

}

#slider {

	background: url("../img/x-slider.jpg") no-repeat 100% 100%;
	background-position: left, top;
	width: 1170px;
	height: 300px;

}

#slider_text {

	width: 360px;
	height: auto;
	padding-left: 250px;
	padding-top: 30px;
	color: white;
	font: normal 15px/22px "LatoLight";

}

.slider_button {

	width: 210px;
	height: 44px;
	background-color: white;
	color: #4870AE;
	font: inherit;
	line-height: 44px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all 0.15s ease;

}

.slider_button:hover {

	background-color: #eee;

}

/* Îñíîâíûå áëîêè */
#wrapper{
	width: 1170px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

#wrappage{
	overflow:hidden;
}

#header {

	height: 87px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row; 
	flex-wrap: nowrap;
	justify-content: space-between; 
	align-items: center;
	
}

#product_container {
	width: 1170px;
	height: auto;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

.product_img {

	width: 310px;
	height: 310px;
	border: 2px solid #ECECEC;
	border-radius: 2px;
	margin-right: 20px;
	float: left;
	position: relative;
}

.product_img > img {

  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

}

.product_description {

	width: 830px;
	min-height: 310px;
	float: right;

}

.product_description_table {

	width: auto;
	min-height: 160px;

}

/*.product_description_table > table {

	border: 1px solid #ECECEC;
	margin: 4px;

}

.product_description_table > table td {

	border-top: 1px solid #ECECEC;
	border-left: 1px solid red;
}*/



.product_table table th {
  
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  color: #b70000;
  padding: 6px 20px; 
  text-transform: uppercase;
  text-align: center;
  font: normal 14px "LatoRegular";
  
}

.product_table table th:first-child {

  border-left: 1px solid #ececec; 
  
}

.product_table table td {

  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-align: center;
  
}

.product_table table td:first-child {

  border-left: 1px solid #ececec; 
  
}

.product_table table td {

  padding: 3px 20px; 
  
}

.basket_sum {
		
	font: normal 16px/40px "LatoBold";
	text-align: right;

}

.contact_info {

	font: normal 15px/25px "LatoRegular";

}

.basket_table table th {
  
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  color: #b70000;
  padding: 6px 20px; 
  text-transform: uppercase;
  text-align: center;
  font: normal 14px "LatoRegular";
  
}

.basket_table table th:first-child {

  border-left: 1px solid #ececec; 
  
}

.basket_table table td {

  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-align: center;
  
}

.basket_table table td:first-child {

  border-left: 1px solid #ececec; 
  
}

.basket_table table td {

  padding: 3px 20px; 
  
}





.product_price_container {

	width: 285px;
	height: 180px;
	float: left;
	margin-right: 20px;
	border: 1px solid #ececec;
	border-radius: 2px;
	margin-top: 1px;
}

.product_price_title {

	padding-left: 16px;
	border-bottom: 1px solid #ececec;
	color: black;
	vertical-align: middle;
	font: normal 15px/39px "LatoRegular";

}

.product_price_left {

	width: 45%;
	height: 66px;
	float: left;
	padding-top: 2px;
	padding-left: 20px;
	font: normal 15px/32px "LatoRegular";
}

.product_price_left span {

	color: #870000;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}

.product_price_right {

	padding-right: 20px;
	width: auto;
	height: 66px;
	padding-top: 2px;
	float: right;
	font: normal 15px/32px "LatoRegular";
	
}

.product_price_spinner {

	border: 1px solid #C9C9C9;
	border-radius: 2px;
	width: 85px;
	height: 22px;

}

.product_price_spinner_left {

	width: 22px;
	height: 22px;
	border-right: 1px solid #C9C9C9;
	cursor: pointer;
	float: left;
	text-align: center;
	line-height: 22px;
	-webkit-transition: all 0.15s ease;
	background-color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.product_price_spinner_left:hover {

	background-color: #ccc;	

}

.product_price_spinner_right {

	width: 22px;
	height: 22px;
	border-left: 1px solid #C9C9C9;
	cursor: pointer;
	float: right;
	text-align: center;
	line-height: 22px;
	-webkit-transition: all 0.15s ease;
	background-color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.product_price_spinner_right:hover {

	background-color: #ccc;	

}

.product_price {

	width: 100%;
	height: 80px;
}

.product_price_spinner_number {

	width: 38px;
	height: 22px;
	float: left;
	text-align: center;
	line-height: 22px;

}

.product_price_button {

	text-transform: uppercase;
	text-align: center;
	width: 244px;
	height: 48px;
	background-color: #4870AE;
	color: white;
	border-radius: 2px;
	margin: 0 auto;
	font: normal 21px/48px "LatoBold";
	-webkit-transition: all 0.15s ease;
	cursor: pointer;
}

.product_price_button:hover {

	opacity: 0.7;

}

.product_table {

	width: auto;
	min-height: 160px;
	float: left;
}

#breadcrums {

	padding-top: 25px;
	height: 32px;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	font: normal 15px "LatoLight";
	color: #4870AE;
}

#breadcrums a {

	color: #888;

}

.filter {

	padding-top: 25px;
	height: 24px;
	border-bottom: 1px solid #f2f2f2;
	font: normal normal 17px "LatoRegular";
	text-transform: uppercase;

}

.filter_item {

	height: 24px;
	width: auto;
	color: #8f8f8f;
	float: left;
	margin-right: 20px;

}

.filter_item-selected {

	height: 24px;
	width: auto;
	color: #8f8f8f;
	float: left;
	margin-right: 20px;
	color: #4870AE;
	border-bottom: 2px solid #4870AE;

}

#header_delivery {

	height: 87px;
	display: block;
	padding-left: 16px;

}

#header_delivery_icon {

	height: 87px;
	width: 35px;
	display: block;
	float: left;
	background: url("../img/x-delivery-logo.png") no-repeat 100% 100%;
	background-position: left, center;

}

#header_payment_icon {

	height: 87px;
	width: 40px;
	display: block;
	float: left;
	background: url("../img/x-payment-logo.png") no-repeat 100% 100%;
	background-position: left, center;

}

#header_contacts_icon {

	height: 87px;
	width: 40px;
	display: block;
	float: left;
	background: url("../img/x-contacts-logo.png") no-repeat 100% 100%;
	background-position: left, center;

}

.header_splitter {

	width: 1px;
	height: 65px;
	border-left: 1px solid #f2f2f2;
	margin-top: 11px;
}

.header_text {
	
	width: auto;
	float: left;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	
}

#header_payment {

	height: 87px;
	display: block;

}

#header_logo {

	height: 87px;
	display: block;

}

#header_logo_icon {

	height: 87px;
	width: 80px;
	display: block;
	float: left;
	background: url("../img/x-logo.png") no-repeat 100% 100%;
	background-position: center, center;

}

.header_logo_up_text {

	font: normal 32px "LatoRegular";
	color: #5880BE;
}

.header_logo_down_text {

	font: normal 11px Verdana;
	letter-spacing: 4px;
	color: #b0b0b0;
}

#header_contacts {

	height: 87px;
	display: block;

}

#header_basket {

	height: 87px;
	padding: 0 16px;
	display: block;
	background-color: #4870AE;
	color: white;
	-webkit-transition: all 0.15s ease;
	font: normal 16px/28px "LatoRegular";
	
}

#header_basket:hover {

	background-color: #6890CE;

}

.header_contacts_text {

	line-height: 23px;
	font-weight: bold;

}

#header_basket_icon {

	height: 87px;
	width: 80px;
	display: block;
	float: left;
	background: url("../img/x-basket-logo.png") no-repeat 100% 100%;
	background-position: left, center;

}

#menu {

	display: flex;
	background-color: #f8f8f8;
	border-top: #f2f2f2;
	text-transform: uppercase;
	color: #525252;
	height: 51px;
	flex-direction: row; 
	flex-wrap: nowrap;
	justify-content: space-between; 
	align-items: center;
	
}

.menu_item {
	
	margin: auto;  	
  	
}

.menu_splitter {

	width: 1px;
	height: 29px;
	border-left: 1px solid #dfdfdf;
	margin: auto;  	  	
}

.products {

	width: 1190px;
	padding-top: 30px;
	margin-left: -8px;
	margin-right: -8px;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;

}

.product_item {

	width: 276px;
	height: 325px;
	border: 2px solid #ECECEC;
	border-radius: 2px;
	float: left; 
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 18px;

}
					
					
img.product_item_image {

	display:block; 
	margin:0 auto;
	border: none;

}
div.product_item_image {

	height: 128px;
	width: auto;
	margin-top: 20px;
	

}
.product_item_name {

	font: normal normal 17px "LatoRegular";
	text-transform: uppercase;
	text-align: center;
	color: #4870AE;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 0.7px;
	margin-right: 8px;
	margin-left: 8px;

}

.product_item_description div {

	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	/*width: 210px;*/
	height: 68px;
	text-align: center;
	color: #909090;
	display: block;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
	
}

.product_item_description p {

	margin-top: 0;
	margin-bottom: 0;
	font: normal 14px/24px "LatoRegular";
	margin-right: 8px;
	margin-left: 8px;

}

.product_item_description_container p:first-letter {

	 text-transform: uppercase;

}

.product_item_footer {

	height: 49px;
	width: 100%;

}
.product_item_price {

	font: bold 15px Arial;
	color: #b70000;
	width: 50%;
	float: left;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	text-align: center;

}

.product_item_cart {

	width: 50%;
	float: right;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	text-align: center;
  	

}

.product_item_cart_button:hover {

	background-color: #6890CE;
	border: 2px solid #6890CE;

}

.product_item_cart_button {

	cursor: pointer;
	padding-left: 25px;
	width: 70px;
	height: 28px;
	color: white;
	background-color: #4870AE;
	border: 2px solid #4870AE;
	background: url("../img/x-basket-button.png") no-repeat 100% 100% #4870AE;
	background-position: 10px, center;
	border-radius: 2px;
	line-height: 30px;
	font: normal 15px/30px "LatoLight";
	z-index: 1;
	text-align: center;
	-webkit-transition: all 0.15s ease;
}

#footer {

	width: 1170px;
	height: 205px;
	background-color: #202020;
	margin-top: 35px;
	color: white;

}

#footer_left {

	width: 770px;
	height: 100%;
	float: left;
	

}

#footer_left_logo {

	width: 280px;
	height: 100%;
	float: left;
	

}

#footer_left_logo_conteiner {

	width: 100%;
	height: 87px;
	padding-top: 12px;
	padding-left: 10px;
	
}
#footer_left_copyright {

	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-left: 95px;
	color: #b0b0b0;
	
}

#footer_left_info {

	width: 485px;
	height: 100%;
	float: left;

}

.footer_left_info_item {

	width: auto;
	height: 100%;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	font: normal 14px "LatoLight",Arial;
	line-height: 26px;
}

#footer_right {

	width: 400px;
	height: 205px;
	background-color: #2B2B2B;
	float: right;
	font: normal 14px "LatoLight",Arial;
	
}

#footer_right_delivery {

	width: 50%;
	height: 70px;
	padding-top: 35px;
	float: left;
	text-align: center
}

#footer_right_payment {

	width: 50%;
	height: 70px;
	padding-top: 35px;
	float: right;
	text-align: center
}

#footer_right_contacts {

	width: 100%;
	height: 70px;
	padding-top: 35px;
	text-align: center;
	font-weight: bold;

}

#footer_right img {

	padding-bottom: 8px;

}

.title {

	font: normal 18px "LatoRegular";
	color: #5880BE;

}


/*.footer_text {

	height: 32px; line-height: 32px;
}*/

img.footer_text {

	vertical-align: middle;
}




.red {

	color: #870000;
}

.grey {

	color: #808080;

}

.up {

	text-transform: uppercase;

}

.sidebar-inner{
	padding: 45px 15px;
	overflow: hidden;
}
#content{
	max-width:100%;
	
}

.comments {

	max-width:100%;

}

.comments_item {

	max-width:100%;
	border-bottom: 1px solid #ececec;
	padding-top: 16px;

}

.comment_title {

	color: #4870AE;
	font: normal 15px "LatoRegular";

}

.comment_header {

	padding-top: 25px;
	height: 24px;
	border-bottom: 1px solid #f2f2f2;
	font: normal normal 17px "LatoRegular";
	text-transform: uppercase;

}

.comments_form {

	width: 590px;
	height: 310px;
	margin-top: 32px;

}

.fleft {

	float: left;
}

.fright {

	float: right;
}

.comment_form_input {

	width: 280px;
	height: 40px;
	border: 2px solid #ececec;

}

.comment_form_button {

	width: 280px;
	height: 44px;
	
}

.cart_form_button {

	width: 280px;
	height: 44px;
	padding-right: 16px;
	
}

.cart_buttons {

	padding-top: 32px;
	padding-bottom: 32px;

}

input[type=text] {

	width: 240px;
    color: black;
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    padding: 0px 20px;
    font: normal 15px/40px "LatoRegular";
    
}

 input[type=text].captcha {

	
	background-position: right, center;
	width: 240px;
    color: black;
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    padding: 0px 20px;
    font: normal 15px/40px "LatoRegular";
    
}

.comments_form textarea {

	width: 546px;
	height: 160px;
    border: 2px solid #ececec;
    color: black;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0px 20px;
    font: normal 15px/40px "LatoRegular";
        
}



input[type=submit],input[type=button] {

	display: block;
    width: 280px;
    height: 44px;
    background: #4870AE; 
    border: 0 none;
    cursor: pointer;
    color: white;
    margin: 0;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    font-family: inherit;
    box-shadow: none;
    outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
  	font: normal 15px/40px "LatoRegular";

}


a {

	text-decoration: none;
	color: inherit;

}

p {
	font: normal 15px "LatoRegular";
	display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    line-height: 22px;
}

h1 {

	display: block;
    font: normal 20px "LatoBold";
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    padding-top: 16px;
    padding-bottom: 8px;

}

.lnews {

	padding-top: 16px;

}

.lnews a {

	font: normal normal 17px "LatoRegular";
	color: #4870AE;

}

.lnews i {

	color: #bbb;

}

.img {

	width: 100%;
	height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}









p.map {

	font: normal 16px/23px 'LatoRegular'

}

ul.map {

	padding-left: 26px;

}

ul.map li {

	font: normal 16px/24px "LatoRegular"; 

}

ul.product_price_spinner {

	border: 1px solid #C9C9C9;
	border-radius: 2px;
	width: 85px;
	height: 22px;
	list-style: none;
	margin: 0 auto;
}

ul li.sub {

	list-style: none;
	display: block;
	width: 22px;
	height: 22px;
	border-right: 1px solid #C9C9C9;
	cursor: pointer;
	float: left;
	text-align: center;
	line-height: 22px;
	-webkit-transition: all 0.15s ease;
	background-color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
}

ul li.sub:hover {

	background-color: #ccc;	

}

ul li.add {

	list-style: none;
	display: block;
	width: 22px;
	height: 22px;
	border-left: 1px solid #C9C9C9;
	cursor: pointer;
	float: right;
	text-align: center;
	line-height: 22px;
	-webkit-transition: all 0.15s ease;
	background-color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
}

ul li.add:hover {

	background-color: #ccc;	

}

ul li.number {

	list-style: none;
	display: block;
	width: 38px;
	height: 22px;
	float: left;
	text-align: center;
	line-height: 22px;

}

ul li input[type=text] {
	
	display: block;
	width: 38px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-align: center;

}


.mini_footer {

	display: none;

}

.mini_footer_copyright {

	display: none;

}

.wrapper{
	width: 1170px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

.errors {

	color: red;
	font: normal 16px/24px "LatoRegular";

}

.green {
	color: green;
}
.red {
	color: red;
}

h2 {

	font: normal 18px/25px "LatoBold";

}

.map {

	line-height: 26px;
}



.map__right {

	flex: 1;

}

.map__left {

	width: 480px;

}

.map_wrapper {

	border: 2px solid #ECECEC; 
	height: 480px; 
	width: 1170px; 
	box-sizing: border-box; 
	margin-top: 32px; 
	margin-bottom: 16px; 
	display: flex; 
	justify-content: space-around; 
	align-content: stretch

}

.map__right_text {

	padding: 8px 26px;

}

.if_pc_hide {

	display: none;		

}