html{
	font-size: 14px;
	--g_on-body-line-height: 1.3;
}


@media(max-width:767px){
	html{
		 font-size: 12px;
	}
}

body{
	 font-family: 'Montserrat', sans-serif;
	 font-size:1rem;
	 font-weight:normal;
	 line-height:var(--g_on-body-line-height);
	 
	 min-width:360px;
}


header {
     
}

header a{
	color:rgb(79, 79, 79);
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

p:last-of-type{
	margin-bottom:0!important;
}

a{
	outline:none;
}

html,
body {
  height: 100%;
}

.nowrap{
	white-space:nowrap;
}

.position-relative{
	position:relative;
}
.bx-wrapper{
	display:flex;
	flex-direction:column;
  position: relative;
  min-height: 100%;
}

.bx-footer{
	margin-top:auto;
}

.cl-white{
	color:#fff!important;
}

.cl-green {
    color: #F28F36!important;
}

.cl-text{
	color:#212529!important;
}

.catalog-section-list-item-img{
	border:none;
}

.bx-green,
.bx-theme-green {
	--primary: #F28F36;
	--theme-color-primary: #F28F36;
	--theme-color-second: #d97a2e;
	--theme-color-light: #FCCA46;
	--theme-b-link:#654494;
	--theme-b-link-hover: #4a3170;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #F28F36;
	--theme-b-bd-primary: #F28F36;
	--theme-b-sd-primary: rgba(242, 143, 54, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #d97a2e;
	--theme-b-bd-primary-hover: #c46e28;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #d97a2e;
	--theme-b-bd-primary-active: #c46e28;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #c46e28;
	--theme-b-bd-primary-disabled: #b06223;

	--secondary: #654494;
	--theme-color-secondary: #654494;
	--theme-b-tx-secondary: #fff;
	--theme-b-bg-secondary: #654494;
	--theme-b-bd-secondary: #654494;
	--theme-b-sd-secondary: rgba(101, 68, 148, 0.5);
	--theme-b-tx-secondary-hover: #fff;
	--theme-b-bg-secondary-hover: #4a3170;
	--theme-b-bd-secondary-hover: #3d2858;
	--theme-b-tx-secondary-active: #fff;
	--theme-b-bg-secondary-active: #4a3170;
	--theme-b-bd-secondary-active: #3d2858;
	--theme-b-tx-secondary-disabled: #fff;
	--theme-b-bg-secondary-disabled: #3d2858;
	--theme-b-bd-secondary-disabled: #2e1d44;

	--bs-link-color:#654494;
}

.btn-outline-primary {
    --bs-btn-color: #F28F36;
    --bs-btn-border-color: #F28F36;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: linear-gradient(135deg, #FCCA46, #F28F36);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 242, 143, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d97a2e;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F28F36;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F28F36;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #654494;
    --bs-btn-border-color: #654494;
    --bs-btn-hover-color:#FFC107;
    --bs-btn-hover-bg: linear-gradient(135deg, #8a6fb5, #654494);
    --bs-btn-hover-border-color: #FFC107;
    --bs-btn-focus-shadow-rgb: 101, 68, 148;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a3170;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #654494;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #654494;
    --bs-gradient: none;
}

ul { list-style: none;
	padding-left:0;
}  
ul li::before {  
  content: '•'; /* Добавляем символ в качестве маркера, например, классическую точку */  
  color:#F28F36; /* Задаём цвет */  
  font-size: 20px; /* Устанавливаем крупный размер шрифта */  
  margin-right: 8px; /* Добавляем пространство справа от маркера */   
  line-height: 12px; /* Настраиваем выравнивание */  
}  

.bx-pagination .bx-pagination-container ul li::before,
.product-item-detail-tabs-list li::before,
ul.list-unstyled li::before,
li.nav-item:before{
	content:none;
}

.item-bordered .nav-link{
	--bs-btn-padding-x: 1.8rem;
    --bs-btn-padding-y: 0.30rem;
    overflow: hidden;
    z-index: 1;
	border:1px solid #F28F36;
    border-radius: 24px;
	color: #F28F36;
}

.item-bordered .nav-link:hover {
    color: #fff;
    background-color: #F28F36;
    border-color: #F28F36;
}

#pagetitle { margin-bottom: 35px; }

h1, h2, h3, h4, h5 {
	font-weight:normal;
	letter-spacing:-0.025em;
	margin-bottom:1em;
}

@media(max-width:767px){
	h1, h2, h3, h4, h5{
		/* font-size:1.3rem; */
	}
}



@media (max-width: 1239px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: none;
    }
}

@media (min-width: 1240px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1236px;
    }
}



.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
		--g_on-gutter-x: 1rem;
		padding-left:calc(2 * var(--g_on-gutter-x));
		padding-right:calc(2 * var(--g_on-gutter-x));
}

