:root
{
	--color_1: #232323;
	--color_1_15: rgba(35, 35, 35, 0.15);
	--color_1_25: rgba(35, 35, 35, 0.25);
	--color_1_50: rgba(35, 35, 35, 0.50);
	--color_2: #4F4F4F;
	--color_3: #A7A7A7;
	--color_4: #EFF0EB;
	--color_5: #E3E3E3;
	--color_6: #EEB7D4;
	--color_6_15: rgba(238, 183, 212, 0.15);
	--color_7: #6C4237;
	--color_7_15: rgba(108, 66, 55, 0.15);
	--color_black: #000000;
	--color_red: #FF0000;
	--color_orange: #fd7e14;
	--color_white: #FFFFFF;
	--color_white_30: rgba(255, 255, 255, 0.30);
	--color_white_50: rgba(255, 255, 255, 0.50);
	--font-family-1: 'Rubik', sans-serif;
	--headerTopHeight: 48px;
	--headerBottomHeight: 54px;

	--width-coefficient: calc((100vw - 320px) / (1200 - 320));
}

@media (max-width: 767px)
{
	:root
	{
		--headerBottomHeight: 46px;
	}
}
@media (max-width: 575px)
{
	:root
	{
		--headerBottomHeight: 37px;
	}
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 320px;
	line-height: 1;
	font-family: var(--font-family-1);
	font-size: 1.3rem;
	font-weight: normal;
	color: var(--color_1);
}

body.open
{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, strong, b
{
	font-weight: 700;
}
h1
{
	font-size: 2.4rem;
}
h3
{
	font-size: 1.8rem;
}
h4
{
	font-size: 1.6rem;
}
img
{
	max-width: 100%;
	max-height: 100%;
}
a
{
	color: var(--color_1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
input:focus
{
	/*font-weight: bold;*/
}

.clearfix:before,
.clearfix:after
{
	content: "";
	display: table;
	border-collapse: collapse;
}
.clearfix:after
{
	clear: both;
}

.hide
{
	display: none;
}

.lineBlock
{
	background-color: #DADADA;
	margin: 30px auto;
	width: 100%;
	height: 1px;
}

.text-center,
.textCenter
{
	text-align: center;
}
.text-left,
.textLeft
{
	text-align: left;
}
.text-right,
.textRight
{
	text-align: right;
}

/**************************************************/

.pt-0
{
	padding-top: 0;
}

/**************************************************/

input,
select,
textarea
{
	display: block;
	background-color: var(--color_white);
	border: 1px solid var(--color_3);
	border-radius: 0;
	padding: 0 20px;
	width: 100%;
	height: 54px;
	font-family: var(--font-family-1);
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color_3);
}
input:focus,
select:focus,
textarea:focus
{
	border-color: var(--color_1);
	box-shadow: none;
	outline: none;
}
textarea
{
	padding: 10px 20px;
	line-height: 1.2;
	height: 100px;
	resize: vertical;
}

.formFictionInput
{
	display: block;
	background-color: var(--color_white);
	border: 1px solid var(--color_3);
	border-radius: 0;
	padding: 0 20px;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-family: var(--font-family-1);
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color_3);
}

.input_wrapper
{
	margin-bottom: 15px;
}
.input_wrapper label
{
	display: block;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	color: var(--color_1);
	cursor: pointer;
}
.input_wrapper label sup,
.input_wrapper label .required
{
	color: var(--color_red);
}

.input_wrapper .comment
{
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_3);
}
.input_wrapper .comment.orange
{
	color: var(--color_orange);
}

