:root {
--main-family:'FuturaPT-Demi';
--first-family:'Circe';
--second-family:'FuturaPT';
--third-family:'FuturaPT-Medium';
--fourth-family:'Geometria';
--size-section-title:28px;
--size:14px;
--btn-text-size:11px;
--main-color:#1D1D1D;
--first-color:#242C3B;
--btn-color:#50A816;
--second-color:white;
--bg-color:#F4F5F5;
--third-color:#000000;
--fourth-color:#F6F6F6;
--new-color:#DEDEDE;
--new-color2:#999999;
--new-color3:#FCD114;
--new-color4:#D2D2D2;
--new-color5:#3C3D36;
--new-color6:#1662A8;
--discount-bg:#2D9CDB;
--error-color:#f61d1a
}
body, html {
	background: var(--bg-color);
	color: var(--third-color)
}
body, html, li, ul {
	padding: 0;
	margin: 0
}
li {
	list-style: none
}
h1, h2 {
	margin: 0
}
a, button {
	cursor: pointer
}
a {
	text-decoration: none;
	color: var(--third-color)
}
button {
	border: 0;
	outline: 0
}
.wrapper {
	max-width: 1285px;
	margin: 0 auto
}
.no-product img {
	opacity: .5
}
header {
	background: var(--second-color);
	padding: 12px 1% 1px;
	transition-duration: .3s
}
.flex {
	display: flex;
	justify-content: space-between
}
.logo {
	background-image: url(/img/logo.svg);
	max-width: 257px;
	width: 100%;
	height: 142px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	cursor: pointer
}
.logo.lang_logoru {
	background-image: url(/img/logo_ru.svg)
}
.logo-footer img {
	width: 100%;
	max-width: 172px
}
.header {
	position: relative
}
a.bc_href_title {
	color: var(--btn-color);
	text-decoration: underline;
	transition-duration: .3s
}
.nav-item:hover .nav-popup-block a span, a.bc_href_title:hover {
	color: var(--main-color)
}
.nav {
	display: flex
}
.nav-item {
	width: 150px;
	height: 44px;
	background: var(--bg-color);
	border-radius: 4px 4px 0 0;
	transition-duration: .3s
}
.nav-item.green_color:hover {
	background: #4b9a15
}
.nav-item-active, .nav-item:hover {
	background: linear-gradient(180deg, var(--btn-color) 0%, var(--btn-color) 100%);
	border-radius: 0
}
.nav-item-active a, .nav-item:hover span {
	color: var(--second-color)
}
.nav-item a img {
	margin-left: 8px
}
.col {
	display: flex;
	flex-direction: column
}
.col-block {
	margin-bottom: 18px
}
.col-block-fix {
	flex-direction: column;
	margin-bottom: 0;
	display: flex;
	align-items: flex-end;
	padding-top: 3px
}
.block-phone, .col-block a {
	display: flex;
	align-items: center
}
.col-block a, .col-block a.call {
	font-style: normal;
	letter-spacing: .05em
}
.col-block a {
	font-family: var(--first-family);
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: var(--first-color)
}
.col-block .call {
	margin-left: 15px
}
.col-block a.call {
	font-family: var(--main-family);
	font-size: var(--btn-text-size);
	line-height: 13px;
	text-align: right;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	transition-duration: .3s;
	height: 13px;
	padding-left: 0
}
.col-block a.call:hover, .search img:hover {
	opacity: .8
}
.block-phone {
	justify-content: space-between;
	height: 23px;
	margin-bottom: 12px
}
.fixed_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 98%;
	z-index: 999
}
.block-phone a {
	position: relative;
	padding-left: 25px;
	transition-duration: .3s
}
.col-block a.call, .kyivstar:hover, .life:hover, .mtc:hover {
	color: var(--btn-color)
}
.block-phone .kyivstar:after, .block-phone .life:after, .block-phone .mtc:after {
	content: url(/img/vector1.svg);
	position: absolute;
	left: 0;
	top: 64%;
	transform: translateY(-50%)
}
.block-phone .kyivstar:after, .block-phone .life:after {
	content: url(/img/group.svg)
}
.block-phone .life:after {
	content: url(/img/life.svg)
}
.call img {
	margin-right: 6px;
	height: 12px
}
.search input::placeholder {
font-family:var(--first-family);
font-style:normal;
font-weight:400;
font-size:var(--main-color);
line-height:21px;
color:var(--size);
opacity:.5
}
.search {
	width: 649px;
	border: 1px solid rgba(29,29,29,.3);
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	height: 43px;
	align-items: center;
	position: relative
}
.search_button {
	background: 0 0;
	position: absolute;
	right: 16px;
	padding: 0
}
.search img {
	cursor: pointer
}
.search input {
	border: 0;
	outline: 0;
	width: 100%;
	padding: 11px 45px 11px 16px
}
.block-language {
	display: flex
}
.language, .login {
	display: flex;
	align-items: center
}
.col-block a.language {
	font-family: var(--main-family);
	font-style: normal;
	font-weight: 700;
	font-size: var(--btn-text-size);
	line-height: 13px;
	text-align: right;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--main-color);
	opacity: .5;
	transition-duration: .3s;
	cursor: pointer
}
.language:first-child {
	margin-right: 12px
}
.col-block a.language-active {
	font-family: var(--first-family)
}
.icon-language {
	margin-right: 6px
}
.col-block a.language.language-active, .col-block a.language:hover {
	opacity: 1;
	text-decoration-line: underline
}
.col-block a.login {
	font-family: var(--main-family);
	font-style: normal;
	font-size: var(--btn-text-size);
	line-height: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--btn-color);
	padding-left: 28px;
	transition-duration: .3s;
	cursor: pointer;
	padding-right: 8px;
	text-align: center
}
.col-block a.login:hover, .icon-item:hover, .icon-item:hover .circle, .icon-item:hover .circle-fix {
	opacity: .8
}
.icon-login {
	margin-right: 8px
}
.block-icon {
	margin-top: 22px;
	width: 180px
}
.icon-item {
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	cursor: pointer
}
.circle, .circle-fix {
	transition-duration: .3s
}
.circle {
	background: #499916;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 400;
	font-size: 8px;
	line-height: 8px;
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--second-color);
	display: flex;
	align-items: center;
	justify-content: center
}
.circle-fix {
	background: var(--new-color3);
	color: var(--main-color)
}
.icon-item:nth-child(2) {
	border: 1px solid var(--fourth-color);
	border-bottom: none;
	border-top: none
}
.nav-item, .nav-item a {
	display: flex;
	align-items: center;
	justify-content: center
}
.nav-item {
	margin-right: 1px
}
.nav-item a {
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 700;
	font-size: var(--size);
	line-height: 21px;
	text-align: center;
	letter-spacing: .05em;
	height: 100%;
	width: 100%
}
.nav-item ul a {
	display: block
}
.nav-item:last-child {
	margin-right: 0
}
.green_color:nth-child(2) {
	background: #50a816;
	border-radius: 0 4px 0 0;
	color: var(--second-color)
}
.green_color:first-child {
	color: var(--second-color);
	border-radius: 4px 0 0 0;
	background: #50a816
}
.green_color:first-child a, .green_color:nth-child(2) a {
	color: var(--second-color)
}
.green_color {
	max-width: 300px;
	width: 300px
}
.menu_group_header {
	width: 100%
}
body .bootstrap-select.btn-group .dropdown-menu.open {
	overflow: visible!important
}
.selection {
	background-image: linear-gradient(0deg, rgba(1,42,66,.5), rgba(1,42,66,.5)), url(/img/Rectangle.jpg);
	background-size: cover;
	padding: 39px 10px 37px;
	margin-top: -1px
}
.select-tab {
	justify-content: center
}
.select-tab, .tab, .tab-icon {
	display: flex;
	align-items: center
}
.tab {
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 28px;
	color: var(--second-color);
	margin-right: 36px;
	position: relative;
	cursor: pointer
}
.tab-icon {
	margin-right: 8px
}
.icon-active, .tab-active .icon-disactive, .tab:hover .icon-disactive {
	display: none
}
.tab-active .icon-active, .tab:hover .icon-active {
	display: block
}
.tab-active, .tab:hover {
	color: var(--new-color3)
}
.tab:last-child {
	margin-right: 0
}
.arrow {
	position: absolute;
	bottom: -34px;
	left: 30px;
	display: none
}
.slider2-fix .owl-item .car_item, .tab-active .arrow {
	display: block
}
.block-select {
	background: var(--second-color);
	position: relative;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.25);
	-moz-box-shadow: 0 0 0 8px rgba(255,255,255,.25);
	box-shadow: 0 0 0 8px rgba(255,255,255,.25);
	margin-top: 24px;
	padding: 6px 10px 6px 0
}
#msdrpdd20_msdd {
	margin-left: 0
}
.disabled {
	display: none!important
}
.btn {
	width: 128px;
	height: 42px;
	background: var(--new-color3);
	border-radius: 4px;
	font-family: var(--main-family);
	font-style: normal;
	font-size: var(--btn-text-size);
	line-height: 13px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--new-color5);
	transition-duration: .3s;
	padding: 0 20px
}
.nav-item {
	position: relative
}
.btn:hover, .model_head img:hover, .nav-popup.nav-popup-active li a:hover {
	opacity: .8
}
.block-select .select-first {
	padding-left: 0
}
.block-select #msdrpdd25_msdd .ddTitle {
	border-right: none
}
.block-tags, .tag {
	display: flex;
	align-items: center;
	justify-content: center
}
.block-tags {
	margin-top: 24px;
	justify-content: space-between
}
.tag {
	background: rgba(255,255,255,.2);
	border-radius: 10px;
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 400;
	font-size: var(--size);
	line-height: 21px;
	text-align: right;
	letter-spacing: .05em;
	color: var(--second-color);
	margin-right: 24px;
	padding: 10px 16px;
	cursor: pointer;
	transition-duration: .3s
}
.tag:hover {
	background: rgba(255,255,255,.5)
}
.tag:last-child {
	margin-right: 0
}
.block-sliders {
	padding: 24px 10px 48px
}
.block-sliders-mob {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%
}
.block-sliders-mob .flex {
	align-items: center
}
.block-slider-pos {
	position: relative
}
.slider, .slider2 {
	height: 200px;
	max-width: 632px;
	width: 100%
}
.slider .owl-nav, .slider2 .owl-nav, .slider2-fix .owl-nav {
	position: absolute;
	top: 35%;
	transform: translate(-50%, -50%);
	max-width: 1242px;
	width: 100%;
	left: 50%
}
.slider2-fix {
	max-width: 559px;
	margin: auto;
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 2;
	width: 100%;
	height: auto
}
.slider2-fix .owl-item .car_item img {
	max-width: 100%;
	max-height: 100%
}
.owl-prev {
	left: 0;
	position: absolute
}
.owl-next {
	right: 0;
	position: absolute
}
.slider .owl-prev, .slider2 .owl-prev, .slider2-fix .owl-prev {
	left: 10px
}
.slider .owl-next, .slider2 .owl-next, .slider2-fix .owl-next {
	right: 10px
}
.hover_txt:before, .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}
.owl-dots {
	bottom: 20px;
	outline: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	justify-content: center
}
.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	background: var(--second-color)
}
.owl-theme .owl-dots .owl-dot.active span {
	background: 0 0;
	background-image: url(/img/dot.svg);
	width: 13px;
	height: 12px;
	border-radius: 50%
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #d2d2d2
}
.owl-theme .owl-nav [class*=owl-]:hover {
	opacity: .8;
	background: 0 0
}
.product {
	padding-bottom: 36px;
	padding-left: 10px;
	padding-right: 10px
}
.grid {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px
}
.product-item {
	width: 100%;
	height: 210px;
	background-color: var(--second-color);
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	cursor: pointer;
	display: block
}
.product-item:hover .product-item-title {
	color: var(--btn-color)
}
.product-item.category_id19, .product-item.category_id25 {
	width: 100%;
	background-size: auto 100%;
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1
}
.product-item.category_id25 {
	grid-column-start: 3;
	grid-column-end: 5
}
.product-item.category_id21, .product-item.category_id24 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
	background-size: contain
}
.product-item.category_id21 {
	grid-column-start: 2;
	grid-column-end: 3;
	/*background-position: center;
	background-size: cover*/
}
.category_id20.product-item.subcategory {
	background-size: auto 100%
}
.product-item.category_id23 {
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 4;
	height: 100%;
	/*background-position: left bottom;*/
	background-size: 100% auto
}
.product-item-title {
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	color: #252525;
	position: absolute;
	top: 36px;
	left: 36px;
	transition-duration: .3s
}
.leader {
	position: relative
}
.nav-mob, .nav-mob-active {
	-webkit-transition: 200ms linear;
	-moz-transition: 200ms linear;
	-ms-transition: 200ms linear;
	-o-transition: 200ms linear;
	transition: 200ms linear;
	width: 320px
}
.nav-mob {
	position: fixed;
	left: -400px;
	top: 90px;
	bottom: 0;
	background: var(--fourth-color);
	z-index: 9;
	padding-bottom: 20px;
	box-sizing: border-box
}
.nav-mob-active {
	left: 0
}
.mob_heder .nav {
	display: block
}
.flex_logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 257px;
	width: 100%
}
.call_mob_script, .search_mob_script {
	display: none
}
.col-block.search_coll, .model_head img, .nav-popup.nav-popup-active li a:hover::before {
	width: 100%
}
.flex_phones {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.heder_icon {
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 6px;
	padding: 0!important
}
.telegram_head {
	background-image: url(/img/telegram_head.svg)
}
.viber_head {
	background-image: url(/img/viber_head.svg)
}
.whatsapp_head {
	background-image: url(/img/whatsapp_head.svg)
}
.block-icon .model_head {
	background-image: url(../images/b4.png);
	height: 35px;
	width: 45px;
	display: none;
	margin-right: 0
}
.col-block-new {
	width: 30%;
	display: flex;
	justify-content: center;
	margin: 0 0 0 15px;
	align-items: center;
	min-width: 75px
}
.hover_txt, .model_head:hover .hover_txt {
	transition: 200ms linear;
	-o-transition: 200ms linear;
	-moz-transition: 200ms linear;
	-webkit-transition: 200ms linear
}
.hover_txt {
	font-family: var(--second-family);
	left: -10px;
	right: -10px;
	text-align: center;
	padding: 10px 5px;
	position: absolute;
	top: 100%;
	background-color: #50a816;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	opacity: 0;
	visibility: hidden;
	z-index: 10
}
.model_head {
	position: relative
}
.model_head:hover .hover_txt {
	opacity: 1;
	visibility: visible
}
.hover_txt:before {
	content: '';
	bottom: 100%;
	border: 10px solid transparent;
	border-bottom: 10px solid #50a816
}
.col-block-new a {
	max-width: 140px;
	display: block
}
.call_ic {
	background-image: url(/img/vector2.svg)
}
.soc_icon_head_flex {
	display: flex;
	align-items: center;
	justify-content: center
}
a.recal_class {
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: 30px
}
.close_mob_search {
	display: none
}
#wishlist, .nav-popup {
	display: flex;
	align-items: center
}
.nav-popup.nav-popup-active li a::before {
	content: '';
	bottom: 0;
	left: 0;
	height: 1px;
	background: #fff;
	width: 0;
	position: absolute;
	transition-duration: .3s
}
.nav-popup {
	position: absolute;
	color: var(--main-color);
	background: #4b9a16;
	left: 0;
	top: 100%;
	width: auto;
	padding: 20px;
	box-shadow: 0 10px 11px -3px rgba(0,0,0,.2);
	border-radius: 0 3px 3px 3px;
	z-index: 2000;
	box-sizing: border-box;
	transition-duration: .3s;
	align-items: stretch;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden
}
.nav-popup-block a span, .nav-popup-title {
	font-family: var(--first-family);
	color: var(--first-color);
	font-weight: 700
}
.nav-popup-block {
	display: flex;
	flex-direction: column;
	align-items: baseline
}
.nav-popup-block a {
	display: block;
	text-align: left
}
.nav-popup-block a span {
	color: var(--main-color);
	font-weight: 400
}
.nav-popup-block a:hover span {
	color: var(--third-color)
}
.nav-popup-item {
	margin-bottom: 0;
	padding: 0 15px
}
.nav-item:hover .nav-popup-active {
	opacity: 1;
	visibility: visible
}
.nav-popup.nav-popup-active li a {
	transition-duration: .3s;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--second-color);
	position: relative;
	line-height: 1
}
.cartpopup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	z-index: 110;
	opacity: 0;
	visibility: hidden
}
.cart_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	padding: 30px 20px 30px 30px;
	max-width: 600px;
	width: 96%;
	box-sizing: border-box
}
.options_block.active {
	display: block
}
.options_block {
	display: none
}
.block-select .btn-group.bootstrap-select {
	width: 100%;
	border-left: 1px solid rgba(0,0,0,.05)
}
.block-select .bootstrap-select>.dropdown-toggle {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 44px;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: .05em;
	color: #000!important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	font-family: var(--main-family)
}
.block-select .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: center
}
.block-select .bs-caret {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	right: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ar_select.svg)
}
.slider .owl-item img, .slider2 .owl-item img, .slider2-fix .owl-item .car_item img {
	border-radius: 10px
}
.category_container {
	padding: 0 10px 30px
}
.product-item.main_category {
	display: none
}
.category_id22.product-item {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 2;
	background-size: contain
}
.lazyl {
	background-image: none!important
}
.flex-brand {
	flex-wrap: wrap;
	margin-bottom: -45px;
	justify-content: flex-start
}
.brand .flex-brand {
	margin-bottom: 0
}
.brand .flex-new {
	margin-bottom: 4px;
	border: 0
}
.flex-brand .brand-item {
	margin-bottom: 36px;
	padding-bottom: 0;
	width: 16.66%
}
.brand-logo img {
	max-width: 100px;
	max-height: 100px
}
.brand-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 34px
}
.flex-new {
	align-items: baseline;
	border-bottom: 1px solid var(--bg-color)
}
.brand-logo {
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 700;
	font-size: var(--size);
	line-height: 21px;
	letter-spacing: .05em;
	color: var(--first-color);
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 124px;
	height: 124px;
	background: var(--fourth-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition-duration: .3s
}
.brand-title, .model-item {
	transition-duration: .3s;
	position: relative
}
.brand-title {
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 700;
	font-size: var(--size);
	line-height: 21px;
	letter-spacing: .05em;
	color: var(--first-color);
	padding-top: 4px
}
.model-item {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 13.28%;
	margin-right: 1%;
	border-bottom: 1px solid var(--fourth-color);
	border-right: 1px solid var(--fourth-color);
	justify-content: left;
	margin-bottom: 25px;
	cursor: pointer
}
.model-item, .model-name {
	display: flex;
	align-items: center
}
.model-image {
	max-width: 190px;
	max-height: 40px;
	margin-right: 20px
}

@media screen and (max-width:1300px) {
.model-item {
	width: 19%
}
.col, .nav-item {
	max-width: 990px;
	width: 100%
}
.nav-item {
	max-width: 150px
}
.green_color {
	max-width: 300px
}
.col-block-fix {
	margin-left: 10px
}
.block-sliders .flex {
	justify-content: space-around
}
.slider, .slider2 {
	max-width: 49%;
	height: 100%
}
.slider {
	margin-right: 5px
}
.slider .owl-item img, .slider2 .owl-item img {
	width: 100%
}
}

@media screen and (max-width:1185px) {
.search {
	width: 555px
}
}

@media screen and (max-width:1150px) {
.flex-brand .brand-item {
	width: 20%
}
}

@media screen and (max-width:1050px) {
.block-sliders {
	padding-bottom: 24px
}
.slider .owl-nav, .slider2 .owl-nav {
	top: 30%
}
.owl-dots {
	bottom: 9px
}
}

@media screen and (max-width:1024px) {
.search, .search_coll {
	width: 100%
}
a.recal_class.hide_mob.call img {
	display: none
}
a.recal_class.hide_mob.call {
	font-size: 0;
	width: 28px;
	height: 28px;
	margin: 0 5px;
	background-image: url(/img/vector2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}
}

@media screen and (max-width:950px) {
.heder_icon, a.recal_class.hide_mob.call {
	width: 20px
}
.col-block a {
	font-size: 13px
}
.model-item {
	width: 24%
}
}

@media screen and (max-width:900px) {
.block-select .select_button.dop_but {
	min-width: 0;
	width: auto
}
}

@media screen and (max-width:855px) {
.slider .owl-nav, .slider2 .owl-nav {
	top: 34%
}
.block-sliders .flex {
	align-items: center
}
.slider {
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 0
}
.product-item-title {
	top: 10px;
	font-family: var(--main-family);
	font-style: normal;
	font-size: 18px;
	line-height: 16px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center
}
.product-list.grid {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-gap: 0
}
.product-item {
	width: 32%!important;
	box-sizing: border-box;
	padding: 0;
	grid: none!important;
	height: 210px!important;
	margin: 0 0 1.33%;
	order: 5
}
a.category_id25.product-item.subcategory {
	background-size: auto 60%
}
a.category_id19.product-item.subcategory {
	order: 0
}
a.category_id22.product-item.subcategory {
	order: 1
}
a.category_id20.product-item.subcategory {
	order: 3
}
a.category_id23.product-item.subcategory {
	order: 2
}
a.category_id21.product-item.subcategory {
	order: 4
}
.product-item, .product-item.category_id23 {
	background-size: contain
}
}

@media screen and (max-width:800px) {
.hover_txt {
	width: 75px;
	left: -30px;
	top: 120%
}
.block-icon .model_head {
	display: flex
}
header {
	padding: 0
}
.brand_page_list .brand-logo {
	width: 100px;
	height: 100px
}
.brand_page_list .brand-logo img {
	max-width: 84%;
	max-height: 100%
}
.header {
	padding: 5px 10px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	background-color: #fff;
	align-items: center
}
.block-phone a, .col-block .login, .col-block.search_coll .block-phone, .header .col nav, .search {
	display: none
}
#fn_blog_search.search {
	position: relative;
	display: block;
	opacity: 1;
	visibility: visible
}
.search {
	position: absolute;
	opacity: 0;
	visibility: hidden
}
.burger {
	display: block;
	margin-right: 20px;
	background: var(--btn-color);
	width: 32px;
	height: 32px;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	transition-duration: .3s;
	flex-shrink: 0
}
.burger:hover {
	opacity: .8
}
.lines {
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	height: 10px;
	position: absolute;
	width: 16px
}
.line1:before {
	content: '';
	top: 8px;
	width: 16px
}
.line1, .line1:after, .line1:before {
	height: 1px;
	position: absolute;
	background: var(--second-color)
}
.line1:after {
	content: '';
	top: 4px;
	width: 13px
}
.line1 {
	width: 16px
}
.hide_mob {
	display: none!important
}
.search_coll {
	position: fixed;
	width: 100%;
	left: 0;
	top: 90px
}
.block-icon {
	margin-top: 0;
	width: auto;
	align-items: center
}
.logo {
	max-height: 80px;
	width: 160px
}
.mob_flex_right {
	width: auto
}
.main {
	padding-top: 90px
}
.block-sliders .flex {
	flex-wrap: wrap
}
.slider, .slider2 {
	max-width: 100%;
	margin-bottom: 10px
}
.call_mob_script, .search_mob_script {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 21px;
	max-height: 18px
}
.search_mob_script img {
	height: 18px
}
.col-block-fix {
	padding-top: 0
}
.col-block-fix .block-icon>div {
	padding: 0 10px;
	border-right: 1px solid rgba(29,29,29,.05)
}
.col-block-fix .block-icon>div:first-child {
	padding-left: 0
}
.col-block-fix .block-icon>div:last-child {
	padding-right: 0;
	margin-right: 5px;
	border-right: none
}
}

@media screen and (max-width:759px) {
.block-tags {
	display: none
}
.model-item {
	width: 32.33%;
	margin-bottom: 18px
}
}

@media screen and (max-width:719px) {
.block-select {
	flex-wrap: wrap;
	padding-left: 10px
}
.block-select .btn-group.bootstrap-select, .btn-group.bootstrap-select.select-first {
	width: 50%;
	box-sizing: border-box
}
.block-select .select_button {
	width: 100%;
	min-width: 0
}
.block-select .select_button.dop_but {
	min-width: 0;
	width: 100%;
	box-sizing: border-box
}
.options_block_avto .block-select .btn-group.bootstrap-select:nth-child(odd), .options_block_diski .block-select .btn-group.bootstrap-select.select-first:nth-child(even), .options_block_shyny .block-select .btn-group.bootstrap-select.select-first:nth-child(even) {
	border-left: none
}
.block-select .btn-group.bootstrap-select, .block-select .btn-group.bootstrap-select.select-first {
	border-bottom: 1px solid rgba(0,0,0,.05)
}
}

@media screen and (max-width:634px) {
.slider2-fix .owl-nav {
	top: 42%
}
.model-item {
	padding: 5px;
	width: 31.33%;
	margin-left: 1%
}
#wishlist {
	display: flex;
	align-items: center
}
header {
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%
}
.grid {
	grid-template-columns: 1fr 1fr
}
.product-item-title {
	font-size: 16px
}
.selection {
	margin-top: 0
}
}

