@import '/assets/fonts/fonts.css';

.cf:after {
	content: "";
	display: table;
	clear: both;
}

.pbLoader {
	box-shadow: none;
	display:block;
	padding-top:35px;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fafafa;
	color: #3d3d3d;
	font-size: 13px;
	font-family: 'GothamPro';
	line-height: 1.6;
	overflow-x: hidden;
}

p {
	margin: 0 0 15px;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

strong,
b {
	font-family: 'GothamPro-Bold';
}
.white-block {
    background-color: #fff;
}
.text-content strong,
.text-content b {
	font-weight: normal;
}

#top_block {
	background-image: url(/assets/images/bg_anons.jpg);
	background-attachment: fixed;
    background-size: contain; 
	color: #fff;
	text-align: center;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.17);
}
@media all and (max-width: 576px) {
	#top_block { 
		background-attachment: unset;
		background-size: cover;
	}
}
#top_block p {
	margin: auto;
}

.christmas-block {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	display: block;
}

.christmas-block__garland, .christmas-block__garland2, .christmas-block__garland3, .christmas-block__garland4, .christmas-block__garland5 {
	background: url('/assets/images/lamps1.png') repeat-x;
	width: 100%;
	height: 49px;
}

#christmas-garlan__animated {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	display: block;
}

.christmas-block__garland2 {
	background: url('/assets/images/lamps2.png') repeat-x;
}

.christmas-block__garland3 {
	background: url('/assets/images/lamps3.png') repeat-x;
}

.christmas-block__garland4 {
	background: url('/assets/images/lamps4.png') repeat-x;
}

.christmas-block__garland5 {
	background: url('/assets/images/lamps5.png') repeat-x;
}

.christmas-block__text {
	padding: 36px 0 20px 0 !important;
}

@media (max-width: 980px) {
	#top_block {
		margin-top: 55px;
	}
	
	.top-banner-active .header {
		padding-top: 0 !important;
	}
	.top-banner-active .wrap-mobile-search.opened {
		margin-top: 0 !important;
        margin-bottom: 0 !important;
	}
}

@media (max-width: 980px) {
	.header__main-container {
		width: 100% !important;
	}
	
	.work-wrap--text-info.mobile {
		display: none !important;
	}
	
	.work-wrap--text-info {
		display: block !important;
		margin-top: 7px;
		text-align: left;
	}
	
	.header-flex--callback.mobile  {
		display: flex !important;
		margin-top: 0 !important;
		margin-left: 11px;
		margin-right: 30px;
	}
	
	.header-flex--work-wrap {
		margin-top: 18px;
	}
	
	.header-flex {
		height: auto !important;
	}
	
	.header-flex--work img {
		margin-top: -7px;
	}
}

