/*-------------------FIXED FOOTER------------------*/
.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh; 
}

.site-header,
.site-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0; 
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.container-fluid-nopadding {
	padding: 0;
}

/*-------------------COMMON------------------*/
.nomobile {
	min-width: 767px;
}

@font-face {
	font-family: "NotoSans-Bold";
	src:url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
	font-family: "NotoSans-Regular";
	src:url(../fonts/NotoSans-Regular.ttf);
}

body {
	font-family: "NotoSans-Regular";
}

.content {
	padding-top: 30px;
}

.section-title {
	font-size: 30px;
	font-family: "NotoSans-Bold";
	color: #000;
	margin-top: 60px;
	margin-bottom: 20px;
}

.no-wrap {
	white-space: nowrap;
}

.page-title {
	font-size: 34px;
	font-family: "NotoSans-Bold";
	color: #12312b;
	letter-spacing: -0.8px;
	padding: 26px 0 24px 0;
	margin: 0;
}

.bold {
	font-family: "NotoSans-Bold";
}

@media screen and (max-width: 500px) {
	.col-xxs {
		width:100%!important;
	}
	.long-title {
		font-size: 26px;
	}
}
/*-------------------HEADER------------------*/

.header-top-stripes {
	background: linear-gradient(to right, #b34ec5 0%,#b34ec5 12%,#3baf29 12%,#3baf29 24%,#fd8204 24%,#fd8204 36%,#00a1e1 36%,#00a1e1 48%,#b34ec5 48%,#b34ec5 60%,#3baf29 60%,#3baf29 72%,#fd8204 72%,#fd8204 85%,#00a1e1 85%,#00a1e1 100%);
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}

.header-top-menu-wrapper {
	padding-top: 5px;
	background-color: #214f46;
	border-bottom: 1px solid #1f4a41;
	box-shadow: 0px 5px 30px 10px rgba(0,0,0,0.57);
}

.header-top-menu-container {
	display: flex;
	justify-content: space-between;
}

.header-top-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-top-menu-item {
	display: inline-block;
}
.header-top-menu-link {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	padding: 12px;
	outline: none;
}
.header-top-menu-link:hover,
.header-top-menu-link:focus,
.header-top-menu-link:active {
	color: #fff;
	outline: none;
}
.header-top-menu-item:first-child .header-top-menu-link {
	padding-left: 0;
}
.header-top-menu-item:last-child .header-top-menu-link {
	padding-right: 0;
}
.city-menu .header-top-menu-link{
	padding: 12px 5px;
}


.header-main {
	background-color: #16322a;
}
.header-main-item {
	margin-left: 33px;
	margin-right: 33px;
}
.header-main-item:first-child {
	margin-left: 0;
}
.header-main-item:last-child {
	margin-right: 0;
}

.header-main-wrapper {
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	display: flex;
	align-items: center;
	text-decoration: none!important;
	color: #fff!important;
	outline: none!important;
	flex-grow: 0;
}
.logo-text {
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
    font-size: 23px;
    line-height: 24px;
    margin-left: 15px;
}

.header-tel {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-family: "NotoSans-Bold";
	color: #fff!important;
	flex-grow: 0;
	white-space: nowrap;
}

.header-search {
	flex-grow: 2;
	position: relative;
}
img.logo-image {
    width: 74px;
}

.header-search-text {
    width: 100%;
    max-width: 290px;
    display: block;
    position: relative;
    height: 35px;
    border: 1px solid #a7b2af;
    border-radius: 3px;
    padding-left: 40px;
}
.header-search-submit {
	position: absolute;
	width: 20px;
	height: 35px;
	top: 0;
	left: 10px;
	border: none;
	background-color: transparent;
	background-image: url(../images/loupe.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.header-buttons {
	width: 200px;
	display: flex;
	justify-content: space-between;
}
.header-button {
    display: block;
    height: 28px;
    width: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none!important;
    outline: none!important;
}
.header-button-counter {
    width: 27px;
    height: 27px;
    position: absolute;
    background-color: #fff;
    color: #000;
    display: block;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 13px;
    font-family: "NotoSans-Bold";
    right: 20px;
    top: 4px;
}

.header-button-counter.empty {
	display: none;
}


.catalog-menu-bg {
	background-color: #16322a;
}
.catalog-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.catalog-menu-item {
	flex-grow: 1;
	height: 45px;
}
.catalog-menu-link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "NotoSans-Bold";
	text-align: center;
	line-height: 45px;
	color: #fff!important;
	text-decoration: none!important;
	text-transform: uppercase;
}
.catalog-menu-link.green:hover {
	background-color: #3baf29;
}
.catalog-menu-link.orange:hover {
	background-color: #fd8204;
}
.catalog-menu-link.purple:hover {
	background-color: #b34ec5;
}
.catalog-menu-link.blue:hover {
	background-color: #00a1e1;
}


.city-container {
	position: relative;
}

.dropdown-city-selector {
	position: absolute;
	z-index: 10;
	list-style: none;
	padding-left: 0;
	background-color: #fff;
	right: 0;
	font-size: 12px;
	/*padding: 5px 20px;*/
	border-radius: 5px;
	text-align: right;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	display: none;
}
.dropdown-city-selector>li>a {
	display: block;
	padding: 5px 20px;
	color: #000;
}
.dropdown-city-selector>li:nth-child(2) a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropdown-city-selector>li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.dropdown-city-selector>li>a:hover {
	background-color: #fd8204;
	color: #fff;
	text-decoration: none;
}
.dropdown-city-selector .triangle {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 7px 10px;
	border-color: transparent transparent #ffffff;
	top: -7px;
	right: 30px;
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
	.catalog-menu-link {
		font-size: 15px;
	}
	.header-top-menu-link {
		font-size: 14px;
	}
	.header-main-item {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.catalog-menu-link {
		font-size: 12px;
	}
	.catalog-menu-item {
		height: 50px;
	}
	.catalog-menu-link {
		line-height: 50px;
	}
	.header-top-menu-link {
		font-size: 12px;
		padding: 12px 5px;
	}
	.header-main-item {
		margin-left: 15px;
		margin-right: 15px;
	}
	.header-main-wrapper {
		padding: 15px 0;
	}
	.header-button {
		width: 30px;
		height: 30px;
	}

	.header-button-counter {
		width: 25px;
		height: 25px;
		line-height: 21px;
		font-size: 12px;
	}
	.header-buttons {
		width: 160px;
	}
}

.header-mobile {
	background-color: #16322a;
	padding: 10px 0;
	position: relative;
}
.header-mobile-top-row {
	display: flex;
	justify-content: space-between;
}
.mobile-logo .logo-image {
	width: 40px;
	/*display: block;*/
}
.header-icon-bar {
	background-color: #fff;
}
.header-navbar-toggle {
	border: 1px solid #2a4b42;
	margin-right: 0;
}

.mobile-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	width: 100%;
	background-color: #fff;
	z-index: 3;
	padding: 20px;
}
.mobile-menu-close {
	float: none;
	padding: 0px 12px;
	border: 1px solid #d5d5d5;
	color: #969595;
	border-radius: 4px;
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	right: 15px;
	top: 20px;
	outline: none!important;
}
.mobile-menu-item {
	color: #000!important;
	display: block;
	padding: 7px 0;
	text-decoration: none!important;
	font-size: 16px;
}
.mobile-menu-city span {
	color: #fff!important;
}
.mobile-menu-city-wrap {
	position: relative;
	cursor: pointer;
}
.mobile-menu-city-wrap .dropdown-city-selector {
	top: 30px;
}

.mobile-buttons {
	margin: 5px 0;
	width: 80px;
}
.header-mobile-bottom-row .header-button {
	width: 25px;
	height: 25px;
}
.header-mobile-bottom-row .header-button-counter {
	width: 20px;
	height: 20px;
	line-height: 18px;
	right: 12px;
	font-size: 12px;
}

.header-mobile-bottom-row {
	padding-top: 10px;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.header-mobile-bottom-item {
	margin-right: 20px;
}
.header-mobile-bottom-item:last-child {
	margin-right: 0px;
}

.mobile-search {
	position: relative;
	margin-top: 10px;
	display: none;
}
.mobile-search-text {
	width: 100%;
	display: block;
	position: relative;
	height: 30px;
	border: 1px solid #a7b2af;
	border-radius: 3px;
	padding-left: 40px;
}
.mobile-search-submit {
	position: absolute;
	width: 20px;
	height: 30px;
	top: 0;
	left: 10px;
	border: none;
	background-color: transparent;
	background-image: url(../images/loupe.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.header-mobile-catalog {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	max-width: 300px;
}
.header-mobile-catalog-link {
	border-top: 1px solid #eee;
	padding: 10px 10px;
	display: block;
	
}


@media screen and (max-width: 400px) {
	.hidden-xxxs {
		display: none;
	}
	.header-mobile-bottom-item {
		/*font-size: 25px;*/
		margin-right: 15px;
	}
}
/*-------------------INDEX SLIDER------------------*/
.index-slider-wrapper {
	position: relative;
	margin-bottom: 60px;
}

.index-slide {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.slider-left {
	width: 30px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/back.svg);
	position: absolute;
	top: 45%;
	left: 0;
	cursor: pointer;
}
.slider-right {
	width: 30px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/next.svg);
	position: absolute;
	top: 45%;
	right: 0;
	cursor: pointer;
}

.slider-text {
	display: block;
	position: absolute;
	top: 20%;
	right: 20%;
	color: #fff;
	text-decoration: none;
	outline: none!important;
}
.slider-text:hover,
.slider-text:focus,
.slider-text:active {
	text-decoration: none;
}
/*-------------------INDEX_CATEGORIES------------------*/
.index-categories {
	display: flex;
	margin-bottom: 2%;
	flex-wrap: wrap;
}
.index-category-item {
	height: 280px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 15px;
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.index-category-item:nth-child(3n) {
	margin-right: 0;
}
.index-category-item:nth-child(4n) {
	margin-left: 0;
}
.index-category-item:first-child {
	margin-left: 0;
}
.index-category-item:last-child {
	margin-right: 0;
}
.index-category-item-title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	background-color: #16322a;
	padding: 5px 10px;
	font-family: "NotoSans-Bold";
	z-index: 2;
	transition: bottom 0.3s;
	font-size: 14px;
}
.index-category-item-shade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.3s;
}
.index-category-item:hover>.index-category-item-shade {
	background-color: rgba(0,0,0,0.5);
}
.index-category-item:hover>.index-category-item-title {
	bottom: 40px;
}

.index-category-item.medium {
	width: 40%;
}
.index-category-item.small {
	width: 28%;
}
.index-category-item.big {
	width: 58%;
}

@media screen and (max-width: 992px) and (min-width: 451px) {

	.index-category-item {
		width: 49%!important;
		height: 190px;
	}
	.index-category-item:nth-child(2n) {
		margin-right: 0;
	}
	.index-category-item:nth-child(3n) {
		margin-right: 1%;
		margin-left: 0;
	}
	.index-category-item:nth-child(4n) {
		margin-left: 1%;
	}
	.index-category-item:nth-child(5n) {
		margin-left: 0%;
	}
}
@media screen and (max-width: 450px) {
	.index-category-item {
		width: 100%!important;
		margin-left: 0;
		margin-right: 0;
	}
	.index-categories {
		display: block;
	}
}

/*-------------------INDEX_POPULAR------------------*/















.index-popular-items {

}
.index-popular-item {
	/*width: 23.5%;*/
	margin-left: 1%;
	margin-right: 1%;
	display: block;
	margin-bottom: 30px;

	height: 300px;
	overflow: hidden;
	position: relative;
	/*z-index: 300;*/
}
.index-popular-item:hover {
	overflow: visible;
	z-index: 300;
}

.index-popular-item:hover .popular-item-availability {
	display: flex;
}
.index-popular-item:hover .popular-item-bottom {
	display: flex;
}

.index-popular-item-inner {
	position: absolute;
	background-color: #fff;
	padding: 15px;
	top: -15px;
	left: -15px;
	right: -15px;

	border: 1px solid transparent;
	border-radius: 5px;
}
.index-popular-item:hover .index-popular-item-inner {
	border: 1px solid #c7cac9;
}

.index-popular-item-bg {
    width: 100%; 
    height: 174px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.index-popular-item:first-child {
	margin-left: 0;
}
.index-popular-item:last-child {
	margin-right: 0;
}

.popular-item-props {
	display: block;
	position: absolute;
	text-decoration: none!important;
	color: #fff!important;
	right: 15px;
	top: 15px;
}
.popular-item-props .hit {
	display: block;
	background-color: #00a1e1;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	vertical-align: middle;
	font-family: "NotoSans-Bold";
	z-index: 2;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	position: relative;
}
.popular-item-props .disc {
	display: block;
	background-color: #fd8204;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	vertical-align: middle;
	font-family: "NotoSans-Bold";
	z-index: 2;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
	position: relative;
}
.popular-item-props span:nth-child(2) {
	z-index: 1;
	position: absolute;
	left: -35px;
	top: 0;
}

.popular-item-price {
	text-align: center;
	position: relative;
	font-size: 18px;
	font-family: "NotoSans-Bold";
	margin-top: 20px;
	margin-bottom: 10px;
}
.popular-item-discount {
    position: absolute;
    left: 0%;
    color: #b3b3b3;
    font-size: 14px;
    top: 3px;
}

.popular-item-title {
	font-size: 14px;
	color: #000;
	word-wrap: break-word;
	display: block;
	text-decoration: none!important;
}

.popular-item-availability {
	padding-top: 0px;
	display: flex;
	align-items: center;
	display: none;
}
.popular-item-availability-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%

}
.popular-item-availability-circle.yes {
	background-color: #3baf29;
}
.popular-item-availability-circle.no {
	background-color: red;
}
.popular-item-availability-text {
	margin-left: 10px;
}

.popular-item-bottom {
	margin-top: 25px;
	display: flex;
	align-items: center;
	display: none;
}
.popular-item-add-to-cart {
	border: none;
	background-color: #16322a;
	border-radius: 5px;
	height: 37px;
	color: #fff;
	text-transform: uppercase;
	font-family: "NotoSans-Bold";
	font-size: 13px;
	flex-grow: 2;
}
.popular-item-add-to-cart:hover {
	background-color: #2d8c7a;
}
.popular-item-fav {
	width: 22px;
	height: 22px;
	margin: 0 12px;
	border: none;
	background-color: #fff;
	background-image: url(../images/heartb.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	cursor: pointer;
}
.popular-item-fav:hover {
	background-image: url(../images/heartg.svg);
}
.popular-item-fav:hover .popular-item-fav-message {
	display: block;
}
.popular-item-fav-message {
	display: none;
	position: absolute;
	height: 25px;
	width: 100px;
	top: -35px;
	left: -36px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	background-color: #e6e6e6;
	border-radius: 5px;
	font-size: 11px;
}
.popular-item-fav-message-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6.5px 0 6.5px;
	border-color: #e6e6e6 transparent transparent transparent;
	position: absolute;
	bottom: -7px;
	left: 44px;
}
.index-popular-item .popular-item-comp {
	background-image: url(../images/graph-cart-b.png);
}
.index-popular-item .popular-item-comp:hover {
	background-image: url(../images/graph-cart.png);
}

	.popular-item-price {
		text-align: right;
	}
@media screen and (max-width: 1199px) {

	.popular-item-add-to-cart {
		font-size: 14px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.index-popular-item-bg {
		height: 150px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.index-popular-item-bg {
		height: 120px;
	}
}



















/*-------------------INDEX_DELIVERY------------------*/
.index-delivery {
	margin-top: 30px;
}
.index-delivery-item {
	background: linear-gradient(135deg, #fea961 0%,#fc8714 100%);
	height: 160px;
	position: relative;
	margin-bottom: 30px;
}
.delivery-item-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 10%;
}
.delivery-item-text {
	color: #fff;
	font-family: "NotoSans-Bold";
	font-size: 34px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.delivery-item-image {
		width: 75px;
	}
	.delivery-item-text {
		font-size: 30px;
	}
}
@media screen and (max-width: 450px) {
	.delivery-item-image {
		width: 65px;
	}
	.delivery-item-text {
		font-size: 22px;
	}
}
/*-------------------PARTNERS------------------*/
.index-partners {
	position: relative;
}
.index-partners-slider-wrapper {
	width: 94%;
	margin: 0 auto 80px;
}

.index-partners-slide {
	height: 150px;
	display: flex!important;
	align-items: center;
	justify-content: space-around;
	outline: none!important;
	border: 1px solid #eee;
	padding: 20px;
	margin: 0 20px;
	filter: grayscale();
}
.index-partners-slide img {
	max-width: 100%;
	max-height: 100%;
}

.index-partners-slider-left,
.index-partners-slider-right {
	position: absolute;
	top: 60%;
	height: 30px;
	width: 3%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.index-partners-slider-left {
	left: 0;
	background-image: url(../images/backb.svg);
}
.index-partners-slider-right {
	right: 0;
	background-image: url(../images/nextb.svg);
}
/*-------------------FOOTER------------------*/
.site-footer {
	background-color: #16322a;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
}

.footer-item-title {
	color: #fff;
	font-size: 18px;
	font-family: "NotoSans-Bold";
	margin-bottom: 7px;
}

.footer-item-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-item-list a {
    color: #d0d0d0;
    font-size: 14px;
    display: block;
    padding: 3px 0;
}
.footer-item-list a:hover {
	color: #2d8c7a;
	text-decoration: none;
}
.footer-item-list li:first-child a {
	padding-top: 0;
}
.footer-item-list li:last-child a {
	padding-bottom: 0;
}

.footer-info {
	font-size: 14px;
	color: #fff;
	margin-bottom: 7px;
}

.copyright-and-links {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;
}
.copyright {
	color: #d0cbca;
    font-size: 15px;
}
.links-title {
	font-size: 15px;
	color: #fff;
}
.links-items {
	display: flex;
	padding-top: 10px;
}
.links-item {
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.footer-stripes {
	background: linear-gradient(to right, #b34ec5 0%,#b34ec5 12%,#3baf29 12%,#3baf29 24%,#fd8204 24%,#fd8204 36%,#00a1e1 36%,#00a1e1 48%,#b34ec5 48%,#b34ec5 60%,#3baf29 60%,#3baf29 72%,#fd8204 72%,#fd8204 85%,#00a1e1 85%,#00a1e1 100%);
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.footer-item-list a,
	.footer-info,
	.copyright,
	.links-title {
		font-size: 14px;
	}
	.footer-item-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.footer-wrapper {
		flex-wrap: wrap;
		align-content: space-between;
	}
	.footer-item {
		width: 33%;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 767px) {
	.footer-wrapper {
		flex-direction: column;
	}
	.footer-item {
		margin-bottom: 20px;
	}
	.footer-item:last-child {
		margin-bottom: 0;
	}
	.footer-item-list a {
		display: inline-block;
	}
}











/*-------------------XXXXXX------------------*/
/*-------------------PAGE_CATALOG_SECTION------------------*/
.top-subcategories {
	margin-left: -13px;
	margin-right: -13px;
	font-size: 0;
}
.top-subcategories-item {
	width: 12.5%;
	padding: 0 13px 20px;
	display: inline-block;
}

.top-subcategories-item-img {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border: 4px solid transparent;
}

.top-subcategories-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(59,175,41,0);
	transition: background-color 0.3s;
}
.top-subcategories-item:hover a.top-subcategories-item-img {
    border: 4px solid #b0df9d;
}

.top-subcategories-item:hover .top-subcategories-item-bg {
	1background-color: rgba(59,175,41,0.5);
}
.top-subcategories-item-selected-icon {
	background-image: url(../images/checked.svg);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%, -50%);
	background-color: rgb(59,175,41);
	border-radius: 50%;
	border: 1px solid #fff;
}
.top-subcategories-item.selected .top-subcategories-item-bg {
	background-color: rgba(59,175,41,0.5);
}



.top-subcategories-item:first-child .selected,
.top-subcategories-item:first-child:hover .top-subcategories-item-img {
	border-color: #b0df9d;
}
.top-subcategories-item:nth-child(2n) .selected,
.top-subcategories-item:nth-child(2n):hover .top-subcategories-item-img {
	border-color: #fd8204;
}
.top-subcategories-item:nth-child(3n) .selected,
.top-subcategories-item:nth-child(3n):hover .top-subcategories-item-img {
	border-color: #b34ec5;
}
.top-subcategories-item:nth-child(4n) .selected,
.top-subcategories-item:nth-child(4n):hover .top-subcategories-item-img {
	border-color: #00a1e1;
}
.top-subcategories-item:nth-child(5n) .selected,
.top-subcategories-item:nth-child(5n):hover .top-subcategories-item-img {
	border-color: #3baf29;
}






.top-subcategories-item-title {
	font-size: 14px;
	letter-spacing: -0.3px;
	text-align: center;
	color: #000!important;
	text-decoration: none!important;
	display: block;
	line-height: 1.2;
	padding-top: 13px;
	height: 52px;
	overflow: hidden;
}


.catalog-section-top-settings {
	display: flex;
	align-items: center;
}
.catalog-section-sort {
	display: flex;
	flex-grow: 5;
	padding-right: 25px;
	/*align-items: center;*/
}
.catalog-section-sort-title {
	font-family: "NotoSans-Bold";
	letter-spacing: -0.3px;
	color: #000;
}
.catalog-section-sort-arrow {
	font-size: 20px;
}
.catalog-section-sort-item {
	padding-left: 20px;
}

.catalog-section-on-page-amount {
	display: flex;
	align-items: center;
	flex-grow: 2;
}
.catalog-section-on-page-amount-title {
	letter-spacing: -0.3px;
}

.catalog-section-on-page-amount-select {
	border: 1px solid #80d0f0;
	width: 64px;
	height: 32px;
	border-radius: 5px;
	margin: 0 25px 0 10px;
	background: #fff url("../images/select-arrow.png") no-repeat 90% 50%;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	user-select: none!important;
}
.catalog-section-on-page-amount-select.active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.catalog-section-on-page-amount-select.active .on-page-amount-select-list {
	display: block;
}
.on-page-amount-select-current {
	padding-left: 10px;
}
.on-page-amount-select-list {
	list-style: none;
	position: absolute;
	left: -1px;
	width: 64px;
	background-color: #fff;
	top: 30px;
	padding-left: 0;
	text-align: center;
	z-index: 100;
	border: 1px solid #80d0f0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	display: none;
}
.on-page-amount-select-list li {
	padding: 0!important;
	display: list-item!important;

}
.on-page-amount-select-list li a {
	color: #000!important;
	text-decoration: none!important;
	border: none!important;
	border-radius: 0!important;
}
.on-page-amount-select-list li:hover {
	background-color: #e6e6e6;
}

.catalog-section-list-type-select-list {
	padding-left: 15px;
}
.catalog-section-list-type-select {
	display: flex;
}
.catalog-section-container {
	padding: 40px 0 100px;
}

.catalog-section-bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.formula-pagination {
	list-style: none;
	padding-left: 0;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}
.pagination-link {
	font-size: 13px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.5px;
	color: #000;
	padding: 0px 11px;
	border-radius: 5px!important;
	border: none!important;
	text-decoration: none!important;

}
.pagination-link-dots {
	color: #000!important;
	cursor: default;
}
.pagination-link:hover {
	color: #fd8204;
}
.pagination-item.selected .pagination-link {
	background-color: #fd8204;
	color: #fff!important;
}

.catalog-section-bottom .catalog-section-on-page-amount {
	flex-grow: 0;
}
.catalog-section-bottom .select-style {
	margin-right: 0;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top-subcategories-item {
		width: 16.6666666%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top-subcategories-item {
		width: 20%;
	}
	.catalog-section-top-settings {
		flex-wrap: wrap;
	}
	.catalog-section-top-settings-item {
		padding-bottom: 15px;
	}
	.catalog-section-on-page-amount {
		flex-grow: 0;
	}
}
@media screen and (max-width: 767px) {
	.top-subcategories-item-img {
		display: none;
	}
	.top-subcategories-item {
		width: auto;
		padding: 0 5px 10px;
	}
	.top-subcategories-item-title {
		background-color: #fd8204;
		height: auto;
		padding: 5px 10px;
		color: #fff;
		border-radius: 5px;
	}
	.top-subcategories {
		margin-left: -5px;
		margin-right: -5px;
	}
	.catalog-section-top-settings {
		flex-wrap: wrap;
	}
	.catalog-section-top-settings-item {
		padding-bottom: 15px;
	}
	.catalog-section-on-page-amount {
		flex-grow: 0;
	}
	.catalog-section-bottom {
		flex-direction: column;
	}
	.catalog-section-bottom .catalog-section-on-page-amount {
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 400px) {
	.catalog-section-sort {
		flex-direction: column;
	}
	.catalog-section-sort-item {
		padding-left: 0;
		padding-top: 5px;
	}
}



















/*-------------------PAGE CATALIG_ELEMENT------------------*/



.catalog-element-title {
	font-size: 27px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.9px;
	color: #12312b;
	margin-bottom: 50px;
}



.catalog-element-sku-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.catalog-element-sku-item {
	font-size: 16px;
	line-height: 16px;
	flex-shrink: 0;
	margin-bottom: 15px;
}
.catalog-element-sku-title {
	margin-right: 20px;
	font-size: 18px;
	line-height: 18px;
}
.catalog-element-sku-item-selectable {
	padding: 11px 20px 13px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	margin-right: 15px;
	color: #000;
	text-decoration: none!important;
	outline: none!important;
}
.catalog-element-sku-item-selectable:hover,
.catalog-element-sku-item-selectable:focus,
.catalog-element-sku-item-selectable:active {
	color: #91d286;
	border: 1px solid #91d286;
}

.catalog-element-price-wrap {
	display: flex;
	align-items: baseline;
	margin-bottom: 0px;
}
.catalog-element-price-title  {
	font-size: 16px;
	letter-spacing: -0.4px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.catalog-element-price {
	font-size: 25px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.4px;
	margin-right: 13px;
	margin-bottom: 15px;
}
.catalog-element-price-old {
	color: #a7a7a7;
	font-size: 16px;
	margin-right: 13px;
	margin-bottom: 15px;
}

.catalog-element-quantity-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.catalog-element-quantity-title {
	font-size: 16px;
	letter-spacing: -0.4px;
	margin-right: 20px;
}
.catalog-element-quantity-select {
	width: 105px;
	height: 32px;
	border: 1px solid #70caee;
	border-radius: 5px;
	position: relative;
}
.catalog-element-quantity-select-amount {
	font-size: 14px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.4px;
	width: 75px;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	border: none;
	background-color: transparent;
}
.catalog-element-quantity-select-plus {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 50%;
	text-align: center;
	background-color: #00a1e1;
	border-top-right-radius: 5px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #00a1e1;
	font-size: 16px;
	line-height: 16px;
	user-select: none;
}
.catalog-element-quantity-select-minus {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 50%;
	text-align: center;
	background-color: #00a1e1;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #00a1e1;
	border-top: 1px solid #70caee;
	font-size: 16px;
	line-height: 16px;
	user-select: none;
}

.catalog-element-quantity-select-plus,.element-quantity A.up {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px!important;
	height: 50%;
	text-align: center;
	background-color: #00a1e1;
	border-top-right-radius: 5px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #00a1e1!important;
	font-size: 16px;
	line-height: 16px;
	user-select: none;
}
.catalog-element-quantity-select-minus,.element-quantity A.dn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px!important;
	height: 50%;
	text-align: center;
	background-color: #00a1e1;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #00a1e1!important;
	border-top: 1px solid #70caee;
	font-size: 16px;
	line-height: 16px;
	user-select: none;
}
.catalog-element-gallery {
	max-width: 370px;
}
.catalog-element-gallery-pic {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-bottom: 100%;
	margin-bottom: 15px;
	position: relative;
}
.gallery-small-items {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.gallery-small-item {
	display: table;
	/*height: 85px;*/
	padding-bottom: 22%;
	width: 23%;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.gallery-small-item:hover .gallery-small-item-bg {
	background-color: rgba(59,175,41,0.5);
}
.gallery-small-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(59,175,41,0);
	transition: background-color 0.3s;
}

.catalog-element-total-price-wrap {
	display: flex;
	align-items: baseline;
}
.catalog-element-total-price-title {
	font-size: 16px;
	letter-spacing: -0.4px;
	margin-right: 20px;
}
.catalog-element-total-price-num {
	font-family: "NotoSans-Bold";
	font-size: 25px;
	letter-spacing: -0.6px;
}

.catalog-element-buttons {
	margin-top: 50px;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	margin-bottom: 30px;

}

.catalog-element-btn {
    font-family: "NotoSans-Bold";
    font-size: 16px;
    max-width: 210px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 7px 0px;
    line-height: 20px;
    outline: none;
    width: 30%;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
	min-width: 180px;
}
.catalog-element-btn:hover {
	background-color: #b3b3b3;
}


.popular-item-fav-element {
	background-color: #fff;
}

.catalog-element-buy-btn {
	background-color: #fd8204;
	border: 1px solid #fd8204;
}
.catalog-element-buy-btn:hover {
	background-color: #e06a00;
}
.catalog-element-buy-btn:active {
	background-color: #cb6000;
}

.catalog-element-compare-btn {
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #fff;
	border: 2px solid #fa9600;
	color: #000;
	text-decoration: none!important;
}
.catalog-element-compare-btn:hover {
	background-color: #b3b3b3;
}
.catalog-element-compare-btn:active {
	background-color: #8f8f8f;
}
.btn-compare-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.catalog-element-oneclick:hover {
	background-color: #fa9600;
	color: #fff;
}
.catalog-element-cheaper:hover {
	background-color: #ddd;
}

.catalog-element-props-table-wrap {
	background-color: #f6f8f8;
	padding: 30px;
	margin-bottom: 60px;
}
.props-table {
	width: 100%;
}

.props-table tr {
	    border-bottom: 1px dashed #d6d6d6;
}

.props-table td {
	font-size: 14px;
	line-height: 1.88;
	letter-spacing: -0.3px;
	color: #3b3b3b;
}
.props-table td:last-child {
	color: #000;
	text-align: right;
}

.catalog-element-sub-title {
	font-family: "NotoSans-Bold";
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	margin-top: 30px;
}

.buy-with-item {
	margin: 0 15px;
}
.buy-with-slider .slick-list {
	margin: 0 -15px;
}
.catalog-element-similar {
	padding-top: 30px;
}


.similar-slider .slick-list {
	margin: 0 -15px;
}

.with-arrows {
	position: relative;

}
.catalog-element-arrows {
	position: absolute;
	top: 0;
	right: 0;
	width: 57px;
}
.arrow {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 10px;
	cursor: pointer;
}
.arrow-left {
	left: 0;
}
.arrow-right {
	right: 0;
}

.catalog-element-similar {
	margin-bottom: 70px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.catalog-element-btn {
		font-size: 14px;
		letter-spacing: 0.1px;
		padding: 10px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.catalog-element-btn {
		font-size: 14px;
		letter-spacing: 0.1px;
		padding: 10px;
	}
	.btn-compare-icon {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.catalog-element-btn {
		font-size: 14px;
		letter-spacing: 0.1px;
		padding: 10px;
		margin-right: 10px;
	}
	.catalog-element-btn:last-child {
		margin-right: 0;
	}
	.btn-compare-icon {
		margin: 0;
	}
	.catalog-element-compare-btn {
		width: 50px;
	}
	.catalog-element-buy-btn {
		width: 200px;
	}
	.catalog-element-buttons {
		justify-content: flex-start;
		margin-top: 50px;
	}
}
@media screen and (max-width: 600px) {
	.props-table td {
		display: block;
	}
	.props-table td:last-child {
		text-align: left;
	}
	.props-table td:first-child {
		font-weight: bold;
	}
}
/*--------------------------------------*/

















/*-------------------PAGE ABOUT------------------*/
.about-summary {
	font-size: 14px;
	line-height: 1.44;
	letter-spacing: -0.4px;
	margin-top: 60px;
	margin-bottom: 75px;
}

.about-block {
	margin-bottom: 60px;
}
.about-block-title {
	margin: 0 0 20px;
	font-family: "NotoSans-Bold";
	font-size: 30px;
	letter-spacing: -0.6px;
	text-align: left;
	color: #12312b;
}
.about-block-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.44;
	letter-spacing: -0.4px;
	color: #000;
}
.about-block-list {
	list-style: none;
	padding-left: 0;
	font-size: 18px;
	line-height: 1.44;
	letter-spacing: -0.4px;
	color: #000;
}

.about-slider-wrapper {
	position: relative;
	margin-bottom: 60px;
}
.about-slider-left {
	width: 5%;
	height: 100%;
	background-size: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
	cursor: pointer;
}
.about-slider-right {
	width: 5%;
	height: 100%;
	background-size: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 400;
	cursor: pointer;
}
.about-slider-container {
	width: 90%;
	margin: 0 auto;
}
.about-slide {
	padding: 0 15px;
}

.about-narrow {
	max-width: 860px;
	margin: 0 auto;
}

.about-vacancies {
	margin-bottom: 100px;
}
.about-vacancies-title {
	font-family: "NotoSans-Bold";
	font-size: 32px;
	letter-spacing: -0.8px;
	text-align: left;
	color: #12312b;
	margin-bottom: 26px;
}
.about-vacancies-text {
	font-size: 14px;
	line-height: 1.44;
	letter-spacing: -0.4px;
	color: #000;
	margin-bottom: 30px;
}
.about-vacancies-info-title {
	font-size: 16px;
	line-height: 1.44;
	letter-spacing: -0.4px;
	text-align: left;
	color: #000;
}
.about-vacancies-info-item {
	font-size: 25px;
	line-height: 1.04;
	letter-spacing: -0.5px;
	color: #ff8300!important;
	text-decoration: none!important;
	margin: 10px 0 30px;
	display: block;
}
/*------------------------------------------*/
















/*-------------------PAGE AUTH------------------*/
.page-auth {
	padding: 50px 0 100px;
}


.auth-tab-selector {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.auth-tab {
	font-family: "NotoSans-Bold";
	font-size: 25px;
	letter-spacing: -0.8px;
	text-align: left;
	color: #00a1df;
	display: block;
	border-bottom: 2px dashed #00a1df;
	margin-right: 60px;
	text-decoration: none!important;
}

.auth-tab.active {
	color: #000;
	border: none;
	pointer-events: none;
}
.auth-tab:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px dashed #000;
}

.auth-btn {
	font-family: "NotoSans-Bold";
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 15px 0px;
    line-height: 20px;
    outline: none;
    width: 180px;
	text-transform: uppercase;
	background-color: #fd8204;
	border: 1px solid #fd8204;
}
.auth-btn:hover {
	background-color: #e06a00;
}
.auth-btn:active {
	background-color: #cb6000;
}

.auth-small {
	font-size: 14px;
	line-height: 1.22;
	letter-spacing: -0.4px;
	text-align: left;
	color: #00a1df;
	background-color: transparent;
	border: none;
	padding: 20px 10px;
	outline: none!important;
}

.auth-input-text {
	border: 1px solid #70caee;
	border-radius: 5px;
	padding: 10px;
	display: block;
	width: 100%;
}

.auth-content-tab {
	width: 600px;
	max-width: 100%;
	display: none;
}
.auth-content-tab.active {
	display: block;
}

.auth-content-tab-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 15px;
}
.auth-content-tab-table tr {
	padding-bottom: 15px;
}
.auth-table-spacer {
	font-size: 14px;
	line-height: 1.22;
	letter-spacing: -0.4px;
	padding-right: 60px;
}
.auth-buttons-cell {

}

.auth-agree-link {
	color: #00a1df;
}
.auth-btn-wide {
	width: 300px;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.auth-content-tab-table td {
		display: block;
	}
	.auth-btn-wide {
		font-size: 14px;
		width: 230px;
	}
}

/*-------------------------------------*/
































/*-------------------PAGE DEALS------------------*/
.deal {
	margin-bottom: 30px;
}

.deal-top {
	display: flex;
	align-items: center;
}
.deal-title {
	width: 880px;
	max-width: 70%;
	height: 150px;
	background-size: 100;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none!important;
	cursor: pointer;
}
.deal-top-arrow {
	width: 30%;
	height: 150px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: 15% center;
	cursor: pointer;
}
.deal-content {
	background-color: #f6f8f8;
	padding: 60px 40px;
	width: 880px;
	max-width: 70%;
	display: none;
}
.deal-title-text {
	font-size: 22px;
	/*height: 150px;*/
	width: 100%;
	text-align: center;
}

.deal-content-links-title {
	font-size: 16px;
	line-height: 1.63;
	letter-spacing: -0.3px;
	color: #b3b3b3;
	margin-top: 55px;
}

.deals-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	max-width: 70%;
	margin-bottom: 100px;
}
.deals-pagination .formula-pagination {
	flex-grow: 0;
	margin: 0 0 20px 0;
}
.deals-pagination .catalog-section-on-page-amount {
	flex-grow: 0;
	margin: 0 0 20px 0;
}
.deals-pagination .catalog-section-top-settings-item {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.deal-title,
	.deal-content {
		max-width: 100%;
	}
	.deal-top-arrow {
		display: none;
	}
	.deal-title {
		background-image: none!important;
		background: #ffc41e;
		display: flex;
		align-items: center;
		height: 100px;
	}
	.deals-pagination {
		max-width: 100%;
	}

}
/*-------------------------------------*/































/*-------------------PAGE_LK------------------*/
.lk-tabs {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #000;
}
.lk-tab {
	padding: 20px 40px;
	font-size: 16px;
	font-family: "NotoSans-Bold";
	color: #12312b;
	border: 2px solid #d9d9d9;
	border-bottom: none;
	color: #d9d9d9;
	cursor: pointer;
}
.lk-tab:first-child {
	border-right: none;
}
.lk-tab:last-child {
	border-left: none;
}
.lk-tab.active {
	cursor: default;
	color: #000;
	border: 2px solid #000;
	border-bottom: none;
	z-index: 2;
	background-color: #fff;
	position: relative;
}

.lk-tabs-content-wrapper {
	position: relative;
	top: -4px;
	background-color: #fff;
	border-top: 2px solid #000;
	padding-bottom: 80px;
}
.lk-tabs-content {
	display: none;
	padding-top: 70px;
}
.lk-tabs-content.active {
	display: block;
}

.lk-user-info-table td {
	padding-bottom: 5px;
}
.lk-user-info-table td:first-child {
	padding-right: 65px;
	font-size: 15px;
	line-height: 1.22;
	letter-spacing: -0.4px;
	color: #b3b3b3;
}
.lk-user-info-table td:last-child {
	font-size: 15px;
	line-height: 1.22;
	letter-spacing: -0.4px;
	color: #000000;
}
.lk-user-info-change-btn {
	padding: 15px 35px;
	border: none;
	background-color: #00a1e1;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.3px;
	color: #ffffff;
	max-width: 100%;
}
.lk-user-info-change-btn:hover{
	background-color: #047ba0;
}

.lk-user-info-input {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 12px 15px;
	width: 100%;
}

.lk-user-info-input.active {
	border: 1px solid #70caee;
}

.lk-history-item-header {
	border: 1px solid #d9d9d9;
	border-top: none;
	padding: 0px 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lk-history-item:first-child .lk-history-item-header{
	border-top: 1px solid #d9d9d9;
}

.lk-history-item-header-align {
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
}

.lk-history-item-header-title {
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #000000;
	/*flex-grow: 1;*/
	/*padding-right: 40px;*/
	/*flex-basis: 260px;*/
	width: 280px;
	max-width: 100%;
}
.lk-history-item-header-status {
	flex-grow: 4;
}
.lk-history-item-header-status-text {
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #000000;
}
.lk-history-item-header-status-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
}
.lk-history-item-header-status-dot.yellow {
	background-color: #fcee21;
}
.lk-history-item-header-status-dot.green {
	background-color: #3baf29;
}

.lk-history-item-header-pay {
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #000000!important;
	text-decoration: none!important;
	display: block;
}
.lk-history-item-header-pay:hover {
	background-color: #e6e6e6;
}
.lk-history-item-header-pay img {
	height: 20px;
}

.lk-history-item-header-arrow {
	background-image: url(../images/down-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	width: 40px;
	cursor: pointer;
}
.lk-history-item-header-arrow.up {
	background-image: url(../images/up-arrow.svg);
}

.lk-history-item-content {
	display: none;
	padding: 30px 25px;
	background-color: #f6f8f8;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.lk-history-item-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}
.lk-history-item-content-img {
    width: 195px;
    height: 165px;
	max-width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: 60px;
}

.lk-history-item-content-main {
	flex-shrink: 1;
}
.lk-history-item-content-title {
	font-size: 16px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.6px;
	color: #000000;
	padding-bottom: 15px;
}
.lk-history-item-content-price-wrap {
	display: flex;
	align-items: flex-end;
}
.lk-history-item-content-price {
	font-size: 22px;
	line-height: 31px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.6px;
	color: #000000;
}
.lk-history-item-content-discount {
	font-size: 17px;
	line-height: 23px;
	letter-spacing: -0.5px;
	color: #999999;
	padding-left: 20px;
}
.lk-history-item-content-quantity {
	flex-shrink: 0;
	padding: 0 100px;
}
.lk-history-item-content-quantity-text {
	font-size: 14px;
	letter-spacing: -0.4px;
	color: #000000;
}
.lk-history-item-content-quantity-number {
	font-size: 16px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.6px;
	color: #000000;
	text-align: center;
}

.lk-history-item-content-price-total {
	font-size: 26px;
	letter-spacing: -0.9px;
	font-family: "NotoSans-Bold";
	color: #000000;
	flex-shrink: 0;
}


.lk-history-item-content-billing {
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #e1e3e3;
	max-width: 900px;
	margin: 0 auto;
}
.lk-history-item-content-billing-left {
	width: 50%;
}
.lk-history-item-content-billing-title {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #b3b3b3;
    padding-top: 21px;
}
.lk-history-item-content-billing-left-content {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: -0.4px;
	color: #000000;
}

.lk-history-item-content-billing-right {
	width: 50%;
}

.lk-history-item-content-billing-total {
	float: right;
	margin-top: 35px;
}
.lk-history-item-content-billing-total td:first-child {
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #000000;
	padding-right: 30px;
}
.lk-history-item-content-billing-total td:last-child {
	font-size: 25.5px;
	font-family: "NotoSans-Bold";
	letter-spacing: -0.9px;
	color: #000000;
}
#order_form_content h2 {
    font-size: 20px;
}

@media screen and (max-width: 1199px) {
	.lk-history-item-content-quantity {
		padding: 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.lk-history-item-header {
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}
	.lk-history-item-header-align {
		height: 40px;
		line-height: 40px;
	}
	.lk-history-item-header-arrow {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.lk-history-item-content-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.lk-history-item-content-quantity {
		padding: 0;
		display: flex;
		align-items: center;
	}
	.lk-history-item-content-quantity-text {
		padding-right: 20px;
	}
	.lk-history-item-content-title {
		font-size: 16px;
		padding-bottom: 0px;
	}
	.lk-history-item-content-img {
		margin: 0;
	}
	.lk-history-item-content-quantity-number {
		font-size: 18px;
	}
	.lk-history-item-content-price-total {
		font-size: 26px;
	}

	.lk-history-item-content-billing {
		flex-direction: column;
	}
	.lk-history-item-content-billing-right,
	.lk-history-item-content-billing-left {
		width: 100%;
	}
	.lk-history-item-content-billing-total {
		float: none;
	}
	.lk-history-item-content-billing-total td:last-child {
		font-size: 18px;
	}
	.lk-history-item-content-billing-total td:first-child {
		font-size: 18px;
		padding-top: 10px;
	}
	.lk-history-item-content-billing-total td {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.lk-tab {
		font-size: 14px;
		padding: 10px 20px;
	}
	.lk-history-item-header-title {
		height: auto;
	}
}
@media screen and (max-width: 500px) {
	.lk-user-info-table td:first-child {
		padding-right: 0px;
		padding-bottom: 5px;
	}
	.lk-user-info-table td {
		display: block;
	}
}
/*-------------------------------------*/


@media screen and (max-width: 500px) {



.catalog-element-title {
    font-size: 21px; 
}


.catalog-element-buttons input.catalog-element-btn.catalog-element-buy-btn, .catalog-element-buttons a.OPROS.catalog-element-btn.catalog-element-compare-btn.catalog-element-oneclick.modal-caller,.catalog-element-buttons  a.catalog-element-btn.catalog-element-compare-btn.catalog-element-cheaper.modal-caller {
    
    width: 100%;
}

span.show-mobile.price-names.basket-item-price.visible-xs.visible-sm {
    font-weight: normal;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    background-position: left!important;
}
.basket-quantity-input {
    font-size: 12px;
}

div.current_price {
    display: none!important;
}

td.kol-vo3 {
    width: 33%!important;
    display: inline-block!important;
}

td.current_price3 {
    width: 31%!important;
    display: inline-block!important;
    margin: 0!important;
    margin-top: -13px;
}

td.current_price3 div.current_price {
    display: block!important;
    margin: 0!important; 
}

td.custom {
    width: 31%!important;
    margin-top: -5px!important;
    display: inline-block!important;
}

.basket-quantity-title {
    font-size: 12px!important;
    letter-spacing: -0.4px;
}

span.show-mobile.price-names.basket-item-price.visible-xs.visible-sm {
    font-size: 13px!important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span.show-mobile {
    display: block!important;
    font-size: 12px!important;
}

.summ-tovar {
    font-size: 18px!important;
    font-weight: bold!important;
}


.my_basket_quantity_control {

    height: 30px!important;
    display: flex!important;
    width: 72px!important;
}


a.del-item.my-del-item {
    margin-top: 16px;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-position: center;
}
.basket-quantity-input {
    font-size: 12px!important;
}

.catalog-element-quantity-select-amount {
    font-size: 14px;
    font-family: "NotoSans-Bold";
    letter-spacing: -0.4px;
    width: 75px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    border: none;
    background-color: transparent;
}



.catalog-section-list-type-select.catalog-section-top-settings-item {
    display: none;
}

}

.popular-item-props .new {
    display: block;
    background-color: #45b520;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    vertical-align: middle;
    font-family: "NotoSans-Bold";
    z-index: 2;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.33);
    position: relative;
}
.popular-item-props span:nth-child(3) {
    z-index: 0;
    position: absolute;
    left: -67px;
    top: 0;
}











/*-------------------PAGE_SOLUTIONS------------------*/
.solutions-on-page-amount {
	justify-content: flex-end;
}
.solutions-on-page-amount .catalog-section-on-page-amount-select {
	margin-right: 0;
}
/*-------------------------------------*/






































/*-------------------PAGE_SOLUTIONS_ELEMENT------------------*/
.solutions-page-text {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.4px;
	color: #000000;
}
.solutions-page-color {
	display: flex;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 80px;
}
.solutions-page-color-text {
	font-size: 18px;
	letter-spacing: -0.4px;
	color: #000000;
	padding-right: 15px;
}
.solutions-page-color-circle {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.solutions-page-item {
	margin: 0;
}





/*MODAL*/
.modal-wc {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 6000;
}
.modal-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	width: 400px;
	padding: 30px;
	max-width: 100%;
}
.modal-close {
	background-image: url(/images/cancel.svg);
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-close:hover {
	background-image: url(/images/cancelg.svg);
}
.modal-wc-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.modal-wc-text {
	margin: 10px 0;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
input.modal-wc-agreement-checkbox {
	/*padding-right: 10px;*/
	margin: 0 5px 0 0;
	width: 14px;
	height: 14px;
}
.modal-wc-submit-wrapper {
	text-align: center;
	padding: 20px 0 0;
}
.modal-wc-submit {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background-color: #fd8204;
	border: none;
	border-radius: 5px;
}
.modal-wc-submit:hover {
	background-color: #e06a00;
}
.modal-wc-agreement {
	margin-top: 20px;
	text-align: center;
}
.modal-wc-message {
	text-align: center;

}








.compare-popup {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: transparent;
    color: transparent;
    font-weight: bold;
    /*line-height: 100px;*/
    text-align: center;
    display: flex;
    align-items: center;
    
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}













.header-compare-popup {
	position: absolute;
	z-index: 10;
	list-style: none;
	padding-left: 0;
	background-color: #fff;
	right: 0;
	font-size: 16px;
	/*padding: 5px 20px;*/
	border-radius: 5px;
	text-align: right;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	display: none;
	top: 40px;
	right: 0;
}
.header-compare-popup>li>a {
	display: block;
	padding: 5px 20px;
	color: #000;
}
.header-compare-popup>li:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.header-compare-popup>li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header-compare-popup>li>a:hover {
	background-color: #fd8204;
	color: #fff;
	text-decoration: none;
}
.header-compare-popup:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 7px 10px;
	border-color: transparent transparent #ffffff;
	top: -7px;
	right: 15px;
}

.popup-title {
	display: block;
	padding: 5px 20px;
	color: #000;
	font-weight: bold;
}



.header-compare-popup a {
	display: block;
}

.header-button {
	cursor: pointer;
}

.header-compare-popup-nowrap {
	white-space: nowrap;
}


.popup-padding {
	padding: 5px 20px;
	display: block;
}

.compare-counter.empty {
	display: none;
}



.popular-item-discount:after {
	content: "";
	border-bottom: 1px solid #ff0000;
	width: 80%;
	transform: rotate(-20deg);
	position: absolute;
	left: 0;
	/*transform: translateX(-50%);*/
	top: 50%;
}













.top2 .header-main-wrapper {
    padding: 0px;
}

.top2 a.header-tel.header-main-item {
    display: block;
    font-size: 19px;
    line-height: 18px;
    font-family: "NotoSans-Bold";
    color: #fff!important;
    flex-grow: 0;
    white-space: nowrap;
}

.top2 img.logo-image {
    width: 32px;
}

.top2 .logo-text {
    text-transform: uppercase;
    font-family: "NotoSans-Bold";
    font-size: 17px;
    line-height: 19px;
    margin-left: 15px;
}

.header-main.top2 {
    padding: 5px 0;
}

.top2 a#favsContiner {
    width: 23px;
    margin-right: 10px;
}

.top2 a.header-button {
    width: 23px;
}

.top2 .header-buttons.header-main-item {
    justify-content: flex-end;
}

/**/
.index-delivery-item{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	height: 90px;
	width: 100%;
	display: block;
	background-position: center;    
	margin: 10px 0;
	position:relative;
} 
.index-delivery-item-hidden{
	display:none;
	position: absolute;
    top: calc(100% + 20px);
    right: 0px;
    background-color: white;
    font-size: 13px;
    z-index: 10;
    padding: 15px;
    width: 250px;
    border: 4px solid #12322b;
    border-radius: 25px;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.index-delivery-item-hidden:before{
	content:'';
	position:absolute;
	top:-40px;
	right:45px;
	border: 20px solid transparent;
	border-bottom: 20px solid #12322b;
}
.index-delivery-item:hover .index-delivery-item-hidden{
	display:block;
}
.sales_list_item_parent{
	padding:15px !important;
}
.sli_picture{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	margin-right:30px;
	position:relative;
}
.sli_button{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	top:0;
	right:-30px;
	height:100%;
	width:30px;
	cursor:pointer;
	background-color:#eee;
	font-size:36px;
}
.sli_info_parent{
	display:none;
}
.sli_info{
	background-color:#eee;
	padding:25px 15px;
}
.wc_up_button{
	position:fixed;
	z-index:50;
	bottom:25px;
	right:25px;
	opacity:0.5;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#16322b;
	font-size:32px;
	cursor:pointer;
	padding:10px 15px;
	color:white;
}
.wc_up_button:hover{
	opacity:1;
}

.buy-with-item {
    margin: 10px 15px;
    padding: 10px;
    
 
}
.similar-slider-wrap .index-popular-item:hover {
	height: 390px;	
}
.buy-with-slider-wrap .index-popular-item:hover {
	height: 390px;	
}
.similar-slider-wrap,  .buy-with-slider-wrap {
	height: 320px;
}
.similar-slider-wrap .index-popular-item {
	margin-bottom: 0px;
}
.buy-with-slider-wrap .index-popular-item {
	margin-bottom: 0px;
}
.catalog-element-similar {
	z-index: 5;
	position: relative;
}
.catalog-element-buy-with {
	z-index: 4;
	position: relative;
}
.hits-block {
	position: relative;
	z-index: 5;
}
.new-block {
	position: relative;
	z-index: 4;
}
.sale_block {
	position: relative;
	z-index: 3;
}
.catalog-element-similar {
	margin-bottom: 10px;
}
@media(max-width: 768px){
	.popular-item-availability {
		display: flex;
	}
	.popular-item-bottom {
		display: flex;
	}
	.index-popular-item-inner {
	border: 1px solid #c7cac9;
}
	.index-popular-item {
	overflow: visible;
	z-index: 300;
	height: 390px;
	}
.catalog-element-buy-with {
	margin-bottom: 100px;
}
.catalog-element-similar {
	margin-bottom: 100px;
}
.buy-with-item {
	height: 390px;	
}
.buy-magazine {
	margin-bottom: 0px;
}
}