@media screen and (max-width:613px) {
.product-item {
	height: 123px!important;
	width: 49%!important
}
a.category_id25.product-item.subcategory {
	width: 100%!important;
	background-size: auto 80%
}
}

@media screen and (max-width:580px) {
.col-block-fix .block-icon>div {
	padding: 0 6px
}
.col-block-fix .block-icon>div:last-child {
	padding-right: 0
}
.col-block-fix .block-icon>div:first-child {
	padding-left: 0
}
}

@media screen and (max-width:520px) {
.model-item {
	border: 0;
	padding: 3px;
	margin-right: 2%;
	margin-left: 2%;
	width: 29.33%
}
}

@media screen and (max-width:507px) {
.slider, .slider2 {
	width: 100%;
	max-width: 100%
}
.brand_page_list .brand-logo {
	width: 65px;
	height: 65px
}
.brand-title {
	font-family: var(--main-family);
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: .05em;
	color: var(--first-color)
}
.slider {
	margin-bottom: 10px
}
.circle {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: 500;
	font-size: 8px;
	line-height: 8px;
	text-align: center;
	letter-spacing: .05em
}
.burger {
	margin-right: 9px
}
.logo {
	max-height: 60px;
	width: 80px
}
.brand_page_list .brand-item {
	margin: 10px;
	width: 20%
}
.main {
	padding-top: 70px
}
.selection {
	padding-top: 25px
}
.tab {
	font-size: 13px;
	font-family: var(--second-family);
	font-style: normal;
	font-weight: 400;
	margin-right: 18px
}
.arrow {
	bottom: -36px
}
.grid {
	grid-gap: 8px
}
.product-item-title {
	font-size: var(--size);
	width: 100%
}
.block-select .btn {
	margin-top: 0
}
.block-select {
	margin: 24px auto 0;
	max-width: 100%;
	box-sizing: border-box
}
}