@media (min-width: 768px) and (max-width: 960px) {
	.header-flex--work-wrap .work-wrap--work-time p {
		display: block;
		margin-bottom: 4px;
	}
	
	.work-wrap--text-info {
		margin-top: 3px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.header-flex--work img {
		margin-top: 7px;
	}
	.work-wrap--text-info {
		display: inline-block !important;
		margin-top: 0;
	}
}

@media (max-width: 576px) {
	
	.header-flex--work, .header-flex--phones {
		gap: 2px !important;
	}
	
	.header-flex--callback.mobile {
		margin-top: 7px !important;
    margin-left: 20px;
    margin-right: 30px;
	}
}

.notification {
	padding: 25px 50px;
	margin-bottom: 30px;
}

.notification p {
	margin: 0;
}

.notification.notification-success {
	background-color: #e9f4e3;
}

.notification.notification-success strong {
	font-family: "GothamPro", sans-serif;
}

.notification.notification-success.item_set {
	margin-top:-30px;
	margin-bottom: 20px;
}
.notification.notification-success.item_set p{
	text-align: center;
	font-size: 15px;
}

.user-data-wrapper {
	padding: 10px 0 25px 0;
}

.user-data-wrapper .title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.user-data-wrapper .title.green {
	color: #82af79;
}

.cart-form-wrapper {
	width: 100%;
	margin-top: 25px;
}

.suggestions-constraints {
	display: none;
}

.cart-form-wrapper .form-row label {
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.cart-form-wrapper textarea.form-control {
	border-radius: 0;
	height: 40px;
	position: relative;
	border: 1px solid #9a9a9a;
	padding-left: 10px !important;
	display: block;
	height: 85px;
}

.cart-form-wrapper input.form-control,
.cart-form-wrapper select.form-control {
	border-radius: 0;
	height: 40px;
	position: relative;
	border: 1px solid #9a9a9a;
	padding-left: 10px !important;
}

.cart-form-wrapper label.require:before {
	content: "обязательное поле";
	position: absolute;
	/* bottom: 2px; */
	top: 12px;
	opacity: 0;
	right: 10px;
	font-size: 12px;
	color: #c7c7c7;
	text-transform: none;
	z-index: 1;
	font-weight: normal;
}
@media all and (max-width: 769px) {
	.cart-form-wrapper label.require:before {
		top: 22px;
	}
}
@media all and (max-width: 380px) {
	.cart-form-wrapper label.require:before {
		font-size: 10px;
		top: 24px;
	}
}
.cart-form-wrapper .wrap-adress label.require:before {		 
    bottom: 23px;
}
.time-delivery-wrapper .cart-form-wrapper label.require:before {
	bottom: 22px;
}

.processing-consent-wrapper {
	margin-top: 50px;
	position: relative;
}

.processing-consent-wrapper .error {
	display: none;
	position: absolute;
	color: red;
	/*bottom: 0; */
	right: 0;
}

.processing-consent-wrapper.error span.error {
	display: block;
}

.processing-consent-wrapper label p {
	margin: 0;
}

.processing-consent-wrapper label a:hover {
	color: #ff371a;
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox+label {
	position: relative;
	padding: 0 0 0 28px;
	cursor: pointer;
	user-select: none;
}

.checkbox+label:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 19px;
	height: 19px;
	background-color: transparent;
	border: 2px solid #979797;
}

.checkbox+label:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	width: 11px;
	height: 9px;
	background-color: #ff371a;
	display: none;
}

.checkbox:checked+label:after {
	display: block;
}

.sending-order-wrapper h2 {
	text-transform: uppercase;
	color: #3ca727;
	font-size: 13px;
	font-weight: bold;
	margin-top: 50px;
}

.radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.radio-order {
	margin-bottom: 15px;
}

.radio-order .method-img {
	margin-right: 50px;
}

.radio-order .method-title {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	max-width: 55%
}
.payment-method .radio-order .method-title{
	max-width: 100%
}

.radio-order .method-title span {
	color: #9a9a9a;
	font-weight: normal;
	margin-left: 10px;
}

.additional-info {
	padding: 0 0 50px;
}

.additional-info .processing-consent-wrapper {
	margin-top: 0;
}

.installation-required label {
	font-weight: bold;
	color: #000;
	padding-right: 50px;
}

.checkbox-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.installation-required {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.radio-order .method-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 870px;
}

.radio-order .method-price {
	max-width: 260px;
	width: 45%;
}

.radio-order .price-without {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #9a9a9a;
	font-size: 12px;
}

.radio-order .price-without strong,
.radio-order .price-within span {
	color: #000;
}

.radio-order .price-within {
	color: #9a9a9a;
	font-size: 13px;
}

.radio-order .price-within span {
	font-weight: normal;
	font-size: 13px;
	white-space: nowrap;
}


.radio-order {
	min-height: 90px;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
	/* transition: .3s ease-in-out; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 40px;
	padding-left: 70px;
}

.radio-order:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 100%, rgba(244, 244, 244, 1) 100%);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
}

.radio+.radio-order {
	position: relative;
	cursor: pointer;
}

.radio+.radio-order:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 27px;
	width: 16px;
	height: 16px;
	border: 2px solid #c1bfbf;
	border-radius: 50%;
	background: transparent;
}

.radio+.radio-order:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 31px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fe1d16;
	opacity: 0;
	transition: .2s;
}

.radio:checked+.radio-order:after {
	opacity: 1;
}

.radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}

.installation-required .radio-button {
	color: #9a9a9a;
	font-weight: normal;
	font-size: 13px;
	margin-right: 40px;
}

.radio+.radio-button {
	position: relative;
	padding: 0 0 0 25px;
	cursor: pointer;
}

.radio+.radio-button:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-56%);
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}

.radio+.radio-button:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fe1d16;
	opacity: 0;
	transition: .2s;
}

.radio:checked+.radio-button:after {
	opacity: 1;
}

.time-delivery-wrapper {
	margin-top: 20px;
	display: none;
}

.time-delivery-wrapper .installation-required .radio-button {
	font-weight: normal;
}

.time-delivery-wrapper .installation-required label {
	text-transform: none;
	padding-right: 20px;
}

.time-delivery-wrapper .installation-required {
	align-items: flex-start;
	margin-top: 20px;
}

.time-delivery-wrapper .checkbox-wrapper {
	max-width: 500px;
}

.form-control-wrapper.error input {
	border-color: red;
}

.form-control-wrapper.error .require:before {
	color: red;
	transition-duration: 400ms;
	opacity: 1;
}
.form-control-wrapper.wrap-adress.error .require:before {
		content: "Нужно указать город";
}
.cart-box .shop-cart-footer .btns .btn-inverted {
	color: #fff;
	background-color: #fe1d16;
	width: 100%;
	text-align: center;
	border: 1px solid #fe1d16;
	font-size: 14px;
	font-family: 'GothamPro-Bold', sans-serif;
	padding: 20px 0;
	text-decoration: underline;
	transition: all .3s ease;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
}

.cart-box .notification a {
	color: #fe1d16 !important;
	transition: .3s ease-in-out;
}

.cart-box .notification a:hover {
	color: #000 !important;
}

.cart-box .shop-cart-footer .btns .btn-inverted:hover {
	background-color: transparent;
	color: #fe1d16;
}

.shop-cart-footer .cart-col-flex.step-two {
	display: none !important;
}

.shop-cart-footer .cart-col-flex .order-data-row {
	display: block;
	margin-bottom: 5px;
	padding: 0 !important;
	width: 100% !important;
}

.shop-cart-footer.onOther .cart-col-flex.step-two {
	display: block !important;
}

.shop-cart-footer.onOther .cart-col-flex.step-one {
	display: none !important;
}



.text-content a {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;

}

.text-content a:hover {
	color: #fe1d16;
}

.red-text {
	color: #fe1d16;
}

.danger-box {
	color: #fe1d16;
	font-family: 'GothamPro-Bold';
	background: #deebd7;
	margin: 50px auto 100px;
	width: 745px;
	max-width: 90%;
	padding: 30px 50px;
}

.danger-box p {
	margin: 0;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after {
	content: "";
	clear: both;
	display: table;
}

.icns {
	background-image: url('/assets/images/icns_mainpage.png');
	background-repeat: no-repeat;
}

.btn {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
}

.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-box-row {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-box-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vertical-middle {
	top: 50%;
	transform: translateY(-50%);
}

.place-holder {
	position: absolute;
	left: 20px;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.hide .place-holder {
	display: none;
}

.deocration-link {
	text-decoration: underline;
}

.deocration-link:hover {
	text-decoration: none;
}

.hidden-animation {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.show-animation {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.list-style-none {
	padding: 0;
	margin: 0;
	list-style: none;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.main-header {
	background: #fafafa;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}

@media all and (max-width: 980px) {
	.main-header {
		position: relative;
	}
}

.main-header .regim {
	margin-top: 7px;
	font-weight: 800;
}
.main-header .regim .workTime {
	margin-left: 7px;
}
@media all and (min-width:760px) and (max-width:1280px) {
	.main-header .regim .vyh {
		display: block;
	}
}

.main-header .regim .vyh {
	color: #b9b4b4;
	white-space: nowrap;
}

.main-nav-elements {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(61, 61, 61, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(61, 61, 61, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(61, 61, 61, 0.5);
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	background: #fafafa;
}

.main-nav-elements .numbercircle {
	position: absolute;
	display: block;
	z-index: 999999;
	margin-left: 20px;
	width: 26px;
	height: 26px;
	padding: 2px;
	color: #666;
	text-align: center;
	font-weight: bold;
}

@media only screen and (min-width: 980px) {
	.main-nav-elements .numbercircle {
		position: absolute;
		display: block;
		z-index: 999999;
		margin-left: 0px;
		top: -15px;
		left: 15px;
		border-radius: 50%;
		width: 26px;
		height: 26px;
		padding: 2px;
		background: #fff;
		border: 1px solid #666;
		color: #666;
		text-align: center;
		font-weight: bold;
	}
}

.main-nav-elements .elements {
	margin: 0;
	padding: 10px 35px;
	width: 100%;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.main-nav-elements .elements .element-name {
	line-height: 100%;
}

.main-nav-elements .elements [class^='element-'] a {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.main-nav-elements .elements [class^='element-'] a .element-name {
	display: none;
	opacity: 0;
}

.main-nav-elements .elements .element-1 a {
	background-image: url("/assets/images/icn_cart2.svg");
}

.main-nav-elements .elements .element-2 a {
	background-image: url("/assets/images/icn_cat.svg");
}

.main-nav-elements .elements .element-3 a {
	width: 20px;
	height: 20px;
	background-image: url("/assets/images/icn_favorit.svg");
}

.main-nav-elements .elements .element-4 a {
	background-image: url("/assets/images/icn_libra.svg");
}

.main-nav-elements .elements .element-5 a {
	background-image: url("/assets/images/ic_quest.svg");
}

.main-nav-elements .elements .hidden-cart {
	display: none;
}

.catalog-section .slick-slider .slick-track,
.catalog-section .slick-slider .slick-list {
	padding-top: 5px;
}

.catalog-section .main-container {
	max-width: 1142px;
}

.main-footer .copyright-row .copyright a {
	transition: .3s ease-in-out;
}

.main-footer .copyright-row .copyright a:hover {
	color: #fff;
}

.shop-items-list-item {
	position: relative;
	float: left;
	width: 260px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.wrapItems>div {
	display: inline;
}

.discounts_hide {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.discounts {
	opacity: 1;
	padding: 10px 15px;
	background: #f26c4f;
	color: #fff;
	position: absolute;
	top: -8px;
	left: 8px;
	z-index: 10;
	text-align: center;
}

.discounts a {
	color: inherit !important;
}

.discounts:before {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 8px;
	height: 8px;
	background-image: url('/assets/images/icn_corner.svg') !important;
	background-repeat: no-repeat;
	display: block;
}

.discounts+.discounts {
	left: 105px;
}

.discounts:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	pointer-events: none;
}

.discounts:hover:after {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	background: rgba(255, 255, 255, 0.13);
}

.item-image {
	position: relative;
	text-align: center;
}

.color_dop_bl {
	width: 90%;
	height: 80%;
	background-color: #fff;
	z-index: -1;
	position: absolute;
	margin: auto;
	padding: 20px;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 0;
	display: inline-block;
	opacity: 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	overflow-y: auto;
}

.color_dop_bl>p {
	font-weight: bolder;
}

.item-image:hover>.color_dop_bl {
	opacity: 1;
	margin: auto;
	z-index: 1;
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	-o-transform: translate(0, 50px);
}

a.col-r:hover {
	text-decoration: none;
}

a.col-r>span {
	display: none;
}

a.col-r>img {
	margin: 5px;
}

.main-logo {
	margin: 20px auto 35px;
}

.against-logo {
	width: 100%;
}

.geotarget {
	margin: 10px auto 35px;
}

.geotarget a {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.geotarget .geo-description .geo-city {
	padding: 0 15px;
	color: #fe1d16;
	text-decoration: underline;
}

.geotarget .geo-description .geo-city:hover {
	text-decoration: none;
}

.geotarget .geo-another-city {
	margin-top: 5px;
}

.geotarget .geo-another-city .geo-city-another-link {
	color: #9a9a9a;
	text-decoration: underline;
}

.geotarget .geo-another-city .geo-city-another-link:hover {
	text-decoration: none;
}

.geotarget .geo-another-city .geo-city-another-link__question {
	color: #9a9a9a;
	line-height: 1;
	vertical-align: top;
}

.geotarget .geo-shops {
	font-family: 'GothamPro-Bold';
	margin-right: 15px;
}

.geotarget .geo-list {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 0;
	background: rgba(250, 250, 250, 0.9);
	text-align: left;
}

.geotarget .geo-list:after {
	content: "";
	clear: both;
	display: table;
}

.geotarget .geo-list .h3 {
	font-family: GothamPro-Bold;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.geotarget .geo-list .geo-inner {
	position: relative;
}

.geotarget .geo-list .geo-form,
.geotarget .geo-list .geo-items {
	width: 100%;
}

.geotarget .geo-list .geo-form {
	text-align: right;
}

.geotarget .geo-list .geo-form fieldset {
	display: block;
	padding: 10px 40px 9px 20px;
	margin: 0;
	border: 1px solid #3d3d3d;
	background: #ffffff;
	margin-bottom: 15px;
	position: relative;
}

.geotarget .geo-list .geo-form input {
	text-align: left;
	width: 100%;
	border: none;
	color: #3d3d3d;
}

.geotarget .geo-list .geo-form input:focus {
	outline: none;
}

.geotarget .geo-list .geo-form button {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	width: 190px;
	padding: 20px 0;
	color: #ffffff;
	font-family: 'GothamPro-Bold';
	background-color: #fe1d16;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.geotarget .geo-list .geo-form button:hover {
	background-color: #3d3d3d;
}

.geotarget .geo-list .geo-form .city-list {
	position: absolute;
	padding: 10px 0;
	display: none;
	top: 102%;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
}

.geotarget .geo-list .geo-form .city-list a {
	display: block;
	padding: 6px 15px;
	font-family: GothamPro;
	color: #000000;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.geotarget .geo-list .geo-form .city-list a:hover {
	color: #fe1d16;
}

.geotarget .geo-list .geo-items {
	margin-top: 30px;
}

.geotarget .geo-list .geo-close {
	position: absolute;
	top: -15px;
	right: 15px;
	z-index: 9;
	color: #818181;
	text-decoration: underline;
	text-transform: lowercase;
	padding-right: 15px;
}

.geotarget .geo-list .geo-close:after {
	content: 'X';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #818181;
	font-size: 20px;
	vertical-align: baseline;
	display: inline-block;
	line-height: 1;
}

.geotarget .geo-list .geo-close:hover {
	text-decoration: none;
}

.geotarget .geo-list .geo-item {
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
	color: #000000;
}

.geotarget .geo-list .geo-item.geo-current {
	font-family: GothamPro-Bold;
}

.geotarget .geo-list .geo-item input {
	vertical-align: middle;
	margin-right: 10px;
}

.geotarget .geo-list .geo-item:hover {
	color: #fe1d16;
}

.telephone {
	margin: 10px auto 35px;
}

.telephone .number {
	color: #fe1d16;
	font-size: 24px;
}

.telephone p {
	margin: 0;
}

.callback {
	margin: 10px auto 35px;
}

.callback .btn {
	width: 190px;
	padding: 20px 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	color: #ffffff;
	font-family: 'GothamPro-Bold';
	background-color: #fe1d16;
}

.callback .btn:hover {
	background-color: #3d3d3d !important;
}

.callback .btn:active {
	background-color: #000000;
}

.footer-email .email {
    color: #9a9a9a;
    line-height: 1;
}

.footer-email .email a {
    color: #9a9a9a;
    font-size: 15px;
}


.main-menu {
	position: fixed;
	top: 2px;
	left: 0;
	z-index: 99;
	width: 100%;
	pointer-events: none;
}

.main-menu .btn-main-menu {
	pointer-events: auto;
	margin-left: 8px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: block;
	width: 26px;
	height: 40px;
	background-image: url(/assets/images/icn_menu.svg);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.main-menu .menu-item-list {
	margin: 0;
	padding: 10px 0 15px;
	list-style: none;
	margin-top: 4px;
	text-align: left;
	pointer-events: auto;
	background: #efeee9;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	z-index: 9;
}

.main-menu .menu-item-list a {
	font-family: 'GothamPro-Bold';
	display: inline-block;
	padding: 6px 15px;
	min-width: 200px;
	color: #3d3d3d;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu .menu-item-list a:hover {
	color: #fe1d16;
	text-decoration: none;
}
.main-menu .menu-item-list .main-menu-item-actions {
    background-color: #fe1d16;
    min-width: 125px;
    text-align: center;
 
    transition: all 0.4s ease-in-out 0s;
}
.main-menu .menu-item-list .main-menu-item-actions:hover {
    background-color: #3d3d3d !important;
}

.main-menu .menu-item-list .main-menu-item-actions > * {
    color: #fff !important;
    //text-align: left;
}
.main-menu .submenu-item-list .submenu {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 0;
	transform: translateY(-2em);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all .2s linear;
}

.main-menu .submenu-item-list .submenu li {
	padding-left: 15px;
	transition: all 0.4s ease-in-out 0s;
}

.main-menu .submenu-item-list .submenu li:hover {
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
	background-color: #3d3d3d;
}

.main-menu .submenu-item-list a {
	position: relative;
}

.main-menu .submenu-item-list a .before {
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 25px;
	height: 25px;
	background-image: url('/assets/images/icns_mainpage.png');
	background-repeat: no-repeat;
	background-position: -6px -108px;
}

.main-menu .submenu-item-list.open .submenu {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.main-menu .submenu-item-list.open .submenu a {
	color: #a9a6a6;
}

.main-menu .submenu-item-list.open a .before {
	background-position: -6px -127px;
}

.main-menu.open .btn-main-menu {
	background-image: url('/assets/images/icn_delete_file.svg');
	background-position: center;
	background-size: 72%;
}

.main-menu.open .menu-item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.modal_out a {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.modal_out a img {
	max-width: 100%;
}

.autocomplete-suggestions {
	background: #F8F8F8;
	border: 1px solid #C4C4C4;
	border-top: none;
}

.autocomplete-suggestion {
	padding: 8px 8px 8px 20px;
	color: #666;
	cursor: pointer;
	text-align: left;
}

.autocomplete-suggestion:hover,
.autocomplete-suggestion:active {
	background: #fe1d16;
	color: #fff;
}

.catalog-search__input-wrap {
	max-width: 100%;
	width: 565px;
	border: 1px solid #DADADB;
	position: relative;
}

.catalog-search__input {
	width: 100%;
	padding: 13px 40px 12px 20px;
	background: #fff;
	border: 0;
	font-size: 13px;
}

.catalog-search-wrap {
	width: 50% !important;
	padding-left: 5px;
}

.catalog-search__input-btn {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: block;
	width: 44px;
	height: 100%;
	background: #fe1d16;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.catalog-search__input-btn:hover {
	background: #000000;
}

.catalog-search__input-btn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/assets/images/icn_magn.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.mobile-catalog-search-wrap {
	display: none;
	margin-bottom: 10px;
}

@media (max-width: 979px) {
	.mobile-catalog-search-wrap {
		display: block;
	}
}

.main-search {
	position: fixed;
	top: 2px;
	right: 6px;
	z-index: 99;
	display: inline-block;
}

.main-search .btn-search {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: block;
	width: 40px;
	height: 40px;
	background: #fe1d16;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.main-search .btn-search:hover {
	background: #000000;
}

.main-search .btn-search i {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(/assets/images/icn_magn.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.main-search .search-form {
	height: 0;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	width: 446px;
	right: 0;
	background: #ffffff;
}

.main-search .search-form fieldset {
	border: none;
	padding: 0;
}

.main-search .search-form fieldset .form-input {
	width: 100%;
	padding: 13px 40px 12px 20px;
	border: none;
	outline: none;
	font-size: 13px;
}

.main-search .search-form fieldset .form-input:focus {
	outline: none;
}

.main-search .search-form .btn-search-action,
.search-form-mobile .btn-search-action {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	display: block;
	width: 40px;
	height: 100%;
	background: #fe1d16;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.search-form-mobile .btn-search-action {
	width: 45px;
}
.main-search .search-form .btn-search-action:hover,
.search-form-mobile .btn-search-action:hover {
	background: #000000;
}

.main-search .search-form .btn-search-action i,
.search-form-mobile .btn-search-action i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/assets/images/icn_magn.svg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.search-form-mobile .btn-search-action i {
	transform: scale(-1, 1);

}
.main-search.open .search-form {
	height: auto;
	visibility: visible;
	bottom: auto;
	top: 110%;
}
.comment-answer{
	margin: 30px 40px -25px 30px;
	background: #efeee9;
	color:#151515;
	padding: 40px 95px 40px 60px;
	border-radius: 5px;
}
.comment-text, .comment-text p{
	margin:0;
	line-height: 21px;
}
.comment-answer .author{
	text-align: right;
	color:#151515;
	font-style: italic;
	font-family: 'GothamPro-Bold';
}

@media (max-width: 980px) {
	.main-search {
		display: none;
	}
}

h2,
h3,
h4,
h5 {
	margin-bottom: 30px;
	margin-top: 30px;
}

h3,
h5 {
	color: #fe1d16;
}

.main-content {
	margin-bottom: 90px;
}

main .main-container p {
	color: #3d3d3d;
	line-height: 2.1;
}

.main-container p img {
	width: auto;
	max-width: unset;
}

.text-content p img {
	max-width: 100%;
}

.main-container p a {
	color: #9a9a9a;
	transition: all 0.4s linear 0s;
}

.main-container a:hover,
.main-container p a:hover {
	text-decoration: none;
}

.main-container.main-content p,
.main-container.main-content table,
.main-container.main-content ol,
.main-container.main-content ul,
.main-container.main-content td,
.main-container.main-content th {
	line-height: 1.92 !important;
}

hr {
	width: 100%;
	margin: 45px 0px;
}

.main-menu .menu-item-list li {
	margin-bottom: 0px;
}

.main-nav-elements li {
	margin-bottom: 0px;
}

.main-container {
	padding-left: 15px;
	padding-right: 15px;
}

.main-container:after {
	content: "";
	clear: both;
	display: table;
}

.productsContent--title {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 30px !important;
	margin-bottom: -15px !important;
	text-align: left;
	text-transform: initial !important;
	white-space: nowrap;
}

.group-on-main-section ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.group-on-main-section .group-list .group-list-item {
	display: block;
	width: 100%;
	position: relative;
}

.group-on-main-section .group-list .group-list-item .list-item-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	z-index: 19;
	left: 0;
	top: 0;
	padding: 10px 30px;
	width: 100%;
	color: #3e3e3e;
	/**/
	top: 12px;
    position: absolute;
    margin-top: -16px;
    width: 80%;
    height: 100%;
    bottom: 0;
    left: 10%;
    display: flex;
    justify-content: center;
}

.item-name.strokone {
	min-height: 20px;
	max-height: 20px;
	padding: 26px 10px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.shop-items-list-item:hover .item-name.strokone {
	max-height: 200px;
	white-space: normal;
	transition: .5s;

}

.shop-items-list-item:hover .item-name.strokone::after {
	display: none;
}

.item-name.strokone::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50px;
	background: linear-gradient(to right, transparent, #fff);
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.group-on-main-section .group-list .group-list-item .list-item-inner a {
	color: inherit;
}

.group-on-main-section .group-list .group-list-item .list-item-inner .item-name {
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'GothamPro-Bold';
	padding: 0;
	color: #3d3d3d;
	line-height: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-align: center;
    padding-top: 40px;
}

.group-on-main-section .group-list .group-list-item .list-item-inner .item-name:hover {
	color: #fe1d16;
}

.group-on-main-section .group-list .group-list-item .inner-slider {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-position: center;
}

.group-on-main-section .group-list .group-list-item .inner-slider .owl-stage-outer {
	height: 100%;
}

.group-on-main-section .group-list .group-list-item .inner-slider .owl-stage {
	transition-timing-function: ease-out !important;
}

.group-on-main-section .group-list .group-list-item .inner-slider .owl-item {
	/*  height: 100%;
	width: 100%;*/
}

.group-on-main-section .group-list .group-list-item .inner-slider .owl-item.active {
	/*-webkit-transform: scale(1.005);
	transform: scale(1.005);*/
}

.group-on-main-section .group-list .group-list-item .item-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-position: center;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.group-on-main-section .group-list .group-list-item .owl-stage.active .item-image {
	border: 5px solid red;
}

.group-on-main-section .group-list .group-list-item:hover .active .item-image {
	/*transform: scale(1.07);*/
	transition: all 0.6s linear 0s;
}

.item.group-list-item.on .active .item-image {
	/*transform: scale(1.07);
	transition: all 0.6s linear 0s;*/
}

.group-on-main-section .group-list .group-list-item .shadowed-block {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: rgba(255, 255, 255, 0.7);
	pointer-events: none;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item.group-list-item.on .shadowed-block {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	opacity: 0 !important;
}

.group-on-main-section .group-list .group-list-item .subgroup-list {
	margin-top: 10px;
}

.group-on-main-section .group-list .group-list-item .subgroup-list-relative {
	width: 50%;
}

.minheightstyle .group-on-main-section .group-list .group-list-item .subgroup-list-relative {
	position: relative;
}

.minheightstyle .group-on-main-section .group-list .group-list-item .subgroup-list-relative .subgroup-list.maingroup-elements {
	position: absolute;
	bottom: 0;
}


.group-on-main-section .group-list .group-list-item .subgroup-list .subgroup-list-item {
	margin-bottom: 1px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.minheightstyle .group-list .group-list-item .subgroup-list a {
	padding: 3px 0 3px 13px !important;
}

.group-on-main-section .group-list .group-list-item .subgroup-list a {
	display: inline-block;
	padding: 6px 0 6px 13px;
	text-decoration: none !important;
}

.group-on-main-section .group-list .group-list-item:hover .active .item-image:not(.dop-item-image),
.group-on-main-section .group-list .group-list-item.current-parent .active .item-image:not(.dop-item-image) {
	/*-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	transform: scale(1.05);*/
}

.group-on-main-section .group-list .group-list-item:hover .shadowed-block,
.group-on-main-section .group-list .group-list-item.current-parent .shadowed-block {
	/*-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;*/
	opacity: 0;
}

.group-on-main-section .group-list .group-list-item:hover>.inner-slider>.item-image,
.group-on-main-section .group-list .group-list-item.current-parent>.inner-slider>.item-image {
	/*-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	transform: scale(1.05);*/
}

.group-on-main-section .group-list .group-list-item.current-parent .list-item-inner {
	padding-bottom: 0;
}

.group-on-main-section .group-list .group-list-item.current-parent .list-item-inner .subgroup-list {
	display: none;
}

.item.group-list-item.current-parent .subgroup-list-relative {
	display: none;
}

.group-on-main-section .group-list .group-list-item.current-parent .list-item-inner .item-name {
	width: 100%;
	margin: 0 auto;
	background: #fafafa;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
}

.group-on-main-section .group-list .group-list-item.current-parent .list-item-inner .item-name a {
	pointer-events: none;
}

.group-on-main-section .group-list .group-list-item.current-parent .list-item-inner .item-name:hover {
	color: #3d3d3d;
}

.group-on-main-section .group-list .owl-item {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.group-on-main-section .group-list .owl-item:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	z-index: 9;
}

.group-on-main-section .group-list .owl-item.on {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
	z-index: 9;
}

.group-on-main-section .owl-nav {
	position: relative;
}

.group-on-main-section .owl-nav .owl-next,
.group-on-main-section .owl-nav .owl-prev {
	position: absolute;
	top: 15px;
	width: 34px;
	height: 18px;
}

.group-on-main-section .owl-nav .owl-next:before,
.group-on-main-section .owl-nav .owl-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-image: url('/assets/images/icns_mainpage.png');
	background-repeat: no-repeat;
	content: '';
	background-size: 2000%;
}

.group-on-main-section .owl-nav .owl-prev {
	left: 70px;
}

.group-on-main-section .owl-nav .owl-prev:before {
	background-position: 2.4% 42.3%;
}

.group-on-main-section .owl-nav .owl-prev:hover:before {
	background-position: 2.4% 45.3%;
}

.group-on-main-section .owl-nav .owl-next {
	right: 70px;
}

.group-on-main-section .owl-nav .owl-next:before {
	background-position: 9.4% 42.3%;
}

.group-on-main-section .owl-nav .owl-next:hover:before {
	background-position: 9.4% 45.3%;
}

.group-on-main-section .owl-dots {
	text-align: center;
	margin: 15px 0;
}

.group-on-main-section .owl-dot {
	display: inline-block;
}

.group-on-main-section .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	background: #cacaca;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

.group-on-main-section .owl-dot.active span {
	background: #ff371a;
}

.minheightstyle .group-on-main-section .inner-slider .owl-nav {
	display: none !important;
}

.group-on-main-section .inner-slider .owl-nav {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	top: 65%;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.group-on-main-section:hover .inner-slider .owl-nav {
		display: block;
	}
}

.group-on-main-section .inner-slider .owl-nav .owl-prev,
.group-on-main-section .inner-slider .owl-nav .owl-next {
	width: 25px;
	height: 26px;
	top: -50px;
	pointer-events: auto;
}

.group-on-main-section .inner-slider .owl-nav .owl-prev:before,
.group-on-main-section .inner-slider .owl-nav .owl-next:before {
	width: 25px;
	height: 26px;
	background-size: auto;
}

.group-on-main-section .inner-slider .owl-nav .owl-prev {
	left: 15px;
}

.group-on-main-section .inner-slider .owl-nav .owl-prev:before {
	background-position: -6px -10px;
}

.group-on-main-section .inner-slider .owl-nav .owl-prev:hover:before {
	background-position: -6px -42px;
}

.group-on-main-section .inner-slider .owl-nav .owl-prev:active:before {
	background-position: -6px -77px;
}

.group-on-main-section .inner-slider .owl-nav .owl-next {
	right: 15px;
}

.group-on-main-section .inner-slider .owl-nav .owl-next:before {
	background-position: -32px -10px;
}

.group-on-main-section .inner-slider .owl-nav .owl-next:hover:before {
	background-position: -32px -42px;
}

.group-on-main-section .inner-slider .owl-nav .owl-next:active:before {
	background-position: -32px -77px;
}

.group-list-item:hover .subgroup-list .subgroup-list-item {
	//background: rgba(255,255,255,0.9);
}

/* .group-list-item:hover .subgroup-list .subgroup-list-item:hover {
color: #ffffff;
background: #fe1d16;
} */
.filter-section {
	position: relative;
	background: #ffffff;
}

@media (max-width: 768px) {
	.filter-section_fixed {
		position: fixed;
		z-index: 30;
		top: 0;
		width: 100%;
	}
	.comment-answer{
		margin: 30px 30px -25px 30px;
		padding: 40px;
	}
	.catalog-search-wrap {
		display: none;
	}
}

.page-filter {
	position: absolute;
	left: -100%;
	top: 0;
	width: 300px;
	min-height: 450px;
	z-index: 99;
	max-width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.28);
	padding-top: 15px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.page-filter.show {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	left: 0;
}

.page-filter .hidden {
	display: none !important;
}

.page-filter ul {
	margin-bottom: 0px;
}

.page-filter .button-reset {
	margin: 20px auto 10px;
	outline: none;
	color: #9a9a9a;
	border: none;
	border-radius: 5px;
	padding: 0px 30px 5px;
	font-size: 12px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	font-family: 'GothamPro';
	box-shadow: none;
}

.page-filter .button-reset svg,
.page-filter .button-reset img {
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	vertical-align: middle;
}

.page-filter .button-reset svg path,
.page-filter .button-reset img path {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.page-filter .button-reset:hover {
	color: #000000;
}

.page-filter .button-reset:hover path {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	fill: #000000;
}

.page-filter .btn-close {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	position: absolute;
	z-index: 9;
	top: 20px;
	right: 15px;
	width: 18px;
	height: 18px;
	display: block;
	background-image: url('/assets/images/icn_delete_file.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.page-filter .btn-close:hover {
	opacity: 0.8;
}

.btn-filter {
	width: 100%;
	padding: 12px 15px;
	color: #3d3d3d;
	font-family: 'GothamPro-Bold';
	text-align: left;
	font-size: 14px;
	margin-bottom: 30px;
}

.btn-filter span {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background-image: url('/assets/images/icn_filter2.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.btn-filter:hover {
	color: #fe1d16;
}

.btn-filter:hover span {
	background-image: url('/assets/images/icn_filter2.svg');
}

.filter-title {
	color: #3d3d3d;
	font-family: 'GothamPro-Bold';
	font-size: 14px;
	margin-bottom: 30px;
	padding-left: 10px;
}

.filter-title span {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	width: 19px;
	height: 13px;
	background-image: url('/assets/images/icns_innerpgs.png');
	background-position: -3px -3px;
}

@media (max-width: 979px) {
	.filter-title {
		margin-bottom: 12px;
	}
}

.colored-title .red {
	color: #fe1d16;
}

.filter-li {
	position: relative;
}

.filter-li label {
	display: table;
	width: 90%;
	margin-bottom: 15px;
	font-weight: bold;
}

.filter-li input {
	display: table;
	width: 90%;
	height: 41px;
	padding-left: 35px;
	border: 1px solid #DADADB;
}

.filter-li .search-btn {
	line-height: 27px;
	position: absolute;
	top: 39%;
	right: 12%;
}

.filter-li .search-btn a {
	font-size: 13px;
	color: #3d3d3d;
	text-decoration-line: underline;
	text-decoration-style: dotted;
}

.filter-li .search-btn a:hover {
	text-decoration: none;
}

.filter-li .search-btn div {
	cursor: pointer;
	vertical-align: middle;
	padding: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('/assets/images/icns_innerpgs.png');
	background-position: -47px -22px;
}

.filter-li .search-btn div:hover {
	background-position: -47px -39px;
}

.filter-li .color-img {
	position: absolute;
	top: 39%;
	left: 2.8%;
}

.filter-li .color-name {
	width: 90%;
	padding: 5px;
}

.filter-li .color-list {
	display: none;
	position: absolute;
	top: auto !important;
	left: 0;
	width: 90%;
	max-width: 295px;
	z-index: 99;
	padding: 5px 0;
	background: #ffffff;
	border: 1px solid #DADADB;
	max-height: 200px;
	overflow-y: scroll;
}

.filter-li .color-list li {
	display: block !important;
	float: none !important;
	width: 100% !important;
	padding: 5px;
	cursor: pointer;
	margin-bottom: 0px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.filter-li .color-list li span {
	display: inline;
}

.filter-li .color-list .colors_first_item:hover {
	background: #FE1D16;
}

.filter-li .li-color {
	background: #fff;
}

#colors_default_text {
	padding: 0 !important;
	min-height: 42px;
	height: auto !important;
	z-index: 0;
}

.colors-default-text__value {
	position: absolute;
	padding: 12px 108px 12px 15px;
}

#filter-color-wrap.filter-li .color-list__color-btn {
	width: 39px !important;
	height: 38px;
	display: inline-block !important;
	cursor: pointer;
	border: 1px solid #e9e9eb;
	margin: 4px;
	position: relative;
	z-index: 1;
}

#filter-color-wrap.filter-li .color-list__color-btn_mini {
	width: 33px !important;
	height: 33px;
	margin: 3px;
}

#filter-color-wrap.filter-li .color-list__color-checkbox+.color-list__color-btn {
	display: none !important;
}

#filter-color-wrap.filter-li .color-list__color-checkbox:checked+.color-list__color-btn {
	display: inline-block !important;
}

.filter-li .color-list__color-btns-wrap {
	font-size: 0;
}

.color-list__color-checkbox-wrap {
	font-size: 0;
	background: #fff;
}

.filter-li .color-list__color-checkbox {
	display: none;
}

.five-reasons {
	text-align: center;
	background-color: #fff;
	padding: 50px 0 50px;
}

.five-reasons .colored-title {
	margin-bottom: 50px;
}

.five-reasons .news-list-reasons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	margin: 30px 0 0;
}

.five-reasons .news-list-reasons .news-list-reasons-item {
	width: 140px;
	margin: 0 auto 35px;
}

.five-reasons .news-list-reasons .news-list-reasons-item .item-image {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ececeb;
	width: 72px;
	height: 72px;
	position: relative;
}

.five-reasons .news-list-reasons .news-list-reasons-item .item-image span {
	width: 42px;
	height: 42px;
	display: inline-block;
	background: #fe1d16;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.five-reasons .news-list-reasons .news-list-reasons-item .item-image span img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.five-reasons .news-list-reasons .news-list-reasons-item .item-name {
	padding: 15px 0 0;
	font-family: 'GothamPro-Bold';
}

.action-section .action-background {
	min-height: 400px;
	padding: 30px 0;
}

.action-section .action-background .action-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	font-family: 'GothamPro-Bold';
}

.action-section .action-background .action-inner .action-first-title {
	color: #fe1d16;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0;
}

.action-section .action-background .action-inner .action-second-title {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 0;
}

.action-section .action-background .action-inner .action-third-title {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 0;
}

.action-section .action-background .action-inner .action-btns {
	padding: 30px 0;
	text-align: center;
}

.action-section .action-background .action-inner .action-btns .btn-action {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 20px 0;
	width: 190px;
	text-align: center;
	font-family: inherit;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.action-section .action-background .action-inner .action-btns .btn-action:hover {
	background: #fe1d16;
	border-color: #fe1d16;
}

.pagination a {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.pagination a:hover {
	background: #dddcd6 !important;
	color: #3d3d3d !important;
}

.sample-section {
	//  padding: 70px 0 70px;
}

.sample-section .colored-title {
	text-align: center;
	margin-bottom: 70px;
}

.sample-section .news-list-sample {
	text-align: center;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sample-section .news-list-sample .news-list-sample-item {
	margin-bottom: 35px;
}

.sample-section .news-list-sample .news-list-sample-item .item-name {
	color: #fe1d16;
	margin-bottom: 35px;
	font-size: 16px;
}

.photogallery-section .photogallery-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.photogallery-section .photogallery-list [class^='photogallery-list-item'] {
	width: 100%;
	height: 190px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.photogallery-section .photogallery-list [class^='photogallery-list-item'] .item-image {
	height: 100%;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	background-position: center;
}

.photogallery-section .photogallery-list [class^='photogallery-list-item'] .item-image img {
	display: none;
}

.photogallery-section .photogallery-list [class^='photogallery-list-item'] .item-name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-family: 'GothamPro-Bold';
	padding: 15px 0;
	letter-spacing: 0.02em;
}

.photogallery-section .photogallery-list [class^='photogallery-list-item']:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
	z-index: 9;
}

.photogallery-section .photogallery-list [class^='photogallery-list-item']:hover .item-image:not(.dop-item-image) {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	transform: scale(1.05);
}

.photogallery-section .photogallery-list .photogallery-list-item-1 .item-name {
	background: #fe1d16;
}

.photogallery-section .photogallery-list .photogallery-list-item-2 .item-name {
	background: #000000;
}

.photogallery-section .photogallery-list .photogallery-list-item-3 .item-name {
	background: #fe1d16;
}

.photogallery-section .photogallery-list .photogallery-list-item-4 .item-name {
	background: #737373;
}

.shop-items-list .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-items-list .row .shop-items-list-item {
	width: 265px;
	margin: 0 auto 15px;
}

.shop-items-list .row .shop-items-list-item .shop-item {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.shop-items-list-slider .slick-slide {
	/*width: 268px !important;*/
	height: auto !important;
}

.catalog-section {
	padding: 40px 0 30px;
	position: relative;
}

.catalog-section .colored-title {
	text-align: center;
	margin-bottom: 70px;
}

.catalog-section .list-navigation {
	margin: 15px 0;
	text-align: center;
}

.catalog-section .list-navigation .left-nav,
.catalog-section .list-navigation .right-nav {
	width: 30px;
	height: 21px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.catalog-section .list-navigation .left-nav svg,
.catalog-section .list-navigation .right-nav svg {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.catalog-section .list-navigation .left-nav:hover,
.catalog-section .list-navigation .right-nav:hover {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.catalog-section .list-navigation .left-nav:hover svg path,
.catalog-section .list-navigation .right-nav:hover svg path {
	fill: #cda973;
}

.catalog-section .list-navigation .left-nav:active svg path,
.catalog-section .list-navigation .right-nav:active svg path {
	fill: #525251;
}

.catalog-section .shop-items-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

/*центрирование*/
.main-container .shop-items-list {
	display: flex;
  flex-wrap: wrap;
 
  justify-content: center;
}

.main-container .shop-items-list:not(.shop-items) { 
   margin-top: 75px;
   margin-bottom: 20px;
}
.main-container .shop-items-list.empty-group { 
    
   margin-bottom: -20px;
}
/**/

.catalog-section .shop-items-list,
.catalog-section .shop-items-list-slider {
	overflow: hidden;
	padding: 15px 8px;
}

.catalog-section .shop-items-list .shop-items-list-item .shop-item,
.catalog-section .shop-items-list-slider .shop-items-list-item .shop-item {
	max-width: 260px;
	padding: 5px 5px 34px;
	margin: 0 auto;
	border: 1px solid #e6e5e4;
	background: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 100%;
}

.catalog-section .shop-items-list .shop-items-list-item .item-top-box,
.catalog-section .shop-items-list .shop-items-list-item .item-bottom-box,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-top-box,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-bottom-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.catalog-section .shop-items-list .shop-items-list-item .item-image,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-image {
	position: relative;
	text-align: center;
}

.catalog-section .shop-items-list .shop-items-list-item .item-image:before,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	z-index: 9;
	opacity: 0;
	background: rgba(255, 255, 255, 0.21);
	pointer-events: none;
}

.catalog-section .shop-items-list .shop-items-list-item .item-image:hover:before,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-image:hover:before {
	opacity: 1;
}

.catalog-section .shop-items-list .shop-items-list-item .item-image a,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-image a {
	display: block;
}

.catalog-section .shop-items-list .shop-items-list-item .item-image img,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-image img {
	margin: auto;
}

.catalog-section .shop-items-list .shop-items-list-item .item-image .col-r,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-image .col-r {
	display: inline-block;
}

.catalog-section .shop-items-list .shop-items-list-item .item-name,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-name {
	color: #000000;
	//padding: 26px 10px;
}

.catalog-section .shop-items-list-slider .shop-items-list-item .item-name {
	min-height: 20px;
	max-height: 20px;
	padding: 26px 10px;
	position: relative;
	overflow: hidden;
}

.catalog-section .shop-items-list-slider .shop-items-list-item .item-name::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50px;
	background: linear-gradient(to right, transparent, #fff);
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.catalog-section .shop-items-list-slider .shop-items-list-item .item-name a {}

.catalog-section .shop-items-list .shop-items-list-item .item-name a,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-name a {
	color: inherit;
}

.catalog-section .shop-items-list .shop-items-list-item .item-price,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-price {
	color: #000000;
	padding: 10px;
	font-family: 'GothamPro-Bold';
}

.catalog-section .shop-items-list .shop-items-list-item .item-price .strike-price,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-price .strike-price {
	text-decoration: line-through;
}

.catalog-section .shop-items-list .shop-items-list-item .item-price .red-price,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-price .red-price {
	color: #fe1d16;
	font-size: 16px;
}

.catalog-section .shop-items-list .shop-items-list-item .item-btns,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-btns {
	padding: 10px;
}

.catalog-section .shop-items-list .shop-items-list-item .item-btns .btn-shop-item,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-btns .btn-shop-item {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	width: 100%;
	font-family: 'GothamPro-Bold';
	text-align: center;
	padding: 15px 0;
	background: #fe1d16;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.catalog-section .shop-items-list .shop-items-list-item .item-btns .btn-shop-item:hover,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-btns .btn-shop-item:hover {
	background: #3d3d3d;
}

.catalog-section .shop-items-list .shop-items-list-item .item-btns .btn-shop-item:active,
.catalog-section .shop-items-list-slider .shop-items-list-item .item-btns .btn-shop-item:active {
	background: #000000;
}

.catalog-section .shop-items-list .shop-items-list-item:hover .shop-item,
.catalog-section .shop-items-list-slider .shop-items-list-item:hover .shop-item {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
	z-index: 9;
}

.catalog-section .shop-items-list-slider .shop-items-list-item .item-name a:hover {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	color: #fe1d16;
}

.item-btns {
	padding: 10px;
}

.group-btns {
	padding: 17px;
}

.item-rate-box {
	box-sizing: border-box;
	color: #3d3d3d;
	display: flex;
	flex-direction: row;
	font-family: "GothamPro";
	font-size: 13px;
	font-weight: 400;
	justify-content: space-between;
	line-height: 20.8px;
	padding: 0 15px;
}

.item-rate-box .item-comments span {
	color: #807f7f;
}

.item-rate-box_hidden {
	opacity: 0;
	position: relative;
	z-index: -1;
}

.item-rate {
	box-sizing: border-box;
	color: #cdcdcd;
	font-family: "GothamPro";
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	margin-top: -3px;
}

.item-rate>i {
	margin: 0px 2.7px;
}

.captcha>img {
	height: 34px;
	min-height: 34px;
	width: 100px;
	min-width: 100px;
}

.item-rate-box {
	padding: 5px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.item-rate-box .item-rate {
	color: #cdcdcd;
	font-size: 18px;
	margin-top: -3px;
}

.item-rate-box .item-comments span {
	font-size: 12px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	color: #807f7f;
	cursor: pointer;
}

.item-rate-box .item-comments span:not(.comments-number) {
	border-bottom: 1px dotted;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-rate-box .item-comments span:hover {
	border: none;
}

.item-rate-box .comments-number {
	font-family: 'GothamPro-Bold';
}

#productsContent #test,
#productsContent #test2 {
	text-transform: lowercase;
	border-bottom: 1px dotted #3d3d3d;
	margin-left: 15px;
	line-height: 1.2;
}

#productsContent #test:hover,
#productsContent #test2:hover {
	border-color: transparent;
}

#productsContent #test {
	margin-left: 20px;
}

#productsContent #test,
#productsContent #test2,
#productsContent #pricer,
#productsContent #novz {
	display: inline-block;
}

#productsContent #pricer,
#productsContent #novz {
	vertical-align: top;
	height: 100%;
	line-height: 1;
}

#productsContent #pricer:before,
#productsContent #novz:before {
	top: 40%;
	transform: translateY(-50%);
}

#productsContent #pricer:before {
	transform: translate(50%, -50%);
}

.item-block {
	padding: 0 0 30px;
	margin-top: 30px;
}

.item-block:after {
	content: "";
	clear: both;
	display: table;
}

.item-block .item-left-side,
.item-block .item-right-side {
	width: 100%;
	margin-bottom: 15px;
}

.item-block .item-tabs {
	clear: both;
}
.item-block .item-tabs #text table {
	float: none !important;
}
.item-block .thumbnails .main-image img {
	width: 445px !important;
	max-width: 100%;
	height: auto !important;
	background: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-block .thumbnails .main-image img:hover {
	opacity: 0.75;
}

.item-block .thumbnails .additional-images-slider {
	width: 405px;
	padding: 10px 0;
	margin-left: 20px;
	max-width: 100%;
}

.item-block .thumbnails .additional-images-slider:after {
	content: "";
	clear: both;
	display: table;
}

.item-block .thumbnails .additional-images-slider .slick-track {
	margin: 0;
}

.item-block .thumbnails .additional-images-slider .item {
	float: left;
	width: 70px;
	padding: 5px 3px;
	border: 1px solid transparent;
}

.item-block .thumbnails .additional-images-slider .item img {
	margin: auto;
	max-width: 100%;
	opacity: 0.85;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-block .thumbnails .additional-images-slider .item:hover,
.item-block .thumbnails .additional-images-slider .item.slick-current {
	border: 1px solid #fe1d16;
}

.item-block .thumbnails .additional-images-slider .item:hover a,
.item-block .thumbnails .additional-images-slider .item.slick-current a {
	background: #ffffff;
}

.item-block .thumbnails .additional-images-slider .item:hover img,
.item-block .thumbnails .additional-images-slider .item.slick-current img {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	opacity: 1;
}

.item-block .thumbnails .additional-images-slider .slick-prev,
.item-block .thumbnails .additional-images-slider .slick-next {
	position: absolute;
	z-index: 9;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	color: transparent;
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
	width: 16px;
	font-size: 0;
	padding: 0;
	outline: none;
}

.item-block .thumbnails .additional-images-slider .slick-prev:before,
.item-block .thumbnails .additional-images-slider .slick-next:before {
	font-family: 'FontAwesome';
	width: 16px;
	height: 16px;
	color: #545454;
	content: '\f104';
	display: block;
	font-size: 22px;
	position: relative;
	top: -7px;
	cursor: pointer;
	outline: none;
}

.item-block .thumbnails .additional-images-slider .slick-next {
	right: -25px;
	left: auto;
	text-align: right;
}

.item-block .thumbnails .additional-images-slider .slick-next:before {
	content: '\f105';
}

.item-block .item-colors {
	width: 445px;
	margin: 30px 0;
	max-width: 100%;
}

.item-block .item-colors:after {
	content: "";
	clear: both;
	display: table;
}

.item-block .item-colors .color-title {
	display: block;
	margin-bottom: 15px;
}

.item-block .item-colors .item {
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	margin-bottom: 5px;
	margin-left: 5px;
}

.item-block .item-colors .item .name {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.item-block .item-colors .item .img {
	position: relative;
}

.item-block .item-colors .item .shadowed {
	position: absolute;
	z-index: 9;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.item-block .item-colors .item:hover,
.item-block .item-colors .item.active {
	border-color: #fe1d16;
}

.item-block .item-colors .item:hover .shadowed,
.item-block .item-colors .item.active .shadowed {
	display: none;
}

.item-block .item-links {
	margin: 15px 0;
	padding: 30px;
}

.item-block .item-links div {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.item-block .item-links div:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	padding: 3px;
	border-radius: 50%;
	background-color: #fe1d16;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-block .item-links div:nth-child(1):before {
	content: 'i';
	font-family: 'Georgia', serif;
	text-align: center;
	color: #fff;
	font-style: italic;
}

.item-block .item-links div:nth-child(2):before {
	background-image: url('/assets/images/icn_hang.svg');
	background-position: 50% 40%;
	background-size: 79%;
	background-repeat: no-repeat;
}

.item-block .item-links div:hover:before {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	background-color: #fb3630;
}

.item-block .item-links a {
	line-height: 1;
	color: #818181;
	text-decoration: underline;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-block .item-links a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.item-block .item-filters {
	margin: 15px -15px;
	background: #ffffff;
	border: 1px solid #e6e5e4;
}

.item-block .item-filters .item-filter-length,
.item-block .item-filters .item-filter-color {
	margin-bottom: 20px;
}

.item-block .item-filters .item-filter-length span,
.item-block .item-filters .item-filter-color span {
	min-width: 70px;
	font-family: 'GothamPro-Bold';
	vertical-align: middle;
	display: inline-block;
}

.item-block .item-filters .item-filter-length .selectric-wrapper,
.item-block .item-filters .item-filter-color .selectric-wrapper {
	width: 100%;
	display: inline-block;
}

.item-block .item-price {
	padding: 0;
}

.item-block .item-price .item-price-title {
	text-transform: uppercase;
	font-family: 'GothamPro-Bold';
	margin-bottom: 20px;
	color: #3d3d3d;
}

.item-block .item-price .item-price-box {
	display: inline-block;
	margin-right: 15px;
	min-width: 100px;
	font-size: 19px;
	vertical-align: middle;
	font-family: 'GothamPro';
}

.item-block .item-price .item-old-price,
.shop-items-list-item__price-wrap .item-old-price {
	text-decoration: line-through;
	font-weight: bold;
	font-size: 14px;
}
.item-old-price.percent-price {
	font-size: 19px !important;
	color: #545454;
	margin-left: 7px;
	font-weight: normal;
}
.item-block .item-price .item-true-price,
.shop-items-list-item__price-wrap .item-true-price {
	font-size: 19px;
	color: #fe1d16;
}

.item-block .item-price .item-quantity-box {
	display: inline-block;
	margin-right: 15px;
	max-width: 130px;
  width: 130px;
	/*max-width: 65px; */
	position: relative;
}

#modal-shopitem .item-price .item-quantity-box {
	max-width: 75px !important;
}
.item-true-price.percent-price {
	font-size: 19px !important;
	font-weight: normal;
}
.item-true-price.percent-price sup {
	color: inherit !important
}
.percent-price-quickShow {
	display: block;
	line-height: 1.5;
}
.item-block .item-price .item-quantity-box .item-quantity {
	padding: 15px 10px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e6e5e4;
}

.item-block .item-price .item-quantity-box .qty-wrapper {
	position: absolute;
	width: 20px;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-up,
.item-block .item-price .item-quantity-box .qty-wrapper .qty-down {
	display: block;
	cursor: pointer;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-up i,
.item-block .item-price .item-quantity-box .qty-wrapper .qty-down i {
	width: 11px;
	height: 6px;
	display: inline-block;
	background-image: url('/assets/images/icns_innerpgs.png');
	vertical-align: middle;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-up:hover,
.item-block .item-price .item-quantity-box .qty-wrapper .qty-down:hover {
	opacity: 0.85;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-up i {
	background-position: -85px -3px;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-up:hover i {
	background-position: -85px -13px;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-down i {
	background-position: -68px -3px;
}

.item-block .item-price .item-quantity-box .qty-wrapper .qty-down:hover i {
	background-position: -68px -13px;
}

.item-block .item-price .btn-shop-item {
	max-width: 168px;
	width: 168px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	box-shadow: none;
}

.item-block .item-price .btn-shop-item:hover {
	background-color: #3d3d3d;
}

.item-block .item-price .btn-shop-item:active {
	background-color: #000000;
}

.item-block .item-delivery {
	margin-top: 40px;
	background: #deebd7;
	color: #fe1d16;
	padding: 20px;
	text-align: center;
}

.item-block .item-delivery img {
	width: 26px;
	height: 26px;
	margin-right: 20px;
}

.item-block .item-benefits {
	padding: 15px 0;
	margin: 15px -15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
}

.item-block .item-benefits .benefit {
	width: 90px;
	height: 86px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e6e5e4;
	text-transform: uppercase;
	padding: 10px 5px 5px;
	font-size: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.item-block .item-benefits .benefit img {
	max-width: 33px;
}

.item-block .item-benefits .benefit p {
	text-transform: none;
	margin: 5px 0 0;
}

.item-block .item-benefits .benefit p span {
	font-size: 16px;
}

.item-block .item-rating .item-rate-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
}

.item-block .item-rating .item-comments {
	margin-left: 15px;
	font-size: 12px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	cursor: pointer;
	line-height: 30px;
}

.item-block .item-rating .item-comments span {
	border-bottom: 1px dotted #e6e5e4;
}

.item-block .item-rating .item-comments a {
	color: inherit;
}

.item-block .item-rating .item-comments a:hover {
	text-decoration: none;
}

.item-block .item-rating .item-comments:hover span {
	border-color: transparent;
}

.item-block .item-line {
	border: none;
	border-top: 1px solid #e6e5e4;
	width: 100%;
	margin: 30px 0 40px;
}

.item-block .item-properties {
	padding: 0 5px;
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.item-block .item-properties:after {
	content: "";
	clear: both;
	display: table;
}

.item-block .item-properties .item-property {
	width: 100%;
	line-height: 1.4;
	margin-bottom: 14px;
}

.item-block .item-properties .item-property span {
	font-family: 'GothamPro-Bold';
}

.item-block .item-properties .item-property.red-text {
	line-height: 1.2;
}

.item-block .item-tabs {
	padding: 30px 0;
}

.item-block .item-tabs:after {
	content: '';
	display: table;
	clear: both;
}

.item-block .nav-tabs {
	border: none;
	margin: 0;
	width: 40%;
	float: left;
}

.item-block .nav-tabs li {
	display: inline-block;
	margin-right: 50%;
	margin-bottom: 5px;
}

.item-block .nav-tabs .relative {
	position: relative;
}

.item-block .nav-tabs .countcomments {
	position: absolute;
	left: 100%;
	margin-left: 3px;
	top: 0;
	font-size: 11px;
}

.item-block .nav-tabs a {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	color: #3d3d3d;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-block .nav-tabs a:hover,
.item-block .nav-tabs a.active {
	text-decoration: none;
	border-color: #fe1d16;
	color: #fe1d16;
}

.item-block .btn-comment {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	padding: 25px 43px;
	border: 1px solid #fe1d16;
	color: #fe1d16;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	margin-bottom: 60px;
	font-family: "GothamPro-Bold";
}

.item-block .btn-comment:hover {
	color: #ffffff;
	background-color: #fe1d16;
	text-decoration: none;
}

.item-block .btn-comment:active {
	background-color: #000000;
}

.item-block .meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-block .meta .date,
.item-block .meta .name {
	color: #000000;
	margin-right: 25px;
}

.item-block .meta .grade {
	box-sizing: border-box;
}

.item-block .meta .grade i {
	color: #cdcdcd;
	font-size: 18px;
	font-weight: 400;
	line-height: 1px;
	vertical-align: middle;
	margin: 0px 2.7px;
}

.item-block .item-line {
	margin: 10px 0 50px;
}

.item-block .comment-line {
	margin: 10px 0 15px;
}

.item-block .comment-title {
	color: #000000;
	font-size: 14px;
	margin-bottom: 17px;
	font-family: 'GothamPro-Bold';
}

.item-block .comment_reply {
	margin-top: 0;
}

.item-block .form-title {
	text-transform: uppercase;
	color: #000000;
	font-size: 14px;
}

.item-block form {
	margin-top: 40px;
}

.item-block form .form-group {
	max-width: 525px;
	margin-bottom: 30px;
	position: relative;
}

.item-block form .form-group-input,
.item-block form .grade-group {
	max-width: 295px;
}

.item-block form input,
.item-block form textarea {
	font-size: 13px;
}

.item-block label {
	color: #000000;
	width: 100%;
}

.item-block .grade-group {
	padding: 25px 15px;
	background: #e9f2e5;
}

.item-block .grade-group label {
	width: auto;
}

.item-block .grade-star .fa {
	color: #cdcdcd;
	font-size: 18px;
	font-weight: 400;
	line-height: 1px;
	vertical-align: middle;
	margin: 0 1px;
	cursor: pointer;
}

.item-block .grade-star .fa:hover,
.item-block .grade-star .fa.active,
.item-block .grade-star .fa.checked {
	color: #f6be50;
}

.item-block [class^="body-comment-"] {
	margin-bottom: 40px;
}

.item-block .captcha-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 295px;
}

.item-block .captcha-box *+* {
	margin-left: 10px;
}

.item-block .captcha-box span {
	cursor: pointer;
	text-decoration: underline;
	line-height: 1.2;
}

.item-block .captcha-box span:hover {
	text-decoration: none;
}

.item-block .error {
	color: #fe1d16;
	position: absolute;
	right: 15px;
	bottom: 2px;
	z-index: 1;
}

.item-block .callback {
	max-width: 295px;
	margin: 0;
}

.item-block .callback .btn {
	width: 100%;
}

.item-block .comments-number {
	font-family: "GothamPro-Bold";
}

.item-block .comment-caption {
	font-family: "GothamPro-Bold";
	color: #000;
}

.item-block .catalog-section {
	padding: 30px 0;

}

.item-block h3 {
	margin-bottom: 30px;
}

.item-block .favorite-btn {
	position: relative;
	text-align: right;
}

.item-block .favorite-btn span {
	display: inline-block;
	color: #ec008c;
	font-size: 20px;
}

.item-block .back-catalog-box {
	text-align: center;
	padding: 0 0 30px;
}

.item-block .back-catalog-box .btn-back-catalog {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	position: relative;
	height: 40px;
	background: #efeee9;
	color: #3d3d3d;
	text-decoration: none;
	padding: 15px 50px 15px 25px;
}

.item-block .back-catalog-box .btn-back-catalog:after {
	display: block;
	content: '\2192';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	background: #dddcd6;
	color: #ffffff;
	padding: 10px 5px;
	line-height: 1;
	font-size: 22px;
	height: 100%;
	width: 40px;
	vertical-align: middle;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.item-block .back-catalog-box .btn-back-catalog:hover {
	background: #dddcd6;
	color: #ffffff;
}

.item-block .back-catalog-box .btn-back-catalog:hover:after {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	background: #efeee9;
	color: #3d3d3d;
}

.item-block .modal-content h3 {
	font-size: 18px;
	font-weight: bold;
}

.item-block .modal-content .link-thanks {
	display: inline-block;
	margin-bottom: 15px;
	color: #9b9a9a;
	text-decoration: underline;
}

.item-block .modal-content .link-thanks:hover {
	text-decoration: none;
}

.success-form {
	padding: 25px 15px;
	background: #e9f2e5;
	margin-top: 15px;
}

.success-form p {
	margin: 0;
}

.error-form {
	color: #fe1d16;
	padding-left: 15px;
}

.hidden-alttitle-block {
	height: 0;
	width: 100%;
	position: relative;
}

.hidden-alttitle-block .absolute-alttitle-block {
	position: absolute;
	bottom: 120%;
	width: 120%;
	max-width: 200px%;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	text-align: center;
	border: 1px solid #3d3d3d;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	padding: 3px;
	line-height: 1;
	font-family: 'Helvetica';
	white-space: nowrap;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.hidden-alttitle-block:hover .absolute-alttitle-block {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	visibility: visible;
	opacity: 1;
}

[data-alttitle]:hover .absolute-alttitle-block {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	visibility: visible;
	opacity: 1;
}

.map-section {
	padding: 70px 0 0;
	margin-bottom: -15px;
}

.map-section .colored-title {
	text-align: center;
	margin: 0 0 70px;
}

.main-footer .main-container>p {
	color: #fff;
}

.main-footer {
	background: #1b1b1b;
	color: #9e9f9f;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
.main-footer > .main-container > .row {
	margin: auto 0;
}
.main-footer .footer-line {
	border: none;
	border-top: 1px solid #3e3e3e;
	margin: 50px 0;
}

.main-footer .hostcms-copyright {
	line-height: 0;
	font-size: 0;
	position: absolute;
	left: -99999px;
}

.main-footer .copyright-row {
	/*margin-left: -15px;
	margin-right: -15px; */
}

.groups-row {
	/*margin-left: -15px;
	margin-right: -15px; */
}

.groups-row:after {
	content: "";
	clear: both;
	display: table;
}

.groups-row ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
}

.groups-row .menu-group-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 50px;
}

.groups-row .menu-group-list a {
	color: #fe1d16;
	font-size: 15px;
	font-family: 'GothamPro-Bold';
	display: inline-block;
	/* padding: 6px 0; */
	margin-top: 15px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.groups-row .menu-group-list .submenu-group-list a {
	font-family: 'GothamPro';
	font-size: 13px;
	color: #9e9f9f;
}

.groups-row .menu-group-list .submenu-group-list a:hover {
	color: #ffffff;
}

.breadcrumbs-shop {
	padding-top: 25px;
	padding-bottom: 30px;
	background: #ffffff;
	color: #3d3d3d;
	line-height: 2;
}

.breadcrumbs-shop a {
	color: #a7a7a7 !important;
	text-decoration: underline;
}

.breadcrumbs-shop a:hover {
	text-decoration: none;
}

.breadcrumbs-shop span {
	padding: 0 8px;
}

.developer {
	font-size: 11px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}

.developer a {
	text-decoration: none;
	color: #9e9f9f;
}

.developer .sites {
	display: inline-block;
	width: 85px;
	height: 14px;
	background-image: url('/assets/images/icns_mainpage.png');
	background-repeat: no-repeat;
	background-position: -10px -210px;
	vertical-align: baseline;
	margin-left: 10px;
}

.developer .sites:hover {
	background-position: -10px -190px;
}

.irs {
	height: 35px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.irs .irs {
	max-width: 100%;
}

.irs .irs-line {
	top: 15px;
	border: 1px solid #e5e5e5;
}

.irs .irs-single {
	top: -11px;
	left: 50% !important;
	transform: translateX(-50%);
	color: #3d3d3d;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	display: inline-block !important;
	visibility: visible !important;
}

.irs .irs-to,
.irs .irs-from {
	display: none !important;
}

.irs .irs-bar {
	top: 15px;
	border-top: 1px solid #959789;
	border-bottom: 1px solid #959789;
	background: #959789;
}

.irs .irs-slider {
	top: 6px;
	width: 20px;
	height: 20px;
	background: #959789;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.filter-price .filter-price-button {
	font-size:12px;
	line-height: 12px;
	display:block;
	margin:0 auto;
	width:94px;
	color:#959889;	
	text-transform:lowercase;
	border:1px solid #959889;
	background:#fff;
	padding:6px 12px;
	border-radius:3px;
	transition: all .3s ease-in-out;
	cursor:pointer
}
.filter-price .filter-price-button:hover {
	background:#959889;
	color:#fff;	
}
#filterForm .catalog-search-wrap {
	display:none;	
}

.form-box {
	margin: 30px 0 50px;
}

.form-box:after {
	content: "";
	clear: both;
	display: table;
}

.form-box .form-entity,
.form-box .form-result {
	width: 100%;
	padding: 0 15px;
}

.form-box .form-entity .form-left,
.form-box .form-entity .form-right {
	padding: 10px 0 0;
}

.form-box .form-entity .form-left .caption,
.form-box .form-entity .form-right .caption {
	font-family: 'GothamPro-Bold';
	font-size: 15px;
	padding: 10px 0;
	display: inline-block;
	width: 220px;
	vertical-align: middle;
}

.form-box .form-entity .form-left .field,
.form-box .form-entity .form-right .field {
	padding: 10px 0 10px 15px;
	display: inline-block;
}

.form-box .form-entity .form-submit {
	display: none;
}

.form-box .form-entity .form-btn {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
	font-size: 13px;
	min-width: 164px;
	padding: 10px 0;
	font-family: 'GothamPro-Bold';
	background: #fe1d16;
	color: #ffffff;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.form-box .form-entity .form-btn:hover {
	background: #3d3d3d;
}

.form-box .form-entity .form-btn_cache-update {
	background: #00b739;
}

.form-box .form-entity .form-btn_cache-update:hover {
	background: #212121;
}

.form-box .form-result .h3 {
	font-family: 'GothamPro-Bold';
	font-size: 20px;
	margin-bottom: 15px;
}

.form-box .form-result .result-line {
	padding: 10px 0;
}

.form-box .form-result .result-line .result-text {
	font-size: 14px;
	margin-right: 15px;
}

.form-box .form-result .result-line .result-count {
	font-family: 'GothamPro-Bold';
	color: #000000;
}

.selectric .label {
	height: 40px;
	line-height: 40px;
}

@media only screen and (max-width: 359px) {
	.cart-box .notification.notification-success {
		width: 109% !important;
		margin-left: -15px !important;
	}

	.main-container,
	.header-content__left-col,
	.header-content__phone-wrap {
		width: 100%;
	}

	.header-content__right-col>a.wholesales_btn {
		margin: 25px auto 0;
	}
}

@media only screen and (min-width: 360px) {
	.main-container {
		width: 100%;
		/*padding-left: 5px;
		padding-right: 5px; */
		margin-left: auto;
		margin-right: auto;
	}

	.main-nav-elements .elements {
		padding: 10px 50px;
	}
}

@media only screen and (max-width: 980px) {
	.catalog-section .main-container {
		width: 573px;
	}	
}

@media only screen and (max-width: 600px) {
	.catalog-section .main-container {
		width: 295px;
	}
}

@media only screen and (max-width: 768px) {
	.main-container h1 {
		font-size: 1.75rem;
	}

	.main-container h1 {
		font-size: 1.4rem;
	}

}

@media only screen and (min-width: 585px) {
	.main-container {
		width: 100%;
		/*padding-left: 5px;
		padding-right: 5px;*/
	}

	.main-nav-elements .elements {
		max-width: 300px;
		margin-left: auto;
		padding: 10px 50px 10px 10px;
	}

	.main-search .btn-search {
		width: 44px;
	}

	.main-search .search-form .btn-search-action {
		width: 44px;
	}

	.main-menu.open .btn-main-menu {
		background-image: url('/assets/images/icn_delete_file.svg');
	}

	.five-reasons .news-list-reasons .news-list-reasons-item {
		width: 140px;
	}

	.shop-items-list .row .shop-items-list-item {
		width: 265px;
		margin: 0 auto 15px;
	}
}

@media only screen and (min-width: 768px) {
	.header__main-container {
		width: 700px;
	}

	.main-header {
		padding-bottom: 0;
		text-align: left;
		padding-top: 30px;
	}

	.main-logo {
		width: 200px;
		float: left;
		margin-top: 50px;
	}

	.geotarget {
		margin-bottom: 15px;
	}

	.against-logo {
		float: right;
		width: 440px;
		padding-left: 30px;
		padding-top: 30px;
	}

	.against-geotarget:after {
		content: "";
		clear: both;
		display: table;
	}

	.against-geotarget .telephone {
		float: left;
	}

	.against-geotarget .callback {
		float: right;
	}

	.main-footer {
		text-align: left;
	}

	.main-footer .main-logo {
		margin-left: 0;
		margin-top: 35px;
	}

	.main-footer .against-logo {
		width: auto;
	}

	.main-footer .copyright-row {
		max-width: 500px;
	}

	.main-footer .footer-line {
		margin: 10px 0 50px;
	}

	.groups-row .menu-group-list {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.groups-row .menu-group-list>li {
		width: 33.333%;
	}

	.group-on-main-section .group-list {
		display: block;
	}

	.group-on-main-section .group-list:after {
		content: '';
		display: table;
		clear: both;
	}

	.group-on-main-section .group-list>.owl-stage-outer>.owl-stage {
		background: -moz-linear-gradient(top, #efeee9 0%, #fafafa 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #efeee9), color-stop(100%, #fafafa));
		background: -webkit-linear-gradient(top, #efeee9 0%, #fafafa 100%);
		background: -o-linear-gradient(top, #efeee9 0%, #fafafa 100%);
		background: -ms-linear-gradient(top, #efeee9 0%, #fafafa 100%);
		background: linear-gradient(to bottom, #efeee9 0%, #fafafa 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeee9', endColorstr='#fafafa', GradientType=0);
	}

	.group-on-main-section .group-list>.owl-stage-outer>.owl-stage>.owl-item {
		width: auto;
	}

	.group-on-main-section .group-list .group-list-item {
		width: 33.33%;
		float: left;
		cursor: pointer;
	}


	.list-item-inner {
		display: none;
	}


	.inner-slider-main>img {
		display: none;
	}

	.inner-slider-main>img:first-child {
		display: block;
	}



	.group-on-main-section .group-list .group-list-item .list-item-inner {
		padding: 15px;
	}

	.group-on-main-section .group-list .owl-item>.group-list-item {
		width: 100%;
	}

	.shop-items-list .row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.shop-items-list .row .shop-items-list-item {
		width: 265px;
		margin: 0 auto 15px 5px;
	}

	.shop-items-list .row .shop-items-list-item:nth-child(2n) {
		margin: 0 5px 15px auto;
	}

	.inner-page-content .group-on-main-section .group-list>.owl-stage-outer>.owl-stage {
		padding-bottom: 0;
	}

	.five-reasons .news-list-reasons {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 50px 0;
	}

	.five-reasons .news-list-reasons .news-list-reasons-item {
		margin: 0 15px 25px;
	}

	.action-section .action-background {
		padding: 30px;
	}

	.action-section .action-background .action-inner {
		padding: 15px 30px;
	}

	.sample-section .colored-title {
		margin-bottom: 70px;
	}

	.sample-section .news-list-sample {
		text-align: left;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sample-section .news-list-sample .news-list-sample-item {
		width: 240px;
	}

	.photogallery-section .photogallery-list {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.photogallery-section .photogallery-list [class^='photogallery-list-item'] {
		height: auto;
	}

	.photogallery-section .photogallery-list [class^='photogallery-list-item'] .item-image img {
		display: block;
		z-index: -1;
		visibility: hidden;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-1 {
		width: 63%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-1 .item-name {
		width: 67%;
		font-size: 22px;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-2 {
		width: 37%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-2 .item-name {
		top: auto;
		bottom: 0;
		font-size: 22px;
	}

	.photogallery-section .photogallery-list .photogallery-items {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-3 {
		width: 50%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-3 .item-name {
		left: auto;
		right: 0;
		width: 50%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-4 {
		width: 50%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-4 .item-name {
		width: 50%;
	}

	#productsContent .page-title {
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 0;
		font-size: 1.5rem;
		padding: 1em 0 1em;
		margin-bottom: 1.1em;
		position: relative;
	}

	#productsContent .page-title span {
		z-index: 1;
		position: relative;
	}

	#productsContent .page-title-backdrop {
		position: absolute;
		z-index: 0;
		left: -9999px;
		right: -9999px;
		background-color: #ffffff;
		top: -15px;
		bottom: 0;
		border-top: 1px solid #fafafa;
	}

	.catalog-section .main-container {
		position: relative;
	}

	.catalog-section .colored-title {
		margin-bottom: 70px;
	}

	.catalog-section .shop-items-list .shop-items-list-item:nth-child(2n-1) .shop-item,
	.catalog-section .shop-items-list-slider .shop-items-list-item:nth-child(2n-1) .shop-item {
		margin: 0 3px 0 auto;
	}

	.catalog-section .shop-items-list .shop-items-list-item:nth-child(2n) .shop-item,
	.catalog-section .shop-items-list-slider .shop-items-list-item:nth-child(2n) .shop-item {
		margin: 0 auto 0 3px;
	}

	.item-block .item-filters {
		margin: 15px 0;
	}

	.item-block .item-filters .item-filter-length .selectric-wrapper,
	.item-block .item-filters .item-filter-color .selectric-wrapper {
		width: 50%;
		margin-left: 15px;
	}

	.item-block .item-benefits {
		margin: 15px 0;
	}

	.item-block .item-benefits .benefit {
		font-size: 10px;
	}

	.item-block .item-benefits .benefit+.benefit {
		margin-left: 17px;
	}

	.item-block .item-properties {
		padding: 0 30px;
	}

	.item-block .item-properties .right-prop-block,
	.item-block .item-properties .left-prop-block {
		width: 49%;
	}

	.item-block .item-properties .left-prop-block {
		padding-right: 10px;
	}

	.item-block .item-properties .right-prop-block {
		margin-left: 2%;
		padding-left: 10px;
	}

	.item-block .item-links a {
		line-height: 2;
	}

	.item-block .nav-tabs {
		width: 150px;
	}

	.item-block .tab-content {
		margin-left: 150px;
	}

	.geotarget .geo-list {
		-webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
		bottom: auto;
	}

	.geotarget .geo-list .geo-inner {
		padding: 0 15px;
	}

	.geotarget .geo-list .geo-close {
		right: 30px;
	}

	.geotarget .geo-list .geo-form,
	.geotarget .geo-list .geo-items {
		float: left;
	}

	.geotarget .geo-list .geo-form {
		width: 40%;
		padding-right: 15px;
	}

	.geotarget .geo-list .geo-items {
		margin-top: 0;
		width: 60%;
		padding-left: 15px;
	}

	.geotarget .geo-list .geo-items:after {
		content: "";
		clear: both;
		display: table;
	}

	#comments .meta {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.form-box .form-entity,
	.form-box .form-result {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.against-geotarget .callback .btn {
		width: 160px;
	}

	.action-section .action-background .action-inner .action-btns {
		padding-left: 150px;
	}
}
/*отступ*/
@media only screen and (max-width: 768px) {
	.show-sm {
		margin-bottom: 40px;
	}
}
.main-menu .submenu-item-list .submenu>li:first-child a {
		padding: 24px 15px 12px;
	}

	.main-menu .submenu-item-list .submenu>li a {
		padding: 12px 15px;
	}

	.main-menu .submenu-item-list .submenu>li:last-child a {
		padding: 12px 15px 24px;
	}

	
	.main-menu .menu-item-list {
		height: auto;
		opacity: 1;
		visibility: visible;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin-top: 0;
	}

	.main-menu .menu-item-list a {
		min-width: 1px;
		padding: 20px 15px;
		white-space: nowrap;
	}

	.main-menu .menu-item-list li {
		position: relative;
	}

	.main-menu .menu-item-list li:hover {
		background: #fe1d16;
	}

	.main-menu .menu-item-list li:hover a {
		color: #ffffff;
	}

	.main-menu .menu-item-list.has-hidden-menu {
		position: relative;
	}

	.main-menu .menu-item-list.has-hidden-menu .btn-hidden-menu {
		background: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		font-size: 13px;
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 100%;
		background: inherit;
		white-space: nowrap;
		z-index: 9;
		letter-spacing: 4px;
		font-size: 5px;
		padding: 10px 6px 10px 10px;
		text-align: center;
		color: #000 !important;
	}
.main-menu .menu-item-list.has-hidden-menu .btn-hidden-menu * {
   color: #000 !important;
}
	
	.main-menu .menu-item-list.has-hidden-menu .btn-hidden-menu:hover {
		background: #d5d2c0;
	}

	.main-menu .menu-item-list.has-hidden-menu .items-hidden-box {
		display: none;
		position: absolute;
		top: 100%;
		right: -40px;
		background: #efeee9;
	}

	.main-menu .menu-item-list.has-hidden-menu .items-hidden-box a {
		width: 200px;
	}

	.main-menu .menu-item-list.has-hidden-menu.open-hidden-menu .btn-hidden-menu {
		background: #d5d2c0;
	}

	.main-menu .submenu-item-list a .before {
		display: none;
	}

	.main-menu .submenu-item-list .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 200px;
		background: #fe1d16;
	}

	.main-menu .submenu-item-list .submenu a {
		color: #ffffff;
	}

	.main-menu .submenu-item-list:not(.closes):not(.main-menu-item-actions):hover .submenu,
	.main-menu .main-menu-item-actions.openSubmenuActions .submenu {
		height: auto;
		transform: translateY(0%);
		z-index: 1;
		visibility: visible;
		opacity: 1;
		transition-delay: 0s, 0s, .0s;
	}
.navigation-line {
		background: #efeee9;
		z-index: 999;
		position: relative;
	}

	.main-menu {
		position: static;
		width: 545px;
		margin-left: -15px;
		float: left;
	}

	.main-menu .btn-main-menu {
		display: none;
	}
/**/
@media only screen and (min-width: 980px) {
	

	.show-sm {
		display: none !important;
	}

	.main-header {
		padding-top: 20px;
	}

	.main-container {
		width: 920px;
	}

	.main-logo {
		margin-top: 0;
		padding-top: 20px;
	}

	.against-logo {
		width: 640px;
		padding-top: 40px;
	}

	.against-logo .geotarget {
		float: left;
	}

	.against-geotarget {
		float: right;
	}

	.main-nav-elements {
		position: fixed;
		right: 0;
		left: auto;
		top: 30%;
		z-index: 1777;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.main-nav-elements .elements {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		background: transparent;
		align-items: flex-end;
	}

	.main-nav-elements .elements [class^='element-'] {
		padding: 10px;
		cursor: pointer;
		width: 46px;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
	}

	.main-nav-elements .elements [class^='element-']:hover {
		width: 200px;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
		text-align: left;
	}

	.main-nav-elements .elements [class^='element-']:hover a .element-name {
		display: inline-block;
		padding: 5px 0 5px 36px;
		width: 185px;
		text-align: left;
		color: #ffffff;
		opacity: 1;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
	}

	.main-nav-elements .elements [class^='element-']:hover a .element-name:hover {
		color: #ffffff;
	}

	.main-nav-elements .elements .element-1 {
		background: #3ca727;
	}

	.main-nav-elements .elements .element-1 a {
		background-image: url("/assets/images/icn_cart3.svg");
	}

	.main-nav-elements .elements .element-2 {
		background: #fdba5f;
	}

	.main-nav-elements .elements .element-2 a {
		background-image: url("/assets/images/icn_cat2.svg");
	}

	.main-nav-elements .elements .element-3 {
		background: #fe1d16;
		//text-align: center;
		padding-left: 13px;
		padding-bottom: 11px;
		padding-top: 11px;
	}

	.main-nav-elements .elements .element-3 a {
		background-image: url("/assets/images/icn_favorit2.svg");
	}

	.main-nav-elements .elements .element-4 {
		background: #0d9df9;
	}

	.main-nav-elements .elements .element-4 a {
		background-image: url("/assets/images/icn_libra2.svg");
	}

	.main-nav-elements .elements .element-5 {
		background: #cbc4c4;
	}

	.main-nav-elements .elements .element-5 a {
		background-image: url("/assets/images/ic_quest2.svg");
	}

	.main-nav-elements .elements .hidden-cart {
		display: none;
		overflow: scroll;
		overflow-y: auto;
		overflow-x: auto;
		height: fit-content;
		position: absolute;
		top: 100%;
		width: 204px;
		left: 0;
		padding: 20px 15px;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
		background: #ffffff;
		font-size: 11px;
	}

	.main-nav-elements .elements .hidden-cart .lc-item {
		border-bottom: 1px solid #e7e7e6;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 0;
	}

	.main-nav-elements .elements .hidden-cart .lc-item span {
		width: 30px;
	}

	.main-nav-elements .elements .hidden-cart .lc-total-box {
		margin-bottom: 15px;
	}

	.main-nav-elements .elements .hidden-cart .lc-total {
		color: #3ca727;
	}

	.main-nav-elements .elements .hidden-cart .btn-lc-item {
		background: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		font-size: 13px;
		padding: 15px;
		width: 100%;
		text-align: center;
		border: 1px solid #fe1d16;
		color: #fe1d16;
		background: #ffffff;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
		font-weight: bold;
	}

	.main-nav-elements .elements .hidden-cart .btn-lc-item:hover {
		color: #ffffff;
		background: #fe1d16;
	}

	.main-nav-elements .elements .hidden-cart .btn-lc-item:active {
		color: #ffffff;
		background: #000000;
	}

	.main-nav-elements .elements #little_cart {
		position: relative;
	}

	.main-nav-elements .elements #little_cart:hover.not-empty {
		width: 250px;
	}

	.main-nav-elements .elements #little_cart:hover.empty {
		width: 250px;
	}

	.main-nav-elements .elements #little_cart:hover .hidden-cart {
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
		display: block;
	}

	

	.main-search {
		position: relative;
		float: right;
		margin-top: 10px;
	}

	.main-search.open .search-form {
		top: 0;
	}

	/*.group-on-main-section .group-list .group-list-item {
	min-height: 327px;
}*/

	.group-on-main-section .group-list .group-list-item .list-item-inner {
		padding: 0;
	}

	@media (max-width: 1280px) {
		.group-on-main-section .group-list .group-list-item .list-item-inner {
			padding: 30px 50px;
		}
	}

	.main-footer .against-logo {
		width: 66.77776%;
		padding-top: 30px;
		padding-left: 0;
	}

	.main-footer .against-logo .telephone {
		float: left;
		margin: 45px auto 15px;
	}

	.main-footer .against-logo .callback {
		float: right;
		margin: 40px auto 15px;
	}

	.main-footer .copyright-row {
		width: 33.33334%;
		float: left;
	}

	.main-footer .copyright-row .copyright {
		padding-right: 15px;
		padding-top: 5px;
	}

	.main-footer .groups-row {
		width: 66.77776%;
		float: left;
	}

	.main-footer .groups-row .menu-group-list {
		padding-left: 30px;
		margin-top: 0;
	}

	.action-section .action-background {
		background-attachment: fixed;
		background-repeat: no-repeat;
		position: relative;
		padding: 50px 0;
	}

	.action-section .action-background .action-container {
		width: 875px;
		margin: 0 auto;
	}

	.action-section .action-background .action-inner {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		max-width: 875px;
		padding: 30px 50px 50px;
	}

	.action-section .action-background .action-inner .action-titles {
		width: 75%;
	}

	.action-section .action-background .action-inner .action-btns {
		width: 25%;
	}

	.sample-section .news-list-sample {
		text-align: left;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.sample-section .news-list-sample .news-list-sample-item {
		width: 25%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-1 .item-name {
		font-size: 24px;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-2 .item-name {
		font-size: 24px;
	}

	.shop-items-list .row {
		margin: 1.5% -15px !important;
	}

	.shop-items-list .row .shop-items-list-item {
		margin: 0 auto 15px 70px;
	}

	.shop-items-list .row .shop-items-list-item:nth-child(2n) {
		margin: 0 70px 15px auto;
	}

	.developer {
		text-align: right;
		margin-right: 0;
	}

	.btn-filter {
		display: none;
	}

	.page-filter {
		width: 100%;
		height: auto;
		min-height: 100%;
		padding-top: 25px;
		position: static;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.page-filter .selectric-wrapper {
		margin-left: 5px;
		width: 90%;
	}

	.page-filter .filter-category,
	.page-filter .filter-color {
		margin-left: 5px !important;
	}

	.page-filter .filter-range {
		margin-right: 5px !important;
		width: 90% !important;
	}

	.page-filter .irs {
		max-width: 90%;
		margin-right: 9px;
	}

	.page-filter .irs .irs {
		max-width: 100%;
	}

	.page-filter .btn-close {
		display: none;
	}

	.filter-title {
		display: none;
	}

	.item-block .item-left-side,
	.item-block .item-right-side {
		float: left;
		width: 48%;
	}

	.item-block .item-right-side {
		float: right;
	}

	.item-block .nav-tabs {
		float: none;
		width: 100%;
		margin: 30px 0 50px;
	}

	.item-block .nav-tabs li {
		margin-right: 50px;
	}

	.item-block .tab-content {
		margin-left: 0;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1279px) {
	.against-geotarget .telephone {
		float: none;
		margin: 0px auto 15px;
	}

	.five-reasons .news-list-reasons .news-list-reasons-item {
		margin: 0 10px 15px;
	}

	.item-block .thumbnails .additional-images-slider {
		width: 375px;
	}
}

@media only screen and (max-width: 768px) {
	.cart-form-wrapper label {
		margin-top: .6rem;
	}

	.cart-form-wrapper .mt-4 {
		margin-top: 0 !important;
	}

	.group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list-item a {
		pointer-events: none;
	}

	.subgroup-elements-mobil-fixed.on {
		display: block;
	}
}

.main-container .catalog-section .colored-title {
	font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
	.subgroup-elements-mobil-fixed.on {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.main-container .catalog-section .colored-title {
		font-size: 25px;
	}
}

#sliderOnMainShopItems .shop-items__list-item-wrap {
	margin-right: 7.5px;
	margin-left: 7.5px;
}

#sliderOnMainShopItems .shop-items-list-item {
	margin: 20px auto 0;
	display: block;
}

#sliderOnMainShopItems .shop-items-list-item,
#sliderOnMainShopItems .shop-items__list-item-wrap {
	margin-top: 20px;
}

#sliderOnMainShopItems .slick-list {
	min-height: 620px;
}
@media only screen and (min-width: 980px){
	.main-search .search-form {
		position: static;
		height: auto;
		opacity: 1;
		visibility: visible;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}

	.main-search .search-form fieldset {
		position: relative;
		padding: 0;
		margin: 0;
		border: 1px solid #DADADB;
	}
}
@media only screen and (min-width: 1280px) {
	.main-container {
		width: 1290px;
	}

	.against-logo {
		width: 875px;
	}

	.against-geotarget {
		float: none;
	}

	.against-geotarget .telephone {
		margin: 5px auto 15px 80px;
	}

	.main-menu {
		width: 745px;
		max-height: 61px;
	}

	.main-search {
		position: static;
		float: right;
	}

	.main-search .btn-search {
		display: none;
	}

	

	.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list-item:hover .subgroup-list.subgroup-elements {
		//  display: inline-block;
	}

	/*.group-on-main-section .group-list .group-list-item {
	min-height: 427px;
	}
		.group-on-main-section.minheight .group-list .group-list-item {
		//  min-height: 200px !important;
	}
		.minheightstyle .group-on-main-section .group-list .group-list-item {
		min-height: 200px !important;
	}*/
	.group-on-main-section .group-list .group-list-item .list-item-inner {
		top: 12px;
		position: absolute;
		margin-top: -16px;
		width: 80%;
		height: 100%;
		bottom: 0;
		left: 10%;
		display: flex;
		justify-content: center;
	}

	.group-on-main-section.minheight .group-list .group-list-item .list-item-inner {
		vertical-align: top;
	}


	.group-on-main-section .group-list .group-list-item .list-item-inner .item-name {
		width: auto;
		padding-right: 15px;
		margin-top: 0;
		font-size: 28px;
		text-align: left;
	}

	.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list {
		width: 100%;
		margin-top: -5px;
	}

	.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list-item {
		margin-bottom: 1px;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
		position: relative;
	}

	.minheightstyle .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list-item a {
		font-size: 12px !important;
	}

	.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list-item a {
		display: block;
		padding-left: 15px;
		font-size: 13px;
	}

	.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list-item a:hover {
		text-decoration: none;
	}

	.group-on-main-section .group-list .group-list-item:hover .list-item-inner .subgroup-list .subgroup-list-item {
		background: rgba(255, 255, 255, 0.9);
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
	}

	.group-on-main-section .subgroup-list.on .subgroup-list-item {
		background: rgba(255, 255, 255, 0.9);
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
	}

	.group-on-main-section .subgroup-list.on .subgroup-list-item.true_back {
		color: #ffffff !important;
		background: #fe1d16 !important;
	}

	.group-on-main-section .group-list .group-list-item:hover .list-item-inner .subgroup-list .subgroup-list-item.sli1:hover {
		color: #ffffff;
		background: #fe1d16;
	}

	.group-on-main-section .group-list .group-list-item:hover .list-item-inner .subgroup-list .subgroup-list-item.true_back {
		color: #ffffff !important;
		background: #fe1d16 !important;
	}

	.group-on-main-section .group-list .group-list-item:hover .list-item-inner .subgroup-list .subgroup-list-item.sli2 {
		color: #3e3e3e;
	}

	.group-on-main-section .group-list .group-list-item:hover .list-item-inner .subgroup-list .subgroup-list-item.sli2:hover {
		color: #ffffff;
		background: #fe1d16;
	}


	.main-footer .main-logo {
		margin-left: 0;
		margin-top: 35px;
	}

	.main-footer .against-logo {
		width: 50%;
		padding-left: 15px;
	}

	.main-footer .copyright-row {
		width: 50%;
	}

	.main-footer .copyright-row .copyright {
		max-width: 390px;
	}

	.main-footer .groups-row {
		width: 50%;
		float: right;
	}

	.main-footer .groups-row .menu-group-list {
		padding-left: 0;
	}

	.action-section .action-background .action-container {
		width: 1200px;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-1 {
		width: 45%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-2 {
		width: 23%;
	}

	.photogallery-section .photogallery-list .photogallery-items {
		width: 32%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-3 {
		width: 100%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-3 .item-name {
		font-size: 18px;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-4 {
		width: 100%;
	}

	.photogallery-section .photogallery-list .photogallery-list-item-4 .item-name {
		font-size: 18px;
	}

	.shop-items-list .row .shop-items-list-item {
		width: 258px;
		margin-bottom: 0;
		margin: 0 8px;
	}

	.shop-items-list .row .shop-items-list-item:nth-child(2n) {
		margin: 0 8px;
	}

	.catalog-section .shop-items-list {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	
	

	.catalog-section .shop-items-list .shop-items-list-item {
		margin: 0 5px;
		width: 24%;
		min-width: 24%;
	}

	.catalog-section #sliderOnMainShopItems.shop-items-list .shop-items-list-item {
		width: auto;
	}

	#sliderOnMainShopItems .shop-items-list {
		padding: 15px 8px;
	}

	#sliderOnMainShopItems {
		min-height: 600px;
	}

	.catalog-section .shop-items-list-slider .shop-items-list-item {
		min-width: 1px;
	}

	.catalog-section .shop-items-list-slider .shop-items-list-item:first-child,
	.catalog-section .shop-items-list-slider .shop-items-list-item .item-first-number {
		margin-left: 0;
	}

	.catalog-section .shop-items-list-slider .shop-items-list-item .item-last-number {
		margin-right: 0;
	}

	.catalog-section .shop-items-list-slider .shop-items-list-item:nth-child(n) .shop-item {
		margin: 0 2px 0 3px;
		max-width: 100%;
	}

	.geotarget .geo-list .geo-inner {
		padding: 0 90px;
	}

	.geotarget .geo-list .geo-close {
		right: 90px;
		top: -25px;
	}

	.geotarget .geo-list .geo-form {
		padding-right: 30px;
	}

	.geotarget .geo-list .geo-items {
		padding-left: 60px;
	}

	.geotarget .geo-list .geo-item {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 1500px) {
	.main-container {
		width: 1504px;
	}
}

.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list.subgroup-elements {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin-top: 0;
	width: 200px;
	padding-left: 2px;
	z-index: 1005;
}

.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list.subgroup-elements.rightBlock {
	right: 100% !important;
	left: auto;
	padding-left: 0;
	padding-right: 2px;
}

.subgroup-elements-mobil-html {
	display: none;
}

.subgroup-elements-mobil-fixed {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 100;
	padding-top: 100px;
	text-align: center;
}

.subgroup-elements-mobil-fixed-pc {
	position: absolute;
	width: 250px;
	left: 0;
	top: 0;
	z-index: 100;
	text-align: center;
	display: none;
}

.subgroup-elements-mobil-fixed-pc.on {
	display: inline-block;
}

.subgroup-elements-mobil-fixed .subgroup-list,
.subgroup-elements-mobil-fixed-pc .subgroup-list {
	width: 250px;
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

.subgroup-elements-mobil-fixed .subgroup-list .subgroup-list-item {
	list-style: none;
	margin: 2px;
	color: #3e3e3e;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.4s linear 0s;
}

.subgroup-elements-mobil-fixed-pc .subgroup-list .subgroup-list-item {
	list-style: none;
	margin-bottom: 1px;
	color: #3e3e3e;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.4s linear 0s;
}

.subgroup-elements-mobil-fixed-pc.min .subgroup-list .subgroup-list-item a {
	font-size: 12px !important;
	padding: 3px 0 3px 13px !important;
}

.subgroup-elements-mobil-fixed .subgroup-list .subgroup-list-item:hover,
.subgroup-elements-mobil-fixed-pc .subgroup-list .subgroup-list-item:hover {
	color: #ffffff !important;
	background: #fe1d16;
	transition: all 0.4s linear 0s;
}

.subgroup-elements-mobil-fixed .subgroup-list .subgroup-list-item a,
.subgroup-elements-mobil-fixed-pc .subgroup-list .subgroup-list-item a {
	font-size: 14px;
	display: block;
	padding-left: 15px;
	padding: 6px 0 6px 13px;
	text-decoration: none !important;
	color: inherit;
}

.subgroup-elements-mobil-fixed .header {
	font-family: 'GothamPro';
	text-transform: uppercase;
	font-weight: 300;
	font-size: 23px;
	padding: 0 10px 15px 10px;
	color: #f2f2f2;

}





@media only screen and (min-width: 1440px) {
	.group-on-main-section .group-list .group-list-item .list-item-inner {
		padding: 0;
	}

	.group-on-main-section .group-list .group-list-item .list-item-inner .item-name {
		font-size: 2.1vw;
	}

	.group-on-main-section .group-list .group-list-item .list-item-inner .subgroup-list .subgroup-list-item a {
		font-size: 14px;
	}
}

@media only screen and (min-width: 767px) {

	.shop-oneitem__item-colors_small-screen {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.hidden-sm {
		display: none !important;
	}

	.block_fr>ul>li:not(.lang) {
		position: relative;
		cursor: pointer;
		margin-bottom: 25px;
		height: auto !important;
		max-width: 86%;
		padding-bottom: 10px;
		margin-left: 10px;
		border-bottom: 1px solid #dfdfde;
	}

	.block_fr>ul>li:not(.lang):last-child {
		border-bottom: none;
	}

	.block_fr>ul>li:not(.lang) label {
		cursor: pointer;
		width: 100% !important;
		display: block !important;
		margin-left: 0 !important;
	}

	.block_fr>ul>li:not(.lang):before {
		display: inline-block;
		content: '';
		position: absolute;
		top: 10px;
		right: 0;
		z-index: 9;
		width: 13px;
		height: 7px;
		vertical-align: middle;
		background-image: url('/assets/images/icns_innerpgs.png');
		background-position: -29px -18px;
		pointer-events: none;
	}

	.block_fr>ul>li:not(.lang)>div,
	.block_fr>ul>li:not(.lang)>span,
	.block_fr>ul>li:not(.lang)>input {
		display: none !important;
	}

	.block_fr>ul>li:not(.lang):hover:before,
	.block_fr>ul>li:not(.lang) label:hover:before {
		background-position: -29px -5px;
	}

	.block_fr>ul>li:not(.lang).active:before {
		top: 7px;
		background-position: -29px -28px;
	}

	.block_fr>ul>li:not(.lang).active>div,
	.block_fr>ul>li:not(.lang).active>span,
	.block_fr>ul>li:not(.lang).active>input {
		display: block !important;
	}

	.block_fr>ul>li:not(.lang) .irs .irs-single {
		top: 25px;
	}

	.filter-li .color-img {
		top: 35%;
	}

	.item-block .thumbnails {
		text-align: center;
	}

	.item-block .additional-images-slider {
		margin: auto !important;
	}

	.item-block .item-colors {
		display: none;
	}

	.item-block .shop-oneitem__item-colors_small-screen .item {
		height: auto !important;
		margin: 0 0 20px
	}


	.shop-oneitem__item-colors_small-screen .shop-oneitem__item-colors-title {
		display: none;
	}
}

@media only screen and (max-width: 584px) {
	.item-block .item-colors .item {
		width: 48%;
	}

	.item-block .item-price .item-price-box {
		margin-right: 0;
	}

	.item-block .item-price .item-quantity-box {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 584px) {
	.item-block .thumbnails .additional-images-slider {
		width: 310px;
	}
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 480px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show~.md-overlay,.md-overlay.show-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	color: #222;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	text-align: center;
}

.md-content h3 {
	margin: 0;
	padding: 0px 30px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	opacity: 0.8;
	color: #000;
	border-radius: 3px 3px 0 0;
}

.modal-content h3 {
	margin-bottom: 10px;
}

/*.md-content > div {
margin: 0;
font-weight: 300;
font-size: 1.15em;
}*/
.madalform {
	background: #f8f8f8;
	padding: 35px 0px;
}

.madalform input {
	margin: 8px 0px;
	padding: 10px 0px 8px 15px;
	border: 1px solid #e9e9e9;
	background: #fff;
	max-width: 295px;
	width: 100%;
	color: #3d3d3d;
}

.md-content>div p {
	margin: 0;
	padding: 10px 0;
}

.md-content>div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content>div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.md-effect .md-content {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

input::-moz-placeholder {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

input::-webkit-input-placeholder {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus::placeholder {
	color: transparent;
}

#order_name, #order_phone, #order_city, #order_name, #order_email, #order_question {
	color: #979797;
	font-size: 10px;
	text-align: right;
	margin-top: 25px;
	margin-left: -110px;
	z-index: 10;
	position: absolute;
}

#form_assent>p a {
	color: #fe1d16;
}

#form_assent>p a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

#form_assent>p {
	color: #a9a9a9;
	font-size: 13px;
	padding: 0px 30px;
}

input#name:focus~#order_name, input#phone:focus~#order_phone, input#city:focus~#order_city,
#order_name:active {
	color: transparent;
}

#heads {
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 15px;
}
#heads > p {
    margin: 0 0 15px;
}

.how_buy_element_title {
	color: #3d3d3d !important;
	font-size: 19px;
	display: table-cell;
}

.how_buy_element_title a {
	color: #fe1d16 !important;
}

.how_buy_element_title:hover {
	color: #fe1d16 !important;
}

.how_buy_number {
	font-size: 25px;
	font-family: "Georgia";
	color: #fe1d16;
	font-weight: bold;
	display: table-cell;
}

.how_buy_element:hover .how_buy_element-image {
	background-color: #ffffff;
	opacity: 0.7;
}

.center-how_buy {
	margin: auto;
}

@media only screen and (min-width: 980px) {
	.how_buy_element-limg {
		margin-left: 25%;
	}

	body .main-menu .submenu-item-list .submenu>li a {
		padding: 9px 15px;
	}

	body .main-menu .submenu-item-list .submenu>li:first-child a {
		padding: 18px 15px 12px;
	}

	.filter-li label {
		margin-bottom: 9px;
	}

	.block_fr>ul>li:not(.lang) {
		height: 87px;
	}

	.cart-box .shop-cart {
		padding: 40px 20px;
	}
}

@media only screen and (min-width: 1280px) {
	.how_buy_element-limg {
		margin-left: 35%;
	}
}

@media (min-width: 768px) {
	.how_buy_list_mobile {
		display: none;
	}

	.how_buy_element-col {
		display: table-cell;
		width: 50%;
	}

	.how_buy_element:nth-child(even) .how_buy_element-col:nth-child(1) {
		float: right;
	}

	.how_buy_element {
		width: 100%;
		display: table;
	}

	body .breadcrumbs-wrap {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.main-container h1 {
		text-transform: uppercase;
		font-weight: bold;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	.how_buy_element-col {
		display: block;
		width: 90%;
		text-align: center;
	}

	.how_buy_element {
		width: 100%;
		display: block;
	}
}

@media (max-width: 400px) {
	.how_buy_element-col {
		width: 100%;
	}
}

.how_buy_element-col {
	padding-right: 22px;
	padding-left: 22px;
}

.five-reasons h1,
.catalog-section h1,
.sample-section h1,
.map-section h1 {
	border: none;
}

.item-block .meta {
	flex-wrap: wrap;
}

@media only screen and (max-width: 585px) {
	.method-img {
		display: none;
	}

	.radio-order {
		padding-right: 10px;
	}

	.radio+.radio-order:before {
		right: 25px;
	}

	.radio+.radio-order:after {
		right: 29px;
	}

	.item-block .meta .grade {
		margin-top: 30px;
	}
}

.main-container .text p,
.main-container .text,
.grade {
	color: #818181;
}

.main-container .text {
	margin: 15px 0;
}

.btn-wishlist {
	width: 24px;
	height: 23px;
	position: absolute;
	right: 10px;
	top: 120px;
	z-index: 11;
	padding: 0;
	margin-top: 20px;
	margin-right: 10px;
}

.favorite_current {
	opacity: 1 !important;
}

#btn-loadfile {
	border-color: #fe1d16;
	color: #fe1d16;
	cursor: pointer;
	text-decoration: underline;
}

#btn-loadfile:hover {
	text-decoration: none;
}

.page-form__filename_hidden {
	display: none;
}

.comment-photo a {
	display: inline-block;
	margin: 20px 10px 0 0;
	width: 108px;
	height: 108px;
	vertical-align: top;
	text-align: center;
}

.comment-photo a img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100) white;
	-khtml-opacity: 1;
	background-color: #fff;
	transition-duration: 1s;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}

.comment-photo a img:hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30) white;
	-khtml-opacity: 0.3;
	background-color: #fff;
}

.reviews-header-text {
	font-size: 16px;
}

.page-form__file-delete-btn {
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
	display: block;
	top: 30%;
	margin-top: -3px;
}

.page-form__filename-text {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding-right: 20px;
	box-sizing: border-box;
}

.page-form__file-delete-btn:hover {
	background-position: -15px -172px;
}

.page-form__file {
	display: none;
}

#formWishList {
	margin-left: 15px;
}

@media (min-width: 768px) {
	.btn-wishlist {
		opacity: 0;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
}

.thumbnails #zoom:hover .thumbnails>.btn-wishlist,
#sliderLikedShopItems .item-top-box:hover .btn-wishlist,
#sliderAssociatedShopItems .item-top-box:hover .btn-wishlist,
#sliderOnMainShopItems .shop-item:hover .btn-wishlist,
#productsContent .shop-item:hover .btn-wishlist {
	opacity: 1;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

@media (min-width: 1280px) {
	.thumbnails .btn-wishlist {
		margin-right: 85px;
	}
}

@media (max-width: 979px) {
	.thumbnails .btn-wishlist {
		margin-right: 32%;
	}
}

@media (max-width: 767px) {
	.thumbnails .btn-wishlist {
		margin-right: 22%;
	}
}

@media (max-width: 740px) {
	.thumbnails .btn-wishlist {
		margin-right: 20%;
	}
}

@media (max-width: 690px) {
	.thumbnails .btn-wishlist {
		margin-right: 18%;
	}
}

@media (max-width: 650px) {
	.thumbnails .btn-wishlist {
		margin-right: 13%;
	}
}

@media (max-width: 600px) {
	.thumbnails .btn-wishlist {
		margin-right: 12%;
	}
}

@media (max-width: 550px) {
	.thumbnails .btn-wishlist {
		margin-right: 11%;
	}
}

@media (max-width: 500px) {
	.thumbnails .btn-wishlist {
		margin-right: 5%;
	}
}

#sliderLikedShopItems .item-top-box {
	position: relative;
}

.main-header {
	padding-top: 0;
}

.header-grid {
	display: table;
	width: 100%;
	margin-bottom: 13px;
}

.header-grid__row {
	display: table-row;
}

.header-logo {
	display: table-cell;
	text-align: center;
}

.header-logo__img {
	max-width: none;
	margin-bottom: 5px;
}

.header-content {
	display: table-cell;
  vertical-align: bottom;
  padding-left: 45px;
	padding-bottom: 32px;
}

.header-content__left-col {
	width: 530px;
	float: left;
}

.header-content__info h3 {
	font-size: 17px;
	line-height: 26px;
	color: #fe1d16;
	font-weight: 800;
	margin-bottom: 20px;
}
.header-content__info-header {
	font-size: 17px;
	line-height: 1px;
	color: #fe1d16;
	font-weight: 800;
	margin-bottom: 15px;
}

.header-content__right-col {
	float: right;
}

.header-content__right-col>a.wholesales_btn {
	border-radius: 2px;
    vertical-align: middle;
    text-decoration: none;  
    width: 154px;
    height: 41px;  
    background: #01B541;
    font-size: 13px;
	line-height: 26px;
	color: #fafafa;
	font-weight: 800;	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.associated-shop-tems-slider__wrap {
	max-width: 1130px;
}

@media (max-width: 1100px) {
	.associated-shop-tems-slider__wrap {
		max-width: 980px;
	}
}

.wholesales_btn__first-row {
	font-size: 13px;
	line-height: 26px;
	color: #fafafa;
	font-weight: 800;	
	text-align: center;
}

.wholesales_btn__first-row>span {
	text-transform: uppercase;
}

.wholesales_btn__second-row {
	margin: -5px auto 0;
	border-bottom: 1px solid #41C871;
	height: 19px;
	width: -moz-fit-content;
	width: fit-content;
}

.header-content__info {
	float: left;	
}

.header-content_bottom {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;	
}
.header-content_bottom .item-name {   
    padding: 0 10px;    
    line-height: 1.6;		
		font-size: 13px;
		line-height: 18px;
		color: #212121;
		font-weight: 300;		
		text-align: center;
}
.header-content_bottom .news-list-reasons-item .item-image span {
    width: 37px;
    height: 37px;
    display: inline-block;
    background: #fe1d16;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.header-content_bottom .news-list-reasons-item .item-image span img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.header-content_bottom .news-list-reasons-item .item-image {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ececeb;
    width: 62px;
    height: 62px;
    position: relative;
}
.header-content_bottom .news-list-reasons-item {
    /*width: 208px; */
	width: calc(100% / 5);
	text-align: center;
	margin-top: 10px;
}

.header-content__info-first-text {
	font-family: 'GothamPro-Bold';  
	display: flex;	
	font-size: 13px;
	line-height: 22px;
	color: #212121;
	font-weight: 500;
}
.header-content__info-first-text i {
	color: #ff0000;
	font-size: 16px;
	margin-right: 5px;
	margin-top: 2px;
}


.header-content__info-last-text {
	font-family: 'GothamPro-Bold';
	color: #fe1d16;
}

.header-content__phone-wrap {
	float: left;
}

.header .geotarget {
	margin: 0 0 15px;
}

.header .geo-description {
	vertical-align: top;
	display: inline-block;
	line-height: 1;
}

.header .geo-another-city {
	vertical-align: top;
	display: inline-block;
}

.header .geotarget .geo-another-city {
	margin: 0;
}

.header .geotarget .geo-another-city .geo-city-another-link {
	line-height: 1;
	vertical-align: top;
}

.header .callback {
	margin: 10px 10px 0 0;
}

.header .telephone {
	margin: 7px 0 0;	
}

.header .telephone .number {
	font-size: 21px;
	line-height: 26px;
	color: #fe1d16;
}
/*иконки соцсетей*/
.header .telephone .number {	
	color: #fe1d16;	
	font-size: 16px;
	line-height: 22px;	
	font-weight: 700;	
	text-align: center;
}
.header .soc_net_icons a img {
	width: 31px;	
	transition: all .4s ease;
	margin: 0 5px;
}
.header .soc_net_icons a:hover img {
/*
	width: 33px;
	margin: 0 4px;
	*/
	transform: scale(1.1);
}
.header .soc_net_icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .soc_net_icons {
	height: 33px;
}
.header .soc_net_icons a {
	display: inline-block;
}

/**/

.header .telephone .number a {
	color: #fe1d16;
}

.header .callback__btn {
	float: left;
    clear: left;
    width: 154px;
    height: 41px;
    padding: unset;    
	font-size: 13px;
	line-height: 26px;
	color: #fafafa;
	font-weight: 500;	
	text-align: center;
	border-radius: 2px;
}

@media (max-width: 1400px) {
	.header-content {
		padding-left: 10px;
	}
}
@media (min-width: 1500px) {
	.header-content__left-col {
		width: 600px;		
	}
}
@media (max-width: 1280px) {
	.header-content__info {
		float: none;    
	}
	.header-content__left-col {
		width: 450px;
		float: left;
	}
	.header-content__right-col {
		float: none;		
	}
	.header .callback {
		margin: 10px 0;
	}
	
	.header-content__phone-wrap {
		float: left;
	}
	
	.header-content__info-first-text {
		display: inline-block;
		vertical-align: top;
	}
	
	.header-content__info-last-text {
		display: inline-block;
		vertical-align: top;
	}
	  
	.header-content_bottom .news-list-reasons-item {
		width: 125px;
	}
}

@media (max-width: 980px) {	
	.header-grid__row {
		display: table;
	}
	.header-logo {
		display: table-row;    
	}
	.header {
		padding-top: 50px;
	}
	.header .callback {
		margin: 0 10px 0 0;
	}
	.header-content__left-col {
		width: 100%;    
		text-align: center;
		float: none;
	}
	.header-content__right-col {
		display: flex;   
		justify-content: center;
		align-items: center;
		float: none;
		margin-top: 20px;
	}	
	.header .callback__btn {
		margin-top: 0;
	}
	.main-nav-elements {
		position: absolute;
	}
	
/*	.main-menu {
		position: absolute;
		width: 250px;
	}
	
	.main-header .navigation-line {
		position: absolute;
		top: 0;
	}*/
	.header-content__right-col>a.wholesales_btn {
			margin: 0;
	}
	.header-content_bottom .news-list-reasons-item {
		width: 110px;
	}
	.main-nav-elements .elements li {
		margin: 0 10px;
		display: inline-block;
	}
	
}

@media (max-width: 768px) {
	.header-content_bottom .news-list-reasons-item {
		width: 100px;
	}

	/*.header-grid {
		display: block;
		margin: 0;
	}

	.header-grid__row {
		display: block;
		text-align: center;
	}

	.header-logo {
		display: block;
	}

	.header-content {
		padding: 0;
		display: block;
	}

	.header .geotarget {
		margin: 30px 0 15px;
	}

	.header .geo-description {
		display: block;
	}

	.header .geotarget .geo-another-city {
		display: block;
		margin-top: 10px;
	}

	.header-content__info {
		padding: 0;
	}

	.header-content__info-first-text {
		margin: 0;
		display: block;
	}

	.header-content__info-last-text {
		display: block;
	}

	.header .telephone {
		margin: 25px 0 0;
		float: none;
	}

	.header .callback__btn {
		float: none;
		margin: 25px auto 0;
	}

	.header-content__right-col {
		width: 100%;
		text-align: center;
	}

	#modal-3 {
		height: 90%;
		overflow-y: scroll;
		max-height: 640px;
		overflow-x: hidden;
	}

	body .header-content__right-col>a.wholesales_btn {
		width: auto;
	}*/
}

.breadcrumbs-shop .main-container-spacer {
	margin-left: 4px;
}

.tag_container_one:first-child .taglink {
	margin-left: 5px;
}

.tag_container_one:first-child .taglink_highlighted {
	margin-left: 5px;
}

#tag_container .tag_container_one {
	padding-top: 0;
	display: inline-block;
}

.tag_container_one .taglink {
	margin-top: 14px;
}

.tag_container_one .taglink_highlighted {
	margin-top: 14px;
}

a.taglink:hover {
	color: #fff;
}

a.taglink_highlighted:hover {
	color: #fff;
}

#itemColors .item:hover img {
	opacity: 0.75;
}

.catalog-section .colored-title {
	margin: 3px 0 21px 0;
}

.catalog-section .list-navigation {
	margin-bottom: 2px;
}

h1.page-title {
	font-size: 1.5rem;
	margin-top: 0;
	padding: 1em 0 1em;
}

.main-container h1,
.cart-box h1 {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	font-size: 1.5rem;
	margin-top: 0;
}

#productsContent h1.page-title {
	margin-bottom: 0;
	padding-bottom: 0;
	padding: 1em 0 1em;
}

.inner-page-content .breadcrumbs-shop {
	padding-bottom: 30px;
}

#filterForm {
	padding-top: 10px;
}

#discount-label label {
	margin-bottom: 0;
	line-height: 1;
}

#discount-label {
	height: 80px;
}

.body-original {
	overflow-x: hidden;
}

.header-logo .telephone, .header-logo .work {
	display: block;
	width: max-content;
	margin: 5px auto;
}
.header-logo .work p {
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	color: #212121;
	font-weight: 800;
}
.header-logo .work p:last-child {	
	color: #a7a2a2;
}

@media only screen and (min-width: 320px) and (max-width: 767.98px) {
	.header-content {
		padding-left: 0;
	}
	
	/*.main-header {
		padding-bottom: 0;
	}

	.header {
		padding-top: 27px;
	}

	.header-logo {
		min-height: 110px;
		width: 48%;
		text-align: left;
		margin-left: 11px;
		float: left;
	}

	.header-logo__img {
		width: 96px;
	}

	.header-content__left-col {
		display: none;
	}

	.header-content__phone-wrap .telephone {
		display: none;
	}

	.header-logo .telephone {
		display: block;
		margin-top: 7px;
	}

	.header-logo .telephone .number p {
		font-size: 15px;
	}

	.header-logo .telephone .sign p {
		font-size: 12px;
	}

	.header-content__phone-wrap {
		width: 190px;
		height: 52px;
		position: absolute;
		right: 0;
	}

	.header-content__phone-wrap button.callback__btn {
		margin: 0;
		width: 100%;
		height: 100%;
	}

	.header-content__right-col {
		margin: 0;
		width: 190px;
		position: absolute;
		right: 0;
		top: 104px;
	}

	.header-content__right-col>a.wholesales_btn {
		margin: 0;
		padding: 7px 19px;
		height: 60px;
		width: 190px;
		text-align: left;
	}

	.header-content__right-col>a>div.wholesales_btn__first-row {
		font-size: 15px;
	}

	.header-content__right-col>a>div.wholesales_btn__second-row {
		float: left;
	}*/
	.header-content_bottom .news-list-reasons-item {
		width: 100px;
	}
}

@media (max-width: 980px) {
	#productsContent h1.page-title {
		padding-bottom: 1.5em;
	}	
}

@media (min-width: 320px) and (max-width: 360px) {
	.header-content_bottom .news-list-reasons-item {
		width: 70px;
	}
	.header-content {
    	padding-left: 0px;
	}
	.header-content__info-first-text {    
    	width: 90%;
	}
	.header-content_bottom .item-name {
		padding: 0 10px;    
		font-size: 10px;
		line-height: 13px;    
	}
	.header-content_bottom .news-list-reasons-item .item-image {    
		width: 52px;
		height: 52px;    
	}
	.header-content_bottom .news-list-reasons-item .item-image span {
		width: 32px;
		height: 32px;    
	}
	.header-content_bottom .item-name {
		padding: 0;
	}
	.header-content_bottom .news-list-reasons-item .item-image span img {    
    	width: 71%;
	}
}
@media (min-width: 320px) and (max-width: 512px) { 
	.header-content_bottom .news-list-reasons-item {
		width: 70px;
	}
	.header-content {
    padding-left: 0px;
	}
	.header-content__info-first-text {    
    width: 90%;
	}
	.header-content_bottom .item-name {
    padding: 0 10px;    
    font-size: 10px;
    line-height: 13px;    
	}
	.header-content_bottom .news-list-reasons-item .item-image {    
    width: 52px;
    height: 52px;    
	}
	.header-content_bottom .news-list-reasons-item .item-image span {
    width: 32px;
    height: 32px;    
	}
	.header-content_bottom .item-name {
		padding: 0;
	}
	.header-content_bottom .news-list-reasons-item .item-image span img {    
    width: 71%;
	}
}

.menu-geo-box {
	padding: 0 15px;
}

.menu-geo-box .selected-location {
	color: red;
	padding: 0 10px;
	text-decoration: underline;
	font-size: 15px;
}

.menu-geo-box a.change-location {
	all: unset;
	color: gray;
}

@media only screen and (min-width: 980px) {
	.menu-geo-box {
		display: none;
	}
}
@media (max-width: 979px) {
	.menu-geo-box {
		display: none;
	}
}

#AddComment input[name="captcha"] {
	min-width: 55px;
}

.selectric-wrapper {
	max-width: 295px;
	width: 100%;
}

.madalform .asset {
	max-width: 305px;
	margin: 15px auto 0;
}

.madalform form {
	padding: 0 15px;
}

.madalform form .form_control {
	white-space: nowrap;
}

.madalform form .callback>button {
	width: 100%;
	max-width: 295px;
}

.breadcrumbs-wrap {
	padding-bottom: 30px;
	padding-top: 35px;
	background: #fff;
}

.breadcrumbs-content_small-screen {
	display: none;
}

.content_comeback {
	display: none;
	margin-left: 15px;
}

.breadcrumbs-content_comeback,
.content_comeback {
	cursor: pointer;
	color: #a3a3a3;
}

.breadcrumbs-content_comeback:before,
.content_comeback:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 11px;
	background: url('/assets/images/arr5.svg') no-repeat;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.breadcrumbs {
		margin: 0 !important;
	}

	.inner-page-content .breadcrumbs-shop {
		padding: 0 !important;
	}

	.breadcrumbs-content_small-screen {
		display: block;
	}

	.breadcrumbs-content {
		display: none;
	}

	.breadcrumbs-wrap {
		padding: 15px 0;
	}

	.page-filter {
		position: fixed;
		width: 100%;
		min-height: 100%;
	}

	.filter-title {
		color: #fe1d16;
	}

	.filter-title span {
		background-position: -3px -25px;
	}

	.block_fr>ul>li:not(.lang) {
		max-width: 100% !important;
		margin-left: 0 !important;
	}

	.block_fr>ul {
		padding: 0 10px !important;
	}

	.main-nav-elements .elements {
		display: block;
		text-align: right;
		padding: 5px 10px 1px 50px;
	}

	.main-nav-elements .elements li {
		margin: 0 10px;
		display: inline-block;
	}

	.main-menu .btn-main-menu {
		position: relative;
		top: -5px;
	}
/*
	.main-menu .menu-item-list {
		margin-top: -4px;
	}*/
}



button.closemy {
	width: 20px;
	height: 20px;
	position: relative;
	background: 0;
	border: 0;
}

button.closemy:after {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	left: -3px;
	top: 9px;
	height: 4px;
	background: #f2f2f2;
	transform: rotate(45deg);
}

button.closemy:before {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	left: -3px;
	top: 9px;
	height: 4px;
	background: #f2f2f2;
	transform: rotate(-45deg);
}

.addcommentmessage {
	font-family: 'GothamPro-Bold';
}

.color-list__color-btn.adds_son {
	overflow: hidden;
}

.color-list__color-btn.adds_son div {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
}

.color-list__color-btn.adds_son div:hover {
	opacity: 1;
}

.color-list__color-btn.adds_son div:after {
	content: "";
	display: block;
	position: absolute;
	width: 51px;
	left: -7px;
	top: 17px;
	height: 2px;
	background: #ffffff;
	transform: rotate(45deg);
}

.color-list__color-btn.adds_son div:before {
	content: "";
	display: block;
	position: absolute;
	width: 51px;
	left: -7px;
	top: 17px;
	height: 2px;
	background: #ffffff;
	transform: rotate(-45deg);
}




.btn-shop-item {
	box-shadow: none;
	border-radius: 0px;
	border: medium none;
	cursor: pointer;
	width: 100%;
	font-family: "GothamPro-Bold", sans-serif;
	text-align: center;
	padding: 15px 0px;
	background: #36c368 none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 16px;
	transition: all 0.4s linear 0s;
}

.btn-shop-item:hover {
	color: #ffffff;
	background: #3d3d3d;
}

.btn-shop-item:active {
	color: #ffffff;
	background: #000000;
}

.btn-shop-group {
	font-size: 13px;
	font-family: 'GothamPro';
	line-height: 1.6;
	background: #FFF none repeat scroll 0% 0%;
	color: #FE1D16;
	border: 1px solid #FE1D16;
}

.btn-shop-group:hover {
	color: #ffffff;
	background: #3d3d3d;
	border: 1px solid #FFF;
}

.item-bottom-box {
	padding: 5px 10px 0;
}

.item-bottom-box .link-shop-group {
	font-size: 12px;
	float: right;
}

.item-bottom-box .link-shop-group a {
	font-size: 13px;
	font-family: 'GothamPro';
	line-height: 1.6;
	color: #FE1D16;
	transition: all 0.4s linear 0s;
}

.item-bottom-box .link-shop-group a:hover {
	transition: all 0.4s linear 0s;
	border-bottom: 1px dotted;
}

.item-bottom-box .item-text {
	color: #b4b4b4;
	font-size: 12px;
}

.item-bottom-box .shop_count {
	padding: 0px;
	font-size: 12px;
}

.item-bottom-box hr {
	margin: 0px;
	color: #dfdfe0;
	padding-bottom: 5px;
}

.shop-items-list-item {
	top: 0;
	left: 0;
	position: relative;
}

.shop-items__list-item-wrap_bro {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	height: 490px;
}

.shop-items__list-item-wrap {
	display: inline-block;
	width: 260px;
	margin-right: 25px;
	/*margin-bottom: 10px;*/
	margin-bottom: 25px;
	position: relative;
	vertical-align: top;
	height: 445px;
    max-height: 445px;
}


.shop-items-list-item {
	width: 260px;
}

.slick-slide.shop-items-list-item {
	padding: 0;
}

.shop-items-list .shop-items-list-item {
	background: #FFF none repeat scroll 0% 0%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	display: inline-block;
	float: none;
	border: 1px solid #e6e5e4;
	max-height: 490px;
}

.shop-items-list-item__sizes {
	max-height: 63px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	max-width: 100%;
	width: 248px;
	margin: auto;
}

.slider-shop-items-list-item__sizes {
	padding: 0 5px;
}

.shop-items-list-item:hover .shop-items-list-item__sizes {
	max-height: 500px;
}

.shop-items__list-item-wrap .shop-items-list-item:hover {
	top: -20px;
	height: auto;
	width: 288px;
	left: -14px;
	position: absolute;
	max-height: 1000px;
	padding: 0;
}

.shop-items-list-item__sizes-items-wrap {
	padding: 9px 0 0;
	font-size: 0;
}

.shop-items__list-item-discounts-wrap {
	position: relative;
	z-index: 1;
}

.shop-items-list-item__sizes-item {
	display: inline-block;
	vertical-align: middle;
	color: #898989;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
	padding: 5px 5px;
	margin: 2px 0;
	min-width: 82px;
	cursor: pointer;
	border: 1px solid #fff;
	text-align: center;
}

.shop-items-list-item__sizes-item:hover,
.shop-items-list-item__sizes-item_active {
	color: #000;
	background: #efeee9;
	border: 1px solid #dfdbca;
}

.shop-items-list-item__sizes-item-price,
.shop-items-list-item__sizes-discounts {
	display: none;
}

.item-name-wrap {
	max-width: 100%;
	width: 248px;
	margin: auto;
	max-height: 400px;
}

.item-bottom-box {
	max-width: 100%;
	width: 248px;
	margin: auto;
	text-align: left;
}

.shop-items-list .shop-items-list-item:hover {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
	z-index: 20;
}

.item-image {
	position: relative;
	text-align: center;
}

.shop-item .item-image {
	min-height: 160px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.slider-shop-item .item-image {
	min-height: auto;
}

.item-image::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	z-index: 9;
	opacity: 0;
	background: rgba(255, 255, 255, 0.21);
	pointer-events: none;
}

.shop-item .item-image img {
	width: 100%;
	padding: 5px 5px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

#productsContent .shop-items-list .shop-items-list-item:hover .shop-item .item-image img {
	padding: 0;
}

.shop-items-list-item:hover .shop-item .item-image {
	min-height: 0;
}


.shop-items-list-item__info-wrap {
	height: 125px;
}

.item-name {
	color: #000000;
	padding: 15px 10px 10px;
	font-size: 13px;
	font-family: 'GothamPro';
	line-height: 1.6;
}

.shop-items-list-item__name-wrap {
	background-color: #f2f1ed;
    overflow: hidden;
    position: relative;
    min-height: 20px;
    border-radius: 3px;
    padding: 2px 12px;
    max-height: 25px;  
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    max-width: 100%;
    width: 240px;
    margin: 5px auto 10px;
}
/*
.shop-items-list-item__name-wrap:after {
	content: "";
	display: block;
	position: absolute;
	height: 20px;
	width: 50px;
	background: linear-gradient(to right, transparent, #fff);
	right: 0;
	top: 0;
	opacity: 1;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
*/
.slider-shop-items-list-item__name-wrap:after {
	top: 43px;
}



.shop-items-list-item__name {
	    /* position: absolute; */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: 'GothamPro';
    color: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* width: 300px;*/
}



.shop-items-list-item:hover .shop-items-list-item__name-wrap {
	max-height: 200px;
}

.shop-items-list-item:hover .shop-items-list-item__name {
	position: relative;
	width: auto;
	white-space: normal;
}


.slider-shop-items-list-item__name-wrap,
.shop-items-list-item:hover .slider-shop-items-list-item__name-wrap {
	max-height: 65px;
	width: auto;
	padding: 0 10px;
}

.slider-shop-items-list-item__name {
	position: relative;
	width: auto;
	max-height: none;
}

.shop-items-list-item:hover .shop-items-list-item__name-wrap:after {
	opacity: 0;
	z-index: -1;
}

.shop-items-list-item__name:hover {
	color: #fe1d16;
}

.group-on-main-section .group-list .group-list-item.current-parent .list-item-inner .item-name {
	background: #fff;
}

.item-name a {
	color: #000000;
}

.shop-items-list-item .item-name a:hover {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	color: #fe1d16;
}

.shop-items-list-item__color-wrap {
 
	width: 240px;
	margin: auto;
	height: 30px;
	overflow: hidden;
}
.shop-items-list-item__color-wrap .color-icon {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.js-same_items-colors {
    margin-right: -15px;
}
.shop-items__list-item-wrap:hover .shop-items-list-item__color-wrap {
	height: auto;
	overflow: hidden;
}

.slider-shop-items-list-item__color-wrap {
	width: auto;
	padding: 0 10px;
}

.shop-items-list-item__color {
	color: #a7a7a7;
	font-size: 10px;
	text-transform: uppercase;
}

.shop-items-list-item__color.shop-items-list-item__colorIcon {
	position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 2px;
    margin-left: 0;
    margin-right: 5px;
    border-radius: 100%;
    border: solid #d7d7d7 1px;
}

.shop-items-list-item__color:hover {
	color: #FE1D16;
	font-size: 10px;
	text-transform: uppercase;
}

.item-price {
	color: #000000;
	font-weight: 400;
	padding: 10px;
	font-size: 15px;
	font-family: 'GothamPro-Bold';
	line-height: 1.6;
}

.strike-price {
	font-size: 15px;
	color: #4b4b4b;
	position: relative;
	margin-right: 5px;
}

.strike-price:after {
	position: absolute;
	content: "";
	display: block;
	width: 110%;
	left: -5%;
	height: 1px;
	background: #4b4b4b;
	top: 50%;
}

.shop-items-list-item__price-wrap {
	width: 208px;
	margin: auto;
	text-align: right;
	padding: 0;
}

.shop-items-list-item__price {
	display: inline-block;
	/*vertical-align: top;*/
	vertical-align: middle;
	padding: 0;
	font-size: 19px;
	color: #3b3b3b;
}

.red {
	color: #ff0000;
}

.shop-items-list-item__price sup {
	padding-left: 2px;
	color: #6d6d6d;
}

.shop-items-list-item__price .red sup {
	color: #ff0000;
}

.shop-items-list-item__order-btn {
	padding: 0 10px;
}

.comments-number {
	color: #000;
}

.shop-items-list-item__rate-wrap {
	line-height: 27px;
	text-align: center;
	display: block;
}

.item-rate-box .shop-items-list-item__rate {
	margin: 0;
	font-size: 15px;
	padding-right: 10px;
	display: inline-block;
}

.shop-items-list-item__comments-number-wrap {
	display: inline-block;
	vertical-align: top;
}

.shop-items-list-item__rate>i {
	margin: 0;
}

.shop-items-list-item__rate-wrap .shop-items-list-item__comments-number-wrap .comments-number {
	color: #000;
}



.shop-oneitem__name {
	font-size: 21px;
}

@media(min-width: 1280px) {

	.oneitem-page .shop-oneitem__price-wrap,
	.oneitem-page .shop-oneitem__sizes-wrap {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.shop-oneitem__price-wrap {
	position: relative;
	padding: 23px 20px 16px;
}
.wrap-shortSpcPrice {
	position: absolute;
	
	top: -8px;
	left: 3px;
	line-height: 1;    
	font-weight: 900;
	background-color: #f89e00;
	padding: 5px 10px 6px;
	border-radius: 4px;
	color: white;
}
.shop-items__list-item-wrap .wrap-shortSpcPrice {
	position: static;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
.wrap-shortPercent {
	position: absolute;
	top: -8px;
	left: 4px;
	background: #fc1d16;
	color: white;
	font-weight: 800;
	padding: 10px 14px;
	z-index: 7;
}
.wrap-shortPercent::before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 8px;
    height: 8px;
    background-image: url(/assets/images/icn_corner.svg) !important;
    background-repeat: no-repeat;
    display: block;
}
.wrap-shortPercent.short-specPrice {
	line-height: 12px;
    text-align: center;
    background: #f89e00;
    font-size: 20px;
    font-weight: 500;
    padding: 9px 8px 5px;
	 
}
.wrap-shortPercent.short-specPrice .text-specPrice {
    font-size: 10px;
    font-weight: 600;
}
.shop-oneitem__order-btn-wrap {
	float: right;
	min-width: 255px;
	user-select: none;
}

.shop-oneitem__price-box {
	line-height: 50px;
}

.shop-oneitem__color-lnk-wrap {
	color: #fe1d16;
	text-align: center;
	padding: 27px 45px;
}

.shop-oneitem__sizes-wrap {
	background: #f3f2ee;
	padding: 15px 20px;
	position: relative;
}

.shop-oneitem__sizes-caption {
	position: absolute;
	font-weight: bold;
	font-size: 13px;
	color: #4e4e4e;
	padding-top: 7px;
}

.shop-oneitem__sizes-items-wrap {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 70px;
}

.shop-oneitem__sizes-item {
	display: inline-block;
	vertical-align: top;
	min-width: 90px;
	border: 1px solid transparent;
	padding: 5px 10px;
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
}



.shop-oneitem__sizes-item:hover,
.shop-oneitem__sizes-item_active {
	background: #fafafa;
	font-weight: bold;
	border: 1px solid #d1cfc6;
	color: #4e4e4e;
}


.slider-shop-oneitem__sizes-item {
	padding: 4px 10px;
	border-radius: 2px;
}

#text_important {
	position: relative;
	background: #f3f2ee;
	min-height: 30px;

	padding: 21px 30px;
	margin: 4px;
	border: 1px solid #fe1d16;
	border-radius: 5px;
}
#text_important::before {
	content: "";
	height: 46px;
	width: 54px;
	margin-left: 10px;
	display: block;
	background: url(/assets/images/icn_megaph2.svg);

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#text_important > span{
	display: block;
	margin-left: 90px;
}

#text_important a {
	color: inherit;
}
.shop-oneitem__color-lnk {
	color: #fe1d16;
	font-size: 13px;
	text-decoration: underline;
}

.shop-oneitem__color-lnk:hover {
	color: #fe1d16;
	text-decoration: none;
}

.shop-items-list.white-back {
	background: white;
	margin: 10px 0 30px 0;
	padding: 28px 0;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.checkbox+label:before {
		top: 5px;
		transform: translateY(0);
	}

	.checkbox+label:after {
		top: 10px;
		transform: translateY(0);
	}

	.shop-items-list.white-back {
		width: auto !important;
		margin: 10px 0 20px 0 !important;
		text-align: center;
	}
}

.shop-items-list .shop-items__list-item-wrap .shop-items-list-item {
	min-height: 445px;
	position: relative;
	padding-bottom: 140px !important;
}


.shop-items__list-item-wrap .item-bottom-box {
	position: absolute;
	bottom: 2px;
	width: 100%;
	left: 0;
}

.shop-items__list-item-wrap .item-price {
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
	padding-left: 25px;
}

.shop-items__list-item-wrap .shop-items-list-item__price-wrap {
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
	padding-right: 23px;

}

.shop-items-list.white-back .shop-items-list-item:hover .shop-item .item-image img {
	padding: 5px 5px 0 !important;
}

/* kav73 z-4060 */

.order-return__btn {
	padding: 14px 20px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	color: #fff;
	font-family: 'GothamPro-Bold';
	background-color: #fe1d16;
	margin-top: 40px;
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-right: 13px;
	white-space: normal;
}

.order-return-blank__btn {
	background-color: #3988b7;
	margin-right: 0;
	width: 228px;
	max-width: 100%;
	padding: 5px 20px 6px 44px;
	position: relative;
	text-align: left;
}

.order-return-blank__btn:after {
	content: "";
	position: absolute;
	left: 12px;
	top: 11px;
	width: 20px;
	height: 20px;
	background: url('/assets/images/icn_blank.svg') no-repeat;
	background-size: 20px;
	display: block;
}

.order-return__btn:hover {
	background-color: #3d3d3d;
	color: #fff;
}

.order-return__btn:active {
	background-color: #000;
	color: #fff;
}

.order-return__btn:focus {
	outline: none;
	box-shadow: none;
}

.md-close__btn-img {
	width: 20px;
	height: 20px;
}

.md-modal__wrap .form_control {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}



.madalform .form-input {
	width: 390px;
	max-width: 100%;
	margin: 8px 0px;
	padding: 10px 0px 8px 15px;
	border: 1px solid #e9e9e9;
	background: #fff;
	color: #3d3d3d;
}

.madalform .form-input::placeholder {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

.madalform .form-input:focus::-webkit-input-placeholderer {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

.madalform .form-input:focus::-moz-placeholder {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

.madalform .form-input:focus:-moz-placeholder {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

.madalform .form-input:focus:-ms-input-placeholder {
	color: #3d3d3d;
	font-family: 'GothamPro' !important;
}

.madalform .form-input:focus::placeholder {
	color: transparent
}

.madalform .form-input:focus::-webkit-input-placeholder {
	color: transparent
}

.madalform .form-input:focus::-moz-placeholder {
	color: transparent
}

.madalform .form-input:focus:-moz-placeholder {
	color: transparent
}

.madalform .form-input:focus:-ms-input-placeholder {
	color: transparent
}


.madalform .asset {
	width: 390px;
	max-width: 100%;
}

.madalform .form-result {
	display: none;
}

.form-required-text {
	color: #979797;
	font-size: 10px;
	right: 10px;
	z-index: 10;
	position: absolute;
	bottom: 10px;
}

.form-required-text:after {
	/*content: "������������ ����";*/
	content: "обязательное поле";
}

.form-textarea-wrap .form-required-text {
	bottom: 15px;
}

.form-required-input:focus~.form-required-text,
.form-required-text:active {
	color: transparent;
}

.madalform .form-input_error {
	border-color: #f00;
}

.form-input_error~.form-required-text:after {
	content: "��� ���� ����� ���������";
	color: #f00;
}

.madalform .form-textarea {
	min-height: 80px;
}

.madalform .asset input {
	background: none;
}

.madalform .asset p {
	color: #a9a9a9;
	font-size: 13px;
	padding: 0px 30px;
}

.madalform .asset a {
	color: #fe1d16;
}

.madalform .asset a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

.wrong-order-number-msg {
	color: #00ad5d;
}

/* kav73 z-4082 */

/* ��� ����� �������� ��������� ������ */

.md_modal__shopitem-wrap {
	max-width: 100%;
	width: 1030px;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	padding: 0 80px;
	background: #fafafa;
	z-index: 1100;
}


.modal-shopitem__content {
	background: #fafafa;
	position: relative;
	text-align: left;
}

.modal-shopitem__content>div p {
	padding: 0;
}

.modal__item-block {
	margin: 0;
	padding: 0;
}

.modal-shopitem__close-btn {
	display: block;
	position: absolute;
	right: -67px;
	top: 0;
}

.modal__page-item-lnk-wrap {
	text-align: right;
	color: #fe1d16;
	font-weight: bold;
	margin: 25px 0 0;
}

.modal__page-item-lnk {
	color: #fe1d16;
	text-decoration: underline;
}

.modal__page-item-lnk:hover {
	color: #fe1d16;
	text-decoration: none;
}

.modal__page-item-lnk-arrow {
	margin-left: 10px;
}

/*.modal-oneitem__order-btn-wrap {
display: block;
text-align: right;
float: none;
}*/

.md-content .modal-oneitem__add-to-cart-btn {
	display: inline-block;
	vertical-align: top;
	padding: 17px 0;
}

.item-image__quicks-show-btn {
	position: absolute;
	display: block;
	opacity: 0;
	border: 1px solid #fe0000;
	border-radius: 3px;
	line-height: 38px;
	width: 168px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fe0000;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	bottom: 60px;
	left: 50%;
	margin-left: -79px;
}

.shop-items-list-item:hover .item-image__quicks-show-btn {
	opacity: 1;
}

.item-image__quicks-show-btn:hover {
	background: rgba(255, 255, 255, 1);
}

@media (max-width: 979px) {
	.item-image__quicks-show-btn {
		display: none;
	}
}

.slider-on-main_large-screen {
	display: block;
}

.slider-on-main_small-screen {
	display: none;
}

.transition__button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.transition__button-wrapper .btn {
	border: 1px solid #fa0013;
	text-decoration: underline;
	color: #fa0013;
	padding: 18px 35px;
	font-size: 14px;
	font-weight: bold;
	transition: .3s ease-in-out;
	font-family: "Gotham Pro", sans-serif;
}

.transition__button-wrapper .btn:hover {
	color: #fff;
	background-color: #fa0013;
}

.transition__more-wrapper {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	justify-content: center;
	align-items: center;
}

.transition__more-wrapper a {
	color: #6e6e6e;
	font-size: 13px;
	font-family: "Gotham Pro", sans-serif;
	display: block;
	transition: .3s ease-in-out;
	position: relative;
}

.transition__more-wrapper a:before {
	content: "?";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	border: 1px solid #6e6e6e;
	border-radius: 100%;
	font-size: 12px;
	transition: .3s ease-in-out;
}

.transition__more-wrapper a:hover:before {
	border: 1px solid #000000;
}

.transition__more-wrapper a:hover {
	color: #000000;
}

.payment-info {
	padding: 10px 50px;

}

.payment-info h5 {
	font-family: 'GothamPro', sans-serif;
	color: #339b1e;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 25px;
}

.payment-info__header {
	margin-bottom: 35px;
}

.payment-info__header img {
	margin-right: 50px;
}

.payment-info__header strong {
	margin-right: 20px;
	font-size: 13px;
}

.payment-info__header span {
	color: #888888;
	font-size: 13px;
}

.payment-info__body {
	padding: 45px;
	background-color: #e4f2dc;
}

span.information_about_order {
	text-align: center;
	color: #5c5c5c;
}


@media (max-width: 768px) {
	.cart-box .notification.notification-success {
		width: 103%;
		margin-left: -5px;
		padding: 25px 15px;
	}

	/*.slider-on-main_large-screen {
		display: none;
	}

	.slider-on-main_small-screen {
		display: block;
	}*/
}
@media (max-width: 980px) {
	.slider-on-main_large-screen {
		display: none;
	}

	.slider-on-main_small-screen {
		display: block;
	}
	.group-on-main-section .group-list .group-list-item .list-item-inner {
		z-index: 1019;
	}	
}


.group-list-item .inner-slider-main {
	opacity: 0.5;
	transition: opacity .3s ease;
}

.group-list-item:hover .inner-slider-main {
	opacity: 1;
}

.missing-colors__listitems {
	margin: 30px -15px 50px;
}

.missing-colors__listitems a {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
}

.missing-colors__listitems img {
	display: block;
	width: 140px;
	height: auto;
}

.captcha_form {
	margin: 15px 0;
}

.captcha_form .g-recaptcha {
	display: flex;
	justify-content: center;
	align-items: center;
}
#sites_logo {
	background: url("/assets/images/sites_logo.png") no-repeat;
	background-position: 0px 0px;
	float: right;
	/*! height: 17px; */
	width: 100px;
	margin: 0 10% 0 0;
	position: absolute;
	right: 0;
}
.develop {
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.develop a {
	display: block;
	text-decoration: none;
	color: #878686;
	margin: 0 auto;
	width: 120px;
}

.develop a:hover {
	text-decoration: none;
}


.stopper {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
}

.stopper .domen {
    margin-bottom: 30px;
}

.stopper .inf {
    max-width: 520px;
    margin: auto;
    line-height: 1.4;
}
.stopper .telephone {
	color: #fe1d16
}

.stopper .telephone a {
	color: inherit;
}

/***/
.shop-groupe {
  position: relative;
	padding: 0;	
}
.shop-groupe:before {
	content: "";
	position: absolute;
	background-color: #ff0000;
	width: 3px;
	height: 37px;
	top: 55px;
	left: 33%;
}
.shop-groupe:after {
	content: "";
	position: absolute;
	background-color: #ff0000;
	width: 3px;
	height: 37px;
	top: 55px;
	right: 33%;
}

/*.shop-groupe:after {
  content: "";
  clear: both;
  display: table;
}*/

.shop-groupe ul {
  padding: 0;
  margin: 0;
  list-style: none;  
}

.shop-groupe .menu-group-list {   
	 	display: flex;
		justify-content: space-between;
}
.shop-groupe .menu-group-list li {
	width: 33%;
		
}
.shop-groupe .submenu-group-list.one-col {	
	margin: 0 10px;
	padding: 40px 10px 40px 85px;	
	position: relative;
}
.shop-groupe .submenu-group-list.two-col {   
	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
	margin: 0 10px;
	padding: 40px 10px 40px 75px;
	column-width: 196px;
	position: relative;
}
/*.shop-groupe ul.submenu-group-list::after {
	content: "";
	position: absolute;
	background-color: #ff0000;
	width: 3px;
	height: 37px;
	top: 55px;
	right: -15px;
}*/
.shop-groupe .submenu-group-list li {
	width: 50%;		
}

.shop-groupe .menu-group-list a {
  color: #fe1d16;
  font-size: 15px;
  font-family: 'GothamPro-Bold';
  display: none;  
  margin-top: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.shop-groupe .menu-group-list .submenu-group-list a {
	display: inline-block;
  font-family: 'GothamPro';
	width: 196px;
	font-size: 13px;
	line-height: 15px;
	color: #212121;
	font-weight: 700;
}

.shop-groupe .menu-group-list .submenu-group-list a:hover {
  color: #fe1d16;
}
@media (max-width: 960px) {
  .shop-groupe {display: none;}
}
/*****/


/* --- звездочки в блоке объявления вверху. --- */
.star {
    position:absolute; 
    top: 75px; 
    left: 75px;
    width: 7px; 
    height: 7px; 
    border-radius:50%;
    box-shadow: 0 0 0 0 ;
    animation: fadeinout 2.7s infinite;
    transform:scale(0.45);
    opacity:0;
}
.luc {
    position: absolute; 
    top:2px; 
    left:-14px; 
    background-color: inherit;
    width: 35px;
    height: 3px; 
    border-radius: 90%;
    opacity:0.5;
    
    animation: rotation 2s infinite linear;
}
.luc:after {
    content: "";
    display:block; 
    position:absolute; 
    top:-16px; 
    left: 16px;
    background-color: inherit;
    width: 3px;
    height: 35px; 
    border-radius: 90%;
}
.sub-luc{
    position:absolute;
     top:-10px; 
    left: 17px;
    background-color: inherit;
    width: 3px;
    height: 22px; 
    transform:rotate(45deg);
    border-radius: 50%;
}
.sub-luc:after{
    content: "";
    display:block;
    position:absolute;
    top: 10px; 
    left: -10px;
    background-color: inherit;
    width: 22px;
    height: 3px; 
    transform:rotate(0);
    border-radius: 50%;
}

.main-menu .menu-item-list .main-menu-item-actions.main-menu-item-actions-news {
	background-color: #00b541 !important;
}
.main-menu .submenu-item-list.main-menu-item-actions-news .submenu {
	background-color: #00b541 !important;
}
.main-menu .submenu-item-list .submenu li {
	text-align: left;
}
.wrap-ps-checkbox.wrap-ps-checkbox-discounts label {
	color: #f00 !important;
}
.checkbox-groupe .wrap-ps-checkbox.wrap-ps-checkbox-discounts:last-child label:before {
	border-color: #f00 !important;
}
.wrap-ps-checkbox.wrap-ps-checkbox-news label {
	color: #00b541 !important;
}
/* ------- Баннер с кадрами видео ------- */
.wrapper-allShow-banner-frame-video { 
				background-color: #efeee9; 
			}
			.wrapper-allShow-banner-frame-video .wrapper-banner-frame-video { 
				margin: 0;
			}

			.wrapper-banner-frame-video {
				margin: 15px auto;
				background-color: #efeee9;
				min-height: 108px;
				border-radius: 15px;
			}
			 
			.wrapper-allShow-banner-frame-video .banner-frame-video-content { 
				padding: 15px 0; 
			}
			.banner-frame-video-content {
				display: flex;
				padding: 15px;
				align-items: center;
			}
			
			.banner-frame-video-content__bfm-button-link {
				display: flex;
				width: 195px;
			}
			
			@media all and (min-width: 500px) {
				.wrapper-allShow-banner-frame-video .bfm-button-link { 
					margin: 0; 
				}
			}
			.bfm-button-link {
				display: inline-block;
				margin: auto;
			
			}
			 
			@media all and (max-width: 500px) {
				.banner-frame-video-content {
				    flex-direction: column;
				    align-items: start;
				}
			 
			 	.bfm-button-link {
			 		margin-left: 15px;
			 		margin-bottom: 25px;
			 	}
			}
			.bfm-button-link * {
				vertical-align: middle;
			}
			.bfm-button-link a {
				display: block;
				border: 2px solid #00B541;
				color: #00B541;
				padding: 0px 19px;
				font-size: 17px;
				white-space: nowrap;
				font-weight: 700;
				transition-duration: 400ms;
			}
			.bfm-button-link a:hover {
				background-color: #00b339;
				color: #fff;
			}
			.bfm-button-link .bfm-button-link__arrow * {
				
			}
			.bfm-button-link .starrow {
				transition-duration: 400ms;
			}
			.bfm-button-link a:hover .bfm-button-link__arrow * {
				fill: #fff;
			}
			.bfm-button-link .bfm-button-link__arrow {
				margin-left: 8px;
				width: 18px;
			}
			
			.banner-frame-video-content__bfm-title {
				display: flex;
				flex-direction: column;
				padding-left: 15px;
				flex-grow: 1;
			}
			
			.bfm-title__name { 
				color: #fe1d16;
				max-width: 670px;
				font-size: 28px;
				font-family: 'GothamPro-Bold';
				line-height: 1;
				margin-bottom: -2px;
			}
			.bfm-title__description {
				display: flex;
				
				align-items: flex-end;
				line-height: 1;
				font-size: 14px;
				font-family: 'GothamPro-Bold'; 
			}
			.bfm-title__description .bfm-title__description-text {
				max-width: 670px;
			}
			@media all and (max-width: 1200px) {
				.bfm-title__name {  
					margin-bottom: 20px;
				}

				.bfm-title__description {
					margin-bottom: 20px; 
				}
			}
			@media all and (max-width: 500px) {
				.bfm-title__description { 
					align-items: center; 
				}
			}
			.bfm-title__description p {
				margin: 0;
			}
			.bfm-title__description * {
				display: inline-block;
			}
			.bfm-title__ybt {
				vertical-align: bottom;
				margin-right: 10%;
				margin-left: 15px;
				transition-duration: 400ms;
				flex-shrink: 1;
				flex-grow: 1;
				text-align: right;
			}
			.bfm-title__ybt:hover {
				filter: brightness(90%);
			}

			.banner-frame-video-content__bfm-frames-video {
			    white-space: nowrap;
    			flex-shrink: 0;
			}
			.banner-frame-video-content__bfm-frames-video.mobile {
			    display: none;
			    margin-bottom: 4px;
			}
			.banner-frame-video-content__bfm-frames-video.mobile .bfm-frame-video-link { 
			    margin-bottom: 4px;
			}
			@media all and (max-width:1200px) {
				.banner-frame-video-content__bfm-frames-video.desktop {
				    display: none;
				}
				.banner-frame-video-content__bfm-frames-video.mobile {
				    display: block;
				    white-space: normal;
				}
			}
			.bfm-frame-video-link {
				display: inline-block;
				height: 100%;
			}
			
			.bfm-frame-video-link img {
				height: 100%;
				transition-duration: 400ms;
			}
			
			.bfm-frame-video-link:hover img {
				filter: brightness(115%);
			}
/* -------------------------------------- */
@keyframes fadeinout {
    0%{
        opacity: 0;
        box-shadow: 0 0 0 0  ;
    }
    10%{
        opacity: 0.3;
        box-shadow: 0 0 30px 20px  ;
    } 
    40% { 
		 	 opacity: 0.6;
			 box-shadow: 0 0 0 0px;
    }
    50%{
       opacity: 0.8; 
		   box-shadow: 0 0 0 0px;
    } 
    70%{ 
			 box-shadow: 0 0 0 0 ; 
    }
    80%{
			opacity: 0; 
      box-shadow: 0 0 0 0;
      animation-delay: 5s;
    }
    100%{
        
        
    }
}

@keyframes rotation {
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}
/* --- ------------------------------------ --- */

.courier-block {
	background-color: #e9f4e3;
	min-height: 90px;
	width: 100%;
	border-radius: 2px;
	display: none;
	align-items: center;
	padding: 0 30px;
	position: relative;
}
.courier-block .courier-wrapper {
	display: flex;
	flex-direction: column;	
	margin-right: 10px;
}
.courier-block .courier-wrapper label {
	margin-bottom: 0;
}
.courier-block .error-message {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	color: red;
	text-transform: none;
	z-index: 1;
	font-weight: normal;
	display: none;
}
.courier-block .courier-wrapper input {
	height: 38px;
	border: 1px solid #e9e9e9;
	padding: 5px 15px;
}
.courier-block .courier-wrapper input:focus {
	outline: none;
	border: 1px solid rgb(209, 223, 201);
}
.courier-block .courier-wrapper input#street {
	width: 314px;
}
.courier-block .courier-wrapper input#house, .courier-block .courier-wrapper input#flat {
	width: 88px;
}
.courier-block .courier-wrapper.error input {
	border-color: red;
}
.item_title.shop-oneitem__name {
    position: relative;
    padding-right: 35px;
}
.item_title.shop-oneitem__name .btn-wishlist {
    opacity: 1;
    top: 1rem;
    right: 0;
}
.text_important-search-request {
	border: none !important;
	border-radius: 15px !important;
	margin-top: 35px !important;
}
.text_important-search-request p {
	margin: 0 !important;
}

/*кнопка звонка*/

.callback-bt {
    background:#00b541;
    border:2px solid #00b541;
    border-radius:50%;
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3);
    cursor:pointer;
    height:68px;
    text-align:center;
    width:68px;
    position: fixed;
    right: 55px;
    bottom: 58px;
    z-index:999;
    transition:.3s;
    -webkit-animation: 5s hoverWave linear 1s infinite;
    animation: 5s hoverWave linear 1s infinite;
}

.callback-bt .text-call{
    height:68px;
    width:68px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#00b541;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 6px;
    top: 19px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
    z-index:1;
    background:#fff;
    color:transparent;
    transition:.3s;
}
.callback-bt:hover i {
    color:#00b541;
    font-size:40px;
    transition:.3s;
}
.callback-bt i {
    color:#fff;
    font-size:34px;
    transition:.3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 5s ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 5s ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
0% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 0 rgba(0, 181, 65,0.2),0 0 0 0 rgba(0, 181, 65,0.2)
}
8% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 15px rgba(0, 181, 65,0.2),0 0 0 0 rgba(0, 181, 65,0.2)
}
16% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 30px rgba(0, 181, 65,0),0 0 0 26.7px rgba(0, 181, 65,0.067)
}
100% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 30px rgba(0, 181, 65,0),0 0 0 40px rgba(0, 181, 65,0.0)
}
}
@keyframes hoverWave {
0% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 0 rgba(0, 181, 65,0.2),0 0 0 0 rgba(0, 181, 65,0.2)
}
8% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 15px rgba(0, 181, 65,0.2),0 0 0 0 rgba(0, 181, 65,0.2)
}
16% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 30px rgba(0, 181, 65,0),0 0 0 26.7px rgba(0, 181, 65,0.067)
}
100% {
    box-shadow:0 8px 10px rgba(0, 181, 65,0.3),0 0 0 30px rgba(0, 181, 65,0),0 0 0 40px rgba(0, 181, 65,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */