.bx-theme-abuterne {
	--primary: #000000;
	--theme-color-primary: #000000;
	--theme-color-second: #8F8F8F;
	--theme-color-light: #9b9b9b;
	--theme-b-link: #000000;
	--theme-b-link-hover: #333333;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #000000;
	--theme-b-bd-primary: #000000;
	--theme-b-sd-primary: rgba(27, 27, 27, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #272727;
	--theme-b-bd-primary-hover: #272727;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #000000;
	--theme-b-bd-primary-active: #000000;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #494949;
	--theme-b-bd-primary-disabled: #494949;
}

:root {
	--ui-font-family-norms: 'TTNormsProSerif', serif;
}

@font-face {
	font-family: 'TTNormsProSerif';
	src: url('/local/fonts/tt_norms/Variable/TTNormsProSerifVarRoman.ttf') format('truetype'), url('/local/fonts/tt_norms/OTF/TTNormsProSerif-Normal.otf') format('opentype');
}

.row {
	--bs-gutter-x: 70px;
}

@media (max-width: 992px) {
	.row {
		--bs-gutter-x: 18px;
	}
}

.ff-norms {
	font-family: 'TTNormsProSerif', serif;
}

#main-menu-wrapper .row {
	--bs-gutter-x: 1.5rem;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

#pagetitle {
	margin-bottom: 35px;
}

.color-gray {
	color: var(--theme-color-second);
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--ui-font-family-montserrat);
	/* font-family: var(--ui-font-family-tt-norms); */
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	/* background-color: rgba(255, 255, 255, .95); */
}

.bx-wrapper {}

.lang_change a{
	text-decoration: none;
		/* text-decoration: underline; */
	text-underline-offset: 5px;
	color: inherit;
}
.lang_change a:hover{
	text-decoration: underline;
	color: inherit;
}

/*region HEADER*/
.bx-header {
	margin-bottom: 50px;
	margin-top: 65px;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	stroke: #000;
	fill: #000;
	color: #000;
}
.bx-header.white{
	stroke: #fff;
	fill: #fff;
	color: #fff;
}
.bx-header.white .bx-nav-bars:before{
	background-color: #fff;
}
.bx-header.white .bx-nav-bars::after{
	background-color: #fff;
}
.bx-header.white .product-counter{
	background-color: #fff;
	color: #000;
}
.bx-wrapper.active .bx-header.white {
	stroke: #000;
	fill: #000;
	color: #000;
}
.bx-wrapper.active .bx-header.white .product-counter{
	background-color: #000;
	color: #fff;
}
.bx-wrapper.active .bx-header.white .bx-nav-bars:before{
	background-color: #000;
}
.bx-wrapper.active .bx-header.white .bx-nav-bars::after{
	background-color: #000;
}


.workarea{
	margin-top: 194px;

}

.btn {
	border-radius: 0;
	padding-top: 17px;
	padding-bottom: 17px;
}

.bx-header-section {}

.bx-header-logo {
	order: 1
}

.bx-header-personal {
	order: 3;
	font-size: 14px;
	z-index: 10;
}

.bx-header-contact {
	order: 2
}

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 40px;

	border-bottom: none;
}

.bx-logo-block img, .bx-logo-block svg {
	/* max-height: 40px; */
	max-width: 195px;
	width: auto;
}

@media (max-width: 1400px) {
	.bx-logo-block img, .bx-logo-block svg {
		max-width: 175px;
	}
}

@media (max-width: 1200px) {
	.bx-logo-block img, .bx-logo-block svg {
		max-width: 140px;
	}

	.bx-header {
		margin-top: 30px;
	}
}

.bx-footer .bx-logo-block {
	height: auto;
	width: auto;
	text-align: center;
}

.bx-footer .bx-logo-block img, .bx-logo-block svg {
	height: 100%;
	width: 100%;
	max-height: none;
	max-width: 90%;
	fill: inherit;
}

.bx-searchtitle .input-group {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border: 1px solid #000 ;
	/* background-color: #D9D9D9; */
}

#title-search-input {
	min-width: 200px;
    border: none;
    border-radius: 0;
    border-bottom: 0.5px #000 solid;
        margin: 15px;
    padding: 0;
    min-height: auto;
    padding-bottom: 3px;
	padding-right: 30px;
}
#title-search-input:focus, 
#title-search-input:active, 
#title-search-input:hover {
	outline-color: transparent !important;
	outline: none !important;
	outline-style: none !important;
	box-shadow: 0 0 0 0 rgba(0,123,255,0) !important;
	outline-offset: 0;
	    border: none;
		 border-bottom: 0.5px #000 solid;
		 background: transparent;
}

.carousel-inner {
	position: relative;
	width: 100vw;
	overflow: hidden;
	height: 100vh;
}

.carousel-item {
	position: initial;
}

.mt-5 {
	margin-top: 5rem !important;
}


@media (max-width: 767px) {
	.bx-logo-block img, .bx-logo-block svg {
		max-width: 120px;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		/* background-color: var(--theme-color-primary); */
	}

	.bx-logo-block {
		height: auto;
	}

	body.bx-theme-green .bx-store-logo {
		background: #33b111;
	}
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer {}

.bx-footer-section {
	margin-top: 100px;
	margin-bottom: 90px;
}

.bx-footer-section .bx-block-title {}

.bx-footer-bg {
	background-color: #1f496a;
}

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img, .bx-footer-logo svg {

	height: auto;
	max-width: 100%;
}

.bx-footer-logo {
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 50px;
}

.bx-footer-logo img {
	/* width: 90%;
	max-width: 1320px; */
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover {
	background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
	background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
	background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
	background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
	background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
	background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
	background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
	background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
	background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
	background: #fbb859;
}

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
	background: black;
	border: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.01rem var(--theme-b-sd-primary);
}

.title-search-result #bx_eshop_wrap {
	display: none;
}

a,
.btn-link {
	color: var(--theme-b-link);
}

a:hover,
.btn-link:hover {
	color: var(--theme-b-link-hover);
}

.g-font-size-15 {
	font-size: 15px;
}

.g-font-size-17 {
	font-size: 17px;
}

.g-font-size-20 {
	font-size: 20px;
}

.text-primary {
	color: var(--primary) !important
}

.bg-primary {
	background: var(--primary) !important
}

.border-primary {
	border-color: var(--primary) !important
}

/*endregion*/

.bx-sidebar-block {}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-montserrat));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image: url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px;
}

h1,
.h1 {
	font-size: 2.0rem;
}

.fs-14 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-32 {
	font-size: 32px;
}


.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	max-width: 1790px;
	padding-right: 120px;
	padding-left: 120px;
}
.main-menu{
	z-index: 100;
}

@media (max-width: 425px) {
	html {
		/* font-size: 12px; */
	}
}

@media (min-width: 425px) {
	html {
		/* font-size: 12px; */
	}
}

@media (min-width: 768px) {
	html {
		/* font-size: 13px; */
	}

}

@media (min-width: 992px) {
	html {
		/* font-size: 14px; */
	}
}





@media (max-width: 1400px) {
	.catalog-section .product-item-list-col-4 {
		--bs-gutter-x: 40px;
	}
}

@media (max-width: 1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		padding-right: 80px;
		padding-left: 80px;
	}

	.catalog-section .product-item-list-col-4 {
		--bs-gutter-x: 40px;
	}
}

@media (max-width: 992px) {
	.bx-header {
		margin-bottom: calc(20px - 1rem);
		margin-top: 17px;
	}

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

@media (max-width: 768px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		padding-right: 17px;
		padding-left: 17px;
	}

	.catalog-section .product-item-list-col-4 {
		--bs-gutter-x: 18px;
	}
}

@media (max-width: 576px) {}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: none;
	}
}

@media (min-width: 768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: none;
	}
}

@media (min-width: 1440px) {
	html {
		/* font-size: 16px; */
	}

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		padding-right: 130px;
		padding-left: 130px;
		max-width: none;
	}
}



.carousel-indicators li {
	margin-left: 0;
	margin-right: 0;
	width: 74px;
	height: 3px;
	background-color: #D9D9D9;
	opacity: 1;
}

.carousel-indicators .active {

	background-color: #6C6B6B;
}

.back-to-cart {
	display: flex;
}

.back-to-cart a {
	display: flex;
	text-decoration: none;
	font-size: 14px;
}

.back-to-cart .back-arrow {
	margin-right: 6px;
	width: 28px;
}

@media (max-width: 992px) {
	.back-to-cart .tocart-text {
		font-size: 12px;
		padding-top: 4px;
	}

	.back-to-cart .back-arrow {
		width: 26px;
	}
}

.container.max-1200 {
	max-width: 1200px;

}

.max-1200 h1,
.max-1200 h2 {

	font-family: var(--ui-font-family-tt-norms);
	padding-bottom: 20px;

}

.max-1200 h4 {
	padding-bottom: 20px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive video {
	height: auto;
}

#home-slider video.embed-responsive-item {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

#home-slider .embed-responsive.embed-responsive-16by9 {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: none;
	padding-bottom: 0;
}

#home-slider .carousel-item {
	min-height: 100vh;
	height: 100vh;
}

#home-slider .carousel-inner {
	min-height: 100vh;
}

#home-slider .bx-slider-preset-4 {
	position: relative;
	height: 100%;
	min-height: 100vh;
}
#home-slider .home-slider-item-link{
	min-height: 100vh;
	    height: 100%;

}

#home-slider .carousel-indicators {
	margin-bottom: 150px;
}


.bx-slider-preset-4 .bx-advertisingbanner-content {
	bottom: 180px;
	font-weight: 400;
}
.bx-sls .bx-ui-sls-pane{
	top: 70px;
}
#home-slider .carousel-inner img.min-vw-100{
	min-height: 100vh;
}
.workarea.home-page {
	margin-top: 0;
}


@media (max-width: 768px) {
	#home-slider .carousel-indicators {
		margin-bottom: 63px;
	}

	.bx-slider-preset-4 .bx-advertisingbanner-content {
		bottom: 90px;
	}

	#home-slider .carousel-item,
	#home-slider .carousel-inner,
	#home-slider .bx-slider-preset-4 {
		min-height: 100vh;
		height: 100vh;
	}

	#home-slider .embed-responsive.embed-responsive-16by9 {
		height: 100%;
		max-height: 100vh;
	}

	#home-slider video.embed-responsive-item {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


#home-slider .carousel-control-prev,
#home-slider .carousel-control-next {
	display: none;
}

.trends-of-season {
	margin-top: 107px;
}

.menu-white-board {}

/* #bx_eshop_wrap.active .bx-header::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 50px + 65px);
	background-color: #fff;
	position: absolute;
	top: -65px;
	left: 0;
	z-index: 9;
} */
#bx_eshop_wrap::after {
z-index: 50;
}
#bx_eshop_wrap.active::after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 300px);
	height: 100vh;
	background-color: #0000006b;
	position: fixed;
	top: 300px;
	top: 0;
	left: 0;
	
}

div[data-entity="lazy-container-1"] {
	margin-top: 100px;
	margin-bottom: 50px;
}

div[data-entity="lazy-container-1"] .btn {
	font-size: 11px;
	padding: 24px;
	width: 500px;
}

.content-page-menu {

}
.content-page-menu ul{
	display: block;
	width: 100%;
	padding-bottom: 50px;
}
.content-page-menu li{
	display: inline-block;
	padding-right: 50px;
	padding-bottom: 21px;
    /* max-width: calc(50% - 10px); */
	
}
.content-page-menu li a{
	color: #8F8F8F;
	font-size: 14px;
	padding: 0;
}
.content-page-menu li.active a{
	color: #000;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.content-page{
	padding-bottom: 40px;
	font-size: 14px;
}