.container .row {
	margin-left:calc(-1 * var(--g_on-gutter-x));
	margin-right:calc(-1 * var(--g_on-gutter-x));
	margin-top: calc(-2 * var(--g_on-gutter-x));
}

.container .row>*{
	padding-left:calc(var(--g_on-gutter-x));
	padding-right:calc(var(--g_on-gutter-x));
	margin-top:calc(2 * var(--g_on-gutter-x));
}

.row>.col{
	/* margin-top:0!important; */
}

@media(max-width:767px){
	.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
		--g_on-gutter-x: 0.6rem;
		padding-left:calc(2 * var(--g_on-gutter-x));
		padding-right:calc(2 * var(--g_on-gutter-x));
	}
	
	.container .row {
		margin-left:calc(-1 * var(--g_on-gutter-x));
		margin-right:calc(-1 * var(--g_on-gutter-x));
		margin-top: calc(-2 * var(--g_on-gutter-x));
	}
	
	.container .row>*{
		padding-left:calc(var(--g_on-gutter-x));
		padding-right:calc(var(--g_on-gutter-x));
		margin-top:calc(2 * var(--g_on-gutter-x));
	}
}

@media(min-width:1200px){
	.container-720{
		max-width:780px;
	}

	.container-990{
		max-width:1046px;
	}
}

.bx-content-section{
	padding-bottom: 0px;
	background-color: #fff;
}

.bx-wrapper { }

/*region HEADER*/
.header-navbar-toggler{
	padding: 2px;
	font-size: 2rem;
	border:none;
	margin-right:1rem;
}

.header-navbar-brand{
	/* width: 100%; */
    margin-top: 2px;
    margin-right: 0;
    display: inline-block;
}

.main-header-navbar{
	padding:1rem 0 1rem 0;
}

.header-navbar-content{
	display:flex;
	flex-direction:column;
	/* align-items:center; */
	/* justify-content:flex-start;	 */
	flex-wrap:wrap;
	width:100%;
}

.header-navbar-content-collapse{
	/* position: relative; */
	/* flex-grow: inherit; */
	/* justify-content:space-around; */
}

.header-menu-list{
	width: 100%;
	justify-content:flex-start;
}

.header-menu-list .nav-item{
	margin-right:2rem;
}

.header-menu-list a{
	color: #654494;
	font-weight:500;
	padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}


.header-catalog-btn-wrap{
	margin-left:0rem;
	margin-right:0rem;
}

.btn-header-catalog{
	width: 100%;
    height: 38px;
    padding: 8px 32px;
}
@media(max-width:991px){
	.btn-header-catalog{
		height:auto;
	}
}

.header-search-wrap{
	/* width:50px; */
	/* margin-left:auto; */
	/* max-width:100px; */
}


.menu-soclinks{
	display: flex;
    align-items: center;
    margin-left: 1rem;
}

.menu-soclinks a{
	margin-right:1.5rem;
}

.menu-soclinks a:last-of-type{
	margin-right:0;
}


@media (max-width: 991px) {
	.main-header-navbar {
		padding: 1rem 0;
	}

	.header-search-wrap{
		/* width:100%; */
		/* max-width:100%;; */
	}
	
	.menu-soclinks{
		margin-left:0;
		position: absolute;
        top: 5px;
        right: 3px;
	}
	
	.menu-soclinks a{
		margin-right:1rem;
	}
}

.header-contacts-phone a{
	color: var(--theme-b-link);
	font-weight:bold;
}

