body {
	font-size: 14px;
	/*font-family: 'Arimo', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	color: #434343;
	overflow-x: hidden;
}

.body_overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

:root {
  --main-color: #0082b2; 
  --main-color-hover: #439abe;	
  --secondary-color: #439abe;
  --secondary-color-hover: #0082b2;
  --red-color: #e44e4f;
  --red-color-hover: #ce3d3f;
  --dark-bg: #1a1a18;
}

a, a:hover, a:focus {
	outline: none;
}

a, a:hover {
	transition: color .25s ease;
}

.container {
	width: 1716px;
}

.dark_block {
	background-color: #1a1a18;
}

.light_grey_block {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f7fb+0,ffffff+100 */
	background: rgb(245,247,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,247,251,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(245,247,251,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(245,247,251,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.grey_block {
	background-color: #f3f7fb;
}

.underline {
	position: relative;
	display: inline-block;	
}

.underline:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	left: 0;
	bottom: 0;
	transform-origin: 0 0;
}

.underline:hover:after {
	transform: scaleX(1);
}

.underline, .underline:after {
	transition: transform .25s ease;
}

.text_up {
	text-transform: uppercase;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_thin {
	font-weight: 300;
}

.text_semi_bold {
	font-weight: 600;
}

.text_bold {
	font-weight: 700;
}

.block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.langs_selection {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.langs_selection li {
	display: inline-block;
	padding-left: 13px;
}

.langs_selection a {
	color: #9eb2ba;
	padding-top: 12px;
	padding-bottom: 12px;
}

.langs_selection a:hover,
.langs_selection a.active {
	color: #7d7e7f;
}

.langs_selection a:after {
	transform: scaleX(1);
	background-color: #9eb2ba;
	bottom: 10px;
}

.langs_selection a:hover:after,
.langs_selection a.active:after {
	transform: scaleX(0);
}

.header_top_line {
	border-bottom: 1px solid #3f3f3e;
}

.main_logo a {
	display: inline-block;
	padding-top: 37px;
}

.main_logo img {
	width: 100%;
}

.search_field_wrapper {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	display: flex;
}

.search_field_wrapper:before {
	display: block;
	content: '';
	position: absolute;
	background-image: url(/images/common/search.svg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 9px;
	left: 13px;
	z-index: 10;
	cursor: pointer;
}

.wrapper_unit {
	float: left;
}

.search_text {
	color: #d0ebf7;
	font-size: 18px;
	padding-top: 27px;
	padding-bottom: 8px;
}

.search_field_wrapper select {
	width: 22%;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 1px solid #e3e5e9;
	color: #8f9092;
	font-size: 13px;
	font-family: Open Sans, sans-serif;
	position: relative;
	padding-left: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	background-color: #fff;
}

.search_field_wrapper select option {
	padding-left: 0;
	
}

.search_field_wrapper input:placeholder {
	color: #8f9092;
}

.search_field_wrapper input {
	font-size: 13px;
	font-family: Open Sans, sans-serif;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-right: 185px;
	border: 0;
	padding-left: 25px;
	position: relative;
	z-index: 1;
	width: 78%;
	flex: 1;
}

.search_field_wrapper .button_wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}

.header_contacts_wrapper .socials {
	float: left;
	position: relative;
	margin-right: 7px;
}

.header_contacts_wrapper .socials:last-of-type {
	margin-right: 0;
}

.header_contacts_wrapper .socials a {
	display: block;
}

.header_contacts_wrapper .socials .default {
	position: relative;
	z-index: 1;
}

.header_contacts_wrapper .socials .hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.header_contacts_wrapper .socials:hover .hover {
	opacity: 1;
	visibility: visible;
}

.header_contacts_wrapper .socials .hover,
.header_contacts_wrapper .socials:hover .hover {
	transition: opacity .25s, visibility .25s ease;
}

.header_contacts_unit {
	float: left;
}

.header_contacts_wrapper {
	padding-top: 23px;
}

.header_contacts_unit.phone_contact a {
	display: inline-block;
	color: #0082b2;
	font-size: 16px;
	margin-left: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
}

.header_contacts_unit {
	float: right;
}

.header_contacts_wrapper .socials:last-of-type {
	margin-right: 0;
}

.header_bottom_line {
	padding-bottom: 25px;
}

.header_wrapper  {
	position: relative;
}

.mobile_contacts_wrapper {
	display: none;
}

.mobile_phone_contacts a {
	color: #0082b2;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.mobile_phone_contacts, 
.header_mobile_socials {
	display: inline-block;
}

.mobile_social {
	float: left;
}

.mobile_social a {
	position: relative;
	display: inline-block;
	margin-left: 7px;
}

.mobile_social .default {
	position: relative;
	z-index: 1;
}

.mobile_social .hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.mobile_social a:hover .hover {
	opacity: 1;
	visibility: visible;	
}

.mobile_social a .hover,
.mobile_social a:hover .hover {
	transition: opacity .25s ease, visibility .25s ease;
} 

.header_mobile_socials {
    position: absolute;
    right: 15px;
    top: 60px;
}

.footer_container {
	width: 1180px;
}

.footer {
	background-color: #fff;
}

.footer_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_list li {
	font-size: 13px;
	margin-bottom: 5px;
}

.footer_list a:after {
	background-color: #434343;
}

.footer_social {
	float: left;
	display: inline-block;
	margin-left: 8px;
}

.footer_social:first-of-type {
	margin-left: 0;
}
 
.footer_social a {
	display: block;
	position: relative;
	width: 40px;
}

.footer_social a img {
	width: 100%;
}

.footer_social .default {
	position: relative;
	z-index: 1;
}

.footer_social .hover {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.footer_social a:hover .hover {
	opacity: 1;
	visibility: visible;
}

.footer_social a .hover, 
.footer_social a:hover .hover {
	transition: opacity .25s ease, visibility .25s ease;
}

.copyright {
	padding: 17px 0px;
	color: #b7b9bb;
	font-size: 13px;
}

.copyright a:after {
	background-color: #b7b9bb;
}

.footer {
	padding-top: 44px;
}

.footer_top_line {
	padding-bottom: 34px;
}

.main_categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*width: 100%;*/
	width: auto;
	display: inline-block;
	border-radius: 5px;
	border-bottom: 1px solid #f1f2f5;
	
}
.main_block_wrapper.inner_main_block_wrapper .main_categories {
	width:15%;
}
.main_categories li  {
	
	padding-left: 0px;
	
	background-color: #fff;
}

.main_categories li:first-of-type > a {
	padding-top: 35px;
}

.main_categories li:last-of-type > a {
	padding-bottom: 36px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.main_categories a {
	display: block;
	color: #004e74;
	position: relative;
	padding-left: 54px;
	border-left: 1px solid #f1f2f5;
	border-right: 1px solid #f1f2f5;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-top: 8px;
	cursor: pointer;
}

.main_categories a:hover{
    /*color:#109cd0;*/
	font-weight: bold;
	color: #1A1A18;
    transition: 0.25s ease;
}

.main_categories a span {
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	line-height: 2.1;
}

.main_categories li:first-of-type a span {
	top: 29px;
}


.header_search_wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.main_block {
	padding-top: 20px;
	position: relative;
}

.main_categories_wrapper {
	/*position: relative;*/
	z-index: 5;
}

.categories_slide_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 83.3333333%;
	height: 100%;
	background-color: #fff;
	z-index: 4;
	left: 11.7%;
	transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
	
}

li.slide_right:hover .categories_slide_wrapper {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
	transition-delay: .2s,.2s,.2s!important;
}


.category_link {
	position: relative;
	z-index: 2;
	cursor: default;
}

.categories_slide_wrapper .container {
	width: 100%;
	padding: 0;
}

.main_category_content {
	padding-left: 30px;
	padding-top: 29px;
	padding-right: 30px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 502px;
}

.subcategory_title {
	color: #1a1a18;
	font-weight: 600;
	margin-bottom: 20px;
}

.subcategory_list {
	margin: 0px 0px 30px 0px;
	padding: 0;
	list-style-type: none;
	border: 0;
}

.subcategory_list a {
	display: inline-block;
	border: 0;
	color: #2a2a2a;
	padding: 0 !important;
	font-size: 13px;
}

.subcategory_list a:hover {
	color: #004e74;
}

.subcategory_list li {
	margin-bottom: 10px;
}

.main_promo_block_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 30px;
	left: 0;
}

.card_pic_wrapper a {
	display: block;
}

.card_pic_wrapper a img {
	width: 100%;
}

.goods_may_like_card .card_pic_wrapper a img {
	width: 80%;
}

.promo_card .card_content .card_option,
.promo_card .card_content .buttons_wrapper {
	display: inline-block;
}

.promo_card .card_content .card_option {
	float: left;
	width: 40%;
}

.card_option a {
	display: block;
}

.promo_card .card_content .buttons_wrapper {
	float: right;
	width: 60%;
}

.promo_card .buttons_wrapper a {
	display: inline-block;
}

.promo_card .buttons_wrapper {
	padding-top: 25px;
}

.promo_card .card_content {
	border-left: 1px solid #f1f2f5;
    border-right: 1px solid #f1f2f5;
    border-bottom: 1px solid #f1f2f5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 9px;
    background-color: #fff;
}

.promo_wrapper {
	padding-left: 0px;
}

.promo_card .btn {
	width: 290px;
}

.promo_main_pic_wrapper a {
	display: block;
}

.promo_main_pic_wrapper a img {
	width: 100%;
}

.main_category_content .promo_pic_wrapper {
	padding-left: 90px;
}

.promo_main_pic_wrapper {
	/*padding-left: 30px;*/
	max-height: 518px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}


.block_promo_wrapper a {
	display: inline-block;
}

.block_promo_wrapper a img {
	width: 100%;
	border-radius: 10px;
}

.block_promo_wrapper {
	margin-bottom: 40px;
}

.block_promo_wrapper:last-of-type {
	margin-bottom: 0;
}

.white_block {
	background-color: #fff;
}

.block_title {
	font-family: 'Arimo', sans-serif;
	font-size: 27px;
	color: #292929;
	padding-top: 35px;
	padding-bottom: 25px;
	font-weight: 600;
}

.goods_block,
.goods_recommended_block {
	padding-left: 30px;
	padding-right: 30px;
}

.goods_may_like_card .card_pic_wrapper a {
	border: 1px solid #f5f7fb;
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

/*.goods_may_like_card .card_pic_wrapper a {
	display: block;
}*/

.goods_may_like_card .card_title a {
	display: block;
	color: #004e74;
	font-weight: 600;
	min-height: 35px;
}

.goods_may_like_card .card_title {
	padding-bottom: 6px;
}

.goods_may_like_card .card_text {
	font-size: 13px;
	color: #8b8b8b;
	line-height: 18px;
	margin-bottom: 15px;
	min-height: 55px;
}

.goods_may_like_card .card_details_unit {
	width: 50%;
}

.goods_may_like_card .card_details_unit:nth-child(odd) {
	float: left;
}

.goods_may_like_card .card_details_unit:nth-child(even) {
	float: right;
}

.goods_may_like_card .card_currency {
	font-family: 'Arimo', sans-serif;
	font-size: 20px;
	color: #161616;
	margin-bottom: 2px;
}

.goods_may_like_card .card_number {
	font-size: 12px;
	color: #8b8b8b;
}

.goods_may_like_card .card_views {
	background-color: #f5f7fb;
	font-size: 13px;
	color: #878789;
	border-radius: 5px;
	padding: 9px 0px;
	margin-top: 4px;
}

.goods_may_like_card .buttons_wrapper .btn {
	width: 100%;
}

.goods_may_like_card .buttons_wrapper {
	margin-top: 13px;
	margin-bottom: 35px;
}

.goods_block {
	padding-bottom: 0;
}

.goods_recommended_block .block_title {
	padding-top: 0;
}

.goods_recommended_block {
	padding-top: 25px;
}

.goods_like_block {
	padding-bottom: 40px;
}

.mobile_phone_contacts {
	display: none;
	position: absolute;
	left: 250px;
	top: 15px;
	z-index: 5;
}

.mobile_phone_contacts a {
	display: inline-block;

}

.mobile_search_icon_wrapper {
	display: none;
	position: absolute;
	top: 20px;
	right: 60px;
	width: 30px;
	height: 30px;
	border-radius: 150px;
	background-color: #fff;
	z-index: 5;
	background-image: url(/images/other/index/icon_bonus2.png);
	-webkit-background-size: 80%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

.mobile_main_categories {
	display: none;
}

.mobile_main_categories .main_categories {
	width: 100%;
	position: relative;
}

.backwards {
	padding-top: 35px;
	padding-left: 15px;
	font-weight: 600;
	padding-bottom: 15px;
	background-color: #fff;
}

.promo_slide {
	max-height: 400px;
	overflow: hidden;
}

.promo_slider_wrapper a {
	display: block;
}

.promo_slider_wrapper a img {
	width: 100%;
}

.main_categories li:hover {
	
	z-index: 99;
}

.promo_slider_wrapper .slick-dots {
	position: absolute;
	z-index: 2;
	bottom: 3px;
	right: 20px;
}

.promo_slider_wrapper .slick-dots li {
	display: inline-block;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #deadb8;
	margin-left: 5px;
	cursor: pointer;
}

.promo_slider_wrapper .slick-dots .slick-active {
	background-color: #d0ebf7;
}

.promo_slider_wrapper .slick-dots li button {
	display: none;
}

.hot_promo_card .card_date_range {
	font-family: Arimo, sans-serif;
	font-size: 15px;
	color: #0f0f0f;	
}

.hot_promo_card .card_date_range .grey_block {
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 5px;
}

.hot_promo_card .card_content_wrapper {
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 40px;
	border-left: 1px solid #f6f6f7;
	border-right: 1px solid #f6f6f7;
	border-bottom: 1px solid #f6f6f7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.10);
 	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.hot_promo_card .card_content a {
	display: inline-block;
	color: #004e74;
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
}

.hot_promo_card .card_content a:hover {
	color: #4c4c4c;
}

.card.hot_promo_card {
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.bonuses_card .card_pic_wrapper {
	padding-bottom: 15px;
}

.bonuses_card .card_title {
	font-weight: 600;
	font-size: 16px;
	color: #3a3a3a;
	padding-bottom: 12px;
}

.bonuses_card .card_content {
	font-size: 13px;
	color: #959698;
	line-height: 18px;
}

.hot_promotions_block {
	padding-bottom: 0;
}

.bonuses_card {
	padding-bottom: 20px;
}

.bonuses_block {
	padding-top: 75px;
	padding-bottom: 40px;
}

.bonuses_card {
	padding-left: 15px;
	padding-right: 15px;
}

.to_the_top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	z-index: 15;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	transform: translateY(50px);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.to_the_top img {
	width: 100%;
}

.to_the_top.in_sight {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.to_the_top, 
.to_the_top.in_sight {
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.main_categories_button_wrapper .btn {
	width: 100%;
}

.btn_lg_custom .btn_sandwitch {
	position: absolute;
	top: 14px;
	left: 16px;
	width: 20px;
	height: 20px;
}

.btn_lg_custom .btn_sandwitch .bar {
	display: block;
	height: 1px;
	background-color: #fff;
	margin-bottom: 7px;
}

.inner_main_block_wrapper .main_categories_wrapper {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	position: absolute;
	width: 100%;
	z-index: 15;
}

.inner_main_block_wrapper.active .main_categories_wrapper {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);	
}

.inner_main_block_wrapper .main_categories_wrapper,
.inner_main_block_wrapper.active .main_categories_wrapper {
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.breadcrums_list {
	margin: 0;
	padding: 15px 0px 0px 0px;
	list-style-type: none;
}

.breadcrums_list li {
	display: inline-block;
}

.breadcrums_list a {
	display: block;
	position: relative;
	font-family: Arial, sans-serif;
	color: #8f9092;
	font-size: 13px;
	padding-right: 20px;
}

.breadcrums_list a:last:of-type {
	padding-right: 0;
}

.breadcrums_list a:after {
	display: block;
	content: '>';
	position: absolute;
	top: 0;
	right: 4px;
	font-size: 12px;
}

.breadcrums_list li:last-of-type a:after {
	display: none;
}

.catalog_block {
	padding-top: 0;
}

.filters_col_wrapper {
	border-radius: 5px;
	padding: 50px 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
}

.filters_range_card .card_title {
	font-family: Arial, sans-serif;
	color: #1a1a1a;
	padding-bottom: 12px;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e6e9ef;
	background-color: #f5f7fb;
	height: 15px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.ui-slider-horizontal .ui-slider-range {
	background-color: #61bfe7;
	height: calc(100% + 2px);
	top: -1px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background-color: #0082b2;
	outline: none;
}

.ui-state-focus, .ui-widget-focus .ui-state-active {
	outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	width: 17px;
	height: 19px;
	background-color: #0082b2;
	border-radius: 50px;
	border: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	top: -3px;
}

.range_slider_wrapper {
	margin-bottom: 10px;
}

.range_slider_val_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.divider {
	flex: 1;
	text-align: center;
}

.range_slider_val_wrapper input {
	width: 46%;
	border-radius: 7px;
	border: 1px solid #e6e9ef;
	background-color: #f5f7fb;
	color: #1a1a1a;
	text-align: center;
	font-family: Open Sans, sans-serif;
	padding: 8px 0px;
}

.filters_range_card {
	padding-bottom: 30px;
	border-bottom: 1px solid #f6f8fc;
	margin-bottom: 30px;
}

.checkboxes_card input[type="checkbox"] {
	position: absolute;
	opacity: .5;
}

.checkboxes_card .card_row {
	position: relative;
	margin-bottom: 15px;
}

.checkboxes_card .card_name {
	display: inline-block;
	font-size: 13px;
	padding-left: 30px;
	color: #ababab;
	cursor: pointer;
}

.card_row .fake_check {
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 5px;
	border: 1px solid #e6e9ef;
	background-color: #f5f7fb;
}

.card_row .fake_check:after {
	display: block;
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #0082b2;
	border-radius: 3px;
	top: 2px;
	left: 2px;
	opacity: 0;
}

.card_row.active .fake_check:after {
	opacity: 1;
}

.card_row .fake_check:after,
.card_row.active .fake_check:after {
	transition: opacity .25s ease;
}

.checkboxes_card .card_title {
	padding-bottom: 20px;
}

.checkboxes_card {
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f8fc;
}

.catalog_block_wrapper {
	position: relative;
}

.catalog_goods_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}

.col_content_wrapper {
	background-color: #fff;
}

.sponsors_slider_wrapper  {
	margin-top: 20px;
}

.sponsors_slider_wrapper .slide {
	background-color: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 65px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.sponsors_slider_wrapper .slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sponsors_slider_wrapper .slide a img {
	width: 60%;
}

.sponsors_slider_wrapper .slick-slide {
	margin-right: 5px;
}

.sponsors_slider_wrapper {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 15;
}

.slider_arrow {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 150px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #fff;
	z-index: 10;
	top: 13px;
	background-image: url(/images/other/catalog/arrow_left.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: .75;
}

.slider_arrow:hover {
	opacity: 1;
}

.slider_arrow,
.slider_arrow:hover {
	transition: opacity .25s ease;
}

.slider_arrow.left {
	left: 0px;
}

.slider_arrow.right {
	right: 0;
	transform: scaleX(-1);
}

.catalog_goods_block {
	padding-left: 30px;
	padding-right: 30px;
	/*margin-top: 15px;*/
}

.col_content_wrapper .container {
	width: 100%;
}

.pagination {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding: 0px 9px;
}

.pagination_arrow {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	position: relative;
	transform: translateY(8px);
	opacity: .75;
}

.pagination_arrow:hover {
	opacity: 1;
}

.pagination_arrow,
.pagination_arrow:hover {
	transition: opacity .25s ease;
}

.pagination_arrow:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pagination_arrow.prev:after {
	content: '<';
}

.pagination_arrow.next:after {
	content: '>';
}

.description_block {
	font-size: 13px;
	padding-left: 35px;
	padding-right: 35px;
	line-height: 18px;
}

.description_block p {
	margin-bottom: 20px;
}

.contacts_promo_wrapper {
	margin-top: 20px;
}

.contacts_title {
	font-size: 15px;
	color: #1a1a1a;	
	font-weight: 600;
	margin-bottom: 15px;
}

.contacts_list {
	margin: 0;
	padding: 0px 0px 30px 0px;
	list-style-type: none;
}

.contacts_list li {
	color: #1a1a1a;
	font-size: 15px;
	margin-bottom: 2px;
	padding-right: 15px;
}

.contacts_content_block .block_title {
	padding-bottom: 47px;
}

.contacts_details_wrapper {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.map_wrapper {
	border-radius: 7px;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
}

.contacts_form_wrapper label,
.contacts_form_wrapper input, 
.contacts_form_wrapper textarea {
	display: block;
	width: 100%;
}

.contacts_form_wrapper {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #f6f6f7;
	border-right: 1px solid #f6f6f7;
	border-bottom: 1px solid #f6f6f7;
	border-radius: 7px;
	margin-top: 20px;
	padding-bottom: 31px;
	padding-top: 32px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.contacts_form_wrapper label {
	color: #8b8b8b;
	margin-bottom: 2px;
}

.contacts_form_wrapper input, 
.contacts_form_wrapper textarea {
	font-family: Open sans, sans-serif;
	border: 1px solid #e6e9ef;
	border-radius: 5px;
	background-color: #f5f7fb;
	padding: 13px 10px;
	margin-bottom: 8px;
}

.contacts_form_wrapper textarea {
	height: 75px;
	resize: none;
}

.contacts_form_wrapper .buttons_wrapper .btn {
	width: 100%;
	margin-top: 3px;
}

.contacts_content_block {
	padding-top: 0;
}

.news_block_wrapper .hot_promo_card .card_content_wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.news_block {
	padding-bottom: 70px;
}

.news_block .contacts_details_wrapper  {
	padding-bottom: 65px;
	border-radius: 5px;
}

.news_text_block_wrapper p {
	line-height: 22px;	
}

.filters_toggle_wrapper {
	display: none;
}

.filters_toggle_wrapper .btn {
	width: 100%;
}

.filters_range_card {
	padding-top: 20px;
	padding-bottom: 20px;
}

.filters_collapse {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 150px;
	right: 15px;
}

.filters_collapse:before,
.filters_collapse:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #3f3f3e;
	transform-origin: 50% 50%;
}

.filters_collapse:before {
	transform: rotate(-45deg) translateX(-10px) translateY(10px);
}

.filters_collapse:after {
	transform: rotate(45deg) translateX(10px) translateY(10px);
}

.careers_details_wrapper {
	position: relative;
	padding: 20px;
}

.careers_card .card_pic_wrapper a {
	display: block;
}

.careers_card .card_pic_wrapper img {
	width: 100%;
}

.careers_page_block {
	position: relative;
	padding-top: 0;
	width: 100%;
}

.careers_card .card_pic_wrapper, 
.careers_card .card_pic_wrapper img {
	position: relative;
}

.careers_card .card_pic_wrapper img {
	z-index: 1;
}

.careers_card .card_content {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px;
	background-color: rgba(0,0,0,.75);
}

.careers_card .card_title {
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
}

.careers_description_card {
	line-height: 22px;
}

.careers_description_card .block_title {
	padding-top: 40px;
	padding-bottom: 10px;
}

.careers_description_card .video_card_unit {
	width: 45%;
}

.careers_description_card .video_card_unit:nth-child(odd) {
	float: left;
}

.careers_description_card .video_card_unit:nth-child(even) {
	float: right;
}

.news_block_wrapper .card_pic_wrapper a img {
	width: 100%;
}

.main_categories a.subcategory_title {
	border-left: 0;
	border-right: 0;
	padding-top: 0 !important;
	padding-left: 0;
	padding-bottom: 0;
}

.on_top {
	position: relative;
	z-index: 55;
}

.not_relative {
	position: initial;
}

.main_categories_button_wrapper {
	margin-bottom: 20px;
}

.breadcrumbs {
	padding: 15px 0px;
}

.breadcrumbs a {
	display: inline-block;
	position: relative;
	font-size: 13px;	
	color: #8f9092;
	padding-right: 30px;
}

.breadcrumbs a:after {
	display: block;
	content: '>';
	position: absolute;
	top: 0;
	right: 15px;
}

.breadcrumbs a:last-of-type:after {
	display: none;
}

.buttons_wrapper a.btn {
	display: inline-block;
	text-align:center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.select_options_wrapper span,
.select_options_wrapper select {
	display: inline-block;
}

.select_options_wrapper span {
	color: #949494;
	font-size: 13px;
}

.select_options_wrapper select {
	font-style: italic;
	font-size: 12px;
	color: #8f9092;
	width: 235px;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #e6e9ef;
	background-color: #f5f7fb;
	background-image: url(/images/other/catalog/down_arrow.png);
	padding: 5px 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 95% center;
}

.select_options_wrapper {
	margin-top: 35px;
}

.main_categories_button_wrapper .buttons_wrapper {
	margin-bottom: 20px;
}

.sponsors_slider {
	margin-bottom: 20px;
}

.inner_main_block_wrapper.active .main_categories_wrapper {
	z-index: 15;
}

.error_text {
	font-size: 16px;
	line-height: 22px;
}

.image_wrapper {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 40px;
}

.image_wrapper img {
	width: 100%;
}

.error_card .error_text a:after {
	background-color: #434343;
}

.card .goods_may_like_card .card_text, 
.hot_promo_card .card_content a {
	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;
}

.inner_main_block_wrapper.active .main_categories_wrapper:hover {
	z-index: 20;
}
.activepage{
font-weight:bold;
color:#069ed6;
}
.pagination a:hover{
color:#069ed6;
}
.main_block_wrapper.inner_main_block_wrapper{
overflow:hidden;
}
.main_block_wrapper.inner_main_block_wrapper.active{
overflow:visible;
}





