ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol{
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 22px;
}
/*@media templates*/
@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 479px) {

}
a:focus{
	outline: none;
}
.content__main {
	position: relative;
	overflow: hidden;
}

.header__darkLayout {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;

	/*-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;*/

	opacity: 0;
	display: none;
}

.header__darkLayout.visible {
	z-index: 11;
	opacity: 1;
	display: block;
}

/*main styles*/

html,
body,
.wrapper__main {
	min-height: 100%;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize:first-letter {
	text-transform: uppercase;
}

.text-underline {
	text-decoration: underline;
}

.cart__warn {
	margin-bottom: 5px;
}
.cart__warn,
.cart__warn a {
	font-family: "HelveticaNeueLight", sans-serif;
	color: #bd2029;
}

.cart__warn a:hover {
	text-decoration: underline;
}

@media (max-width: 479px) {
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	.col-479-12 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.col-479-6 {
		width: 50%;
	}

	.col-479-4 {
		width: 33.33333333%;
	}

	.col-479-3 {
		width: 25%;
	}

	.col-479-20per {
		width: 20%;
	}

	.col-479-2 {
		width: 16.66666667%;
	}

	.col-479-1 {
		width: 8.33333333%;
	}
}

@media (max-width: 380px) {
	.col-380-12 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.col-380-6 {
		width: 50%;
	}

	.col-380-4 {
		width: 33.33333333%;
	}

	.col-380-3 {
		width: 25%;
	}

	.col-380-20per {
		width: 20%;
	}

	.col-380-2 {
		width: 16.66666667%;
	}

	.col-380-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}

	.col-lg-20per {
		width: 20% !important;
	}
}

.form-group {
	margin-bottom: 0;
}

.help-block {
	position: absolute;
	color: #fff;
}


.link__up {
	display: block;
	position: fixed;
	height: 46px;
	width: 46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	border: 1px solid #000;
	background: rgba(239, 239, 239, .5) url(/images/arrow_up.png) no-repeat center center;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	opacity: 0;
	z-index: 999;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}


.link__up.show {
	opacity: 1;
}

@media ( max-width: 768px ) {
	.link__up {
		right: 10px;
	}
}

.socials__list {
	position: fixed;
	right: 0;
	top: 250px;
	padding: 11px 0;
	border: 1px solid #bc0025;
	border-right: 0 none;
	z-index: 100;
	background-color: #fff;
}

.socials__listItem {
	width: 46px;
	text-align: center;
	margin: 0 0 18px;
}

.socials__listItem:last-child {
	margin-bottom: 0;
}

.socials__link {
	display: inline-block;
	cursor: pointer;
}

.socials__link.whatsapp {
	width: 29px;
	height: 29px;
	background: url(/images/socials/whatsapp_icon.png) no-repeat 0 0;
}

.socials__link.whatsapp:hover {
	background-position: -29px 0
}

.socials__link.telegram {
	width: 29px;
	height: 29px;
	background: url(/images/socials/telega_icon.png) no-repeat 0 0;
}

.socials__link.telegram:hover {
	background-position: -28px 0
}

.socials__link.viber {
	width: 29px;
	height: 31px;
	background: url(/images/socials/viber_icon.png) no-repeat 0 0;
}

.socials__link.viber:hover {
	background-position: -29px 0
}

.socials__link.vk {
	height: 16px;
	width: 28px;
	background: url(/images/socials/vk_icon.png) no-repeat 0 0;
}

.socials__link.vk:hover {
	background-position: -28px 0
}

.socials__link.fb {
	height: 28px;
	width: 13px;
	background: url(/images/socials/fb_icon.png) no-repeat 0 0;
}

.socials__link.fb:hover {
	background-position: -13px 0
}

.socials__link.google_plus {
	height: 26px;
	width: 30px;
	background: url(/images/socials/google_plus_icon.png) no-repeat 0 0;
}

.socials__link.google_plus:hover {
	background-position: -30px 0
}

.socials__link.insta {
	height: 29px;
	width: 29px;
	background: url(/images/socials/insta_icon.png) no-repeat 0 0;
}

.socials__link.insta:hover {
	background-position: -29px 0
}

.socials__link.youtube {
	height: 28px;
	width: 28px;
	background: url(/images/socials/youtube_icon.png) no-repeat 0 0;
}

.socials__link.youtube:hover {
	background-position: -28px 0
}


.site__main {
	padding-bottom: 130px;
}

/* ------------------------>>> text_editor_block <<<------------------------------------------------- */
/* общие стили */
.text_editor_block {
	margin-bottom: 40px;
}

.text_editor_block h1,
.text_editor_block h2,
.text_editor_block h3,
.text_editor_block h4,
.text_editor_block h5 {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
}

.text_editor_block h1,
.text_editor_block h2 {
	margin-bottom: 25px;
}

.text_editor_block h3,
.text_editor_block h4,
.text_editor_block h5 {
	margin-bottom: 10px;
}

.text_editor_block,
.text_editor_block p,
.text_editor_block span,
.text_editor_block ul,
.text_editor_block li,
.text_editor_block a {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
}
.text_editor_block ul,
.text_editor_block li{
	list-style-type: inherit;

}
.text_editor_block ol,
.text_editor_block ul{
	margin: 10px 0 10px 30px;
}
.text_editor_block a,
.text_editor_block a:hover,
.text_editor_block a:focus {
	color: #545454;
}
/* общие стили End */

 /* стили для подгонки к макету */
.text_editor_block img {
	margin-right: 20px;
	margin-bottom: 67px;
	float: left;
	max-width: 100%;
	height: auto;
}

.text_editor_block h3 {
	clear: both;
}
/* стили для подгонки к макету End */

/* ------------------------>>> text_editor_block End <<<--------------------------------------------- */




/* ------------------------>>> header <<<----------------------------------------------------- */
.header__top {
	background-color: #262626;
	padding: 4px 0;
}

.header__inner:after {
	content: "";
	display: table;
	clear: both;
}

.header__mainNav {
	float: left;
}

.header__menuList:after {
	content: "";
	display: table;
	clear: both;
}

.header__menuItem {
	float: left;
	margin: 0 32px 0 0;
}

.header__menuItem:last-child {
	margin-right: 0;
}

.header__menuLink {
	color: #d9d9d9;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.header__menuLink:hover {
	color: #bc0025;
}

.header__menuLink:focus {
	color: #d9d9d9;
}

.header__menuItem.active .header__menuLink {
	color: #bc0025;
}

.header__searchLang:after {
	content: "";
	display: table;
	clear: both;
}

.header__searchLang {
	float: right;
}

.header__lang {
	float: left;
}

.header__langList:after {
	content: "";
	display: table;
	clear: both;
}

.header__langItem {
	float: right;
	margin: 0 0 0 10px;
}

.header__langLink {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #d9d9d9;
}

.header__langLink:hover {
	color: #bc0025;
}

.header__langLink:focus {
	color: #d9d9d9;
}

.header__langItem.active .header__langLink {
	color: #bc0025;
}

.header__search {
	float: left;
	width: 148px;
	position: relative;
}

.menu .header__search {
	display: none;
}

.header__search .form-group {
	margin-bottom: 0;
}

.header__search .form-control {
	padding: 5px 33px 4px 10px;
	height: 20px;
	border: 0 none;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #9f9f9f;
}

.header__searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	border: 0 none;
	background: transparent url(/images/header_top/search_lupa.png) no-repeat 0 center;
	-webkit-background-size: 16px;
	background-size: 16px;
}
.header__clearBtn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	border: 0 none;
	background: transparent url(/images/header_top/search_lupa.png) no-repeat 0 center;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.header__searchBtn:hover {
	background-color: transparent;
}





.header__bottom {
	background-color: #000;
	padding: 10px 0 7px;
}

.header__logo {
	float: left;
}

.menu .header__logo {
	display: none;
}

.header__img {
	width: 239px;
	height: auto;
}

.header__infoWrap {
	float: right;
	padding: 0;
	/*padding: 14px 0 0;*/
}

.header__infoWrap:after {
	content: "";
	display: table;
	clear: both;
}

.header__infoWrap>div {
	float: left;
}

.header__account,
.header__compareFavorites {
	padding-top: 15px;
}

.header__phoneList {
	padding: 1px 28px 3px 67px;
	position: relative;
	/*border-right: 2px solid #d9d9d9;*/

	height: 86px;
}

.header__phoneList:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	bottom: 0;
	min-height: 48px;
	background: url(/images/header_bottom/header_phone.png) no-repeat -48px center;
}

.header__phoneLink,
.header__phoneLink:focus {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	display: block;
	cursor: pointer;
}

.header__phoneLink:hover {
	color: #bc0025;
}




.header__compFavList:after {
	content: "";
	display: table;
	clear: both;
}

.header__compFavList {
	border-right: 2px solid #d9d9d9;
	padding: 4px 5px 3px 14px;
	height: 60px;
}

.header__compFavItem {
	float: left;
	margin: 0 10px;
}

.header__favorites,
.header__favorites:focus,
.header__compare,
.header__compare:focus {
	display: block;
	padding: 36px 0 0;
	text-align: center;
	color: #fefefe;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	cursor: pointer;
}

.header__favorites:hover,
.header__compare:hover {
	color: #bc0025;
}

.header__favorites:after,
.header__compare:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.header__favorites:after {
	background: url(/images/header_bottom/header_favorite.png) no-repeat 0 0;
	width: 36px;
	min-height: 33px;
}

.header__compare:after {
	background: url(/images/header_bottom/header_compare.png) no-repeat 0 0;
	width: 45px;
	min-height: 29px;
}

.header__favorites:hover:after {
	background-position: -36px 0;
}

.header__compare:hover:after {
	background-position: -45px 0;
}




.header__accountList:after {
	content: "";
	display: table;
	clear: both;
}

.header__accountList {
	padding: 4px 0 3px 22px;
	height: 60px;
}

.header__accountItem:after {
	content: "";
	display: table;
	clear: both;
}

.header__accountItem {
	float: left;
	margin: 0 3px;
}

.header__accountItem:first-child {
	margin-right: 10px;
}

.header__accountItem>a,
.header__accountItem>a:focus {
	display: block;
	padding: 36px 0 0;
	text-align: center;
	color: #fefefe;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	cursor: pointer;
}

.header__accountItem>a {
	float: left;
}

.header__accountItem>a:hover {
	color: #bc0025;
}

.header__accountItem>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.header__auth:after,
.header__acc:after {
	background: url(/images/header_bottom/header_auth.png) no-repeat 0 0;
	width: 30px;
	min-height: 33px;
}

.header__reg:after {
	background: url(/images/header_bottom/header_reg.png) no-repeat 0 3px;
	width: 23px;
	min-height: 30px;
}

.header__cart:after {
	background: url(/images/header_bottom/header_cart.png) no-repeat 0 2px;
	width: 25px;
	min-height: 28px;
}

.header__cart {
	position: relative;
}

.header__cart>span.header_cart_qty,
.header__compFavItem span.header__qty {
	position: absolute;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #bc0025;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 10px;
	left: 28px;
	z-index: 10;
}

.header__compFavItem .header__compare span.header__qty {
	left: 45px;
}

.header__compFavItem .header__favorites span.header__qty {
	left: 36px;
}

.header__auth:hover:after {
	background-position: -30px 0;
}

.header__reg:hover:after {
	background-position: -23px 3px;
}

.header__cart:hover:after {
	background-position: -25px 2px;
}

.header__cartContent {
	padding-top: 10px !important;
	padding-left: 15px !important;
}

.header__cartContent td {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
}

.header__cartContent td:first-child {
	color: #bc0025;
}

/* responsive design and changes */

.header_mainNav_innerHidden {
	display: none;

	background-color: #000;
	padding-top: 18px;
	padding-bottom: 25px;
}

.header_close_btn {
	display: none;

	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(/images/header_close_btn.png) no-repeat center;
	cursor: pointer;
	z-index: 999;
}

.menu .header_close_btn {
	right: 10px;
}

.header_menu_hamburger {
	width: 20px;
	height: 14px;

	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate( 0, -50% );
	-moz-transform: translate( 0, -50% );
	-ms-transform: translate( 0, -50% );
	-o-transform: translate( 0, -50% );
	transform: translate( 0, -50% );
	cursor: pointer;
	background: url(/images/header_menu_humburger.png) no-repeat 0 0;

	display: none;
}

.header__bottom .header_menu_hamburger {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: translate( 0, 0 );
	-moz-transform: translate( 0, 0 );
	-ms-transform: translate( 0, 0 );
	-o-transform: translate( 0, 0 );
	transform: translate( 0, 0 );
	cursor: pointer;
	background: url(/images/header_main_menu_humburger.png) no-repeat center;

	display: none;
}

.header__bottom .header_menu_zoom {
	position: absolute;
	width: 40px;
	height: 40px;
	right: -8px;
	top: 30px;
	background: url(/images/header_bottom/search_mob.png) no-repeat center;
	display: none;
}

.header__top .header__compareFavorites,
.header__top .header__account {
    display: none;
}

.category-filter {
	margin-bottom: 20px;
	font-size: 14px;
	font-family: "OpenSansRegular", sans-serif;
}

.category-filter__items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-bottom: 30px;
	padding-left: 3px;
}

.category-filter__item {
	display: flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #a1a1a1;
	color: black;
	padding: 5px;
}

.category-filter__item.active {
	border-color: #bd2029;
	color: #bd2029;
}

.category-filter__item .category-filter__clear {
	display: none;
}

.category-filter__item.active .category-filter__clear {
	display: block;
	width: 10px;
	height: 10px;
	background: url(/images/nails/filter_nails_close_btn.png) center no-repeat;
}

.category-filter__separator {
	font-family: Arial, sans-serif;
}
@media ( max-width: 1200px ) {
	.header__menuItem {
		margin-right: 25px;
	}

	.header__cartContent {
		display: none !important;
	}
}

/*@media ( min-width: 993px ) {
	.header__search input.form-control[type="text"]:focus {
		position: absolute;
		top: 0;
		right: 0;
		width: 435px;
	}
}*/