.contacts-address a{
	color: var(--theme-b-link);
}

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border: none;
	background: linear-gradient(135deg, #FCCA46, #F28F36);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border: none;
	background: linear-gradient(135deg, #F28F36, #d97a2e);
	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);
}

.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);
}

.btn-secondary {
	border: none;
	background: linear-gradient(135deg, #8a6fb5, #654494);
	color: var(--theme-b-tx-secondary);
}

.btn-secondary:hover {
	border: none;
	background: linear-gradient(135deg, #654494, #4a3170);
	color: var(--theme-b-tx-secondary-hover);
}

.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-secondary);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	border-color: var(--theme-b-bg-secondary);
	background-color: var(--theme-b-bg-secondary);
	color: var(--theme-b-tx-secondary);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	border-color: var(--theme-b-bd-secondary-active);
	background-color: var(--theme-b-bg-secondary-active);
	color: var(--theme-b-tx-secondary-active);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-secondary);
}

.eshop-up-button {
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 60px;
	height: 60px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.eshop-up-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #654494;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
	transition: background 0.2s ease;
	z-index: 0;
}

.eshop-up-button:hover::before {
	background: #4a3170;
}

.eshop-up-button.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.eshop-up-button svg {
	display: block;
	position: relative;
	z-index: 1;
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); 
text-decoration:none;
}

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 }

.text-secondary { color: var(--secondary) !important }

.bg-secondary { background: var(--secondary) !important }

.border-secondary { border-color: var(--secondary) !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-open-sans));
	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-open-sans));
	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 ;
}

.sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.navbar{
	    --bs-navbar-nav-link-padding-x: 1rem;
}

.navbar-brand img{
	width:100%;
}


.bx-searchtitle{
	margin-top:0;
}

.btn{
	font-size:1rem;
	font-weight:normal;
	position: relative;
    --bs-btn-padding-x: 1.8rem;
    --bs-btn-padding-y: 0.30rem;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
}

@media(max-width:767px){
	.btn{
		 --bs-btn-padding-x: 2rem;
        --bs-btn-padding-y: 0.50rem; 
	}
}

.btn-primary:before{
	content: none;
}