@media screen and (max-width:458px) {
.block-icon.flex {
	align-items: center
}
.icon-item {
	position: relative;
	width: 100%
}
.col-block-fix .block-icon>div {
	border: 0;
	width: 25px;
	padding: 0;
	margin-left: 10px
}
.col-block-fix .block-icon>div img {
	height: 18px
}
.circle {
	position: absolute;
	top: -9px;
	right: -9px
}
.circle-fix {
	right: 0
}
.call_mob_script, .search_mob_script {
	max-width: 25px
}
.col-block-fix .block-icon>div:first-child {
	margin-left: 0
}
}

@media screen and (max-width:386px) {
.logo {
	margin-right: 0
}
.block-icon .model_head {
	width: 38px
}
}

@media screen and (max-width:350px) {
.col-block-fix .block-icon>div img {
	height: 16px
}
.call_mob_script, .search_mob_script {
	max-width: 20px;
	margin-left: 8px
}
}
.new_year_plashka {
	padding: 10px;
	background-color: #50a816;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-family: var(--first-family);
	font-style: normal;
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
	z-index: 2
}
.nowrap_new {
	white-space: nowrap
}
.plashka_otstup {
	height: 55px;
	width: 100%
}

@media screen and (max-width:850px) {
.new_year_plashka {
	font-size: 10px
}
}

@media screen and (max-width:800px) {
.new_year_plashka {
	position: relative;
	top: 90px
}
.plashka_otstup {
	height: 70px
}
}

@media screen and (max-width:507px) {
.new_year_plashka {
	top: 70px
}
}

@media screen and (max-width:420px) {
.new_year_plashka br {
	display: none
}
.new_year_plashka {
	font-size: 9px
}
.nowrap_new {
	white-space: normal
}
}