.content-page h1, .content-page h2{
	font-size: 20px;
	padding-bottom: 60px;
	padding-top: 40px;
	text-transform: uppercase;
}
.content-page h4{
	font-size: 14px;
	font-weight: 500;

}
.content-page p{
	font-size: 14px;
    /* line-height: 50px; */
    /* padding-bottom: 10px; */
}
.content-page li{
	/* line-height: 50px; */
}
.bxmaker-authuserphone-header{
	font-weight: normal;
}
.bxmaker-authuserphone-button__title{
	font-weight: normal;
}
.bxmaker-authuserphone-input__field{
	border-radius: 0;
	border-width: 1px;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner, .bxmaker-authuserphone-button__inner{
	background-color: #000;
	border-radius: 0;
}
a.bxmaker-authuserphone-link, a.bxmaker-authuserphone-link:visited{
	color: #000;
}
.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field, 
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field, 
.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field
{
	border-color: #000;
	border-radius: 0;
	border-width: 1px;
}
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field, .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field
{
	border-color: #000;
}
.bxmaker-authuserphone-input-phone__field{
	border-color: #a7a7a7;
	border-radius: 0;
	border-width: 1px;
}

@media (max-width: 768px) {
	.content-page, .content-page-menu {
		padding-left: 17px;
		padding-right: 17px;
		
	}
	.content-page-menu {
		display: none;
	}
	.content-page-menu ul{
		padding-bottom: 10px;
	}
	.content-page-menu li a{
		font-size: 12px;
	}
	.content-page{
		padding-bottom: 0px;
		font-size: 12px;
	}
	.content-page h1, .content-page h2{
		font-size: 14px;
		padding-bottom: 40px;
	}
	.content-page h4{
		font-size: 12px;
	}
	.content-page p{
		font-size: 12px;
		line-height: 23px;
		/* padding-bottom: 10px; */
	}
	.content-page li{
		line-height: 23px;
	}

}
@media (min-width: 768px) and (max-width: 1520px) {
	.content-page{
		padding-bottom: 0px;
		font-size: 13px;
	}
	.content-page-menu ul{
		padding-bottom: 20px;
	}
	.content-page-menu li a{
		font-size: 13px;
	}
	.content-page h1, .content-page h2{
		font-size: 16px;
		padding-bottom: 40px;
	}
	.content-page h4{
		font-size: 13px;
	}
	.content-page p{
		font-size: 13px;
		/* line-height: 40px; */
		/* padding-bottom: 10px; */
	}
}

@media (max-width: 1200px) {
.workarea{
		    margin-top: 130px;
	}
}

@media (max-width: 992px) {
.workarea{
		    margin-top: 110px;
	}
}

@media (max-width: 768px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.row > *{
		padding-left: 0;
		padding-right: 0;
	}
	.bx-aside-nav-control{
		width: 28px;
	}
	.bx-menu-button-mobile{
		left: 0;
	}
	div[data-entity="lazy-container-1"] {
		/* margin-left: -17px;
		margin-right: -17px; */
		margin-top: 0;
		margin-bottom: 0;
	}

	div[data-entity="lazy-container-1"] .btn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		padding: 17px;
	}

	.bx-footer .order-1 {
		order: 2 !important;
	}

	.bx-footer .order-2 {
		order: 1 !important;
		margin-bottom: 0 !important;
	}

	.bx-footer-section {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.bx-footer .nav-link {
		padding: 8px 0;
		font-weight: 500;
		        line-height: 14px;
	}
	.bx-subscribe{
		font-weight: 500;
	}
	.bottom_subscrible-form {
    position: relative;
    margin-top: 14px;
	}
	.bx-header {
        margin-top: 5px;
    }
	#section-pagetitle{
		text-align: left;
		        /* margin-bottom: -15px; */
				padding-left: 17px;
		padding-right: 17px;
	}
	.container.bx-content-section{
		padding-right: 0;
		padding-left: 0;
	}
	.catalog-section-description{
		padding-left: 17px;
		padding-right: 17px;
		margin-bottom: 15px;

	}
	.product-item-small-card:nth-child(odd){
		padding-right: 9px;
		padding-left: 0;
	}
	.product-item-small-card:nth-child(even){
		padding-left: 9px;
		padding-right: 0;
	}
	.product-item-small-card:nth-child(odd) .product-item-title,
	.product-item-small-card:nth-child(odd) .product-item-info-container
	{
		padding-left: 17px;
	}

	.product-item-small-card:nth-child(even) .product-item-title,
	.product-item-small-card:nth-child(even) .product-item-info-container
	{
		padding-right: 17px;
	}
	.workarea{
		    margin-top: 70px;
	}
	.workarea.home-page{
		margin-top: 0;
	}
	.trends-of-season{
		margin-top: 30px;
	}

}

@media (min-width: 768px) and (max-width: 1520px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
		padding-left: 100px;
		padding-right: 100px;
	}
	.trends-of-season{
		margin-top: 90px;
	}
	#home-slider .carousel-indicators{
		margin-bottom: 120px;
	}
	.bx-slider-preset-4 .bx-advertisingbanner-content{
		bottom: 150px;
	}
	div[data-entity="lazy-container-1"]{
		margin-top: 50px;
	}
	.bx-footer .nav-link{
		line-height: 12px;
	}
	.bx-logo-block img, .bx-logo-block svg{
		max-width: 150px;
	}
	.bx-header-personal{
		/* font-size: 13px; */
	}
	#main-menu-button{
		/* font-size: 13px; */
	}
	#main-menu-wrapper ul li span, 
	.for-buyer-block,
	.menu-plate-item a
	{
		/* font-size: 13px; */
	}
	.aris-banner-title{
		font-size: 24px;
	}
	.basket-line-block{
		padding-left: 28px;
	}
	.bx-header{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.workarea {
		margin-top: 130px;
	}
	.btn{
		padding-top: 12px;
    	padding-bottom: 12px;
	}
	#search-field{
		width: 368px;
	}
}