@media ( max-width: 992px ) {

    .header__compFavItem .header__compare span.header__qty {
        left: 22px;
    }

    .header__compFavItem .header__favorites span.header__qty {
        left: 10px;
    }

	.header__account, .header__compareFavorites {
		padding-top: 0;
	}

	.header__top .header__inner {
		position: relative;
	}

	.header__infoWrap {
		padding: 0;
	}

	.header__mainNav {
		position: absolute;
		top: 0;
		right: 0;
		left: 992px;
		width: 100%;
		z-index: 1000;

		-webkit-transition: all .6s ease 0s;
		-moz-transition: all .6s ease 0s;
		-o-transition: all .6s ease 0s;
		transition: all .6s ease 0s;
	}

	.header__mainNav.visible {
		left: 0;
	}

	.header__menuList {
		padding-top: 37px;
		background-color: #262626;
	}

	.header__menuItem {
		float: none;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.header__menuItem:last-child {
		margin-bottom: 10px;
	}

	.header__menuLink {
		font-size: 16px;
		font-weight: 700;
	}

	.header_mainNav_innerHidden {
		display: block;
	}

	.header__phones {
		display: none;
	}

	.header_mainNav_innerHidden .header__phones {
		margin-bottom: 25px;
		display: block;
	}

	.header__phoneList {
		display: table;
		margin-left: auto;
		margin-right: auto;
		padding-left: 66px;
		padding-right: 0;
		border: 0 none;
	}

	.header_mainNav_innerHidden .socials__list {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 26px;
		position: static;
		border: 0 none;
		padding: 0;
	}

	.socials__listItem {
		margin-bottom: 0;
		float: left;
		width: auto;
		margin-left: 9px;
		margin-right: 9px;
	}

	.socials__link {
		height: 30px !important;
		background-position-y: center !important;
	}

	.socials__link.vk {
		width: 31px;
		height: 17px;
		background: url(/images/socials/vk_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.vk:hover {
		background-position: -31px 0
	}

	.socials__link.telegram {
		background: url(/images/socials/telega_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.viber {
		background: url(/images/socials/viber_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.whatsapp {
		background: url(/images/socials/whatsapp_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.fb {
		background: url(/images/socials/fb_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.google_plus {
		background: url(/images/socials/google_plus_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.insta {
		background: url(/images/socials/insta_icon_mob.png) no-repeat 0 0;
	}

	.socials__link.youtube {
		background: url(/images/socials/youtube_icon_mob.png) no-repeat 0 0;
	}

	.header__langList {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.header_close_btn {
		display: block;
	}

	.header_menu_hamburger {
		display: block;
	}

	.header__bottom .header_menu_hamburger {
		display: block !important;
		right: -5px;
		top: -10px;
	}

	.header__bottom.fixed .header_menu_zoom {
		display: none;
	}

	.header__bottom .header_menu_zoom {
		display: block;
	}

	.header__bottom .header__inner {
		position: relative;
	}

	.header__lang {
		display: none;
	}

	.header__search {
		display: none;
	}



	.menu .header__search {
		display: block;
		width: 100%;
		background-color: #262626;
		padding: 16px 24px 17px;
		float: none;
	}

	.menu .header__search>form {
		position: relative;
	}

	.menu .header__search .form-control {
		padding: 10px 33px 9px 10px;
		height: 30px;
	}

	.header_infoText {
		display: none;
	}





    .header__account,
    .header__compareFavorites {
        display: none;
    }

    .header__top .header__compareFavorites,
    .header__top .header__account {
        display: block;
        float: right;
		margin-top: 4px;
    }


    .header__top {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__top,
    .header__top .container,
    .header__top .row,
    .header__top .header__itemInner,
    .header__top .header__inner {
        height: 34px;
    }

    .header__account,
    .header__compareFavorites {
        height: 26px;
    }

    .header__compareFavorites>ul,
    .header__compareFavorites>ul>li,
    .header__compareFavorites>ul>li>a,
    .header__compareFavorites>ul>li>a:after,

    .header__account>ul,
    .header__account>ul>li,
    .header__account>ul>li>a,
    .header__account>ul>li>a:after {
        height: 100%;
        padding: 0 !important;
    }

	.header__accountItem,
	.header__compFavItem {
		margin-left: 10px;
		margin-right: 10px;
	}

	.header__favorites,
	.header__compare {
		padding: 0;
	}

	.header__favorites:after,
	.header__compare:after,
    .header__accountItem>a:after {
		position: static;
        height: 100% !important;
        min-height: 100% !important;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
	}

	.header__compare:after {
		background: url(/images/header_bottom/header_compare_mob.png) no-repeat 0 50%;
		width: 32px;
		min-height: 0;
        height: 20px;
	}

	.header__compare:hover:after {
		background-position: -32px 50%;
	}

	.header__favorites:after {
		background: url(/images/header_bottom/header_favorite_mob.png) no-repeat 0 50%;
		width: 23px;
		min-height: 20px;
	}

	.header__favorites:hover:after {
		background-position: -23px 50%;
	}

    .header__auth:after {
        background: url(/images/header_bottom/header_auth_mob.png) no-repeat 0 50%;
        width: 19px;
    }

    .header__auth:hover:after {
       background-position: -19px 50%;
    }

    .header__reg:after {
        background: url(/images/header_bottom/header_reg_mob.png) no-repeat 0 55% !important;
        width: 16px;
    }

    .header__reg:hover:after {
        background-position: -16px 55% !important;
    }

    .header__cart:after {
        background: url(/images/header_bottom/header_cart_mob.png) no-repeat 0 50%;
        width: 17px;
    }

    .header__cart:hover:after {
        background-position: -17px 50%;
    }

    .header__cart>span.header_cart_qty {
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: 12px;
        left: 10px;
        font-size: 11px;
    }

    /* header_bottom */
    .header__bottom {
        padding-top: 28px;
        padding-bottom: 25px;
    }

	.header__bottom.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header__img {
		 width: 169px;
		 height: auto;
	}

	.header__bottom.fixed .header__img {
		 width: 106px;
		 height: auto;
	}

    .header__logo {
        text-align: center;
        float: none;
    }

	.menu .header__logo {
		display: block;
		background-color: #000;
		padding-top: 10px;
		padding-bottom: 9px;
	}

	.menu .header__img {
		width: 106px;
		height: auto;
	}



}

@media ( max-width: 768px ) {
	.header__mainNav.visible {
		left: -15px;
		right: -15px;
		width: auto;
	}
}

@media ( max-width: 320px ) {
	.header__top>.container,
	.header__top>.container>.row>.header__itemInner {
		padding-left: 0;
		padding-right: 0;
	}

	.header__top>.container>.row {
		margin-left: 0;
		margin-right: 0;
	}

	.header__top .header_menu_hamburger {
		margin-left: 24px;
	}

	.header__top .header__account {
		margin-right: 10px;
	}

	.header__mainNav.visible {
		left: 0;
		right: 0;
		width: auto;
	}
}

/* ------------------------>>> header End <<<------------------------------------------------- */




/* ------------------------>>> menu <<<------------------------------------------------- */
.menu {
	background-color: #fff;
	/*border-bottom: 1px solid #f0f0f0;*/
	-webkit-box-shadow: inset 0 -1px 0 0 #d7d7d7;
	-moz-box-shadow: inset 0 -1px 0 0 #d7d7d7;
	box-shadow: inset 0 -1px 0 0 #d7d7d7;
	position: relative;
}

.menu__list {
	display: table;
	width: 100%;
	position: relative;
}

.menu__listItem {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0;
	position: relative;

	height: 54px;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.menu__listItem:hover,
.menu__listItem.active {
	background-color: #bc0025;

	/*-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/

	-webkit-box-shadow: -2px 0px 0px 0px #bc0025;
	-moz-box-shadow: -2px 0px 0px 0px #bc0025;
	box-shadow: -2px 0px 0px 0px #bc0025;
}

.menu__listItem:hover .menu__link,
.menu__listItem.active .menu__link {
	color: #fff;
}

.menu__link:focus,
.menu__link {
	display: block;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;

	height: 54px;
	border-right: 1px solid #bc0025;
	vertical-align: middle;
	font-size: 0;
	padding: 2px 5px;
}

.menu__listItem:last-child .menu__link {
	border: 0 none;
}

.menu__link:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.menu__link>span {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 13px;
	max-width: 130px;
	min-width: 75px;
}

.menu__subList:after {
	content: "";
	display: table;
	clear: both;
}

.menu__subList {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	z-index: 9999;

	display: none;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.menu__subListItem {
	width: 300px;
}

.menu__subLink {
	display: block;
	text-align: left;
	padding: 10px 22px 10px 17px;
	width: 300px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 16.5px;
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #b9b9b9;
	box-shadow: inset -1px 0 0 #e5e5e5;
	background-color: #fbfbfb;

	-webkit-transition: background .6s ease 0s;
	-moz-transition: background .6s ease 0s;
	-o-transition: background .6s ease 0s;
	transition: background .6s ease 0s;
}

.menu__subListItem.hasChild .menu__subLink {
	background: url(/images/menu/sub-list-item-arrow.png) no-repeat 97% center;
}

.menu__subListItem.hasChild .menu__subLink.active {
	background: #fff url(/images/menu/sub-list-item-arrow.png-hover.png) no-repeat 96% center;
	color: #bc0025;
	border-right: 0 none;
	box-shadow: none;
}

.menu a {
	cursor: pointer;
}

.menu__subLink:focus {
	color: #000;
}

.menu__subListItem>ul {
	position: absolute !important;
	top: 0;
	left: 300px;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.menu__subListItem>ul:after {
	content: "";
	display: table;
	clear: both;
}

.menu__subListItem>ul>li {
	float: left;
	width: 33.33333333%;
	padding: 10px 0 0 20px;
}

.menu__subListItem:first-child>.menu__subLink {
	border-top: 1px solid #e5e5e5;
}

.menu__subListItem:last-child>.menu__subLink {
	border-bottom: 1px solid #e5e5e5;
}

.menu__subList_2 {
	/*-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;

	-moz-column-fill: balance;

	-webkit-column-gap: 35px;
	   -moz-column-gap: 35px;
	        column-gap: 35px;

	padding-right: 10px;*/
}

.menu__subListItem_2 {


	text-align: left;
	margin: 0 0 8px;

	float: none !important;
	width: 33.33333333% !important;

	/*-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;*/

	position: relative;
}

.menu__subList_3 {
	padding-left: 10px;
}

.parentHasMoreFiveItems {
	height: 170px;
	padding-bottom: 20px;
}

.menu__subList_3.hasMoreFiveItems {
	max-height: 116px;
	overflow: hidden;
	margin-bottom: 40px;

	position: absolute !important;
	left: 20px;
	right: 0;
	top: 31px;
	z-index: 10;
	background-color: #fff;
}

.menu__subList_3.hasMoreFiveItems:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;

	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 51%,rgba(255,255,255,1) 100%);
}

.menu__subListItem_2.parentHasMoreFiveItems>.more {
	display: block;
	position: absolute;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1;
	white-space: nowrap;
	color: #bc0025;
	left: 30px;
	top: 150px;
	z-index: 100;
}

.menuOpened {
	max-height: 10000px !important;

	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);

	z-index: 10000 !important;
	background-color: #fff;
}

.menuOpened:before {
	display: none !important;
}

.menu__subListItem_2.parentHasMoreFiveItems {
	z-index: 10 !important;
}

.menu__subListItem_2.parentHasMoreFiveItems.hasMenuOpened {
	z-index: 11 !important;
}

.menu__subLink_3>span {
	white-space: normal;
}



.menu__subListItem_2 h5 {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #000;

	margin: 0 0 12px;
}

.menu__subLink_2:focus,
.menu__subLink_2 {
	margin: 0 0 0 0;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #000;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	display: block;
}

.menu__subLink_3 {
	color: #767676;
	margin-left: 0;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.menu__subLink_3:hover {
	color: #bc0025;
}
/* hover */
@media ( min-width: 993px ) {

	.menu__subListItem:hover .menu__subLink {
		color: #bc0025;
	}

	.menu__subListItem.hasChild:hover .menu__subLink {
		background-color: #fff;
		background-image: url(/images/menu/sub-list-item-arrow.png-hover.png);
		background-position: 96% center;
		background-repeat: no-repeat;
		color: #bc0025;
		border-right: 0 none;
		box-shadow: none;
	}

	.has_sublist_child .menu__subListItem:hover .menu__subLink {
		border-right: 0 none;
	}

	.menu__subListItem:hover .menu__subLink {
		background: #fff none;
		color: #bc0025;
		box-shadow: none;
	}

	.menu__subLink_2:hover {
		margin: 0 0 0 0;
		font-family: "OpenSansRegular", sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 15px;
		color: #bc0025;
	}


	.menu__listItem:hover {
		position: relative;
	}

	.menu__listItem:hover .menu__subList {
		display: block;

		right: auto;
		left: 0;
	}

	.menu__listItem:nth-last-child(2):hover .menu__subList,
	.menu__listItem:nth-last-child(3):hover .menu__subList,
	.menu__listItem:nth-last-child(4):hover .menu__subList,
	.menu__listItem:last-child:hover .menu__subList {
		right: 0;
		left: auto;
	}

	.menu__listItem.has_sublist_child:hover {
		position: static !important;
	}

	.menu__listItem.has_sublist_child:hover .menu__subList {
		display: block;
		overflow-y: auto;

		right: 0 !important;
		left: 0 !important;
	}

	.menu__list>.menu__listItem__level1.has_sublist_child:hover~.menu__bg {
		display: block;
	}

	header.header {
		position: relative;
		z-index: 18;
	}

	.menu__bg {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: fixed;
		background-color: rgba(0, 0, 0, .5);
		z-index: -1;
		display: none;
	}
}

@media ( max-width: 992px ) {

	.noscroll {
		overflow-y: scroll;
		position: fixed;
		width: 100%;
	}

	.menu {
		border-bottom: 0 none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: transparent;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 100%;
		width: 100%;
		z-index: 999;

		overflow-y: auto;

		-webkit-transition: left .6s ease 0s, background .005s ease 0s;
		-moz-transition: left .6s ease 0s, background .005s ease 0s;
		-o-transition: left .6s ease 0s, background .005s ease 0s;
		transition: left .6s ease 0s, background .005s ease 0s;
	}

	.menu.visible {
		left: 0;
	}

	.menu .container .row {
		margin-left: 0;
		margin-right: 0;
	}

	.menu .container,
	.menu .container .row .col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.menu__nav {
		background-color: #fff;
	}

	.menu__list {
		display: block;
		/*background-color: #fff;*/
	}

	.menu__listItem {
		display: block;
		height: auto;
		padding-top: 0;
		padding-bottom: 0;

		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}

	.menu__listItem:last-child .menu__link:before {
		background-color: transparent;
	}

	.menu__link:focus,
	.menu__link {
		border-right: 0 none;
		border-bottom: 0 none;;
		height: auto;
		padding-top: 13px;
		padding-bottom: 13px;
		position: relative;
	}

	.menu__link>span {
		font-size: 12px;
	}

	.menu__link:before {
		position: absolute;
		content: '';
		height: 1px;
		left: 24px;
		right: 24px;
		bottom: 0;
		background-color: #bc0025;
	}

	.menu__link>span>br {
		display: none !important;
	}

	.menu__subList {
		display: none;
		position: static;
		-webkit-box-shadow: 0 4px 2px -2px #e5e5e5;
		-moz-box-shadow: 0 4px 2px -2px #e5e5e5;
		box-shadow: 0 4px 2px -2px #e5e5e5;
		background-color: #fbfbfb;
		border-bottom: 1px solid #b9b9b9;
	}

	.menu__subListItem {
		display: block;
		padding-left: 24px;
		padding-right: 24px;
		width: auto;

		-webkit-transition: all .6s ease 0s;
		-moz-transition: all .6s ease 0s;
		-o-transition: all .6s ease 0s;
		transition: all .6s ease 0s;
	}

	.menu__subLink {
		display: block;
		width: auto;
		background-image: none !important;
		background-color: transparent;
		border-right: 0 none;
		border-bottom: 0 none;
		border-top: 1px solid #d7d7d7 !important;

		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.menu__subListItem:first-child .menu__subLink {
		border-top: 0 none !important;
	}

	.menu__subListItem:last-child .menu__subLink {
		border-bottom: 0 none !important;
	}

	.menu__subLink>br {
		display: none;
	}

	.menu__subListItem>ul>li {
		padding: 0;
		width: 100%;
		float: none;
	}

	/* hover */
	.menu__subListItem:focus,
	.menu__subListItem:hover {
		background-color: #fff;
	}
	
	/*.menu__subListItem .menu__subLink {*/
		/*position: relative;*/
		/*padding: 0;*/
		/*margin: 10px 22px 10px 17px;*/
	/*}*/

	/*.menu__subListItem .menu__subLink:after {*/
		/*content: '';*/
		/*display: block;*/
		/*height: 1px;*/
		/*background-color: #b9b9b9;*/
		/*bottom: 0;*/
		/*left: -10px;*/
		/*right: -10px;*/
	/*}*/

	.menu__subListItem:focus .menu__subLink,
	.menu__subListItem:hover .menu__subLink {
		color: #bc0025;
		border-top-color: transparent !important;
	}
	/* hover End */

}

@media ( max-width: 768px ) {
	.menu>.container>.row>.col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
}



/* ------------------------>>> menu End <<<------------------------------------------------- */




/* ------------------------>>> banners <<<------------------------------------------------- */
.bannerTop__container {
	max-width: 1190px !important;
}

.bannerTop__container,
.bannerTop__innerItem {
	padding-left: 10px;
	padding-right: 10px;
}

.bannerTop__row {
	margin-left: -10px;
	margin-right: -10px;
}

.offers__slider {
	position: relative;
	margin-bottom: 0 !important;
}

.offers__slider .dots {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
}

.offers__slider .dots>li {
	display: inline-block;
}

.offers__slider .dots>li button {
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	border: 1px solid #fff;
	background-color: transparent;
	margin-right: 10px;
}

.offers__slider .dots>li:last-child button {
	margin-right: 0;
}

.offers__slider .dots>li button:hover,
.offers__slider .dots>li.slick-active button {
	background-color: #bc0025;
	outline: 0 none;
}

.offers__item {
	position: relative;
	overflow: hidden;
	height: 400px;
}

.offers__item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
}

.offers__more {
	display: block;
	position: absolute;
	bottom: 19px;
	left: 50%;
	line-height: 39px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	background-color: rgba(153, 0, 31, .8);
	padding: 0 24px;

	-webkit-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-o-transform: translate( -50%, 0 );
	transform: translate( -50%, 0 );
}

.offers__more:focus,
.offers__more:hover {
	color: #fff;
}

.bannerTop__inner {
	height: 400px;
	overflow: hidden;
}

.banner__right {
	height: 124px;
	position: relative;
	border: 1px solid #e7e7e7;

	margin: 0 0 10px;
}

.banner__right>a,
.banner__right>span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;

	margin: 0 0 0px;
}

.banner__right:after {
	content: '';
	display: block;
	height: 10px;
	width: 100%;
	top: 100%;
	position: absolute;
	background: url(/images/banners/shadow.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner__right img	{
	position: absolute;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}

.bannerTop__innerItem {
	margin-bottom: 28px;
}
.banners .banners__wrapper {
	margin-top: -519px !important;/* сумма высот слайдера .brands__sliderWrap(равен высоте .offers__item) + контейнера баннеров .bannerTop__inner  + нижний марджин .bannerTop__innerItem*/
}
@media ( min-width: 993px ) {
	/*.banners .banners__wrapper {*/
		/*margin-top: -419 !important;!* сумма высот слайдера .brands__sliderWrap(равен высоте .offers__item) + контейнера баннеров .bannerTop__inner  + нижний марджин .bannerTop__innerItem*!*/
	/*}*/
	/*.banner__right{*/
		/*height: 100px;*/
	/*}*/
}

@media ( max-width: 1200px ) {

	/* высоты трёх элементов баннеров(все ввзаимосвязаны) */
	.offers__item,
	.bannerTop__inner {
		height: 325px;
	}

	.banner__right {
		height: 100px;
		margin-bottom: 10px !important;
	}

	.banners .banners__wrapper {
		margin-top: -444px !important;
	}
	/* высоты трёх элементов баннеров(все ввзаимосвязаны) End */
}
@media ( max-width: 1024px ) {
	.offers__item,
	.bannerTop__inner {
		height: 249px;
	}
	.banners .banners__wrapper {
		margin-top: -368px !important;
	}
	.banner__right {
		height: 76px;
		margin-bottom: 8px !important;
	}
}
@media ( min-width: 768px ) {
	.bannerTop__innerItem:first-child {
		width: 69%;
	}

	.bannerTop__innerItem:last-child {
		width: 31%;
	}

	.banners .banners__wrapper {
		margin-left: 69%;
	}
	.offers__itemХ{

	}
}

@media ( max-width: 767px ) {

	.banners {
		margin-bottom: 38px;
	}

	.bannerTop__container,
	.bannerTop__innerItem {
		padding-left: 0;
		padding-right: 0;
	}

	.bannerTop__row {
		margin-left: 0;
		margin-right: 0;
	}

	.bannerTop__innerItem {
		margin-bottom: 7px;
	}

	.banners .banners__wrapper {
		margin-top: 0 !important;
	}

	.brands__sliderWrap {
		padding: 20px 32px 15px !important;
		height: auto;
	}

	.brands__slider .slick-prev {
		left: -22px !important;
	}

	.brands__slider .slick-next {
		right: -22px !important;
	}

	.bannerTop__rightWrap {
		width: 347px;
		margin-left: auto;
		margin-right: auto;
	}

	.banners__wrapper .bannerTop__inner {
		height: auto;
	}

	.banner__right {
		height: auto;
	}

	.banner__right>a,
	.banner__right>span {
		display: block;
		position: static;
		text-align: center;
	}

	.banner__right img {
		position: static;
		-webkit-transform: translateX( 0 ) translateY( 0 );
		    -ms-transform: translateX( 0 ) translateY( 0 );
		        transform: translateX( 0 ) translateY( 0 );
		display: inline-block;
	}

	.brands__sliderWrap {
		height: auto !important;
	}
}

@media ( max-width: 479px ) {
	.brands__item img {
		max-height: 45px !important;
	}

	.bannerTop__innerItem.slider__big .offers__item,
	.bannerTop__innerItem.slider__big .bannerTop__inner {
		height: auto !important;
	}
	.bannerTop__innerItem.slider__big .offers__item img,
	.bannerTop__innerItem.slider__big .bannerTop__inner img {
		position: relative;
		max-width: 100%;
	}

	/*.bannerTop__innerItem.slider__big .offers__item,
	.bannerTop__innerItem.slider__big .bannerTop__inner {
		height: auto !important;
	}

	.bannerTop__innerItem.slider__big .offers__item img {
		position: static !important;
		top: 0 !important;
		left: 0 !important;
		-webkit-transform: translate(0, 0) !important;
		-moz-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
		min-width: 100%;
		min-height: 0;
		width: 100px;
		height: auto;
	}*/

	.offers__more {
		padding-left: 17px;
		padding-right: 17px;
		font-size: 18px;
		line-height: 34px;
	}

	.offers__slider .dots {
		top: 0;
	}
}

@media ( max-width: 370px ) {
	.bannerTop__rightWrap {
		width: 100%;
	}
}


/* ------------------------>>> banners End <<<------------------------------------------------- */







/* ------------------------>>> brands <<<------------------------------------------------- */
.brands {
	margin: 0 0 22px;
}

.brands__sliderWrap {
	padding: 0 20px;
	height: 63px;
	overflow: hidden;
	/*height: 63px;*/
}

.brands__slider {
	/*margin-left: -7px !important;*/
	/*margin-right: -7px !important;*/
}

.brands__item {
	padding: 0 7px;
	height: 63px;
	line-height: 63px;
}

.brands__item img {
	max-height: 63px;
	width: auto;
	vertical-align: middle;
	display: inline-block;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 16px;
	height: 32px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}

.slick-prev {
	left: -21px;
}

.slick-next {
	right: -21px;
	left: auto;
}

.slick-prev:before,
.slick-next:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slick-prev:before {
	background: url(/images/brands/prev.png) no-repeat 0 0;
	content: '';
}

.slick-prev:hover:before {
	background-position: -16px 0 !important;
}

.slick-next:before {
	background: url(/images/brands/next.png) no-repeat 0 0;
	content: '';
}

.slick-next:hover:before {
	background-position: -16px 0 !important;
}

.brands__item {
	float: left;
	text-align: center;
}

.brands__item img {
	max-width: 100%;
}

@media ( max-width: 1200px ) {
	.brands__item img {
		max-width: 100%;;
	}
}


/* ------------------------>>> brands End <<<------------------------------------------------- */



/* ------------------------>>> goods <<<------------------------------------------------- */
.goods__wrap {
	padding-bottom: 40px;
}

.goods__wrap>div {
	margin: 0 0 0;
	position: relative;
}

.goods__wrap>div:first-child {
	z-index: 100;
}

.goods__wrap>div:nth-child(2) {
	z-index: 99;
}

.goods__title {
	border-top: 1px solid #bc0025;
	margin: 0 0 20px;
	position: relative;
}

.goods__title>span {
	display: block;
	width: 230px;
	height: 46px;
	line-height: 46px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	background-color: #bc0025;
}

.goods__item {
	padding: 0 0 20px;
	margin: 0 2px;
	outline: none;
	border: 1px solid transparent;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.goods__item:not(.listNotHover) {
	-webkit-animation: slideUp .6s linear 0s normal forwards;
	-o-animation: slideUp .6s linear 0s normal forwards;
	animation: slideUp .6s linear 0s normal forwards;
}

.no_available .goods__itemImg {
	filter: grayscale(1);
	opacity: 0.7;
}


/* единица товара при наведении */
@keyframes slideDown {
	from {
		z-index: 1;
	}
	to {
		z-index: 998;
	}
}


@keyframes slideUp {
	from {
		z-index: 998;
	}
	to {
		z-index: 1;
	}
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item):hover {
	border-color: #e1e1e1;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);

	-webkit-animation: slideDown .6s linear 0s normal forwards;
	-o-animation: slideDown .6s linear 0s normal forwards;
	animation: slideDown .6s linear 0s normal forwards;
}


.goods__item:not(.listNotHover):not(.compareOneCategory__item):hover .goods__details {
	background-color: rgba(84, 84, 84, .8);
	color: #fff;
	opacity: 1;
}



.goods__item:hover .goods__itemInfoBottom {
	opacity: 1 !important;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item):hover .goods__itemHeader {
	opacity: 1;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item):hover .goods__itemHeader>a:not(.goods__details) {
	border-color: transparent;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item):hover .goods__itemExcerpt {
	max-height: 500px;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item) {
	-webkit-transition: box-shadow .6s ease 0s, border-color .6s ease 0s;
	-moz-transition: box-shadow .6s ease 0s, border-color .6s ease 0s;
	-o-transition: box-shadow .6s ease 0s, border-color .6s ease 0s;
	transition: box-shadow .6s ease 0s, border-color .6s ease 0s;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item) .goods__itemHeader {
	-webkit-transition: opacity 2s ease 0s;
	-moz-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item) .goods__itemHeader>a:not(.goods__details) {
	-webkit-transition: border-color 2s ease 0s;
	-moz-transition: border-color 2s ease 0s;
	-o-transition: border-color 2s ease 0s;
	transition: border-color 2s ease 0s;
}

.goods__item .goods__itemInfoBottom {
	-webkit-transition: opacity 1s ease 0s !important;
	-moz-transition: opacity 1s ease 0s !important;
	-o-transition: opacity 1s ease 0s !important;
	transition: opacity 1s ease 0s !important;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item) .goods__itemExcerpt {
	-webkit-transition: max-height 2s ease 0s;
	-moz-transition: max-height 2s ease 0s;
	-o-transition: max-height 2s ease 0s;
	transition: max-height 2s ease 0s;
}

.goods__item:not(.listNotHover):not(.compareOneCategory__item) .goods__itemButtons>a,
.goods__item:not(.listNotHover):not(.compareOneCategory__item) .goods__itemButtons>div {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/*.listView .goods__itemInfoBottom {*/
	/*position: absolute;*/
	/*left: 132px;*/
	/*right: auto;*/
	/*bottom: 0;*/
	/*opacity: 1;*/
	/*width: 97px;*/
/*}*/
/* единица товара при наведении End */



.goods__itemHeader {
	display: block;
	height: 250px;
	position: relative;
}

.goods__itemHeader>a:not(.goods__details) {
	display: block;
	height: 250px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}

.goods__itemHeader>a.goods__details {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX( -50% ) translateY( -50% );
	   -moz-transform: translateX( -50% ) translateY( -50% );
	    -ms-transform: translateX( -50% ) translateY( -50% );
	     -o-transform: translateX( -50% ) translateY( -50% );
	        transform: translateX( -50% ) translateY( -50% );
	text-align: center;
	height: 31px;
	line-height: 31px;
	width: 170px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #4e4e4e;
	background-color: rgba(206, 206, 206, .95);
	z-index: 9999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	opacity: 0;
}

.goods__itemHeader>a.goods__details:focus {
	outline: none;
	color: #4e4e4e;
}

@media ( max-width: 1199px ) {
	.goods__itemHeader>a.goods__details {
		display: none;
	}
}

.goods__itemImg {
	max-width: 96%;
	max-height: 96%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.goods__itemInfoLeftWrap {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 2;
}

.goods__itemInfoLeft {
	width: 52px;
	height: 52px;
	margin-right: 5px;
	float: left;
	z-index: 2;
	position: relative;
}

.goods__itemInfoLeft.new {
	background: url(/images/newProducts/new.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
}

.goods__itemInfoLeft.sale {
	background: url(/images/newProducts/sale.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
}

.goods__itemInfoLeft.share {
	background: url(/images/share.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
}

.goods__itemInfoLeft.popular {
	background: url(/images/newProducts/popular.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
}

.no_available .goods__itemInfoLeft.sale {
	/*background: none;*/
}

.cart__selColor .goods__itemInfoLeft {
	position: absolute;
	top: 0;
	left: 0;
}

.goods__itemInfoLeft.sale>span {
	display: block;
	text-align: center;
	color: #fff;
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	padding-top: 13px;
}

.goods__itemInfoLeft.sale>span:last-child {
	font-family: "HelveticaNeueBold";
	font-weight: bold;
	font-style: normal;
	font-size: 17px;
	line-height: 17px;
	padding-top: 0px;
}

.goods__itemInfoLeft.sale>span:last-child>span {
	font-size: 14px;
}

.goods__itemInfoRight {
	position: absolute;
	top: 10px;
	right: 7px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #bc0025;
}

.compare .goods__itemInfoRight,
.favorites .goods__itemInfoRight,
#compare_list .goods__itemInfoRight {
	right: 34px;
}

.goods__item.no_available .goods__itemInfoRight {
	color: #010101;
}

.goods__itemInfoBottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	opacity: 0;
}

.goods__itemInfoBottom:after {
	content: "";
	display: table;
	clear: both;
}

.goods__itemInfoBottom>span {
	float: right;
}

.goods__itemInfoBottom>span:after {
	content: "";
	display: table;
	clear: both;
}

.goods__itemInfoBottom>span>span {
	cursor: pointer;
	float: left;
	margin: 0 8px 0 0;
}

.goods__itemInfoBottom>span>span.play {
	width: 20px;
	height: 20px;
	background: url(/images/newProducts/play.png) no-repeat 0 0;
	display: block;
}

.goods__itemInfoBottom>span>span.play.active {
	background-position: -20px 0;
}

.goods__itemInfoBottom>span>span.compare {
	width: 31px;
	height: 20px;
	background: url(/images/newProducts/compare.png) no-repeat 0 0;
	display: block;
}

.goods__itemInfoBottom>span>span.compare.active {
	background-position: -31px 0;
}

.goods__itemInfoBottom>span>span.like {
	width: 22px;
	height: 20px;
	background: url(/images/newProducts/like.png) no-repeat 0 0;
	display: block;
}

.goods__itemInfoBottom>span>span.like.active {
	background-position: -22px 0;
}

.goods__starsFeed:after {
	content: "";
	display: table;
	clear: both;
}

.goods__stars {
	float: left;
}



.goods__feed {
	float: right;
	background: url(/images/newProducts/feed_icon.png) no-repeat 0 center;
	padding: 0 0 0 22px;

	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
	text-align: left;
}

.goods__stars {
	position: relative;
	overflow: hidden;
	height: 16px;
	width: 103px;
}

.goods__stars>div>img {
	position: absolute;
}

.goods__starsFull>img {
	left: -100%;
}

.goods__starsEmpty>img {
	left: 0;
}

.goods__itemExcerpt {
	text-align: center;
	margin: 8px 10px;
	padding: 0 10px;
	max-height: 62px;
    min-height: 62px;
	overflow: hidden;
}

.goods__itemExcerpt>a {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #010101;
	cursor: pointer;
}

.no_available .goods__itemExcerpt>a {
	color: #7a7a7a;
}

.goods__starsFeed {
	border-top: 1px solid #bbb;
	margin: 0 0 17px;
	padding: 10px 0 0;
}

.goods__starsFeed,
.goods__itemPriceWrap,
.goods__itemButtons {
	margin-left: 9px;
	margin-right: 9px;
}

.goods__itemPriceWrap {
	height: 51px;
	margin-bottom: 15px;
}

.goods__itemDiscount {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;
	text-decoration: line-through;
	text-align: left;
	min-height: 20px;
}

.goods__itemPrice {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #bc0025;
	text-align: left;
}

.no_available .goods__itemPrice {
	color: #7a7a7a;
}

.goods__itemButtons:after {
	content: "";
	display: table;
	clear: both;
}

.goods__itemBuy,
.goods__itemBuyOneClick {
	float: left;
	width: 48%;
	margin-right: 4%;
	height: 32px;
	cursor: pointer;
}

.goods__itemBuyOneClick {
	margin-right: 0;
}

.goods__itemBuy {
	color: #fff;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	background-color: #000;
	line-height: 32px;
	height: 32px;
}

.no_available .goods__itemBuyOneClick,
.no_available .goods__itemBuy {
	color: #7a7a7a;
	background-color: #fff;
	border: 1px solid #7a7a7a;
}

.no_available .goods__itemBuyOneClick:hover,
.no_available .goods__itemBuy:hover {
	color: #7a7a7a;
	background-color: #fff;
	border: 1px solid #7a7a7a;
	cursor: default;
}

.goods__itemBuy.inCart {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

.goods__itemBuy:hover {
	background-color: #545454;
	color: #fff;
}

.goods__itemBuyOneClick {
	color: #a70016;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	border: 1px solid #a70016;
	line-height: 14px;
	padding: 1px 0 1px;
}

.goods__itemBuyOneClick:hover {
	color: #fff;
	background-color: #a70016;
}

.newGoods__slider,
.saleGoods__slider {
	position: static;
}

.goods__inner {
	position: relative;
	height: 520px;
	margin-bottom: 20px;
}

.goods__inner .slick-prev,
.goods__inner .slick-next {
	top: 19px;
	width: 8px;
	height: 16px;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.goods__inner .slick-next {
	right: 3px;
}

.goods__inner .slick-prev {
	right: 30px;
	left: auto;
}

.goods__inner .slick-prev:before,
.goods__inner .slick-next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.goods__inner .slick-prev:before {
	background: url(/images/newProducts/arrow_slider_prev.png) no-repeat 0 0;
}

.goods__inner .slick-next:before {
	background: url(/images/newProducts/arrow_slider_next.png) no-repeat 0 0;
}

.goods__inner .slick-prev:hover:before,
.goods__inner .slick-next:hover:before {
	background-position: -8px 0 !important;
}

@media ( max-width: 768px ) {
	.goods__wrap>div {
		margin-bottom: 38px;
	}

	.goods__title>span {
		font-family: 'OpenSansLight';
	}

	.goods__itemExcerpt {
		font-size: 14px;
	}

	.goods__inner .slick-next,
	.goods__inner .slick-prev {
		top: 259px;
		width: 16px;
		height: 32px;
		z-index: 100;
	}

	.goods__inner .slick-next:hover:before,
	.goods__inner .slick-prev:hover:before {
		background-position: -16px 0 !important;
	}

	.goods__inner .slick-next {
		right: 0;
	}

	.goods__inner .slick-next:before {
		background: url(/images/brands/next.png) no-repeat 0 0;
	}

	.goods__inner .slick-prev {
		left: 0;
	}

	.goods__inner .slick-prev:before {
		background: url(/images/brands/prev.png) no-repeat 0 0;
	}
}

@media ( max-width: 320px ) {
	.goods__title>span {
		width: 100%;
	}

	.goods__wrap>div>.container,
	.goods__wrap>div>.container>.row>.col-xs-12 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.goods__wrap>div>.container>.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.goods__item {
		/*padding-left: 33px;
		padding-right: 33px;*/
		margin-left: 33px;
		margin-right: 33px;
	}
}
/* ------------------------>>> goods End <<<------------------------------------------------- */






/* ------------------------>>> subscribe <<<------------------------------------------------- */
.subscribe {
	background-color: #000;
	padding: 16px 0;
}

.subscribe__inner:after {
	content: "";
	display: table;
	clear: both;
}

.subscribe__info {
	float: left;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	color: #fff;
}


.subscribe__formBlock {
	float: right;
	width: 388px;
	height: 40px;
	position: relative;
	margin-right: 20px;
	line-height: 40px;
	color: #fff;
}

.subscribe__formBlock input[type="email"] {
	width: 100%;
	height: 40px;
	background-color: #fff;
	padding: 5px 5px 5px 69px;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;
	border: 0 none;
	outline: 0 none;
}

.subscribe__formBlock input[type="email"]:focus {
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0 none;
}

.subscribe__submitWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 40px;
}

.subscribe__submitWrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 50px;
	top: 50%;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-left: 7px solid #bc0025;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.subscribe__formBlock input[type="submit"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0 none;
	outline: 0 none;
	background: #bc0025 url(/images/subscribe/submit_btn.png) no-repeat center center;
	left: 0;
}

.subscribe__formBlock input[type="submit"]:focus {
	outline: 0 none;
}

@media ( max-width: 1200px ) {
	.subscribe__formBlock {
		width: 320px;
	}

	.subscribe__info {
		font-size: 23px;
	}
}

@media ( max-width: 992px ) {
	.subscribe__inner .subscribe__info,
	.subscribe__inner .subscribe__formBlock {
		float: none;
	}

	.subscribe__inner .subscribe__info {
		text-align: center;
		margin-bottom: 10px;
	}

	.subscribe__inner .subscribe__formBlock {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}


}

@media ( max-width: 480px ) {

	.subscribe {
		padding-top: 14px;
		padding-bottom: 20px;
	}

	.subscribe__container,
	.subscribe__innerItem {
		padding-left: 20px;
		padding-right: 20px;
	}

	.subscribe__row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.subscribe__inner .subscribe__formBlock {
		width: auto;
		text-align: center;
	}

	.subscribe__info {
		font-size: 22px;
	}
}
/* ------------------------>>> subscribe End <<<------------------------------------------------- */






/* ------------------------>>> .footer <<<------------------------------------------------- */
.footer {
	padding: 40px 0 40px;
	background-color: #262626;
}

.footer__inner:after {
	content: "";
	display: table;
	clear: both;
}

.footer__inner {
	margin-bottom: 14px;
}

.footer__logo {
	/*float: left;*/
	/*margin-top: -43px;*/
}

.footer__img {
	width: 181px;
	height: auto;
}

.footer__nav {
	display: table;
	padding-top: 23px;
	margin-left: auto;
	/*margin-right: auto;*/
}

.footer__menuList:after {
	content: "";
	display: table;
	clear: both;
}

.footer__menuItem {
	float: left;
	padding: 0 16px 0;
	border-right: 1px solid #7a7a7a;
}

.footer__menuItem:last-child {
	padding-right: 0;
	border: 0 none;
}

.footer__menuItem:first-child {
	padding-left: 0;
}

.footer__menuLink:focus,
.footer__menuLink {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #a7a7a7;
	font-size: 14px;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.footer__menuLink:hover {
	color: #bc0025;
}

.footer__copy,
.footer__copy * {
	color: #a7a7a7;
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.footer__copy a:hover {
	color: #a7a7a7;
	text-decoration: underline;
	cursor: pointer;
}

.footer__copy a:focus {
	color: #a7a7a7;
}

@media ( max-width: 1200px ) {
	.footer__nav {
		display: block !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.footer__logo {
		float: none !important;
		text-align: center;
		margin-top: 0 !important;
	}

	.footer__menuList {
		-webkit-column-width: auto;
		-moz-column-width: auto;
		column-width: auto;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

	.footer__menuItem {
		padding: 0 !important;
		margin-bottom: 20px;
		border: 0 none !important;
		text-align: center;
		float: none !important;
	}

	.footer__menuItem:nth-child(4n+1) {
		border-top: 1px solid #a7a7a7 !important;
		padding-top: 18px !important;
	}
}

@media ( max-width: 992px ) {
	.footer__container,
	.footer__innerItem {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer__row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.socials__list {
		/*position: absolute;*/

		/*right: 0;*/
		/*left: 0;*/
		position: relative !important;
		padding: 0;
		top: auto !important;
		border: 0 none;
		z-index: 100;
		background-color: transparent;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer__inner__menu{
		text-align: center;
	}

	.socials__listItem {
		float: none !important;
		display: inline-block;
	}

	.footer__menuLink {
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 13px;
	}

	.footer {
		padding-top: 20px;
		padding-bottom: 35px;
		margin-bottom: 0;
	}

	.footer__nav {
		padding-top: 0;
		margin-bottom: 47px;
	}

	.footer__inner {
		padding-top: 10px;
		margin-bottom: 0;
	}

	.footer__logo {
		/*height: 68px;*/
		/*position: absolute;*/
		/*top: 0;*/
		/*left: 0;*/
		/*right: 0;*/
	}
}

/* ------------------------>>>  End <<<------------------------------------------------- */







.page__title {
	text-transform: uppercase;
	color: #2f2f2f;
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 27px;

	margin-bottom: 8px;
	padding-top: 12px;
}

.page__title>span {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
}

@media ( max-width: 768px ) {
	.container.page__title__container,
	.container.page__title__container>.row>div[class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}

	.container.page__title__container>.row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media ( max-width: 768px ) and ( min-width: 590px ) {
	.categories {
		width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media ( max-width: 320px ) {
	.page__title {
		font-size: 20px;
		line-height: 22px;
		padding-top: 16px;
		margin-bottom: 16px;
	}
}

.breadcrumb:after {
	content: "";
	display: table;
	clear: both;
}

.breadcrumb {
	margin: 8px 0 30px;
	padding: 7px 0;
	background-color: #545454;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumb>li+li:before {
	display: none;
}

.breadcrumb .breadcrumb-item:not(.active):after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -7px;
	width: 1px;
	background-color: #868888;
	padding: 0;
}

.breadcrumb-item {
	float: left;
	position: relative;
	line-height: 34px;
	height: 34px;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 20px;
	padding-right: 20px;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.breadcrumb-item.active {
	background-color: #bd2029;
}

.breadcrumb-item:first-child {
	background-color: transparent;
}

.breadcrumb-item:hover,
.breadcrumb-item:focus {
	background-color: #bd2029;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active {
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumb-item a {
	display: block;
	height: 100%;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

@media ( max-width: 768px ) {
	.breadcrumb {
		padding-top: 4px;
		padding-bottom: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.breadcrumb-item {
		height: 20px;
		line-height: 20px;
		margin-bottom: 4px;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.breadcrumb>li+li:before {
		left: -5px;
	}
}

@media (min-width: 768px) {
	.wrapper .container {
		width: 726px;
	}
}

@media (min-width: 992px) {
	.wrapper .container {
		width: 946px;
	}
}

@media (min-width: 1200px) {
	.wrapper .container {
		width: 1176px;
	}
}




.container.indent_3,
.indent_3>.row>[class*="col-"],
.indent_3>.row>.compareOneCategory__overflow [class*="col-"] {
	padding-left: 3px;
	padding-right: 3px;
}

.indent_3>.row {
	margin-left: -3px;
	margin-right: -3px;
}

@media ( max-width: 590px ) {
	.container.indent_3,
	.indent_3>.row>[class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.indent_3>.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.wrapper {
		margin-left: 5px;
		margin-right: 5px;
	}
}




/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------>>> Categories Page <<<------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/*.categories*/
.categories {
	padding: 0 0 80px;
}

.categories__inner {
	margin-bottom: 3px;
}

.categories__item {
	padding-top: 10px;
	padding-bottom: 9px;
	display: block;
	border: 1px solid #e1e1e1;
	cursor: pointer;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.categories__item:hover {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.categories_i_header {
	position: relative;
	overflow: hidden;
	height: 200px;
	line-height: 200px;
	width: 100%;
	text-align: center;
}

.categories_i_img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-o-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );*/
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.categories_i_footer {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	color: #2f2f2f;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px;

	min-height: 45px;
}

.categories__inner:nth-child(4n+1) {
	clear: both;
}

@media ( max-width: 1199px ) {
	.categories__inner:nth-child(4n+1) {
		clear: none;
	}

	.categories__inner:nth-child(3n+1) {
		clear: both;
	}
}

@media ( max-width: 992px ) {
	.categories__item {
		padding-top: 5px;
		padding-bottom: 20px;
	}
}

@media ( max-width: 767px ) {
	.categories__inner:nth-child(2n+1) {
		clear: both;
	}

	.categories__inner:nth-child(3n+1) {
		clear: none;
	}
}


@media ( max-width: 479px ) {
	.categories__inner:nth-child(2n+1) {
		clear: both;
	}

	.categories {
		padding-bottom: 8px;
	}

	.categories__inner {
		margin-bottom: 20px;
	}
}

@media ( max-width: 420px ) {
	.categories__item {
		padding-top: 5px;
		padding-bottom: 10px;
	}

	.categories_i_header {
		height: 126px;
		line-height: 126px;
		margin-bottom: 10px;
	}

	.categories_i_footer {
		font-size: 13px;
	}
}
/* .categories End */



/* .fltrColor */
.fltrColor {
	/*margin-bottom: 22px;*/
	margin-bottom: 0;
}

.fltrColor__title {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #2f2f2f;
	text-align: center;
	text-transform: uppercase;

	margin-bottom: 20px;
}

.fltrColor__slider {
	margin: 0 90px 25px;
	height: 72px;
	opacity: 0;

	-webkit-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.fltrColor__item {
	text-align: center;
	min-width: 37px;
	padding-bottom: 10px;
	cursor: pointer;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 2px solid transparent;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
    opacity: 1;
}

/*.fltrColor__item.selected,
.fltrColor__item:hover{
	border-bottom-color: #bd2029;
    opacity: 1;
}*/

.fltrColor__item.selected {
	border-bottom-color: #bd2029;
    opacity: 1;
}

.fltrColor__item:focus {
	outline: none;
}

.fltrColor__img {
	width: 37px;
	/*height: 55px;*/
	display: inline-block !important;
}

.fltrColor__footer:after {
	content: "";
	display: table;
	clear: both;
}

.fltrColor__clearAll {
	float: right;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	max-width: 110px;
	cursor: pointer;
}

.fltrColor__controlsBtns {
	margin-right: 110px;
	min-height: 20px;
}

.fltrColor__controlsBtns:after {
	content: "";
	display: table;
	clear: both;
}

.fltrColor__colorSelected {
	float: left;
	margin-right: 25px;
}

.fltrColor__colorSelected>.close {
	height: 10px;
	width: 10px;
	margin-left: 9px;
	background: url("/images/nails/filter_nails_close_btn.png") no-repeat 0 0;
	display: inline-block;
	position: relative;
	top: 5px;
	opacity: 1;
}

.fltrColor__colorSelected>.text {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #666666;
	display: inline-block;
	text-transform: uppercase;
}

@media ( max-width: 1200px ) {
	.fltrColor__slider {
		margin-left: 21px;
		margin-right: 21px;
	}
}

@media ( max-width: 479px ) {
	.fltrColor__item {
		width: 32px;
		min-width: 0;
	}

	/*.fltrColor__img {
		width: auto;
		height: 53px;
	}*/

	.fltrColor__slider {
		margin-bottom: 28px;
	}

	.fltrColor__controlsBtns {
		margin-right: 0;
	}

	.fltrColor__footer {
		padding-bottom: 27px;
	}

	.fltrColor {
		margin-bottom: 22px;
	}

	.fltrColor__inner {
		position: relative;
	}

	.fltrColor__clearAll {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		text-align: center;
		max-width: none;
	}
}


/* .fltrColor End */




/* fltrGoods */
.fltrGoods {
	padding-bottom: 80px;
}

.fltrGoodsItem {
	height: 480px;
	margin-bottom: 20px;
}

.fltrGoodsItem .goods__item {
	margin-right: 0;
	margin-left: 0;
}



.fltrGoods__topBar {
	background-color: #545454;
	padding: 7px 20px;
	margin-bottom: 28px;
}

.fltrGoods__topBar:after {
	content: "";
	display: table;
	clear: both;
}

.fltrGoods__topBar>div:after {
	content: "";
	display: table;
	clear: both;
}

.fltrGoods__topBar>div>.fltrGoods__sortByTitle,
.fltrGoods__topBar>div>.fltrGoods__sortByTitle+div {
	float: left;
}

.fltrGoods__sortByTitle {
	line-height: 29px;
	text-transform: uppercase;
	color: #b4b4b4;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin-right: 8px;
}


.fltrGoods__sortBySelect {
	float: left;
}

.fltrGoods__sortByInner .btn-group.bootstrap-select {
	width: 240px;
	height: 29px;
}

.fltrGoods__sortByInner .btn-group.bootstrap-select .btn {
	height: 29px;
	padding: 6px 9px 9px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.fltrGoods__sortByInner .bootstrap-select.btn-group .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	right: 0;
	left: auto;
}

.fltrGoods__sortByInner .bootstrap-select.btn-group .btn .caret {
	border: 0 none;
	background: url(/images/select-caret.png) no-repeat 0 0;
	width: 8px;
	height: 5px;
}

.fltrGoods__sortByInner .btn-default:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.fltrGoods__sortByQty {
	float: right;
	margin-right: 40px;
}

.fltrGoods__sortByQty ul:after {
	content: "";
	display: table;
	clear: both;
}

.fltrGoods__sortByQty ul>li {
	float: left;
	margin-right: 11px;
}

.fltrGoods__sortByQty ul>li:last-child {
	margin-right: 0;
}

.fltrGoods__sortByQty ul>li>span {
	line-height: 29px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #fff;
    cursor: pointer;
}

.fltrGoods__sortByQty ul>li.active>span {
	color: #bd2029;
	text-decoration: underline;
}

.fltrGoods__sortByView {
	float: right;
	padding-top: 6px;
}

.fltrGoods__sortByView:after {
	content: "";
	display: table;
	clear: both;
}

.fltrGoods__sortByView li {
	width: 17px;
	height: 17px;
	margin-right: 15px;
	float: left;
	cursor: pointer;
}

.fltrGoods__sortByView li.active {
	-webkit-background-position: 0 0;
	background-position: 0 0;
}

.fltrGoods__sortByList {
	background: url(/images/fltrGoods/fltr_list_view.png) no-repeat -17px 0;
}

.fltrGoods__sortByList:hover {
	-webkit-background-position: 0 0;
	background-position: 0 0;
}

.fltrGoods__sortByGrid {
	background: url(/images/fltrGoods/fltr_grid_view.png) no-repeat -17px 0;
}

.fltrGoods__sortByGrid:hover {
	-webkit-background-position: 0 0;
	background-position: 0 0;
}

.fltrGoods__sortByView li:last-child {
	margin-right: 0;
}



/* после добавления класса пункты будут отображаться Списком */
.fltrGoodsItem.listView {
	width: 100% !important;
	height: auto;
	margin-bottom: 28px;
}

.fltrGoodsItem.listView .goods__item {
	margin-left: 30px;
}

.fltrGoodsItem.listView .goods__item:after {
	content: "";
	display: table;
	clear: both;
}

.fltrGoodsItem.listView .goods__itemHeader {
	width: 110px;
	height: 120px;
	float: left;
}

.fltrGoodsItem.listView .goods__itemHeader>a:not(.goods__itemHeader) {
	width: 110px;
	height: 120px;
}

.fltrGoodsItem.listView .goods__itemInfoRight {
	left: 132px;
	top: 0;
	white-space: nowrap;
}

.fltrGoodsItem.listView .goods__itemInfoLeft {
	width: 31px;
	height: 31px;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
	top: 4px;
	left: 4px;
}

.fltrGoodsItem.listView .goods__itemExcerpt {
	float: left;
	width: 197px;
	margin: 20px 0;
	padding-left: 22px;
	padding-right: 0;
	height: 80px;
	text-align: left;
	max-height: none;
	font-size: 0;
}

.fltrGoodsItem.listView .goods__itemExcerpt>a {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.fltrGoodsItem.listView .goods__itemExcerpt:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.fltrGoodsItem.listView .goods__starsFeed {
	float: left;
	width: 176px;
	margin: 20px 0 20px 176px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 13px;
	height: 80px;
	border-top: 0 none;
	border-left: 1px solid #bbb;
}

.fltrGoodsItem.listView .goods__stars,
.fltrGoodsItem.listView .goods__feed {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.fltrGoodsItem.listView .goods__stars {
	margin-bottom: 18px;
}

.fltrGoodsItem.listView .goods__feed {
	display: table;
}

.fltrGoodsItem.listView .goods__itemPriceWrap {
	float: left;
	width: 176px;
	margin: 20px 0 20px -352px;
	padding-left: 0;
	padding-right: 0;
	height: 80px;
	border-left: 1px solid #bbb;
}

.fltrGoodsItem.listView .goods__itemPriceWrap>div {
	text-align: center;
}

.fltrGoodsItem.listView .goods__itemDiscount {
	padding-top: 8px;
}

.fltrGoodsItem.listView .goods__itemButtons {
	float: left;
	width: 243px;
	margin: 20px 0;
	padding-left: 34px;
	padding-right: 0;
	padding-top: 23px;
	height: 80px;
}

.fltrGoodsItem.listView .goods__itemInfoBottom {
	position: absolute;
	left: 132px;
	right: auto;
	bottom: 0;
	opacity: 0;
	width: 97px;
}

@media ( max-width: 768px ) {
	.goods__item.listNotHover {
		width: 300px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.fltrGoodsItem.listView .goods__itemExcerpt {
		width: 187px;
	}

	.fltrGoodsItem.listView .goods__itemPriceWrap {
		border-left: 0;
		height: auto;
		width: 149px;
		margin-left: -298px;
	}

	.fltrGoodsItem.listView .goods__starsFeed {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 148px;
		width: 149px;
	}

	.fltrGoodsItem.listView .goods__itemButtons {
		padding: 0;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: table;
		float: none;
	}
}

@media ( max-width: 479px ) {
	.fltrGoodsItem.col-479-12 {
		width: 50%;
		float: left;
		position: relative;
		/*margin-left: auto;*/
		/*margin-right: auto;*/
	}
	.slick-slide{
		position: relative;
	}
	.fltrGoodsItem .goods__item.open_sm,
	.fullWidthGoodItem .goods__item.open_sm{
		width: 150%;
		position: absolute;
		z-index: 9;
	}
	.slick-slide .goods__item.open_sm{
		width: 150%;
		z-index: 9;
	}
	.slick-slide:nth-of-type(2n) .goods__item.open_sm{
		float: right;
	}
	.fltrGoodsItem:nth-of-type(2n) .goods__item.open_sm,
	.fullWidthGoodItem:nth-of-type(2n) .goods__item.open_sm{
		right: 0;
	}
	.goods__item:not(.listNotHover):not(.compareOneCategory__item),
	.goods__item:not(.listNotHover):not(.compareOneCategory__item):hover,
	.goods__item:not(.listNotHover):not(.compareOneCategory__item) .goods__itemExcerpt{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		animation: none;
	}
}

@media ( max-width: 320px ) {
	.fltrGoodsItem.listView {
		margin-bottom: 0;
	}

	.fltrGoodsItem.listView .goods__itemButtons {
		width: 209px;
	}

	.fltrGoodsItem.listView .goods__itemButtons>div {
		width: 100px;
	}
}


/* pagination */
.pagination {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 30px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 23px 13px;
	margin-left: 13px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #dedede;
	border: 0 none;

	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #6b6b6b;
}

.pagination > li.first > a,
.pagination > li.first > span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: transparent;
	font-size: 15px;
}

.pagination > li.first > a:hover,
.pagination > li.first > a:focus,
.pagination > li.first > span:hover,
.pagination > li.first > span:focus {
	color: #6b6b6b;
}

.pagination>li.last>a,
.pagination>li.last>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: transparent;
	font-size: 15px;
}

.pagination>li.last>a:hover,
.pagination>li.last>a:focus,
.pagination>li.last>span:hover,
.pagination>li.last>span:focus {
	color: #6b6b6b;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #bf2730;
	border-color: #bf2730;
}

.pagination>li:not(.first):not(.last)>a:hover,
.pagination>li:not(.first):not(.last)>span:hover,
.pagination>li:not(.first):not(.last)>a:focus,
.pagination>li:not(.first):not(.last)>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #bf2730 !important;
	border-color: #bf2730 !important;
}

.pagination_moreWrap {
	display: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pagination__readMore {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #6b6b6b;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}

.pagination__readMore:hover,
.pagination__readMore:focus {
	color: #6b6b6b;
}

@media ( max-width: 768px ) {
	.pagination  {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.pagination>li:first-child>a {
		padding-left: 0;
		padding-right: 0;
	}

	.pagination>li.active:first-child>a {
		padding-left: 8px;
		padding-right: 8px;
	}


	.pagination>li>a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.pagination>li:last-child>a {
		padding-left: 0;
		padding-right: 0;
	}

	.pagination_moreWrap {
		display: block;
		padding-top: 5px;
	}

	.pagination>li:first-child.active>a {
		margin-right: 13px;
	}

	.pagination>li>a#prev,
	.pagination>li>a#next {
		font-size: 13px;
	}
}

@media ( max-width: 550px ) {
	.pagination {
		position: relative;
		padding-top: 67px;
	}

	.pagination>li:nth-child(2)>a {
		margin-left: 0;
	}

	.pagination>li.first,
	.pagination>li.last {
		position: absolute;
		top: 0;
	}

	.pagination>li.first {
		left: 0;

	}

	.pagination>li.last {
		right: 0;
	}


}
/* pagination End */

.saleGoods__categoryListPage {
	/*z-index: 99;*/
	z-index: 17;
}

.saleGoods__categoryListPage .goods__inner {
	margin-bottom: 117px;
}

@media ( max-width: 768px ) {
	.saleGoods__categoryListPage .goods__inner {
		margin-bottom: 20px;
	}

	.saleGoods__slider,
	.newGoods__slider {
		margin-left: 23px;
		margin-right: 23px;
	}
}

/* fltrGoods End */





/* fltrInputs */
.fltrInputs__item {
	margin-bottom: 19px;
	position: relative;
	border-bottom: 1px solid #959595;
}
.fltrInputs__item:last-child {
	margin-bottom: 25px;
	border-bottom: 0 none;
}

.fltrInputs__title {
	text-transform: uppercase;
	margin-bottom: 16px;
	padding-right: 18px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #2f2f2f;
	position: relative;
}

.fltrInputs__item.slide .fltrInputs__title {
	cursor: pointer;
}

.fltrInputs__title>span {
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	width: 18px;
	background: url(/images/acc-caret.png) no-repeat 0 0;
}

.fltrInputs__item.active .fltrInputs__title>span {
	background-position: -18px 0;
}

.fltrInputs__item.slide .fltrInputs__inner {
	display: none;
}

.fltrInputs__inner .checkbox__fake + label {
	display: block;
	cursor: pointer;
}

.fltrInputs__inner .checkbox__fake + label a {
	display: block;
}

.fltrInputs__range:after {
	content: "";
	display: table;
	clear: both;
}

.fltrInputs__range {
	padding-bottom: 18px;
	padding-top: 9px;
}

.fltrInputs__range_i:after {
	content: "";
	display: table;
	clear: both;
}

.fltrInputs__range_i {
	float: left;
	width: 100%;
	position: relative;
}

.fltrInputs__range_i:not(:nth-child(3)) {
	width: 50%;
}

.fltrInputs__range_i:nth-child(1) {
	padding-right: 7px;
}

.fltrInputs__range_i:nth-child(2) {
	padding-left: 7px;
}

.fltrInputs__range_i:nth-child(3) {
	padding-top: 18px;
	height: 49px;
}

.fltrInputs__range_i>div:first-child {
	float: left;
	width: 26px;
	line-height: 33px;

	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #686868;
}

.fltrInputs__range_i>.fltrInputs__inputWrap {
	margin-left: 26px;
}

.fltrInputs__range_i input[type="text"] {
	width: 100%;
	line-height: 33px;
	height: 33px;

	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	background-color: #545454;
	border: 0 none;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	text-align: center;
	padding-left: 10px;
	padding-right: 8px;
	outline: 0 none;
}

.fltrInputs__range_i input[type="text"]:focus {
	outline: 0 none;
}

.fltrInputs__range_i #slider-range {
	width: 99%;
}

.fltrInputs__range_i .ui-slider .ui-slider-handle {
	height: 11px;
	width: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #bf2730;
	cursor: pointer;
	top: -5px;
}

.fltrInputs__range_i .ui-slider .ui-slider-handle>span {
	position: relative;
	top: 12px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #686868;
	font-size: 13px;
}

.fltrInputs__range_i .ui-slider .ui-slider-handle:focus {
	outline: none;
}

.fltrInputs__range_i .ui-slider-horizontal {
	background-color: #898989;
	height: 1px;
}

.fltrInputs__range_i .ui-slider-horizontal .ui-slider-range {
	background-color: #bf2730;
	height: 1px;
	border-top: 1px solid rgba(191, 39, 48, .5);
	border-bottom: 1px solid rgba(191, 39, 48, .5);
	top: -1px;
}

.fltrInputs__inner ul li:after {
	content: "";
	display: table;
	clear: both;
}

.fltrInputs__inner ul li {
	margin-bottom: 13px;
	cursor: pointer;
}

.fltrInputs__inner ul li span.checkbox {
	width: 16px;
	height: 17px;
	background: url(/images/checkbox.png) no-repeat -17px 0;
	float: left;
	margin: 0 18px 0 0;
}

.fltrInputs__inner ul li.checked span.checkbox {
	width: 16px;
	height: 17px;
	background: url(/images/checkbox.png) no-repeat 0 0;
}

.fltrInputs__inner ul li.checked span.checkbox {
	background-position: 0 0;
}

.fltrInputs__readMore {
	padding-top: 15px;
	padding-bottom: 28px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #2f2f2f;
	line-height: 18px;
	display: inline-block;
}

.fltrInputs__readMore:hover,
.fltrInputs__readMore:focus {
	color: #2f2f2f;
	text-decoration: none;
}

.fltrInputs__readMore>span:first-child {
	text-decoration: underline;
}

.fltrInputs__resetAll {
	line-height: 44px;
	height: 44px;
	text-transform: uppercase;
	background-color: #545454;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
    display: block;
	margin-bottom: 10px;
}

.fltrInputs__resetAll:hover,
.fltrInputs__resetAll:focus {
	color: #fff;
	text-decoration: none;
}

.fltrInputs__resetAll>span {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-right: 29px;
	position: relative;
}

.fltrInputs__resetAll>span>span {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: url(/images/reload-circular-arrow-symbol.png) no-repeat 0 0;
}

@media ( max-width: 1199px ) and ( min-width: 992px ) {
	.fltrInputs__resetAll {
		font-size: 11px;
	}
}

.fltrGoods__btnHidden {
	display: none;
	position: fixed;
	top: 72px;
	left: 10px;
	z-index: 20;
	width: 50px;
	height: 50px;
	padding: 0;
	background: #545454;
	/*opacity: 0.5;*/
	filter: alpha(opacity=50);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ffffff;
}
.fltrGoods__btnHidden:before{
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	-webkit-mask: url(/images/filter.svg) no-repeat center;
	mask: url(/images/filter.svg) no-repeat center;
	/*background: url('/images/filter.svg')no-repeat center center;*/
}

@media (max-width: 991px) {
	.sidebar.col-md-20per {
		border-bottom: 0 none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: transparent;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 100%;
		width: 100%;
		z-index: 999;
		overflow-y: auto;
		-webkit-transition: left .6s ease 0s, background .005s ease 0s;
		-moz-transition: left .6s ease 0s, background .005s ease 0s;
		-o-transition: left .6s ease 0s, background .005s ease 0s;
		transition: left .6s ease 0s, background .005s ease 0s;
	}

	.sidebar.col-md-20per.visible {
		left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar.col-md-20per .fltrInputs {
		background-color: #fff;
		padding: 40px 44px;
	}

	.fltrGoods_close_btn {
		background: url(/images/header_close_btn.png) no-repeat 0 0;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 20px;
		height: 21px;
		cursor: pointer;
		z-index: 999;
	}

	.fltrGoods__btnHidden {
		display: block;
	}

	.fltrGoods__topBar>.fltrGoods__sortBySelect>.fltrGoods__sortByTitle+div,
	.fltrGoods__topBar>.fltrGoods__sortBySelect>.fltrGoods__sortByTitle+div>div {
		width: 27px !important;
	}

	.fltrGoods__topBar>.fltrGoods__sortBySelect>.fltrGoods__sortByTitle+div>div .filter-option {
		display: none;
	}

	.fltrGoods__sortByInner .bootstrap-select.btn-group .btn .caret {
		right: 9px;
	}

	.fltrGoods__sortBySelect {
		float: right;
		margin-bottom: 16px;
	}

	.fltrGoods__sortByView {
		clear: both;
	}

	.fltrGoods__topBar:before {
		content: '';
		background-color: #fff;
		height: 2px;
		left: 0;
		right: 0;
		position: absolute;
		top: 43px;
	}

	.fltrGoods__topBar {
		padding-left: 12px;
		padding-right: 12px;
		position: relative;
	}

	.fltrGoods__sortByQty {
		float: left;
		margin-right: 10px;
	}

	.fltrGoods__sortByQty .fltrGoods__sortByTitle {
		margin-right: 18px;
	}

}

@media ( max-width: 768px ) {
	.fltrGoods {
		padding-bottom: 20px;
	}
}


/* fltrInputs End */



/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------>>> Categories Page End <<<--------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */








/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------>>> Cart Page End <<<--------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.cart {
	padding-top: 58px;
}

.cart__innerItem {
	position: static;
}

.row__cart {
	position: relative;
}

@media ( max-width: 768px ) {
	.cart {
		padding-top: 0;
	}
}

/* позиционирование элементов ( всё в одном месте ) */
.cart__zoom {
	margin-left: 172px;
	position: relative;
	height: auto;
}

.cart__similar {
	position: absolute;
	top: 0;
	left: 15px;
	width: 172px;
	height: 524px;
}

.cart__popular {
	position: absolute;
	left: 15px;
	top: 575px;
	width: 50%;
	padding-right: 30px;
}

.cart__popular__inner {
	border: 1px solid #e1e1e1;
	padding-bottom: 10px;
	/*height: 326px;*/
}

@media ( max-width: 1199px ) {
	.cart__zoom {
		margin-left: 0;
		margin-bottom: 541px;
		height: 580px;
	}

	.cart__similar {
		top: 600px;

		width: 455px;
		height: 175px;
	}

	.cart__popular {
		top: 795px;
		width: 455px;
		padding-right: 0;
	}
}

@media ( max-width: 992px ) {
	.cart__zoom {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		width: 455px;
	}

	.cart__similar {
		top: 0;
		position: static;
		height: auto;
		width: 455px;
		margin-left: auto;
		margin-right: auto;
	}

	.cart__popular {
		top: 0;
		position: static;
		width: 455px;
		margin-left: auto;
		margin-right: auto;
	}

	.cart__popular__inner {
		height: auto;
	}
}

@media ( max-width: 500px ) {
	.cart__zoom {
		width: 100%;
		margin-bottom: 10px;
	}

	.cart__similar,
	.cart__popular {
		width: 100%;
	}

	.cart__similar .slick-next,
	.cart__similar .slick-prev,
	.cart__popular .slick-next,
	.cart__popular .slick-prev {
		width: 8px !important;
		height: 16px !important;
	}

	.cart__similar .slick-next:before,
	.cart__popular .slick-next:before {
		background: url(/images/newProducts/arrow_slider_next.png) no-repeat 0 0;
	}

	.cart__similar .slick-next:hover:before,
	.cart__popular .slick-next:hover:before {
		background-position: -8px 0 !important;
	}

	.cart__similar .slick-prev:before,
	.cart__popular .slick-prev:before {
		background: url(/images/newProducts/arrow_slider_prev.png) no-repeat 0 0 !important;
	}

	.cart__similar .slick-prev:hover:before,
	.cart__popular .slick-prev:hover:before {
		background-position: -8px 0 !important;
	}

	.cart__popular .slick-next {
		right: -15px;
	}

	.cart__popular .slick-prev {
		left: -15px;
	}

	.cart__popular__inner {
		height: auto !important;
		padding-bottom: 15px !important;
	}


}
/* позиционирование элементов ( всё в одном месте ) End */

@media ( max-width: 1199px ) {
	.cart__popular__inner {
		height: 365px;
	}
}

@media ( max-width: 500px ) {
	.container__cart,
	.cart__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.row__cart {
		margin-left: -10px;
		margin-right: -10px;
	}
}


/* cart__zoom */
.cart__zoom .cloud-zoom-wrap {
	width: 398px;
	height: 398px;
	border: 1px solid #e1e1e1;
}

.cart__zoom .cloud-zoom-wrap .mousetrap {
	width: 398px !important;
	height: 398px !important;
	z-index: 17 !important;
}

.cart__zoom .cloud-zoom-wrap .cloud-zoom-big {
	width: 398px !important;
	height: 398px !important;
	left: 95% !important;
	top: -20px !important;
	background-repeat: no-repeat !important;
	background-color: #fff;
	border: 1px solid #e1e1e1 !important;
}

.cart__zoom .cloud-zoom-wrap .cloud-zoom {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cart__zoom img {
	max-width: 90%;
}

.cart__zoom .cloud-zoom-wrap .cloud-zoom img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	height: auto;
}

.cart__zoom__slider {
	margin-left: 11px;
	margin-right: 7px;
}

.cart__zoom__slider li,
.cart__zoom__slider .slick-slide {
	position: relative;
	height: 80px;
	float: left;
}

.cart__zoom__slider .slick-slide .cloud-zoom-gallery {
	position: absolute;
	left: 7px;
	top: 0;
	right: 7px;
	bottom: 0;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	outline: none;
}

.cart__zoom__slider .slick-slide .cloud-zoom-gallery:hover,
.cart__zoom__slider .slick-slide .cloud-zoom-gallery:focus {
	border-color: #000;
	outline: none;
}

.cart__zoom__slider .slick-slide a img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	height: auto;
}


.cart__zoom__slider .slick-next,
.cart__zoom__slider .slick-prev {
	width: 8px;
	height: 16px;
	margin-top: 0 !important;
}

.cart__zoom__slider .slick-prev {
	left: -10px !important;
}


.cart__zoom__slider .slick-next {
	right: -10px !important;
}

.cart__zoom__slider .slick-prev:before {
	background: url(/images/newProducts/arrow_slider_prev.png) no-repeat 0 0;
}

.cart__zoom__slider .slick-next:before {
	background: url(/images/newProducts/arrow_slider_next.png) no-repeat 0 0;
}

.cart__zoom__slider .slick-next:hover:before,
.cart__zoom__slider .slick-prev:hover:before {
	background-position: -8px 0 !important;
}

.cart__zoom_note {
	padding: 7px 0 20px;
	text-align: right;
}

.cart__zoom_note span {
	padding-left: 32px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
	background: url(/images/cart/zoom/lupa.png) no-repeat 0 0;
}

.cart__zoom .goods__itemInfoLeft.popular,
.cart__zoom .goods__itemInfoLeft.sale,
.cart__zoom .goods__itemInfoLeft.new,
.cart__zoom .goods__itemInfoLeft.share {
	top: 19px;
	left: 20px;
}

@media ( max-width: 1199px ) {
	.cart__zoom .cloud-zoom-wrap {
		width: 455px;
		height: 455px;
	}
}

@media ( max-width: 991px ) {
	.cart__zoom .cloud-zoom-wrap .cloud-zoom-big,
	.cart__zoom .cloud-zoom-wrap .mousetrap {
		display: none;
	}
}

@media ( max-width: 500px ) {
	.cart__zoom .cloud-zoom-wrap {
		width: 300px;
		height: 300px;
		border: 1px solid #e1e1e1;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
	}

	.cart__zoom_note {
		display: none;
	}

	.cart__zoom__slider {
		margin-left: 14px;
		margin-right: 14px;
	}


}
/* cart__zoom End */




/* cart__similar */
.cart_similar__title>span {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	display: block;
	position: absolute;
	top: 90px;
	left: -89px;
	line-height: 32px;
	height: 32px;
	width: 212px;
	padding-left: 14px;
	padding-right: 14px;
	background-color: #545454;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
}

.cart__similar__list {
	display: block;
	margin-left: 32px;
	border-left: 1px solid #959595;
}

.cart__similar__listItem {
	display: block;
	height: 131px;
	position: relative;
}

.cart__similar__link {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	overflow: hidden;
}

.cart__similar__img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	height: auto;
}

@media ( max-width: 1199px ) {
	.cart__similar__list {
		border-left: 0;
		margin-left: 20px;
		margin-right: 20px;
	}

	.cart__similar__list .slick-next {
		right: -20px;
	}

	.cart__similar__list .slick-prev {
		left: -20px;
	}

	.cart_similar__title>span {
		line-height: 44px;
		height: 44px;
		width: 100%;
		color: #fdfdfd;
		background-color: #545454;
		font-family: "OpenSansRegular", sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		text-align: center;
		display: block;
		position: static;

		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
/* cart__similar End */


/* cart__popular */
.cart__popular__title {
	margin-bottom: 20px;
}

.cart__popular__title>span {
	line-height: 44px;
	height: 44px;
	width: 100%;
	color: #fdfdfd;
	background-color: #545454;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	display: block;
}

.cart__popular__list {
	margin-left: 36px;
	margin-right: 36px;
}

.cart__popular__listItem {
	padding-left: 10px;
	padding-right: 10px;
}

.cart__popular__header {
	display: block;
	height: 146px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	outline: none;
}

.cart__popular__header:focus {
	outline: none;
}

.cart__popular__img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	maxа-width: 90%;
	max-width: 100%;
	height: auto;
}

.cart__popular__excerpt {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #2f2f2f;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.cart__popular__excerpt:focus,
.cart__popular__excerpt:hover {
	color: #2f2f2f;
}

.cart__popular__discount {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;
	text-decoration: line-through;
	text-align: center;
}

.cart__popular__price {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #2f2f2f;
	text-align: center;
}

.cart__popular__discount+.cart__popular__price {
	color: #bc0025;
}

@media ( max-width: 1199px ) {
	.cart__popular__list {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* cart__popular End */



/* cart__productInfo */
.cart__productInfo {
	border: 1px solid #e1e1e1;
	margin-bottom: 51px;
	padding-bottom: 21px;
}

.cart__productInfo__title {
	margin-bottom: 10px;
}

.cart__productInfo__title>span {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #fdfdfd;
	display: block;
	background-color: #545454;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.cart__productInfo__header:after {
	content: "";
	display: table;
	clear: both;
}

.cart__productInfo__header {
	margin-right: 21px;
	margin-left: 21px;
	margin-bottom: 11px;
}

.cart__productInfo__starsFeed:after {
	content: "";
	display: table;
	clear: both;
}

.cart__productInfo__starsFeed {
	float: right;
}

.cart__stars {
	position: relative;
	overflow: hidden;
	height: 16px;
	width: 103px;
	margin-right: 20px;
	margin-top: 3px;

	float: left;
}

.cart__stars>div>img {
	position: absolute;
}

.cart__starsFull>img {
	left: -100%;
}

.cart__starsEmpty>img {
	left: 0;
}

.cart__feed {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;

	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	color: #010101;
	padding-left: 18px;

	border-left: 1px solid #959595;
}

.cart__available {
	clear: both;
	line-height: 20px;
	height: 20px;
	text-transform: lowercase;
	white-space: nowrap;
	padding-left: 33px;
	background-color: #dbdbdb;

	font-family: "HelveticaNeueLight", sans-serif;
	font-style: normal;
	font-weight: normal;

	margin-bottom: 14px;
}

.cart__available.is__available {
	background: #dbdbdb url(/images/cart/info/right.png) no-repeat 6px center;
}



.no_available .cart__itemPrice {
	color: #7a7a7a;
}


.cart__itemPriceWrap {
	float: left;
	margin-top: -4px;
}

.cart__itemDiscount {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;
	text-decoration: line-through;
	text-align: left;
}

.cart__itemPrice {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 23px;
	color: #bc0025;
	text-align: left;
}

.cart__itemBenefit {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;
}


 /* cart__selColor */
.cart__selColor {
	margin-bottom: 20px;
}

.cart__selColor__inner {
	margin-left: 21px;
	margin-right: 21px;

	height: 216px;
	overflow: hidden;
}

.wrapper__main.is_mobile .cart__selColor__inner.opened {
	overflow-y: auto;
}

.cart__selColor__inner:after {
	content: "";
	display: table;
	clear: both;
}

.cart__selColor__inner>ul:after {
	content: "";
	display: table;
	clear: both;
}

.cart__selColor__inner>ul>li {
	float: left;
	width: 20%;
	height: 103px;
	padding-top: 23px;
	text-align: center;
	position: relative;
	margin-bottom: 5px;
	opacity: .8;

    display: inline-block;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.cart__selColor__inner>ul>li.no_available:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(/images/cart/selColor/no_available.png) no-repeat center center;
    z-index: 9;
}

.cart__selColor__inner>ul>li>a {
	width: 80px;
	height: 80px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid transparent;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.cart__selColor__inner>ul>li.selected {
	border-color: #545454;
}

.cart__selColor__inner>ul>li:not(.no_available):hover {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.cart__selColor__inner>ul>li.no_available {
	cursor: default;
}

.cart__selColor__inner>ul>li>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	height: auto;
	display: inline-block;
}

.cart__selColor__inner .goods__itemInfoLeft.sale {
	left: 13px;
	top: 0;
}

.cart__itemInfoLeft.new {
	background: url(/images/newProducts/new.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
}

.cart__itemInfoLeft {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 13px;
	top: 0;
	z-index: 2;
}


.cart__selColor__btnWrap {
	text-align: center;
}

.cart__selColor__btn {
	display: inline-block;
	margin-top: 11px;
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #bd2029;
	cursor: pointer;
}

.cart__selColor__btn:hover {
	color: #bd2029;
	text-decoration: underline;
}

.cart__colorPreviewBig {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

	font-family: "OpenSansLight", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #dbdbdb;
	text-align: center;
	padding-top: 49%;

	z-index: 10;
}

.z_index-1 {
	position: relative;
	z-index: -1 !important;
}

.hide_on {
	opacity: 0;
	max-height: 0;
	margin-top: 0;
	margin-bottom: 0;
}



/* niceScroll */
.nicescroll-rails {
	padding: 1px !important;
}

.nicescroll-rails-vr .nicescroll-cursors {
	width: 10px !important;
	background: #fff url(/images/cart/selColor/scroll.png) no-repeat center center !important;
	border-bottom: 1px solid #dbdbdb !important;
}

.nicescroll-rails-hr .nicescroll-cursors {
	/*width: 100px !important;*/
	height: 11px !important;
	background: #fff url(/images/cart/selColor/scroll-hr.png) no-repeat center center !important;
	border-top: 1px solid #dbdbdb !important;
	border-left: 1px solid #dbdbdb !important;
	border-right: 1px solid #dbdbdb !important;
	/*border-bottom: 1px solid transparent !important;*/
}

.nicescroll-rails.nicescroll-rails-hr,
.nicescroll-rails.nicescroll-rails-vr {
	z-index: 9999 !important;
}
/* niceScroll End */

 /* cart__selColor End */





/* cart__addWrap */
.cart__addWrap:after {
	content: "";
	display: table;
	clear: both;
}

.cart__addWrap {
	margin-left: 21px;
	margin-right: 21px;
}

.cart__options,
.cart__order {
	float: left;
}


.cart__order {
	width: 64%;
}


.cart__options {
	width: 36%;
}

.cart__orderOpt__inner {
	width: 265px;
}

.cart__orderOpt {
	margin-bottom: 20px;
}

.cart__orderOpt,
.cart__order:after {
	content: "";
	display: table;
	clear: both;
}

.cart__orderColor,
.cart__orderQnty {
	float: left;
}

.cart__orderColor {
	width: 182px;
	margin-right: 9px;
}

@media ( max-width: 1199px ) {
	.cart__options,
	.cart__order {
		float: none;
		width: 100%;
	}

	.cart__order {
		margin-bottom: 30px;
	}

	.cart__options>ul {
		float: none !important;
	}

	.cart__addWrap {
		position: relative;
		padding-bottom: 33px;
	}

	.cart__note {
		position: absolute;
		height: 33px;
		overflow: hidden;
		left: 0;
		bottom: 0;
		padding-left: 5px;
	}
}



/* ---- */

.cart__orderColor .btn-group.bootstrap-select {
	width: 182px;
	height: 40px;
}

.cart__orderColor .bootstrap-select.btn-group .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	right: auto;
	left: 0;
}

.cart__orderColor .bootstrap-select.btn-group .btn .caret {
	border: 0 none;
	background: url(/images/cart/orderColor/select_caret.png) no-repeat 0 0;
	width: 16px;
	height: 8px;
}

.cart__orderColor .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.cart__orderColor .bootstrap-select > .dropdown-toggle.bs-placeholder,
.cart__orderColor .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.cart__orderColor .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.cart__orderColor .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #545454;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.cart__orderColor .btn-default {
	background-color: #fdfdfd !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}

.cart__orderColor .btn-default:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}




.cart__orderQnty {
	width: 70px;
	position: relative;
}
/* input[type="number"] */
.cart__orderQnty input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
	margin: 0;
}

.cart__orderQnty input[type=number]::-webkit-inner-spin-button,
.cart__orderQnty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.cart__orderQnty input[type=number] {
	width: 40px;
	height: 40px;
	border: 1px solid #a4a4a4;
	background-color: #ececec;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}


.cart__orderQnty input[type=number]:focus {
	border: 1px solid #a4a4a4;
	outline: none;
}

.cart__orderQnty .plus,
.cart__orderQnty .minus {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 14px !important;
	padding: 0 !important;
	background-color: transparent;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #262626;
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #a2a2a2;
	cursor: pointer;

	position: absolute;
	right: 0;
}

.cart__orderQnty .plus:after,
.cart__orderQnty .minus:after {
	display: block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #262626;
}

.cart__orderQnty .plus:after {
	content: '+';
	top: 2px;
	left: -1px;
}

.cart__orderQnty .minus:after {
	content: '-';
	left: -1px;
}

.cart__orderQnty .plus {
	top: 20px;
}

.cart__orderQnty .minus {
	top: 0;
	line-height: 13px;
}
/* input[type="number"] End */


/* cart__itemButtons */
.cart__itemButtons {
	margin-bottom: 10px;
}

.cart__itemButtons:after {
	content: "";
	display: table;
	clear: both;
}

.cart__itemButtons>div {
	float: left;
	width: 48%;
	margin-right: 4%;
	height: 32px;
	cursor: pointer;
}

.cart__itemButtons>div:last-child {
	margin-right: 0;
}

.cart__itemButtons>div.cart__itemBuy {
	color: #fff;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	background-color: #000;
	line-height: 32px;
	height: 32px;
}

.no_available .cart__itemButtons>div.cart__itemBuyOneClick,
.no_available .cart__itemButtons>div.cart__itemBuy {
	color: #7a7a7a;
	background-color: #fff;
	border: 1px solid #7a7a7a;
}

.no_available .cart__itemButtons>div.cart__itemBuyOneClick:hover,
.no_available .cart__itemButtons>div.cart__itemBuy:hover {
	color: #7a7a7a;
	background-color: #fff;
	border: 1px solid #7a7a7a;
	cursor: default;
}

.cart__itemButtons>div.cart__itemBuy:hover {
	background-color: #545454;
	color: #fff;
}

.cart__itemButtons>div.cart__itemBuyOneClick {
	color: #a70016;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	border: 1px solid #a70016;
	line-height: 14px;
	padding: 1px 0 1px;
}

.cart__itemButtons>div.cart__itemBuyOneClick:hover {
	color: #fff;
	background-color: #a70016;
}
/* cart__itemButtons End */


.cart__note {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.cart__note>span {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #bd2029;
}




/* cart__options */
.cart__options:after {
	content: "";
	display: table;
	clear: both;
}

.cart__options>ul {
	float: right;
}

.cart__options>ul>li {
	margin-bottom: 5px;
	text-decoration: underline;
}

.cart__options>ul>li:last-child {
	margin-bottom: 0;
}

.cart__options>ul>li a,
.cart__options>ul>li {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #545454;
	cursor: pointer;
}

.cart__options>ul>li:after {
	content: "";
	display: table;
	clear: both;
}

.cart__options>ul>li i {
	height: 22px;
	display: inline-block;
}

.cart__options>ul>li:hover a,
.cart__options>ul>li:hover,
.cart__options>ul>li.active {
	color: #bc0025;
}

.cart__options>ul>li.like.active i {
	background-position: -24px 0;
}

.cart__options>ul>li.compare.active i {
	background-position: -32px 0;
}

.cart__options>ul>li:hover {
	text-decoration: underline;
}

.cart__options>ul>li.like i {
	width: 24px;
	background: url(/images/cart/orderColor/like_icon.png) no-repeat 0 0;
}

.cart__options>ul>li.like:hover i {
	background-position: -24px 0;
}

.cart__options>ul>li.compare i {
	width: 32px;
	background: url(/images/cart/orderColor/compare_icon.png) no-repeat 0 0;
}


.cart__options>ul>li.compare:hover i {
	background-position: -32px 0;
}

.cart__options>ul>li.share i {
	width: 18px;
	background: url(/images/cart/orderColor/share_icon.png) no-repeat 0 0;
}

.cart__options>ul>li.share:hover i {
	background-position: -18px 0;
}

.cart__options>ul>li.questions i {
	width: 20px;
	background: url(/images/cart/orderColor/questions_icon.png) no-repeat 0 0;
}

.cart__options>ul>li.questions:hover i {
	background-position: -20px 0;
}

.cart__options>ul>li span:last-child {
	margin-left: 42px;
	white-space: nowrap;
	display: block;
	line-height: 20px;
}

.cart__options>ul>li span:first-child {
	width: 42px;
	text-align: center;
	float: left;
}
/* cart__options End */

/* cart__addWrap End */




/* cart__tabs */
.cart__tabs .cart__tabs__inner:after {
	content: "";
	display: table;
	clear: both;
}

.cart__tabs .cart__tabs__inner {
	position: relative;
	padding-top: 42px;
}

.cart__tabs .cart__tabs__item.ui-tabs-active>a {
	border-bottom-color: #fff;
}

.cart__tabs .cart__tabs__item>a {
	display: block;
	/*width: 100%;*/
	line-height: 42px;
	height: 42px;
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	outline: none;
	border: 1px solid transparent;
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	top: 1px;
	background-color: #fff;
}

.cart__tabs .cart__tabs__item:nth-child(1)>a {
	width: 136px;
	left: 0;
}

.cart__tabs .cart__tabs__item:nth-child(2)>a {
	width: 181px;
	left: 136px;
}

.cart__tabs .cart__tabs__item:nth-child(3)>a {
	width: 146px;
	left: 317px;
}

.cart__tabs .cart__tabs__item:nth-child(4)>a {
	width: 107px;
	left: 463px;
}

.cart__tabs .cart__tabs__item>a:focus {
	outline: none;
}

.cart__tabs .cart__tabs__item.ui-tabs-active>a {
	color: #000;
	border: 1px solid #e5e5e5;
	border-bottom-color: transparent;
}



.cart__tabs .cart__tabs__item>a>span {
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #bc0025;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 6px;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.cart__tabContent {
	padding: 20px;
	border: 1px solid #e5e5e5;
}

#cart__tabs_4 section iframe {
	width: 100% !important;
}

.cart__props__header {
	margin-bottom: 13px;
}

.cart__props__descr {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
}




.cart__props__descr ul li:before {
	content: '— ';
	line-height: 1;
	color: inherit;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}

.cart__props__descr ol li {
	list-style: decimal;
}

.cart__props__descr ul,
.cart__props__descr ol {
	margin-bottom: 10px;
}

.cart__props__descr ol {
	padding-left: 22px;
}

.cart__props__descr p {
	margin-bottom: 10px;
}

.cart__props__descr ol li {
	list-style: decimal;
}

.cart__props__descr ul li {
	position: relative;
	padding-left: 22px;
}

.cart__props__header ul:after {
	content: "";
	display: table;
	clear: both;
}

.cart__props__header ul li {
	display: block;

	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.cart__props__header ul li>span {
	color: #bc0025;
}

.cart__props__footerTitle {
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	background-color: #545454;
}

.cart__props__footerContent {
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 10px 19px 7px;
}

.cart__props__footerContent ul li {
	margin-bottom: 4px;
}

.cart__props__footerContent ul li:after {
	content: "";
	display: table;
	clear: both;
}

.cart__props__footerContent ul li>span {
	float: left;
	width: 50%;

}

.cart__props__footerContent ul li>span {
	float: left;
	width: 50%;

	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.cart__props__footerContent ul li>span>span {
	display: block;
	padding-left: 23px;
	position: relative;

	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.cart__props__footerContent ul li>span>span>i {
	position: absolute;
	width: 16px;
	height: 17px;
	top: 2px;
	left: 0;
	background: url(/images/checkbox.png) no-repeat 0 0;
}

@media ( max-width: 1199px ) {
	.cart__tabs .cart__tabs__item>a {
		position: static;
		width: 100% !important;
	}

	.cart__tabs .cart__tabs__item>a {
		border: 0 none;
	}

	.cart__tabContent {
		border-left-color: #e5e5e5;
		border-right-color: #e5e5e5;
		border-bottom-color: transparent;
	}

	.cart__tabs .cart__tabs__item:last-child .cart__tabContent {
		border-bottom-color: #e5e5e5;
	}

	.cart__tabs .cart__tabs__item>a {
		border: 1px solid #e5e5e5;
		border-bottom-color: transparent;
		background: transparent url(/images/cart/acc_close.png) no-repeat 97% 55%;
	}

	.cart__tabs .cart__tabs__item.ui-tabs-active:last-child>a,
	.cart__tabs .cart__tabs__item.ui-tabs-active>a,
	.cart__tabs .cart__tabs__item:last-child>a {
		border-bottom-color: #e5e5e5;
	}

	.cart__tabs .cart__tabs__item.ui-tabs-active>a {
		background-color: #e4e4e4;
		background: #e4e4e4 url(/images/cart/acc_open.png) no-repeat 97% 55%;
	}


	/* контент вкладки Отзывы */
	.cart__reviews__infoWrap {
		float: none !important;
		padding-right: 0 !important;
		width: 100% !important;
		margin-bottom: 10px;
	}

	.cart__reviews__list .answer_review{
		margin-left: 20px !important;
	}
	.cart__reviews__infoWrap:after {
		content: "";
		display: table;
		clear: both;
	}

	.cart__reviews__infoWrap_i {
		float: left;
		width: 50%;
	}

	.cart__review__dateTime,
	.cart__review__place {
		text-align: right;
	}

	.cart__review__stars {
		margin-bottom: 0 !important;
	}

	.cart__reviews__content {
		margin-left: 0 !important;
	}

	.cart__reviews__btnWrap {
		padding-bottom: 10px !important;
	}

	.cart__props__footerContent {
		padding: 12px 10px 15px !important;
	}

	.cart__tabContent {
		padding: 10px !important;
	}
	/* контент вкладки Отзывы End */
}

@media ( max-width: 992px ) {
	.cart__tabsWrap {
		margin-bottom: 20px;
	}

	.cart__tabs .cart__tabs__inner {
		padding-top: 0;
	}

	.cart__productInfo {
		margin-bottom: 24px;
	}
}

@media ( max-width: 500px ) {
	.cart__review__dateTime {
		font-size: 15px !important;
	}

	.cart__props__footerContent ul li>span:nth-child(2) {
		padding-left: 5px;
	}
}



/* cart__review__stars */
.cart__review__stars {
	position: relative;
	overflow: hidden;
	height: 16px;
	width: 103px;
	display: block;

	margin-bottom: 35px;
}

.cart__review__stars>div>img {
	position: absolute;
}

.cart__review__starsFull>img {
	/*left: -100%;*/
}

.cart__review__starsEmpty>img {
	left: 2px;
}
/* cart__review__stars End */


.cart__reviews__btnWrap {
	text-align: right;
	padding-bottom: 20px;
}

.cart__reviews__btn {
	line-height: 44px;
	height: 44px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fdfdfd;
	background-color: #545454;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

.cart__reviews__btn:hover,
.cart__reviews__btn:focus {
	color: #fdfdfd;
	background-color: #545454;
}

.cart__reviews__list:after,
.cart__reviews__list>li:after {
	content: "";
	display: table;
	clear: both;
}

.cart__reviews__list>li {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cart__reviews__list .answer_review,
.reviews__list .answer_review{
	margin-left: 20px;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 10px;
}
.cart__reviews__infoWrap {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.cart__reviews__content {
	margin-left: 155px;
}

.cart__reviews__userName {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #2f2f2f;

	margin-bottom: 5px;
}




.cart__review__dateTime,
.cart__review__place,
.cart__reviews__content {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
}
/* cart__tabs End */

@media ( max-width: 1199px ) {
	.cart__productInfo {
		margin-bottom: 20px;
	}
}

@media ( max-width: 768px ) {
	.cart__productInfo__title>span {
		padding-top: 7px;
		padding-bottom: 4px;
	}

	.cart__productInfo__title {
		margin-bottom: 19px;
	}
}

@media ( max-width: 550px ) {
	.cart__productInfo__starsFeed {
		float: left;
		width: auto;
		margin-bottom: 7px;
		margin-left: auto;
		margin-right: auto;
	}

	.cart__itemPriceWrap {
		float: none;
		width: 200px;
	}

	.cart__productInfo__header {
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.cart__selColor__inner {
		margin-left: 10px;
		margin-right: 10px;
	}

	.cart__selColor__inner>ul>li {
		width: 25%;
	}

	.cart__selColor__inner>ul>li>a {
		width: 100%;
	}




}

@media ( max-width: 400px ) {
	.cart__selColor__inner .cart__itemInfoLeft.new,
	.cart__selColor__inner .goods__itemInfoLeft.sale {
		left: 0;
	}

	.cart__addWrap {
		margin-left: 15px;
		margin-right: 15px;
	}

	.cart__orderOpt__inner {
		width: 100%;
	}

	.cart__order {
		margin-bottom: 20px;
	}

	.cart__productInfo {
		margin-bottom: 24px;
	}
}

/* cart__productInfo End */



/* .cart__inner.sale__slider */
.cart__inner.sale__slider {
	padding-top: 60px;
}

@media ( max-width: 992px ) {
	.cart__inner.sale__slider {
		padding-top: 20px;
	}
}

@media ( max-width: 500px ) {
	.cart__inner.sale__slider {
		padding-top: 30px;
	}

	.cart__inner .goods__item:not(.listNotHover) {
		margin-left: 12px;
		margin-right: 12px;
	}
}
/* .cart__inner.sale__slider End */


/* cart popup */
.cart__review__popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 570px;
	margin: 0 auto;
}

.cart__review__popupTitle {
	height: 43px;
	line-height: 43px;
	padding: 0 41px 0 18px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.cart__review__popupRating:after {
	content: "";
	display: table;
	clear: both;
}

.cart__review__starsRatingText {
	float: left;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	margin-right: 50px;

	padding-top: 3px;
}

.cart__review__starsRatingText>span {
	color: #bd2029;
}

.cart__review__starsRatingNote {
	float: right;

	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;

	padding-top: 3px;
}

.cart__review__popupRating {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 14px;
}

.cart__review__popupComment {
	background-color: #dbdbdb;
	padding: 20px;
}

.cart__review__popup label {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

.cart__review__popup label .note {
	color: #bd2029;
}

.cart__review__popup label .light {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #7a7a7a;
}

.cart__review__popup input,
.cart__review__popup textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e1e1e1;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

.cart__review__popup textarea {
	resize: none;
	height: 88px;
}

.cart__review__popup input:focus,
.cart__review__popup textarea:focus {
	border-color: #e1e1e1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
}

.cart__review__popupInputWrap:after {
	content: "";
	display: table;
	clear: both;
}

.cart__review__popupInputWrap {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

.cart__review__popupInputInner {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 50%;
}

.cart__review__popupInputInner>div {
	margin-bottom: 18px;
}

.cart__review__popupRecaptchaWrap {
	padding-top: 20px;
	padding-bottom: 30px;
	margin: 0 20px;
}

.cart__review__popupCheckbox {
	margin: 0 20px 20px;
}

@media ( max-width: 992px ) {
	.mfp-container {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}

	.mfp-container:before {
		display: none;
	}

	.cart__review__popupComment {
		padding: 10px 10px 20px;
	}

	.cart__review__popupRecaptchaWrap,
	.cart__review__popupCheckbox,
	.cart__review__popupButtonWrap {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}


	.cart__review__popupInputWrap {
		margin-left: 5px !important;
		margin-right: 5px !important;
		padding-top: 10px !important;
	}

	.cart__review__popupInputInner {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.cart__review__popupRecaptchaWrap {
		padding-bottom: 20px !important;
	}

	.cart__review__popupCheckbox {
		margin-bottom: 15px !important;
	}
}

@media ( max-width: 600px ) {
	.cart__review__popupRating {
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}

	.cart__review__starsRating {
		float: right;
		padding-bottom: 22px;
	}

	.cart__review__starsRatingNote {
		position: absolute;
		right: 0;
		top: 35px;
	}

	.cart__review__starsRatingText {
		padding-top: 6px;
		margin-right: 10px;
	}

	.br-theme-bootstrap-stars .br-widget a:last-of-type {
		margin-right: 0 !important;
	}
}


@media ( max-width: 550px ) {
	.cart__review__popupInputWrap {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.cart__review__popupInputInner {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.cart__review__popup input,
	.cart__review__popup textarea {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}

	.cart__review__popupCheckbox {
		margin-bottom: 11px !important;
	}

	.cart__review__popupCheckbox label {
		padding-left: 32px;
		position: relative;
		margin-bottom: 0;
	}

	.cart__review__popupCheckbox input,
	.cart__review__popupCheckbox input + span {
		position: absolute;
		left: 0;
		top: 2px;
	}

	.cart__review__popup button {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}

	.cart__review__popupInfo {
		padding-top: 65px !important;
	}

	.cart__review__popupButtonWrap {
		position: relative;
	}

	.cart__review__popupText {
		padding: 0 !important;
		position: absolute;
		top: 52px;
		left: 0;
	}

	.cart__review__popupInfo {
		float: none !important;
	}

	.cart__review__popupInfoText {
		margin-bottom: 7px;
	}
}





.cart__review__popupCheckbox label {
	position: relative;
	cursor: pointer;
}
.cart__review__popupCheckbox label::-moz-selection {
	background: transparent;
}

.cart__review__popupCheckbox label::selection {
	background: transparent;
}

.cart__review__popupCheckbox label input + span {
	background: url(/images/checkbox.png) no-repeat -17px 0;
	content: "";
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	margin-right: 16px;
}

.cart__review__popupCheckbox label input + span::after {
	content: "";
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.cart__review__popupCheckbox label input:checked + span {
	background-position: 0px 0px;
}

.cart__review__popupCheckbox label input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}


.cart__review__popupButtonWrap {
	margin: 0 20px;
	padding-bottom: 12px;
}

.cart__review__popupButtonWrap:after {
	content: "";
	display: table;
	clear: both;
}

.cart__review__popup button {
	padding: 0 10px !important;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	outline: none;
	border: 0 none;

	float: left;
}

.cart__review__popup button:hover,
.cart__review__popup button:focus {
	background-color: #000 !important;
	color: #fff !important;
	outline: none !important;
}

.cart__review__popupInfo {
	float: right;
	padding-top: 5px;
}

.cart__review__popupInfoText {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
	margin-right: 10px;
	float: left;
}

.cart__review__popupInfoLink:after {
	content: "";
	display: table;
	clear: both;
}

.cart__review__popupInfoLink {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
	text-decoration: underline;
	float: left;
}

.cart__review__popupInfoLink:hover,
.cart__review__popupInfoLink:focus {
	color: #bc0025;
	text-decoration: underline;
}



.cart__review__popupInfoLink i {
	height: 22px;
	width: 20px;
	display: inline-block;
	background: url(/images/cart/orderColor/questions_icon.png) no-repeat -20px 0;
}

.cart__review__popupInfoLink span:last-child {
	margin-left: 29px;
	white-space: nowrap;
	display: block;
	line-height: 20px;
}

.cart__review__popupInfoLink span:first-child {
	text-align: center;
	float: left;
	display: block;
}

.cart__review__popupText {
	padding-bottom: 13px;
	padding-top: 15px;
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
	clear: both;
}

.cart__review__popup .help-block {
	color: #bc0025;
	margin-top: 0;
}

.popup_inline .mfp-close {
	height: 21px;
	width: 20px;
	background: transparent;
	border: 0 none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0;
	color: #fff;
	text-align: center;
	background: url(/images/header_close_btn.png) no-repeat 0 0;
}

.mfp-close:active {
	top: 0;
}
/* cart popup End */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Cart Page End <<<--------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */










/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Favorites Page <<<-------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

.container.fullWidth__container_ind_3.indent_3 {
	width: 100%;
}

@media ( min-width: 768px ) {
	.container.fullWidth__container_ind_3.indent_3 {
		width: 732px;
	}
}

@media ( min-width: 992px ) {
	.container.fullWidth__container_ind_3.indent_3 {
		width: 952px;
	}
}

@media ( min-width: 1200px ) {
	.container.fullWidth__container_ind_3.indent_3 {
		width: 1182px;
	}
}

@media ( max-width: 767px ) {
	.container.fullWidth__container_ind_3.indent_3 {
		width: 500px;
	}
}

@media ( max-width: 530px ) {
	.container.fullWidth__container_ind_3.indent_3 {
		width: 100%;
	}
}

@media ( max-width: 479px ) {
	.fullWidthGoodItem {
		width: 50%;
		float: left;
		position: relative;
		/*margin-left: auto;*/
		/*margin-right: auto;*/
	}

	.search__title {
		float: none;
	}
}

@media (max-width: 320px) {
	.fullWidthGoodItem .goods__item {
		margin-left: 0;
		margin-right: 0;
	}
}

.fullWidthGoodItem {
	height: 470px;
	margin-bottom: 20px;
}

.close_btn {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #bc0025;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 100;
}

.goods__itemInfoRight {
	top: 2px;
	z-index: 99;
}

.favorites__pagination {
	margin-top: 80px;
	position: relative;
}

.favorites .pagination {
	margin-top: 0;
	margin-bottom: 20px;
}

.favorites__pagination .pagination_moreWrap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 25px;
	padding-bottom: 20px;
}

.favorites__pagination .removeAll__col {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #6b6b6b;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	padding-top: 25px;
	padding-bottom: 20px;
	cursor: pointer;

	position: absolute;
	top: 0;
	left: 0;
}

.favorites__pagination .removeAll__col:hover,
.favorites__pagination .removeAll__col:focus {
	color: #6b6b6b;
}

@media ( max-width: 992px ) {
	.favorites__pagination {
		padding-bottom: 50px;
	}

	.favorites__pagination .pagination_moreWrap,
	.favorites__pagination .removeAll__col {
		top: auto;
		bottom: 0;
	}

	.favorites__pagination .pagination_moreWrap {
		right: 10px;
	}

	.removeAll__col {
		left: 10px;
	}
}

@media ( max-width: 400px ) {
	.removeAll__col {
		float: none !important;
		margin-bottom: 10px;
	}

	.compare__link {
		float: none !important;
		display: table !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 10px;
	}
}

@media (max-width: 320px) {
	.favorites__pagination {
		margin-top: 0;
	}
}

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Favorites Page End <<<---------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */



.removeAll__col {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #6b6b6b;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}




/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Compare Page <<<---------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.compare__title,
.compare__footerInner {
	margin-left: 3px;
	margin-right: 3px;
}

.compare__title {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.compare__header {
	float: none;
}

.compare__title>span:first-child {
	text-transform: uppercase;
	color: #2f2f2f;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 24px;
	padding-right: 15px;
	display: inline-block;
	background-color: #fff;
	top: 5px;
	position: relative;
}

.compare .fullWidthGoodItem {
	margin-bottom: 5px;
}

.compare__footerInner {
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}

.compare__footerInner:after {
	content: "";
	display: table;
	clear: both;
}

.compare .removeAll__col {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #6b6b6b;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	float: left;
}

.compare__link {
	color: #fff;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	background-color: #000;
	line-height: 32px;
	height: 32px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	float: right;
}

.compare__link:hover,
.compare__link:focus {
	color: #fff;
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Compare Page End <<<------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Search Page <<<----------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.search .favorites__pagination .pagination_moreWrap {
	position: static;
	padding-top: 5px;
	padding-bottom: 5px;
}

.search .pagination {
	margin-top: 50px;
}

.saleGoods__searchPage {
	margin-top: 50px;
}

.search__notation {
	margin-left: 3px;
	margin-right: 3px;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333;

	margin-bottom: 35px;
}

/* авто-поиск */
.header__searchTips {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	text-align: center;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);

	display: none;
}

.wrapper__main.is_mobile .header__searchTips.opened ul {
	overflow-y: auto;
}

.header__searchTips>ul {
	height: 425px;
	overflow-y: hidden;
	padding-right: 10px;
}

.header__searchTips>ul>li:after {
	content: "";
	display: table;
	clear: both;
}

.header__searchTips>ul>li {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header__searchHeader {
	float: left;
	height: 90px;
	width: 90px;
	position: relative;
	overflow: hidden;
}

.header__searchHeader>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 80%;
	height: auto;
}

.header__searchFooter {
	display: block;
	margin-left: 90px;
}

.header__searchFooter>* {
	display: block;
	text-align: left;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

.header__searchFooter_art {
	font-size: 13px;
	line-height: 13px;
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-bottom: 3px;
}

.header__searchFooter_link {
	font-size: 15px;
	line-height: 17px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #0a5c8a;
	cursor: pointer;
	max-height: 36px;
	overflow: hidden;
	margin-bottom: 3px;
}

.header__searchFooter_link:hover,
.header__searchFooter_link:focus {
	color: #2d4558;
}

.header__searchFooter_info {
	font-size: 12px;
	color: #919191;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 5px;
}

.header__searchFooter_price {
	font-size: 15px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-bottom: 3px;
}

.header__searchFooter_price>span {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #bd2029;
}


.header__searchFooter_price.not-in-stock>span {
	color: gray;
}



.header__searchTips_more {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #6b6b6b;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	margin: 25px 0;
    border: none;
    background: transparent;
}

.header__searchTips_more:hover,
.header__searchTips_more:focus {
	color: #6b6b6b;
}


/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> Search Page End <<<------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> notify_in_stock__popup <<<------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.notifyInStock__popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 570px;
	margin: 0 auto;
}

.notifyInStock__popup .message {
	margin-bottom: 15px;
}

.notifyInStock__popupTitle {
	height: 43px;
	line-height: 43px;
	padding: 0 41px 0 18px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.notifyInStock__popupInner {
	padding: 15px 20px;
}

.notifyInStock__popupFooter {
	background-color: #dedede;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.notifyInStock__popup .form-control {
	border-radius: 0;
}

.notifyInStock__popup button[type="submit"] {
	padding-left: 42px;
	padding-right: 42px;
	height: 32px;
	line-height: 32px;
	border: 0 none;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.notify-in-stock a {
	color: #bd2029;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #bd2029;
	width: 265px;
	height: 40px;
	margin: 15px 0 10px 0;
}

.notifyInStock__popup .form-group label.control-label {
	font-weight: normal;
}


/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> buyOneClick__popup <<<------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.buyOneClick__popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 570px;
	margin: 0 auto;
}

.buyOneClick__popupTitle {
	height: 43px;
	line-height: 43px;
	padding: 0 41px 0 18px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.buyOneClick__popupInner {
	margin: 50px 21px 30px;
}

.buyOneClick__goodName {
	padding: 12px 16px;
	background-color: #dbdbdb;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #545454;
}

.buyOneClick__content:after {
	content: "";
	display: table;
	clear: both;
}

.buyOneClick__content {
	padding-top: 10px;
	padding-bottom: 30px;
}

.buyOneClick__imgWrap {
	float: left;
	width: 215px;
	height: 215px;
	position: relative;
	overflow: hidden;
}

.buyOneClick__imgWrap>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 90%;
	height: auto;
}

.buyOneClick__formWrap {
	margin-left: 250px;
}

.buyOneClick__formWrap label {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	line-height: 30px;
	margin-bottom: 0;
}

.buyOneClick__formWrap input.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e1e1e1;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.buyOneClick__formWrap input.form-control:focus {
	border-color: #e1e1e1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
}

.buyOneClick__delimiter {
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #bd2029;
	padding-top: 10px;
}

.buyOneClick__popupButtonWrap {
	padding-top: 30px;
	text-align: center;
}

.buyOneClick__popupButtonWrap>.btn {
	display: inline-block;
	padding: 0 10px !important;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	outline: none;
	border: 0 none;
}

@media ( max-width: 500px ) {
	.buyOneClick__popupInner {
		margin: 10px !important;
	}

	.buyOneClick__imgWrap {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.buyOneClick__formWrap {
		width: 215px;
		margin-left: auto;
		margin-right: auto;
	}

	.buyOneClick__content {
		padding-bottom: 10px;
	}

	.buyOneClick__goodName {
		padding: 7px 10px !important;
	}

	.buyOneClick__popupButtonWrap {
		padding-top: 20px;
	}
}

@media ( max-width: 320px ) {
	.buyOneClick__formWrap {
		width: 100%;
	}
}
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> buyOneClick__popup End <<<------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */






/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> barrating End <<<------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.br-theme-bootstrap-stars .br-widget {
	height: 26px;
	white-space: nowrap;
}
.br-theme-bootstrap-stars .br-widget a {
	font: normal normal normal 18px/1 'Glyphicons Halflings';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 6px;
	height: 26px;
	display: inline-block;
}
.br-theme-bootstrap-stars .br-widget a:after {
	content: '\e006';
	color: #d2d2d2;
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	display: inline-block;
}
.br-theme-bootstrap-stars .br-widget a.br-active:after {
	color: #dac097;
}
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
	color: #dac097;
}
.br-theme-bootstrap-stars .br-widget .br-current-rating {
	display: none;
}
.br-theme-bootstrap-stars .br-readonly a {
	cursor: default;
}
@media print {
	.br-theme-bootstrap-stars .br-widget a:after {
		content: '\e007';
		color: black;
	}
	.br-theme-bootstrap-stars .br-widget a.br-active:after,
	.br-theme-bootstrap-stars .br-widget a.br-selected:after {
		content: '\e006';
		color: black;
	}
}



/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> burrating End <<<--------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */





/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> compareOneCategory <<<---------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.compareOneCategory__overflow {
	/*overflow-x: auto;
	overflow-y: hidden;*/
	white-space: nowrap;
}

.wrapper__main.is_mobile .compareOneCategory__overflow {
	overflow-y: auto;
}

/*.compareOneCategory__table*/

.compareOneCategory__overflow .fullWidthGoodItem {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	margin-bottom: 0;
}

.goods__item.compareOneCategory__item {
	height: 469px;
	position: relative;
	padding-bottom: 0;
}

.compareOneCategory__inner .fullWidthGoodItem:not(:first-child) .goods__item.compareOneCategory__item {
	border: 1px solid #e1e1e1;
	border-bottom: 0;
}


.compareOneCategory__inner .fullWidthGoodItem:first-child .goods__item.compareOneCategory__item {
	border-bottom: 1px solid #e1e1e1;
}

.compareOneCategory__item__linkContinue {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	border: 1px solid #bd2029;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #bd2029;
	text-align: center;
	padding: 7px 15px;
	cursor: pointer;
	text-decoration: none;
}

.compareOneCategory__item__linkContinue:hover,
.compareOneCategory__item__linkContinue:focus {
	color: #bd2029;
	text-decoration: none;
}

.compareOneCategory__overflow .fullWidthGoodItem:first-child .goods__itemFooter__title {
	border-top: 1px solid #959595;
}

.compareOneCategory .compare__footerInner {
	border-top: 0;
	padding-top: 30px;
	float: right;
}

.compareOneCategory .goods__itemExcerpt {
	max-height: none;
	height: 57px;
}

.compareOneCategory .fullWidthGoodItem {
	height: auto;
	/*width: 236px;*/
}

.compareOneCategory .fullWidthGoodItem:nth-child(n+6) {
	padding-left: 4px !important;
	padding-right: 2px !important;
}

.compareOneCategory__tableWrap {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}

.compareOneCategory__table {
	display: table;
	width: 1406px;
	table-layout: fixed;

	border-spacing: 10px 0;
}

.compareOneCategory__tableRow {
	display: table-row;
}

.compareOneCategory__tableCell {
	display: table-cell;
	width: 226px;
	white-space: normal;
	vertical-align: top;

	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.compareOneCategory__tableCell:not(:first-child) {
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1;
}

.compareOneCategory__tableRow:last-child .compareOneCategory__tableCell:not(:first-child) {
	border-bottom: 1px solid #e1e1e1;
}

.compareOneCategory__tableRow .compareOneCategory__tableCell {
	background-color: #fdfdfd;
}

.compareOneCategory__tableRow:nth-child(even) .compareOneCategory__tableCell {
	background-color: #f5f5f5;
}

.compareOneCategory__tableCell>span {
	padding: 9px 10px 6px 23px;
}

.compareOneCategory__tableCell>.goods__itemFooter__title,
.compareOneCategory__tableCell>span {
	display: block;
}

.goods__itemFooter__title {
	height: 46px;
	line-height: 46px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #2f2f2f;
	text-transform: uppercase;
}

.goods__item.compareOneCategory__item .goods__itemHeader>a:not(.goods__details) {
	border: 0 none;
}

.goods__item.compareOneCategory__item .goods__itemInfArt {
	position: absolute;
	left: 10px;
	top: 15px;
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> compareOneCategory End <<<------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> shopCart <<<-------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.shopCart__table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.shopCart__tableRow {
	display: table-row;
}

.shopCart__tableCell {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.shopCart__tableRow__header .shopCart__tableCell {
	background-color: #dedede;
	padding-top: 6px;
	padding-bottom: 6px;
}

.shopCart__tableRow__header .shopCart__tableCell:not(:last-child) .shopCart__tableCellInner {
	border-right: 1px solid #a7a7a7;
}

.shopCart__tableRow__header .shopCart__tableCell .shopCart__tableCellInner {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	text-align: center;
	line-height: 32px;
}

.shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell .shopCart__tableCellInner {
	padding-top: 25px;
}

.shopCart__imgWrap {
	display: block;
	width: 140px;
	height: 140px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.shopCart__imgWrap>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 80%;
	height: auto;
}

.shopCart__tableCellInfo {
	padding-top: 24px;
	margin-left: 18px;
}

.shopCart__art {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.shopCart__goodName {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #0a5c8a;
	text-decoration: none;
}

.shopCart__goodName:hover,
.shopCart__goodName:focus {
	color: #0a5c8a;
	text-decoration: none;
}

.shopCart__prices {
	padding-top: 24px;
}

.shopCart__priceFull {
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.shopCart__qty {
	padding-top: 12px;
}

.shopCart__qty .cart__orderQnty input[type=number] {
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 30px;
	margin-left: 28px;
	margin-right: 28px;
}

.shopCart__qty .cart__orderQnty {
	position: relative;
	width: 88px;
	float: none;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.shopCart__qty .cart__orderQnty .plus,
.shopCart__qty .cart__orderQnty .minus {
	position: absolute;
	top: 50%;
	margin-top: -9px;
    padding: 0;
}

.shopCart__qty .cart__orderQnty .plus {
	right: 0;
}

.shopCart__qty .cart__orderQnty .minus {
	left: 0;
}

.shopCart__summ {
	margin-right: 46px;
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 21px;
}

.shopCart__summ>span {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.shopCart__del {
	width: 18px;
	height: 18px;
	background: url(/images/del.png) no-repeat 0 0;
	position: absolute;
	top: 29px;
	right: 14px;
	cursor: pointer;
}

.shopCart__tableCellInner {
	position: relative;
}

.shopCart__summary {
	text-align: right;
	clear: both;
}

.shopCart__summary>span {
	display: inline-block;
	background-color: #dedede;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
	height: 57px;
	line-height: 57px;
	padding-left: 29px;
	padding-right: 29px;
}

.shopCart__summary>span>.bold {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.shopCart__order {
	text-align: center;
	padding-top: 42px;
	float: right;
}

.shopCart__orderBtn {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	min-width: 220px;
	background-color: #000;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
}

.shopCart__orderBtn:hover,
.shopCart__orderBtn:focus {
	color: #fff;
	text-decoration: none;
}

.shopCart__tableCell:nth-child(1),
.shopCart__tableCell:nth-child(2),
.shopCart__tableCell:nth-child(3),
.shopCart__tableCell:nth-child(4) {
	width: 224px;
}

.shopCart__tableCell:nth-child(5) {
	width: 274px;
}

.shopCart__continue {
	text-align: center;
	padding-top: 42px;
	float: left;
}

.shopCart__continueBtn {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	min-width: 220px;
	background-color: transparent;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #7a7a7a;
	border: 1px solid #7a7a7a;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
}

.shopCart__continueBtn:hover,
.shopCart__continueBtn:focus {
	color: #7a7a7a;
}



@media ( max-width: 1200px ) {
	.shopCart__tableCell {
		width: 20% !important;
	}
}

@media ( max-width: 768px ) {
	.shopCart__table,
	.shopCart__tableRow,
	.shopCart__tableCell {
		display: block;
	}

	.shopCart__tableRow:after {
		content: "";
		display: table;
		clear: both;
	}

	.shopCart__tableRow.shopCart__tableRow__header .shopCart__tableCell:nth-child(1),
	.shopCart__tableRow.shopCart__tableRow__header .shopCart__tableCell:nth-child(3),
	.shopCart__tableRow.shopCart__tableRow__header .shopCart__tableCell:nth-child(4) {
		display: none;
	}

	.shopCart__tableRow .shopCart__tableCell {
		width: 50% !important;
		float: left;
	}

	.shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell .shopCart__tableCellInner {
		padding-top: 0;
	}

	.shopCart__imgWrap {
		width: 120px;
		height: 120px;
	}

	.shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell:nth-child(1) {
		margin-top: 75px;
	}

	.shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell:nth-child(2) {
		position: absolute;
		top: 10px;
		left: 0;
	}

	.shopCart__tableRow:not(:first-child) {
		position: relative;
		border-bottom: 1px solid #b9b9b9;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.shopCart__tableCellInfo {
		margin: 0;
		padding: 0;
		font-size: 14px !important;
	}

	.shopCart__art,
	.shopCart__goodName {
		font-size: 14px;
		line-height: 14px;
		padding-left: 8px;
		display: block;
	}

	.shopCart__art {
		white-space: nowrap;
	}

	.shopCart__goodName {
		height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.shopCart__tableCell {
		border: 0;
	}

	.shopCart__prices {
		margin-top: 75px;
		padding-top: 0;
	}
	.shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell {
		padding-bottom: 0 !important;
	}

	.shopCart__summ {
		padding-top: 17px;
		margin-right: 0;
	}

	.shopCart__tableCellInner {
		position: static;
	}

	.shopCart__del {
		top: 10px;
		right: 10px;
	}

	.shopCart__tableRow:first-child,
	.shopCart__tableRow:last-child {
		border-bottom: 0 none;
	}

	.shopCart__tableRow:last-child {
		margin-bottom: 0;
	}

	.shopCart__order,
	.shopCart__continue {
		float: none;
	}
}

@media ( max-width: 400px ) {

	.shopCart__summary>span {
		width: 100%;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}

	.shopCart__order {
		padding-top: 44px;
	}

	.shopCart__continueBtn,
	.shopCart__orderBtn {
		min-width: 250px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media ( max-width: 320px ) {
	.shopCart__container,
	.shopCart__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.shopCart__row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.shopCart__imgWrap {
		width: 96px;
		height: 96px;
	}

	.shopCart__prices {
		margin-top: 65px;
	}

}

/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> shopCart End <<<---------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> goods__popup__detail <<<---------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.goods__popup__detail {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 1100px;
	margin: 0 auto;
}

.goods__popupTitle {
	height: 43px;
	line-height: 43px;
	padding: 0 41px 0 18px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.goods__popup__detail .cart__zoom {
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	height: 525px;
	width: 398px;
}

.goods__popup__detailInner {
	margin: 50px 35px 0;
	padding-bottom: 50px;
}

.goods__popup__detailInner:after {
	content: "";
	display: table;
	clear: both;
}

.goods__popup__detailItem {
	float: left;
	padding: 0 15px;
}

.goods__popup__detail .cart__productInfo,
.goods__popup__detail .cart__tabsWrap {
	width: 542px;
}

.cart__selColor__btn__popup {
	display: inline-block;
	margin-top: 11px;
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #bd2029;
	cursor: pointer;
}

.cart__selColor__btn__popup:hover,
.cart__selColor__btn__popup:focus {
	color: #bd2029;
}

.goods__popup__detail .cart__selColor__inner {
	/*display: none;*/
}

.goods__popup__mobile {
	text-align: center;
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

@media ( min-width: 1200px ) {
	.goods__popup__mobile {
		display: none;
	}
}

@media (max-width: 1199px) {
	.goods__popup__detailItem {
		display: none;
	}
}

@media ( max-width: 992px ) {
	.goods__popupTitle {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-right: 50px;
		line-height: normal;
		height: auto;
	}
}



/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> goods__popup__detail End <<<---------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */





/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> goods__addShopcart__popup <<<--------------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
.goods__addShopcart__popup {
	position: relative;
	background: #fff;
	width: auto;
	width: 990px;
	margin: 0 auto;
}

.goods__addShopcart__popupTitle {
	height: 43px;
	line-height: 43px;
	padding: 0 50px 0 18px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.goods__addShopcart__Inner:after {
	content: "";
	display: table;
	clear: both;
}

.goods__addShopcart__Inner {
	margin: 40px 45px 0;
	padding-bottom: 45px;
}

.goods__addShopcart__Inner .shopCart__tableCell:nth-child(1) {
	width: 170px !important;
}

.goods__addShopcart__Inner .shopCart__tableCell:nth-child(2){
	width: 210px !important;
}

.goods__addShopcart__Inner .shopCart__tableCell:nth-child(3) {
	width: 150px !important;
}

.goods__addShopcart__Inner .shopCart__tableCell:nth-child(4) {
	width: 170px !important;
}

.goods__addShopcart__Inner .shopCart__tableCell:nth-child(5) {
	width: 200px !important;
}

.goods__addShopcart__Inner .shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell .shopCart__tableCellInner {
	padding-top: 18px;
}

.goods__addShopcart__Inner .shopCart__imgWrap {
	height: 120px;
	width: 120px;
}

.goods__addShopcart__Inner .shopCart__tableCellInfo {
	margin-left: 9px;
	padding-top: 0;
}

.goods__addShopcart__Inner .shopCart__art,
.goods__addShopcart__Inner .shopCart__goodName {
	font-size: 16px;
}

.goods__addShopcart__Inner .shopCart__prices {
	padding-top: 0;
}

.goods__addShopcart__Inner .shopCart__qty {
	padding-top: 0;
}

.goods__addShopcart__Inner .shopCart__qty .cart__orderQnty {
	margin-top: -3px;
}

.goods__addShopcart__Inner .shopCart__summ {
	padding-top: 0;
}

.goods__addShopcart__Inner .shopCart__del {
	top: 21px;
}

.goods__addShopcart__Inner .shopCart__summary>span {
	height: 50px;
	line-height: 50px;
}

.goods__addShopcart__Inner .shopCart__continueBtn,
.goods__addShopcart__Inner .shopCart__orderBtn {
	height: 31px;
	line-height: 31px;
	font-size: 14px;
}

.dvizh-cart-min-amount-warning {
	color: #bd2029;
	font-weight: bold;
	font-size: 18px;
}

.header__phoneItem {
	display: flex;
	align-items: center;
}

.header__phoneItem .icon-link {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.header__phoneItem .icon-link.viber {
	background: url(/images/header_bottom/viber_icon.svg) no-repeat center;
}

.out-of-production-wrap {
	padding: 25px 35px 5px 35px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	align-items: center;
	font-size: 18px;
}

.out-of-production-wrap .status-text {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dbdbdb;
	height: 50px;
}

.out-of-production-wrap .link {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	color: #bd2029;
}

.out-of-production-wrap .link:after {
	content: '⟶';
}

.out-of-production-wrap .link a {
	color: inherit;
	font-size: 14px;
}

.category-list__empty {
	text-align: center;
	font-size: 18px;
}

@media ( max-width: 992px ) {
	.goods__addShopcart__popup {
		width: 748px;
	}

	.goods__addShopcart__Inner {
		margin-left: 15px !important;
		margin-right: 15px !important;
		margin-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.goods__addShopcart__popup .goods__addShopcart__Inner .shopCart__tableCell:nth-child(1) {
		width: 140px !important;
	}

	.goods__addShopcart__popup .goods__addShopcart__Inner .shopCart__tableCell:nth-child(3),
	.goods__addShopcart__popup .goods__addShopcart__Inner .shopCart__tableCell:nth-child(4) {
		width: 126px !important;
	}

	.goods__addShopcart__popup .goods__addShopcart__Inner .shopCart__tableCell:nth-child(5) {
		width: 116px !important;
	}

	.goods__addShopcart__Inner .shopCart__del {
		right: 5px;
	}

	.goods__addShopcart__Inner .shopCart__summ {
		margin-right: 27px;
	}
}

@media (max-width: 768px) {
	.goods__addShopcart__popup {
		width: 100%;
	}

	.goods__addShopcart__popup .goods__addShopcart__Inner .shopCart__tableRow .shopCart__tableCell {
		width: 50% !important;
		float: left;
	}

	.goods__addShopcart__Inner .shopCart__summ {
		margin-right: 0;
	}

	.goods__addShopcart__Inner .shopCart__art,
	.goods__addShopcart__Inner .shopCart__goodName {
		font-size: 14px;
	}

	.goods__addShopcart__Inner .shopCart__tableRow:not(.shopCart__tableRow__header) .shopCart__tableCell .shopCart__tableCellInner {
		padding-top: 0 !important;
	}

	.goods__addShopcart__Inner .shopCart__qty {
		padding-top: 18px;
	}

	.goods__addShopcart__Inner .shopCart__summ {
		padding-top: 17px;
	}

	.goods__addShopcart__Inner .shopCart__del {
		top: 10px;
		right: 10px;
	}
}

@media ( max-width: 420px ) {
	.goods__addShopcart__Inner {
		margin-left: 10px !important;
		margin-right: 10px !important;
		margin-top: 10px !important;
	}

	.goods__addShopcart__Inner .shopCart__imgWrap {
		width: 96px !important;
		height: 96px !important;
	}

	.goods__addShopcart__Inner .shopCart__order,
	.goods__addShopcart__Inner .shopCart__continue {
		padding-top: 30px;
	}
}


/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------>>> goods__addShopcart__popup End <<<----------------------------- */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------ */





/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signIn__popup <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.signIn__popup {
	position: relative;
	background: #fff;
	width: auto;
	width: 425px;
	margin: 0 auto;
}

.signIn__popupTitle {
	height: 43px;
	line-height: 43px;
	padding: 0 50px 0 18px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.signIn__popupInner {
	padding: 19px 19px 0;
}

@media ( max-width: 767px ) {
	.signIn__popup {
		width: 100%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signIn__popup End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> orderPage <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */






/* ----------------------------->>> i_orderPage__table <<<------------------------------------------------- */
.i_orderPage__table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.i_orderPage__tableRow {
	display: table-row;
}

.i_orderPage__tableCell {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.i_orderPage__tableRow__header .i_orderPage__tableCell {
	background-color: #dedede;
	padding-top: 6px;
	padding-bottom: 6px;
}

.i_orderPage__tableRow__header .i_orderPage__tableCell:not(:last-child) .i_orderPage__tableCellInner {
	border-right: 1px solid #a7a7a7;
}

.i_orderPage__tableRow__header .i_orderPage__tableCell .i_orderPage__tableCellInner {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	text-align: center;
	line-height: 32px;
}

.i_orderPage__tableRow:not(.i_orderPage__tableRow__header) .i_orderPage__tableCell .i_orderPage__tableCellInner {
	padding-top: 25px;
}

.i_orderPage__imgWrap {
	display: block;
	width: 140px;
	height: 140px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.i_orderPage__imgWrap>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 80%;
	height: auto;
}

.i_orderPage__tableCellInfo {
	padding-top: 24px;
	margin-left: 18px;
}

.i_orderPage__art {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.i_orderPage__goodName {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #0a5c8a;
	text-decoration: none;
}

.i_orderPage__goodName:hover,
.i_orderPage__goodName:focus {
	color: #0a5c8a;
	text-decoration: none;
}

.i_orderPage__prices {
	padding-top: 24px;
}

.i_orderPage__priceFull {
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.i_orderPage__qty {
	padding-top: 12px;
}

.i_orderPage__qty .cart__orderQnty input[type=number] {
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 30px;
	margin-left: 28px;
	margin-right: 28px;
}

.i_orderPage__qty .cart__orderQnty {
	position: relative;
	width: 88px;
	float: none;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.i_orderPage__qty .cart__orderQnty .plus,
.i_orderPage__qty .cart__orderQnty .minus {
	position: absolute;
	top: 50%;
	margin-top: -9px;
    padding: 0;
}

.i_orderPage__qty .cart__orderQnty .plus {
	right: 0;
}

.i_orderPage__qty .cart__orderQnty .minus {
	left: 0;
}

.i_orderPage__summ {
	margin-right: 46px;
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 21px;
}

.i_orderPage__summ>span {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.i_orderPage__del {
	width: 18px;
	height: 18px;
	background: url(/images/del.png) no-repeat 0 0;
	position: absolute;
	top: 29px;
	right: 14px;
	cursor: pointer;
}

.i_orderPage__tableCellInner {
	position: relative;
}

.i_orderPage__tableCell:nth-child(1),
.i_orderPage__tableCell:nth-child(2),
.i_orderPage__tableCell:nth-child(3),
.i_orderPage__tableCell:nth-child(4) {
	width: 224px;
}

.i_orderPage__tableCell:nth-child(5) {
	width: 274px;
}
/* ----------------------------->>> i_orderPage__table End <<<------------------------------------------------- */






.orderPage__infoInnerItem .i_orderPage__table {
	table-layout: auto !important;
}

.orderPage__infoInnerItem .i_orderPage__tableCell {
	width: auto !important;
	padding-bottom: 10px !important;
}

.orderPage__infoInnerItem .i_orderPage__tableRow:not(.i_orderPage__tableRow__header) .i_orderPage__tableCell .i_orderPage__tableCellInner {
	padding-top: 10px !important;
}

.orderPage__infoInnerItem .i_orderPage__imgWrap {
	height: 120px !important;
	width: 120px !important;
	margin-right: 20px;
	margin-left: 20px;
}

.orderPage__infoInnerItem .i_orderPage__tableCellInfo {
	padding-top: 10px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.orderPage__infoInnerItem .i_orderPage__goodName,
.orderPage__infoInnerItem .i_orderPage__art {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.orderPage__infoInnerItem .i_orderPage__priceFull {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
	text-align: left;

	padding-top: 10px;
}

.orderPage__infoInnerItem .i_orderPage__summ {
	padding-top: 20px;
	margin-right: 0;
	text-align: center;
}

.orderPage__infoInnerItem .i_orderPage__del {
	right: 0;
	top: 10px;
}

.orderPage__infoInnerItem .i_orderPage__qty {
	padding-right: 30px;
	padding-left: 30px;
}

.orderPage__infoInnerItem .i_orderPage__summary>span {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
	height: 50px;
}

.orderPage__infoInnerItem__note {
	padding-top: 14px;
	padding-bottom: 26px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

.orderPage__infoInnerItem__btnsWrap:after {
	content: "";
	display: table;
	clear: both;
}

.orderPage__infoInnerItem__btnsWrap>a {
	float: left;
	width: 47%;
	margin-right: 6%;
	font-size: 14px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;


	text-transform: uppercase;
	line-height: 32px;
	height: 32px;
	vertical-align: middle;

	text-align: center;

	margin-bottom: 20px;
}

.orderPage__infoInnerItem__btnsWrap>a:last-child {
	margin-right: 0;
}

.orderPage__infoInnerItem__removeAll {
	color: #7a7a7a;
	border: 1px solid #7a7a7a;
}

.orderPage__infoInnerItem__removeAll>span {
	display: inline-block;
	width: 22px;
	height: 100%;
	background: url(/images/orderPage/basket.png) no-repeat 0 center;
	-webkit-background-size: 22px 24px;
	background-size: 22px 24px;
	margin-left: 9px;
	vertical-align: top;
}

.orderPage__infoInnerItem__removeAll:focus,
.orderPage__infoInnerItem__removeAll:hover {
	color: #7a7a7a;
	outline: none;
}

.orderPage__infoInnerItem__continue {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.orderPage__infoInnerItem__continue:focus,
.orderPage__infoInnerItem__continue:hover {
	color: #fff;
	outline: none;
}


/* orderPage__formTabs */
.orderPage__formTabsList:after {
	content: "";
	display: table;
	clear: both;
}

.orderPage__formTabsListItem {
	float: left;
	width: 50%;
}

.orderPage__formTabsListItem>a {
	text-align: center;
	display: block;
	height: 49px;
	line-height: 49px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	border: 1px solid transparent;
	border-bottom-color: #e1e1e1;
	position: relative;
	top: 1px;
	background-color: #fff;
	outline: none;
}

.orderPage__formTabsListItem.ui-tabs-active>a {
	color: #000;
	border: 1px solid #e1e1e1;
	border-bottom-color: transparent;
}

.orderPage__formTabs__content {
	border: 1px solid #e1e1e1;
	padding: 17px 19px 50px;
}



.orderPage__formTabs label {
	position: relative;
	cursor: pointer;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}
.orderPage__formTabs label::-moz-selection {
	background: transparent;
}

.orderPage__formTabs label::selection {
	background: transparent;
}

.orderPage__formTabs label input + span {
	background: url(/images/checkbox.png) no-repeat -16px 0;
	content: "";
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	margin-right: 19px;
}

.orderPage__formTabs label input + span::after {
	content: "";
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.orderPage__formTabs label input:checked + span {
	background-position: 0px 0px;
}

.orderPage__formTabs label input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.orderPage__formTabs {
	padding-top: 0px;
}

.orderPage__formTabs__regRadioWrap {
	padding-bottom: 20px;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 16px;
}

.orderPage__formTabs__regRadioWrap .highlight {
	color: red;
	font-weight: bold;
}


.orderPage__formTabs__regRadioTitle,
.orderPage__formTabs__subsRadioTitle {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333;

	margin: 0 0 15px;
}

.orderPage__formTabs__subsRadioTitle {
	margin: 0 0 10px;
	padding-top: 10px;
}

.orderPage__formTabs__regRadioWrap .orderPage__formTabs__checkbox label,
.orderPage__formTabs__subsRadioWrap .orderPage__formTabs__checkbox label {
	margin-right: 20px;
	margin-bottom: 0;
}

.orderPage__formTabs__subsRadioWrap .orderPage__formTabs__checkbox label {
	line-height: 1.3 !important;
}

.orderPage__formTabs__title {
	text-align: left;
	clear: both;
	border-top: 1px solid #545454;
}

.orderPage__formTabs__title>span,
.orderPage__formTabs__footerTitle>span {
	display: inline-block;
	background-color: #545454;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	width: 42%;
	text-transform: uppercase;
	text-align: center;
}

.orderPage__formTabs__footerTitle>span {
	width: 100% !important;
}

.orderPage__formTabs__persDataWrap:after,
.orderPage__formTabs__footer:after {
	content: "";
	display: table;
	clear: both;
}

.orderPage__formTabs__persDataWrap_i,
.orderPage__formTabs__shipping,
.orderPage__formTabs__payment {
	width: 42%;
	float: left;
}

.orderPage__formTabs__shipping,
.orderPage__formTabs__persDataWrap_i:first-child {
	margin-right: 16%;
}

.orderPage__formTabs__persDataWrap .orderPage__formTabs__persDataWrap_i:first-child {
	padding: 20px 0 0;
}

.orderPage__formTabs__persDataWrap .orderPage__formTabs__persDataWrap_i:last-child {
	padding: 20px 0 0;
}

.orderPage__formInner .iti {
	width: 100%;
}

.orderPage__formInner .select2-selection {
	border-radius: 0;
	height: 30px;
	border-color: #e1e1e1;
	box-shadow: none !important;
}

.orderPage__formInner .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
	height: 28px;
	border-color: #e1e1e1;;
}

.orderPage__hr {
	margin: 0;
}

.orderPage__formTabs__persDataWrap_i label {
	margin-bottom: 0;
	line-height: 30px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}

.orderPage__formTabs__persDataWrap_i label>span {
	color: #bd2029;
}

.orderPage__formTabs__persDataWrap_i .form-control {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #e1e1e1;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.orderPage__formTabs__persDataWrap_i textarea.form-control {
	height: 90px;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
}

.orderPage__formTabs__persDataWrap_i .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.orderPage__formTabs__persData_note {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #545454;
}

.orderPage__formTabs__shippingInner {
	padding: 20px 0 20px 0;
}

.orderPage__formTabs__paymentInner {
	padding-top: 20px;
}

.orderPage__formTabs__footer .orderPage__formTabs__checkbox>label {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding-left: 31px;

	position: relative;
}

.orderPage__formTabs .orderPage__formTabs__footer .orderPage__formTabs__checkbox>label input+span {
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0 !important;
}

.orderPage__formTabs__checkboxInfo {
	padding-left: 31px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;

	margin-bottom: 13px;
}

.orderPage__formTabs__checkboxInfo+.form-group {
	margin-bottom: 13px;
}

.orderPage__formTabs__checkboxInfo>span.noteAtt {
	color: #bd2029;
	text-transform: uppercase;
}

.orderPage__formTabs__newPostParams_i label>span,
.orderPage__formTabs__checkbox>.form-group>label>span {
	color: #bd2029;
}

.orderPage__formTabs__newPostParams_i {
	margin-bottom: 10px;
	padding-left: 31px;
}

.orderPage__formTabs__footer .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 30px;
	height: 30px;
	border-color: #e1e1e1;
}

.orderPage__formTabs__footer .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #e1e1e1;
}

.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select {
	width: 100% !important;
}

.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select>button.btn,
.orderPage__formTabs__newPostParams_i .select2-container--krajee .select2-selection--single{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none !important;
	height: 30px !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select>button.btn .caret {
	border: 0 none;
	background: url(/images/cart/orderColor/select_caret.png) no-repeat 0 0;
	width: 16px;
	height: 8px;
}
.orderPage__formTabs__newPostParams_i .select2-container--krajee .select2-selection--single .select2-selection__arrow{
	border: 0 none;
	right: 15px;
}
.orderPage__formTabs__newPostParams_i .select2-container--krajee .select2-selection--single .select2-selection__arrow b{
	background: url(/images/cart/orderColor/select_caret.png) no-repeat 0 0;
	border: 0 none;
	width: 16px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
	vertical-align: middle;
}
.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select>.btn-default:focus,
.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select>.btn-default:hover,
.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select.open>.dropdown-toggle.btn-default {
	background-color: #fff !important;
}

.orderPage__formTabs__newPostParams_i .btn-group.bootstrap-select>.dropdown-menu.open {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.orderPage__formTabs__checkbox.orderPage__formTabs__checkboxCalling {
	position: relative;
}

.orderPage__formTabs__checkbox.orderPage__formTabs__checkboxCalling label input + span {
	position: absolute;
	top: 2px;
	left: 0;
}

.orderPage__formTabs__checkbox.orderPage__formTabs__checkboxCalling label {
	padding-left: 31px;
	color: #333333;
}

.orderPage__formTabs__submitWrap {
	padding-left: 0;
	padding-top: 25px;
}

.orderPage__formTabs__submitWrap>button {
	height: 44px;
	line-height: 44px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	text-align: center;
	padding: 0 20px;
	border: 0 none;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.orderPage__formTabs__noteSubscr {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	line-height: 28px;

	margin-bottom: 20px;
}

.orderPage__formTabs__noteSubscr>span {
	text-transform: uppercase;
}

.orderPage__formTabs__signInForm {
	margin-right: 120px;
	margin-left: 120px;
}

@media ( max-width: 550px ) {
	.orderPage__formTabs__signInForm {
		margin-left: 80px;
		margin-right: 80px;
	}
}

@media ( max-width: 450px ) {
	.orderPage__formTabs__signInForm {
		margin-left: 40px;
		margin-right: 40px;
	}
}

@media ( max-width: 360px ) {
	.orderPage__formTabs__signInForm {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.form-group-wrap {
	position: relative;
}

.form-group-wrap .form-group {
	margin-bottom: 11px;
}

.form-group-wrap .form-group>label {
	margin-bottom: 0;
	line-height: 32px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

.form-group-wrap .form-group>label>span {
	color: #bd2029;
}

.form-group-wrap .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e1e1e1;
}


.form-group-wrap .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #e1e1e1;
}

.orderPage__formTabs__signInLink,
.orderPage__formTabs__forgot {
	line-height: 32px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #bd2029;
	text-decoration: underline;
}

.orderPage__formTabs__signInLink:hover,
.orderPage__formTabs__signInLink:focus,
.orderPage__formTabs__forgot:hover,
.orderPage__formTabs__forgot:focus {
	color: #bd2029;
	text-decoration: underline;
}

.orderPage__formTabs__forgot {
	position: absolute;
	top: 0;
	right: 0;
}

.orderPage__formTabs__signInLinkWrap {
	text-align: center;
}

.orderPage__formTabs__signInForm_footer:after {
	content: "";
	display: table;
	clear: both;
}

.orderPage__formTabs__signInForm_footer {
	background-color: #dedede;
	padding: 20px;
	margin-left: -19px;
	margin-right: -19px;
}

.orderPage__formTabs__signInForm_footer .orderPage__formTabs__checkbox {
	float: left;
	line-height: 32px;
}

.orderPage__formTabs__signInForm_footBtnWrap {
	float: right;
}

.orderPage__formTabs__signInForm_footBtnWrap>button {
	padding-left: 42px;
	padding-right: 42px;
	height: 32px;
	line-height: 32px;
	border: 0 none;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.orderPage__formTabs__signInForm_footer .orderPage__formTabs__checkbox label input + span {
	background: url(/images/checkbox-white.png) no-repeat -16px 0;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	margin-right: 19px;
}

.orderPage__formTabs__signInForm_footer .orderPage__formTabs__checkbox label input:checked + span {
	background-position: 0px 0px;
}

.orderPage__formTabs__signInForm_footer .orderPage__formTabs__checkbox label {
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}


.orderPage__formTabs__signInForm_footer .orderPage__formTabs__checkbox label input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.i_orderPage__tableCell:nth-child(2) .i_orderPage__imgWrap {
	display: none;
}

.i_orderPage__tableCell:nth-child(3) .i_orderPage__priceFull {
	display: none;
}

.i_orderPage__summary {
	clear: both;
	text-align: right;
}

.i_orderPage__summary>span {
	display: inline-block;
	background-color: #dedede;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
	height: 57px;
	line-height: 57px;
	padding-left: 29px;
	padding-right: 29px;
}

.i_orderPage__summary>span>.bold {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

@media ( max-width: 767px ) {
	.orderPage__container,
	.orderPage__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.orderPage__row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.i_orderPage__table,
	.i_orderPage__tableRow,
	.i_orderPage__tableCell {
		display: block !important;
	}

	.i_orderPage__tableCell:first-child {
		display: none !important;
	}

	.i_orderPage__tableCell:nth-child(2) {
		width: 58% !important;
	}

	.i_orderPage__tableCell:nth-child(3) {
		width: 42% !important;
	}

	.i_orderPage__tableRow:after {
		content: "";
		display: table;
		clear: both;
	}

	.i_orderPage__tableCell {
		float: left;
	}

	.i_orderPage__tableCell:nth-child(2) .i_orderPage__imgWrap {
		display: block;
		margin-right: auto;
		margin-left: auto;
		width: 95px !important;
		height: 95px !important;
	}

	.i_orderPage__tableCell:nth-child(2) .i_orderPage__priceFull {
		display: none;
	}

	.i_orderPage__tableCell:nth-child(2) .i_orderPage__priceFull {
		display: none;
	}

	.i_orderPage__tableCell:nth-child(3) .i_orderPage__priceFull {
		/*display: block;*/
		padding-top: 70px !important;
		text-align: center;
		white-space: nowrap;
		line-height: 18px !important;
		font-size: 15px !important;
	}

	.i_orderPage__qty .cart__orderQnty {
		margin-top: 0 !important;
	}

	.orderPage__infoInnerItem .i_orderPage__qty {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.orderPage__infoInnerItem .i_orderPage__tableRow:not(.i_orderPage__tableRow__header) .i_orderPage__tableCell:nth-child(3) .i_orderPage__tableCellInner {
		padding-bottom: 38px;
	}

	.orderPage__infoInnerItem .i_orderPage__summ {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;

		height: 17px !important;
		line-height: 17px !important;

		padding-top: 0 !important;
	}


	.i_orderPage__table .i_orderPage__tableCell {
		padding-top: 10px !important;
		padding-bottom: 27px !important;
		border-bottom: 0 none;
	}

	.i_orderPage__tableRow__header .i_orderPage__tableCell {
		padding-bottom: 10px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.orderPage__infoInnerItem .i_orderPage__tableRow:not(.i_orderPage__tableRow__header) .i_orderPage__tableCell .i_orderPage__tableCellInner {
		padding-top: 0 !important;
	}

	.orderPage__infoInnerItem .i_orderPage__goodName {
		margin-bottom: 10px;
		display: block;
	}

	.i_orderPage__tableRow:not(.i_orderPage__tableRow__header) {
		position: relative;
	}

	.i_orderPage__tableRow:not(.i_orderPage__tableRow__header):not(:last-child):before {
		content: '';
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 0;
		height: 1px;
		background-color: #b9b9b9;
	}

	.i_orderPage__tableCell:nth-child(2) {
		padding-left: 10px;
	}

	.i_orderPage__tableCell:nth-child(3) {
		padding-right: 10px;
	}

	.orderPage__infoInnerItem .i_orderPage__tableCellInfo {
		padding-top: 0 !important;
	}

	.orderPage__infoInnerItem .i_orderPage__del {
		top: 0 !important;
	}

	.i_orderPage__summary>span {
		height: 50px !important;
		line-height: 50px !important;
		width: 100% !important;
		text-align: center !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}


	.orderPage__infoInnerItem__btnsWrap>a {
		margin-right: 40px !important;
		margin-left: 40px !important;
		width: auto !important;
		float: none !important;
		display: block !important;
	}

	.orderPage__formTabsListItem>a {
		line-height: 1.3 !important;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto !important;
	}

	.orderPage__formTabs__content {
		padding: 16px 10px 40px !important;
	}

	.orderPage__formTabs__regRadioWrap {
		padding-left: 0 !important;
		padding-bottom: 18px !important;
	}

	.orderPage__formTabs__regRadioTitle {
		margin-bottom: 15px !important;
	}

	.orderPage__formTabs__title>span,
	.orderPage__formTabs__footerTitle>span {
		line-height: 40px !important;
		height: 40px !important;
		width: 100%;
	}

	.orderPage__formTabs__persDataWrap .orderPage__formTabs__persDataWrap_i {
		width: 100% !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}

	.orderPage__formTabs__persDataWrap .orderPage__formTabs__persDataWrap_i:nth-child(2) {
		padding-top: 0 !important;
	}

	.orderPage__formTabs__persData_note {
		padding-top: 10px !important;
	}

	.orderPage__formTabs__persDataWrap {
		margin-bottom: 20px;
	}

	.orderPage__formTabs__shipping,
	.orderPage__formTabs__payment {
		width: 100% !important;
	}

	.orderPage__formTabs__shippingInner,
	.orderPage__formTabs__paymentInner {
		padding: 20px 5px !important;
	}

	.orderPage__formTabs__checkboxInfo {
		padding-right: 30px;
	}

	.orderPage__formTabs__checkboxInfo>br {
		display: none;
	}

	.orderPage__formTabs__newPostParams_i {
		padding-right: 31px;
	}

	.orderPage__formTabs__checkbox.orderPage__formTabs__checkboxCalling,
	.orderPage__formTabs__submitWrap {
		padding-left: 16px;
	}
}

@media ( max-width: 420px ) {
	.i_orderPage__tableCell:nth-child(3) .i_orderPage__priceFull s {
		display: block;
	}

	.orderPage__formTabsListItem>a {
		font-size: 13px;
	}
}

/* orderPage__formTabs End */



/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> orderPage End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */



/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> thxPage__page <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.thxPage__inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	padding-top: 60px;
	padding-bottom: 100px;
}

.thxPage__inner * {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	color: #000;
}

.thxPage__inner .thxPage__title {
	font-family: "OpenSansBold",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	margin-bottom: 20px;
	color: #000;
}

.thxPage__info {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.thxPage__content>div,
.thxPage__content>ul {
	padding-top: 13px;
	padding-bottom: 13px;
}

.thxPage__content a {
	color: #000;
	text-decoration: underline;
	margin-bottom: 10px;
	display: inline-block;
}

.thxPage__content a:hover,
.thxPage__content a:focus {
	color: #000;
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> thxPage__page End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signupPage__page <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.signupPage__radioInner {
	position: relative;
}

.signupPage__radioInner>label {
	margin-right: 20px;
	margin-bottom: 0;
	cursor: pointer;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #333333;
}

.signupPage__radioInner>label>input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.signupPage__radioInner>label>input+span {
	background: url(/images/checkbox.png) no-repeat -16px 0;
	content: "";
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	margin-right: 19px;
}

.signupPage__radioInner>label>input:checked+span {
	background-position: 0px 0px;
}

.signupPage__radioInner>label>input+span:after {
	content: "";
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.signupPage__formInner .form-group>label {
	line-height: 30px;
	white-space: nowrap;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	margin-bottom: 0;
	padding-top: 13px;
}

.signupPage__formInner .form-group>label>span {
	color: #bd2029;
}

.signupPage__formInner .form-group>label+input,
.signupPage__formInner .form-group>label+.iti input {
	height: 44px;
	line-height: 44px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #010101;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #dedede;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.signupPage__formInner .form-group>label+.iti {
	display: block;
}

.signupPage__formInner .form-group>label+ input {
	padding-left: 20px;
	padding-right: 20px;
}

.signupPage__formInner .form-group>label+input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.signupPage__radioTitle {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #333333;
}

.signupPage__formBtnWrap {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.signupPage__formBtn {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: center;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	border: 0 none;
	outline: none !important;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.signupPage__formBtn:focus {
	outline: none !important;
}

.signupPage__advantsTitle {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #2f2f2f;
	text-transform: uppercase;

	margin: 0 0 40px;
}

.signupPage__advantsList li {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;

	margin-bottom: 33px;
	padding-left: 39px;
	position: relative;
}

.signupPage__advantsList li:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 17px;
	background: url(/images/checkbox.png) no-repeat 0 0;
	left: 0;
	top: 3px;
}

@media ( max-width: 992px ) {
	.signupPage__advantsTitle {
		font-size: 16px;
	}

	.signupPage__advantsList li {
		margin-bottom: 27px;
	}

	.signupPage__formInner .form-group>label {
		padding-top: 0;
	}

	.signupPage__formInner .form-group>label+input {
		height: 41px;
		line-height: 41px;
	}
}

@media ( max-width: 430px ) {
	.signupPage__formInner .form-group>label {
		white-space: normal;
	}
}

@media ( max-width: 320px ) {
	.signupPage__container,
	.signupPage__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.signupPage__row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signupPage__page End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> accountPage__page <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.accountPage__linkList>li {
	padding: 1px 0;
	border-bottom: 1px solid #bd2029;
}

.accountPage__linkList>li:first-child {
	border-top: 1px solid #bd2029;
}

.accountPage__linkList>li>a {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #545454;

	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
}

.accountPage__linkList>li>a:hover {
	color: #fff;
	background-color: #bd2029;
	text-decoration: none;
}

.accountPage__linkList>li>a:focus {
	color: #545454;
	text-decoration: none;
}

.accountPage__linkList>li>a.active {
	background-color: #bd2029;
	color: #fff;
}

.accountPage__linkList>li>a.active:focus {
	background-color: #bd2029;
	color: #fff;
	text-decoration: none;
}



.accountPage__text {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	margin: 0 0 36px;
}


.accountPage__fieldsWrap:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__fieldsWrap_i {
	float: left;
	width: 46%;
	margin-right: 8%;
	margin-bottom: 40px;
}

.accountPage__fieldsWrap_i:nth-child(2n) {
	margin-right: 0;
}

.accountPage__fieldsTitle {
	text-align: center;
	padding: 14px;
	line-height: 16px;
	font-size: 16px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	background-color: #545454;
}

.accountPage__fieldsInner:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__fieldsInner {
	border: 1px solid #e1e1e1;
	border-top: 0 none;
	padding: 0 20px 18px;
}

/* accountPage__fieldsItem */
.accountPage__fieldLabel,
.accountPage__fieldsItem>.form-group>label {
	padding-top: 22px;
	padding-bottom: 0;
	margin-bottom: 0;
	vertical-align: middle;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
}

.accountPage__fieldsItem>.form-group .form-control {
	height: 44px;
	line-height: 44px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #010101;
	border: 1px solid transparent;
}

.accountPage__fieldsItem>.form-group .iti {
	display: block;
}

.accountPage__fieldsItem>.form-group label + .form-control {
	padding-left: 20px;
	padding-right: 20px;
}

.accountPage__fieldContent {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #010101;
	border: 1px solid transparent;

	min-height: 44px;
}

.accountPage__fieldContent {
	background-color: transparent;
	border-color: #dedede;
}

.accountPage__fieldsItem>.form-group .form-control {
	background-color: #eeeeee;
	border-color: #eeeeee;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.accountPage__fieldsItem>.form-group .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.accountPage__fieldsGroup .btn-group.bootstrap-select {
	height: 44px;
}

.accountPage__fieldsGroup .bootstrap-select.btn-group .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	right: 0;
	left: auto;
}

.accountPage__fieldsGroup .bootstrap-select.btn-group .btn .caret {
	border: 0 none;
	background: url(/images/cart/orderColor/select_caret.png) no-repeat 0 0;
	width: 16px;
	height: 8px;
}

.accountPage__fieldsGroup .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.accountPage__fieldsGroup .bootstrap-select > .dropdown-toggle.bs-placeholder,
.accountPage__fieldsGroup .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.accountPage__fieldsGroup .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.accountPage__fieldsGroup .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #545454;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #010101;
}

.accountPage__fieldsGroup .btn-default {
	background-color: #eeeeee !important;
	border-color: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 9px;
	padding-bottom: 9px;
	height: 100%;
}

.accountPage__fieldsGroup .btn-default:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.accountPage__textInfo {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 20px;
}

.accountPage__radioWrap {
	padding-top: 5px;
	padding-bottom: 10px;
}

.accountPage__radioTitle {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;

	margin: 0 0 15px;
}

.accountPage__radioWrap label {
	margin-right: 20px;
	margin-bottom: 0;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}

.accountPage__radioWrap label>input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.accountPage__radioWrap label>input+span {
	background: url(/images/checkbox.png) no-repeat -16px 0;
	content: "";
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	margin-right: 19px;
}

.accountPage__radioWrap label>input:checked+span {
	background-position: 0 0;
}

.accountPage__btnWrap {
	text-align: center;
	padding-top: 40px;
}

.accountPage__btnWrap>button {
	text-align: center;
	line-height: 32px;
	height: 32px;
	border: 0 none;
	outline: none;
	background-color: #000;
	color: #fff;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
/* accountPage__fieldsItem End */

@media ( max-width: 1199px ) {
	.accountPage__fieldsWrap_i {
		width: 48%;
		margin-right: 4%;
	}
}

@media ( max-width: 767px ) {
	.accountPage__container,
	.accountPage__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.accountPage__row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.accountPage__linkList>li>a {
		text-align: center;
	}

	.accountPage__fieldsWrap_i {
		width: 80% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
	}

	.accountPage__fieldsInner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.accountPage__fieldContent,
	.accountPage__fieldsItem>.form-group>.form-control {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media ( max-width: 420px ) {
	.accountPage__fieldsWrap_i {
		width: 100% !important;
	}

	.accountPage__btnWrap {
		padding-top: 20px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> accountPage__page End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> accountPage history <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.accountPage__fltrWrap {
	padding-top: 136px;
}

.accountPage__fltrWrap .fltrInputs__inner ul li {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}

.accountPage__fltrWrap .fltrInputs__inner ul li>span:not(.checkbox) {
	float: left;
}

.accountPage__fltrTitle {
	text-transform: uppercase;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #2f2f2f;

	margin: 0 0 20px;
}

.accountPage__fltrOrderNumWrap:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__fltrOrderNumWrap {
	padding-bottom: 18px;
}

.accountPage__fltrOrderNumTitle,
.accountPage__fltrDateTitle {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #2f2f2f;
	text-transform: uppercase;
}

.accountPage__fltrDateTitle {
	margin-bottom: 20px;
}

.accountPage__fltrOrderNumTitle {
	margin-right: 115px;
	padding-top: 7px;
}

.accountPage__fltrOrderNumWrap input {
	width: 106px;
	float: right;

	line-height: 33px;
	height: 33px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	background-color: #545454;
	border: 0 none;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	outline: 0 none;
}

.accountPage__fltrWrap .fltrInputs__item:last-child {
	border-bottom: 1px solid #959595;
}

.accountPage__fltrDateWrap {
	padding-bottom: 20px;
}

.accountPage__fltrDateInner:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__fltrDate_i {
	float: left;
	width: 50%;
}

.accountPage__fltrDate_i:first-child {
	padding-right: 6px;
}

.accountPage__fltrDate_i:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__fltrDateText {
	float: left;
	width: 22px;
	line-height: 32px;
}

.accountPage__fltrDateInputWrap {
	margin-left: 22px;
	height: 32px;
	line-height: 32px;
	position: relative;
}

.accountPage__fltrDateInputWrap>input {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #545454;
	padding-left: 4px;
	padding-right: 22px;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	border: 0 none;
	outline: 0 none;
	position: relative;
	z-index: 10;
}

.accountPage__fltrDateInputWrap:before {
	content: '';
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -3px;
	background: url(/images/history/arrows.png) no-repeat 0 0;
	z-index: 11;
}

.accountPage__fltrDateInputWrap.dp_opened:before {
	content: '';
	width: 12px;
	height: 6px;
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -3px;
	background: url(/images/history/arrows.png) no-repeat -12px 0;
	z-index: 10;
}


/* ui-datepicker */
.ui-datepicker {
	background-color: #fff;


	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}

.ui-datepicker table {
	margin: 7px 20px 10px;
}

.ui-datepicker th,
.ui-datepicker td {
	padding: 5px 3px;
}

.ui-datepicker .ui-icon {
	text-indent: 0;
	width: 11px;
	height: 20px;
	background-color: #000;
	display: inline-block;

}

.ui-datepicker-header {
	position: relative;
}

.ui-datepicker-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}

.ui-datepicker-next {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}

.ui-datepicker-title {
	padding-left: 46px;
	padding-right: 46px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 19px;
	margin-top: 8px;
	background-color: #545454;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
	background: url(/images/history/prev.png) no-repeat 0 0;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
	background: url(/images/history/next.png) no-repeat 0 0;
}

.ui-datepicker th,
.ui-datepicker td {
	padding: 6px 5px;
	text-align: center !important;
}

.ui-datepicker th>span,
.ui-datepicker td>a,
.ui-datepicker td>span {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	color: #545454;
}


	/* ui-datepicker End */


/* accountPage__table */
.accountPage__tableWrap {
	display: none;
}

.accountPage__table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.accountPage__tableRow {
	display: table-row;
}

.accountPage__tableCell {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:first-child {
	border-left: 1px solid #dedede;
}

.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:last-child {
	border-right: 1px solid #dedede;
}

.accountPage__tableRow__header .accountPage__tableCell {
	background-color: #dedede;
	padding-top: 6px;
	padding-bottom: 6px;
}

.accountPage__tableRow__header .accountPage__tableCell:not(:last-child) .accountPage__tableCellInner {
	border-right: 1px solid #a7a7a7;
}

.accountPage__tableRow__header .accountPage__tableCell .accountPage__tableCellInner {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	text-align: center;
	line-height: 32px;
}

.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell .accountPage__tableCellInner {
	padding-top: 32px;
}

.accountPage__imgWrap {
	display: block;
	width: 130px;
	height: 130px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.accountPage__imgWrap>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX( -50% ) translateY( -50% );
	-moz-transform: translateX( -50% ) translateY( -50% );
	-ms-transform: translateX( -50% ) translateY( -50% );
	-o-transform: translateX( -50% ) translateY( -50% );
	transform: translateX( -50% ) translateY( -50% );
	max-width: 80%;
	height: auto;
}

.accountPage__tableCellInfo {
	padding-top: 9px;
	margin-left: 12px;
}

.accountPage__art {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.accountPage__goodName {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #0a5c8a;
	text-decoration: none;
}

.accountPage__goodName:hover,
.accountPage__goodName:focus {
	color: #0a5c8a;
	text-decoration: none;
}

.accountPage__prices {
	padding-top: 10px;
}

.accountPage__priceFull {
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;
}

.accountPage__qty {
	padding-top: 10px;
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
}

.accountPage__summ {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top: 8px;
}

.accountPage__del {
	width: 18px;
	height: 18px;
	background: url(/images/del.png) no-repeat 0 0;
	position: absolute;
	top: 29px;
	right: 14px;
	cursor: pointer;
}

.accountPage__tableCellInner {
	position: relative;
}
/* accountPage__table End */

.accountPage__orderItemHeader:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__orderItemHeader {
	background-color: #dedede;
	position: relative;
}

.accountPage__orderItemHeader.opened {
	background-color: #545454;
}

.accountPage__orderItemHeader.opened>div {
	color: #fff;
}

.accountPage__orderItemHeader.opened .accountPage__orderItemHeader-btn>div {
	color: #fff;
}

.accountPage__orderItemHeader>div {
	float: left;
	text-align: center;
	padding: 12px 5px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
}

.accountPage__orderItemHeader-num {
	width: 21%;
}

.accountPage__orderItemHeader-date {
	width: 16%;
}

.accountPage__orderItemHeader-status {
	width: 18%;
}

.accountPage__orderItemHeader-sum {
	width: 45%;
	padding-right: 58px !important;
	padding-left: 20px !important;
	text-align: left !important;
}

.accountPage__orderItemHeader-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 58px;
}

.accountPage__orderItemHeader-btn>div {
	height: 18px;
	width: 18px;
	text-align: center;
	line-height: 17px;
	border: 1px solid #9e9e9e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #545454;

	cursor: pointer;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.accountPage__orderListItem {
	margin-bottom: 21px;
}


.accountPage__pagination {
	position: relative;
}

.accountPage__pagination .pagination {
	margin-top: 50px;
}

.accountPage__pagination .pagination_moreWrap {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 24px !important;
	padding-bottom: 23px !important;
}

/* ------------------------>>> checkbox filters <<<------------------------------------------------- */
.fltrInputs__inner .accountPage__checkbox label {
	margin-bottom: 0;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	cursor: pointer;

	position: relative;
	padding-left: 34px;
}

.fltrInputs__inner .accountPage__checkbox label>input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.fltrInputs__inner .accountPage__checkbox label>input+span {
	background: url(/images/checkbox.png) no-repeat -16px 0;
	content: "";
	display: block;
	padding: 0;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	margin-right: 19px;

	position: absolute;
	top: 2px;
	left: 0;
}

.fltrInputs__inner .accountPage__checkbox label>input:checked+span {
	background-position: 0 0;
}

.fltrInputs__btnApplyWrap,
.fltrInputs__btnMailingWrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.fltrInputs__btnApplyWrap {
	padding-top: 0;
}

.fltrInputs__btnApplyWrap>button,
.fltrInputs__btnMailingWrap>button {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	width: 100%;
	background-color: #000;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	outline: none;
	border: 0 none;
}

.mailing_i {
	margin-top: 20px;
}

.accountPage__fltrCloseBtn {
	display: none;

	position: absolute;
	width: 14px;
	height: 14px;
	background: url(/images/history/close.png) no-repeat 0 0;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	top: 9px;
	right: 9px;
	cursor: pointer;
}

.accountPage__btnHiddenWrap {
	display: none;
	text-align: center;
	margin-bottom: 30px;
}

.accountPage__btnHiddenWrap>span {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	color: #bd2029;
	text-align: center;
	border: 1px solid #bd2029;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
}
/* ------------------------>>> checkbox filters End <<<------------------------------------------------- */



/* ------------------------>>> *** <<<------------------------------------------------- */
.accountPage__discWrap:after,
.accountPage__discItem:after,
.accountPage__discItemFooter:after {
	content: "";
	display: table;
	clear: both;
}

.accountPage__discItem,
.accountPage__discItem_i {
	float: left;
}

.accountPage__discItem {
	border-bottom: 1px solid #e1e1e1;
}

.accountPage__discItem:first-child {
	border-left: 1px solid #e1e1e1;
}

.accountPage__discItem:last-child {
	border-right: 1px solid #e1e1e1;
}

.accountPage__discItem:nth-child(1) {
	width: 28%;
}

.accountPage__discItem:nth-child(2) {
	width: 28%;
}

.accountPage__discItem:nth-child(3) {
	width: 44%;
}

.accountPage__discItem_i {
	width: 50%;
}

.accountPage__discItemHeader {
	text-align: center;
	padding: 13px 5px;
	background-color: #545454;
}

.accountPage__discItemHeader>span {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fff;
}

.accountPage__discItem_i>span {
	display: block;
	text-align: center;
}

.accountPage__discItem_i>span:first-child {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;

	margin-bottom: 20px;
	line-height: 20px;
}

.accountPage__discItem_i>span:last-child {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #000;
}

.accountPage__discItem_i>span:last-child>span {
	font-size: 18px;
}

.accountPage__discItemFooter {
	height: 95px;
	padding-top: 14px;
	padding-bottom: 13px;
}

.accountPage__discWrap {
	margin-bottom: 60px;
}

.accountPage__discItemFooter>span {
	padding-top: 40px;
	text-align: center;
	display: block;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #000;
}

.accountPage__discItem_i,
.accountPage__discItemFooter>span {
	border-right: 1px solid #e1e1e1;
}

.accountPage__discItem:last-child .accountPage__discItemFooter>span {
	border: 0 none;
}

.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4)>span,
.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(5)>span {
	display: none;
}

.accountPage__priceFull_hidden {
	text-align: center;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;

	display: none;
}


/* ------------------------>>> *** End <<<------------------------------------------------- */

@media ( max-width: 1199px ) and ( min-width: 992px ) {
	.accountPage__fltrDate_i {
		width: 100%;
	}

	.accountPage__fltrDate_i:first-child {
		padding-right: 0;
		margin-bottom: 10px;
	}
}

@media ( max-width: 991px ) {

	.accountPage__btnHiddenWrap {
		display: block;
	}

	.accountPage__fltrWrap {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 100%;

		z-index: 999;
		overflow-y: auto;
		-webkit-transition: left .6s ease 0s, background .2s ease 0s;
		-moz-transition: left .6s ease 0s, background .2s ease 0s;
		-o-transition: left .6s ease 0s, background .2s ease 0s;
		transition: left .6s ease 0s, background .2s ease 0s;

		/*background-color: #fff;*/

		padding-top: 0;
	}

	.accountPage__fltrWrap.visible {
		left: 0;
	}

	.accountPage__fltrWrapInner {
		background-color: #fff;
		width: 320px;
		padding: 40px 24px;
		position: relative;
		border-right: 1px solid #959595;
	}

	.accountPage__fltrDateInputWrap>input {
		z-index: 999;
	}

	.accountPage__fltrDateInputWrap:before {
		z-index: 1000;
	}

	.accountPage__fltrCloseBtn {
		display: block;
	}




	.accountPage__linkList>li>a {
		text-align: center;
	}

	.accountPage__text {
		padding-top: 25px;
	}

	.accountPage__discWrap {
		margin-bottom: 30px;
		border: 1px solid #e1e1e1;
	}

	.accountPage__discItem {
		width: 100% !important;
		border: 0 none;
	}

	.accountPage__discItem_i:last-child,
	.accountPage__discItemFooter>span {
		border: 0 none;
	}

	.accountPage__discItemFooter {
		padding-top: 18px;
		padding-bottom: 18px;
		height: auto;
	}

	.accountPage__discItemFooter>span {
		padding-top: 0;
	}

	.accountPage__discItem_i>span:first-child {
		margin-bottom: 15px;
	}

}

@media ( max-width: 767px ) {
	.accountPage__orderItemHeader-num {
		width: 60%;
		text-align: left !important;
		padding-left: 10px !important;
		padding-right: 5px !important;
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}

	.accountPage__orderItemHeader-date {
		width: 40%;
		padding-right: 19px !important;
		padding-left: 5px !important;
		text-align: right !important;
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}

	.accountPage__orderItemHeader-status {
		width: 30%;
		padding-top: 20px !important;
		padding-bottom: 14px !important;
		padding-left: 10px !important;
		padding-right: 5px !important;
		text-align: left !important;
	}

	.accountPage__orderItemHeader-sum {
		width: 55%;
		padding: 5px !important;
		text-align: center !important;
	}

	.accountPage__orderItemHeader-sum>span {
		display: block;
		text-align: center;
	}

	.accountPage__orderItemHeader-btn {
		position: relative;
		float: left;
		width: 15%;
		height: 54px;
	}

	.accountPage__orderItemHeader-sum:before {
		content: '';
		position: absolute;
		left: 10px;
		right: 10px;
		height: 1px;
		background-color: #fff;
		top: 39px;
	}


	.accountPage__pagination .pagination_moreWrap {
		position: static;
		padding-top: 19px !important;
		padding-bottom: 5px !important;
	}



	.accountPage__table,
	.accountPage__tableRow,
	.accountPage__tableCell {
		display: block;
	}
	
	.accountPage__tableCell {
		float: left;
	}

	.accountPage__tableRow:after {
		content: "";
		display: table;
		clear: both;
	}

	.accountPage__tableRow__header .accountPage__tableCell:nth-child(3),
	.accountPage__tableRow__header .accountPage__tableCell:nth-child(4),
	.accountPage__tableRow__header .accountPage__tableCell:nth-child(5) {
		display: none;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:first-child,
	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(2) {
		float: left;
		width: 50%;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell {
		padding-bottom: 17px !important;
		border: 0 none !important;
	}

	.accountPage__tableRow .accountPage__tableCell:first-child {
		float: left;
		width: 41% !important;
	}

	.accountPage__tableRow .accountPage__tableCell:nth-child(2),
	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(3) {
		float: left;
		width: 59% !important;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(2) {
		padding-bottom: 15px !important;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(3) {
		display: none;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4) {
		clear: both;
	}

	.accountPage__tableRow__header .accountPage__tableCell:nth-child(2) .accountPage__tableCellInner {
		border-right: 0 none;
	}

	.accountPage__imgWrap {
		width: 100px !important;
		height: 100px !important;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell .accountPage__tableCellInner {
		padding-top: 10px !important;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4),
	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(5) {
		width: 50%;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4) .accountPage__tableCellInner>div,
	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(5) .accountPage__tableCellInner>div {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4) .accountPage__tableCellInner,
	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(5) .accountPage__tableCellInner {
		padding-bottom: 16px !important;
		padding-top: 16px !important;
	}

	.accountPage__tableRow {
		border: 1px solid #e1e1e1;
		border-top: 0 none;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4)>span,
	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(5)>span {
		display: block;
		text-align: center;
		line-height: 44px;
		height: 44px;
		background-color: #dedede;
		position: relative;

		font-family: "OpenSansRegular", sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		color: #545454;
	}

	.accountPage__tableRow:not(.accountPage__tableRow__header) .accountPage__tableCell:nth-child(4)>span:after {
		position: absolute;
		background-color: #a7a7a7;
		width: 1px;
		right: 0;
		top: 6px;
		bottom: 6px;
		width: 1px;
		content: '';
	}

	.accountPage__tableCellInfo {
		margin-left: 10px !important;
		padding-top: 0 !important;
	}

	.accountPage__priceFull {
		text-align: left;
		padding-left: 10px;
	}

	.accountPage__art,
	.accountPage__goodName {
		font-size: 14px;
	}

	.accountPage__priceFull_hidden {
		display: block;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
	}
}

@media ( max-width: 410px ) {
	.accountPage__orderItemHeader-num,
	.accountPage__orderItemHeader-date {
		width: auto;
	}

	.accountPage__orderItemHeader-date {
		float: right !important;
	}
}



/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> accountPage history End <<<---------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signinPage <<<----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.signinPage {
	padding: 40px 0;
}

.signinPage__inner {
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.signinPage .orderPage__formTabs__noteSubscr {
	text-align: center;
	margin-bottom: 60px;
}

.signinPage .orderPage__formTabs__signInForm {
	margin-right: 70px;
	margin-left: 70px;
}

.signinPage .orderPage__formTabs__signInLinkWrap {
	margin-bottom: 10px;
}

.signinPage .orderPage__formTabs__signInForm_footer {
	margin-left: 0;
	margin-right: 0;
}

@media ( max-width: 767px ) {
	.signinPage {
		padding-top: 10px;
	}

	.signinPage__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.signinPage .orderPage__formTabs__noteSubscr {
		margin-bottom: 20px;
	}

	.signinPage .orderPage__formTabs__signInForm {
		margin-right: 0;
		margin-left: 0;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signinPage End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */





/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signupSuccess <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.signupSuccess {
	padding: 40px 0;
}

.signupSuccess__inner {
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.signupSuccess p {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #010101;
	text-align: center;
	line-height: 28px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> signupSuccess End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> contactsPage <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.contactsPage {
	padding: 23px 0 0;
}

.contactsPage__mapInner {
	height: 525px;
}

.contactsPage__container,
.contactsPage__innerItem {
	padding-left: 0;
	padding-right: 0;
}

.contactsPage__row {
	margin-left: 0;
	margin-right: 0;
}

@media ( max-width: 991px ) {
	.contactsPage__container,
	.contactsPage__innerItem {
		padding-left: 15px;
		padding-right: 15px;
	}

	.contactsPage__row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 992px) {
	.contactsPage__container {
		width: 940px;
	}
}

@media ( max-width: 768px ) {
	.contactsPage__container,
	.contactsPage__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.contactsPage__row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (min-width: 1200px) {
	.contactsPage__container {
		width: 1170px;
	}
}

.contactsPage__infoWrap {
	margin: 0 0 30px 13px;
}

.contactsPage__infoWrap>ul>li {
	padding: 0 0 0 60px;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;

	margin-bottom: 12px;
}

.contactsPage__infoWrap>ul>li>span {
	position: absolute;
	width: 60px;
	height: 29px;
	left: 0;
	top: 0;
}

.contactsPage__infoWrap>ul>li>span:before {
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	-webkit-transform: translateX( -50% ) translateY( 0 );
	   -moz-transform: translateX( -50% ) translateY( 0 );
	    -ms-transform: translateX( -50% ) translateY( 0 );
	     -o-transform: translateX( -50% ) translateY( 0 );
	        transform: translateX( -50% ) translateY( 0 );
}

.contactsPage__infoWrap>ul>li:nth-child(1)>span:before {
	content: url(/images/contacts/addresses_ico.png);
}

.contactsPage__infoWrap>ul>li:nth-child(2)>span:before {
	content: url(/images/contacts/schedule_ico.png);
}

.contactsPage__infoWrap>ul>li:nth-child(3)>span:before {
	content: url(/images/contacts/messager_ico.png);
}

.contactsPage__infoWrap>ul>li:nth-child(4)>span:before {
	content: url(/images/contacts/phones_ico.png);
}

.contactsPage__infoTitle {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;

	padding: 5px 0 0;
	margin: 0 0 13px;
}

.contactsPage__infoContent li,
.contactsPage__infoContent a {
	font-family: "OpenSansRegular";
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #545454;
}

.contactsPage__infoContent li,
.contactsPage__infoContent a {
	font-family: "OpenSansRegular";
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #545454;
	line-height: 30px;
}

.contactsPage__infoContent a:hover,
.contactsPage__infoContent a:focus {
	color: #545454;
	text-decoration: none;
	outline: none;
}



.contactsPage__feedbackTitle {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 5px;
	background-color: #545454;
	color: #fdfdfd;
}

.contactsPage__feedbackInner:after {
	content: "";
	display: table;
	clear: both;
}

.contactsPage__feedbackInner {
	padding: 18px 18px 28px;
	border: 1px solid #e1e1e1;
	border-top: 0 none;
}

.contactsPage__feedbackItem {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.contactsPage__feedbackItem:nth-of-type(2) {
	margin-right: 0;
}



.contactsPage__feedbackItem .form-group {
	margin-bottom: 11px;
    padding: 0;
}

.contactsPage__feedbackItem .form-group>label.control-label  {
	margin: 5px 0 0;
	line-height: 32px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
}

.contactsPage__feedbackItem .form-group>label>span {
	color: #bd2029;
}

.contactsPage__feedbackItem .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contactsPage__feedbackItem textarea.form-control {
	height: 186px;
	line-height: 1.4;
	resize: none;
}


.contactsPage__feedbackItem .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #e1e1e1;
}

.contactsPage__btnWrap {
	text-align: center;
	padding-top: 18px;
	clear: both;
}

.contactsPage__btnWrap>button {
	text-align: center;
	line-height: 32px;
	height: 32px;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-family: OpenSansRegular;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	border-width: 0px;
	border-style: none;
	border-color: initial;
	border-image: initial;
	outline: none;
}

.contactsPage__recaptchaWrap {
	padding: 10px 0;
	clear: both;
}

@media ( max-width: 991px ) {
	.contactsPage__mapWrap {
		margin-bottom: 20px;
	}

	.contactsPage__infoWrap {
		margin-left: 0;
	}

	.contactsPage__infoWrap>ul>li {
		padding-left: 44px;
	}

	.contactsPage__infoWrap>ul>li>span {
		width: 44px;
	}
}

@media ( max-width: 767px ) {
	.contactsPage__mapInner {
		height: 450px;
	}
}

@media ( max-width: 600px ) {
	.contactsPage__mapInner {
		height: 350px;
	}

	.contactsPage__feedbackItem {
		width: 100%;
		margin-right: 0;
	}

	.contactsPage__feedbackItem textarea.form-control {
		height: 173px;
	}
}

@media ( max-width: 400px ) {
	.contactsPage__mapInner {
		height: 260px;
	}

	.contactsPage {
		padding-top: 0;
	}

}
/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> contactsPage End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */






/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> dynamycPage <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.dynamycPage__inner:after {
	content: "";
	display: table;
	clear: both;
}

.dynamycPage__inner p,
.dynamycPage__inner li,
.dynamycPage__inner a {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	line-height: 1.8;
}

.dynamycPage__inner a {
	text-decoration: underline;
}

.dynamycPage__inner a:hover,
.dynamycPage__inner a:focus,
.dynamycPage__inner a:focus:active {
	text-decoration: underline;
	color: #545454;
}

.dynamycPage__inner p,
.dynamycPage__inner ul:not(.reviews__list) {
	margin: 0 0 27px;
	overflow: hidden;
}

.dynamycPage__inner h1,
.dynamycPage__inner h2,
.dynamycPage__inner h3,
.dynamycPage__inner h4,
.dynamycPage__inner h5 {
	margin: 0 0 7px;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
	font-size: 22px;
	text-transform: uppercase;
}

.dynamycPage__inner>img {
	max-width: 470px;
	float: left;
	margin: 0 40px 40px 0;
}

.dynamycPage__imgWrap {
	max-width: 470px;
	margin: 0 40px 0 0;
	float: left;
}

.dynamycPage__imgWrap>img {
	width: 100%;
	height: auto;
}

.dynamycPage__inner ul li {
	position: relative;
	padding-left: 22px;
}

.dynamycPage__inner ul li:before {
	content: '— ';
	line-height: inherit;
	color: inherit;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}

.dynamycPage__inner ul li.reviews__listItem:before {
	display: none;
}

.dynamycPage__inner ol li {
	list-style: decimal;
}

.dynamycPage__inner ol {
	padding-left: 22px;
	overflow: hidden;
}

.dynamycPage__inner iframe {
	margin-bottom: 20px;
}

/* ------------------------>>> dynamycPage__promoItem <<<------------------------------------------------- */
/* сетка */
.dynamycPage__promoItem {
	float: left;

	margin-bottom: 70px;
}



.dynamycPage__promoItem.five {
	width: 18.4%;
}

.dynamycPage__promoItem.five:not(:nth-child(5n)) {
	margin-right: 2%;
}

.dynamycPage__promoItem.five:nth-child(5n+1) {
	clear: both;
}

.dynamycPage__promoItem.four {
	width: 23.5%;
}

.dynamycPage__promoItem.four:not(:nth-child(4n)) {
	margin-right: 2%;
}

.dynamycPage__promoItem.four:nth-child(4n+1) {
	clear: both;
}

.dynamycPage__promoItem.three {
	width: 32%;
}

.dynamycPage__promoItem.three:not(:nth-child(3n)) {
	margin-right: 2%;
}

.dynamycPage__promoItem.three:nth-child(3n+1) {
	clear: both;
}

.dynamycPage__promoItem.two {
	width: 49%;
}

.dynamycPage__promoItem.two:not(:nth-child(2n)) {
	margin-right: 2%;
}

.dynamycPage__promoItem.two:nth-child(2n+1) {
	clear: both;
}

.dynamycPage__promoItem.one {
	width: 100%;
}

.dynamycPage__promoItem.one {
	margin-right: 0 !important;
}

.dynamycPage__promoItem.one {
	clear: both !important;
}

/* сетка End */

.dynanicPage__promoImgWrap {
	display: block;
	height: 270px;
	overflow: hidden;
	position: relative;

	margin: 0 0 30px;
}

.dynanicPage__promoImgWrap>img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}

.dynamycPage__promoTitle {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	color: #000;
	text-transform: uppercase;

	margin: 0 0 10px;
}

.dynamycPage__promoSubtitle {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #bd2029;

	margin: 0 0 5px;
}

.dynamycPage__promoText {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;

	margin: 0 0 20px;
}

.dynamycPage__linkWrap {
	text-align: center;
}

.dynamycPage__linkWrap>a {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	text-decoration: underline;
	outline: none;
}

.dynamycPage__linkWrap>a:hover,
.dynamycPage__linkWrap>a:focus,
.dynamycPage__linkWrap>a:focus:active {
	color: #545454;
	text-decoration: underline;
	outline: none;
}

@media ( max-width: 1199px ) {

	.dynamycPage__promoItem {
		margin-bottom: 25px;
	}


	.dynamycPage__promoItem.three {
		width: 49%;
	}

	.dynamycPage__promoItem.three {
		margin-right: 2%;
	}

	.dynamycPage__promoItem.three:nth-child(2n) {
		margin-right: 0 !important;
	}

	.dynamycPage__promoItem.three:nth-child(3n+1) {
		clear: none;
	}

	.dynamycPage__promoItem.three:nth-child(2n+1) {
		clear: both;
	}

	.dynamycPage__promoTitle {
		font-size: 22px;
	}

	.dynamycPage__promoSubtitle {
		font-size: 16px;
	}

	.dynamycPage__promoText {
		font-size: 14px;
		margin-bottom: 15px;
	}


}

@media ( max-width: 767px ) {
	.dynanicPage__promoImgWrap {
		height: 218px;
		margin-bottom: 20px;
	}

	.dynamycPage__promoTitle {
		font-size: 20px;
	}

	.dynamycPage__promoSubtitle,
	.dynamycPage__promoText {
		font-size: 14px;
	}

}

@media ( max-width: 600px ) {
	.dynamycPage__promoItem.three,
	.dynamycPage__promoItem.three:nth-child(2n),
	.dynamycPage__promoItem.three:nth-child(3n) {
		float: none !important;
		width: 80% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media ( max-width: 420px ) {
	.dynamycPage__promoItem.three,
	.dynamycPage__promoItem.three:nth-child(2n),
	.dynamycPage__promoItem.three:nth-child(3n) {
		width: 100% !important;
	}
}


/* ------------------------>>> dynamycPage__promoItem End <<<------------------------------------------------- */


/* reviews__stars */
.reviews__stars {
	position: relative;
	overflow: hidden;
	height: 16px;
	width: 103px;
	display: block;

	margin: 0 0 35px;
}

.reviews__stars>div>img {
	position: absolute;
}

.reviews__starsFull>img {
	left: -100%;
}

.reviews__starsEmpty>img {
	left: 0;
}
/* reviews__stars End */

.reviews__listTitle {
	position: relative;
	line-height: 1;
}

.reviews__listTitle:before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #dbdbdb;
}

.reviews__listTitle>span {
	text-transform: uppercase;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #2f2f2f;
	position: relative;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	padding: 0 19px 0 0;
	background-color: #fff;
}

.reviews__listItem:after {
	content: "";
	display: table;
	clear: both;
}

.reviews__listItem {
	padding: 16px 0;
	border-bottom: 1px solid #dbdbdb;
}

.reviews__listItem:last-child {
	border-bottom: 0 none;
}

.reviews__listInfo {
	width: 200px;
	padding-right: 15px;
	float: left;
}

.reviews__listContent {
	margin: 0 0 0 200px;

	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.reviews__listUsername {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #000;

	margin: 0 0 5px;
}

.reviews__listDateWrap {
	font-family: "HelveticaNeueLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
}

.reviews__listBtnWrap {
	text-align: center;
	padding: 30px 0 40px;
}

.reviews__listBtn {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	background-color: #000;
	line-height: 32px;
	height: 32px;
	padding: 0 18px;
	cursor: pointer;
}

.reviews__formTitle {
	padding: 13px 19px;
	text-transform: uppercase;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	background-color: #545454;
}

.reviews__formInner {
	border: 1px solid #e1e1e1;
	border-top: 0;
	padding: 20px;
}

.reviews__formInner_i:after {
	content: "";
	display: table;
	clear: both;
}

.reviews__formItem {
	float: left;
}

.reviews__formItem:after {
	content: "";
	display: table;
	clear: both;
}

.reviews__formItem:nth-child(1) {
	width: 23%;
	margin: 0 2% 20px 0;
}

.reviews__formItem:nth-child(2) {
	width: 75%;
	margin: 0 0 20px;
}

.reviews__formItem:nth-child(3) {
	width: 100%;
	margin: 0 0 10px;
}

.reviews__formWrap .form-control,
.reviews__formWrap .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	background-color: transparent;
	z-index: 1;
}

.reviews__formWrap .form-group {
	position: relative;
}


.reviews__formWrap input.form-control {
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
}

.reviews__formWrap textarea.form-control {
	height: 80px;
	line-height: 1.4;
	padding: 9px;
	resize: none;
	position: relative;
}

.reviews__formWrap .form-group>.form-control+label {
	padding: 9px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	position: absolute;
	top: 0;
	z-index: -1;
}

.reviews__formWrap .form-group>.form-control+label>span {
	color: #bd2029;
}

/*.reviews__formWrap .form-group>.form-control:focus+label {
	display: none;
}*/

.reviews__formNote {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
}

.reviews__formBtnWrap {
	text-align: center;
}

.reviews__formBtnWrap>button {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	background-color: #000;
	line-height: 32px;
	height: 32px;
	padding: 0 18px;
	cursor: pointer;
	border: 0 none;
	outline: none;
}

.reviews__starsTitle {
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
}

.reviews__starsRating {
	float: left;
	padding: 3px 0 0;
	margin: 0 15px 0 0;
}

.reviews__starsNote {
	float: left;
	padding: 6px 0 0;

	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #7a7a7a;
}

@media ( max-width: 991px ) {
	.reviews__listInfo {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.reviews__listContent {
		margin-left: 0;
	}

	.reviews__listInfo:after {
		content: "";
		display: table;
		clear: both;
	}

	.reviews__listInfo__i {
		float: left;
	}

	.reviews__listDateWrap {
		float: right;
	}

	.reviews__stars {
		margin-bottom: 0;
	}

	.reviews__listTitle>span {
		font-size: 16px;
	}

	.reviews__listContent {
		font-size: 14px;
	}

	.reviews__formBtnWrap {
		padding: 27px 0 7px;
	}

	.reviews__formNote {
		text-align: center;
	}
}

@media ( max-width: 768px ) {
	.dynamycPage__imgWrap {
		max-width: none;
		margin-right: 0;
		margin-bottom: 18px;
		float: none;
	}

	.dynamycPage__container,
	.dynamycPage__innerItem {
		padding-left: 10px;
		padding-right: 10px;
	}

	.dynamycPage__row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.dynamycPage__inner p,
	.dynamycPage__inner li,
	.dynamycPage__inner a {
		font-size: 14px;
	}

	.dynamycPage__inner h1,
	.dynamycPage__inner h2,
	.dynamycPage__inner h3,
	.dynamycPage__inner h4,
	.dynamycPage__inner h5 {
		font-size: 16px;
	}

	.dynamycPage iframe {
		width: 49%;
	}

	.reviews__formItem {
		width: 100% !important;
		margin-right: 0 !important;
		float: none;
	}

	.reviews__formItem:nth-child(2) {
		display: table;
		margin-right: auto !important;
		margin-left: auto !important;
		width: auto !important;
	}

	.reviews__starsTitle,
	.reviews__starsRating,
	.reviews__starsNote {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.reviews__formNote {
		font-family: 'HelveticaNeueThin', sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 12px;
	}


}

@media ( max-width: 550px ) {
	.reviews__formItem:nth-child(2) {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.dynamycPage iframe {
		width: 100%;
	}
}

/* ------------------------>>> dynamycPage__promoItemSingle <<<------------------------------------------------- */
.dynamycPage__promoItemSingle:after {
	content: "";
	display: table;
	clear: both;
}

.dynamycPage__promoItemSingle__imgWrap {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 16px;
}

.dynamycPage__promoItemSingle__imgWrap>img {
	width: 100%;
	height: auto;
	display: block;
}
/*.dynamycPage__promoItemSingleContent{*/
	/*overflow: hidden;*/
/*}*/
.dynamycPage__promoSingleTitle {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	color: #000;
	position: relative;
	/*top: -8px;*/
	text-transform: uppercase;
}

.dynamycPage__promoSingleSubtitle {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #bd2029;

	margin: 0 0 5px;
}

.dynamycPage__promoSingleCont>h1,
.dynamycPage__promoSingleCont>h2,
.dynamycPage__promoSingleCont>h3,
.dynamycPage__promoSingleCont>h4,
.dynamycPage__promoSingleCont>h5 {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #545454;
	text-transform: none;
}

.dynamycPage__promoSingleCont>p {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	text-transform: none;
	margin-bottom: 16px;
}

@media ( max-width: 992px ) {

	.dynamycPage__promoSingleTitle {
		font-size: 22px;
	}

	.dynamycPage__promoSingleSubtitle {
		font-size: 16px;
	}

	.dynamycPage__promoSingleCont>h1,
	.dynamycPage__promoSingleCont>h2,
	.dynamycPage__promoSingleCont>h3,
	.dynamycPage__promoSingleCont>h4,
	.dynamycPage__promoSingleCont>h5 {
		font-size: 17px;
	}

	.dynamycPage__promoSingleCont>p {
		font-size: 16px;
	}

}
.dynamycPage__promoSingleCont img{
	max-width: 100%;
}

@media ( max-width: 767px ) {

	.dynamycPage__promoSingleTitle {
		font-size: 20px;
		top: 0;
	}

	.dynamycPage__promoSingleSubtitle {
		font-size: 14px;
	}

	.dynamycPage__promoSingleCont>h1,
	.dynamycPage__promoSingleCont>h2,
	.dynamycPage__promoSingleCont>h3,
	.dynamycPage__promoSingleCont>h4,
	.dynamycPage__promoSingleCont>h5 {
		font-size: 16px;
	}

	.dynamycPage__promoSingleCont>p {
		font-size: 14px;
	}

	.dynamycPage__promoItemSingle__imgWrap {
		width: 100%;
		margin-right: 0 !important;
		text-align: center;
		float: none !important;
	}

	.dynamycPage__promoItemSingle__imgWrap>img {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}

@media ( max-width: 600px ) {
	.dynamycPage__promoItemSingle__imgWrap>img {
		width: 100%;
	}
}




/* ------------------------>>> dynamycPage__promoItemSingle End <<<------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> dynamycPage End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> shippPaymtPage <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.shippPaymtPage__shippTitle,
.shippPaymtPage__paymentTitle {
	border-bottom: 1px solid #dbdbdb;
	margin: 0 0 30px;
}

.shippPaymtPage__shippTitle>span,
.shippPaymtPage__paymentTitle>span {
	display: inline-block;
	padding: 0 20px 0 0;
	background-color: #fff;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #2f2f2f;
	position: relative;
	top: 7px;
	text-transform: uppercase;
}

.shippPaymtPage__shippListItem:after,
.shippPaymtPage__paymentCont:after {
	content: "";
	display: table;
	clear: both;
}

.shippPaymtPage__shipListTitle,
.shippPaymtPage__paymentBg {
	float: left;
	width: 25%;
}

.shippPaymtPage__shipListContent,
.shippPaymtPage__paymentInner {
	float: left;
	width: 75%;
	padding-left: 2%;
}

.shippPaymtPage__shippList {
	position: relative;
}

.shippPaymtPage__shippList:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 25%;
	background: url(/images/shipping/ukraine_map.png) no-repeat center center;
	-webkit-background-size: 90% auto;
	background-size: 90% auto;
	z-index: -1;
}

.shippPaymtPage__shippListItem {
	margin: 0 0 40px;
}

.shippPaymtPage__shipListTitle {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #2f2f2f;
}

.shippPaymtPage__shipListContent *,
.shippPaymtPage__paymentInner * {
	font-family: "OpenSansRegular", sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #333;
	line-height: 1.9;
}

.shippPaymtPage__shipListContent .bold,
.shippPaymtPage__paymentInner .bold {
	font-family: "OpenSansBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

.shippPaymtPage__shipListContent .red,
.shippPaymtPage__paymentInner .red {
	color: #bc0025;
}

.shippPaymtPage__shipListContent a,
.shippPaymtPage__paymentInner a {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #bd2029;
}

.shippPaymtPage__shipListContent .indentBottom,
.shippPaymtPage__paymentInner .indentBottom {
	margin: 0 0 30px;
}

.shippPaymtPage__shipping {
	margin: 0 0 15px;
}

.shippPaymtPage__paymentBg {
	padding: 10px 0 0;
}

.shippPaymtPage__paymentBg>img {
	max-width: 100%;
	height: auto;
}

@media ( max-width: 1199px ) {
	.shippPaymtPage__shipListTitle {
		font-size: 21px;
	}
}

@media ( max-width: 991px ) {

	.shippPaymtPage__shipListTitle,
	.shippPaymtPage__paymentBg {
		float: none;
		width: auto;
	}

	.shippPaymtPage__shipListContent,
	.shippPaymtPage__paymentInner {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.shippPaymtPage__shippList:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: url(/images/shipping/ukraine_map.png) no-repeat center center;
		-webkit-background-size: 90% auto;
		background-size: 90% auto;
	}

	.shippPaymtPage__paymentCont {
		position: relative;
	}

	.shippPaymtPage__paymentBg {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-align: center;
	}

	.shippPaymtPage__paymentBg>img {
		position: relative;
		z-index: -1;
		max-width: 80%;
	}
}

@media ( max-width: 768px ) {
	/*.shippPaymtPage__shippList:before {
		-webkit-background-size: cover;
		background-size: cover;
		top: 17%;
		bottom: 20%;
	}*/

	.shippPaymtPage__shippTitle>span,
	.shippPaymtPage__paymentTitle>span {
		font-size: 16px;
		padding-right: 11px;
	}

	.shippPaymtPage__shipListTitle {
		font-size: 16px;
	}

	.shippPaymtPage__shipListContent *,
	.shippPaymtPage__paymentInner * {
		font-size: 14px;
	}

	.shippPaymtPage__paymentBg>img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX( -50% ) translateY( -50% );
		   -moz-transform: translateX( -50% ) translateY( -50% );
		    -ms-transform: translateX( -50% ) translateY( -50% );
		     -o-transform: translateX( -50% ) translateY( -50% );
		        transform: translateX( -50% ) translateY( -50% );
	}

	.shippPaymtPage__shipListContent *,
	.shippPaymtPage__paymentInner * {
		line-height: 1.4;
	}
}

@media ( max-width: 450px ) {
	.shippPaymtPage__shippList:before {
		-webkit-background-size: cover;
		background-size: cover;
		top: 17%;
		bottom: 20%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> shippPaymtPage__page End <<<--------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */





/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> discountPage <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.discountPage__innerItem {
	margin-bottom: 30px !important;
}

.discountPage__rowHeader .discountPage__cell br {
	display: none;
}

.discountPage__imgWrap {
	padding: 140px 0 0;
	margin: 0 0 40px;
}

.discountPage__imgWrap>img {
	width: 100%;
	height: auto;
}

.discountPage__title {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #2f2f2f;
	text-transform: uppercase;

	margin: 0 0 15px;
}

.discountPage__info,
.discountPage__info a {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #545454;
	line-height: 1.9;
}

.discountPage__info {
	margin-bottom: 40px;
}

.discountPage__info a{
	color: #bd2029;
	text-decoration: underline;
}

.discountPage__info a:hover,
.discountPage__info a:focus,
.discountPage__info a:focus:active {
	color: #bd2029;
	text-decoration: underline;
	outline: none;
}

.discountPage__row:after {
	content: "";
	display: table;
	clear: both;
}

.discountPage__cell {
	float: left;
	width: 33.33333333%;
	text-align: center;
	padding: 12px 3px 0;
	margin: 0 0 12px;
	position: relative;

	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	white-space: nowrap;
}

.discountPage__cell:not(:last-child):before {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #dedede;
	bottom: 5px;
}

.discountPage__cell:nth-child(1):before {
	right: -38%;
	width: 55%;
}

.discountPage__cell:nth-child(2):before {
	right: -36%;
	width: 74%;
}

.discountPage__rowHeader .discountPage__cell:before {
	display: none;
}

.discountPage__row:nth-child(2) .discountPage__cell {
	margin-top: 15px !important;
}

.discountPage__tableWrap {
	border: 1px solid #e1e1e1;
	padding: 0 0 12px;
	margin: 0 0 20px;
}

.discountPage__row.discountPage__rowHeader .discountPage__cell {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #fdfdfd;
	text-transform: uppercase;
	background-color: #545454;
	padding-bottom: 12px;
	margin-bottom: 0;
}

.discountPage__cell .bold {
	font-size: 24px;
}

.discountPage__cell .red {
	color: #bd2029;
}

.discountPage__note {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #7a7a7a;
	font-size: 13px;

	margin: 0 0 20px;
}

@media ( max-width: 1199px ) and ( min-width: 992px ) {
	.discountPage__cell:nth-child(1):before {
		right: -35%;
		width: 40%;
	}

	.discountPage__cell:nth-child(2):before {
		right: -31%;
		width: 62%;
	}
}

@media ( max-width: 991px ) {
	.discountPage__imgWrap {
		padding-top: 0;
		text-align: center;
		margin-bottom: 0;
	}

	.discountPage__imgWrap>img {
		width: 80%;
	}

	.discountPage__innerItem {
		margin-bottom: 18px !important;
	}

	.discountPage__title {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.discountPage__info {
		margin-bottom: 30px;
	}


}

@media ( max-width: 767px ) {
	.discountPage__cell {
		font-size: 12px;
	}

	.discountPage__cell .bold {
		font-size: 17px;
	}

	.discountPage__info,
	.discountPage__info a {
		font-size: 14px;
	}

	.discountPage__imgWrap>img {
		width: 100%;
	}

	.discountPage__cell:not(:last-child):before {
		bottom: 7px;
	}

	.discountPage__cell:nth-child(1):before {
		right: -38%;
		width: 62%;
	}
}

@media ( max-width: 630px ) {
	.discountPage__cell:nth-child(1):before {
		right: -38%;
		width: 57%;
	}
}

@media ( max-width: 550px ) {
	.discountPage__rowHeader .discountPage__cell br {
		display: block;
	}

	.discountPage__rowHeader .discountPage__cell {
		font-size: 0;
	}

	.discountPage__rowHeader .discountPage__cell:after {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.discountPage__rowHeader .discountPage__cell>span {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		font-size: 16px;
	}
}

@media ( max-width: 520px ) {
	.discountPage__cell:nth-child(1):before {
		right: -23%;
		width: 52%;
		z-index: 0;
	}

	.discountPage__cell:nth-child(2):before {
		right: -60%;
		width: 100%;
		z-index: 0;
	}

	.discountPage__cell>span {
		padding-right: 10px;
		background-color: #fff;
		position: relative;
		z-index: 2;
	}

	.discountPage__cell:nth-child(2)>span,
	.discountPage__cell:nth-child(3)>span {
		padding-left: 10px;
	}

	.discountPage__rowHeader .discountPage__cell>span {
		padding-right: 0;
		background-color: transparent;
	}

	.discountPage__cell:nth-child(1) {
		width: 44%;
	}

	.discountPage__cell:nth-child(2) {
		width: 24%;
	}

	.discountPage__cell:nth-child(3) {
		width: 32%;
	}
}

@media ( max-width: 360px ) {
	.discountPage__cell:nth-child(3) {
		width: 32%;
	}

	.discountPage__rowHeader .discountPage__cell:nth-child(1) {
		width: 36%;
	}

	.discountPage__rowHeader .discountPage__cell:nth-child(2),
	.discountPage__rowHeader .discountPage__cell:nth-child(3) {
		width: 32%;
	}
}

@media ( max-width: 320px ) {
	.discountPage__cell:nth-child(3) {
		text-align: right;
	}

	.discountPage__cell:nth-child(3)>span {
		padding-right: 15px;
	}

	.discountPage__cell:nth-child(2):before {
		right: -44px !important;
	}

	.discountPage__rowHeader .discountPage__cell:nth-child(3) {
		text-align: center;
	}

	.discountPage__rowHeader .discountPage__cell:nth-child(3)>span {
		padding-right: 0 !important;
	}

	.discountPage__cell:nth-child(2):before {
		right: -47px;
		width: 98%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> discountPage End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> errorPage <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.errorPage__inner:after {
	content: "";
	display: table;
	clear: both;
}

.errorPage__inner {
	padding: 160px 0 0;
}

.errorPage__imgWrap {
	width: 46%;
	margin: 0 4% 0px 0;
	float: left;
}

.errorPage__imgWrap>img {
	margin: 0 auto;
	display: block;
}

.errorPage__content {
	width: 50%;
	float: left;
}

.errorPage__title {
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	color: #2f2f2f;

	padding: 22px 0 28px;
}

.errorPage__cont p {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #2f2f2f;

	margin: 0 0 20px;
}

.errorPage__cont a {
	font-family: "OpenSansLight", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #bc0025;
}

.errorPage__linkMain {
	text-transform: uppercase;
}

@media ( max-width: 991px ) {
	.errorPage__inner {
		padding-top: 40px;
	}

	.errorPage__imgWrap,
	.errorPage__content {
		width: 100%;
		float: none;
	}

	.errorPage__imgWrap {
		margin-bottom: 30px;
		text-align: center;
	}

	.errorPage__imgWrap>img {
		width: 50%;
	}

	.errorPage__title {
		text-align: center;
		font-size: 20px;
	}

	.errorPage__content p {
		text-align: center;
		font-size: 18px;
	}

	.errorPage__content a {
		font-size: 18px;
	}
}


/* ---------------------------------------------------------------------------------------------------- */
/* ----------------------------->>> errorPage End <<<------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */



/* ------------------------>>> Правки <<<------------------------------------------------- */
.goods__allGoodsLink {
	position: absolute;
	top: 12px;
	right: 55px;
	color: #6b6b6b;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: "OpenSansSemiBold", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

.goods__allGoodsLink:hover {
	color: #bc0025;
}

/* вывод ошибок при заполнении формы */
.form-group {
	padding-bottom: 20px;
	position: relative;
}

.header__search .form-group {
	padding-bottom: 0;
}

.form-group .help-block {
	position: static !important;
	bottom: 0;
	left: 0;
	margin: 0 !important;
    font-size: 14px;
	z-index: 1;
}

.form-group.has-error .form-control {
	border-color: #a94442 !important;
}

.form-group label.control-label {
	line-height: 1;
	margin-bottom: 10px;
}
/* вывод ошибок при заполнении формы End */



/*  labels Checkboxes */
.fltrInputs__inner ul li {
	position: relative;
	/*padding-left: 34px;*/
}

.fltrInputs__inner ul li input[type="checkbox"] {
	width: 16px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.fltrInputs__inner ul li input[type="checkbox"] + .checkbox__fake {
	width: 16px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;

	background: url(../images/checkbox.png) no-repeat -17px 0;
}

.fltrInputs__inner ul li input[type="checkbox"]:checked + .checkbox__fake {
	width: 16px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;

	background: url(../images/checkbox.png) no-repeat 0 0;
}

.fltrInputs__inner ul li a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	padding-left: 34px;
	position: relative;
	z-index: 2;
}
/*  labels Checkboxes End */
.more_review{
	display: none;
}

/* ------------------------>>> Правки End <<<------------------------------------------------- */
.params-block a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    margin-bottom: 10px;
    display: inline-block;
}

@media ( max-width: 1199px ) and ( min-width: 993px ) {
	.menu__link>span {
		font-size: 11px;
	}
}

@media ( max-width: 992px ) {
	.menu__link>span {
		width: 80%;
		max-width: none;
	}
}

.goods__wrapInner>.goods__wrap {
	position: relative;
	z-index: 9;
}

.goods__wrapInner>.goods__wrap:first-child {
	z-index: 10;
}

@media ( max-width: 400px ) {
	.goods__allGoodsLink {
		top: 45px;
		right: 0;
	}
}

@media ( max-width: 375px ) {
	#review-recaptcha-recaptcha-review>div,
	#feedback-recaptcha-recaptcha-feedback-form>div {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

/* ------------------------>>> recovery <<<------------------------------------------------- */
.recovery {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 20px;
}

.recovery .panel-heading {
	padding: 0 50px 0 18px;
	background-color: #545454;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.recovery .panel-heading h3 {
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	background-color: #545454;
	color: #fdfdfd;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.recovery .panel-body label {
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000;
	line-height: 1;
	margin-bottom: 10px;
}

.recovery .panel-body .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e1e1e1;
}

.recovery .panel-body .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #e1e1e1;
}

.recovery .panel-body .btn[type="submit"] {
	padding: 0 42px;
	height: 32px;
	line-height: 32px;
	border: 0 none;
	background-color: #000;
	text-align: center;
	color: #fff;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* ------------------------>>> recovery End <<<------------------------------------------------- */

.alert-dismissible {
	color: #000;
	background-color: transparent;
	border-color: transparent;
	text-align: center;
	padding: calc(10px + 0.8068854222700377vw);
}

.menu__subList_2 {
	height: 100% !important;
	-webkit-background-size: 100% auto !important;
	background-size: 100% auto !important;
	background-position: center bottom;
}

.menu .header__searchTips {
	display: block;
	top: 100%;
}
.page-sitemap ul{
	display: block;
	list-style: disc;
	list-style-type: disc;
	padding-inline-start: 15px;
}
.page-sitemap ul li{
	list-style-type: disc;
}
.select2-container--krajee .select2-results__option[aria-selected]{
	font-weight: 600;
}
.select2-container--krajee .select2-results__option[aria-selected] .area{
	font-weight: 200;
	color: #656565;
	display: block;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] .area{
	color: #fff;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered .area{
	display: none;
}
.footer__inner__menu li a{
	font-family: "OpenSansRegular",sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #a7a7a7;
	font-size: 14px;
	text-transform: uppercase;
}
.language_suggest {
	background: black;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	gap: 10px;
	border-bottom: 1px solid #bd2029;
	font-size: 14px;
	font-family: "OpenSansRegular", sans-serif;
	font-weight: normal;
}
.language_suggest .inner {
	display: flex;
	gap: 10px;
}
.language_suggest a {
	width: 55px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: white;
}
.language_suggest a:first-child {
	background-color: #c12731;
}
.language_suggest a:last-child {
	background-color: #545454;
}
@media (max-width: 768px) {
	.language_suggest {
		height: auto;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 10px 0;
	}
	.footer__inner__menu {
		text-align: left;
		border-top: 1px solid #e1e1e1;
		padding-top: 20px;
	}
	.footer__inner__menu li{
		margin-bottom: 12px !important;
	}
}
.footer__inner__menu li {
	margin-bottom: 6px;
}
@media (min-width: 768px) {
	.footer-pc-flex{
		display: flex;
		align-items: center;
	}
	.footer__copy{
	}
}
@media (max-width: 768px) {
	.footer-pc-flex{
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.footer-pc-flex img{
		margin: 20px auto;
	}
	.first_item_footer_reverse{
		display: flex;
		flex-direction: column-reverse;
	}
	.first_item_footer_reverse .footer__img{
		margin-bottom: 25px;
	}
	.footer__inner__menu li a{
		font-size: 12px !important;
	}
}
.privacyPolicy a:hover{
	text-decoration: underline;
}

.count_notice{
	position: absolute;
	bottom: 120%;
	background: #FF4160;
	color: #fff;
	padding: 5px;
	width: 200%;
	left: -50%;
	font-family: "OpenSansRegular", sans-serif;
	font-size: 12px;
	text-align: center;
}
.count_notice:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top-color: #FF4160;
}

.vocabulary {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.vocabulary ul {
	margin-bottom: 0;
}

.vocabulary ul li {
	padding-left: 0;
}

.vocabulary ul li:before {
	display: none;
}

.vocabulary .letter {
	font-size: 22px;
	font-weight: bold;
}

.orderPage__formTabs__persDataWrap_i label.text-brown {
	color:#bd2029;
}

@media (max-width: 1199px) {
	.vocabulary {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.vocabulary {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 575px) {
	.discountPage__rowHeader .discountPage__cell {
		font-size: 15px !important;
	}
	.vocabulary {
		grid-template-columns: repeat(2, 1fr);
	}
}

.delivery-info {
	clear: both;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #545454;
	line-height: 2em;
}
.delivery-info ul {
	margin: 10px 0;
}
.delivery-info__header {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
.delivery-info ul li b {
	font-weight: 600;
}
.delivery-info__header:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
	flex-grow: 1;
}

.accountPage__tableRow__pay {
	display: table-caption;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: none;
}

.accountPage__tableRow__pay-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 35px;
	gap: 15px;
}

.accountPage__tableRow__pay-link {
	background-color: #000;
	font-size: 13px;
	font-family: "OpenSansRegular", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 30px;
	color: white;
}

.accountPage__tableRow__pay-link:hover {
	color: white;
}

@media (max-width: 767px) {
	.accountPage__tableRow__pay {
		display: block;
	}
	.accountPage__tableRow__pay-row {
		flex-direction: column;
	}

	.accountPage__tableRow__pay-col {
		text-align: center;
	}
}

.cart__productInfo__modifications {
	padding: 0 21px;
	margin-bottom: 15px;
}

.cart__productInfo__modification-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.cart__productInfo__modifications-header {
	margin-bottom: 10px;
}

.cart__productInfo__modification-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.cart__productInfo__modification-item,
.cart__productInfo__modification-item:focus,
.cart__productInfo__modification-item:hover {
	color: inherit;
}

.cart__productInfo__modification-item img {
	display: block;
	width: 80%;
	height: 80%;
	object-fit: contain;
}

.cart__productInfo__modifications .cart__productInfo__modification-item.active {
	border: 1px solid #bc0025;
	color: #bc0025;
}

.colors .cart__productInfo__modification-item  {
	display: flex;
	width: 74px;
	height: 74px;
	border: none;
}

.colors .cart__productInfo__modification-item:not(.active):hover {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.colors .cart__productInfo__modification-image {
	display: flex;
}

.cart__productInfo__modification-title {
	display: none;
}

.capacities .cart__productInfo__modification-item  {
	min-width: 50px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
	.colors .cart__productInfo__modification-items {
		max-height: 260px;
		overflow-y: auto;
		border: 1px solid #e1e1e1;
		padding: 3px 10px;
	}
	.colors .cart__productInfo__modification-item  {
		width: 100%;
		height: 50px;
		flex-direction: row;
		justify-content: flex-start;
		gap: 8px;
	}
	.colors .cart__productInfo__modification-image {
		width: 50px;
		height: 100%;
	}
	.colors .cart__productInfo__modification-title {
		display: flex;
	}
	.colors .cart__productInfo__modification-item.active {
		border: none;
	}
}