.highlight_item a{
	padding:8px 24px !important;
	position:relative;
	z-index: 1;
	overflow:hidden;
	border-radius:24px;
	border: none;
	background: linear-gradient(135deg, #FCCA46, #F28F36);
	color: var(--theme-b-tx-primary-active);
	font-weight:500;
}

.highlight_item a:hover{
	border: none;
	background: linear-gradient(135deg, #F28F36, #d97a2e);
    color: var(--theme-b-tx-primary-hover);
}

.highlight_item a:before{
	content: none;
}

.highlight_item a:after,
.btn-primary:after{
	content: none;
}

.highlight_item a:hover:before,
.btn-primary:hover:before{
	content: none;
}

.navbar-nav .highlight_item .nav-link.active{
	color:#fff;
}

.swiper-button-next  svg , .swiper-button-prev  svg {
	color: var(--theme-b-bg-primary);
}

.swiper-pagination-bullet{
	background: var(--theme-b-bg-primary);
	opacity:0.3;
}

  
.swiper-pagination-bullet-active{
	background: var(--theme-b-bg-primary);
	opacity:1;
}


.home-page-section{
	padding:3rem 0;
}

@media(max-width:767px){
	.home-page-section{
		padding:1.5rem 0;
	}
}

.swiper-slide-link, .swiper-slide-link:hover{
	color:#fff;

}

.swiper-slide-animated-text{
	position:absolute;
	left:58.333333%;
	right:0;
	top:0;
	bottom:0;
	
	font-weight:normal;
	font-size:3vw;
	line-height:1.2em;
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	
	text-shadow: 0 0 31px #000;
}


.swiper-slide-animated-text b{
	font-size:4vw;
	font-weight:500;
	color:#F28F36;
}

.swiper-slide-animated-text .btn-slider{
	font-weight:200;
}

.swiper-slide-animated-text-item{
	opacity: 0;
	transform: translateX(100%);
}

.swiper-slide-animated-text-item:nth-child(1) { animation: appear 0.5s 1.4s forwards; }
.swiper-slide-animated-text-item:nth-child(2) { animation: appear 0.5s 1.8s forwards; } /* Задержка 1,8s */
.swiper-slide-animated-text-item:nth-child(3) { animation: appear 0.5s 2.2s forwards; }
.swiper-slide-animated-text-item:nth-child(4) { animation: appear 0.5s 3s forwards; }
.swiper-slide-animated-text-item:nth-child(5) { animation: appear 0.5s 3.8s forwards; }
.swiper-slide-animated-text-item:nth-child(6) { animation: appear 0.5s 4.4s forwards; }

@keyframes appear {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform:none;
  }
}


@media(max-width:991px){
	.navbar-brand img{
	    width: 96px;	
	}
	.swiper-slide-animated-text{
		position:absolute;
		left:0;
		right:0;
		top:30px;
		bottom:30px;
		
		font-weight:normal;
		font-size:5vw;
		line-height:1.3em;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
	}
	
	.swiper-slide-animated-text b{
		font-size:7vw;
		font-weight:500;
		color:#fff;
	}
	
	.animated-text-btn{
		margin-top:auto!important;
	}
	
	.animated-text-btn .btn{
		padding: 0.3em 0.9em;
        font-size: 12px;
		background: linear-gradient(135deg, #FCCA46, #F28F36);
	}


}


.about-text-wrap{
	background-image:url(/images/about3.webp);
	background-size: contain;
	background-repeat:no-repeat;
	background-size: cover;
    background-position: center top;
}

@media(max-width:767px){
	.about-text-wrap{
		background:none;
	}
}

.section-home-about-text{
	padding-top:0;
	padding-bottom:0;
}

.swiper-slide-content video{
	display: block;
    margin: 0;
    padding: 0;
}

.col-about-text{
	padding: 64px 0;
}

.col-about-text .about-btn-wrap{
		padding:2rem 0 0;
}

@media(max-width:767px){
	.col-about-text{
		font-size:1.2rem;
		padding:2rem 0;
	}
	
	.col-about-text .about-btn-wrap{
		padding:1rem 0;
	}
	
	.col-about-text .about-btn-wrap .btn{
		font-size: 1.2rem;
	}
}

.bg-dark-blue{
	/* background-color:#2e2e40; */
	background-color:#654494;
}

.bg-dark-blue-1{
	background-color: #4a3170;
}

.bg-dark-green{
	background-color:#F28F36;
}

.bg-blue{
	background-color:#7b5ea8;
}

.bg-light-blue{
	background-color:#9678c2;
}

.bg-withe{
	background-color:#fff;
}

.bg-light-grey{
	background-color:#f8f7f8;
}

.size-06{
	font-size:0.6em;
}

.size-08{
	font-size:0.8em;
}
.size-13{
	font-size:1.3em;
}
.size-15{
	font-size:1.5em;
}

.all-news-link{
	font-size:1.3rem;
}

@media(max-width:767px){
	.all-news-link{
		font-size:1rem;
	}
}

a.news-list-item-link{
	color:#fff;
	position:relative;
	display:block;
}

a.news-list-item-link:hover{
	color:#fff;
}

.news-list-item-image{
	position:relative;
	z-index:1;
	border-radius:1rem;
	overflow:hidden;
}

.new-list-item-date{
	position:absolute;
	top:calc(2 * var(--g_on-gutter-x));
	left:calc(2 * var(--g_on-gutter-x));
	z-index:2;
}

.new-list-item-name{
	position:absolute;
	top:calc(4 * var(--g_on-gutter-x));
	bottom:calc(2 * var(--g_on-gutter-x));
	left:calc(2 * var(--g_on-gutter-x));
	right:calc(2 * var(--g_on-gutter-x));
	z-index:20;
	
	display:flex;
	align-items:flex-end;
	
	font-size:2em;
	overflow:hidden;
}

.new-list-item-name b{
	color:var(--theme-b-link);
}

.new-list-item-name-content{
	line-height: 1.2em;
}

.new-list-item-btn-wrap{
	text-align:center;
	margin-top:calc(1.2 * var(--g_on-gutter-x));
}

.new-list-item-btn{
	font-size:1.2em;
	font-weight:500;
	color:#fff;
}

.new-list-item-btn:hover{
	color:var(--theme-b-link);
}

@media(max-width:767px){
	.new-list-item-date{
		position: relative;
		top: auto;
		left: 0;
		font-size: 0.8rem;
		margin-bottom: 0.5rem;
	}
	
	.new-list-item-name{
		font-size: 1rem;
	}
	
	.new-list-item-btn{
		font-size: 0.8rem;
		font-weight: 300;	
	}

}

.fancybox__slide.has-iframe .f-html {
  padding: 0;
  background:transparent;
}

.videos-list-wrap{
	overflow:hidden;	
}


.video-item-preview{
	display:block;
	position:relative;
	border-radius:1rem;
	overflow:hidden;
	background:#ebebeb;
	margin:0 0.5rem;
}

.video-item-preview video{
	display:block;
	position:relative;
	z-index:1;
}

.video-item-preview img, .video-item-preview video{
	opacity:0.5;
	transition:0.3s;
	outline:none;
}

.video-item-preview img:hover, .video-item-preview:hover video,
.swiper-slide-active .video-item-preview img, .swiper-slide-active .video-item-preview video{
	opacity:1;
}

.video-item-preview video {
  pointer-events: none;
}

.video-item-preview:before{
	content:'';
	width:64px;
	height:64px;
	background-color:transparent;
	background-image:url(/images/video-btn-green.svg);
	background-position: center center;
	background-repeat: no-repaet;
	background-size:cover;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-32px;
	z-index:2;
}

.video-item-name{
	margin-top:0.5em;
	color:#333;
	font-size:0.75em;
}

@media(max-width:767px){
	.home-video-slider{
		width: 80%;
		overflow:visible;
	}
	
	
	.video-item-slide{
		/* width:80%!important; */
	}
	
	.video-item-preview:before{
		width:32px;
		height:32px;
		margin-top:-16px;
		margin-left:-16px;
	}
}

.product-row-item-link{
	padding: 1rem;
	height:calc(1 * var(--g_on-body-line-height) + 1rem);
	overflow:hidden;
	margin-bottom: -1rem;
    position: relative;
    z-index: 1;
}

.product-row-item-link a{
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	color:#333;
	font-weight:400;
}

.swiper.products-slider{
	/* padding-bottom:2.7rem; */
}
.swiper-pagination {
  pointer-events: all !important;
}

.product-row-item-bg{
	background:#f5f7f9;
	margin: 0 0.5rem;
}

.product-row-item-link{

   /*  padding: 1rem 1rem 0; */	
}


.product-row-item-image{
	/* height: 216px; */
}
.section-title-wrap{
	position:relative;
}
.slider-custom-arrows{
	position: absolute;	
	top: 50%;
    margin-top: -16px;
	display:flex;
    right: -13px;
	left:-13px;
	justify-content:space-between;
}

.swiper-custom-button-prev,
.swiper-custom-button-next{
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 0 5px #00000021;
	background:#fff;
    top: 0;
    margin-top: 0;
    position: relative;
}

.section-home-top .slider-custom-arrows,
.section-home-novinki .slider-custom-arrows{
	margin-top: -56px;
}

.bx-footer .container .row{
	margin-top:0;
}

.footer-logo-menu-wrap{
	width:100%;
}

.footer-navbar-brand img{
	width:150px;
}

footer a, footer *{
	color:#fff!important;
}

.footer-navbar-content-collapse{
	display:flex;
	width:100%;
}

footer .header-menu-list{
	display:flex;
	flex-direction:row;
	margin-right: 0rem;
}


.footer-catalog-btn-wrap .btn-header-catalog{
	width: 100%;
    height: 35px;
    padding: 8px 32px;
}


@media(max-width:991px){
	.footer-catalog-btn-wrap{
		margin-top: -51px; 
	}
	
	footer .header-menu-list{
	flex-direction:column;
	}
}

@media(max-width:767px){
	.footer-catalog-btn-wrap{
		margin-top: -44px; 
	}
	
	footer .header-menu-list{
	flex-direction:column;
	}
}

.trade-list-wrap{
	max-height: 400px;
    overflow: auto;
}

/* Работает в Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #F28F36 #3d2a6b;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #3d2a6b;
}

*::-webkit-scrollbar-thumb {
  background-color: #F28F36;
  border-radius: 20px;
  border: 3px solid #3d2a6b;
}

.section-home-partners{
	overflow:hidden;
}

.partners-bg-left{
	/* position:relative; */
	min-height:560px;
	
	display:flex;
	align-items:center;
	justify-content:center;
}

.partners-bg-left:before{
	content:'';
	width:686px;
	height:539px;
	position:absolute;
	top:0;
	left: 50%;
    margin-left: -680px;
	background-image:url(/images/partners-1.webp);
	background-position:top right;
	background-repeat:no-repeat;
	z-index:0;
}


.partners-text{
	position:relative;
	z-index:1;
	font-size:1.5rem;
}

.patners-counter{
	font-size: 7rem;
    font-weight: 400;
}

.partners-bg-right{
	position:relative;
	min-height:510px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin-bottom:2rem;
}

.partners-bg-right .btn{
		margin-top:-19px;
	}


@media(max-width:767px){
	.section-home-partners{
		padding-bottom: 4rem;	
	}

	.partners-bg-left{
		min-height: auto;
		background-position: bottom right;
		background-size: cover;
	}
	
	.partners-bg-right{
		min-height: auto;
	}
	
	.partners-bg-right .btn{
		margin-top:-50px;
	}
}


@media(max-width:1199px){
	.partners-bg-left:before{
		margin-left:0;
		left: -21px;
        top: -200px;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	.partners-bg-left, .partners-bg-right{
		height:300px;
        min-height: auto;		
	}
}

/*bx-content-section*/
.bx-content-section{
	padding-bottom:2rem;
}

.home-page-wrapper .bx-content-section{
	padding-bottom:0rem;
}

.bx-breadcrumb{
	font-size:0.8em;
	margin-bottom: 1rem;
}

.bx-breadcrumb-item{
	height:auto;
}

.bx-breadcrumb-item-link{
	/* color:#ebebeb; */
}

.bx-breadcrumb-item-text{
	font: inherit;
	/* font-size:0.8rem;
	line-height:1.3;
	color:#ebebeb; */
}

.about-podhod-image{
	background-image:url(/images/about-podhod-desc.webp);
	min-height:400px;
	background-position:bottom center;
	background-repeat:no-repeat;
}

.section-about-podhod-text{
	font-size:1.8rem;
	font-weight:400;
	line-height:1.5;
}

@media(max-width:767px){
	.about-podhod-image{
		background-image:url(/images/about-podhod-mob.webp);
		min-height:340px;
		background-position:center center;
		background-size: contain;
				padding:2rem 0;
	}
	
	.section-about-podhod-text{
		text-align:center;
		font-size: calc(1.325rem + .9vw);
		font-weight:400;
	}
	
	.section-about-podhod-text-col{
		margin-top:0;
		height: 300px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	
	
	.how-we-made-text-main{
		font-size:1.3rem;
	}
}




@media(min-width:576px){
	ul.bullet-end li{
		text-align:right;
	}
	ul.bullet-end li::before{
		content:none;
	}

	ul.bullet-end li::after{
		content: '•'; /* Добавляем символ в качестве маркера, например, классическую точку */  
		color:#F28F36; /* Задаём цвет */  
		font-size: 20px; /* Устанавливаем крупный размер шрифта */  
		margin-left: 8px; /* Добавляем пространство справа от маркера */   
		line-height: 12px; /* Настраиваем выравнивание */  
	}
	
	.how-we-made-content .row:nth-child(2n){
		text-align:right;
	}
	
	
	
}

.how-we-made-text .block-title{
	font-size:1.2rem;
	margin-bottom:0.5em;
}


.catalog-section-list-tile-list li:before{
	content:none;
}

.how-we-made-img{
	/* margin-bottom:-3rem; */
}

@media(max-width:576px){
	.how-we-made-img{
		margin-bottom:-1rem;
		/* margin-bottom:0; */
	}
}

@media(min-width:768px){
	.how-we-made-img{
		margin-top:0rem;
		margin-bottom:0;
	}
}

@media(min-width:991px){
	.how-we-made-img{
		margin-top:-4rem;
		margin-bottom:0;
	}
}

.cennosti-item{
	position:relative;
	padding-left:4rem;
}

.cennosti-count{
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:5rem;
	color:#f2eeee;
	z-index:1;
}

.cennosti-count:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    filter: blur(8px);
    z-index: 2;
    top: 12px;
    left: 20px;
}

.cennosti-title{
	font-weight:400;
    font-size: 1.1em;	
	margin-bottom:0.5em;
	position:relative;
	z-index:3;
}

.g-on-text-title{
	
}

.form-floating .form-select,
.form-select{
	padding: 1rem .75rem;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating >textarea.form-control {
	height:auto;
}

.partners-form-wrap{
	position:relative;
	padding-top:33%;
	overflow: hidden;
}
.partners-form-wrap:before{
	content:'';
	position:absolute;
	top:-80px;
	right:0;
	bottom:0;
	left:0;
	background-image:url(/images/partners-2.webp);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	z-index: 0;
	opacity:0.5;
}

.webform-wrap{
	position:relative;
	z-index:1;
}

.webform-partners{
	background-color:#fff;
	border-radius:1rem;
	padding:2rem 4rem 2rem 4rem;
}

.webform-partners .form-control{
	background-color:#d6dae6;
}

@media(max-width:767px){
	.partners-form-wrap:before{
		top:-5%;
	}
	
	.webform-partners{
		padding: 2rem;	
	}

}

.section-home-catalog .product-row-item-link{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:auto;
	text-align:center;
	margin-bottom: 1rem;
    height: auto;
    padding-bottom: 0;
}

.section-home-catalog .product-row-item-link a{
	-webkit-line-clamp: none;
	
	text-shadow:0 0 15px #fff, 0 0 15px #fff,0 0 24px #fff,0 0 29px #fff,0 0 15px #fff,0 0 26px #fff
}

.catalog-subsections .catalog-section-list-item-img{
	background-size: contain;
	margin: 0 auto;
    width: 77%;
	opacity:0.3;
	padding-top: 40%;
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background:#F28F36
}

.catalog-block-header{
	font-weight:500;
}

.smart-captcha_invisible{
	min-height:auto!important;
}

.basket-line-block{
	padding-left: 0;
	align-items: flex-end;
}

.header-cart-link{
	position:relative;
}

.header-cart-count{
	position: absolute;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: block;
    background: #F28F36;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 11px;
    top: -5px;
    right: -6px;
}


.bx-basket-item-list-item{
	display:flex;
}

.bx-basket-item-list-item-img{
	margin-right: 1rem;
	position:static;
}

.bx-basket-item-list-item-name{
	margin-right: 1rem;	
}

.bx-auth-reg{
	max-width: 480px;
    margin: 0 auto;
}

.section-home-produce-text{
	background-image:url(/images/o-poizvoditele.webp);
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	overflow: clip;
}

.home-produce-row-item{
	/* height: 100vh; */
  /*   width: 100%;
    position: sticky;
    top: 80px;
	margin-top:4rem; */
}


.home-produce-row-item:active{
	transform:none;
}

.section-home-about-item{
	background-color:#fff;
	border:2px solid transparent;
	padding:2rem;
	height:100%;
	border-radius:1rem;
	line-height:1.5;
	box-shadow: 2px -1px 9px #0000005e;
	transition:0.5;
	transition: transform 1s ease; 
}

.section-home-about-item.card-active{
	box-shadow: 0px 2px 26px #00000024;
	transform:translateY(-1rem);
}

.section-home-about-item.card-active .home-about-title{
	color:#F28F36;
	font-size:1.5em;
}

@media(max-width:767px){
	
	.section-home-about-item.card-active{
		box-shadow: 0px 2px 26px #00000024;
		transform:scale(1.05) translateY(-1rem);
	}

	.section-home-about-item.card-active .home-about-title{
		color:#F28F36;
		font-size:1.5em;
	}
}


.section-home-about-item p {
    margin-top: 0;
    margin-bottom: 0.7rem;
	font-size: 1.2rem;
}

.section-home-about-item.card-active{
	box-shadow: 0px 2px 26px #00000024;
	transform:translateY(-1rem);
}

.item-scaled{
	transition: transform 1s ease; 
}


.item-scaled.card-active{
	box-shadow: 0px 2px 26px #00000024;
	transform:scale(1.2) translateY(-1rem);
}


.product-item-detail-price-current{
	color:#F28F36;
}

.catalog-section-list-item-img{
	background-size: contain;
}

.product-item-price{
	font-size:1rem;
	color:#F28F36;
	font-weight:bold;
	white-space:nowrap;
}

.product-item-price-current{
	font-size:1.3rem;
}

.catalog-element-price-table .product-item-price{
	font-size:1.2rem;
}

.catalog-element-price-table .product-item-price-current{
	font-size: 1.5rem;
    line-height: 1em;
    display: inline-block;
  /*   height: 30px; */
}


@media(max-width:767px){
	.catalog-element-price-table .product-item-price-current{
		/* font-size: 1.2rem; */
	}
}

a.product-item-price-blur{
	display:block;
	position:relative;
	height: 1.4rem;
}

.product-item-price-blur img{
	position:absolute;
	top: 0px;
    right: -13px;
	margin-top:-11%;
	width:auto;
	height:auto;
}

.swiper-shadow .swiper-initialized {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.swiper-shadow .swiper-slide:hover {
    box-shadow: 0 0 15px #0000005e;
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 0 15px #0000005e;
    transition: 0.3s;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{
	display: block;
    opacity: 1;
}



.product-item-title{
	white-space:normal;
	font-size:0.9rem;
	margin-bottom:8px;
	padding-left:1rem;
	padding-right:1rem;
	line-height: 1.5;
    height: 3em;
}

.catalog-section-table .product-item-title{
	height:auto;
}

.opt-price-slider-item .product-item-price-container{
	text-align:left;
	width: 80%;
    margin: 0 auto;
}

@media(max-width:767px){
	.opt-price-slider-item .product-item-price-container{
		max-width: none;
		width: 100%;
	}
}

.client-prices-list{
	/* font-size:0.8em; */
}

.product-item-detail-pay-block .catalog-element-price-table{
	max-width: 280px;
    margin: 0 auto;
}

.client-price-text{
	text-align:right;
}
.client-prices-list .client-price-opt{
	font-size: 1rem;
    color: #F28F36;
	font-weight:bold;
	white-space:nowrap;
}

@media(max-width:991px){

}

.bx-sidebar-block{
	position:relative;
}

.sidebar-filter-container{
	background-color:#fff;
}

@media(max-width:991px){
	.sidebar-filter-container{
		position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20000;
        bottom: 0;
        overflow: auto;
        padding: 16px;
		display:none;
	}
	
	.sidebar-filter-container.filter-opened{
	        display: block;	
	}
}

.smart-filter-form .row{
	margin-top: 0 !important;
}
.smart-filter-parameters-box{
	margin-top: 0 !important;
}

.product-item-small-card{
	/* margin-top:0 !important; */
}

@media (max-width: 767px) {
    .bx-basket-item-list {
        display: block;
    }
}

.bx-opener .bx-basket-item-list{
	padding-bottom:120px;
}

.header-mobile-links-list{
	min-width: 100%;
    justify-content: space-between;
}
.header-mobile-links-list li{
	max-width:180px;
	padding-right:1rem;
}
.header-mobile-links-list a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.catalog-section-list-tile-list{
	justify-content: center;
}

.dropdown-menu{
	border:none;
	box-shadow:#240f4438 0px 3px 18px 3px;
}

.catalog-sort-filter-panel{
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
    width: auto;
}	

.product-list-table-item .product-item-amount-description-container{
	font-size:0.8rem;
}

.form-check-input{
    margin-top: 0.1em;	
}

.is-invalid+ .checkbox-caption{
	color: #dc3545;
}

.is-invalid~ .btn_password_toggle{
	right: 28px!important;
    top: 14px!important;
    transform: none!important;
}