.input_wrapper.checkbox
{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.input_wrapper.checkbox input
{
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	max-width: 20px;
	width: unset;
	height: 20px;
	cursor: pointer;
}
.input_wrapper.checkbox label
{
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding-left: 10px;
	margin-bottom: 0;
	cursor: pointer;
}
.input_wrapper.checkbox label svg
{
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

.input_wrapper .inputTypeWrapper
{
	position: relative;
}
.input_wrapper .inputTypeWrapper input
{
	padding-right: 54px;
}
.input_wrapper .inputTypeWrapper .toggleInputTypeBtn
{
	position: absolute;
	background-image: url("../img/ico-eye.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	cursor: pointer;
}
.input_wrapper .inputTypeWrapper .toggleInputTypeBtn.useToggle
{
	background-image: url("../img/ico-eye-slash.svg");
}

/*************************/

.simpleForm
{
	margin: 0 auto;
	max-width: 370px;
}
.simpleForm > .formWrapper
{
}
.simpleForm .btn_wrap
{
	text-align: center;
}

/**************************************************/

.btn,
.staticText .btn
{
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 1px solid var(--color_3);
	border-radius: 0;
	box-shadow: none;
	padding: 0 20px;
	height: 52px;
	letter-spacing: 0.05em;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_2);
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	z-index: 1;
	cursor: pointer;
}
.btn:hover,
.staticText .btn:hover
{
	border-color: var(--color_1);
	color: var(--color_white);
}
.btn:hover,
.staticText .btn:hover
{
	border-color: var(--color_1);
	color: var(--color_white);
}
a.btn:hover,
.staticText a.btn:hover
{
	text-decoration: none !important;
}
.btn:hover svg path,
.staticText .btn:hover svg path
{
	fill: var(--color_white);
	color: var(--color_white);
}
.btn::before,
.staticText .btn::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color_1);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn.omgShoes::before,
.staticText .btn.omgShoes::before,
body.omgShoes .btn::before,
body.omgShoes .staticText .btn::before
{
	background: var(--color_6);
}
.btn.omgWear::before,
.staticText .btn.omgWear::before,
body.omgWear .btn::before,
body.omgWear .staticText .btn::before
{
	background: var(--color_7);
}

.btn,
.staticText .btn,
.btn::before,
.staticText .btn::before
{
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover::before,
.staticText .btn:hover::before
{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/***/

.btn.h42,
.staticText .btn.h42
{
	height: 42px;
}
.btn.h32,
.staticText .btn.h32
{
	height: 32px;
}

/***/

/* Ujarak */
.button--ujarak
{
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color_1);
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
body.omgShoes .button--ujarak::before
{
	background: var(--color_6);
}
body.omgWear .button--ujarak::before
{
	background: var(--color_7);
}
.button--ujarak.button--inverted::before
{
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before
{
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover
{
	border-color: var(--color_1);
	color: var(--color_white);
}
.button--ujarak.button--inverted:hover
{
	border-color: var(--color_white);
	color: var(--color_1);
}
.button--ujarak:hover::before
{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/**************************************************/

.btn.active,
.staticText .btn.active
{
	position: relative;
}
.btn .preloader
{
	display: none;
	position: absolute;
	justify-content: center;
	align-items: center;
	background-color: var(--color_1);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-size: 50%;
	color: var(--color_white);
	z-index: 5;
}
.btn.active .preloader
{
	display: flex;
}

/***/

.seeAllBtn
{
	margin-top: 16px;
	text-align: center;
}
.seeAllBtn.text-left
{
	text-align: left;
}
.seeAllBtn.text-right
{
	text-align: right;
}
.seeAllBtn .btn
{
}

/**************************************************/

.img_wrap
{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.img_wrap .el
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items:center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.img_wrap .el img
{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

/***/

.video_wrap
{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.video_wrap iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*************************/

.burgerBtn
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	border: none;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: var(--font-family-1);
	line-height: 20px;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color_2);
	cursor: pointer;
}
.burgerBtn:hover,
.burgerBtn.open
{
}
.burgerBtn .burger
{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
}
.burgerBtn .burger span,
.burgerBtn .burger span::before,
.burgerBtn .burger span::after
{
	position: absolute;
	display: block;
	background-color: var(--color_2);
	width: 15px;
	height: 2px;
}
.burgerBtn .burger span
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease 0s;
}
.burgerBtn .burger span::before,
.burgerBtn .burger span::after
{
	position: absolute;
	content: "";
	left: 0;
	transition: all 0.3s ease 0s;
}
.burgerBtn .burger span::before
{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.burgerBtn .burger span::after
{
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.burgerBtn:hover .burger span
{
	/*background-color: #FFFFFF;*/
}
.burgerBtn.open .burger span
{
	background-color: transparent;
}
.burgerBtn:hover .burger span::before,
.burgerBtn:hover .burger span::after,
.burgerBtn.open .burger span::before,
.burgerBtn.open .burger span::after
{
	/*background-color: #FFFFFF;*/
}
.burgerBtn.open .burger span::before
{
	-webkit-transform: translate(0, 0) rotate(45deg);
	-moz-transform: translate(0, 0) rotate(45deg);
	-ms-transform: translate(0, 0) rotate(45deg);
	-o-transform: translate(0, 0) rotate(45deg);
	transform: translate(0, 0) rotate(45deg);
}
.burgerBtn.open .burger span::after
{
	-webkit-transform: translate(0, 0) rotate(-45deg);
	-moz-transform: translate(0, 0) rotate(-45deg);
	-ms-transform: translate(0, 0) rotate(-45deg);
	-o-transform: translate(0, 0) rotate(-45deg);
	transform: translate(0, 0) rotate(-45deg);
}

/************************************************************************************/
/*** MAIN ***/
/*************************************************************************************/

.container-fluid
{
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.row
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col
{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.row-0
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.col-0
{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.row-5
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.col-5
{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

@media (max-width: 991px)
{
	.row
	{
		margin-right: calc((5px + (15 - 5) * ((100vw - 320px) / (1200 - 320))) * -1);
		margin-left: calc((5px + (15 - 5) * ((100vw - 320px) / (1200 - 320))) * -1);
	}
	.col
	{
		padding-left: calc(5px + (15 - 5) * ((100vw - 320px) / (1200 - 320)));
		padding-right: calc(5px + (15 - 5) * ((100vw - 320px) / (1200 - 320)));
	}
}

.clearfix:before,
.clearfix:after
{
	content: "";
	display: table;
	border-collapse: collapse;
}
.clearfix:after
{
	clear: both;
}

.mainWrapper
{
	margin-top: 16px !important;
}

.siteWidth
{
	margin: 0 auto;
	max-width: 1200px;
}

@media (max-width: 1200px)
{
	.siteWidth
	{
		max-width: 960px;
	}
}

@media (max-width: 991px)
{
	.siteWidth
	{
		max-width: 720px;
	}
}

@media (max-width: 767px)
{
	.siteWidth
	{
		max-width: 560px;
	}
}

@media (max-width: 575px)
{
	.siteWidth
	{
		max-width: 100%;
	}
}

main
{
}

main #left_side
{
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}

main #right_side
{
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}

main #content
{
}

@media (max-width: 991px)
{
	main #content
	{
	}

	main #left_side
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	main #right_side
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/

section
{
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 1200px)
{
	section
	{
		padding-top: calc(30px + (60 - 30) * ((100vw - 320px) / (1200 - 320)));
		padding-bottom: calc(30px + (60 - 30) * ((100vw - 320px) / (1200 - 320)));
	}
}

/***********************************************************************/
/***********************************************************************/

.slick-slider,
.slick-slider .draggable,
.slick-slider .draggable .slick-track
{
	min-width: 100%;
	min-height: 1px;
}

/***/

.slick-slider.type1 .slick-arrow
{
	display: none !important;
	background-color: var(--color_1);
	border-radius: 0;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 100%;
	z-index: 25;
	transition: all 0.3s ease 0s;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.slick-slider.type1:hover .slick-arrow
{
	display: block !important;
}

.slick-slider.type1 .slick-arrow.slick-prev
{
	left: 5px;
}
.slick-slider.type1 .slick-arrow.slick-next
{
	right: 5px;
}
.slick-slider.type1 .slick-arrow.slick-prev:hover
{
}
.slick-slider.type1 .slick-arrow.slick-next:hover
{
}
.slick-slider.type1 .slick-arrow::before
{
	display: block;
	content: "";
	font-family: "FontAwesome";
	font-size: 1.2rem;
	opacity: 1;
}
.slick-slider.type1 .slick-arrow.slick-prev::before
{
	content: "\f060";
}
.slick-slider.type1 .slick-arrow.slick-next::before
{
	content: "\f061";
}

/***/

.sliderNavigationBlock
{
	border-bottom: 1px solid var(--color_5);
}
.sliderNavigationBlock .innerWrapper
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sliderNavigationBlock .innerWrapper > div
{
}
.sliderNavigationBlock .innerWrapper .prevBtn,
.sliderNavigationBlock .innerWrapper .nextBtn
{
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
}
.sliderNavigationBlock .slick-arrow
{
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;

	background-color: transparent;
	width: 60px;
	height: 60px;
	z-index: 25;
	transition: all 0.3s ease 0s;

	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.sliderNavigationBlock .slick-arrow:hover
{
}
.sliderNavigationBlock .slick-arrow::before
{
	display: none;
}

/***/

.sliderNavigationBlock .slick-dots
{
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;

	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: right;
}
.sliderNavigationBlock .slick-dots li
{
	padding: 0;
	margin: 4px;
	width: 7px;
	height: 7px;
	text-align: center;
}
.sliderNavigationBlock .slick-dots li button
{
	background-color: var(--color_4);
	border-radius: 100%;
	margin: auto;
	padding: 0;
	width: 7px;
	height: 7px;
}
.sliderNavigationBlock .slick-dots li button:hover,
.sliderNavigationBlock .slick-dots li.slick-active button
{
	background-color: var(--color_7);
}
.sliderNavigationBlock .slick-dots li button::before
{
	display: none;
}

/***********************************************************************/
/***********************************************************************/

.el_blockTitle_55087793
{
	margin-bottom: 30px;
	line-height: 7.2rem;
	font-size: 4.8rem;
	font-weight: bold;
	color: var(--color_1);
}
.el_blockTitle_55087793.h2
{
	line-height: 6.4rem;
	font-size: 4rem;
}
.el_blockTitle_55087793.h3
{
	line-height: 4.4rem;
	font-size: 3.2rem;
}
.el_blockTitle_55087793.fw500
{
	font-weight: 500;
}
.el_blockTitle_55087793.white
{
	color: #FFFFFF;
}
.el_blockTitle_55087793.instagram span
{
	position: relative;
	padding-right: 30px;
}
.el_blockTitle_55087793.instagram span svg
{
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 1200px)
{
	.el_blockTitle_55087793
	{
		line-height: calc(32px + (72 - 32) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(22px + (48 - 22) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_blockTitle_55087793.h2
	{
		line-height: calc(32px + (64 - 32) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_blockTitle_55087793.h3
	{
		line-height: calc(32px + (44 - 32) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1200 - 320)));
	}

}

/***********************************************************************/
/***********************************************************************/

.socialNetworkList li
{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.socialNetworkList li:last-child
{
	margin-right: 0;
}
.socialNetworkList li .img_wrap .el
{
}
.socialNetworkList li .img_wrap .el img
{
}
.socialNetworkList li .img_wrap .el .title
{
	position: absolute;
	border-radius: 0;
	border: 1px solid var(--color_3);
	background-color: var(--color_white);
	left: 50%;
	padding: 0 10px;
	min-width: 110px;
	line-height: 26px;
	font-size: 1.4rem;
	font-weight: 400;
	text-indent: 0;
	text-align: center;
	color: var(--color_2);
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
	pointer-events: none;
	opacity: 0;
	z-index: 5;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.socialNetworkList.top li .img_wrap .el .title
{
	bottom: calc(100% + 50px);
}
.socialNetworkList.bottom li .img_wrap .el .title
{
	top: calc(100% + 50px);
}
.socialNetworkList li .img_wrap .el .title::before
{
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-color: transparent;
}
.socialNetworkList.top li .img_wrap .el .title::before
{
	bottom: -11px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.socialNetworkList.bottom li .img_wrap .el .title::before
{
	top: -11px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,0.1);
}
.socialNetworkList.top li .img_wrap .el .title::after
{
	bottom: -11px;
	margin-left: -10px;
	border-top: 10px solid var(--color_3);
}
.socialNetworkList.bottom li .img_wrap .el .title::after
{
	top: -11px;
	margin-left: -10px;
	border-bottom: 10px solid var(--color_3);
}
.socialNetworkList.top li .img_wrap:hover .el .title
{
	bottom: calc(100% + 11px);
	opacity: 0.9;
}
.socialNetworkList.bottom li .img_wrap:hover .el .title
{
	top: calc(100% + 11px);
	opacity: 0.9;
}

/**************************************************/
/***** HEADER *****/
/**************************************************/

header.headerCD
{
	position: relative;
	z-index: 600;
}

/***/

header.headerCD .el_headerTop_55087793
{
}
header.headerCD .el_headerTop_55087793 .row
{
	align-items: center;
	height: var(--headerTopHeight);
}
/**/
header.headerCD .el_headerTop_55087793 .mobileMenuCol
{
	display: none;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	max-width: 110px;
}
header.headerCD .el_headerTop_55087793 .mobileMenuCol .showMenuButton
{
	width: 80px;
	height: 20px;
}
header.headerCD .el_headerTop_55087793 .mobileMenuCol .showMenuButton .burger
{
	margin-right: 10px;
}
/**/
header.headerCD .el_headerTop_55087793 .navCol
{
}
header.headerCD .el_headerTop_55087793 .navCol ul
{
}
header.headerCD .el_headerTop_55087793 .navCol ul li
{
	display: inline-block;
	margin-right: 24px;
}
header.headerCD .el_headerTop_55087793 .navCol ul li:last-child
{
	margin-right: 0;
}
header.headerCD .el_headerTop_55087793 .navCol ul li a
{
	position: relative;
	display: inline-block;
	line-height: 2rem;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: var(--color_2);
}
header.headerCD .el_headerTop_55087793 .navCol ul li a.main svg
{
	position: relative;
	top: 1px;
}
header.headerCD .el_headerTop_55087793 .navCol ul li a:hover
{
	color: var(--color_1);
}
header.headerCD .el_headerTop_55087793 .navCol ul li a.active
{
	font-weight: bold;
	color: var(--color_1);
}
header.headerCD .el_headerTop_55087793 .navCol ul li a::before,
header.headerCD .el_headerTop_55087793 .navCol ul li a::after
{
	position: absolute;
	display: block;
	content: "";
	background: var(--color_1);
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
header.headerCD .el_headerTop_55087793 .navCol ul li a::before
{
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

header.headerCD .el_headerTop_55087793 .navCol ul li a::after
{
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
header.headerCD .el_headerTop_55087793 .navCol ul li a:hover::before,
header.headerCD .el_headerTop_55087793 .navCol ul li a:focus::before,
header.headerCD .el_headerTop_55087793 .navCol ul li a:hover::after,
header.headerCD .el_headerTop_55087793 .navCol ul li a:focus::after
{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/**/

header.headerCD .el_headerTop_55087793 .bannerCol
{
}
header.headerCD .el_headerTop_55087793 .headerTextBanner
{
	max-width: 500px;
}
header.headerCD .headerTextBanner .initBanner
{
	padding: 0 20px;
	max-height: var(--headerTopHeight);
	overflow: hidden;
}
header.headerCD .headerTextBanner .initBanner .item
{
}
header.headerCD .headerTextBanner .initBanner .item a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
}
header.headerCD .headerTextBanner .initBanner .item a span
{
	display: inline-block;
}
header.headerCD .headerTextBanner .initBanner .item a .readMore
{
	margin-left: 15px;
	letter-spacing: 0.05em;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
header.headerCD .headerTextBanner .initBanner .item a:hover .readMore
{
	text-decoration: underline;
}

/***/

.headerTextBanner .initBanner.slick-slider .slick-arrow
{
	background-color: transparent;
	border-radius: 0;
	width: 20px;
	height: 100%;
	z-index: 25;
	transition: all 0.3s ease 0s;
}
.headerTextBanner .initBanner.slick-slider:hover .slick-arrow
{
}
.headerTextBanner .initBanner.slick-slider .slick-arrow.slick-prev
{
	left: 0;
}
.headerTextBanner .initBanner.slick-slider .slick-arrow.slick-next
{
	right: 0;
}
.headerTextBanner .initBanner.slick-slider .slick-arrow.slick-prev:hover
{
}
.headerTextBanner .initBanner.slick-slider .slick-arrow.slick-next:hover
{
}
.headerTextBanner .initBanner.slick-slider .slick-arrow::before
{
	display: block;
	content: "";
	font-family: "FontAwesome";
	font-size: 1.2rem;
	color: var(--color_3);
	opacity: 1;
}
.headerTextBanner .initBanner.slick-slider .slick-arrow.slick-prev::before
{
	content: "\f060";
}
.headerTextBanner .initBanner.slick-slider .slick-arrow.slick-next::before
{
	content: "\f061";
}

/***/

header.headerCD .el_headerTop_55087793 .rightCol
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 1101px)
{
	header.headerCD .el_headerTop_55087793 .rightCol
	{
		-ms-flex: 0 0 595px;
		flex: 0 0 595px;
		max-width: 595px;
	}
}
@media (min-width: 992px)
{
	header.headerCD .el_headerTop_55087793 .rightCol
	{
		-ms-flex: 0 0 550px;
		flex: 0 0 550px;
		max-width: 550px;
	}
}

/***/

header.headerCD .toggleMainBlock
{
	position: relative;
}
header.headerCD .toggleMainBlock .toggleBtn
{
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
header.headerCD .toggleMainBlock .toggleBtn::before
{
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
header.headerCD .toggleMainBlock .toggleBtn:hover::before
{
	color: var(--color_1);
}
header.headerCD .toggleMainBlock .toggleBtn.open::before
{
	content: "\f106";
}
header.headerCD .toggleMainBlock .firstItem
{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
header.headerCD .toggleMainBlock .firstItem a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
header.headerCD .toggleMainBlock .firstItem a:hover
{
	color: var(--color_1);
}
header.headerCD .toggleMainBlock .firstItem a img,
header.headerCD .toggleMainBlock .firstItem a svg
{
	margin-right: 5px;
	max-width: 20px;
	max-height: 20px;
}
header.headerCD .toggleMainBlock .firstItem a:hover svg path
{
	fill: var(--color_1);
}

@media (max-width: 767px)
{
	header.headerCD .toggleMainBlock .firstItem a img,
	header.headerCD .toggleMainBlock .firstItem a svg
	{
		display: none;
	}

}

/**********/

header.headerCD .toggleMainBlock .toggleBlock
{
	position: absolute;
	display: none;
	top: 100%;
	right: -10px;
	padding-top: 10px;
	min-width: 100%;
	width: auto;
	height: auto;
}
header.headerCD .toggleMainBlock .toggleBlock.open
{
	display: block;
}
header.headerCD .toggleMainBlock .toggleBlock ul
{
	display: block;
	position: relative;
	border: 1px solid var(--color_3);
	background-color: var(--color_white);
	padding: 10px;
	min-width: 50px;
	z-index: 5;
}
header.headerCD .toggleMainBlock .toggleBlock ul::before
{
	position: absolute;
	display: block;
	content: "";
	top: -11px;
	right: 2px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0,0,0,0.1);
	width: 0;
	height: 0;
}

header.headerCD .toggleMainBlock .toggleBlock ul li
{
	display: block;
	margin-top: 7px;
}
header.headerCD .toggleMainBlock .toggleBlock ul li:first-child
{
	margin-top: 0;
}
header.headerCD .toggleMainBlock .toggleBlock ul li a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
header.headerCD .toggleMainBlock .toggleBlock ul li a:hover
{
	color: var(--color_1);
}
header.headerCD .toggleMainBlock .toggleBlock ul li a img,
header.headerCD .toggleMainBlock .toggleBlock ul li a svg,
header.headerCD .toggleMainBlock .toggleBlock ul li a i
{
	margin-right: 10px;
}
header.headerCD .toggleMainBlock .toggleBlock ul li a:hover svg path,
header.headerCD .toggleMainBlock .toggleBlock ul li a:hover i
{
	fill: var(--color_1);
	color: var(--color_1);
}

/***/

header.headerCD .el_headerTop_55087793 .phoneBlock
{
}
header.headerCD .el_headerTop_55087793 .phoneBlock .toggleBlock ul.phoneList
{
	min-width: 200px;
}

/***/

header.headerCD .el_headerTop_55087793 .langBlock
{
}
header.headerCD .langBlock .toggleBlock ul.langList
{
	min-width: 50px;
}

/***/

header.headerCD .el_headerTop_55087793 .profileBlock
{
}
header.headerCD .el_headerTop_55087793 .profileBlock .toggleBlock ul.profileList
{
	min-width: 150px;
}

/*****/

header.headerCD .el_headerBottom_55087793
{
	position: relative;
	height: var(--headerBottomHeight);
}
header.headerCD .el_headerBottom_55087793 .fixedHeader
{
	position: absolute;
	background-color: var(--color_white);
	top: 0;
	left: 0;
	width: 100%;
	height: var(--headerBottomHeight);
}
header.headerCD.scroll .el_headerBottom_55087793 .fixedHeader
{
	position: fixed;
}
header.headerCD .el_headerBottom_55087793 .fixedHeader .fixedHeaderWrapper
{
	background-color: var(--color_white);
	border-top: 1px solid var(--color_5);
	border-bottom: 1px solid var(--color_5);
}
header.headerCD .el_headerBottom_55087793 .fixedHeader .row
{
	align-items: center;
}
header.headerCD .el_headerBottom_55087793 .fixedHeader .row .col
{
	/*height: var(--headerBottomHeight);*/
}

header.headerCD .el_headerBottom_55087793 .clearCol
{
	display: block;
	padding-left: 0;
	padding-right: 0;
}

/***/

header.headerCD .el_headerBottom_55087793 .mobileMenuCol
{
	position: relative;
	display: none;
	border-top: 1px solid var(--color_white);
	border-bottom: 1px solid var(--color_white);
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
}
header.headerCD .el_headerBottom_55087793 .mobileMenuCol::before,
header.headerCD .el_headerBottom_55087793 .mobileMenuCol::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_white);
	left: 0;
	width: 100%;
	height: 1px;
}
header.headerCD .el_headerBottom_55087793 .mobileMenuCol::before
{
	top: -2px;
}
header.headerCD .el_headerBottom_55087793 .mobileMenuCol::after
{
	bottom: -2px;
}
header.headerCD .el_headerBottom_55087793 .mobileMenuCol .showMenuButton
{
	width: 20px;
	height: 20px;
}

/**/
header.headerCD .el_headerBottom_55087793 .catalogCol
{
	-ms-flex: 0 0 601px;
	flex: 0 0 601px;
	max-width: 601px;
	padding-right: 0;
}
header.headerCD .el_headerBottom_55087793 .catalogCol .mobileLogo
{
	display: none;
}
header.headerCD .el_headerBottom_55087793 .catalogCol .mobileLogo a
{
	display: inline-block;
	font-size: 2.4rem;
	color: var(--color_6);
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul
{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul li
{
	display: inline-block;
	width: calc(100% / 3);
	border-right: 1px solid var(--color_5);
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul li.shopNow
{
	border-right: 1px solid var(--color_5);
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul li a
{
	position: relative;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--headerBottomHeight);
	text-transform: uppercase;
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul li a.omgShoes
{
	background-color: var(--color_6_15);
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul li a.omgWear
{
	background-color: var(--color_7_15);
}
header.headerCD .el_headerBottom_55087793 .catalogCol ul li a .ico
{
	margin-right: 12px;
}

/**/

header.headerCD .el_headerBottom_55087793 .searchCol
{
}

header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock
{
	border-left: 1px solid var(--color_5);
	max-width: 395px;
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock form
{
	margin: 0 auto;
	width: 100%;
	max-width: 440px;
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock .inputSearch_wrapper
{
	position: relative;
	display: inline-block;
	width: 100%;
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock input
{
	background-color: #FFFFFF;
	border: none;
	padding: 0 15px 0 var(--headerBottomHeight);
	width: 100%;
	height: var(--headerBottomHeight);
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color_3);
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock input:hover,
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock input:focus
{
	border-color: var(--color_2);
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock button
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	top: 0;
	left: 0;
	width: var(--headerBottomHeight);
	height: var(--headerBottomHeight);
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock button.closeSearchButton
{
	display: none;
	border: 1px solid var(--color_5);
	border-radius: 0;
	left: auto;
	right: -50px;
	padding: 0;
	color: var(--color_5);
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock button:hover
{
}
header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock button:hover svg path
{
	fill: var(--color_1);
}

/***/

header.headerCD .el_headerBottom_55087793 .buttonCol
{
	position: relative;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 767px)
{
	header.headerCD .el_headerBottom_55087793 .buttonCol
	{
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
		max-width: 90px;
	}
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock
{
	position: relative;
	width: 100%;
}

/**/
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn
{
	position: relative;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

	background-color: transparent;
	border: none;
	margin: 0 auto;
	width: 100%;
	height: var(--headerBottomHeight);
	font-size: 1.8rem;
	color: var(--color_black);
	cursor: pointer;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn:hover
{
	color: var(--color_2);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn .ico
{
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn .amount
{
	display: inline-block;
	margin-left: 5px;
	font-size: 1.6rem;
	color: var(--color_3);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn .amount:empty
{
	margin-left: 0;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn.active .amount
{
	color: var(--color_black);
}

header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn .title
{
	display: none;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn i
{
	color: var(--color_black);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn:hover i
{
	color: var(--color_black);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn svg
{
	width: 20px;
	height: 20px;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn svg path[fill]
{
	fill: var(--color_black);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn:hover svg path[fill]
{
	fill: var(--color_black);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn svg path[stroke]
{
	stroke: var(--color_black);
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn:hover svg path[stroke]
{
	stroke: var(--color_black);
}

/**/

header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn.wishlistBtn .ico .empty,
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn.wishlistBtn.active .ico .full
{
	display: block;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn.wishlistBtn.active .ico .empty,
header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn.wishlistBtn .ico .full
{
	display: none;
}

/**/

header.headerCD .el_headerBottom_55087793 .buttonCol.phoneButtonCol .phoneList
{
	min-width: 200px;
}
/**/
header.headerCD .el_headerBottom_55087793 .buttonCol.phoneButtonCol
{
	display: none;
}
/**/
header.headerCD .el_headerBottom_55087793 .buttonCol.searchButtonCol
{
	display: none;
}

/**/

header.headerCD .el_headerBottom_55087793 .buttonCol.bottomPhoneCol
{
	display: none;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .bottomPhoneBlock
{
}
header.headerCD .el_headerBottom_55087793 .buttonCol .bottomPhoneBlock .bottomPhoneList
{
	display: none;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .bottomPhoneBlock .bottomPhoneList li a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
header.headerCD .el_headerBottom_55087793 .buttonCol .bottomPhoneBlock .bottomPhoneList li a .image
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-right: 10px;
	padding: 3px;
	width: 20px;
	height: 20px;
	box-shadow: 0 4px 4px rgba(191, 186, 186, 0.5);
}

/**********/

@media (max-width: 1550px)
{
	header.headerCD .el_headerTop_55087793 .row
	{
		height: auto;
	}
	header.headerCD .el_headerTop_55087793 .row .col
	{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	header.headerCD .el_headerTop_55087793 .mobileMenuCol,
	header.headerCD .el_headerTop_55087793 .navCol
	{
		order: 2;
	}
	header.headerCD .el_headerTop_55087793 .bannerCol
	{
		background-color: var(--color_5);
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	header.headerCD .el_headerTop_55087793 .headerTextBanner
	{
		max-width: 100%;
	}
	header.headerCD .el_headerTop_55087793 .rightCol
	{
		order: 3;
	}
}
@media (max-width: 1240px)
{
	header.headerCD .el_headerBottom_55087793 .catalogCol
	{
		-ms-flex: 0 0 460px;
		flex: 0 0 460px;
		max-width: 460px;
	}
	header.headerCD .el_headerBottom_55087793 .clearCol
	{
		display: none;
	}
	header.headerCD .el_headerBottom_55087793 .searchCol
	{
		padding-left: 0;
	}
}
@media (max-width: 1100px)
{
	header.headerCD .el_headerTop_55087793 .navCol ul li
	{
		margin-right: 15px;
	}
}
@media (max-width: 991px)
{
	header.headerCD .el_headerTop_55087793 .mobileMenuCol
	{
		display: block;
		order: 3;
	}
	header.headerCD .el_headerTop_55087793 .navCol
	{
		display: none;
	}

	/***/

	header.headerCD .el_headerBottom_55087793 .clearCol
	{
		display: block;
	}

	/***/

	header.headerCD .el_headerTop_55087793 .rightCol
	{
		order: 2;
	}

	/***/

	header.headerCD .el_headerBottom_55087793 .searchCol
	{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: unset;
		padding: 0;
	}
	header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock
	{
		display: none;
		position: absolute;
		background-color: var(--color_white);
		border-left: none;
		top: 0;
		left: 0;
		bottom: 0;
		padding: 0 15px;
		width: 100%;
		max-width: 100%;
		height: calc(100% + 2px);
		z-index: 25;
	}
	header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock.show
	{
		display: -ms-flex;
		display: flex;
		align-items: center;
	}
	header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock form
	{
		border: 1px solid var(--color_5);
		padding-right: 50px;
		max-width: 100%;
	}
	header.headerCD .el_headerBottom_55087793 .searchCol .searchBlock button.closeSearchButton
	{
		display: block;
	}

	header.headerCD .el_headerBottom_55087793 .buttonCol.searchButtonCol
	{
		display: block;
	}
}
@media (max-width: 767px)
{
	header.headerCD .el_headerTop_55087793
	{
		padding-bottom: 10px;
	}
	header.headerCD .el_headerTop_55087793 .mobileMenuCol
	{
		display: none;
	}
	header.headerCD .el_headerTop_55087793 .rightCol
	{
		display: none;
	}

	header.headerCD .el_headerBottom_55087793 .fixedHeader .fixedHeaderWrapper
	{
		border-color: transparent;
	}
	header.headerCD .el_headerBottom_55087793 .mobileMenuCol
	{
		display: -ms-flex;
		display: flex;
		align-items: center;
	}
	header.headerCD .el_headerBottom_55087793 .catalogCol
	{
		-ms-flex: 0 0 108px;
		flex: 0 0 108px;
		max-width: 108px;
	}
	header.headerCD .el_headerBottom_55087793 .catalogCol .mobileLogo
	{
		display: block;
	}
	header.headerCD .el_headerBottom_55087793 .catalogCol ul
	{
		display: none;
	}

	header.headerCD .el_headerBottom_55087793 .buttonCol
	{
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
	}
	header.headerCD .el_headerBottom_55087793 .buttonCol.phoneButtonCol
	{
		display: block;
	}
	header.headerCD .el_headerBottom_55087793 .buttonCol.cartCol
	{
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80px;
	}
}
@media (max-width: 480px)
{
	header.headerCD .headerTextBanner .initBanner .item a
	{
		flex-wrap: wrap;
		justify-content: center;
	}
	header.headerCD .headerTextBanner .initBanner .item a span
	{
		display: block;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	header.headerCD .headerTextBanner .initBanner .item a .readMore
	{
		margin-left: 0;
	}

	/***/

	header.headerCD .el_headerBottom_55087793 .mobileMenuCol
	{
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		max-width: 40px;
	}

	header.headerCD .el_headerBottom_55087793 .catalogCol
	{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: unset;
	}
	header.headerCD .el_headerBottom_55087793 .catalogCol ul li a
	{
		min-width: 40px;
	}

	header.headerCD .el_headerBottom_55087793 .buttonCol
	{
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		max-width: 40px;
	}

	header.headerCD .el_headerBottom_55087793 .buttonCol.wishListCol
	{
		-ms-flex: 0 0 55px;
		flex: 0 0 55px;
		max-width: 55px;
	}
	header.headerCD .el_headerBottom_55087793 .buttonCol.cartCol
	{
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
	}
	header.headerCD .el_headerBottom_55087793 .buttonCol .btnItemBlock .itemBtn .amount
	{
		margin-left: 2px;
	}
}
@media (max-width: 380px)
{
	header.headerCD .el_headerBottom_55087793 .buttonCol.phoneButtonCol .toggleBlock
	{
		right: -50px;
	}
	header.headerCD .el_headerBottom_55087793 .buttonCol.phoneButtonCol .toggleBlock ul::before
	{
		right: 50px;
	}
}

/***********************************************************************/
/***********************************************************************/

header.headerCD #showMenuButton,
header.headerCD #closeMenuButton
{
	cursor: pointer;
}

header.headerCD .mobileMenuBlock
{
	position: fixed;
	display: block;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px rgba(0,0,0, 0.5);
	border: none;
	min-width: 300px;
	top: 0;
	left: -100%;
	padding: 0;
	width: 100%;
	/*height: 66.66666666666667%;*/
	height: auto;
	max-height: 100%;
	overflow: auto;
	z-index: 1000;
}
header.headerCD .mobileMenuBlock.open
{
	left: 0;
}

/***/

header.headerCD .mobileMenuBlock .mobileMenuWrapper
{
	padding-left: 15px;
	padding-right: 15px;
}

/***/

header.headerCD .mobileMenuBlock .bannerBlock
{
	background-color: var(--color_5);
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/***/

header.headerCD .mobileMenuBlock .topBlock
{
}
header.headerCD .mobileMenuBlock .topBlock .col
{
	padding-top: 5px;
	padding-bottom: 5px;
}
header.headerCD #closeMenuButton
{
	margin-left: 33px;
	width: 80px;
	height: 20px;
}
header.headerCD #closeMenuButton .burger
{
	margin-right: 10px;
}

/**/

header.headerCD .mobileMenuBlock .topBlock .leftCol
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a
{
	position: relative;
	display: inline-block;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a.main svg
{
	display: none;
	position: relative;
	top: 1px;
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a:hover
{
	color: var(--color_1);
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a.active
{
	font-weight: bold;
	color: var(--color_1);
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a::before,
header.headerCD .mobileMenuBlock .topBlock .leftCol a::after
{
	position: absolute;
	display: block;
	content: "";
	background: var(--color_1);
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a::before
{
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

header.headerCD .mobileMenuBlock .topBlock .leftCol a::after
{
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
header.headerCD .mobileMenuBlock .topBlock .leftCol a:hover::before,
header.headerCD .mobileMenuBlock .topBlock .leftCol a:focus::before,
header.headerCD .mobileMenuBlock .topBlock .leftCol a:hover::after,
header.headerCD .mobileMenuBlock .topBlock .leftCol a:focus::after
{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/**/

header.headerCD .mobileMenuBlock .topBlock .rightCol
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;

	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: unset;
}
header.headerCD .mobileMenuBlock .topBlock .rightCol > div
{
	margin-left: 33px;
}
header.headerCD .mobileMenuBlock .topBlock .rightCol > div:first-child
{
	margin-left: 0;
}

/**/

header.headerCD .mobileMenuBlock .linkListBlock
{
}
header.headerCD .mobileMenuBlock .linkListBlock ul
{
}
header.headerCD .mobileMenuBlock .linkListBlock ul li
{
	position: relative;
	display: block;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li a
{
	display: block;
	display: -ms-flex;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	padding: 15px 15px;
	font-size: 1.6rem;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li a.omgShoes
{
	background-color: var(--color_6_15);
	padding: 5px 30px 5px 15px;
	height: var(--headerBottomHeight);
}
header.headerCD .mobileMenuBlock .linkListBlock ul li a.omgWear
{
	background-color: var(--color_7_15);
	padding: 5px 30px 5px 15px;
	height: var(--headerBottomHeight);
}
header.headerCD .mobileMenuBlock .linkListBlock ul li a .ico
{
	display: none;
	margin-right: 12px;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li .toggleBtn
{
	position: absolute;
	display: block;
	content: "";
	top: 5px;
	right: 0;
	width: 27px;
	height: 27px;
	cursor: pointer;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li .toggleBtn::before,
header.headerCD .mobileMenuBlock .linkListBlock ul li .toggleBtn::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_1);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header.headerCD .mobileMenuBlock .linkListBlock ul li .toggleBtn::before
{
	width: 10px;
	height: 2px;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li .toggleBtn::after
{
	width: 2px;
	height: 10px;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li .toggleBtn.open::after
{
	display: none;
}

header.headerCD .mobileMenuBlock .linkListBlock ul li ul
{
	display: none;
	padding-left: 15px;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li ul.open
{
	display: block;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li ul li
{
	display: block;
}
header.headerCD .mobileMenuBlock .linkListBlock ul li ul li a
{
	padding: 10px 0 10px 15px;
	text-transform: none;
}

/***/

header.headerCD .mobileMenuBlock .phoneBlock
{
	margin-top: 15px;
}
header.headerCD .mobileMenuBlock .phoneBlock ul
{
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-top: 1px solid var(--color_5);
	border-bottom: 1px solid var(--color_5);
	padding: 15px 0;
}
header.headerCD .mobileMenuBlock .phoneBlock ul li
{
	margin: 5px 10px;
}
header.headerCD .mobileMenuBlock .phoneBlock ul li a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
header.headerCD .mobileMenuBlock .phoneBlock ul li a:hover
{
	color: var(--color_1);
}
header.headerCD .mobileMenuBlock .phoneBlock ul li a img,
header.headerCD .mobileMenuBlock .phoneBlock ul li a svg
{
	margin-right: 5px;
}
header.headerCD .mobileMenuBlock .phoneBlock ul li a:hover svg path
{
	fill: var(--color_1);
}

/***/

header.headerCD .mobileMenuBlock .socialNetworkBlock
{
}
header.headerCD .mobileMenuBlock .socialNetworkBlock ul
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
}
header.headerCD .mobileMenuBlock .socialNetworkBlock ul li
{
	margin: 5px 10px;
}
header.headerCD .mobileMenuBlock .socialNetworkBlock ul li a
{
}
header.headerCD .mobileMenuBlock .socialNetworkBlock ul li a.omgshoes
{
	color: var(--color_6);
}
header.headerCD .mobileMenuBlock .socialNetworkBlock ul li a.omgwear
{
	color: var(--color_7);
}

/*****/

@media (max-width: 756px)
{
	header.headerCD .mobileMenuBlock .topBlock
	{
		padding-top: 10px;
		height: 56px;
	}
	header.headerCD .mobileMenuBlock .topBlock .row
	{
		height: 100%;
	}
}
@media (max-width: 575px)
{
	header.headerCD .mobileMenuBlock .topBlock
	{
		height: 47px;
	}
	header.headerCD .mobileMenuBlock .linkListBlock ul li a
	{
		padding: 10px 15px;
	}
	header.headerCD .mobileMenuBlock .linkListBlock ul li a.omgShoes
	{
		padding: 5px 30px 5px 15px;
	}
	header.headerCD .mobileMenuBlock .linkListBlock ul li a.omgWear
	{
		padding: 5px 30px 5px 15px;
	}
	header.headerCD .mobileMenuBlock .linkListBlock ul li a .ico
	{
		width: 27px;
		height: 27px;
	}
}
@media (max-width: 460px)
{
	header.headerCD #closeMenuButton
	{
		margin-left: 15px;
		width: 20px;
	}
	header.headerCD #closeMenuButton .text
	{
		display: none;
	}
	header.headerCD .mobileMenuBlock .topBlock .rightCol > div
	{
		margin-left: 15px;
	}
}

/***********************************************************************/
/***********************************************************************/

.navigationLineCD
{
}
.navigationLineCD ul
{
	padding: 15px 0;
}
.navigationLineCD ul li
{
	display: inline-block;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_3);
}
.navigationLineCD ul li.arrow
{
	margin: 0 3px;
}
.navigationLineCD ul li a
{
	display: inline-block;
	color: var(--color_2);
}
.navigationLineCD ul li a:hover
{
	text-decoration: underline;
}

@media (max-width: 1200px)
{
	.navigationLineCD ul li
	{
		line-height: calc(16px + (20 - 16) * ((100vw - 320px) / (1200 - 320)));
	}
}
@media (max-width: 767px)
{
	.navigationLineCD
	{
		display: none;
	}
}

/***********************************************************************/
/***********************************************************************/

.el_pageTitle_55087793
{
}
.el_pageTitle_55087793 h1
{
	position: relative;
	padding-bottom: 40px;
	font-family: var(--font-family-1);
	line-height: 7.2rem;
	font-size: 4.8rem;
	font-weight: 700;
	color: var(--color_1);
}
.el_pageTitle_55087793.offer h1
{
	padding-bottom: 30px;
	line-height: 6.4rem;
	font-size: 4rem;
}

.el_pageTitle_55087793.catalog
{
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.el_pageTitle_55087793.catalog .filterBtn
{
	display: none;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	width: 40px;
	cursor: pointer;
}
.el_pageTitle_55087793.catalog .filterBtn svg
{
	width: 20px;
	height: 20px;
}

@media (max-width: 1200px)
{
	.el_pageTitle_55087793 h1
	{
		padding-bottom: calc(15px + (40 - 15) * ((100vw - 320px) / (1200 - 320)));
		line-height: calc(28px + (72 - 28) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (1200 - 320)));;
	}
	.el_pageTitle_55087793.offer h1
	{
		padding-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1200 - 320)));
		line-height: calc(28px + (64 - 28) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1200 - 320)));;
	}
}
@media (max-width: 991px)
{
	.el_pageTitle_55087793.catalog .filterBtn
	{
		display: -ms-flex;
		display: flex;
	}
}
@media (max-width: 767px)
{
	.el_pageTitle_55087793 h1
	{
		padding-top: calc(15px + (40 - 15) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_pageTitle_55087793.offer h1
	{
		padding-top: calc(15px + (30 - 15) * ((100vw - 320px) / (1200 - 320)));
	}
}

/***********************************************************************/
/*****  ASIDE  *****/
/***********************************************************************/

.asideBlockCD
{
}

.asideBlockCD .showLeftMenuButton
{
	display: none;
	min-width: 150px;
}
.asideBlockCD .showLeftMenuButton i
{
	margin-right: 10px;
}

.asideBlockCD .asideMenuButtonsBlock
{
	display: none;
	position: relative;
	height: 72px;
}
.asideBlockCD .asideMenuButtonsBlock.offerList > div
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	align-items: center;
	/*justify-content: space-around;*/
	justify-content: flex-end;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
}
.asideBlockCD .asideMenuButtonsBlock.scroll > div
{
	position: fixed;
	background-color: var(--color_white);
	/*top: 72px;*/
	top: var(--headerBottomHeight);
	padding: 10px 10px;
	box-shadow: 2px 2px 5px var(--color_1_50);
	z-index: 100;
}
.asideBlockCD .asideMenuButtonsBlock button
{
	display: block;
	width: calc(50% - 5px);
	margin-right: 5px;
	cursor: pointer;
}
.asideBlockCD .asideMenuButtonsBlock button:hover
{
}

/*****/

.asideBlockCD .asideBlock
{
	border-top: 1px solid var(--color_5);
	margin-bottom: 30px;
}
.asideBlockCD .asideBlock .titleBlock
{
	position: relative;
	padding: 15px 0;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color_1);
}
.asideBlockCD .asideBlock .titleBlock .toggleButton
{
	position: absolute;
	background: transparent;
	border: none;
	top: 17px;
	right: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.asideBlockCD .asideBlock .titleBlock .toggleButton::before,
.asideBlockCD .asideBlock .titleBlock .toggleButton::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_1);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.asideBlockCD .asideBlock .titleBlock .toggleButton::before
{
	width: 10px;
	height: 1px;
}
.asideBlockCD .asideBlock .titleBlock .toggleButton::after
{
	width: 1px;
	height: 10px;
}
.asideBlockCD .asideBlock .titleBlock .toggleButton.open::after
{
	display: none;
}

.asideBlockCD .asideBlock .content
{
}
.asideBlockCD .asideBlock .content ul
{
}
.asideBlockCD .asideBlock .content ul li
{
	position: relative;
}
.asideBlockCD .asideBlock .content ul li a
{
	position: relative;
	display: block;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 1.6rem;
	color: var(--color_1);
}
.asideBlockCD .asideBlock .content ul li a:hover,
.asideBlockCD .asideBlock .content ul li a.active
{
	color: var(--color_2);
}
body.omgShoes .asideBlockCD .asideBlock .content ul li a:hover,
body.omgShoes .asideBlockCD .asideBlock .content ul li a.active
{
	color: var(--color_6);
}
body.omgWear .asideBlockCD .asideBlock .content ul li a:hover,
body.omgWear .asideBlockCD .asideBlock .content ul li a.active
{
	color: var(--color_7);
}
body.omgShoes .asideBlockCD .asideBlock .content ul li.wobbler.sale > a,
body.omgShoes .asideBlockCD .asideBlock .content ul li.wobbler.sale > a.active,
body.omgShoes .asideBlockCD .asideBlock .content ul li.c50 > a,
body.omgShoes .asideBlockCD .asideBlock .content ul li.c50 > a.active
{
	color: var(--color_red);
}
body.omgShoes .asideBlockCD .asideBlock .content ul li.wobbler.sale > a:hover,
body.omgShoes .asideBlockCD .asideBlock .content ul li.wobbler.sale > a.active:hover,
body.omgShoes .asideBlockCD .asideBlock .content ul li.c50 > a:hover,
body.omgShoes .asideBlockCD .asideBlock .content ul li.c50 > a.active:hover
{
	color: var(--color_6);
}

/**/

.asideBlockCD .asideBlock.catalogBlock .content
{
	padding: 0 0;
}
.asideBlockCD .asideBlock.catalogBlock .content > ul > li
{
	border-bottom: 1px solid var(--color_5);
}
.asideBlockCD .asideBlock.catalogBlock .content > ul > li:first-child
{
	border-top: 1px solid var(--color_5);
}
.asideBlockCD .asideBlock.catalogBlock .content ul li a
{
	position: relative;
	display: block;
}
.asideBlockCD .asideBlock.catalogBlock .content ul li .toggleBtn
{
	position: absolute;
	background: transparent;
	border: none;
	top: 11px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.asideBlockCD .asideBlock.catalogBlock .content ul li .toggleBtn::before,
.asideBlockCD .asideBlock.catalogBlock .content ul li .toggleBtn::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_1);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.asideBlockCD .asideBlock.catalogBlock .content ul li .toggleBtn::before
{
	width: 10px;
	height: 2px;
}
.asideBlockCD .asideBlock.catalogBlock .content ul li .toggleBtn::after
{
	width: 2px;
	height: 10px;
}
.asideBlockCD .asideBlock.catalogBlock .content ul li .toggleBtn.open::after
{
	display: none;
}

.asideBlockCD .asideBlock.catalogBlock .content ul ul
{
	display: none;
}
.asideBlockCD .asideBlock.catalogBlock .content ul li ul.open
{
	display: block;
}

/******/

.asideMenuParameterBlock
{
}
.asideMenuParameterBlock .parameterListBlock
{
	position: relative;
}
.asideMenuParameterBlock .parameterListBlock .closeButton
{
	display: none;
	position: fixed;
	top: 0;
	left: -100%;
	width: 320px;
	height: 40px;
	opacity: 0;
	transition: all 0.7s ease 0s;
	z-index: 2;
}
.asideMenuParameterBlock .parameterListBlock .closeButton .closeParameterButton
{
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0;
	width: 32px;
	height: 32px;
}
.asideMenuParameterBlock .parameterListBlock .closeButton .closeParameterButton i
{
}

/**/

.asideBlockCD .asideBlock.filterBlock
{
}
.asideBlockCD .asideBlock.filterBlock .titleBlock
{

}
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton
{
	position: absolute;
	background-color: transparent;
	border: none;
	top: 0;
	right: 0;
	font-size: 1.6rem;
	cursor: pointer;
}
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton
{
	position: absolute;
	background: transparent;
	border: none;
	top: 15px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton::before,
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_1);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton::before
{
	width: 10px;
	height: 2px;
}
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton::after
{
	width: 2px;
	height: 10px;
}
.asideBlockCD .asideBlock.filterBlock .titleBlock .toggleButton.open::after
{
	display: none;
}

.asideBlockCD .asideBlock.filterBlock .toggleContent
{
	display: none;
}
.asideBlockCD .asideBlock.filterBlock .toggleContent.open
{
	display: block;
}

.asideBlockCD .asideBlock.filterBlock .quickSearchBrandBlock
{
	margin-bottom: 10px;
}
.asideBlockCD .asideBlock.filterBlock .quickSearchBrandBlock input
{
	padding: 0 20px;
	height: 48px;
	font-size: 1.4rem;
}

.asideBlockCD .asideBlock.filterBlock ul li
{
	margin-top: 5px;
}
.asideBlockCD .asideBlock.filterBlock ul li.hidden
{
	display: none;
}
.asideBlockCD .asideBlock.filterBlock ul li a
{
	position: relative;
	padding: 4px 0 4px 25px;
}
.asideBlockCD .asideBlock.filterBlock ul li a.checked
{
	color: var(--color_1);
}
.asideBlockCD .asideBlock.filterBlock ul li a.disable
{
	cursor: not-allowed;
	opacity: 0.5;
}
.asideBlockCD .asideBlock.filterBlock ul li a .checkmark
{
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	border: 1px solid var(--color_3);
	border-radius: 2px;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.asideBlockCD .asideBlock.filterBlock ul li a .checkmark.radio
{
	border-radius: 100%;
}
.asideBlockCD .asideBlock.filterBlock ul li a .checkmark::after,
.asideBlockCD .asideBlock.filterBlock ul li a .checkmark::before
{
	display: none;
	position: absolute;
	content: "";
}
.asideBlockCD .asideBlock.filterBlock ul li a.checked .checkmark:after
{
	display: block;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 10px;
	border: solid var(--color_3);
	border-width: 0 2px 2px 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.asideBlockCD .asideBlock.filterBlock ul li a .checkmark.radio:after
{
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: var(--color_3);
	border: solid var(--color_3);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.asideBlockCD .asideBlock.filterBlock ul li a.disable .checkmark::before
{
	display: block;
	background-image: url(../img/disabled.svg);
	background-size: 80% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body.omgShoes .asideBlockCD .asideBlock.filterBlock ul li a.checked .checkmark
{
	border-color: var(--color_6);
}
body.omgWear .asideBlockCD .asideBlock.filterBlock ul li a.checked .checkmark
{
	border-color: var(--color_7);
}
body.omgShoes .asideBlockCD .asideBlock.filterBlock ul li a.checked .checkmark:after
{
	border-color: var(--color_6);
}
body.omgWear .asideBlockCD .asideBlock.filterBlock ul li a.checked .checkmark:after
{
	border-color: var(--color_7);
}
body.omgShoes .asideBlockCD .asideBlockCD .asideBlock.filterBlock ul li a .checkmark.radio:after
{
	background-color: var(--color_6);
	border-color: var(--color_6);
}
body.omgWear .asideBlockCD .asideBlockCD .asideBlock.filterBlock ul li a .checkmark.radio:after
{
	background-color: var(--color_7);
	border-color: var(--color_7);
}

.asideBlockCD .asideBlock.filterBlock ul li a .offerAmount
{
	margin-left: 5px;
	color: var(--color_3);
}

.asideBlockCD .asideBlock.filterBlock .showAndHideParameter
{
	margin-top: 8px;
	text-align: left;
}
.asideBlockCD .asideBlock.filterBlock .showAndHideParameter .btn
{
	height: 32px;
}
.asideBlockCD .asideBlock.filterBlock .showAndHideParameter .btn i
{
	margin-left: 5px;
}

/***/

/*.asideBlockCD .asideBlock.brandBlock*/
/*{*/
/*}*/
/*.asideBlockCD .asideBlock.brandBlock .listBlock*/
/*{*/
/*}*/
/*.asideBlockCD .asideBlock.brandBlock .brandList*/
/*{*/
/*}*/
/*.asideBlockCD .asideBlock.brandBlock .brandList .el_brandItem2_23692022*/
/*{*/
/*}*/
/*.asideBlockCD .asideBlock.brandBlock .allBrands*/
/*{*/
/*	margin-top: 8px;*/
/*	text-align: center;*/
/*}*/

/**********/

@media (max-width: 991px)
{
	.asideBlockCD .asideMenuButtonsBlock
	{
		display: block;
	}

	.asideBlockCD > .content
	{
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		width: 0;
		z-index: 1000;
	}

	.asideBlockCD .parameterListBlock
	{
		position: fixed !important;
		background-color: #FFFFFF;
		border: 1px solid var(--color_1);
		top: 0;
		left: -100%;
		padding: 50px 10px 20px 10px;
		height: 100%;
		width: 320px;
		opacity: 0;
		overflow: auto;
		z-index: 1000;
		box-shadow: 2px 2px 5px var(--color_1_50);
		transition: all 0.7s ease 0s;
	}
	.asideBlockCD .parameterListBlock.open
	{
		left: 0;
		opacity: 1;
	}
	.asideBlockCD .parameterListBlock.open .closeButton
	{
		display: block;
		left: 1px;
		opacity: 1;
	}
}

/***********************************************************************/
/*****                     INDEX                                   *****/
/***********************************************************************/

.el_centralBanner_55087793
{
}
.el_centralBanner_55087793 .initBanner
{
	position: relative;
	margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
	max-height: 750px;
	overflow: hidden;
}
.el_centralBanner_55087793 .initBanner .item
{
	width: 100%;
	height: 100%;
}
.el_centralBanner_55087793 .initBanner .item a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 40.10695187165775%;
}

@media (max-width: 1200px)
{
	.el_centralBanner_55087793 .initBanner
	{
		max-height: 470px;
	}
	.el_centralBanner_55087793 .initBanner .item a
	{
		padding-bottom: 40.17094017094017%;
	}
}
@media (max-width: 991px)
{
	.el_centralBanner_55087793 .initBanner
	{
		max-height: 386px;
	}
	.el_centralBanner_55087793 .initBanner .item a
	{
		padding-bottom: 40.20833333333333%;
	}
}
@media (max-width: 767px)
{
	.el_centralBanner_55087793 .initBanner
	{
		max-height: 368px;
	}
	.el_centralBanner_55087793 .initBanner .item a
	{
		padding-bottom: 50%;
	}
}
@media (max-width: 575px)
{
	.el_centralBanner_55087793 .initBanner
	{
		max-height: 370px;
	}
	.el_centralBanner_55087793 .initBanner .item a
	{
		padding-bottom: 70%;
	}
}
@media (max-width: 480px)
{
	.el_centralBanner_55087793 .initBanner
	{
		max-height: 100%;
	}
	.el_centralBanner_55087793 .initBanner .item a
	{
		padding-bottom: 100%;
	}
}

/**************************/

.el_catalogsBlock_55087793
{
}
.el_catalogsBlock_55087793 .catalogItemBlock
{
	margin-bottom: 30px;
}
.el_catalogsBlock_55087793 .catalogItemBlock:last-child
{
	margin-bottom: 0;
}

.el_catalogsBlock_55087793 .catalogItemBlock .сatalogList
{
}
.el_catalogsBlock_55087793 .catalogItemBlock .сatalogList .el_subCatalogListItem_55087793
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}

@media (max-width: 991px)
{
	.el_catalogsBlock_55087793 .catalogItemBlock
	{
		margin-bottom: 0;
	}
	.el_catalogsBlock_55087793 .catalogItemBlock .сatalogList .el_subCatalogListItem_55087793
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
		margin-bottom: 30px;
	}
}

/***********************************************************************/
/***********************************************************************/

.el_catalogsCD_59595923
{
}
.el_catalogsCD_59595923 .mainCatalogItem
{
	margin-bottom: 30px;
}
.el_catalogsCD_59595923 .mainCatalogItem .mainTitle
{
	margin-bottom: 40px;
}
.el_catalogsCD_59595923 .mainCatalogItem .mainTitle a
{
	line-height: 6.4rem;
	font-size: 4rem;
	font-weight: bold;
	color: var(--color_1);
}
.el_catalogsCD_59595923 .mainCatalogItem .mainTitle a:hover
{
	text-decoration: underline;
}
.el_catalogsCD_59595923 .mainCatalogItem.omgShoes .mainTitle a:hover
{
	color: var(--color_6);
}
.el_catalogsCD_59595923 .mainCatalogItem.omgWear .mainTitle a:hover
{
	color: var(--color_7);
}

/***********************************************************************/
/***********************************************************************/

.typeContentBlock1.inRow4 .el_subCatalogListItem_55087793
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	margin-bottom: 30px;
}

@media (max-width: 991px)
{
	.typeContentBlock1.inRow4 .el_subCatalogListItem_55087793
	{
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}
@media (max-width: 767px)
{
	.typeContentBlock1.inRow4 .el_subCatalogListItem_55087793
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}

/***********************************************************************/

.el_subCatalogListItem_55087793
{
}
.el_subCatalogListItem_55087793 .innerWrapper
{
	position: relative;
	height: 100%;
}
.el_subCatalogListItem_55087793.collections .innerWrapper,
.el_subCatalogListItem_55087793.seeAllCollections .innerWrapper
{
	border: 1px solid var(--color_3);
}
.el_subCatalogListItem_55087793 .innerWrapper .imageBlock
{
}
.el_subCatalogListItem_55087793 .innerWrapper .imageBlock .img_wrap
{
	padding-bottom: 123.807%;
}
.el_subCatalogListItem_55087793 .innerWrapper .imageBlock .img_wrap .el
{
	overflow: hidden;
}
.el_subCatalogListItem_55087793 .innerWrapper .imageBlock .img_wrap .el::before
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_1_25);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.el_subCatalogListItem_55087793.collections .innerWrapper .imageBlock .img_wrap .el::before,
.el_subCatalogListItem_55087793.seeAllCollections .innerWrapper .imageBlock .img_wrap .el::before
{
	display: none;
}
.el_subCatalogListItem_55087793 .innerWrapper .imageBlock .img_wrap .el img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.el_subCatalogListItem_55087793 .innerWrapper:hover .imageBlock img
{
	transform: scale(1.1, 1.1);
}
/**/
.el_subCatalogListItem_55087793 .innerWrapper .href
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.omgWear .el_subCatalogListItem_55087793.collections .innerWrapper:hover .href,
.omgWear .el_subCatalogListItem_55087793.seeAllCollections .innerWrapper:hover .href
{
	background-color: var(--color_7_15);
}
.omgShoes .el_subCatalogListItem_55087793.collections .innerWrapper:hover .href,
.omgShoes .el_subCatalogListItem_55087793.seeAllCollections .innerWrapper:hover .href
{
	background-color: var(--color_6_15);
}
.el_subCatalogListItem_55087793 .innerWrapper .href .hrefContent
{
	display: block;
	text-align: center;
}
.el_subCatalogListItem_55087793 .innerWrapper .href .title
{
	display: block;
	line-height: 38px;
	font-size: 24px;
	font-weight: bold;
	color: var(--color_white);
}
.el_subCatalogListItem_55087793.collections .innerWrapper .href .title
{
	line-height: 18px;
	font-size: 12px;
	/*color: var(--color_1);*/
	color: var(--color_white);
}
.el_subCatalogListItem_55087793.seeAllCollections .innerWrapper .href .title
{
	line-height: 32px;
	font-size: 20px;
	/*color: var(--color_1);*/
	color: var(--color_white);
}
.el_subCatalogListItem_55087793.collections .innerWrapper .href .hrefBtn
{
	display: inline-block;
	border: 1px solid var(--color_white);
	margin: 10px auto 0;
	padding: 0 10px;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/*color: var(--color_1);*/
	color: var(--color_white);
}

@media (max-width: 1200px)
{
	.el_subCatalogListItem_55087793 .innerWrapper .href
	{
		padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_subCatalogListItem_55087793 .innerWrapper .href .title
	{
		line-height: calc(28px + (38 - 28) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_subCatalogListItem_55087793.collections .innerWrapper .href .hrefBtn
	{
		line-height: calc(22px + (32 - 22) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
}
@media (max-width: 991px)
{
}
@media (max-width: 767px)
{
	.el_catalogsBlock_55087793 .catalogItemBlock .mainCatalogCol,
	.el_catalogsBlock_55087793 .catalogItemBlock:nth-child(even) .mainCatalogCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		order: 1;
	}
	.el_catalogsBlock_55087793 .catalogItemBlock:nth-child(even) .subCatalogListCol,
	.el_catalogsBlock_55087793 .catalogItemBlock .subCatalogListCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
}

/***********************************************************************/
/***********************************************************************/

.el_tickerBlock_55087793
{
}
.el_tickerBlock_55087793 .innerWrapper
{
	display: block;
	border-top: 1px solid var(--color_5);
	border-bottom: 1px solid var(--color_5);
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}
.el_tickerBlock_55087793 .innerWrapper .marquee
{
	display: block;
	width: 100% !important;
}
.el_tickerBlock_55087793 .innerWrapper a
{
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0 23px;
	height: 40px;
	font-size: 24px;
	line-height: 38px;
	color: var(--color_2);
}
.el_tickerBlock_55087793 .innerWrapper a:hover
{
	color: var(--color_1);
}

/***********************************************************************/

.el_offerSlider_55087793
{
}
.el_offerSlider_55087793 .slick-slider .draggable
{
	padding-top: 27px;
	padding-bottom: 27px;
}

/***********************************************************************/

.el_instagramAndSubscribeBlock_55087793
{
}

@media (max-width: 1200px)
{
	.el_instagramAndSubscribeBlock_55087793 .instagramCol,
	.el_instagramAndSubscribeBlock_55087793 .subscribeCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 1200px)
{
	.el_instagramAndSubscribeBlock_55087793 .subscribeBtn .col
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	.el_instagramAndSubscribeBlock_55087793 .subscribeBtn .col:first-child
	{
		margin-top: 0;
	}
}

/**********/

.el_instagramBlock_55087793
{
}
.el_instagramBlock_55087793 .instagramList
{
}
.el_instagramBlock_55087793 .instagramList .instagramItem
{
}
.el_instagramBlock_55087793 .instagramList .instagramItem .innerWrapper
{
}
.el_instagramBlock_55087793 .instagramList .instagramItem .innerWrapper .img_wrap
{
	padding-bottom: 125.5519468671313%;
}
.el_instagramBlock_55087793 .instagramList .instagramItem .innerWrapper .img_wrap .el
{
}
.el_instagramBlock_55087793 .instagramList .instagramItem .innerWrapper .img_wrap .el img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.el_instagramBlock_55087793 .instagramList .instagramItem:hover .innerWrapper .img_wrap .el img
{
	transform: scale(1.1, 1.1);
}

.el_instagramBlock_55087793 .subscribeBtn
{
	margin-top: 30px;
}
.el_instagramBlock_55087793 .subscribeBtn .btn
{
	width: 100%;
}
.el_instagramBlock_55087793 .subscribeBtn .btn.omgShoes
{
	border-color: var(--color_6);
}
.el_instagramBlock_55087793 .subscribeBtn .btn.omgWear
{
	border-color: var(--color_7);
}
.el_instagramBlock_55087793 .subscribeBtn .btn.omgShoes:hover
{
}
.el_instagramBlock_55087793 .subscribeBtn .btn.omgWear:hover
{
}
.el_instagramBlock_55087793 .subscribeBtn .btn i
{
	margin:  0 5px;
}

/**********/

.el_subscribeBlock_59595923
{
}
.el_subscribeBlock_59595923 .el_blockTitle_55087793
{
	margin-bottom: 20px;
}
.el_subscribeBlock_59595923 .formTitle
{
	line-height: 4.4rem;
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--color_1);
}
.el_subscribeBlock_59595923 .formNote
{
	margin-top: 15px;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: var(--color_2);
}
.el_subscribeBlock_59595923 .formWrapper
{
	margin-top: 40px;
}
.el_subscribeBlock_59595923 .formWrapper input
{
	float: left;
	background-color: var(--color_white);
	background-image: url("../img/ico-envelope-open.svg");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-size: 20px 20px;
	padding: 0 0 0 48px;
	width: calc(100% - 176px);
	height: 66px;
}
.el_subscribeBlock_59595923 .formWrapper input::placeholder
{
	text-transform: uppercase;
	color: var(--color_3);
	opacity: 1;
}
.el_subscribeBlock_59595923 .formWrapper button
{
	float: right;
	width: 166px;
	height: 66px;
}
.el_subscribeBlock_59595923 .formNote2
{
	margin-top: 33px;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_3);
}

@media (max-width: 1200px)
{
	.el_subscribeBlock_59595923 .formTitle
	{
		line-height: calc(32px + (44 - 32) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_subscribeBlock_59595923 .formNote
	{
		line-height: calc(18px + (24 - 18) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_subscribeBlock_59595923 .formWrapper input
	{
		background-position: calc(14px + (20 - 14) * ((100vw - 320px) / (1200 - 320)));
		line-height: calc(18px + (24 - 18) * ((100vw - 320px) / (1200 - 320)));
		height: calc(54px + (66 - 54) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_subscribeBlock_59595923 .formWrapper button
	{
		height: calc(54px + (66 - 54) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_subscribeBlock_59595923 .formNote2
	{
		margin-top: calc(15px + (33 - 15) * ((100vw - 320px) / (1200 - 320)));
		line-height: calc(18px + (20 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
}

@media (max-width: 420px)
{
	.el_subscribeBlock_59595923 .formWrapper input
	{
		width: 100%;
	}
	.el_subscribeBlock_59595923 .formWrapper button
	{
		margin-top: 15px;
		width: 100%;
	}
}

/***********************************************************************/
/***********************************************************************/

.el_articleCatalogContent_59595923
{
}

/***********************************************************************/

.el_actionCatalogContent_59595923
{
}

/***********************************************************************/

.el_articleBlock2_55087793
{
}
.el_articleBlock2_55087793 .articleList
{
}
.el_articleBlock2_55087793 .articleList .bigBlock
{
}
.el_articleBlock2_55087793 .articleList .el_articleItem2_55087793
{
	margin-bottom: 30px;
}

@media (max-width: 767px)
{
	.el_articleBlock2_55087793 .articleList .bigBlock
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/

.el_articleBlock3_55087793
{
}
.el_articleBlock3_55087793 .articleList
{
}
.el_articleBlock3_55087793 .articleList .bigBlock
{
}
.el_articleBlock3_55087793 .articleList .el_articleItem3_55087793
{
	margin-bottom: 30px;
}

@media (max-width: 767px)
{
	.el_articleBlock3_55087793 .articleList .bigBlock
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/

.typeContentBlock1.inRow1 .el_articleItem2_55087793
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

/***********************************************************************/

.el_articleItem2_55087793
{
}
.el_articleItem2_55087793 .innerWrapper
{
	position: relative;
	height: 100%;
}
.el_articleItem2_55087793 .innerWrapper .imageBlock
{
}
.el_articleItem2_55087793 .innerWrapper .imageBlock .img_wrap
{
	padding-bottom: 47.36842105263158%;
}
.el_articleItem2_55087793.big .innerWrapper .imageBlock .img_wrap
{
	padding-bottom: 100%;
}
.el_articleItem2_55087793 .innerWrapper .imageBlock .img_wrap .el
{
	overflow: hidden;
}
.el_articleItem2_55087793 .innerWrapper .imageBlock .img_wrap .el::before
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_1_25);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.el_articleItem2_55087793 .innerWrapper .imageBlock .img_wrap .el img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.el_articleItem2_55087793 .innerWrapper:hover .imageBlock img
{
	transform: scale(1.1, 1.1);
}
/**/
.el_articleItem2_55087793 .innerWrapper .href
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.el_articleItem2_55087793 .innerWrapper .href .hrefContent
{
	display: inline-block;
}
.el_articleItem2_55087793 .innerWrapper .href .date
{
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: var(--color_white);
}
.el_articleItem2_55087793 .innerWrapper .href .date::before
{
	display: inline-block;
	content: "";
	background-color: var(--color_white_50);
	margin-right: 20px;
	width: 65px;
	height: 2px;
}
.el_articleItem2_55087793 .innerWrapper .href .title
{
	display: block;
	margin-top: 10px;
	line-height: 38px;
	font-size: 32px;
	font-weight: bold;
	color: var(--color_white);
}

@media (max-width: 1200px)
{
	.el_articleItem2_55087793.big .innerWrapper .imageBlock .img_wrap
	{
		padding-bottom: 101.3%;
	}
	.el_articleItem2_55087793 .innerWrapper .href
	{
		padding: calc(15px + (40 - 15) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_articleItem2_55087793 .innerWrapper .href .date
	{
		line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_articleItem2_55087793 .innerWrapper .href .date::before
	{
		margin-right: calc(10px + (20 - 10) * ((100vw - 320px) / (1200 - 320)));
		width: calc(30px + (65 - 30) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_articleItem2_55087793 .innerWrapper .href .title
	{
		line-height: calc(22px + (38 - 22) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
}
@media (max-width: 991px)
{
	.el_articleItem2_55087793.big .innerWrapper .imageBlock .img_wrap
	{
		padding-bottom: 104%;
	}
}
@media (max-width: 767px)
{
	.el_articleItem2_55087793.big .innerWrapper .imageBlock .img_wrap
	{
		padding-bottom: 100%;
	}
}

/***********************************************************************/

.typeContentBlock1.inRow2 .el_articleItem3_55087793
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 30px;
}
@media (max-width: 767px)
{
	.typeContentBlock1.inRow2 .el_articleItem3_55087793
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/

.el_articleItem3_55087793
{
}
.el_articleItem3_55087793 .innerWrapper
{
	position: relative;
	padding-bottom: 50px;
	height: 100%;
}
.el_articleItem3_55087793 .innerWrapper .imageBlock
{
}
.el_articleItem3_55087793 .innerWrapper .imageBlock .img_wrap
{
	padding-bottom: 47.36842105263158%;
}
.el_articleItem3_55087793.big .innerWrapper .imageBlock .img_wrap
{
	padding-bottom: 108.721%;
}
.el_articleItem3_55087793 .innerWrapper .imageBlock .img_wrap .el
{
	overflow: hidden;
}
/*.el_articleItem3_55087793 .innerWrapper .imageBlock .img_wrap .el::before*/
/*{*/
/*	position: absolute;*/
/*	display: block;*/
/*	content: "";*/
/*	background-color: var(--color_1_25);*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	z-index: 1;*/
/*}*/
.el_articleItem3_55087793 .innerWrapper .imageBlock .img_wrap .el img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.el_articleItem3_55087793 .innerWrapper:hover .imageBlock img
{
	transform: scale(1.1, 1.1);
}
/**/
.el_articleItem3_55087793 .innerWrapper .href
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.el_articleItem3_55087793 .innerWrapper .href .hrefContent
{
	display: inline-block;
}
.el_articleItem3_55087793 .innerWrapper .href .title
{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: var(--color_1);
}
.el_articleItem3_55087793 .innerWrapper:hover .href .title
{
	color: var(--color_2);
}

@media (max-width: 1200px)
{
	.el_articleItem3_55087793.big .innerWrapper .imageBlock .img_wrap
	{
		padding-bottom: 112.521%;
	}
	.el_articleItem2_55087793 .innerWrapper .href .title
	{
		line-height: calc(22px + (32 - 22) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
}
@media (max-width: 991px)
{
	.el_articleItem3_55087793.big .innerWrapper .imageBlock .img_wrap
	{
		padding-bottom: 119.121%;
	}
}
@media (max-width: 767px)
{
	.el_articleItem3_55087793.big .innerWrapper .imageBlock .img_wrap
	{
		padding-bottom: 112.521%;
	}
}

/***********************************************************************/
/*****                     articleContent                          *****/
/***********************************************************************/

.el_articleContent_59595923
{
}
.el_articleContent_59595923 .imgBlock
{
	max-height: 600px;
	text-align: center;
}
.el_articleContent_59595923 .imgBlock img
{
	max-height: inherit;
}
/**/
.el_articleContent_59595923 .date
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin: 15px 0;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_3);
}
.el_articleContent_59595923 .date svg
{
	margin-right: 5px;
}
.el_articleContent_59595923 .date time
{
	display: inline-block;
}

/**/

.articleOfferListBlock
{
}

/***********************************************************************/
/***********************************************************************/

/***** smartFilterListBlock *****/

.smartFilterListBlock
{
}
.smartFilterListBlock .innerWrapper
{
	position: relative;
	float: left;
	margin-bottom: 16px;
	padding-bottom: 20px;
	width: calc(100% - 115px);
	max-height: 56px;
	overflow-x: auto;
	overflow-y: hidden;
}
.smartFilterListBlock .innerWrapper.open
{
	max-height: 100%;
	overflow: unset;
}
.smartFilterListBlock .innerWrapper::after
{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	width: 30px;
	height: 34px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.smartFilterListBlock .innerWrapper.open::after
{
	display: none;
}

.smartFilterListBlock .innerWrapper::-webkit-scrollbar-track
{
	background-color: #F8F8F8;
}
.smartFilterListBlock .innerWrapper::-webkit-scrollbar-thumb
{
	background-color: rgba(0, 0, 0, 0.2);
}
.smartFilterListBlock .innerWrapper::-webkit-scrollbar-button
{
	background-color: var(--color_1);
}
.smartFilterListBlock .innerWrapper::-webkit-scrollbar-corner
{
	background-color: var(--color_black);
}

.smartFilterListBlock .smartFilterList
{
	display: -ms-flex;
	display: flex;
	flex-wrap: nowrap;
}
.smartFilterListBlock .innerWrapper.open .smartFilterList
{
	display: block;
}
.smartFilterListBlock .smartFilterList li
{
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	min-width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.smartFilterListBlock .innerWrapper.open .smartFilterList li
{
	white-space: unset;
	vertical-align: top;
	min-width: auto;
}
.smartFilterListBlock .smartFilterList li a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_white);
	border: 1px solid var(--color_black);
	border-radius: 0;
	padding: 0 15px 0 15px;
	height: 40px;
	color: var(--color_black);
}
.smartFilterListBlock .smartFilterList li a:hover
{
	background-color: var(--color_black);
	color: var(--color_white);
}
.smartFilterListBlock .smartFilterList li a.active
{
	background-color: var(--color_black);
	color: var(--color_white);
}

/*****/

.smartFilterListBlock .buttonLine
{
	float: right;
}
.smartFilterListBlock .buttonLine a
{
	height: 40px;
}
.smartFilterListBlock .buttonLine a:hover
{
}
.smartFilterListBlock .buttonLine a i
{
	margin-left: 5px;
}

/***** offerOrderBlockCD *****/

.offerOrderBlockCD
{
	position: relative;
	margin-bottom: 30px;
}

/***/

.offerOrderBlockCD .closeButton
{
	display: none;
	position: fixed;
	top: 1px;
	right: -100%;
	width: 318px;
	height: 40px;
	opacity: 0;
	transition: all 0.7s ease 0s;
	z-index: 2;
}
.offerOrderBlockCD .closeButton .closeOrderButton
{
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0;
	min-width: 30px;
	height: 30px;
	line-height: 0;
}
.offerOrderBlockCD .closeButton .closeOrderButton i
{
	font-size: 1.5rem;
}

/***/

.offerOrderBlockCD .orderTypeList
{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.offerOrderBlockCD .orderTypeList p
{
	margin-right: 10px;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_3);
}
.offerOrderBlockCD .orderTypeList div
{
}
.offerOrderBlockCD .orderTypeList div .item
{
	display: inline-block;
	margin-right: 10px;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
	cursor: pointer;
}
.offerOrderBlockCD .orderTypeList div .item.active
{
	font-weight: bold;
	color: var(--color_1);
}

@media (max-width: 991px)
{
	.offerOrderBlockCD
	{
		position: fixed;
		background-color: var(--color_white);
		border: 1px solid var(--color_1);
		border-radius: 0;
		top: 0;
		right: -100%;
		padding: 50px 10px 20px 10px;
		height: 100%;
		width: 320px;
		opacity: 0;
		overflow: auto;
		z-index: 1000;
		transition: all 0.7s ease 0s;
	}
	.offerOrderBlockCD.open
	{
		right: 0;
		opacity: 1;
	}
	.offerOrderBlockCD.open .closeButton
	{
		display: block;
		right: 1px;
		opacity: 1;
	}

	.offerOrderBlockCD .orderTypeList
	{
		display: block;
	}
	.offerOrderBlockCD .orderTypeList p
	{
		margin-right: 0;
		margin-bottom: 20px;
		text-align: left;
	}
	.offerOrderBlockCD .orderTypeList div .item
	{
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
}

/***** offerFilterList *****/

.offerFilterList
{
}
/***/
.offerFilterList .filterList
{
}
.offerFilterList .filterList a
{
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_black);
	border-radius: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0 15px 0 15px;
	height: 40px;
	color: var(--color_white);
}
.offerFilterList .filterList a:hover
{
}
.offerFilterList .filterList a span.x
{
	position: relative;
	display: block;
	border-radius: 0;
	margin-left: 20px;
	width: 16px;
	height: 16px;
}
.offerFilterList .filterList a span.x > span
{
	position: absolute;
	display: block;
	border-top: 8px solid transparent;
	border-right: 8px solid var(--color_white);
	border-bottom: 8px solid transparent;
	top: 0;
	right: 100%;
	width: 0;
	height: 15px;
}
.offerFilterList .filterList a span.x
{
	background-color: var(--color_white);
}
.offerFilterList .filterList a span.x::before,
.offerFilterList .filterList a span.x::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_black);
	top: 50%;
	left: 50%;
	width: 8px;
	height: 2px;
	transform-origin: center center;
	/*-webkit-transform: translate(-50%, -50%);*/
	/*-ms-transform: translate(-50%, -50%);*/
	/*transform: translate(-50%, -50%);*/
}
.offerFilterList .filterList a span.x::before
{
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.offerFilterList .filterList a span.x::after
{
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.offerFilterList .filterList a:hover span.x::before,
.offerFilterList .filterList a:hover span.x::after
{
	background-color: #FF0000;
}

/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/

.moreItem
{
}
.moreItem .innerWrapper
{
	position: relative;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 100px;
}
.moreItem .innerWrapper > a
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.moreItem .innerWrapper a > span
{
	display: block;
}
.moreItem .innerWrapper a .ico
{
	display: inline-block;
	margin: 0 auto;
}
.moreItem .innerWrapper a .ico svg
{
	width: 37px;
	height: 30px;
}
.moreItem .innerWrapper a .ico svg path[stroke]
{
	stroke: var(--color_1);
}
.moreItem .innerWrapper a:hover .ico svg path[stroke]
{
	stroke: var(--color_2);
}
.moreItem .innerWrapper a .ico svg path[fill]
{
	fill: var(--color_1);
}
.moreItem .innerWrapper a:hover .ico svg path[fill]
{
	fill: var(--color_2);
}
.moreItem .innerWrapper a .showMore
{
	display: block;
	margin-top: 5px;
	line-height: 1.4;
	font-size: 1.4rem;
	color: var(--color_2);
}
.moreItem .innerWrapper a:hover .showMore
{
	color: var(--color_1);
}
.moreItem .innerWrapper a .showing
{
	display: block;
	margin-top: 5px;
	line-height: 1.4;
	font-size: 1.2rem;
	font-weight: 400;
	color: var(--color_2);
}

@media (max-width: 767px)
{
	.moreItem .innerWrapper a .ico svg
	{
		width: 27px;
		height: 20px;
	}
}

/***********************************************************************/

.typeContentBlock1.inRow7 .el_catalogListItem2_55087793
{
	-ms-flex: 0 0 calc(100% / 7);
	flex: 0 0 calc(100% / 7);
	max-width: calc(100% / 7);
	margin-bottom: 30px;
}

@media (max-width: 1200px)
{
	.typeContentBlock1.inRow7 .el_catalogListItem2_55087793
	{
		-ms-flex: 0 0 calc(100% / 5);
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
	}
}
@media (max-width: 991px)
{
	.typeContentBlock1.inRow7 .el_catalogListItem2_55087793
	{
		-ms-flex: 0 0 calc(100% / 5);
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
	}
}
@media (max-width: 767px)
{
	.typeContentBlock1.inRow7 .el_catalogListItem2_55087793
	{
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
}
@media (max-width: 480px)
{
	.typeContentBlock1.inRow7 .el_catalogListItem2_55087793
	{
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}
/*@media (max-width: 360px)*/
/*{*/
/*	.typeContentBlock1.inRow7 .el_catalogListItem2_55087793*/
/*	{*/
/*		-ms-flex: 0 0 calc(100% / 2);*/
/*		flex: 0 0 calc(100% / 2);*/
/*		max-width: calc(100% / 2);*/
/*	}*/
/*}*/

/***********************************************************************/

.el_subCatalogListBlock_55087793
{
}
.el_subCatalogListBlock_55087793 .catalogListBlock
{
}

.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem.hidden.h0
{
	display: none;
}

.moreItem .innerWrapper a .showMore,
.moreItem .innerWrapper a .showing
{
	display: none;
}

@media (min-width: 1201px)
{
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.hidden.h1920,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem.hidden.mh1920
	{
		display: none;
	}

	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showMore.mh1920,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showing.mh1920
	{
		display: block;
	}
}
@media (max-width: 1200px) and (min-width: 992px)
{
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.hidden.h1200,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem.hidden.mh1200
	{
		display: none;
	}

	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showMore.mh1200,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showing.mh1200
	{
		display: block;
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.hidden.h991,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem.hidden.mh991
	{
		display: none;
	}

	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showMore.mh991,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showing.mh991
	{
		display: block;
	}
}
@media (max-width: 767px) and (min-width: 481px)
{
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.hidden.h767,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem.hidden.mh767
	{
		display: none;
	}

	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showMore.mh767,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showing.mh767
	{
		display: block;
	}
}
@media (max-width: 480px)
{
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.hidden.h480,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem.hidden.mh480
	{
		display: none;
	}

	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showMore.mh480,
	.el_subCatalogListBlock_55087793 .catalogListBlock .el_catalogListItem2_55087793.moreItem .innerWrapper a .showing.mh480
	{
		display: block;
	}
}

/***********************************************************************/

.el_catalogListItem2_55087793
{
}
.el_catalogListItem2_55087793.hidden
{
}
.el_catalogListItem2_55087793 .innerWrapper
{
	position: relative;
	display: block;
}
.el_catalogListItem2_55087793 .innerWrapper .img_wrap
{
	/*padding-bottom: 115.3846153846154%;*/
}
.el_catalogListItem2_55087793 .innerWrapper .img_wrap .el
{
}
.el_catalogListItem2_55087793 .innerWrapper .img_wrap .el img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.el_catalogListItem2_55087793 .innerWrapper:hover .img_wrap .el img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/**/
.el_catalogListItem2_55087793 .innerWrapper .title
{
	display: block;
	margin-top: 15px;
	line-height: 1.4;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	color: var(--color_2);
}
.el_catalogListItem2_55087793 .innerWrapper:hover .title
{
	color: var(--color_1);
}

@media (max-width: 1200px)
{
	.el_catalogListItem2_55087793 .innerWrapper .title
	{
		font-size: calc(10px + (12 - 10) * var(--width-coefficient));
	}
}

/***********************************************************************/
/***********************************************************************/

.rateStar
{
	position: relative;
	display: inline-block !important;
}
.rateStar .starsPassive i
{
	color: var(--color_black);
}
.rateStar .starsActive i
{
	color: var(--color_black);
}

/******************************/

.rateStar.smallStar,
.rateStar.smallStar > div > div
{
	width: 70px;
	height: 15px;
	line-height: 15px;
}
.rateStar.smallStar > div
{
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	line-height:15px;
	width: 0;
	overflow: hidden;
}
.rateStar.smallStar > .starsPassive
{
	width: 70px;
}
/**/
.rateStar.smallStar > div i
{
	margin: 0 0;
	font-size: 15px !important;
}
.rateStar.smallStar > div i:first-child
{
	margin-left: 0;
}
.rateStar.smallStar > div i:last-child
{
	margin-right: 0;
}
/******************************/
.rateStar.mediumStar,
.rateStar.mediumStar > div > div
{
	width: 95px;
	height: 20px;
	line-height: 20px;
}
.rateStar.mediumStar > div
{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	width: 0;
	overflow: hidden;
}
.rateStar.mediumStar > .starsPassive
{
	width: 95px;
}
/**/
.rateStar.mediumStar > div i
{
	margin: 0 0;
	font-size: 20px !important;
}
.rateStar.mediumStar > div i:first-child
{
	margin-left: 0;
}
.rateStar.mediumStar > div i:last-child
{
	margin-right: 0;
}

/***********************************************************************/
/***********************************************************************/

.typeContentBlock1.inRow4 .el_offerShortView_55087793
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	margin-bottom: 30px;
}
.typeContentBlock1.inRow4.slick-slider .el_offerShortView_55087793
{
	margin-bottom: 0;
}

@media (max-width: 991px)
{
	.typeContentBlock1.inRow4 .el_offerShortView_55087793
	{
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}
@media (max-width: 767px)
{
	.typeContentBlock1.inRow4 .el_offerShortView_55087793
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}

/***********************************************************************/

.typeContentBlock2.inRow4 .el_offerShortView_55087793
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	margin-bottom: 30px;
}
.typeContentBlock2.inRow4.slick-slider .el_offerShortView_55087793
{
	margin-bottom: 0;
}

@media (max-width: 1200px)
{
	.typeContentBlock2.inRow4 .el_offerShortView_55087793
	{
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}
@media (max-width: 767px)
{
	.typeContentBlock2.inRow4 .el_offerShortView_55087793
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}

/***********************************************************************/
/***********************************************************************/

.showMoreOffer
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}
.showMoreOffer a
{
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding: 0 30px;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: var(--color_2);
}
.showMoreOffer a:hover
{
	color: var(--color_1);
}
.showMoreOffer a span.image
{
	display: inline-block;
	margin-left: 10px;
}
/*.showMoreOffer a span.image::before*/
/*{*/
/*	display: inline-block;*/
/*	content: "\f021";*/
/*	font-family: "FontAwesome";*/
/*	font-size: 4rem;*/
/*}*/
.showMoreOffer a span.image::before
{
	display: block;
	content: "";
	background-image: url("../img/ico-refresh.svg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.showMoreOffer a.active span.image
{
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(1000000deg);
	-moz-transform: rotate(1000000deg);
	-o-transform: rotate(1000000deg);
	-ms-transform: rotate(1000000deg);
	transform: rotate(1000000deg);
}
.showMoreOffer a span.text
{
	display: inline-block;
}

/*------------------------- wobbler -------------------*/

.wobblerBlock
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: auto;
	z-index: 15;
}
.wobblerBlock li
{
	display: block;
	margin-bottom: 5px;
}
.wobblerBlock li .wobbler
{
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	background-color: #f4f4f4;
	border-radius: 0;
	padding: 5px 10px;
	width: auto;
	line-height: 1;
	font-size: 1.6rem;
	color: var(--color_1);
}
.wobblerBlock li .wobbler img
{
	margin-right: 5px;
	max-width: 16px;
	max-height: 16px;
}
.wobblerBlock li .wobbler.discount
{
	background-color: transparent;
	padding: 5px 0;
	font-size: 2rem;
	font-weight: bold;
	color: var(--color_black);
}

@media (max-width: 500px)
{
	.el_offerShortView_59595923 .wobblerBlock li span
	{
		padding: 3px 5px;
		width: auto;
		line-height: 1.1rem;
		font-weight: 400;
		font-size: 1rem;
	}
	.wobblerBlock li .wobbler.discount
	{
		padding: 3px 0;
		font-size: 1.4rem;
	}
}

/*****/

.el_offerShortView_55087793
{
	position: relative;
}
.el_offerShortView_55087793:hover
{
	overflow: visible;
	z-index: 10;
}
.el_offerShortView_55087793::before
{
	position: absolute;
	display: none;
	content: "";
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	top: -10px;
	left: 5px;
	right: 5px;
	bottom: -10px;
	/*width: calc(100% - 10px);*/
	/*height: calc(100% + 20px);*/
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	z-index: 1;
}
.el_offerShortView_55087793:hover::before
{
	display: block;
}
.el_offerShortView_55087793 .innerWrapper
{
	position: relative;
	background-color: #FFFFFF;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	z-index: 2;
}
/**/
.el_offerShortView_55087793 .innerWrapper .imageBlock
{
	position: relative;
}
.el_offerShortView_55087793 .innerWrapper .imageBlock .img_wrap
{
	padding-bottom: 125.9259259259259%;
}
.el_offerShortView_55087793 .innerWrapper .imageBlock .img_wrap .el
{
	overflow: hidden;
}
.el_offerShortView_55087793 .innerWrapper .imageBlock .img_wrap .el img
{
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.el_offerShortView_55087793 .innerWrapper:hover .imageBlock .img_wrap .el img
{
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
/**/
.el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	color: var(--color_white);
}
.el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn:hover,
.el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn.active
{
	color: var(--color_white_30);
}
body.omgShoes .el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn
{
	color: var(--color_6);
}
body.omgWear .el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn
{
	color: var(--color_7);
}
body.omgShoes .el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn:hover,
body.omgShoes .el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn.active,
body.omgWear .el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn:hover,
body.omgWear .el_offerShortView_55087793 .innerWrapper .imageBlock .otherBtn.active
{
	color: var(--color_white);
}

/**/
.el_offerShortView_55087793 .innerWrapper .infoBlock
{
}
/**/
.el_offerShortView_55087793 .innerWrapper .priceLine
{
	position: relative;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.el_offerShortView_55087793 .innerWrapper .priceLine .price
{
	line-height: 32px;
	font-size: 20px;
	/*font-weight: bold;*/
	font-weight: 500;
	color: var(--color_1);
}
.el_offerShortView_55087793 .innerWrapper .priceLine .price.red
{
	color: var(--color_red);
}
.el_offerShortView_55087793 .innerWrapper .priceLine .price .currency
{
}
.el_offerShortView_55087793 .innerWrapper .priceLine .oldPrice
{
	position: absolute;
	top: -15px;
	line-height: 24px;
	font-size: 16px;
	color: var(--color_3);
}
.el_offerShortView_55087793 .innerWrapper .priceLine .oldPrice::before
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_3);
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.el_offerShortView_55087793 .innerWrapper .priceLine .oldPrice .currency
{
}
/**/
.el_offerShortView_55087793 .innerWrapper .title
{
	height: 40px;
	overflow: hidden;
}
.el_offerShortView_55087793 .innerWrapper .title a
{
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
.el_offerShortView_55087793 .innerWrapper .title a:hover
{
	color: var(--color_1);
}
/**/

@media (max-width: 1200px)
{
	.el_offerShortView_55087793::before
	{
		top: calc((3px + (10 - 3) * ((100vw - 320px) / (1200 - 320))) * -1);
		left: calc(3px + (5 - 3) * ((100vw - 320px) / (1200 - 320)));
		right: calc(3px + (5 - 3) * ((100vw - 320px) / (1200 - 320)));
		bottom: calc((3px + (10 - 3) * ((100vw - 320px) / (1200 - 320))) * -1);

		/*width: calc(100% - calc(3px + (10 - 3) * ((100vw - 320px) / (1200 - 320))));*/
		/*height: calc(100% + calc(3px + (20 - 3) * ((100vw - 320px) / (1200 - 320))));*/
	}
	.el_offerShortView_55087793 .innerWrapper .priceLine .price
	{
		line-height: calc(24px + (32 - 24) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1200 - 320)));
	}
	.el_offerShortView_55087793 .innerWrapper .priceLine .oldPrice
	{
		line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
	}
}

/***********************************************************************/
/*****                       PAGINATION                            *****/
/***********************************************************************/

.el_paginationBlock_59595923
{
	margin: 25px auto;
}
.el_paginationBlock_59595923 ul
{
	text-align: center;
}
.el_paginationBlock_59595923 ul li
{
	display: inline-block;
	margin: 0;
}
.el_paginationBlock_59595923 ul li a,
.el_paginationBlock_59595923 ul li span
{
	display: block;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0 5px;
	min-width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 1.6rem;
	color: var(--color_3);
}
.el_paginationBlock_59595923 ul li a:hover,
.el_paginationBlock_59595923 ul li span
{
	border: 1px solid var(--color_3);
	font-weight: bold;
	color: var(--color_2);
}

/*********************************************************/
/*** relatedCatalogsBlock ***/
/*********************************************************/

.el_relatedCatalogsBlock_59595923
{
}
.el_relatedCatalogsBlock_59595923 .relatedCatalogList
{
}
.el_relatedCatalogsBlock_59595923 .relatedCatalogList .relatedCatalogItem
{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}
.el_relatedCatalogsBlock_59595923 .relatedCatalogList .relatedCatalogItem a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color_3);
	padding: 0 30px;
	height: 66px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_1);
}
.el_relatedCatalogsBlock_59595923 .relatedCatalogList .relatedCatalogItem a:hover,
.el_relatedCatalogsBlock_59595923 .relatedCatalogList .relatedCatalogItem a.active
{
	border: 1px solid var(--color_1);
	background-color: var(--color_1);
	color: var(--color_white);
}

@media (max-width: 1200px)
{
	.el_relatedCatalogsBlock_59595923 .relatedCatalogList .relatedCatalogItem a
	{
		padding-left: calc(15px + (30 - 15) * ((100vw - 320px) / (1200 - 320)));
		padding-right: calc(15px + (30 - 15) * ((100vw - 320px) / (1200 - 320)));
		height: calc(40px + (66 - 40) * ((100vw - 320px) / (1200 - 320)));
	}
}

/*********************************************************/
/*** faqBlock ***/
/*********************************************************/

.el_faqBlock_59595923
{
}
.el_faqBlock_59595923 .faqList
{
}
.el_faqBlock_59595923 .faqList .faqItem
{
	border-top: 1px solid var(--color_5);
}
.el_faqBlock_59595923 .faqList .faqItem .titleItem
{
	position: relative;
	padding: 20px 30px 20px 0;
	line-height: 3.2rem;
	font-size: 2rem;
	font-weight: bold;
	color: var(--color_1);
	cursor: pointer;
}
.el_faqBlock_59595923 .faqList .faqItem .titleItem .btnToggle
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.el_faqBlock_59595923 .faqList .faqItem .titleItem .btnToggle::before,
.el_faqBlock_59595923 .faqList .faqItem .titleItem .btnToggle::after
{
	position: absolute;
	display: block;
	content: "";
	background-color: #7f7f7f;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.el_faqBlock_59595923 .faqList .faqItem .titleItem .btnToggle::before
{
	width: 18px;
	height: 2px;
}
.el_faqBlock_59595923 .faqList .faqItem .titleItem .btnToggle::after
{
	width: 2px;
	height: 18px;
}
.el_faqBlock_59595923 .faqList .faqItem .titleItem.open .btnToggle::after
{
	display: none;
}
.el_faqBlock_59595923 .faqList .faqItem .textItem
{
	display: none;
	padding: 20px 0;
}
.el_faqBlock_59595923 .faqList .faqItem .textItem ul
{
	margin-top: 15px;
}
.el_faqBlock_59595923 .faqList .faqItem .textItem ul li
{
	margin-top: 7px;
}
.el_faqBlock_59595923 .faqList .faqItem .textItem ul li:first-child
{
	margin-top: 0;
}

/***********************************************************************/
/*                            COMMENT                                  */
/***********************************************************************/

#ajaxAddAnswerForOfferCommentFormHide,
#ajaxAddAnswerForSiteCommentFormHide
{
	display: none !important;
}

/***********************************************************************/
/***********************************************************************/

.writeReview
{
}
.writeReview .btn i
{
	margin-right: 5px;
}

.commentListCD
{
}
/***/
.commentListCD .commentItem
{
}
.commentListCD .commentItem .innerWrapper
{
	border-bottom: 1px solid var(--color_5);
	padding: 20px 0;
}
.commentListCD .commentItem .row
{
	align-items: center;
}
/**/
.commentListCD .commentItem .rateBlock
{
}
.commentListCD .commentItem .name
{
	margin-top: 5px;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: normal;
	color: var(--color_2);
}
.commentListCD .commentItem .date
{
	line-height: 1.2;
	font-size: 1.3rem;
	text-align: right;
	color: #686868;
}
/**/
.commentListCD .commentItem .likeCol
{
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}
.commentListCD .commentItem .likeBlock
{
	line-height: 2rem;
	font-size: 1.4rem;
}
.commentListCD .commentItem .likeBlock .text
{
	display: none;
}
.commentListCD .commentItem .likeBlock button
{
	margin: 0 5px;
	background-color: transparent;
	border: none;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: var(--color_2);
	cursor: pointer;
}
.commentListCD .commentItem .likeBlock button:hover svg path
{
	stroke: var(--color_1);
	fill: var(--color_1);
}
.commentListCD .commentItem .likeBlock button.like
{
}
.commentListCD .commentItem .likeBlock button.dislike
{
}
.commentListCD .commentItem .likeBlock .addRateText
{
}
/**/
.commentListCD .commentItem .commentText
{
	margin-top: 10px;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_1);
}
.commentListCD .commentItem .commentText.textPlus
{
	font-weight: bold;
}
.commentListCD .commentItem .commentText.textMinus
{
	font-weight: bold;
}
/**/
.commentListCD .commentItem .answerMenuLine
{
	margin-top: 15px;
}
.commentListCD .commentItem .answerMenuLine .answerButton
{
	background: none;
	border: none;
	letter-spacing: 0.05em;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_1);
	cursor: pointer;
}
.commentListCD .commentItem .answerMenuLine .answerButton:hover
{
	text-decoration: underline;
}
.commentListCD .commentItem .answerMenuLine .answerButton svg
{
	margin-right: 10px;
}

/**/

.commentListCD .commentItem .answerForm
{
}
.commentListCD .commentItem .answerForm:not(empty)
{
	margin-bottom: 15px;
}

/**/

.commentListCD .commentItem .answerBlock
{
	padding-left: 24px;
}
.commentListCD .commentItem .answerBlock:empty
{
	padding-left: 0;
}
.commentListCD .commentItem .answerBlock .commentItem
{
	position: relative;
}
.commentListCD .commentItem .answerBlock .commentItem .innerWrapper
{
	border-top: 1px solid var(--color_5);
	border-bottom: none !important;
}
.commentListCD .commentItem .answerBlock .commentItem .innerWrapper::before
{
	position: absolute;
	display: block;
	content: "";
	background-image: url("../img/arrow-down-right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	top: 1px;
	left: -24px;
	width: 24px;
	height: 24px;
}

/**/

.commentListCD .answerForCommentFormCD
{
	margin: 15px auto;
}
.commentListCD .answerForCommentFormCD > div
{
}
.commentListCD .answerForCommentFormCD .or
{
	margin: 0 15px;
	color: var(--color_2);
}
.commentListCD .answerForCommentFormCD .closeAnswerButton
{
	background: none;
	border: none;
	letter-spacing: 0.05em;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_1);
	cursor: pointer;
}
.commentListCD .answerForCommentFormCD .closeAnswerButton:hover
{
	text-decoration: underline;
}

/*****/

.addCommentFormCD
{
}
.addCommentFormCD .tabTitle
{
	position: relative;
	padding: 20px 0;
	line-height: 3.2rem;
	font-size: 2rem;
	font-weight: bold;
}
.addCommentFormCD .formRateBlock
{
}
.addCommentFormCD .formRateBlock label
{
	font-weight: bold;
}
.addCommentFormCD .formRateBlock .formRateStar
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.addCommentFormCD .formRateBlock .formRateStar .star
{
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}
.addCommentFormCD .formRateBlock .formRateStar .star i
{
	font-size: 1.6rem;
}
.addCommentFormCD .formRateBlock .formRateStar .star .title
{
	display: block;
}
.addCommentFormCD form textarea[name=offerCommentText]
{
	height: 156px;
}

@media (max-width: 480px)
{
	.addCommentFormCD
	{
		padding: 15px;
	}
	.addCommentFormCD .formRateBlock .formRateStar .star
	{
		margin-right: 8px;
	}
	.addCommentFormCD .formRateBlock .formRateStar .star .title
	{
		font-size: 1.1rem;
	}
}
@media (max-width: 400px)
{
	.addCommentFormCD .innerWrapper .col,
	.commentListCD .answerForCommentFormCD .col
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/
/*                       cartCompleteBlock                             */
/***********************************************************************/

.cartCompleteBlock
{
	text-align: center;
}
.cartCompleteBlock .ico
{
	margin-bottom: 20px;
}
.cartCompleteBlock .thanks
{
	margin-top: 20px;
	line-height: 6.4rem;
	font-size: 4rem;
	font-weight: bold;
	color: var(--color_1);
}
.cartCompleteBlock .manager
{
	margin-top: 10px;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: var(--color_2);
}
.cartCompleteBlock .manager.notAuthorized
{
	margin-top: 10px;
	line-height: 3.2rem;
	font-size: 2rem;
	font-weight: bold;
	color: var(--color_2);
}
.cartCompleteBlock .btnLine
{
	margin-top: 20px;
}
.cartCompleteBlock .btnLine a
{
	margin: 10px 10px;
}
.cartCompleteBlock .btnLine .btnHref
{
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_1);
}
.cartCompleteBlock .btnLine .btnHref:hover
{
	text-decoration: underline;
}

@media (max-width: 1200px)
{
	.cartCompleteBlock .thanks
	{
		line-height: calc(32px + (64 - 32) * ((100vw - 320px) / (1200 - 320)));
		font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1200 - 320)));
	}
}

/***********************************************************************/

.cartEmptyBlock
{
}
.cartEmptyBlock .innerWrapper
{
	align-items: center;
}
.cartEmptyBlock .innerWrapper .bag
{
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	max-width: 150px;
	font-size: 8rem;
	text-align: center;
}
.cartEmptyBlock .innerWrapper .text
{
	padding: 20px 0;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: var(--color_2);
}

@media (max-width: 400px)
{
	.cartEmptyBlock .innerWrapper .bag
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cartEmptyBlock .innerWrapper .text
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 15px;
	}
}

/***********************************************************************/
/*                        profileContent                               */
/***********************************************************************/

.el_profileContent_55087793
{
}
.el_profileContent_55087793 .innerWrapper
{
}

/***/

.el_profileContent_55087793 .userInfoBlock
{
}
.el_profileContent_55087793 .userInfoBlock .item
{
	display: inline-block;
	margin: 0 60px 40px 0;
}
.el_profileContent_55087793 .userInfoBlock .item .title
{
	line-height: 20px;
	font-size: 14px;
	color: var(--color_3);
}
.el_profileContent_55087793 .userInfoBlock .item .info
{
	margin-top: 5px;
	line-height: 24px;
	font-size: 16px;
	color: var(--color_1);
}

@media (max-width: 1200px)
{
	.el_profileContent_55087793 .userInfoBlock .item
	{
		margin-right: calc(15px + (60 - 15) * ((100vw - 320px) / (1200 - 320)));
		margin-bottom: calc(15px + (40 - 15) * ((100vw - 320px) / (1200 - 320)));
	}
}
@media (max-width: 480px)
{
	.el_profileContent_55087793 .userInfoBlock .item
	{
		margin-right: 0;
		width: 100%;
	}
}

/***/

.el_profileContent_55087793 .profileList.inRow4 .profileItem
{
	-ms-flex: 0 0 calc(100% / 4);
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	margin-bottom: 30px;
}
.el_profileContent_55087793 .profileList.inRow3 .profileItem
{
	-ms-flex: 0 0 calc(100% / 3);
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin-bottom: 30px;
}

.el_profileContent_55087793 .profileList .profileItem .wrapper
{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.el_profileContent_55087793 .profileList .profileItem .wrapper a
{
	position: absolute;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	border: 1px solid var(--color_3);
	transition: all 0.5s ease 0s;
}
.el_profileContent_55087793 .profileList .profileItem .wrapper a:hover
{
	background-color: #FFFFFF;
	box-shadow: 0 3px 3px #CCCCCC;
	margin-top: -15px;
	margin-bottom: 15px;
}
.el_profileContent_55087793 .profileList .profileItem a > div
{
	display: block;
	padding: 10px 10px;
	text-align: center;
}
.el_profileContent_55087793 .profileList .profileItem a svg
{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
}
.el_profileContent_55087793 .profileList .profileItem a svg path
{
	fill: var(--color_2);
	color: var(--color_2);
}
.el_profileContent_55087793 .profileList .profileItem a .title
{
	display: block;
	margin-top: 25px;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: var(--color_1);
}
.el_profileContent_55087793 .profileList .profileItem a .description
{
	display: block;
	width: 100%;
	line-height: 18px;
	font-size: 12px;
	color: var(--color_2);
}

@media (max-width: 991px)
{
	.el_profileContent_55087793 .profileList.inRow4 .profileItem
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}
@media (max-width: 767px)
{
	.el_profileContent_55087793 .profileList.inRow3 .profileItem
	{
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
}

@media (max-width: 480px)
{
	.el_profileContent_55087793 .profileList.inRow4 .profileItem
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.el_profileContent_55087793 .profileList.inRow3 .profileItem
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.el_profileContent_55087793 .profileList .profileItem .wrapper
	{
		padding-bottom: 50%;
	}
}

/***********************************************************************/
/*****                        userData                             *****/
/***********************************************************************/

.el_userDataCD_55087793
{
}
.el_userDataCD_55087793 .innerWrapper
{
}

.el_userDataCD_55087793 .separatorCol
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
}
.el_userDataCD_55087793 .separatorCol::before
{
	display: block;
	content: "";
	background-color: var(--color_5);
	width: 1px;
	height: 100%;
}
.el_userDataCD_55087793 .btnBlock
{
	margin-top: 40px;
}

@media (max-width: 1200px)
{
	.el_userDataCD_55087793 .separatorCol
	{
		-ms-flex: 0 0 calc(1px + (100 - 1) * ((100vw - 320px) / (1200 - 320)));
		flex: 0 0 calc(1px + (100 - 1) * ((100vw - 320px) / (1200 - 320)));
		max-width: calc(1px + (100 - 1) * ((100vw - 320px) / (1200 - 320)));
	}
}
@media (max-width: 767px)
{
	.el_userDataCD_55087793 .itemCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.el_userDataCD_55087793 .separatorCol
	{
		display: none;
	}
}

/***********************************************************************/
/*                      userChangePassword                             */
/***********************************************************************/

.el_userChangePassword_55087793
{
}

/***********************************************************************/
/*                    userPasswordRecovery                             */
/***********************************************************************/

.el_userPasswordRecovery_55087793
{
}
.el_userPasswordRecovery_55087793 .formNote
{
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 1.2rem;
	color: var(--color_3);
}

/***********************************************************************/
/*****                 userOrderList CONTENT                       *****/
/***********************************************************************/

.el_userOrderList_55087793
{
}

.el_userOrderList_55087793 .userOrderListItem
{
	margin-bottom: 30px;
}
.el_userOrderList_55087793 .userOrderListItem .innerWrapper
{
	border: 1px solid var(--color_5);
	padding: 15px;
}
.el_userOrderList_55087793 .innerWrapper p
{
	margin-bottom: 10px;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: var(--color_1);
}

.el_userOrderList_55087793 .innerWrapper .sumCol
{
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	max-width: 250px;
	text-align: right;
}
.el_userOrderList_55087793 .innerWrapper .sumCol .sum span
{
	font-weight: bold;
}
.el_userOrderList_55087793 .innerWrapper .sumCol .more
{
}
.el_userOrderList_55087793 .innerWrapper .sumCol .more a
{
	letter-spacing: 0.05em;
	line-height: 2.4rem;
	font-size: 1.2rem;
	text-align: center;
	color: var(--color_1);
	font-weight: bold;
	text-transform: uppercase;
}
.el_userOrderList_55087793 .innerWrapper .sumCol .more a:hover
{
	text-decoration: underline;
}

/***/

.el_userOrderList_55087793 .userOrderListItem .toggleBtnLine
{
	text-align: right;
}
.el_userOrderList_55087793 .userOrderListItem .toggleBtnLine .toggleBtn
{
	display: inline-block;
	cursor: pointer;
}
.el_userOrderList_55087793 .userOrderListItem .toggleBtnLine .toggleBtn::before
{
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 2rem;
	color: var(--color_2);
}
header.headerCD .toggleMainBlock .toggleBtn.el_userOrderList_55087793 .userOrderListItem .toggleBtnLine .toggleBtn
{
	color: var(--color_1);
}
.el_userOrderList_55087793 .userOrderListItem .toggleBtnLine .toggleBtn.open::before
{
	content: "\f106";
}

/***/

.el_userOrderList_55087793 .userOrderListItem .offerList
{
}

.el_userOrderList_55087793 .userOrderListItem .offerListItem
{
	display: none;
	border-top: 1px solid var(--color_5);
	padding: 20px 0;
}
.el_userOrderList_55087793 .userOrderListItem.open .offerListItem,
.el_userOrderList_55087793 .userOrderListItem .offerListItem.first
{
	display: block;
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem:last-child
{
	border-bottom: none;
	padding-bottom: 0;
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .imageCol
{
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	max-width: 70px;
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .imageBlock
{
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .imageBlock .img_wrap
{
	padding-bottom: 126.128%;
}

.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerTitle
{
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerTitle a,
.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerTitle span
{
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--color_1);
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerTitle a:hover
{
	text-decoration: underline;
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerInfoLine
{
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 1.2rem;
	color: var(--color_1);
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerInfoLine .title
{
	color: var(--color_2);
}
.el_userOrderList_55087793 .userOrderListItem .offerListItem .offerInfoLine .value
{
	font-weight: bold;
}

@media (max-width: 991px)
{
	.el_userOrderList_55087793 .innerWrapper .sumCol
	{
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
}
@media (max-width: 767px)
{
	.el_userOrderList_55087793 .innerWrapper .col
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;

		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
	}
	.el_userOrderList_55087793 .innerWrapper .tableRow .col
	{
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		border: none;
		border-bottom: 1px solid var(--color_5);
	}
	.el_userOrderList_55087793 .innerWrapper .more
	{
		text-align: center;
	}
}

/***********************************************************************/
/*****                 userOrderView CONTENT                       *****/
/***********************************************************************/

.el_userOrderView_55087793
{
}
.el_userOrderView_55087793 .innerWrapper
{
}
.el_userOrderView_55087793 .innerWrapper .infoTable
{
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.el_userOrderView_55087793 .innerWrapper .tableRow
{
	margin-left: 0;
	margin-right: 0;
}
.el_userOrderView_55087793 .innerWrapper .tableRow.hidden
{
	display: none;
}
.el_userOrderView_55087793 .innerWrapper .tableRow.hidden.shoved
{
	display: block;
}
.el_userOrderView_55087793 .innerWrapper .tableRow .col
{
	border-bottom: 1px solid var(--color_5);
	padding-top: 10px;
	padding-bottom: 10px;

	line-height: 2.4rem;
	font-size: 1.6rem;
	text-align: left;
	color: var(--color_1);
}
.el_userOrderView_55087793 .innerWrapper .tableRow:nth-child(even)
{
}
.el_userOrderView_55087793 .innerWrapper .tableRow:nth-child(odd)
{
}
.el_userOrderView_55087793 .innerWrapper .tableRow .title
{
	padding-left: 0;
	color: var(--color_2);
}

.el_userOrderView_55087793 .innerWrapper .moreElement
{
	margin-top: 15px;
}
.el_userOrderView_55087793 .innerWrapper .moreElement a
{
	letter-spacing: 0.05em;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_1);
}
.el_userOrderView_55087793 .innerWrapper .moreElement a:hover
{
	text-decoration: underline;
}

/*****/

.el_userOrderView_55087793 .innerWrapper .offerListCol
{
	-ms-flex: 0 0 400px;
	flex: 0 0 400px;
	max-width: 400px;
}

.el_userOrderView_55087793 .offerListBlock
{
	border: 1px solid var(--color_5);
	padding: 15px 25px 25px 25px;
}
.el_userOrderView_55087793 .offerListBlock .blockTitle
{
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: var(--color_1);
}
.el_userOrderView_55087793 .offerListBlock .offerList
{
}

.el_userOrderView_55087793 .offerListBlock .offerListItem
{
	border-bottom: 1px solid var(--color_5);
	padding: 20px 0;
}
.el_userOrderView_55087793 .offerListBlock .offerListItem:last-child
{
	border-bottom: none;
	padding-bottom: 0;
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .imageCol
{
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .imageBlock
{
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .imageBlock .img_wrap
{
	padding-bottom: 126.128%;
}

.el_userOrderView_55087793 .offerListBlock .offerListItem .offerTitle
{
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .offerTitle a,
.el_userOrderView_55087793 .offerListBlock .offerListItem .offerTitle span
{
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: var(--color_1);
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .offerTitle a:hover
{
	text-decoration: underline;
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .offerInfoLine
{
	margin-top: 5px;
	line-height: 20px;
	font-size: 14px;
	color: var(--color_1);
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .offerInfoLine .title
{
	color: var(--color_2);
}
.el_userOrderView_55087793 .offerListBlock .offerListItem .offerInfoLine .value
{
	font-weight: bold;
}

/***/

@media (max-width: 991px)
{
	.el_userOrderView_55087793 .offerListBlock
	{
		padding: 15px;
	}
	.el_userOrderView_55087793 .innerWrapper .offerListCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 40px;
	}
}
@media (max-width: 479px)
{
	.el_userOrderView_55087793 .innerWrapper .tableRow .col
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;

		line-height: 1.2;
	}
	.el_userOrderView_55087793 .innerWrapper .tableRow .title
	{
		padding-bottom: 5px;
		border-bottom: none;
	}
	.el_userOrderView_55087793 .innerWrapper .tableRow .value
	{
		padding-top: 5px;
	}
}

/***********************************************************************/
/*                       BOTTOM TEXT BLOCK                             */
/***********************************************************************/

.bottomTextBlock
{
}

/***********************************************************************/
/*                           staticPage                                */
/***********************************************************************/

.staticPage.contacts
{
}
.staticPage.contacts .staticText a
{
	display: inline-block;
}

@media (max-width: 767px)
{
	.staticPage.contacts .mapBlock
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/***********************************************************************/
/*                       page404CD                             */
/***********************************************************************/

.page404CD
{
	padding: 100px 0;
}

/***********************************************************************/
/*                            STATIC TEXT                              */
/***********************************************************************/

.staticText
{
	line-height: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: var(--color_1);
}
.staticText *
{
	margin-bottom: 15px;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
	color: inherit;
}
.staticText *:first-child
{
	margin-top: 0;
}

.staticText h1,
.staticText h2,
.staticText h3,
.staticText h4,
.staticText h5,
.staticText h6
{
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: var(--font-family-1);
	font-weight: bold;
	color: var(--color_1);
}
.staticText h1
{
	line-height: 3.8rem;
	font-size: 2.8rem;
}
.staticText h2
{
	line-height: 3.8rem;
	font-size: 2.8rem;
}
.staticText h3
{
	line-height: 3.2rem;
	font-size: 2.4rem;
}
.staticText h4
{
	line-height: 2.8rem;
	font-size: 2rem;
}
.staticText h5
{
	line-height: 2.4rem;
	font-size: 1.8rem;
}
.staticText h6
{
	line-height: 2rem;
	font-size: 1.6rem;
}
.staticText ul,
.staticText ol
{
	margin-top: 15px;
	padding-left: 20px;
}
.staticText ul li ul,
.staticText ol li ul,
.staticText ul li ol
{
	margin: 15px 0;
	padding: 0 0 0 20px;
}
.staticText ul li,
.staticText ol li
{
	list-style-position: outside!important;
	margin: 0 0 10px 0;
	padding: 0;
}
.staticText ul li
{
	list-style-image: url("../img/ico-check.svg");
}
.staticText ol li
{
	list-style: decimal;
}

.staticText table
{
	margin-bottom: 20px;
	width: 100%;
}
.staticText table *
{
	margin-bottom: 0;
}
.staticText table td
{
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 7px;
}

.staticText a
{
	display: inline-block;
	font-weight: bold;
	color: var(--color_1);
}
.staticText a:hover
{
	text-decoration: underline;
}
.staticText b,
.staticText strong
{
	font-weight: bold;
}
.staticText em
{
	font-style: italic;
}
.staticText img
{
	display: block;
	margin: 10px auto;
	width: auto !important;
	max-width: 100%;
}

.staticText .videoIframe
{
	width: 100%;
	max-width: 100%;
}
.staticText .videoIframe:empty
{
	margin-bottom: 0;
	padding-top: 0;
}
.staticText .videoIframe > div
{
	position: relative;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.staticText .videoIframe iframe,
.staticText .videoIframe object,
.staticText .videoIframe embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/***********************************************************************/
/***********************************************************************/

.addToCartFormModal
{
}
.addToCartFormModal .offerImage
{
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	max-width: 130px;
}

@media (max-width: 520px)
{
	.addToCartFormModal .modal-footer
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.addToCartFormModal .modal-footer button
	{
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;

		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 5px;
	}
	.addToCartFormModal .modal-footer button:first-child
	{
		order: 1;
	}
	.addToCartFormModal .modal-footer button:last-child
	{
		order: 2;
	}
}

/**********/

.addOrderInOneClickModal
{
}
.addOrderInOneClickModal .offerImage,
.addOrderInOneClickModal .col1
{
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
}
.addOrderInOneClickModal .offerImage a img
{
	display: block;
	/*margin: 0 auto;*/
	max-width: 100%;
	max-height: 100%;
	transition: all 1s ease 0s;
}
.addOrderInOneClickModal .offerImage a:hover img
{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.addOrderInOneClickModal .infoBlock
{
}
.addOrderInOneClickModal .infoBlock .title
{
	margin-bottom: 15px;
}
.addOrderInOneClickModal .infoBlock .title a
{
	display: inline-block;
	line-height: 2rem;
	font-size: 1.4rem;
	color: var(--color_2);
}
.addOrderInOneClickModal .infoBlock .title a:hover
{
	color: var(--color_1);
}
.addOrderInOneClickModal .infoBlock .price
{
	position: relative;
	margin-bottom: 15px;
	line-height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: var(--color_1);
}
.addOrderInOneClickModal .infoBlock .price span
{
	display: inline-block;
}

.addOrderInOneClickModal .inputBlock
{
	margin-bottom: 15px;
}

@media (max-width: 520px)
{
	.addOrderInOneClickModal .col1
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/**********/

.phoneModal
{
}
.phoneModal .phoneBlock
{
}
.phoneModal .phoneBlock ul
{
	position: relative;
	display: block;
}
.phoneModal .phoneBlock ul li
{
	display: inline-block;
	margin: 5px 10px;
	min-width: 170px;
}
.phoneModal .phoneBlock ul li a
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color_2);
}
.phoneModal .phoneBlock ul li a:hover
{
	color: var(--color_1);
}
.phoneModal .phoneBlock ul li a .image
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-right: 10px;
	padding: 5px;
	width: 30px;
	height: 30px;
	box-shadow: 0 4px 4px rgba(191, 186, 186, 0.5);
}

/**********/

.preOrderModal
{
}
.preOrderModal .modal-header
{
	border: none;
	padding: 10px 15px 0 15px;
}
.preOrderModal .modal-title
{
	text-align: center;
}
.preOrderModal .modalWrapper
{
	margin: 0 auto;
	max-width: 360px;
}
.preOrderModal .note.top
{
	margin-top: 8px;
	line-height: 2.4rem;
	font-size: 1.6rem;
	text-align: center;
	color: var(--color_1);
}
.preOrderModal .note.top .btnLine
{
	margin-top: 15px;
}
.preOrderModal form
{
	display: block;
	margin-top: 30px;
}
.preOrderModal form .checkboxBlock
{
}
.preOrderModal form .checkboxBlock > div
{
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.preOrderModal form .checkboxBlock input[type="radio"]
{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.preOrderModal form .checkboxBlock .checkboxItem .label
{
	background-color: var(--color_white);
	border: 1px solid var(--color_white);
	padding: 10px 10px;
	margin-top: 10px;
}
.preOrderModal form .checkboxBlock .checkboxItem input[type="radio"]:checked ~ .label,
.preOrderModal form .checkboxBlock .checkboxItem .label:hover
{
	border: 1px solid var(--color_3);
}
.preOrderModal form .checkboxBlock .checkboxItem label
{
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.preOrderModal form .checkboxBlock .checkboxItem label svg
{
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.preOrderModal form .buttonForm
{
	margin-top: 30px;
}
.preOrderModal .note.bottom
{
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	line-height: 2rem;
	font-size: 1.4rem;
	text-align: center;
	color: var(--color_3);
}
.preOrderModal .note.bottom svg
{
	margin-right: 8px;
}

/**********/

.informFormModal
{
}
.informFormModal .modal-header
{
	border: none;
	padding: 10px 15px 0 15px;
}
.informFormModal .modal-title
{
	text-align: center;
}
.informFormModal .modalWrapper
{
	margin: 0 auto;
	max-width: 360px;
}
.informFormModal form
{
	display: block;
	margin-top: 30px;
}

/**********/

.singInFormModal,
.authorizationFormModal,
.registrationFormModal
{
}
.singInFormModal .modal-header,
.authorizationFormModal .modal-header,
.registrationFormModal .modal-header
{
	border: none;
	padding: 10px 15px 0 15px;
}
.singInFormModal .modal-title,
.authorizationFormModal .modal-title,
.registrationFormModal .modal-title
{
	line-height: 1.2;
	font-size: 3.2rem;
	text-align: center;
	text-transform: none;
}
.singInFormModal .modal-body,
.authorizationFormModal .modal-body,
.registrationFormModal .modal-body
{
	padding: 30px 15px 40px 15px;
}
.singInFormModal .modal-body .note,
.authorizationFormModal .modal-body .note,
.registrationFormModal .modal-body .note
{
	margin-top: 5px;
	line-height: 2.4rem;
	font-size: 1.6rem;
	text-align: center;
	color: var(--color_2);
}
.singInFormModal .modal-body form,
.authorizationFormModal .modal-body form,
.registrationFormModal .modal-body form
{
	margin: 30px auto 0 auto;
	max-width: 370px;
}
.singInFormModal .modal-body form .btn_wrap,
.authorizationFormModal .modal-body form .btn_wrap,
.registrationFormModal .modal-body form .btn_wrap
{
	text-align: center;
}
.singInFormModal .modal-body form .btnBlock,
.authorizationFormModal .modal-body form .btnBlock
{
	text-align: center;
}
.singInFormModal .modal-body form .btn,
.authorizationFormModal .modal-body form .btn,
.registrationFormModal .modal-body form .btn
{
	min-width: 170px;
}

/******/

.authorizationFormModal .modal-body .linkLine,
.registrationFormModal .modal-body .linkLine
{
	margin-top: 10px;
	text-align: center;
}
.authorizationFormModal .modal-body .linkLine:first-of-type,
.registrationFormModal .modal-body .linkLine:first-of-type
{
	margin-top: 30px;
}
.authorizationFormModal .modal-body .linkLine a,
.registrationFormModal .modal-body .linkLine a
{
	letter-spacing: 0.05em;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_2);
}
.authorizationFormModal .modal-body .linkLine a:hover,
.registrationFormModal .modal-body .linkLine a:hover
{
	text-decoration: underline;
}

/******/

.authorizationFormModal .modal-body .linkBlock,
.registrationFormModal .modal-body .linkBlock
{
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.authorizationFormModal .modal-body .linkBlock a,
.registrationFormModal .modal-body .linkBlock a
{
	letter-spacing: 0.05em;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_2);
}

/***********************************************************************/
/***********************************************************************/

#bottonUp
{
	position: fixed;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color_1);
	background-color: var(--color_white);
	border-radius: 0;

	bottom: 50px;
	right: 25px;
	width: 45px;
	height: 45px;
	font-size: 2.4rem;
	text-align: center;
	color: var(--color_1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	z-index: 100;
}
#bottonUp:hover
{
	background-color: var(--color_2);
	color: var(--color_white);
}

/***********************************************************************/
/*****                           SHARE                             *****/
/***********************************************************************/

.share
{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-top: 20px;
	padding: 20px 0;
}
.share span
{
	margin-right: 15px;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color_1);
}
.share a
{
	margin: 0 5px;
	font-size: 1.6rem;
	color: var(--color_1);
}
.share a:hover
{
	text-decoration: underline;
}
.share a span
{
	display: none;
	text-transform: none;
}

/***********************************************************************/
/*****                         footerCD                            *****/
/***********************************************************************/

footer.footerCD
{
	background-color: var(--color_5);
	padding-top: 90px;
	padding-bottom: 90px;
}
@media (max-width: 1200px)
{
	footer.footerCD
	{
		padding-top: calc(40px + (90 - 40) * ((100vw - 320px) / (1200 - 320)));
		padding-bottom: calc(40px + (90 - 40) * ((100vw - 320px) / (1200 - 320)));
	}
}

footer.footerCD .el_footerTop_55087793
{
}
footer.footerCD .el_footerTop_55087793 .col
{
	margin-bottom: 30px;
}

/***/

footer.footerCD .catalogCol
{
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
}
footer.footerCD .catalogCol ul
{
}
footer.footerCD .catalogCol ul li
{
	margin-top: 20px;
}
footer.footerCD .catalogCol ul li:first-child
{
	margin-top: 0;
}
footer.footerCD .catalogCol ul li a
{
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: var(--color_1);
}
footer.footerCD .catalogCol ul li a.omgShoes:hover
{
	color: var(--color_6);
}
footer.footerCD .catalogCol ul li a.omgWear:hover
{
	color: var(--color_7);
}
footer.footerCD .catalogCol ul li a .ico
{
	margin-right: 10px;
}
footer.footerCD .catalogCol ul li a .ico img
{
	max-width: 30px;
	max-height: 30px;
}

/***/

footer.footerCD .footerTitle
{
	margin-bottom: 30px;
	line-height: 1.2;
	font-size: 1.6rem;
	color: var(--color_3);
}

footer.footerCD .linkCol
{
}

footer.footerCD .linkCol .ulWrapper
{
	display: -ms-flex;
	display: flex;
}
footer.footerCD .linkCol .ulWrapper ul
{
	margin-right: 80px;
}
footer.footerCD .linkCol .ulWrapper ul:last-child
{
	margin-right: 0;
}

footer.footerCD .linkCol ul
{
}
footer.footerCD .linkCol ul li
{
	margin-bottom: 15px;
}
footer.footerCD .linkCol ul li a
{
	line-height: 1.2;
	font-size: 1.4rem;
	color: var(--color_2);
}
footer.footerCD .linkCol ul li a:hover,
footer.footerCD .linkCol ul li a.active
{
	text-decoration: underline;
}

/***/

footer.footerCD .subscribeCol
{
	-ms-flex: 0 0 345px;
	flex: 0 0 345px;
	max-width: 345px;
}

footer.footerCD .subscribeBlock
{
}
footer.footerCD .subscribeBlock .subscribeWrapper
{
	position: relative;
}
footer.footerCD .subscribeBlock .subscribeWrapper input
{
	border: none;
	background-color: var(--color_white);
	background-image: url("../img/ico-envelope-open.svg");
	background-repeat: no-repeat;
	background-position: 14px 14px;
	background-size: 20px 20px;
	border-radius: 0;
	padding: 0 120px 0 48px;
	width: 100%;
	height: 48px;
}
footer.footerCD .subscribeBlock .subscribeWrapper input::placeholder
{
	text-transform: uppercase;
	color: var(--color_3);
	opacity: 1;
}
footer.footerCD .subscribeBlock .subscribeWrapper button
{
	position: absolute;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	width: 120px;
	height: 48px;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--color_1);
	cursor: pointer;
}
footer.footerCD .subscribeBlock .subscribeWrapper button:hover
{
	color: var(--color_2);
}

footer.footerCD .socialNetworkList
{
	margin-top: 25px;
}

/***/

footer.footerCD .subscribeCol .cardsBlock
{
	margin-top: 30px;
}
footer.footerCD .subscribeCol .cardsBlock .note
{
	line-height: 1.2;
	font-size: 1.4rem;
	color: var(--color_3);
}
footer.footerCD .subscribeCol .cardsBlock .cardsList
{
	margin-top: 10px;
}
footer.footerCD .subscribeCol .cardsBlock .cardsList .cardsListItem
{
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
}
footer.footerCD .subscribeCol .cardsBlock .cardsList .cardsListItem .img_wrap
{
	padding-bottom: 62.22%;
}
footer.footerCD .subscribeCol .cardsBlock .cardsList .cardsListItem img
{
}

/***/

@media (max-width: 1200px)
{
	footer.footerCD .catalogCol
	{
		-ms-flex: 0 0 230px;
		flex: 0 0 230px;
		max-width: 230px;
	}
}
@media (max-width: 991px)
{
	footer.footerCD .catalogCol
	{
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
		max-width: 300px;
	}
	footer.footerCD .subscribeCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px)
{
	footer.footerCD .catalogCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 460px)
{
	footer.footerCD .linkCol .ulWrapper
	{
		flex-wrap: wrap;
	}
	footer.footerCD .linkCol .ulWrapper ul
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
}

/*****/

footer.footerCD .el_footerBottom_55087793
{
	margin-top: 40px;
}
footer.footerCD .el_footerBottom_55087793 p a
{
	font-weight: bold;
}
footer.footerCD .el_footerBottom_55087793 p a:hover
{
	text-decoration: underline;
}
footer.footerCD .el_footerBottom_55087793 .copyrightCol
{
}
footer.footerCD .el_footerBottom_55087793 .copyrightCol p,
footer.footerCD .el_footerBottom_55087793 .copyrightCol p a
{
	line-height: 1.2;
	font-size: 1.4rem;
	color: var(--color_1);
}
footer.footerCD .el_footerBottom_55087793 .komizioCol
{
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
footer.footerCD .el_footerBottom_55087793 .komizioCol p,
footer.footerCD .el_footerBottom_55087793 .komizioCol a
{
	line-height: 1;
	font-size: 1.4rem;
	color: var(--color_3);
}
footer.footerCD .el_footerBottom_55087793 .komizioCol a
{
	margin-right: 5px;
}
footer.footerCD .el_footerBottom_55087793 .komizioCol a:hover
{
}
footer.footerCD .el_footerBottom_55087793 .komizioCol a img
{
	opacity: 0.5;
}

@media (max-width: 767px)
{
	footer.footerCD .el_footerBottom_55087793 .copyrightCol
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	footer.footerCD .el_footerBottom_55087793 .komizioCol
	{
		justify-content: center;
	}
}
