

/* Start:/local/templates/2022/css/main.css?174858769692269*/
/* USER VARIABLES SECTION */

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-300.woff2") format("woff2"); font-family: "raleway"; font-weight: 300; font-style: normal; }
@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-500.woff2") format("woff2"); font-family: "raleway"; font-weight: 500; font-style: normal; }
/* @font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v28-latin-regular.woff2") format("woff2"); font-family: "raleway"; font-weight: 500; font-style: normal; } */
@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-600.woff2") format("woff2"); font-family: "raleway"; font-weight: 600; font-style: normal; }
/* @font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v28-latin-600.woff2") format("woff2"); font-family: "raleway"; font-weight: 600; font-style: normal; } */
@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-700.woff2") format("woff2"); font-family: "raleway"; font-weight: 700; font-style: normal; }
@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-800.woff2") format("woff2"); font-family: "raleway"; font-weight: 800; font-style: normal; }
@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-900.woff2") format("woff2"); font-family: "raleway"; font-weight: 900; font-style: normal; }
@font-face { src: url("/local/templates/2022/css/../fonts/Raleway/raleway-v22-cyrillic-regular.woff2") format("woff2"); font-family: "raleway"; font-weight: 400; font-style: normal; }

:root {

	/* Colors */
	--accent: #ED1639;
	--text: #484848;
	--dark: #231F20;
	--blur: rgba(72, 72, 72, 0.6);
	--grey: #C4C4C4;
	--grey75: rgba(72, 72, 72, 0.75);
	--light-grey: #E5E5E5;
	--light-grey75: rgba(229, 229, 229, 0.75);
	--white: #FFFFFF;
	--white60: rgba(255, 255, 255, 0.6);
	--red: #D62D30;

	/* Text */
	/* Regular text */
	--userfont: "raleway";
	--regular-font-style: Regular;
	--regular-text: 16px;
	--lineheight: 1.7;
	--paragrap: 5px;
	--number-case: lining-nums;
	--font-feature-settings: 'pnum' on, 'lnum' on;

	/* Other */
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--transition: .25s ease-out;
	--backdrop-filter: blur(80px);
	--backdrop-filte-light: blur(17px);
}

/* GENERAL CSS SETTINGS */
::placeholder { color: var(--light-grey); }
::selection { background-color: var(--accent); color: var(--white); }
input, textarea { 
	outline: none; 
	font-feature-settings: 'pnum' on, 'lnum' on;
}
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-style: var(--regular-font-style);
	font-size: var(--regular-text);
	font-weight: 500;
	line-height: var(--lineheight);
	font-variant-numeric: var(--number-case);
	font-feature-settings: var(--font-feature-settings);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	background-color: white;
}
p{
	font-feature-settings: 'pnum' on, 'lnum' on;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: var(--white);
}
::-webkit-scrollbar
{
	width: 7px;
	background-color: var(--white);
}
::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--dark);
}
.nau_show_popup{
	position: fixed;
	cursor: pointer;
  width: 50px;
  height: 50px;
	bottom: 40px;
  left: 20px;
	border-radius: 100%;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
  color: #fff;
	font-weight: bold;
  text-align: center;
  box-shadow: 0 0 5px 0px var(--text);
  transition: 300ms;
	z-index: 20000;
	font-size: 30px;
	border: none;
	box-sizing:border-box; 
}
.nau_show_popup img{
	/* display: block;
	height: 25px;  
	width: 25px;
	margin-left: 5px; */
	display: flex;
	height: 24px;  
	width: 24px;
	margin: auto;
}
.white-popup{
	width: 370px;
	min-height: 700px;
	background-color: white;
	text-align: center;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	padding: 10px 30px 10px 35px;
}
.white-popup form {
	width: 100% !important;
}
.white-popup select{
	height: 35px !important;
	border-color: var(--blur) !important;
	border-radius: 4px !important;
}
.white-popup select:hover{
	border-color: var(--accent) !important;
}
.mfp-close{
	color: var(--red) !important;
	font-size: 45px !important;
}
.white-popup .inputselect, .white-popup .inputtextarea, .white-popup .inputtext{
	width: 300px !important;
}
.Я a{
	text-decoration: none !important;
	color: var(--text);
	font-size: 14px;
	text-transform: lowercase;
	transition: var(--transition);
}
.Я a:hover{
	color: var(--accent);
}
.user_concept{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.user_concept_text{
	text-align: center;
	max-width: 1000px;
}
/* auto scroll */
.scroll {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 40px;
  right: -80px;
  border-radius: 100%;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 5px 0px var(--text);
  transition: 300ms;
	z-index: 20000;
}
.scroll i {
  margin-top: 10px;
  text-shadow: 0 0 2px #fff;
}
.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.scroll svg {
  margin-top: -10px;
  text-shadow: 0 0 2px #fff;
}
.scroll:hover svg{
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes rotate {
  from {margin-top: 15px}
  to {margin-top: 5px}
}
.visible {
  right: 30px;
  transition: all 400ms;
  transform: rotate(360deg)
}
/* auto scroll end */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-popup-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.video-popup video {
  width: 100%;
  height: auto;
  display: block;
}

.close-popup {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

.unmute-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.unmute-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* SLIDER*/
.home-slider{
	height: 500px;
	z-index:1;
	display: flex;
	flex-direction: row;
}
.home-slider__slide {
	display: flex;
	align-items: center;
	text-align: center;
	justify-items: center;
	background-size: cover;
	background-position-x: 10vw;
	background-position-y: top;
	align-items: center;
}
.home-slider__slide::before {
	position: absolute;
	content: '';
	width: 60vw;
	height: 500px;
  background: var(--blur);
	float: left;
	bottom: 0;
	clip-path: polygon(0% 0%,100% 0%,100% 0%,75% 100%,0% 100%);
  -webkit-clip-path: polygon(0% 0%,100% 0%,100% 0%,75% 100%,0% 100%);
}
@supports (backdrop-filter: blur(17px)){
	.home-slider__slide::before {
		background: var(--blur);
		backdrop-filter: blur(17px);
	}
}
.home-slider__heading{
	color: var(--white);
	font-weight: 700;
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 50px;
}
.home-slider__heading_sm{
	color: var(--white);
	font-weight: 700;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 50px;
}
.frame-p{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 50px;
}
.frame-p p{
	color: var(--light-grey);
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
}
.frame-p-sm{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 50px;
}
.frame-p-sm p{
	color: var(--light-grey);
	font-weight: 400;
	font-size: 17px;
	/* line-height: 28px; */
}
.slider-btn-row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
	gap: 5px;
	margin: 0;
}
.slider-buttonTelegram{
	width: 177px;
	height: 62px;
	display: flex;
	text-decoration: none;
	transition: ease-in.1s;
	background-image: url(/local/templates/2022/css/../images/11-2.svg);
	background-size: cover;
}
.slider-button .button{
	width: 170px;
	height: 50px;
	border: 2px solid var(--red);
	border-radius: 4px;
	background: none;
	display: flex;
	align-items: center;
	color: var(--white);
	font-weight: 500;
	font-size: 17px;
	line-height: 140%;
	text-align: center;
	text-transform: capitalize;
	justify-content: center;
	text-decoration: none;
	transition: ease-in.1s;
}
.slider-button .button:hover{
	border: 3px solid var(--accent);
	border-radius: 4px;
}
.home-slider__slide .container {
	z-index: 2;
	position: relative;
}
[data-animate] {
	opacity: 0;
	transition: all .8s ease-out;
}
[data-animate="bottom"] {
	transform: translate3d(0, 15px, 0);
}
.home-slider__slide.swiper-slide-active [data-animate] {
	opacity: 1;
	transform: none;
}
.home-slider__slide.swiper-slide-active .home-slider__heading {
	transition-delay: .6s;
}
.home-slider__slide.swiper-slide-active [data-animate] {
	opacity: 1;
	transform: none;
}
.home-slider__slide.swiper-slide-active .home-slider__heading {
	transition-delay: .6s;
}
.home-slider__bottomSale{
	position: absolute;
	width: 400px;
	height: 120px;
	z-index: 1;
	background-image: url(/local/templates/2022/css/../images/slider/Скидка.png);
	display: flex;
	right: 0;
	align-self: flex-end;
	text-align: center;
	justify-items: center;
	background-size: cover;
	align-items: center;

}
.home-slider__bottomSale img{
	width: 400px;
	height: 120px;
}
.home-slider__bottom {
	position: absolute;
	width: 110px;
	height: 30px;
	max-width: 110px;
	max-height: 30.79px;
	z-index: 1;
	color: var(--white);
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home-slider__pagination {
	font-weight: 300;
}
.home-slider__pagination span {
	width: 1px;
	height: 17px;
	background-color: var(--white60);
	display: inline-block;
	vertical-align: middle;
	margin: -3px 2px 0 7px;	
}
.home-slider__pagination b {
	position: relative;
	color: var(--light-grey75);
	font-weight: 300;
	text-transform: uppercase;
}
.home-slider__prev, .home-slider__next {
	--swiper-navigation-size:15px;
	outline: none;
	color: var(--white);
}
.home-slider__prev::after, .home-slider__next::after {
	color: var(--light-grey75);
	margin-top: -12px;
}
	/* Products */
	.Prod-main .header{
		margin-top: 20px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-feature-settings: 'pnum' on, 'lnum' on;
		text-align: center;
		color: var(--text);
		margin-bottom: 10px;
	}
	.menu-prod_main{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0px;
		gap: 70px;
	}
	.prod-item{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 0px;
		gap: 5px;
		width: 270px;
		height: 295px;
		text-decoration: none;
		border-bottom: 1px solid var(--light-grey);
		/* border-radius: 4px; */
		padding: 10px;
		transition: var(--transition);
	}
	.prod-name{
		font-weight: 600;
		line-height: 24px;
		display: flex;
		align-items: center;
		text-align: center;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-feature-settings: 'pnum' on, 'lnum' on;
		font-size: 15px;
		color: var(--dark);
		transition: var(--transition);
	}
	.prod-item:hover .prod-name{
		color: var(--accent);
	}
	.prod-item:hover {
		border-bottom: 1px solid var(--accent);
	}
	.prod-img{
		position: relative;
		width: 250px;
		height: 232px;
	}
	.prod-img img {
		object-fit: contain;
		height: 100%;
    width: 100%;
	}
	/* .prod-img::after{
		content: 'ПЕРЕЙТИ В КАТАЛОГ';
		position: absolute;
			width: 270px;
			height: 232px;
			left: 0;
			top: 0;
		--inset-top: 0;
		--inset-right: 100%;
		--inset-bottom: 0;
		--inset-left: 0;
		font-weight: 400;
		font-size: 15px;
		line-height: 232px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-feature-settings: 'pnum' on, 'lnum' on;
		color: var(--white);
		clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
		transition: 0.5s linear;
	}
	.prod-img::before{
		content: '';
		--inset-top: 0;
		--inset-right: 100%;
		--inset-bottom: 0;
		--inset-left: 0;
		background-color: var(--blur);
		backdrop-filter: blur(17px);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		top: 0px;
		clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
		transition: 0.5s linear;
	}
	.prod-item:hover .prod-img::before,
	.prod-item:hover .prod-img::after{
		--inset-top: 0;
		--inset-right: 0;
		--inset-bottom: 0;
		--inset-left: 0;
	} */
	/* About */
	.about-main{
		margin-top: 50px;
		padding: 30px;
		background: var(--light-grey);
		width: 100%;
		height: 280px;	
	}
	.about-main .header{
		margin-top: -5px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-feature-settings: 'pnum' on, 'lnum' on;
		text-align: center;
		color: var(--text);
		margin-bottom: 15px;
	}
	.about-frame{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 15px;
		width: 1341px;
		height: 219px;
		margin: auto;
	}
	.about-item{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px;
		gap: 5px;
		width: 231px;
		height: 219px;
	}
	.about-img{
		width: 80px;
		height: 80px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.about-name{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 5px;
		gap: 5px;
		width: 220px;
		height: 109px;

		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		text-align: center;
		color: var(--dark);
	}
	.news{
		margin-left: 20px;
	}
	.slide-arrow{
		position: absolute;
		top: 50%;
		margin-top: -15px;
	}
	.prev-arrow{
		left: -40px;
		width: 20px;
		height: 20px;
		background: white;
		background-image: url(/local/templates/2022/css/../images/icons/play-lg.png);
		background-size: contain;
		border: none;
		transform: scale(-1);
		transition: var(--transition);
	}
	.next-arrow{
		right: -20px;
		width: 20px;
		height: 20px;
		background: white;
		background-image: url(/local/templates/2022/css/../images/icons/play-lg.png);
		background-size: contain;
		border: none;
		transition: var(--transition);
	}
	.prev-arrow:hover, .next-arrow:hover {
		background-image: url(/local/templates/2022/css/../images/icons/play.png);
	}
	.news-main{
		margin-top: 50px;
	}
	.news-main .header{
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-feature-settings: 'pnum' on, 'lnum' on;
		text-align: center;
		color: var(--text);
		margin-bottom: 25px;
	}
	.news-frame{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0px;
		/* gap: 50px; */
		justify-content: space-between;
	}
	.news-main a{
		text-decoration: none;
	}
	.news-item{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;	
		gap: 10px;
		width: auto;
		max-width: 220px;
		max-height: 320px;
		height: 320px;
		padding: 5px 1px 5px 1px;
		border: 1px solid var(--light-grey75);
		transition: var(--transition);
		border-radius: 4px;
	}
	.news-img{
		position: relative;
		width: 190px;
		height: 140px;
		display: flex;
		margin: auto;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	/* .news-img::after{
		content: 'ПОДРОБНЕЕ';
		position: absolute;
		width: 350px;
		height: 300px;
		left: 0;
		top: 0;
		--inset-top: 0;
		--inset-right: 100%;
		--inset-bottom: 0;
		--inset-left: 0;
		font-weight: 400;
		font-size: 20px;
		line-height: 300px;
		text-align: center;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: var(--white);
		clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
		transition: 0.5s linear;
	}
	.news-img::before{
		content: '';
		--inset-top: 0;
		--inset-right: 100%;
		--inset-bottom: 0;
		--inset-left: 0;
		background-color: var(--blur);
		backdrop-filter: blur(17px);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		top: 0px;
		clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
		transition: 0.5s linear;
	}
	.news-item:hover .news-img::before,
	.news-item:hover .news-img::after{
		--inset-top: 0;
		--inset-right: 0;
		--inset-bottom: 0;
		--inset-left: 0;
	} */
	.news-item:hover{
		border: 1px solid var(--accent);
	}
	.news-img img{
		object-fit: contain;
		height: 100%;
    width: 97%;
	}
	.news-date{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 4px 10px 5px;
		background-color: var(--red);
		color: var(--white);
		font-weight: 700;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		position: absolute;
		width: 70px;
		height: 20px;
		left: 10px;
		top: 10px;
		border-radius: 4px;
		z-index: 1;	
		transition: 0.5s linear;
	}
	.news-header{
		height: auto;
		/* width: 180px; */
		width: 95%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 5px;
		margin-left: 7px;
		border-bottom: 2px solid var(--accent);
	}
	.news-header_line{
		/* width: 4px;
		min-width: 4px;
		height: 100%;
		background-color: var(--accent); */
	}
	.news-header p{
		font-weight: 600;
		font-size: 14px;
		font-family: raleway;
		line-height: 18px;
		letter-spacing: 0.05em;
		text-transform: none;
		font-feature-settings: 'pnum' on, 'lnum' on;
		color: var(--text);
		text-align: left;
		margin-bottom: 2px;
		/* text-align: justify; */
	}
	.news-text{
		/* width: 210px; */
		width: 90%;
		height: auto;
		max-height: 80px;
		font-family: raleway;
		font-weight: 400;
		font-size: 12px;
		line-height: 120%;
		color: var(--text);
		text-align: left;
		max-height: max-content;
	}
	.partners{
		margin-top: 50px;
	}
	.partners .header{
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-feature-settings: 'pnum' on, 'lnum' on;
		text-align: center;
		color: var(--text);
		margin-bottom: 25px;
	}

 /* Footer */
 .Footer{
	 width: 100%;
	 height: 340px;
	 background-color: var(--dark);
	 margin-top: 50px;
	 position: absolute;
	 float: inline-end;
	 display: flex;
	 flex-direction: column;
 }
.Footer__get-in-touch{
	display: block;
	margin-top: 50px;
	font-size: 15px;
}
.Footer__get-in-touch__header{
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
display: flex;
align-items: center;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--white);
border-bottom: 3px solid var(--accent);
margin-bottom: 20px;
}
.Footer__get-in-touch .fa-phone{
	color: var(--accent);
	margin-right: 10px;
}
.Footer__get-in-touch .fa-envelope{
	color: var(--accent);
	margin-right: 15px;
}
.Footer__get-in-touch .fa-home{
	color: var(--accent);
	margin-right: 10px;
}
.Footer__get-in-touch__mail{
	margin-bottom: 20px;
}
.Footer__get-in-touch__mail svg{
	width: 15px;
	height: 15px;
	margin-right: 10px;
	fill: var(--accent);
}
.Footer__get-in-touch__tel svg{
	width: 15px;
	height: 15px;
	margin-right: 10px;
	fill: var(--accent);
}
.Footer__get-in-touch__address svg{
	width: 17px;
	height: 17px;
	margin-right: 10px;
	fill: var(--accent);
}
.Footer__get-in-touch__mail a{
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color: white;
	text-decoration: none;
}
.Footer__get-in-touch__mail a:hover{
	color: white;
}
.Footer__get-in-touch__tel{
	margin-bottom: 20px;
}
.Footer__get-in-touch__tel a{
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color: white;
	text-decoration: none;
}
.Footer__get-in-touch__tel a:hover{
	color: white;
}
.Footer__get-in-touch__address{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: white;
	margin-bottom: 20px;
}
.Footer__cert{
	width: 100%;
	margin-top: 110px;
}
.Footer__cert img{
	margin: 0 22px;
}
.Footer__cert{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}
.Footer__cert .cert{
 height: auto;
 width: auto;;
 min-height: 137px;
 text-align: center;
}
.Footer__cert .media-icons{
	width: 100%;
  display: flex;
	flex-direction: row;
	gap: 5px;
	text-align: center;
	justify-content: center;
}
.Footer__cert .media-icons a{
  height: 30px;
  width: 30px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.telegram{
	margin-left: 5px;
	margin-top: 6px;
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='white' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='white' d='M19.777 4.43a1.5 1.5 0 0 1 2.062 1.626l-2.268 13.757c-.22 1.327-1.676 2.088-2.893 1.427c-1.018-.553-2.53-1.405-3.89-2.294c-.68-.445-2.763-1.87-2.507-2.884c.22-.867 3.72-4.125 5.72-6.062c.785-.761.427-1.2-.5-.5c-2.302 1.738-5.998 4.381-7.22 5.125c-1.078.656-1.64.768-2.312.656c-1.226-.204-2.363-.52-3.291-.905c-1.254-.52-1.193-2.244-.001-2.746z'/%3E%3C/g%3E%3C/svg%3E");
}
.Footer__cert img{
}
.Footer .media-icons a:nth-child(1){
  background: #1DA1F2;
}

.Footer .bot-menu__header{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white);
	border-bottom: 3px solid var(--accent);
	margin-bottom: 20px;
	margin-top: 50px;
	margin-left: 50px;
}
.Footer .bot-menu{
	margin: 0;
	padding: 0;
	text-align: left;
}
.Footer .bot-menu-item{
	list-style-type: none;
	display: block;
}
.Footer .bot-menu-item svg{
	width: 15px;
	height: 15px;
	fill: var(--white);
	margin-top: -3px;
	transition: var(--transition);
}
.Footer .bot-menu_link{
	color: var(--white);
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-decoration: none;
	padding: 1.5px 2px;
	transition: color var(--transition);
	margin-left: 50px;
}
.Footer .bot-menu_link:hover,
.Footer .bot-menu_link:focus,
.Footer span.bot-menu_link {
	font-weight: 600;
	color: var(--accent);
}
.Footer .bot-menu_link:hover svg,
.Footer .bot-menu_link:focus svg {
	fill: var(--accent);
}
.Footer__copyright{
	font-family: raleway;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: var(--text);
	display: flex;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
}
/* News page */
.news-page{
	/* margin-top: 180px; */
	margin-top: 50px;
}
.news-page .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.news-page a{
	text-decoration: none;
	color: var(--text);
}
.left-menu{
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;
	max-width: 144px;
	max-height: 184px;
	width: auto;
	height: auto;
	/* position: absolute; */
}
.left-menu_item a{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-decoration: none;
	color: var(--text);
	transition: var(--transition);
}
.left-menu_item a:hover,
.left-menu_item span{
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--accent);
	text-decoration: none;
}
.news-page_item{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: left;
	padding: 18px 10px;
	gap: 70px;
	border-bottom: 2px solid var(--light-grey);
	margin-bottom: 25px;
	transition: var(--transition);
	max-width: 850px;
	text-decoration: none;
	color: var(--text);
}
.news-page_item:hover{
	border-bottom: 2px solid var(--accent);
	color: var(--text);
}
.news-page_img{
	width: 150px;
	height: 150px;
	display: flex;
	position: relative;
}
.news-page_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .news-page_img::after{
	content: 'ПОДРОБНЕЕ';
	position: absolute;
	width: 150px;
	height: 134px;
	--inset-top: 0;
	--inset-right: 100%;
	--inset-bottom: 0;
	--inset-left: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 134px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white);
	clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
	transition: 0.5s linear;
}
.news-page_img::before{
	content: '';
	position: absolute;
	--inset-top: 0;
	--inset-right: 100%;
	--inset-bottom: 0;
	--inset-left: 0;
	background-color: var(--blur);
	backdrop-filter: blur(17px);
	width: 150px;
	height: 134px;
	clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
	transition: 0.5s linear;
}
.news-page_item:hover .news-page_img::before,
.news-page_item:hover .news-page_img::after
{
	--inset-top: 0;
	--inset-right: 0;
	--inset-bottom: 0;
	--inset-left: 0;
} */
.news-page_frametext{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
	max-width: 585px;
	min-height: 130px;
}
.news-page_header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.news-page_date{
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}
.news-page_text{
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.pagination{
	display: block;
}
.count-pages{
	font-weight: 400;
	line-height: 24px;
	margin: auto;
	text-align: center;
	letter-spacing: 0.1em;
	color: var(--grey);
	margin-bottom: 10px;
}
.page-nav{
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: auto;
	text-align: center;
}
.page-nav span{
	color: var(--light-grey);
}
/* News detail */
.news-detail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 15px;
	/* max-width: 720px; */
	max-width: 100%;
	width: 100%;
}
.news-detail img{
	/* max-width: 720px;
	height: auto; */
	width: 100%;
}
/* catalog */
.catalog{
	/* margin-top: 180px; */
	margin-top: 50px;
}
.catalog .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 50px;
}
.catalog .header a{
	color: var(--text);
	text-decoration: none;
}
.catalog .header a:hover{
	color: var(--accent);
}
.info-block{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 25px;
	margin-top: 50px;
}
.info{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 50px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
.info-item{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 5px;
	min-width: 300px;
}
.info-img{
	width: 20px;
	height: 20px;
}
.info-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-text a{
	height: 30px;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-decoration: none;
	cursor: pointer;
	transition: var(--transinfo);
	color: var(--text);
}
.info-text a:hover{
	color: var(--accent);
}
.cat-lvl1{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 60px;
}
.cat-lvl1-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0px;
	gap: 5px;
	width: 200px;
	height: 220px;
	text-decoration: none;
	border: 1px solid var(--light-grey);
	border-radius: 4px;
	transition: var(--transition);
	padding: 10px;
}
.cat-lvl1-name{
	font-weight: 600;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-size: 15px;
	color: var(--dark);
	transition: var(--transition);
}
.cat-lvl1-item:hover {
	border: 1px solid var(--accent);
}
.cat-lvl1-item:hover .cat-lvl1-name{
	color: var(--accent);
}
.cat-lvl1-img{
	position: relative;
	width: 200px;
	height: 120px;
}
.cat-lvl1-img img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}
/* .cat-lvl1-img::after{
	content: 'ПЕРЕЙТИ В КАТАЛОГ';
	position: absolute;
		width: 200px;
		height: 120px;
		top: 0;
		left: 0;
	--inset-top: 0;
	--inset-right: 100%;
	--inset-bottom: 0;
	--inset-left: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 120px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--white);
	clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
	transition: 0.5s linear;
}
.cat-lvl1-img::before{
	content: '';
	--inset-top: 0;
	--inset-right: 100%;
	--inset-bottom: 0;
	--inset-left: 0;
	background-color: var(--blur);
	backdrop-filter: blur(17px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
	transition: 0.5s linear;
}
.cat-lvl1-item:hover .cat-lvl1-img::before,
.cat-lvl1-item:hover .cat-lvl1-img::after{
	--inset-top: 0;
	--inset-right: 0;
	--inset-bottom: 0;
	--inset-left: 0;
} */
.section-vertical{
	min-height: 950px;
}
/* .section-col{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
} */
.catalog-filter{
	margin-top: 160px;
}
.catalog-filter .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.catalog-filter_sidemenu{
	/* max-width: 180px; */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 2px;
	margin-left: 15px;
}
/* side menu */
.sidebar-wrapper {
  /* position:fixed; */
	position: absolute;
  /* top: 180px; */
	top: 250px;
  left: 0;
  height: 1000px;
  width: 230px;
  /* margin-left: -200px; */
}

/* side menu end*/

.catalog-filter_frame{
	max-width: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.catalog-filter_frame li{
	list-style: none;
}
.catalog-filter_frame li a{
	text-decoration: none;
	transition: var(--transition);
}
.catalog-filter_sidemenu_header{
	line-height: 18px;
}
.catalog-filter_sidemenu_header a{
	font-weight: 600;
	font-size: 15px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--text);
}
.catalog-filter_sidemenu_item{
	line-height: 18px;
}
.catalog-filter_sidemenu_item a{
	font-weight: 700;
	font-size: 13px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--blur);
}
.catalog-filter_frame li a:hover{
	color: var(--accent);
}
.catalog-filter_sidemenu_item span{
	font-weight: 700;
	font-size: 13px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--accent);
}

div.mm-dropdown {
  border: 1px solid var(--grey);
  width: 350px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	cursor: pointer;
}
div.mm-dropdown:hover{
	border: 1px solid var(--accent);
}
div.mm-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
div.mm-dropdown ul li,
div.mm-dropdown div.textfirst {
  color: var(--text);
  border-bottom: 1px solid var(--light-grey);
  padding: 2.5px 10px;
}
div.mm-dropdown div.textfirst img.down {
  float: right;
  margin-top: 7px;
	object-fit: contain;
}
div.mm-dropdown ul li:last-child {
  border-bottom: 0;
}

div.mm-dropdown ul li {
  display: none;
  padding-left: 25px;
}

div.mm-dropdown ul li.main {
  display: block;
}

div.mm-dropdown ul li img {
  width: 35px;
  height: 35px;
	margin-right: 10px;
	object-fit: contain;
}
/* dropdown1 */
div.mm-dropdown1 {
  border: 1px solid var(--grey);
  width: 350px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}
div.mm-dropdown1:hover{
	border: 1px solid var(--accent);
}
div.mm-dropdown1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
div.mm-dropdown1 ul li,
div.mm-dropdown1 div.textfirst {
  color: var(--text);
  border-bottom: 1px solid var(--light-grey);
  padding: 2.5px 10px;
}
div.mm-dropdown1 div.textfirst img.down {
  float: right;
  margin-top: 7px;
	object-fit: contain;
}
div.mm-dropdown1 ul li:last-child {
  border-bottom: 0;
}

div.mm-dropdown1 ul li {
  display: none;
  padding-left: 25px;
}

div.mm-dropdown1 ul li.main {
  display: block;
}

div.mm-dropdown1 ul li img {
  width: 35px;
  height: 35px;
	margin-right: 10px;
	object-fit: contain;
}
/* dropdown2 */
div.mm-dropdown2 {
  border: 1px solid var(--grey);
  width: 350px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}
div.mm-dropdown2:hover{
	border: 1px solid var(--accent);
}
div.mm-dropdown2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
div.mm-dropdown2 ul li,
div.mm-dropdown2 div.textfirst {
  color: var(--text);
  border-bottom: 1px solid var(--light-grey);
  padding: 2.5px 10px;
}
div.mm-dropdown2 div.textfirst img.down {
  float: right;
  margin-top: 7px;
	object-fit: contain;
}
div.mm-dropdown2 ul li:last-child {
  border-bottom: 0;
}

div.mm-dropdown2 ul li {
  display: none;
  padding-left: 10px;
}

div.mm-dropdown2 ul li.main {
  display: block;
}

div.mm-dropdown2 ul li img {
  width: 35px;
  height: 35px;
	object-fit: contain;
}
/* dropdown3 */
div.mm-dropdown3 {
  border: 1px solid var(--grey);
  width: 350px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	cursor: pointer;
}
div.mm-dropdown3:hover{
	border: 1px solid var(--accent);
}
div.mm-dropdown3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
}
div.mm-dropdown3 ul li,
div.mm-dropdown3 div.textfirst {
  color: var(--text);
  border-bottom: 1px solid var(--light-grey);
  padding: 2.5px 10px;
}
div.mm-dropdown3 div.textfirst img.down {
  float: right;
  margin-top: 7px;
	object-fit: contain;
}
div.mm-dropdown3 ul li:last-child {
  border-bottom: 0;
}

div.mm-dropdown3 ul li {
  display: none;
  padding-left: 10px;
}

div.mm-dropdown3 ul li.main {
  display: block;
}

div.mm-dropdown3 ul li img {
  width: 35px;
  height: 35px;
	margin-right: 10px;
	object-fit: contain;
}
/* checkbox */
.cbx-frame{
	min-width: 350px;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: flex-start;
	gap: 5px;
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx:hover {
  background: rgba(0,119,255,0.06);
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.cbx:hover span:first-child {
  border-color: var(--red);
}
.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
  background: var(--accent);
  border-color: var(--accent);
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
/* карточки товаров */
.filter-carts_row{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0px;
	align-items: flex-start;
	justify-content: flex-end;
}
.filter-col{
	
}
.filter-toggle{
	width: 32px;
	height: 32px;
	background-image: url(/local/templates/2022/css/../images/icons/filter.png);
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	left: -40px;
	top: -40px;
	display: none;
}
.filter-toggle_active{
	width: 17px;
	height: 17px;
	background-image: url(/local/templates/2022/css/../images/icons/close.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.label-hide .svg-open-filter{
	width: 20px;
	height: 25px;
	fill: var(--white);
}
.label-hide .svg-close-filter{
	width: 35px;
	height: 35px;
	fill: var(--accent);
}
/* .carts-sec{
	display: flex;
	flex-direction: column;
	right: 0px;
	justify-items: right;
	align-items: flex-end;
	width: 800px;
} */
/* .carts{
	width: auto;
	height: auto;
	height: 12vh;
} */
.cart-frame{
	position: absolute;
	top: 75px;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items:flex-start;
	gap: 10px;
}
.cart-left{
	text-decoration: none;
	color: var(--text);
}
.cart-left:hover {
color: var(--text);
}
.cart-item:hover{
	transform: scale(1.05) translate3d( 0, 0, 0);
	background-color: white;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: -13px 11px 25px 1px rgba(0,0,0,0.55);
	transition: .3s;
}
.cart-item{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 4px 0px 4px;
	/* gap: 100px; */
	justify-content: space-between;
	width: 880px;
	min-height: 230px;
	height: auto;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	cursor: default;
}
.cart-left{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 15px;
}
.cart-img{
	width: 175px;
	height: 175px;
	
}
.cart-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cart-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	gap: 50px;
}
.cart-name{
	font-weight: 600;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--dark);
}
.cart-feature{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.cart-feature_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.cart-feature_text_item{
	font-weight: 400;
	color: var(--dark);
}
.cart-feature_num{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.cart-feature_num_item{
	font-weight: 400;
	color: var(--dark);
}
.cart-price{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-price a{
	text-decoration: none;
}
.cart-price_one{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	 min-width: 215px; 
}
.cart-price_one_sum{
	font-weight: 600;
	color: var(--accent);
}
.cart-price_one_text{
	font-family: raleway;
	font-weight: 500;
	font-size: 14px;
	color: var(--grey);
}
.cart-price_few{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
}
/* favorites */
a.favor{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: -50px;
	margin-top: -100px;
	font-family: raleway;
	font-weight: 500;
	font-size: 14px;
	color: var(--grey);
	line-height: 27px;
	height: 20px;
	width: 20px;
	z-index: 10000;
	cursor: pointer;
}
.favor:hover{
	color: var(--text);
	transition: var(--transition);
}
.favor:hover i{
	color: var(--accent);
	transition: var(--transition);
}
.favor i {
	font-size: 30px;
	color: var(--light-grey);
	padding: 5px 0px;
}
.favor.active i {
	color: var(--accent);
}
.fav_header{
		color: var(--text);
		transition: var(--transition);
		font-size: 14px;
		margin-bottom: -3px;
}
.fav_header .col{
	font-size: 10px;
	color: var(--grey);
	margin-left: 2px;
}
.fav_header:hover{
		color: var(--accent);
}
/* favorites */
/* - 80 + */
.numberstyle-qty {
  position: relative;
  background-color:var(--white );
  overflow: hidden;
	box-shadow: 0 3px 6px rgba(black, 0.25);
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  padding: 0;
  margin: 0;
	border: 0px;
  text-align: center;
  line-height: 40px;
  outline: 0;
  box-shadow: 0px;
}
  
.numberstyle-qty .qty-btn {
  width: 40px;
  font-size: 30px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  transition: all 250ms ease;
	background-color: var(--light-grey75);
	border-radius: 4px;
}  

.numberstyle-qty .qty-btn.disabled {
  cursor: default;
  color: var(--grey);
}
  
.numberstyle-qty input {
  width: 50px;
  border-left: 0;
  border-right: 0;
	color: var(--text);
  font-size: 16px;
	font-weight: 700;
  z-index: 1;
}

.numberstyle-qty input:focus {
  outline: 0;
  box-shadow: 0px;
}
    
.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}    
.numberstyle-qty input[type=number] {
  -moz-appearance: textfield;
}
.cart-price_few_sum{
	font-weight: 700;
	font-size: 12px;
	color: var(--accent);
}

/* Prod detail */
.catalog-detail{
margin-top: 180px;
}
.catalog-detail .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
}
.catalog-detail_right{
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.catalog-detail_name{
	margin-top: 50px;
	font-weight: 600;
	line-height: 24px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
}
.catalog-detail_img{
	margin-top: 50px;
}
/* product slider */
.product__slider-main{
	width: 450px;
	height: 450px;
}
.product__slider-main img{
	object-fit: contain;
	width: 450px;
	height: 450px;
}
.product__slider-thmb{
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.product__slider-thmb img{
	width: 120px;
	height: 120px;
}
/* product slider end*/
.about-otz {
	/* margin-top: 180px; */
	margin-top: 50px;
}
.about-otz .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.about-page {
	/* margin-top: 180px; */
	margin-top: 50px;
}
.about-page .left-menu{
	position: relative;
	margin-top: 100px;
}
.about-page a{
	color: var(--text);
}
.about-page a:hover{
	color: var(--accent);
}
.about-page .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.about-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 25px;
}
.about-text p{
	text-align: justify;
}
.about-text img{
		width: auto;
		height: auto;
}
.merop-frame{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0px;
	gap: 25px;
	flex-wrap: wrap;
}
.merop-frame a {
	text-decoration: none;
}
.merop-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.merop-item:hover{
	color: var(--red);
}
.merop-name{
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-weight: 600;
}
.merop-img{
	position: relative;
	width: 400px;
	height: 250px;
}
.merop-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.merop-img::after{
	content: 'ПОДРОБНЕЕ';
	position: absolute;
		top: 0;
		left: 0;
		width: 400px;
		height: 250px;
		text-align: center;
	--inset-top: 0;
	--inset-right: 100%;
	--inset-bottom: 0;
	--inset-left: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 250px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--white);
	clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
	transition: 0.5s linear;
}
.merop-img::before{
	content: '';
	--inset-top: 0;
	--inset-right: 100%;
	--inset-bottom: 0;
	--inset-left: 0;
	background-color: var(--blur);
	backdrop-filter: blur(17px);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
	transition: 0.5s linear;
}
.merop-item:hover .merop-img::before,
.merop-item:hover .merop-img::after{
	--inset-top: 0;
	--inset-right: 0;
	--inset-bottom: 0;
	--inset-lemerop: 0;
}
.merop-detail{
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	padding: 0px;
	gap: 15px;
}
.merop-detail_header{
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.08px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
}
.merop-detail_img{
	width: 500px;
	height: auto;
}
.merop-detail_text{
	text-align: justify;
}
.merop_more-photo{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-items: center;
	text-align: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 0;
	width: 700px;
}
.merop_more-photo img{
	width: 350px;
	height: auto;
	display: flex;
	margin: auto;
	padding: 20px;
}
.partners-frame{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
	flex-wrap: wrap;
}
.corp-wrapp{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	width: 100%;
	gap: 10px;
}
.corp-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	width: auto;
	height: auto;
	gap: 10px;
}
.corp-vert-frame{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.corp-vert{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 20px;
	border: 1px solid var(--light-grey);
	border-radius: 4px;
}
.corp-header{
	font-weight: 600;
	color: var(--text);
}
.corp-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 10px;
}
.corp-text{
	width: 213px;
	font-weight: 400;
}
.corp-features{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0px;
	gap: 0px;
	width: auto;
}
.corp-features-item{
	font-weight: 300;
	font-size: 13px;
	color: var(--blur);
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.corp-img{
	margin-left: 20px;
	width: 30px;
	height: 35px;
}
.corp-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.corp-img-cat{
	width: 30px;
	height: 35px;
}
.corp-img-cat img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.supp-page{
	/* margin-top: 180px; */
	margin-top: 50px;
	min-height: 400px;
}
.supp-page a{
	color: var(--text);
}
.supp-page .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.supp-page_text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.supp-page_text a:hover{
	color: var(--accent);
}
.supp-page_text div{
	text-align: justify;
}
.supp-page_text span{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
}
/* feedback form */
.feedback{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px;
	gap: 15px;
}
 form{
	margin-top: 15px;
	width:70%;
	text-align: center;
	}
	.content-form  form{
		margin-top: 15px;
		width:70%;
		text-align: center;
		}
	/* Makes responsive fields. Sets size and field alignment.*/
	input[type=text]{
		border: 1px solid var(--blur); 
		border-radius: 4px;
		color: var(--dark); 
		background-color: var(--white); 
		box-sizing:border-box; 
		height: 45px; 
		width:100%; 
		padding: 1em; 
		margin: 1% 0% 1% 0%; 
		vertical-align:top;
	}
	input[type=password]{
		border: 1px solid var(--blur); 
		border-radius: 4px;
		color: var(--dark); 
		background-color: var(--white); 
		box-sizing:border-box; 
		height: 45px; 
		width:100%; 
		padding: 1em; 
		margin: 1% 0% 1% 0%; 
		vertical-align:top;
	}
	input[type=submit]{
		margin: 5%;
		font-size: 16px; 
		border: none;
		color: var(--text); 
		background-color: white;
		height:40px; 
		width: 170px;
		/* width: 100%; */
		line-height:32px; 
		margin: 0; 
		border: 2px solid var(--text);
		border-radius: 4px;
		transition: all 0.23s ease-in-out 0s;
		font-weight: 600;
	}
	input[type=submit]:hover {
		cursor:pointer;
		border: 2px solid var(--red);
		color: var(--red);
	}
	input[type=reset]{
		margin: 5%;
		font-size: 16px; 
		border: none;
		color: var(--text); 
		background-color: white;
		height:40px; 
		width: 170px;
		/* width: 100%; */
		line-height:32px; 
		margin: 0; 
		border: 2px solid var(--text);
		border-radius: 4px;
		transition: all 0.23s ease-in-out 0s;
		font-weight: 600;
	}
	input[type=reset]:hover {
		cursor:pointer;
		border: 2px solid var(--red);
		color: var(--red);
	}
	textarea{
		width:100%;
		padding: 15px;
		margin-top: 10px;
		border: 1px solid var(--blur); 
		border-radius: 4px;
		color: var(--dark);
		background-color: white; 
		margin-bottom: 20px;
		resize:none;
	}
	input[type=text]:focus,textarea:focus {
	border-color: var(--accent);
	}
/* feedback form end*/
/* FAQ */
.faq-frame{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0px;
	gap: 50px;
	flex-wrap: wrap;
	vertical-align:top;
}
.faq-block{
	vertical-align:top;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;
}
.faq-block_header{
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: var(--dark);
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 15px;
	text-align: left;
	margin-left: -20px;
}
.faq-block_header img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.faq-block_item{
	width: 400px;
}
.faq-block_item ul{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.faq-block_item ul li a{
	text-decoration: none;
	transition: var(--transition);
}
.faq-block_item ul li a:hover{
	color: var(--accent);
}
.publish-frame ul{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 25px;
}
.publish-frame a{
	font-weight: 600;
	text-decoration: none;
	color: var(--dark);
}
.publish-frame a:hover{
	color: var(--accent);
}
/* downloads */
.downloads-frame{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	gap: 15px;
	flex-wrap: wrap;

	width: 1035px;
}
.downloads-item{
	box-sizing: border-box;
/* Auto layout */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 20px;

	width: 510px;
	border: 1px solid var(--light-grey);
	border-radius: 4px;
}
.downloads-header{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 10px;
	font-weight: 600;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.downloads-header_img{
	width: 70px;
	height: 70px;
}
.downloads-header_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.download-cat{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;
	width: 490px;
}
.downloads-cat_img{
	width: 70px;
	height: 90px;
}
.downloads-cat_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .contact-page */
.contact-page{
	/* margin-top: 180px; */
	margin-top: 50px;
}
.contact-page a{
	color: var(--text);
}
.contact-page .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.contact-frame{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0px;
	gap: 25px;
}
.contact{
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	padding: 0px;
	gap: 30px;
}
.contact_item{
	font-weight: 400;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-items: center;
	padding: 0px;
	gap: 25px;
	width: 80%;
	margin: auto;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--light-grey);
}
.contact_item_l{
	text-align: right;
	flex-basis: 50%;
	font-weight:600;
}
.contact_item_r{
	flex-basis: 50%;
}
.contact-map{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 930px;
}
/* Search */
.search-page{
	/* margin-top: 180px; */
	margin-top: 50px;
	min-height: 400px;
}
.search-page a{
	color: var(--dark);
	font-weight: 600;
	text-decoration: none;
	transition: var(--transition);
}
.search-page a:hover{
	color: var(--accent);
}
.search-page .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.search-container{
  width: 490px;
  display: block;
  margin: 0 auto;
}
input#search-bar{
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
	border-radius: 4px;
	border: 1px solid var(--light-grey);
  outline: none;
}
input#search-bar:focus{
    border: 1px solid var(--accent);
		border-radius: 4px;
    transition: 0.35s ease;
    color: var(--text);
}
input#search-bar::-webkit-input-placeholder{
      transition: opacity 0.45s ease; 
  	  opacity: 0;
}
input#search-bar::-moz-placeholder {
      transition: opacity 0.45s ease; ыус
  	  opacity: 0;
}
input#search-bar:-ms-placeholder {
     transition: opacity 0.45s ease; 
  	 opacity: 0;
     }    

.search-icon{
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
	font-size: 20px;
  top: -40px;
}
/* preloader */
.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: var(--white);
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}
.preloader__row {
	position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
  animation: preloader-rotate 2s infinite linear;
}
.preloader__item {
	border: 5px solid #f3f3f3;
  border-top: 5px solid  var(--accent);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s ease-in-out infinite ;
}
.reloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
/* @keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
} */
@keyframes preloader-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
/* preloader end */

/* 404 */
/*Animate cogs*/
#cog1, #cog2, #cog3{
  animation:spin 4s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
  animation-delay:0.6s;
}

#cog1 {fill:var(--text);}

#cog2{
  animation:spinback 4s linear infinite;
  animation-delay:0.6s;
  fill:var(--light-grey);
}
#cog3 {fill:var(--blur);}

@-webkit-keyframes pop{
  0%{transform: scale(0);}
  90%{transform: scale(1.1);}
  100%{transform: scale(1);}
}
@-webkit-keyframes spin { 
  100% { transform: rotate(360deg);}
}
@-webkit-keyframes spinback { 
  100% { transform: rotate(-360deg);}
}
.page404{
	min-height: 45vh;
}
.error-container {
	display: flex;
	flex-direction: row;
	text-align: center;
	justify-content: center;
	width: 100%;
}
.animate-404{
	position: absolute;
	margin-top: 300px;
	left: 50%;
}
.animate-404 > svg{
    animation: pop 0.4s ease-in;
    width:400px;
    transform:translate(-47%, -50%);
}
.error{
	position: absolute;
	left: 43%;
	z-index: 1000;
}
.error-code {
	font-family: raleway;
	font-size:150px;
	 color:var(--text); 
	 line-height:1em;
}
.error-desc {
	font-weight: 600px;
	color:var(--blur);
	font-size: 20px;
}
.error-desc a{
	color: var(--red);
	text-decoration: none;
}
.error-desc a:hover{
	color: var(--accent);
	text-decoration: underline;
}
.personal{
	/* margin-top: 180px; */
	margin-top:50px;
	min-height: 45vh;
}
.personal p{
	font-family: raleway;
	font-weight: 500;
	font-size: 15px;
}
.personal .header{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 25px;
}
.personal-aut{
	width: 750px;
	height: auto;
	display: flex;
	margin: auto;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.personal-reg{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin-top: 25px;
}
.personal-reg svg{
	fill: var(--dark);
	width: 20px;
	height: 20px;
}
.personal-reg_header{
	display: flex;
	align-items: center;
	text-align: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	font-family: raleway;
	font-weight: 700;
	font-size: 16px;
	color: var(--dark);
	text-decoration: none;
}
.personal-reg_header:hover{
	color: var(--accent);
}
.personal-reg_text{
	font-family: raleway;
	font-weight: 500;
	font-size: 15px;
	line-height: 170%;
	text-align: center;
}
.personal-reg_text a{
	color: var(--text);
	font-weight: 600;
}
.personal-reg_text a:hover{
	color: var(--red);
}
.personal-cart{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	width: 100%;
	justify-content: space-between;
}
.cart-price_left{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 10px;
}
.cart-price_left_header{
	font-family: raleway;
	font-weight: 600;
	font-size: 16px;
	line-height: 170%;
	color: var(--dark);
}
.cart-price_left_text{
	font-family: raleway;
	font-weight: 500;
	font-size: 14px;
	line-height: 170%;
	color: var(--grey);
}
.cart-price_right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 0px;
}
.cart-price_right a{
	text-decoration: none;
}
.cart-price_right_price{
	font-weight: 600;
	font-size: 28px;
	line-height: 24px;
	color: var(--accent);
}
.personal-prod{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
	gap: 20px;
}
.personal-prod_img{
	width: 100px;
	height: 100px
}
.personal-prod_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.personal-prod_delete .fa-solid{
	font-size: 25px;
	color: var(--grey);
	transition: var(--transition);
}
.personal-prod_delete .fa-solid:hover{
	color: var(--red);
}
.personal-cart_info_text{
	margin-top: 20px;
	text-align: center;
}
.personal-cart_info_text a{
	color: var(--dark);
	font-weight: 700;
}
.personal-cart_info_text a:hover{
	color: var(--red);
}
.question-text{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.question-text a{
	text-decoration: none;
}
.question-text a:hover{
	color: var(--accent);
}
.question-text ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 100px;
	text-align: justify;
}
.question-text ul li:first-child{
	margin-bottom: 20px;
}
.question-text ul li{
	width: 300px;
	font-weight: 500;
	text-transform:uppercase;
}
.question-text ul li a{
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	color: var(--text);
}
.question-text ul li a:hover{
	color: var(--accent);
}
.question-answer ul li{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.question-text_list{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
	width: 700px;
	text-align: justify;
	margin: auto;
}
.dimention-row{
	display: flex;
	margin: auto;
	text-align: justify;
	align-items: flex-start;
	flex-direction: row;
	gap: 60px;
	width: 100%;
	margin-left: 20px;
}
.dimention-frame{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.dimention-row div{
	width: 75px;
	font-size: 24px;
	color: var(--text);
	font-weight: 600;	
}
.dimention-tip{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.dimention-tip_vert{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.dimention-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	justify-items: center;
	margin: auto;
	margin-top: -10px;
	border-radius: 4px;
	border: 1px solid var(--light-grey75);
	border-radius: 4px;
	padding: 20px;
	gap: 10px;
}
.dimention-item{
	display: flex;
	align-items: flex-start;
	text-align: justify;
	justify-content: flex-start;
	justify-items: flex-start;
	margin: auto;
	flex-direction: row;
	gap: 30px;
}
.dimention-item div{
	display: flex;
	align-items: flex-end;
	text-align: right;
	justify-content: flex-end;
	justify-items: flex-end;
	width: 100px;
	font-weight: 600;
}
.dimention-item span{
	display: flex;
	align-items: flex-start;
	text-align: left;
	justify-content: flex-start;
	justify-items: flex-start;
	width: 300px;
}
.dimention-comment{
	margin-top: 50px;
	text-align: center;
	font-size: 15px;
	color: var(--grey);
}
.strongabr{
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
.strongabr ul li{
	margin-bottom: 20px;
}
.strongabr ul li:last-child{
	margin-bottom: 0px;
}
.strongabr p{
	text-align: justify;
	width: 100%;
}
.strongabr a{
	text-decoration: none;
}
.strongabr div a{
	text-decoration: none;
	text-align: justify;
	width: 100%;
}
.strongabr a:hover{
	color: var(--accent);
}
.strongabr div a:hover{
	color: var(--accent);
}
.recom_frame{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items:flex-start;
	justify-content: center;
	width: 700px;
	border: 1px solid var(--light-grey75);
	border-radius: 4px;
	padding: 20px;
	margin-top: -10px;
	text-align: justify;
}
.recom_frame div{
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 10px;
}
.recom_frame div:last-child{
	margin-bottom: 0px;
}
.field-title{
	font-family: raleway;
	font-weight: 600;
	letter-spacing: 0.08px;
	color: var(--text);
}
p a{
	text-decoration: none;
	color: var(--text);
	font-weight: 600;
	transition: var(--transition);
}
p a:hover{
	color: var(--accent);
}
.cart{
	min-height: 40vh;
}
.subscribe-index{
	display: flex;
	flex-direction: column;
	gap: 0px;
	justify-content: center;
	align-items: center;
}
.subscribe-frame{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.subscribe-form_row{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-start;
	align-items:center;
	width: auto;
	height: auto;
}
.subscribe-form_col{
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
	align-items:center;
	width: auto;
	height: auto;
	border: 1px solid var(--light-grey);
	border-radius: 4px;
	padding: 20px;
}
.input-title{
	min-width: 57px;
}
.popup-window-titlebar{
	font-family: raleway;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: var(--text);
}
.popup-window-content p{
	font-family: raleway;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: var(--text);
}
.popup-window-buttons{
	display: flex;
	flex-direction: row;
	gap: 5px;
	width: 100%;
	justify-content: center;
}
/* sidebar hide */
.sidebar-icon-hide, .sidebar-icon-hide:before, .sidebar-icon-hide:after {
	display: none;
}
.sidebar-icon-hide #open {
	display: none;
}
.sidebar-icon-hide #close {
	display: none;
}
.sidebar-icon-hide .svg-open{ 
	width: 20px;
	height: 20px;
	fill: var(--white);
}
.sidebar-icon-hide .svg-close{ 
	width: 35px;
	height: 35px;
	fill: var(--accent);
}
/* sidebar hide end*/
/* TEST */
/* filter hide */
.label-hide, .label-hide:before, .label-hide:after {
	display: none;
}
.label-hide #open {
	display: none;
}
.label-hide #close {
	display: none;
}
.cbx-hide[type="checkbox"]:not(:checked), 
.cbx-hide[type="checkbox"]:checked {
	display: none;
}
/* filter hide end*/
/* Pagination */
.text{
	text-transform: lowercase;
}
.text b{
	color: var(--light-grey);
	font-weight: 500;
}
.text a{
text-decoration: none;
color: var(--dark);
font-weight: 600;
transition: var(--transition);
}
.text a:hover{
	color: var(--accent);
}
/* Pagination end*/
.prop-frame{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 10px;
}
.prop-list{
	display: flex;
	flex-direction: row;
	padding: 5px 8px;
	background-color: #f2f2f2;
	border-radius: 17px;
	gap: 5px;
	width: auto;
	height: auto;
}
.prop-list div{
	font-family: raleway;
	font-size: 13px;
	color: var(--text);
	font-weight: 600;
}
.catalog-sort{
	text-align: right;
	margin-bottom: 10px;
}
.catalog-sort a{
 text-decoration: none;
 color: var(--text);
 font-weight: 600;
 transition: var(--transition);
 margin: 2px;
 text-transform: lowercase;
 padding: 3px 7px 5px 7px;
}
.catalog-sort a i{
	transition: var(--transition);
}
.catalog-sort a i:hover{
	color: var(--accent);
}
.catalog-sort a:hover{
	text-decoration: none;
	color: var(--accent);
	background-color: #f2f2f2;
	border-radius: 17px;
}
.catalog-sort span .svg-up{ 
	width: 12px;
	height: 12px;
	fill: var(--accent);
	margin-left: -2px;
}
.catalog-sort a .svg-up{ 
	width: 12px;
	height: 12px;
	fill: var(--text);
	margin-left: -2px;
}
.catalog-sort span{
	color: var(--accent);
	font-weight: 600;
	background-color: #f2f2f2;
	border-radius: 17px;
	padding: 3px 7px 6px 7px;
	text-transform: lowercase;
 }
.vac-form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}
.anketa{
	max-width: 500px !important;
}
.anketa form{
	width: 100% !important;
}
.discount-table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}
.discount-table th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 14px;
}
.discount-table tr th:first-child {
	border-radius: 20px 0 0 0;
}
.discount-table tr th:last-child {
	border-radius: 0 20px 0 0;
}
.discount-table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.discount-table tbody tr:nth-child(even) {
	background: #F8F8F8;
}
.discount-table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.discount-table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.info-filter{
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items:flex-start;
	padding: 0px;
	gap: 	1px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.info-filter-item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start	;
	align-items: flex-start;
	padding: 0px;
	gap: 5px;
}
.info-filter-img{
	width: 15px;
	height: 15px;
}
.info-filter-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-filter-text a{
	line-height: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: var(--transinfo);
	font-weight: 700;
    font-size: 13px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: var(--blur);
		font-family: 'raleway';
}
.info-filter-text a:hover{
	color: var(--accent);
}


/*страница о компании новая*/

.about-section	h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6 {}
.about-section a,
.about-section a:hover,
.about-section a:focus,
.about-section a:active {
            text-decoration: none;
            outline: none;
        }
        
				.about-section  a,
				.about-section a:active,
				.about-section a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
				.about-section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
				.about-section img {
    max-width: 100%;
    height: auto;
}
.about-section{
            padding: 60px 0;
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}
.sec-title .title svg {
	margin-top: -3px;
}
.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}
.sec-title .title a{
	color: var(--accent);
}
.sec-title .title a:hover{
	color: var(--red);
}
.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: var(--text);
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
	letter-spacing: 0.02em;
	font-weight: 400;
}

.list-style-one li:before {
    /* content: "\f058"; */
		content: url(/local/templates/2022/css/../images/icons/material-symbols-check-circle.svg);
		width: 20px;
		height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: var(--accent);
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
		margin-top: 2px;
    /* font-family: "Font Awesome 5 Free"; */
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--accent);
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
	text-transform: none;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -140px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -130px;
  top: 5px;
  height: 400px;
  width: 400px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/отрезные.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.about-section .image-column .inner-column:hover:before{
	left: -150px;
  top: 5px;
	transition: var(--transition);
}
.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  /* box-shadow: 0 15px 25px rgba(8,13,62,.15); */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	transition: var(--transition);
	transform: scale(0.95);
}
.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: white;
}
.pic:hover{
	cursor: pointer;
}
.pic:hover .image-2 img{
	transform: scale(1) translate3d( 0, 0, 0);
	box-shadow: -13px 11px 25px 1px rgba(0,0,0,0.7);
	transition: var(--transition);
}
.pic:hover .image-1 img{
	transform: scale(1) translate3d( 0, 0, 0);
	box-shadow: -13px 11px 25px 1px rgba(0,0,0,0.7);
	transition: var(--transition);
}
.pic:hover .inner-column:before{
	left: -150px;
  top: 5px;
	transition: var(--transition);
}
.info-graf{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.info-graf_item{
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 100%;
}
.info-graf_item_img i{
	font-size: 35px;
	color: var(--text);
	transition: 0.4s ease-out;
}
.info-graf_item_img svg{
	fill: var(--text);
	transition: 0.4s ease-out;

}
.info-graf_item:hover .info-graf_item_img svg{
	transition: 0.4s ease-out;
	fill: var(--accent);
}
.info-graf_item_text{
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.02em;
}
.info-graf_item:hover {
	cursor: pointer;
}
.info-graf_item:hover .info-graf_item_img i{
	/* margin-top: -40px;
	margin-bottom: 10px; */
	/* padding-top: -10px;
	padding-bottom: 10px; */
	transition: 0.4s ease-out;
	color: var(--accent);
}
.info-graf_item_text b{transition: 0.4s ease-out;}
.info-graf_item:hover .info-graf_item_text b{
	color: var(--accent);
	transition: 0.4s ease-out;
}

.about-section .image-column .inner-column-1{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.image-column .inner-column-1:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 340px;
  width: 340px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/klt.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-1:before{
	left: -140px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-12{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.image-column .inner-column-12:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 350px;
  width: 350px;
  background-image:url(/local/templates/2022/css/../images/about/nice.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-12:before{
	left: -140px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-2{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.image-column .inner-column-2:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 350px;
  width: 350px;
  background-image:url(/local/templates/2022/css/../images/about/4603347058534.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-2:before{
	left: -150px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-3{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}
.image-column .inner-column-3:before{
  position: absolute;
  left: -120px;
  top: 15px;
  height: 340px;
  width: 340px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/отрез.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-3:before{
	left: -140px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-4{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}
.image-column .inner-column-4:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 340px;
  width: 340px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/long.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-4:before{
	left: -150px;
  top: 15px;
	transition: var(--transition);
}
.about-section	h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6 {}
.about-section a,
.about-section a:hover,
.about-section a:focus,
.about-section a:active {
            text-decoration: none;
            outline: none;
        }
        
				.about-section  a,
				.about-section a:active,
				.about-section a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
				.about-section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
				.about-section img {
    max-width: 100%;
    height: auto;
}
.about-section{
            padding: 60px 0;
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}
.sec-title .title a{
	color: var(--accent);
}
.sec-title .title a:hover{
	color: var(--red);
}
.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: var(--text);
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
	letter-spacing: 0.02em;
	font-weight: 400;
}

/* .list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: var(--accent);
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
} */

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--accent);
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
	text-transform: none;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -140px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -130px;
  top: 5px;
  height: 400px;
  width: 400px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/отрезные.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.about-section .image-column .inner-column:hover:before{
	left: -150px;
  top: 5px;
	transition: var(--transition);
}
.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  /* box-shadow: 0 15px 25px rgba(8,13,62,.15); */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
	transition: var(--transition);
	transform: scale(0.95);
}
.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: white;
}
.pic:hover{
	cursor: pointer;
}
.pic:hover .image-2 img{
	transform: scale(1) translate3d( 0, 0, 0);
	box-shadow: -13px 11px 25px 1px rgba(0,0,0,0.7);
	transition: var(--transition);
}
.pic:hover .image-1 img{
	transform: scale(1) translate3d( 0, 0, 0);
	box-shadow: -13px 11px 25px 1px rgba(0,0,0,0.7);
	transition: var(--transition);
}
.pic:hover .inner-column:before{
	left: -150px;
  top: 5px;
	transition: var(--transition);
}
.info-graf{
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.info-graf_item{
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 100%;
}
.info-graf_item_img i{
	font-size: 35px;
	color: var(--text);
	transition: 0.4s ease-out;
}
.info-graf_item_text{
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.02em;
}
.info-graf_item:hover {
	cursor: pointer;
}
.info-graf_item:hover .info-graf_item_img i{
	/* margin-top: -40px;
	margin-bottom: 10px; */
	/* padding-top: -10px;
	padding-bottom: 10px; */
	transition: 0.4s ease-out;
	color: var(--accent);
}
.info-graf_item_text b{transition: 0.4s ease-out;}
.info-graf_item:hover .info-graf_item_text b{
	color: var(--accent);
	transition: 0.4s ease-out;
}

.about-section .image-column .inner-column-1{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.image-column .inner-column-1:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 340px;
  width: 340px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/klt.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-1:before{
	left: -140px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-12{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.image-column .inner-column-12:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 350px;
  width: 350px;
  background-image:url(/local/templates/2022/css/../images/about/nice.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-12:before{
	left: -140px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-2{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.image-column .inner-column-2:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 350px;
  width: 350px;
  background-image:url(/local/templates/2022/css/../images/about/4603347058534.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-2:before{
	left: -150px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-3{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}
.image-column .inner-column-3:before{
  position: absolute;
  left: -120px;
  top: 15px;
  height: 340px;
  width: 340px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/отрез.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-3:before{
	left: -140px;
  top: 15px;
	transition: var(--transition);
}

.about-section .image-column .inner-column-4{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}
.image-column .inner-column-4:before{
  position: absolute;
  left: -130px;
  top: 15px;
  height: 340px;
  width: 340px;
  background-image:url(/local/templates/2022/css/../images/catalog-menu/long.png);
	background-size: contain;
  content: "";
	transition: var(--transition);
}
.pic:hover .inner-column-4:before{
	left: -150px;
  top: 15px;
	transition: var(--transition);
}
/* страница о компании новая end */
/* рекомендации на детальной карточке */
.pers-recomend_title{
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 600;
  line-height: 24px;
  font-feature-settings: 'pnum' on, 'lnum' on;
  text-align: center;
	text-transform: uppercase;
}
.pers-recomend_line{
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.pers-recomend_item_text{
	text-align: center;
}
.pers-recomend_item:hover .pers-recomend_item_text{
	color: var(--accent);
	
}
.pers-recomend_item{
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
	align-items: center;
	color: var(--text);
	text-decoration: none;
	cursor: pointer;
	max-width: 200px;
}
.pers-recomend_item_img img{
	height: 150px;
	width: 150px;
}

/* рекомендации на детальной карточке end*/

/*подбор специалистом*/
.btn-podbor{
	background-color: white;
	border: 1px solid var(--text);
	border-radius: 5px;
	font-family: raleway;
	font-size: 12px;
	text-transform: lowercase;
	color: var(--text);
	padding: 2px 5px;
	text-align: right;
}
.btn-podbor:hover{
	color: var(--accent);
	border-color: var(--accent);
	transition: var(--transition);
}
.btn-podbor-gib{
	background-color: white;
	border: 1px solid var(--text);
	border-radius: 5px;
	font-family: raleway;
	font-size: 12px;
	text-transform: lowercase;
	color: var(--text);
	padding: 2px 5px;
	text-align: right;
}
.btn-podbor-gib:hover{
	color: var(--accent);
	border-color: var(--accent);
	transition: var(--transition);
}	
.btn-podbor-ogn{
	background-color: white;
	border: 1px solid var(--text);
	border-radius: 5px;
	font-family: raleway;
	font-size: 12px;
	text-transform: lowercase;
	color: var(--text);
	padding: 2px 5px;
}
.btn-podbor-ogn:hover{
	color: var(--accent);
	border-color: var(--accent);
	transition: var(--transition);
}	
			#popupForm input[type=submit]{
				width: 250px;
			}
			#popupFormGib input[type=submit]{
				width: 250px;
			}	#popupFormOgn input[type=submit]{
				width: 250px;
			}
			#popupFormSham input[type=submit]{
			width: 250px;
		}

.btn-podbor-sham{
				background-color: white;
				border: 1px solid var(--text);
				border-radius: 5px;
				font-family: raleway;
				font-size: 12px;
				text-transform: lowercase;
				color: var(--text);
				padding: 2px 5px;
			}
			.btn-podbor-sham:hover{
				color: var(--accent);
				border-color: var(--accent);
				transition: var(--transition);
			}	

/*подбор специалистом end*/

/* new anons */
.Anons{
	margin-top: 20px;
	text-align: center;
	color: var(--text);
	margin-bottom: 10px;
	border: 2px solid var(--red);
	border-radius: 4px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.1em;
  padding: 10px 5px;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-transform: uppercase;
}
.Anons .anons-text{
	text-align: center;
}
.Anons .anons-text span{
	color: var(--accent);
}
.Anons .anons-text .nobr{
	white-space: nowrap;
}
/* new anons end */














/* End */


/* Start:/local/templates/2022/css/media.css?174774176731188*/
@media (max-width : 1700px) {
			/* sidebar hide */
			.sidebar-icon-hide, .sidebar-icon-hide:before, .sidebar-icon-hide:after {
				display: block;
				position: absolute;
				top: 232px;
				left: 20px;
				width: 50px;
				height: 50px;
				border-radius: 50%;
				background-color: var(--text);
				box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, 
										rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px;
				transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
				z-index: 2;
			}
			.sidebar-icon-hide #open {
				display: block;
				position: absolute;
				top: 15px;
				left: 15px;
				color: white;
				font-size: 20px!important;
				cursor: pointer;
			}
			.sidebar-icon-hide #close {
				display: block;
				opacity: 0;
				cursor: pointer;
			}
			#sidebar-toggle:not(:checked) + .sidebar-icon-hide:hover {
				box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 12px 0px, 
										rgba(0, 0, 0, 0.239216) 0px 12px 12px 0px;
			}
			#sidebar-hide {
				position: absolute;
				padding: 0;
				top: 232px;
				left: 2%;
				width: 80px;
				height: 80px;
				border-radius: 50%;
				border: none;
				transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
				z-index: 1;
			}
			#sidebar-toggle:checked + .sidebar-icon-hide {
				position: absolute;
				top: 231px;
				left: 2%;
				width: 220px;
				min-height: 1100px;
				background-color: white;
				border-radius: 3px;
				box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, 
										rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px;
				transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
				z-index: 1000;
			}
			#sidebar-toggle:checked + .sidebar-icon-hide #open {
				opacity: 0;
				pointer-events: none;
			}
			#sidebar-toggle:checked + .sidebar-icon-hide #close {
				position: absolute;
				top: -40px;
				right: 10px;
				color: var(--accent);
				font-size: 48px!important;
				opacity: 1;
			}
			#sidebar-toggle:checked + .sidebar-icon-hide + #sidebar-hide {
				position: absolute;
				margin: 0;
				top: 232px;
				left: 2%;
				width: 200px;
				height: 250px;
				border-radius: 3px;
				transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
				z-index: 1001;
			}
			
			#sidebar-toggle:not(:checked) + .sidebar-icon-hide + #sidebar-hide .sidebar-wrapper {
				opacity: 0;
				position: absolute;
				top: 232px; 
				left: 0;
				pointer-events: none;	
			}
			#sidebar-toggle:checked + .sidebar-icon-hide + #sidebar-hide .sidebar-wrapper {
				opacity: 1;
				padding-bottom: 10px;
				transition: .2s ease .1s;
				z-index: 1001;
			}
			.sidebar-wrapper {
				top: 0;
				left: 0;
				margin-top: 30px;
				z-index: 1001;
			}
			/* sidebar hide end*/
			.home-slider__slide {
				background-position-x: 1vw;
			}
			.product-item-detail-slider-block{
				width: auto;
			}
}
@media (max-width : 1550px){
	.home-slider__slide {
		/* background-position-x: -5vw; */
	}
}
@media (max-width : 1480px) {
		.filter {
			max-width: 300px;
			margin-left: 35px;
		}
		.smart-filter-input-group-dropdown {
			max-width: 280px;
		}
		.smart-filter-dropdown-popup {
			min-width:255px;
		}
		.cbx-frame{
			max-width: 280px;
			min-width: 280px;
		}
		.smart-filter-button-box .smart-filter-parameters-box-container{
			margin-left: 35px;
			max-width: 300px;
			display: flex;
			margin: auto;
		}
		.smart-filter-input-group-checkbox-list{
			max-width: 280px;
		}
		.btn{
			height:40px; 
			width: 120px;
		}
		.dimention-row{
			/* gap: 20px; */
		}
		.dimention-row div{
			/* width: 75px;
			font-size: 16px; */
		}
		.dimention-tip{
			/* width: 550px;
			margin: auto;
			gap: 20px; */
			flex-direction: column;
			gap: 20px;
		}
		.home-slider__slide {
			/* background-position-x: -8vw; */
			background-position-x: -10vw;
		}
}
@media (max-width : 1400px) {
	.cart-name{
		/* font-size: 14px; */
	}
	.cart-feature_text_item{
		font-size: 12px;
	}
	.cart-feature_num-item{
		font-size: 12px;
	}
	.cart-price_one{
		min-width: 300px;
	}
	.cart-info{
		gap: 35px;
	}

	.cart-img{

	}
	.home-slider__slide {
		/* background-position-x: -17vw; */
		background-position-x: -12vw;
	}
	/* .logo{
		width: 250px;
		height: 38px; 
		background-image: url(/local/templates/2022/css/../images/logo.svg);
		background-size: contain;
	} */
	.top-menu-item{
		margin-right: 1px;
	}
	.item_contact{
		display: none;
	}
	.Footer__cert img{
		margin: 0 10px;
	}
	/* .news-frame{
		gap: 25px;
	}
	.news-item{
		max-width: 320px;
		height: auto;
		max-height: 428px;
		padding: 11px 1px 11px 1px;
	}
	.news-img{
		width: 280px;
		height: 240px;
		margin: auto;
	}
	.news-img::after{
		width: 280px;
		height: 240px;
		line-height: 240px;
	}
	.news-header{
		height: 44px;
		width: 280px;
	}
	.news-header p{
		font-size: 14px;
		line-height: 130%;
	}
	.news-text{
		width: 280px;
		font-size: 14px;
	} */
	.about-main{
		height: 250px;
	}
	.about-frame{
		gap: 15px;
		width: 1070px;
		height: 165px;
	}
	.about-item{
		gap: 5px;
		width: 185px;
		height: 165px;
	}
	.about-img{
		width: 80px;
		height: 80px;
		background-size: contain;
	}
	.about-name{
		padding: 5px;
		gap: 5px;
		width: 185px;
		height: 77px;
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
	}
	.menu-prod_main{
		gap: 50px;
	}
	.prod-item{
		width: 216px;
		height: auto;
		min-height: 270px;
	}
	.prod-name{
		font-size: 13px;
		line-height: 150%;
	}
	.prod-img{
		position: relative;
		width: 216px;
		height: 185px;
	}
	/* .prod-img::after{
		width: 216px;
		height: 185px;
		line-height: 185px;
	} */
	.cart-item{
		width: 800px;
	}
	.cart-img{
		width: 170px;
		height: 170px;
	}
	.filter {
		max-width: 270px;
		margin: 0;
		margin-bottom: 20px;
	}
	.smart-filter-input-group-dropdown {
		max-width: 230px;
	}
	.smart-filter-dropdown-popup {
		min-width: 205px;
	}
	.cbx-frame{
		max-width: 230px;
		min-width: 230px;
	}
	.smart-filter-input-group-checkbox-list{
		max-width: 230px;
	}
	.row .smart-filter-button-box{
		max-width: 270px;
		width: 270px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
	}
	.smart-filter-button-box .smart-filter-block{
		margin: 0px;
		max-width: 270px;
		width: 270px;
		display: flex;
		align-self: center;
	}
	.smart-filter-block .smart-filter-parameters-box-container{
		margin-left: 0px;
		max-width: 270px;
		width: 270px;
		display: flex;
		margin: auto;
	}
	.btn{
		height:40px; 
		width: 100px;
	}
	.faq-block_item{
		max-width: 440px;
		width: 440px;
	}
	.downloads-frame{
		width: 900px;
	}
.dimention-item {
	gap: 15px;
}
}
@media (max-width : 1280px) {
	/* .about-main{
		height: 225px;
	}
	.about-frame{
		gap: 15px;
		width: 1070px;
		height: 175px;
	}
	.about-item{
		gap: 5px;
		width: 185px;
		height: 175px;
	}
	.about-img{
		width: 80px;
		height: 80px;
		background-size: contain;
	}
	.about-name{
		padding: 5px;
		gap: 5px;
		width: 185px;
		height: 87px;
		font-weight: 400;
		font-size: 17px;
	} */
	.home-slider__heading{
		font-size: 28px;
		line-height: 24px;
	}
	.home-slider__heading_sm{
		font-size: 26px;
		line-height: 24px;
	}
	.frame-p p{
		font-size: 20px;
		line-height: 24px;
	}
	.frame-p-sm p{
		font-size: 16px;
	}
	.smart-filter-button-row{
		max-width: 250px;
		width: 250px;
	}
	.cart-item{
		width: 800px;
		gap: 0px;
	}
	/* .cart-img{
		width: 170px;
		height: 170px;
	} */
	.cart-price_one{
		min-width: 270px;
	}
	a.favor{
	margin-left: -50px;
	margin-top: -100px;
	}
	.home-slider__slide {
		background-position-x: -19vw;
	}
}
@media (max-width : 1200px) {
	.home-slider__slide {
		/* background-position-x: -20vw; */
			background-position-x: -25vw;

	}
		/* .logo{
			width: 200px;
			height: 30px; 
			background-image: url(/local/templates/2022/css/../images/logo.svg);
			background-size: contain;
			margin: 13px  auto  25px;
		} */
		.top-menu{
			margin-left: -110px;
		}
		/* .Footer__cert img{
			margin: 0 10px;
			max-width: 70px;
		} */
		.home-slider__heading{
			font-size: 24px;
			line-height: 24px;
		}
		.frame-p p{
			font-size: 20px;
			line-height: 24px;
		}
		.home-slider__heading_sm{
			font-size: 22px;
			line-height: 24px;
		}
		/* .news-frame{
			gap: 10px;
		}
		.news-item{
			max-width: 288px;
			height: auto;
			max-height: 385px;
			padding: 11px 1px 11px 1px;
		}
		.news-img{
			width: 252px;
			height: 216px;
			margin: auto;
		}
		.news-img::after{
			width: 252px;
			height: 216px;
			line-height: 216px;
		}
		.news-header{
			height: 42px;
			width: 252px;
		}
		.news-header p{
			font-size: 12px;
			line-height: 130%;
		}
		.news-text{
			width: 252px;
			font-size: 12px;
		} */
		.about-text img{
			width: 500px;
			height: auto;
		}
		.downloads-frame{
			max-width: 700px;
		}
		.download-cat{
			max-width: 650px;
		}
		.subscribe-index input{
			max-width: 200px;
		}
		.subscribe-form_col{
			max-width: 400px;
			width: 400px;
		}
		.section-col{
			margin-left: -80px;
		}
		.filter-col{
			margin-left: -30px;
		}
		.filter{
			margin-top: 50px;
		}
		.dimention-item{
			max-width: 650px;
		}
		.dimention-item div{
			max-width: 170px;
			font-size: 13px;
			line-height: 110%;
		}
		.dimention-item span{
			max-width: 330px;
			font-size: 13px;
			line-height: 110%;
		}
		.dimention-row{
			gap: 20px;
		}
		.dimention-row div{
			width: 75px;
			font-size: 16px;
		}
		.dimention-tip{
			width: 550px;
			margin: auto;
			gap: 20px;
		}
		.product-item-detail-slider-left{
			display: none;
		}
		.product-item-detail-slider-right{
			display: none;
		}
		.product-item-detail-slider-block{
			width: auto;
		}
}
@media (max-width : 1199px){
	.section-col{
		margin-left: -10px;
	}
	.filter-col{
		margin-left: -80px;
	}
	.filter{
		margin-top: 50px;
	}
	.catalog-sort{
		width: 800px;
		text-align: center;
	}
}
@media (max-width : 1150px){
	.about-item{
		width: 155px;
	}
}
@media (max-width : 1080px){
	.about-item{
		width: 145px;
	}
	.about-name{
		width: 145px;
		font-family: 15px;
	}
	.home-slider__slide {
		/* background-position-x: -29vw; */
	}
	.label-hide, .label-hide:before, .label-hide:after {
			top: 232px;
			left: 100px;
	}
	.section-col{
		margin-left: -70px;
	}
	.filter-col{
		margin-left: -50px;
	}
	.filter {
		max-width: 220px;
		margin: 0;
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.smart-filter-input-group-dropdown {
		max-width: 190px;
	}
	.smart-filter-dropdown-popup {
		min-width: 170px;
	}
	.cbx-frame{
		max-width: 190px;
		min-width: 190px;
	}
	.smart-filter-input-group-checkbox-list{
		max-width: 190px;
	}
	.row .smart-filter-button-box{
		max-width: 220px;
		width: 220px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
	}
	.smart-filter-button-box .smart-filter-block{
		margin: 0px;
		max-width: 220px;
		width: 220px;
		display: flex;
		align-self: center;
		margin-left: -20px;
	}
	.smart-filter-block .smart-filter-parameters-box-container{
		margin-left: 0px;
		max-width: 220px;
		width: 220px;
		display: flex;
		margin: auto;
	}
	.home-slider__slide {
		background-position-x: -29vw;
	}
}
@media (max-width : 1024px) {
		.menu-prod_main{
			margin-top: 25px;
			flex-wrap: wrap;
		}
		.prod-item{
			width: 183px;
			min-height: 250px;
			height:auto;
			padding: 5px;
		}
		.prod-name{
			font-size: 12px;
			line-height: 150%;
		}
		.prod-img{
			position: relative;
			width: 173px;
			height: auto;
		}
		/* .prod-img::after{
			width: 173px;
			height: 185px;
			line-height: 148px;
		} */
		.about-main{
			display: none;
		}
		.home-slider{
			height: 45vh;
		}
		.home-slider__slide::before {
			width: 60vw;
			height: 45vh;
		}
		.home-slider__heading{
			line-height: 24px;
			margin-bottom: 20px;
		}
		.frame-p{
			margin-bottom: 20px;
		}
		.home-slider__heading_sm{
			line-height: 22px;
			margin-bottom: 20px;
		}
		.frame-p-sm{
			margin-bottom: 10px;
		}
		.top-menu{
			text-align: right;
		}
		.top-menu_link{
			font-size: 14px;
		}
		.header{
			font-size: 14px;
		}
		/* .user_lk, .logout, .side_item, .side_price{
			font-size: 13px;
		} */
		.label-hide, .label-hide:before, .label-hide:after {
			top: 232px;
			left: 100px;
		}
		.filter-col{
			margin-left: -30px;
		}
		.section-col{
			margin-left: -80px;
		}
		/* .home-slider__slide {
			background-position-x: -7vw;
		} */
		.home-slider__slide {
			background-position-x: center;
		}
		.Anons{
			font-size: 16px;
		}
}
@media (max-width : 991px) {
	/* .logo{
		width: 200px;
		height: 30px; 
		background-image: url(/local/templates/2022/css/../images/logo.svg);
		background-size: contain;
		margin-bottom: 10px;
		margin-left: -20px;
	} */
		.top-menu{
			/* margin-left: -220px;
			width: 750px; */
			max-width: 991px;
			margin-left: -130px;
		}
		.Footer__cert{
			display: none;
		}
		.menu-prod_main{
			gap: 15px;
		}
		.home-slider{
			height: 40vh;
		}
		.home-slider__slide::before {
			width: 60vw;
			height: 40vh;
		}
		.home-slider__heading{
			font-size: 20px;
			line-height: 24px;
			margin-bottom: 10px;
		}
		.frame-p{
			margin-bottom: 10px;
		}
		.frame-p p{
			color: var(--white);
			line-height: 24px;
			font-size: 17px;
		}
		.home-slider__heading_sm{
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 10px;
		}
		.frame-p-sm{
			margin-bottom: 10px;
		}
		.frame-p-sm p{
			color: var(--white);
			font-size: 12px;
		}
		.slider-button .button{
			width: 136px;
			height: 40px;
			font-size: 15px;
			line-height: 140%;
		}
		.news-page_item{
			padding: 10px 5px;
			gap: 10px;
		}
		.news-page_img{
			min-width: 150px;
			min-height: 134px;
		}
		.corp-frame{
			flex-direction: column;
			flex-wrap: wrap;
			align-items: center;
		}
		.corp-vert{
			max-width: 413px;
		}
		.corp-text{
			max-width: 213px;
		}
		.about-page img{
			max-width: 600px;
			height: auto;
		}
		.downloads-frame{
			max-width: 600px;
		}
		.download-cat{
			max-width: 550px;
		}
		.label-hide, .label-hide:before, .label-hide:after {
			top: 232px;
			left: 100px;
		}
		.sidebar-icon-hide, .sidebar-icon-hide:before, .sidebar-icon-hide:after {
			top: 232px;
			left: 20px;
		}
				/* filter hide */
		 .label-hide, .label-hide:before, .label-hide:after {
			display: block;
			position: absolute;
			top: 232px;
			left: 100px;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			background-color: var(--text);
			box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, 
									rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px;
			transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
			z-index: 2;
		}
		.label-hide #open {
			display: block;
			position: absolute;
			top: 15px;
			left: 15px;
			color: white;
			font-size: 20px!important;
			cursor: pointer;
		}
		.label-hide #close {
			display: block;
			opacity: 0;
			cursor: pointer;
		}
		#filter-toggle:not(:checked) + .label-hide:hover {
			box-shadow: rgba(0, 0, 0, 0.0784314) 0px 0px 12px 0px, 
									rgba(0, 0, 0, 0.239216) 0px 12px 12px 0px;
		}
		#filter-hide {
			position: absolute;
			padding: 0;
			top: 232px;
			left: 100px;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			border: none;
			transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
			z-index: 1;
		}
		#filter-toggle:checked + .label-hide {
			position: absolute;
			top: 232px;
			left: 100px;

			
			width: 480px;
			min-height: 75%;
			max-height: 75%;
			background-color: white;
			border-radius: 3px;
			box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, 
									rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px;
			transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
			z-index: 1001;
		}
		#filter-toggle:checked + .label-hide #open {
			opacity: 0;
			pointer-events: none;
		}
		#filter-toggle:checked + .label-hide #close {
			position: absolute;
			top: -40px;
			right: 10px;
			color: var(--accent);
			font-size: 48px!important;
			opacity: 1;
		}
		#filter-toggle:checked + .label-hide + #filter-hide {
			position: absolute;
			margin: 0;
			top: 232px;
			left: 100px;
			width: 200px;
			height: 250px;
			border-radius: 3px;
			transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
			z-index: 1001;
		}
		
		#filter-toggle:not(:checked) + .label-hide + #filter-hide .filter {
			opacity: 0;
			position: absolute;
			top: 0; left: 0;
			pointer-events: none;	
		}
		#filter-toggle:not(:checked) + .label-hide + #filter-hide .smart-filter-parameters-box-container{
			opacity: 0;
		}
		#filter-toggle:checked + .label-hide + #filter-hide .filter {
			opacity: 1;
			padding-bottom: 10px;
			transition: .2s ease .1s;
		}
		.filter {
			top: 0px;
			max-width: 430px;
			width: auto;

			display: flex;
			flex-direction: column;
			justify-content: left;
			align-items: flex-start;
			gap: 15px;
			border-radius: 4px;
			padding: 10px;
			box-shadow: none;
			justify-self: center;
			align-self: center;
			margin: auto;
			margin-left: 70px;
		} 
		.smart-filter-block .smart-filter-parameters-box-container{
			/* margin-left: 0px; */
			max-width: 400px;
			width: 400px;
			display: flex;
			margin: auto;
			margin-left: auto;
		}
		.smart-filter-input-group-dropdown {
			max-width: 400px;
		}
		.smart-filter-dropdown-popup {
			min-width:385px;
		}
		.cbx-frame{
			max-width: 385px;
			min-width: 385px;
		}
		.smart-filter-button-box .smart-filter-parameters-box-container{
			margin-left: 35px;
			max-width: 400px;
			display: flex;
			margin: auto;
			margin-left: 50px;
		}
		.smart-filter-input-group-checkbox-list{
			max-width: 400px;
		}
		/* filter hide end*/
		.section-col{
			margin-left: -220px;
		}
		.catalog-sort{
			width: 800px;
			text-align: center;
		}
		.dimention-item{
			max-width: 500px;
		}
		.dimention-item div{
			max-width: 100px;
			font-size: 11px;
			line-height: 110%;
		}
		.dimention-item span{
			max-width: 330px;
			font-size: 11px;
			line-height: 110%;
		}
		.info{
			gap: 25px;
		}
}

@media (max-width : 870px){

}
@media (max-width : 768px) {
.cart-item{
	flex-direction: column;
	width: 400px;
	height: auto;
	gap: 5px;
}
.cart-img{
	margin-left: auto;
	margin-right: auto;
}
.cart-left{
	flex-direction: column;
}
.cart-feature{
	display: none;
}
.cart-name{
	/* font-size: 12px; */
	margin-left: auto;
	margin-right: auto;
}
.cart-price{
	margin-left: auto;
	margin-right: auto;
}
.section-col{
	margin: 0;
	padding: 5px;
}
.product-item-price-container span{
	font-size: 14px;
}
.cart-price_one_text{
	font-size: 12px;
}
.sidebar-icon-hide{
top: 250px;
left:20px;
}
.label-hide{
	top: 250px;
	left:80px;
}
.catalog-sort{
	font-size: 12px;
	text-align: left;
	width: 600px;
}
#filter-hide {
	position: absolute;
	padding: 0;
	top: 232px;
	left: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}
#filter-toggle:checked + .label-hide {
	position: absolute;
	top: 232px;
	left: 20px;
	width: 250px;
	min-height: 75%;
	max-height: 75%;
	background-color: white;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, 
							rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px;
	transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1001;
}
.filter {
	max-width: 230px;
	width: auto;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: -70px;
}
.smart-filter-input-group-dropdown {
	max-width: 190px;
}
.smart-filter-dropdown-popup {
	min-width: 170px;
}
.cbx-frame{
	max-width: 190px;
	min-width: 190px;
}
.smart-filter-input-group-checkbox-list{
	max-width: 190px;
}
.row .smart-filter-button-box{
	max-width: 220px;
	width: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -40px;
}
.smart-filter-button-box .smart-filter-block{
	margin: 0px;
	max-width: 220px;
	width: 220px;
	display: flex;
	align-self: center;
	margin-left: -20px;
}
.smart-filter-block .smart-filter-parameters-box-container{
	margin-left: 0px;
	max-width: 220px;
	width: 220px;
	display: flex;
	margin: auto;
	margin-left: 5px;
}
a.favor {
	display: none; 
}
.product-item-detail-slider-left{
	display: none;
}
.product-item-detail-slider-right{
	display: none;
}
.product-item-detail-slider-block{
	width: auto;
}
.home-slider__slide {
	background-position-x: -400px;
}		
}
@media (max-width : 767px) {
		/* .logo_wrapper{
			display: none;
		}
		.top-menu{
			max-width: 730px;
			margin-top: 20px;
			text-align: center;
		} */
		.bot-menu_wrapper{
			display: none;
		}
		/* .news-frame{
			gap: 10px;
		}
		.news-item{
			max-width: 230px;
			height: auto;
			max-height: 385px;
			padding: 8px 1px 8px 1px;
		}
		.news-img{
			width: 201px;
			height: 172px;
			margin: auto;
		}
		.news-img::after{
			width: 201px;
			height: 172px;
			line-height: 172px;
		}
		.news-header{
			height: 42px;
			width: 201px;
		}
		.news-header p{
			font-size: 12px;
			line-height: 130%;
		}
		.news-text{
			width: 201px;
			font-size: 12px;
		} */
		.menu-prod_main{
			flex-wrap: wrap;
			gap: 50px;
		}
		.home-slider{
			height: 40vh;
		}
		.home-slider__slide::before {
			width: 105vw;
			height: 40vh;
		}
		.home-slider__heading{
			line-height: 24px;
			margin-bottom: 10px;
		}
		.frame-p{
			margin-bottom: 10px;
		}
		.frame-p p{
			color: var(--white);
			line-height: 24px;
		}
		.home-slider__heading_sm{
			line-height: 24px;
			margin-bottom: 10px;
		}
		.frame-p-sm{
			margin-bottom: 5px;
		}
		.frame-p-sm p{
			color: var(--white);
			line-height: 20px;
		}
		.header{
			margin-bottom: 20px;
		}
		.news-main{
			margin-top: 20px;
		}
		.partners{
			margin-top: 20px;
		}
		.product-item-container{
			max-width: 400px;
			margin-left: auto;
			margin-right: auto;
		}
		.catalog-sort{
			font-size: 12px;
			text-align: center;
			width: 600px;
		}
		.catalog-sort a{
			padding: 1px 5px 3px 5px;
		}
		.catalog-sort span{
			padding: 1px 5px 3px 5px;
		}
		.content-form  form{
			width:100%;
			}
}
@media (max-width : 730px){
		/* .top-header{
			font-size: 12px;
			margin-bottom: 13px;
		}
		.user_lk, .logout, .side_item, .side_price{
			font-size: 12px;
			align-self: flex-end;
		}
		.logout{
			margin-bottom: -3px;
		}
		.user_lk{
			margin-bottom: -1px;
		}
		.top-menu{
			position: absolute;
			visibility: hidden;
			opacity: 0;
			background-color: var(--white);
			right: 0px;
			top: 5px;
			overflow: hidden;
			width: 130px;
			padding: 0px;
			border-radius: 4px;
			box-shadow: -13px 11px 25px 1px rgba(0,0,0,0.55);
		}
		.top-menu-item {
			display: block;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
		.top-menu_link {
			display: block;
			text-align: left;
			padding: 10px 15px;
			border-radius: 4px;
			color: var(--text);
			line-height: 1.5;
			font-size: 12px;
			text-transform: uppercase;
		}
		.top-menu_link:hover,
		.top-menu_link:focus,
		span.top-menu_link {
			color: var(--white);
			background-color: var(--accent);
		}
		.menu-toggle{
			display: flex;
			right: 10px;
		} */
		.about-page img{
			max-width: 500px;
			height: auto;
		}
		.downloads-frame{
			max-width: 500px;
		}
		.download-cat{
			max-width: 450px;
		}
		.corp-features-item{
			font-size: 12px;
			max-width: 150px;
		}
		.corp-features{
			display: none;
		}
		.corp-img{
			margin-left: 60px;
		}
}
/*2 03 2023*/
@media (max-width: 600px){
	.news-item{
		max-width: 200px;
		max-height: 300px;
	}
	/* .news-img{
		width: 180px;
		height: 150px;
	}
	.news-header{
		width: 190px;
		margin-left: 1px;
	}
	.news-text{
		width: 170px;
	} */
}
/*2 03 2023*/
@media (max-width : 575px){
		/* .top-header{
			margin-right: 40px;
		}
		.menu-toggle{
			display: flex;	
			right: 20px;
			top: 13px;
		} */
		.Footer__get-in-touch{
			font-size: 12px;
		}
		.Footer__copyright{
			position: relative;
			display: flex;
			margin-left: auto;
			font-size: 12px;
		}
		.home-slider{
			height: 40vh;
		}
		.home-slider__slide::before {
			width: 105vw;
			height: 40vh;
		}
		.slider-info_wrapper{
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: flex-start;
		}
		.home-slider__heading{
			font-size: 20px;
			line-height: 24px;
			margin-bottom: 10px;
		}
		.home-slider__bottom{
			display: none;
		}
		.home-slider__nav{
			display: none;
		}
		.home-slider__bottomSale{
			position: absolute;
			width: 200px;
			height: 60px;
		}
		.frame-p{
			margin-bottom: 10px;
		}
		.frame-p p{
			color: var(--white);
			font-size: 14px;
			line-height: 24px;
		}
		.home-slider__heading_sm{
			font-size: 18px;
			line-height: 24px;
			margin-bottom: 10px;
		}
		.frame-p-sm{
			margin-bottom: 10px;
		}
		.frame-p-sm p{
			color: var(--white);
			font-size: 13px;
			line-height: 20px;
		}
		.faq-block_header{
			max-width: 300px;
			width: 300px;
		}
		.faq-block_item{
			max-width: 300px;
			width: 300px;
		}
		.faq-heading-text{
			display: none;
		}
		.downloads-frame{
			max-width: 500px;
		}
		.download-cat{
			max-width: 450px;
		}
		.corp-features-item{
			font-size: 12px;
			max-width: 150px;
		}
		.sidebar-icon-hide{
			top: 260px;
			left:20px;
			}
			.label-hide{
				top: 330px;
				left:20px;
			}
			#filter-hide {
				position: absolute;
				padding: 0;
				top: 232px;
				left: 20px;
				width: 80px;
				height: 80px;
				border-radius: 50%;
				border: none;
				transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
				z-index: 1;
			}
			#filter-toggle:checked + .label-hide {
				position: absolute;
				top: 232px;
				left: 20px;
				width: 250px;
				min-height: 75%;
				max-height: 75%;
				background-color: white;
				border-radius: 3px;
				box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 8px 0px, 
										rgba(0, 0, 0, 0.239216) 0px 8px 8px 0px;
				transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
				z-index: 1001;
			}
			.filter {
				max-width: 230px;
				width:auto;
				/* margin-left: 90px; */

			}
			.smart-filter-input-group-dropdown {
				max-width: 190px;
			}
			.smart-filter-dropdown-popup {
				min-width: 170px;
			}
			.cbx-frame{
				max-width: 190px;
				min-width: 190px;
			}
			.smart-filter-input-group-checkbox-list{
				max-width: 190px;
			}
			.row .smart-filter-button-box{
				max-width: 220px;
				width: 220px;
				display: flex;
				justify-content: center;
				align-items: center;
				margin-left: -40px;
			}
			.smart-filter-button-box .smart-filter-block{
				margin: 0px;
				max-width: 220px;
				width: 220px;
				display: flex;
				align-self: center;
				margin-left: -20px;
			}
			.smart-filter-block .smart-filter-parameters-box-container{
				margin-left: 0px;
				max-width: 220px;
				width: 220px;
				display: flex;
				margin: auto;
				margin-left: 5px;
			}
			.filter-option_name{
				font-size: 14px;
			}
			.smart-filter-checkbox-text{
				font-size: 14px;
			}
			.news-main{
				display: none;
			}
			.home-slider__pagination{
				display: none;
			}
			.about-otz{
				display: none;
			}
			.pers-recomend_line{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
			width: 100%;
			height: auto;
}
}
@media (max-width : 480px){
		/* .top-header{
			margin-right: 40px;
		}
		.menu-toggle{
			display: flex;	
			right: 10px;
			top: 13px;
		} */
		.menu-prod_main{
			display: flex;
			flex-direction: column;
			gap: 20px;
		}
		/* .news-frame{
			flex-direction: column;
			justify-content: center;
			align-items: center;
			gap: 0px;
		}
		.news-item{
			align-self: center;
		} */
		.slider_news{
			margin-left: 100px;
		}
		.slider_news .slider{
			width: 250px;
		}
		.about-text img{
			width: 350px;
			height: auto;
		}
		.about-page img{
			max-width: 400px;
			height: auto;
		}
		.subscribe-index input{
			max-width: 200px;
		}
		.subscribe-form_col{
			max-width: 350px;
			width: 350px;
		}
		.subscribe-form_row{
			flex-direction: column;
		}
		.recom_frame{
			width: 400px;
		}
		.dimention-comment{
			max-width: 400px;
			width: 400px;
		}
		.home-slider__slide::before {
			display: none;
		}
		/* .home-slider__heading{
			color: var(--dark);

		}
		.home-slider__heading_sm{
			color: var(--dark);
		} */
}
@media (max-width : 400px){
		.item_lang{
			display: none;
		}
		.corp-vert{
			max-width: 350px;
		}
		.corp-text{
			max-width: 160px;
		}
		.subscribe-index input{
			max-width: 200px;
		}
		.subscribe-form_col{
			max-width: 300px;
			width: 300px;
			margin-left: -15px;
		}
		.Anons{
			font-size: 14px;
		}
}
@media (max-width : 375px){
		.home-slider{
			height: 40vh;
		}
		.home-slider__slide::before {
			display: none;
		}
		.home-slider__heading{
			font-size: 15px;
			margin-bottom: 10px;
			text-align: center;
		}
		.frame-p{
			align-items: center;
			text-align: center;
			margin-bottom: 10px;
			display: none;
		}
		.frame-p p{
			color: var(--white);
			font-size: 14px;
			text-align: center;
		}
		.home-slider__heading_sm{
			font-size: 14px;
			line-height: 24px;
			margin-bottom: 10px;
			text-align: center;
		}
		.frame-p-sm{
			align-items: center;
			text-align: center;
			margin-bottom: 10px;
			display: none;
		}
		.frame-p-sm p{
			color: var(--white);
			font-size: 13px;
			text-align: center;
			
		}
		/* @supports (backdrop-filter: blur(17px)){
			.home-slider__heading,
			.frame-p p{
				background-color: var(--blur);
				backdrop-filter: blur(17px);
			}
		} */
		.slider-info_wrapper{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.slider-button .button{
			background-color: rgba(214, 45, 48, 0.2);
			backdrop-filter: blur(17px);
		}
		.home-slider__bottomSale{
			position: absolute;
			width: 180px;
			height: 54px;
		}
		.header{
			font-size: 14px;
		}
		.Prod-main .header{
			font-size: 14px;
		}
		.slider_news{
			margin-left: 40px;
		}
		.slider_news .slider{
			width: 250px;
		}
		.about-text img{
			width: 300px;
			height: auto;
		}
		.about-page img{
			max-width: 300px;
			height: auto;
		}
		.subscribe-form_col{
			margin-left: -25px;
		}
}

/* End */


/* Start:/local/templates/2022/css/header.css?174720813726685*/
/* Header start */
.header-menu {
	position: sticky;
	top: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.navbar {
  width: 100%;
  height: 68px;
  margin-inline: auto;
}
.logo{
	background-image: url(/local/templates/2022/css/../images/logo.svg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	width: 250px;
	height: 37.6px; 
}
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
}
.navbar-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  background-color: white;
  transition: opacity 0.4s ease;
}
.navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
}

@media screen and (min-width: 992px) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }
  .navbar-block {
    position: initial;
    height: initial;
    opacity: 1;
    overflow: auto;
    pointer-events: visible;
    background: none;
    transition: none;
		overflow-y: hidden;
		overflow-x: hidden;
  }
}
.menu {
  padding-block: 16px;
  padding-inline: auto;
	list-style: none;
}
.menu-link {
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8px;
  padding-inline: 24px;
  color: var(--dark);
  transition: color 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}
.menu-link:hover {
	color: var(--accent);
	transition: var(--transition);
}
.menu-link-dark:hover {
	color: white;
}
.menu-item-dark:hover{
	background-color: var(--accent);
	transition: var(--transition);
}
.menu-item-dark{
	background-color: var(--dark);
	height: 45px;
	width: 100px;
	align-self: center;
	justify-content: center;
	border-radius: 14px;
}
.menu-link-dark {
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8px;
  padding-inline: 24px;
  color: white;
  transition: color 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width : 1400px) {
	.cart-side-price{
		display: none;
	}
	.menu-link{
		font-size: 16px;
	}
}
@media (max-width : 1200px) {
.menu-link, .menu-link-dark{
	font-size: 16px;
}
.logo{
	background-image: url(/local/templates/2022/css/../images/small-logo.svg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	width: 70px;
	height: 40px; 
}
}
@media screen and (max-width: 992px) {
	.menu-item-dark{
		background-color: var(--white);
	}
	.menu-item-dark:hover{
		background-color: var(--white);
	}
	.menu-link-dark {
		color: var(--black);
	}
	.menu-link-dark:hover {
		color: var(--accent);
		transition: var(--transition);
	}
	.logo{
		background-image: url(/local/templates/2022/css/../images/logo.svg);
		cursor: pointer;
		background-repeat: no-repeat;
		background-size: contain;
		width: 250px;
		height: 37.6px; 
	}
}
@media screen and (min-width: 992px) {
  .menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    height: 100%;
    padding: unset;
		overflow-y: hidden;
		overflow-x: hidden;
  }
  .menu-item{
    display: flex;
    cursor: pointer;
    padding-inline: 5px;
  }
  .menu-link {
    padding: unset;
  }
	.menu-link .cart-side-price{
		color: var(--grey);
		font-size: 12px;
		font-weight: 400;
		padding-left: 1px;
  }
	.menu-item-dark{
    display: flex;
    cursor: pointer;
    padding-inline: 5px;
		align-self: center;
		justify-content: center;
	}
	.menu-link-dark {
    padding: unset;
  }
}
.dropdown-toggle {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dropdown-toggle svg{
  font-size: 20px;
  line-height: inherit;
  transition: rotate 0.4s ease;
}
.dropdown-content {
  height: 0;
  overflow: hidden;
  background-color: white;
  transition: height 0.5s ease;
}
.dropdown-column, .dropdown-group, .dropdown-items {
  display: grid;
	list-style: none;
}
.dropdown-group {
  padding-bottom: 16px;
  padding-inline: 24px;
}
.dropdown-title {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  padding-inline: 16px;
}
.dropdown-link-title{
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: var(--dark);
}
.dropdown-link-title:hover {
	color: var(--accent);
	transition: var(--transition);
}
.dropdown-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--accent);
}
.fa6-solid--circle-dot {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23E5383B' d='M256 512a256 256 0 1 0 0-512a256 256 0 1 0 0 512m0-352a96 96 0 1 1 0 192a96 96 0 1 1 0-192'/%3E%3C/svg%3E");
}
.basil--hotspot-outline {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23E5383B' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.65a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5M9.25 12.9a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0'/%3E%3Cpath d='M12 7.65a5.25 5.25 0 0 0-3.712 8.962a.75.75 0 1 1-1.061 1.06a6.75 6.75 0 1 1 9.546 0a.75.75 0 0 1-1.06-1.06A5.25 5.25 0 0 0 12 7.649'/%3E%3Cpath d='M12 3.75a9.15 9.15 0 0 0-6.47 15.62a.75.75 0 1 1-1.06 1.06a10.65 10.65 0 1 1 15.06 0a.75.75 0 0 1-1.06-1.06A9.15 9.15 0 0 0 12 3.75'/%3E%3C/g%3E%3C/svg%3E");
}
.fluent-emoji-high-contrast--red-circle {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23E5383B' d='M16 1c8.284 0 15 6.716 15 15s-6.716 15-15 15S1 24.284 1 16S7.716 1 16 1m-1.5 2.086L28.914 17.5a13 13 0 0 0 .072-2.1L16.6 3.015a13 13 0 0 0-2.1.072m-2.338.49q-.81.25-1.572.6L27.824 21.41q.35-.761.6-1.572zM26.81 23.224L8.776 5.19q-.646.433-1.234.938l18.33 18.33q.506-.588.938-1.234m-2.352 2.648L6.128 7.542q-.505.588-.938 1.234L23.224 26.81q.645-.432 1.234-.938m-3.048 1.952L4.176 10.59a13 13 0 0 0-.6 1.572l16.262 16.262q.81-.25 1.572-.6m-3.91 1.09L3.086 14.5a13 13 0 0 0-.072 2.1L15.4 28.985a13 13 0 0 0 2.1-.072m-5.561-.56L3.647 20.06a13.03 13.03 0 0 0 8.292 8.292m16.414-16.415a13.03 13.03 0 0 0-8.292-8.292z'/%3E%3C/svg%3E");
}
.clarity--dot-circle-line {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23E5383B' d='M18 11a7 7 0 1 1-7 7a7 7 0 0 1 7-7' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='%23E5383B' d='M18 34a16 16 0 1 1 16-16a16 16 0 0 1-16 16m0-30a14 14 0 1 0 14 14A14 14 0 0 0 18 4' class='clr-i-outline clr-i-outline-path-2'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
}
.mdi--fire-circle {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E5383B' d='M14.66 14.18c.03.11.04.22.04.32c.03.65-.26 1.35-.73 1.78c-.22.19-.58.39-.86.47c-.88.31-1.76-.13-2.28-.64c.94-.22 1.49-.9 1.67-1.61c.12-.61-.13-1.12-.23-1.72c-.1-.58-.08-1.07.13-1.6c.15.29.31.59.5.82c.6.78 1.55 1.12 1.76 2.18M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2s10 4.5 10 10m-4.84.56l-.1-.2c-.16-.36-.61-.98-.61-.98c-.18-.23-.4-.44-.6-.64c-.53-.47-1.12-.8-1.63-1.29c-1.17-1.14-1.43-3.01-.68-4.45c-.75.18-1.4.58-1.96 1.03c-2.03 1.62-2.83 4.47-1.87 6.92c.03.08.06.16.06.26c0 .17-.12.32-.27.39c-.19.07-.37.03-.5-.1a.3.3 0 0 1-.13-.13c-.87-1.11-1.03-2.71-.44-3.98c-1.31 1.06-2.02 2.85-1.93 4.53c.06.39.1.78.24 1.17c.11.47.32.91.56 1.35c.84 1.34 2.31 2.31 3.89 2.5c1.68.21 3.48-.09 4.77-1.24c1.44-1.3 1.94-3.37 1.2-5.14'/%3E%3C/svg%3E");
}
.ion--pricetags-outline {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23E5383B' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M403.29 32H280.36a14.46 14.46 0 0 0-10.2 4.2L24.4 281.9a28.85 28.85 0 0 0 0 40.7l117 117a28.86 28.86 0 0 0 40.71 0L427.8 194a14.46 14.46 0 0 0 4.2-10.2v-123A28.66 28.66 0 0 0 403.29 32'/%3E%3Cpath fill='%23E5383B' d='M352 144a32 32 0 1 1 32-32a32 32 0 0 1-32 32'/%3E%3Cpath fill='none' stroke='%23E5383B' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='m230 480l262-262a13.8 13.8 0 0 0 4-10V80'/%3E%3C/svg%3E");
}
.iconoir--book {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23E5383B' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M4 19V5a2 2 0 0 1 2-2h13.4a.6.6 0 0 1 .6.6v13.114M6 17h14M6 21h14'/%3E%3Cpath stroke-linejoin='round' d='M6 21a2 2 0 1 1 0-4'/%3E%3Cpath d='M9 7h6'/%3E%3C/g%3E%3C/svg%3E");
}
.octicon--bookmark-24 {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E5383B' d='M5 3.75C5 2.784 5.784 2 6.75 2h10.5c.966 0 1.75.784 1.75 1.75v17.5a.75.75 0 0 1-1.218.586L12 17.21l-5.781 4.625A.75.75 0 0 1 5 21.25Zm1.75-.25a.25.25 0 0 0-.25.25v15.94l5.031-4.026a.75.75 0 0 1 .938 0L17.5 19.69V3.75a.25.25 0 0 0-.25-.25Z'/%3E%3C/svg%3E");
}
.solar--book-linear {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23E5383B' stroke-width='1.5'%3E%3Cpath d='M4 8c0-2.828 0-4.243.879-5.121C5.757 2 7.172 2 10 2h4c2.828 0 4.243 0 5.121.879C20 3.757 20 5.172 20 8v8c0 2.828 0 4.243-.879 5.121C18.243 22 16.828 22 14 22h-4c-2.828 0-4.243 0-5.121-.879C4 20.243 4 18.828 4 16z'/%3E%3Cpath d='M19.898 16h-12c-.93 0-1.395 0-1.777.102A3 3 0 0 0 4 18.224'/%3E%3Cpath stroke-linecap='round' d='M8 7h8m-8 3.5h5'/%3E%3C/g%3E%3C/svg%3E");
}
.iconoir--contactless {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23E5383B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15 21.5c4-5.5 4-13.5 0-19M11.5 20c3.5-5 3.5-11 0-16m-3 14c2.667-3.75 2.667-8.25 0-12m-3 10c1.5-2.5 1.5-5.5 0-8'/%3E%3C/svg%3E");
}
.solar--question-square-linear {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath stroke='%23E5383B' stroke-width='1.5' d='M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z'/%3E%3Cpath stroke='%23E5383B' stroke-linecap='round' stroke-width='1.5' d='M10.125 8.875a1.875 1.875 0 1 1 2.828 1.615c-.475.281-.953.708-.953 1.26V13'/%3E%3Ccircle cx='12' cy='16' r='1' fill='%23E5383B'/%3E%3C/g%3E%3C/svg%3E");
}
.solar--list-down-bold {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E5383B' fill-rule='evenodd' d='M2.25 6A.75.75 0 0 1 3 5.25h18a.75.75 0 0 1 0 1.5H3A.75.75 0 0 1 2.25 6m0 4A.75.75 0 0 1 3 9.25h18a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m0 4a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m11.18.512a.75.75 0 0 1 1.058-.081l3.012 2.581l3.012-2.581a.75.75 0 1 1 .976 1.138l-3.5 3a.75.75 0 0 1-.976 0l-3.5-3a.75.75 0 0 1-.081-1.057M2.25 18a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.clarity--event-line {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill='%23E5383B' d='m16.17 25.86l-5.36-5.36a1 1 0 0 1 1.41-1.41L16.17 23l8.64-8.64a1 1 0 0 1 1.41 1.41Z' class='clr-i-outline clr-i-outline-path-1'/%3E%3Cpath fill='%23E5383B' d='M32.25 6H29v2h3v22H4V8h3V6H3.75A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V7.81A1.78 1.78 0 0 0 32.25 6' class='clr-i-outline clr-i-outline-path-2'/%3E%3Cpath fill='%23E5383B' d='M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1' class='clr-i-outline clr-i-outline-path-3'/%3E%3Cpath fill='%23E5383B' d='M26 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1' class='clr-i-outline clr-i-outline-path-4'/%3E%3Cpath fill='%23E5383B' d='M13 6h10v2H13z' class='clr-i-outline clr-i-outline-path-5'/%3E%3Cpath fill='none' d='M0 0h36v36H0z'/%3E%3C/svg%3E");
}
.teenyicons--text-document-outline {
  display: inline-block;
  width: 1.4em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23E5383B' d='M4.5 6.995H4v1h.5zm6 1h.5v-1h-.5zm-6 1.998H4v1h.5zm6 1.007h.5v-1h-.5zm-6-7.003H4v1h.5zM8.5 5H9V4h-.5zm2-4.5l.354-.354L10.707 0H10.5zm3 3h.5v-.207l-.146-.147zm-9 4.495h6v-1h-6zm0 2.998l6 .007v-1l-6-.007zm0-5.996L8.5 5V4l-4-.003zm8 9.003h-10v1h10zM2 13.5v-12H1v12zM2.5 1h8V0h-8zM13 3.5v10h1v-10zM10.146.854l3 3l.708-.708l-3-3zM2.5 14a.5.5 0 0 1-.5-.5H1A1.5 1.5 0 0 0 2.5 15zm10 1a1.5 1.5 0 0 0 1.5-1.5h-1a.5.5 0 0 1-.5.5zM2 1.5a.5.5 0 0 1 .5-.5V0A1.5 1.5 0 0 0 1 1.5z'/%3E%3C/svg%3E");
}
.material-symbols--work-outline {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E5383B' d='M4 21q-.825 0-1.412-.587T2 19V8q0-.825.588-1.412T4 6h4V4q0-.825.588-1.412T10 2h4q.825 0 1.413.588T16 4v2h4q.825 0 1.413.588T22 8v11q0 .825-.587 1.413T20 21zm0-2h16V8H4zm6-13h4V4h-4zM4 19V8z'/%3E%3C/svg%3E");
}
.material-symbols--reviews-outline {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E5383B' d='M9.075 14.25L12 12.475l2.925 1.775l-.775-3.325l2.6-2.25l-3.425-.275L12 5.25L10.675 8.4l-3.425.275l2.6 2.25zM2 22V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18H6zm3.15-6H20V4H4v13.125zM4 16V4z'/%3E%3C/svg%3E");
}
.fluent--news-24-regular {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23E5383B' d='M18.75 20H5.25a3.25 3.25 0 0 1-3.245-3.066L2 16.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h12.5a2.25 2.25 0 0 1 2.245 2.096L19 6.25V7h.75a2.25 2.25 0 0 1 2.245 2.096L22 9.25v7.5a3.25 3.25 0 0 1-3.066 3.245zH5.25zm-13.5-1.5h13.5a1.75 1.75 0 0 0 1.744-1.607l.006-.143v-7.5a.75.75 0 0 0-.648-.743L19.75 8.5H19v7.75a.75.75 0 0 1-.648.743L18.25 17a.75.75 0 0 1-.743-.648l-.007-.102v-10a.75.75 0 0 0-.648-.743L16.75 5.5H4.25a.75.75 0 0 0-.743.648L3.5 6.25v10.5a1.75 1.75 0 0 0 1.606 1.744zh13.5zm6.996-4h3.006a.75.75 0 0 1 .102 1.493l-.102.007h-3.006a.75.75 0 0 1-.102-1.493zh3.006zm-3.003-3.495a.75.75 0 0 1 .75.75v3.495a.75.75 0 0 1-.75.75H5.748a.75.75 0 0 1-.75-.75v-3.495a.75.75 0 0 1 .75-.75zm-.75 1.5H6.498V14.5h1.995zm3.753-1.5h3.006a.75.75 0 0 1 .102 1.493l-.102.007h-3.006a.75.75 0 0 1-.102-1.494zh3.006zM5.748 7.502h9.504a.75.75 0 0 1 .102 1.494l-.102.006H5.748a.75.75 0 0 1-.102-1.493zh9.504z'/%3E%3C/svg%3E");
}
.gg--profile {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23231F20' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M16 9a4 4 0 1 1-8 0a4 4 0 0 1 8 0m-2 0a2 2 0 1 1-4 0a2 2 0 0 1 4 0'/%3E%3Cpath d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11s11-4.925 11-11S18.075 1 12 1M3 12c0 2.09.713 4.014 1.908 5.542A8.99 8.99 0 0 1 12.065 14a8.98 8.98 0 0 1 7.092 3.458A9 9 0 1 0 3 12m9 9a8.96 8.96 0 0 1-5.672-2.012A6.99 6.99 0 0 1 12.065 16a6.99 6.99 0 0 1 5.689 2.92A8.96 8.96 0 0 1 12 21'/%3E%3C/g%3E%3C/svg%3E");
}
.cuida--logout-outline {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg class='logout-outline'%3E%3Cg fill='%23231F20' fill-rule='evenodd' class='Vector' clip-rule='evenodd'%3E%3Cpath d='M3 7a5 5 0 0 1 5-5h5a1 1 0 1 1 0 2H8a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h5a1 1 0 1 1 0 2H8a5 5 0 0 1-5-5z'/%3E%3Cpath d='M14.47 7.316a1 1 0 0 1 1.414-.046l4.8 4.5a1 1 0 0 1 0 1.46l-4.8 4.5a1 1 0 1 1-1.368-1.46l2.955-2.77H8a1 1 0 1 1 0-2h9.471l-2.955-2.77a1 1 0 0 1-.046-1.414'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mdi--cart-outline {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23231F20' d='M17 18a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63l-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1zm6 16a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7l2.78-5H6.14l2.36 5z'/%3E%3C/svg%3E");
}
.material-symbols--search {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23231F20' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}
.dropdown-items {
  row-gap: 8px;
  padding-inline: 56px;
  padding-top: 5px;
}
.dropdown-link {
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
  color:	var(--text);
  transition: color 0.3s ease;
	text-decoration: none;
}
.dropdown-link:hover {
	color: var(--accent);
	transition: var(--transition);
}
.dropdown-show > .dropdown-toggle i.bx {
  rotate: 180deg;
}
.dropdown-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-top: 16px;
  padding-inline: 16px;
}
.dropdown-text{
	font-size: 14px;
	font-weight: 300px;
	color: var(--text);
}

@media screen and (min-width: 992px) {
  .dropdown-toggle {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
    pointer-events: none;
  }
  .dropdown-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 6rem;
    opacity: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    pointer-events: none;
    background-color: white;
    border-top: 2px solid hsl(0, 0%, 95%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: top 0.4s, opacity 0.3s ease;
  }
  .dropdown-column {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 32px;
         column-gap: 32px;
    max-width: 75rem;
    margin-inline: auto;
  }
  .dropdown-group {
    align-content: baseline;
    row-gap: 1.25rem;
    padding-block: 4rem;
  }
  .dropdown-group:first-child, .dropdown-group:last-child {
    margin: unset;
  }
  .dropdown-items {
    padding-top: unset;
  }
  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }
  .dropdown:hover > .dropdown-content {
    cursor: initial;
    top: 92px;
    opacity: 1;
    pointer-events: initial;
  }
  .dropdown:hover > .dropdown-toggle i.bx {
    rotate: 180deg;
  }
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.5rem;
  height: 1rem;
  border: none;
  outline: none;
  visibility: visible;
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.15px;
  opacity: 1;
  rotate: 0deg;
  border-radius: 0.15rem;
  background-color: var(--dark);
  transition: all 0.3s ease;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active > .burger-line:nth-child(1) {
  top: 0.5rem;
  rotate: 135deg;
}
.burger.is-active > .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.is-active > .burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg;
}

@media screen and (min-width: 62rem) {
  .burger {
    display: none;
    visibility: hidden;
  }

}
/* Header end */

/* top-header */
.top-header{
	margin-top: 13px;
	display: flex;
	flex-direction: row;
	gap: 25px;
	align-items: flex-end;
	max-width: 1200px;
	margin: auto;
	justify-items:center;
	justify-content: space-around;
}
/* language */
.item_lang{
	display: inline-block;
	/* margin-right: 25px; */
}
@media screen and (max-width: 500px) {
	.item_lang{
		display: none;
	}
}
.item_lang img {
	display: inline;
	width: 17px;
	height: 17px;
	margin-top: -3px;
	margin-right: 2px;
}
.item_lang .fa-globe{
	color: var(--light-grey);
	margin-right: 2px;
}
.language_line{
	border-right: 1.2px solid var(--text); 
	margin-right: 5px;
}
.language_link{
	color: var(--text);
	font-family: raleway;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0.08em;
	text-transform: lowercase;
	text-decoration: none;
	transition: color var(--transition);	
}
.language_link:hover,
.language_link:focus,
span.language_link {
color: var(--accent);
}
/* Contact */
.item_contact{
	display: inline-block;
}
.item_contact img {
	display: inline;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: -4px;
}
.item_contact .fa-solid{
	margin-right: 5px;
	color: var(--blur);
}
.header-contacts_item{
	margin-right: 25px;
}
.header-contacts a{
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.025em;
	text-transform: lowercase;
	text-decoration: none;
	color: var(--text);
}
.header-contacts a:hover{
	color: var(--text);
}
@media screen and (max-width: 500px) {
	.item_contact img {
		width: 12px;
		height: 12px;
		margin-top: 0px;
		margin-right: 2px;
	}
	.header-contacts a{
		font-size: 12px;
		font-weight: 600;
		line-height:inherit;
		letter-spacing: 0.025em;
		text-transform: lowercase;
		text-decoration: none;
		color: var(--text);
	}
	.header-contacts_item{
		margin-right: 10px;
	}
}
.top-header .media-icons{
	margin-top: 3px;
	width: auto;
	height: 30px;
  display: flex;
	flex-direction: row;
	gap: 5px;
	text-align: center;
}
.top-header .media-icons a{
	height: auto;
  width: auto;
  text-align: center;
  text-decoration: none;
}
.top-header .telegram {
	margin-top: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231DA1F2' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38'/%3E%3C/svg%3E");
}
@media screen and (max-width: 500px) {
	.top-header .telegram {
		margin-top: 5px;
		width: 25px;
		height: 25px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231DA1F2' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38'/%3E%3C/svg%3E");
	}
}
/* End */


/* Start:/local/templates/2022/css/popup.css?17476533103919*/
.spectacledcoder-pop-up {
	position: fixed; /* вместо absolute - чтобы приклеить к окну браузера */
	bottom: 0px; /* отступ от нижнего края */
	right: 20px; /* отступ от правого края */
	width: 250px;
	height: auto;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	opacity: 0%;
	animation: pop-up 1s 0s 1 linear forwards;
	z-index: 1000;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-top
{
		margin: auto;
		width: 100%;
		height: 30px;
		display: flex;
		
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-top img
{
		margin: auto;
		margin-right: 0px;
		padding: 5px;
		border-radius: 50%;
		cursor: pointer;
		background-color: black;
		box-sizing: content-box;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-top img:hover
{
		background-color: black;
		padding: 5px;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content
{
		margin: auto;
		margin-left: 0px;
		width: 90%;
		height: 70%;
		display: flex;
		flex-direction: column;
		background-color: white;
		border-radius: 14px;
		box-shadow: 0 16px 10px hsla(0, 0%, 0%, .05);
		transition: var(--transition);
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content:hover{
	box-shadow: 0 10px 10px hsla(0, 0%, 0%, .1);
	transform: translateY(-2px);
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content p
{
		width: 80%;
		margin: auto;
		margin-top: 20px;
		font-size: 14px;
		text-align: center;
		font-weight: 600;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content p span
{
color: var(--accent);
font-weight: 700;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content a
{
		text-decoration: none;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content button
{
		all: unset;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
		width: fit-content;
		min-width: 100px;
		height: 30px;	
		cursor: pointer;
		display: flex;
		justify-content:baseline;
		border-radius: 4px;
		padding: 8px 16px;
    border: 3px solid var(	--light-grey);
		color: var(--white);
    transition: var(--transition);

}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content button:hover
{
		border-color: var(--accent);
}

.spectacledcoder-pop-up .spectacledcoder-pop-up-content button p
{
		margin: auto;
		max-width: 80%;
		width: auto;
		text-align: center;
		font-size: 14px;
		font-weight: 700;
		transition: var(--transition);
		color: var(--text);
		line-height: 14px;
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content button span
{
		margin: auto;
		width: 20%;
}
.wpf--phone {
  display: inline-block;
  width: 15px;
  height: 15px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23000' d='M22.386 18.026c-1.548-1.324-3.119-2.126-4.648-.804l-.913.799c-.668.58-1.91 3.29-6.712-2.234c-4.801-5.517-1.944-6.376-1.275-6.951l.918-.8c1.521-1.325.947-2.993-.15-4.71l-.662-1.04C7.842.573 6.642-.552 5.117.771l-.824.72c-.674.491-2.558 2.087-3.015 5.119c-.55 3.638 1.185 7.804 5.16 12.375c3.97 4.573 7.857 6.87 11.539 6.83c3.06-.033 4.908-1.675 5.486-2.272l.827-.721c1.521-1.322.576-2.668-.973-3.995z'/%3E%3C/svg%3E");
  background-color: var(--text);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
	transition: var(--transition);
}
.spectacledcoder-pop-up .spectacledcoder-pop-up-content button:hover .wpf--phone {
	background-color: var(--accent);
}
@keyframes pop-up 
{
		0%
		{
				opacity: 0%;
				margin-bottom: 0px;
		}
		100%
		{
				opacity: 100%;
				margin-bottom: 5%;
		} 
}

@media only screen and (max-width: 500px) 
{
		.spectacledcoder-pop-up
		{
				zoom: 0.8;
		}

}

/* End */


/* Start:/local/templates/2022/css/faq.css?17472126742421*/
/* FAQ start */
.faq{
padding-top: 20px;
}
.faq-heading{
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-align: center;
	color: var(--text);
	margin-bottom: 10px;
	font-size: 16px;
}
.faq-heading-text{
	margin: auto;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	max-width: 700px;
	margin-bottom: 25px;
	color: var(--text);
}
#faqSection {
	display: flex;
	flex-direction: row;
	gap: 50px;
	justify-content: center;
	width: 100%;
}
#faqSection div {
	width: 100%;
	max-width: 600px;
}
@media screen and (max-width: 800px) {
	#faqSection {
		flex-direction: column;
		gap: 0;
		align-items: center;
	}
}
#faqSection .collapsible {
  background-color: var(--transparent);
  border-radius: 4px;
	box-shadow: 0px 5px 8px rgba(34, 35, 58, 0.2);
  transition: box-shadow var(--transition);
  color: var(--text);
  margin: 0 0 10px;
  width: 100%;
  padding: 12px;
  text-align:left;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	/* line-height: 24px;
	letter-spacing: 0.1em; */
	font-feature-settings: 'pnum' on, 'lnum' on;
	text-transform: unset;
}
#faqSection .collapsible:hover {
	box-shadow: 0px 14px 15px rgba(34, 35, 58, 0.2);
}
#faqSection .active, 
#faqSection .collapsible:hover{

}
#faqSection .collapsible:after {
	content: '';
	float:right;
	margin-left: 5px;
	margin-top: 8px;
	width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
#faqSection .collapsible:hover:after{
  background: var(--accent);
  opacity: 0.8;
}
@media screen and (max-width: 450px) {
	#faqSection .collapsible {
		font-size: 15px;
	}
	#faqSection .collapsible:after {
		margin-top: 5px;
	}
}
#faqSection .active:after {
	background: var(--accent);
	opacity: 1;
}
#faqSection .faq-content {
  overflow: hidden;
	visibility: hidden;
  transition: all .3s ease-in-out 0s;
  background: var(--white);
  border-radius: 7px;
  max-height: 0px;
	width: 93%;
	padding-left: 5px;
}
#faqSection .faq-content-text {
  color: var(--text);
  font-size: 16px;
  margin: 0 0 12px;
  font-weight: 500;
	width: 100%;
	text-align: justify;
}
#faqSection .faq-content a {
  color: var(--accent);
  font-weight: 600;
 text-decoration: none;
}
/* FAQ end */
/* End */


/* Start:/local/templates/2022/libs/bootstrap/css/bootstrap-reboot.min.css?16969461066120*/
/*!
 * Bootstrap Reboot v5.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/* End */


/* Start:/local/templates/2022/libs/bootstrap/css/bootstrap-grid.min.css?169694610652805*/
/*!
 * Bootstrap Grid v5.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/2022/libs/swiper/swiper-bundle.min.css?169694610615553*/
/**
 * Swiper 7.0.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:15px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size));height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/2022/libs/slick/slick.css?16969461061776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/2022/libs/slick/slick-theme.css?16969461063145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/2022/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/2022/libs/slick/./fonts/slick.eot');
    src: url('/local/templates/2022/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/2022/libs/slick/./fonts/slick.woff') format('woff'), url('/local/templates/2022/libs/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/2022/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/2022/libs/fancybox/fancybox.css?169694610615598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/2022/libs/magnific/magnific-popup.css?16969461066951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/2022/components/bitrix/sale.basket.basket/headernew/style.css?174296500653874*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }
.cart-filter{
	margin-top: 25px;
}

.basket-checkout-container {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	opacity: 1;
	transition: opacity 250ms ease;
	flex-wrap: wrap;
}
.basket-empty-cart-container{
	text-decoration: none;
}
.basket-empty-cart-container:hover .basket-empty_img .fa-solid{
	color: var(--red);
}
.basket-empty-cart-container:hover .basket-empty_text{
	color: var(--red);
}
.basket-empty-cart-container:hover .basket-empty_path{
	color: var(--red);
}
.basket-empty-cart-container:hover .basket-empty_img svg{
	fill: var(--accent);
}
.basket-empty-cart-container:hover .basket-empty_path svg{
	fill: var(--accent);
}
.basket-empty_img svg{
	fill: var(--text);
	width: 120px;
	height: 120px;
	transition: var(--transition);
}
.basket-empty_path svg{
	width: 28px;
	height: 28px;
	fill: var(--text);
	margin-bottom: -2px;
	margin-left: -3px;
	transition: var(--transition);
}

.basket-empty_img{
	display: flex;
	margin-left: auto;
	justify-content: center;
	margin-top: 100px;;
}
.basket-empty_img .fa-solid {
	color: var(--text);
	font-size: 100px;
	transition: var(--transition);
}
.basket-empty_text{
	font-family: raleway;;
	color: var(--text);
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	margin-top: 10px;
	transition: var(--transition);
}
.basket-empty_path{
	font-family: raleway;;
	color: var(--text);
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}
.basket-checkout-container.basket-checkout-container-fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}
.basket-items-list-clear-cart form{
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 5px;
}
.basket-checkout-container.basket-checkout-container-fixed-hide { opacity: 0; }

/*region Coupon*/
.basket-coupon-section { flex: 2; }

.basket-coupon-block-field-description {
	color: #a1a1a1;
	font: 400 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-coupon-block-field {
	padding-right: 10px;
	min-width: 235px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-coupon-block-coupon-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	padding: 0;
	width: 8px;
	height: 8px;
	border: none;
	border-right: 2px solid #8da3ad;
	border-bottom: 2px solid #8da3ad;
	border-radius: 0;
	background-color: transparent;
	content: "";
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-coupon-alert-section { width: 100%; }

.basket-coupon-alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 0;
	width: 100%;
	font: 400 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

.basket-coupon-text {
	position: relative;
	display: block;
	word-break: break-all;
	word-break: break-word;
}

.text-muted .basket-coupon-text:after {
	position: absolute;
	top: 0;
	left: 2px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #7ad500;
	border-bottom: 2px solid #7ad500;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	/* border-bottom: 1px dotted; */
	color: var(--primary);
	text-decoration: none;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 1;
	cursor: pointer;
	transition: 220ms ease all;
}

.bx-ie .basket-coupon-alert .close-link { color: #006cc0; }

.basket-coupon-alert .close-link:hover { border-color: transparent; }

@media (max-width: 991px) {
	.basket-checkout-container { flex-direction: column; }

	.basket-coupon-section {
		-ms-flex-order: 1;
		max-width: 100%;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.basket-coupon-alert-section {
		-ms-flex-order: 2;
		margin-bottom: 15px;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-coupon-block-field {
		padding-right: 0;
		min-width: 100%;
	}

	.basket-coupon-block-field .form-group {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}

	.basket-coupon-block-field .form-control {
		display: block;
		width: 100%;
	}
	.side_price{
		display: none;
	}
}

/*endregion*/

/*region Checkout*/
.basket-checkout-section {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

.basket-checkout-section-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-checkout-block { }

/**/
.basket-checkout-block-total {
	padding-top: 23px;
	padding-right: 10px;
	text-align: right;
}

.basket-checkout-block-total-inner {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.basket-checkout-block-total-title {
	color: #2f3435;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-checkout-block-total-description {
	color: #a1a1a1;
	font: 400 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-total-price {
	padding-left: 10px;
	text-align: right;
}

.basket-checkout-block-total-price-inner {
	position: relative;
	display: inline-block;
	padding-top: 17px;
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-end;
}

.basket-coupon-block-total-price-current {
	margin-bottom: 7px;
	color: #2f3435;
	text-align: right;
	white-space: nowrap;
	font: 400 36px/36px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-coupon-block-total-price-old {
	position: absolute;
	top: 0px;
	right: 0;
	color: var(--grey);
	text-align: right;
	font-family: raleway;
	font-weight: 600;
	font-size: 17px;
}

.basket-coupon-block-total-price-old:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-coupon-block-total-price-difference {
	color: var(--grey);
	text-align: center;
	font-family: raleway;
	font-weight: 500;
	font-size: 15px;
}
.minimal_summ{

}
/**/
.basket-checkout-block-btn {
	padding-top: 13px;
	padding-left: 15px;
	text-align: right;
	margin-top: 15px;
}

.basket-btn-checkout {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-feature-settings: 'pnum' on, 'lnum' on;
	width: 200px;
	height: 50px;
	background-color: var(--red);
	font-weight: 600;
	font-size: 16px;
	color: white;
	border-radius: 4px;
	transition: var(--transition);
	cursor: pointer;
	border-color: var(--red);
}
.basket-btn-checkout:hover{
	background-color: var(--accent);
	color: white;
}

.basket-notification-section { width: 100%; }

.basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width: 991px) {
	.basket-checkout-block-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.basket-checkout-section {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.basket-notification-section {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		order: 4;
	}
}

@media (max-width: 767px) {
	.basket-checkout-block-btn {
		padding-left: 0;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		-ms-flex: auto;
		flex: auto;
	}

	.basket-checkout-section-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-checkout-block-total { min-width: 150px; }

	.basket-checkout-block-total-price { text-align: right; }

	.basket-btn-checkout {
		margin: 10px 0;
		width: 100%
	}

	.basket-block-notification:after {
		top: -3px;
		right: auto;
		left: 50%;
		-webkit-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
	}
}

@media (max-width: 460px) {
	.basket-checkout-block {
		display: block;
		min-width: 100%;
		width: 100%;
	}

	.basket-checkout-block-total {
		padding-top: 0;
		text-align: left;
	}

	.basket-checkout-block-total-price-inner { padding-top: 2px; }

}

/*endregion*/
.basket-items-list{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	width: 100%;
}
/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact { 
	/* border-bottom: 1px solid var(--ligth-grey); */

}

/*header*/
.basket-items-list-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	/* padding: 13px 25px; */
	/* border-bottom: 1px solid var(--ligth-grey); */
	border-radius: 4px;
	background:white;
	transition: 300ms padding ease;
	-webkit-box-align: center;
	align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
	/* border: 1px solid #e2dfdf; */
}

.basket-items-list-wrapper-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	/* padding-left: 10px; */
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	margin-right: 5px;
}

.basket-items-search-field .form-control { z-index: 1; }

.basket-items-list-header-filter-item {
	margin-left: 5px;
	/* border-bottom: 1px dotted; */
	text-decoration: none;
	cursor: pointer;
	transition: 220ms ease;
	font-family: raleway;
	font-weight: 700;
	color: var(--text);
	font-size: 15px;
}

.bx-ie .basket-items-list-header-filter-item { color: #006cc0; }

.basket-items-list-header-filter-item:hover {
	color: var(--theme-color-second);
	text-decoration: none;
}

.bx-ie .basket-items-list-header-filter-item:hover { color: #006cc0; }

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	position: relative;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 1;
	border: none;
	background: none;
	color: #777;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
}

.basket-items-search-clear-btn:hover { color: #c04e4e; }

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
	padding: 0 25px;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}

.basket-items-list-item-container { position: relative; }

.basket-items-list-item-container > td { 
	border-top: 1px solid var(--light-grey); 
}

.basket-items-list-wrapper-compact .basket-items-list-item-container > td { padding-bottom: 12px; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift > td,
.basket-items-list .basket-items-list-item-container:first-child > td { border-top: none !important; }

@media (max-width: 767px) {
	.basket-items-list-item-container.basket-items-list-item-container-gift,
	.basket-items-list-item-container.basket-items-list-item-container-gift > td,
	.basket-items-list .basket-items-list-item-container:first-child > td {
		margin: 0;
		padding-top: 0;
		border-top: none !important;
	}
}

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-descriptions {
	-ms-flex-order: 1;
	padding-top: 20px;
	width: 100%;
	vertical-align: top;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-item-descriptions-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*region Image*/
.basket-item-block-image {
	position: relative;
	-ms-flex-order: 1;
	-ms-flex-order: 1;
	-ms-flex-align: center;
	padding-right: 15px;
	padding-bottom: 10px;
	min-width: 48px;
	max-width: 148px;
	width: 100%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
	display: block;
	padding-bottom: 0;
	min-width: 32px;
	max-width: 50px;
	width: auto;
	height: auto;
}

.basket-item-image-link {
	position: relative;
	display: inline-block;
}

.basket-item-image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	object-fit: contain;
	height: auto;
	transition: 300ms all ease;
}

.basket-items-list-wrapper-compact .basket-item-image {
	max-width: 50px;
	max-height: 50px;
}

.basket-item-image:hover { border-color: #ee9200; }

@media (max-width: 580px) {

	.basket-item-block-image {
		margin-top: 10px;
		margin-bottom: 15px;
		padding-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.basket-item-image {
		margin: 10px auto 15px;
		padding-right: 0;
		max-width: 230px;
		max-height: 400px;
		width: auto;
		height: auto;
	}

	.basket-items-list-item-descriptions-inner {
		-ms-flex-direction: column;
		flex-direction: column;
		webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-wrapper-compact .basket-item-block-image {
		margin-top: 0;
		padding-right: 10px;
	}

	.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

}

/*endregion*/

/*region lable*/
/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
	position: absolute;
	z-index: 90;
	opacity: 1;
	transition: opacity 450ms ease;
}

.basket-items-list-wrapper-compact .basket-item-label-text,
.basket-items-list-wrapper-compact .basket-item-label-ring { display: none }

.basket-item-label-text span,
.basket-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .basket-item-label-text span,
.bx-red .basket-item-label-ring { background-color: #fba90c; }

.basket-item-label-text > div,
.basket-item-label-ring > div { line-height: 0; }

/* TEXT */
.basket-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.basket-item-label-text.basket-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.basket-item-label-text > div { line-height: 0; }

	.basket-item-label-text.basket-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 11px;
		line-height: 14px;
	}

	.basket-item-label-text.basket-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 13px;
		line-height: 16px;
	}
}

/*RING*/
.basket-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.basket-item-label-ring.basket-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
}

.basket-item-label-ring.basket-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.basket-item-label-ring.basket-item-label-small {
		width: 24px;
		height: 24px;
		font-size: 8px;
		line-height: 24px;
	}

	.basket-item-label-ring.basket-item-label-big {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
}

.basket-item-label-top { top: -2px; }

.basket-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.basket-item-label-center > div { text-align: center; }

.basket-item-label-left { left: -2px; }

.basket-item-label-left > div { text-align: left; }

.basket-item-label-bottom { bottom: -2px; }

.basket-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.basket-item-label-right { right: -2px; }

.basket-item-label-right > div { text-align: right; }

.basket-item-label-center.product-item-label-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
	-ms-flex-order: 2;
	padding: 0;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (max-width: 580px) {
	.basket-item-block-info {
		-webkit-box-flex: 6;
		-ms-flex: 6;
		flex: 6;
	}
}

/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
	margin: 0;
	padding: 0;
	text-decoration: none;
	word-break: break-all;
	word-break: break-word;
	transition: 300ms all ease;
	text-decoration: none;
}

h2.basket-item-info-name {
	margin-bottom: 5px;
	padding-top: 0;
}

.basket-item-highlighted { background: #ff0; }

.basket-items-list-wrapper-compact .basket-item-info-name { margin-bottom: 5px }

.basket-item-info-name-link:hover .cart-name{
	text-decoration: none;
	cursor: pointer;
	color: var(--accent);
}

@media (max-width: 768px) {
	.basket-item-info-name,
	.basket-item-info-name-link {
		vertical-align: middle;
		font-size: 15px;
		line-height: 17px;
	}

	.basket-item-info-name { padding-top: 10px; }
}

/*endregion*/

.basket-item-block-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 4;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex: 2;
	-ms-flex-wrap: nowrap;
	-ms-flex-line-pack: baseline;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-box-align: start;
	-webkit-box-ordinal-group: 5;
	-webkit-box-flex: 2;
	justify-content: flex-end;
	align-content: baseline;
	align-items: flex-start;
	flex: 2;
	order: 4;
}

.basket-items-list-wrapper-compact .basket-item-block-common {
	-ms-flex-pack: end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.basket-item-block-common {
		padding: 5px 0;
		min-width: 100%;
	}

	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}

	.basket-items-list-wrapper .basket-item-block-common > div {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.basket-items-list-wrapper-compact .basket-item-block-common {
		-ms-flex-pack: end;
		padding: 17px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 460px) {
	.basket-items-list-wrapper .basket-item-block-common {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.basket-item-price-current { text-align: right; }
}

/*region Properties*/
.basket-item-block-properties { flex: 5; }

.basket-item-property,
.basket-item-property-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding-bottom: 5px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	flex-direction: row;
}

.basket-items-list-wrapper-compact .basket-item-property,
.basket-items-list-wrapper-compact .basket-item-property-custom {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
	padding-bottom: 0;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
	margin-right: 5px;
	font-family: raleway;
	font-weight: 500;
	font-size: 14px;
	color: var(--grey);
	line-height: 110%;
}

.basket-item-property-value,
.basket-item-property-custom-value {
	font-family: raleway;
	font-weight: 500;
	font-size: 14px;
	color: var(--grey);
	line-height: 110%;
}

/*region Custom Column*/

.basket-item-property-custom { padding-right: 15px; }

.basket-item-property-custom-content { padding: 3px 0; }

.basket-item-property-custom.basket-item-property-custom-photo { display: block; }

.basket-item-property-custom-photo .basket-item-property-custom-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: stretch;
	min-height: 64px;
	word-spacing: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span { display: inline-block; }

.basket-item-custom-block-photo-link {
	display: block;
	margin-right: 5px;
}

.basket-item-custom-block-photo-item {
	margin-right: 3px;
	width: auto;
	height: 64px;
	/* border: 1px solid #e4e4e4; */
	transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover { border-color: #ee9200; }

@media (max-width: 580px) {
	.basket-item-property-custom { padding-right: 0; }

	.basket-items-list-wrapper-compact .basket-item-property-custom { padding-right: 10px; }
}

/*endregion*/

/*scu*/
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color { display: block; }

.basket-item-scu-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
	position: relative;
	display: inline-block;
	margin: 2px 3px 3px 0;
	padding: 0;
	/* border: 1px solid #eeecef; */
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover { border-color: var(--primary); }

.bx-ie .basket-item-scu-item:hover,
.bx-ie .basket-item-scu-item.selected,
.bx-ie .basket-item-scu-item.not-available:hover { border-color: #006cc0; }

.basket-item-scu-item.selected:hover { cursor: default }

.basket-item-scu-item.not-available:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-scu-item-inner {
	display: block;
	transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner { opacity: .5; }

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 3px 5px;
	min-width: 30px;
	text-align: center;
	font: bold 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 1px 2px;
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
	.basket-item-property-name,
	.basket-item-property-value { font-size: 11px; }
}

@media (max-width: 580px) {
	.basket-item-block-properties { margin-bottom: 10px; }

	.basket-items-list-wrapper-compact .basket-item-block-properties { margin-bottom: 0; }

	.basket-item-property-scu-image .basket-item-scu-item-inner,
	.basket-item-scu-color .basket-item-scu-item-inner {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.basket-item-property-scu-text .basket-item-scu-item-inner {
		padding: 2px 3px;
		min-width: 25px;
		text-align: center;
		font: bold 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 2;
	padding-top: 20px;
	vertical-align: top;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.basket-item-block-amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block { 
	position: relative; 
	border: none;
}
.basket-item-amount-filed-block input[type=text] {
	border:none;
	min-width: 40px;
	max-width: 70px;
	height: 30px;
	padding: 0;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 40px;
	height: 30px;
	outline: none;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	transition: 300ms all ease;
	font-family: raleway;
	font-weight: 600;
	font-size: 16px;
	color: var(--text);
	border: none;
}

.basket-item-block-amount.disabled .basket-item-amount-filed { 
	/* background-color: #f3f3f3;  */
	border: none;
}
.basket-item-amount-filed{
	border: none;
}
.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus { 
	/* border-color: var(--primary);  */
	border: none;
}

.bx-ie .basket-item-amount-filed:hover,
.bx-ie .basket-item-amount-filed:focus {
	 /* border-color: #006cc0;  */
	 border: none;
	}
	.bx-ie .basket-item-amount-filed{
		border: none;
	}
.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
	border: none;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

@keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	width: 40px;
  font-size: 30px;
  cursor: pointer;
  transition: all 250ms ease;
	background-color: var(--light-grey75);
	border-radius: 4px;
	cursor: pointer;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	text-align: center;
	font-family: raleway;
	font-weight: 5	00;
	color: var(--grey);
	font-size: 15px;
}

@media (max-width: 991px) {
	.basket-item-block-amount {
		position: relative;
		-ms-flex-pack: center;
		margin-bottom: 13px;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.basket-item-amount-btn-plus,
	.basket-item-amount-btn-minus {
		/* border: 1px solid #e4e4e4; */
		background-color: #f5f6f7;
	}

	.basket-item-amount-btn-plus {
		border-left: none;
		border-radius: 0 1px 1px 0;
	}

	.basket-item-amount-btn-minus {
		border-right: none;
		border-radius: 1px 0 0 1px;
	}
}

@media (max-width: 767px) {
	.basket-item-block-amount { padding-top: 19px; }
}

@media (max-width: 580px) {
	.basket-item-block-amount { padding-top: 0; }
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
	-ms-flex-order: 4;
	padding-top: 0;
	vertical-align: top;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

.basket-items-list-item-price-for-one { order: 2 }

.basket-item-block-price {
	position: relative;
	padding-top: 20px;
	text-align: right;
	white-space: nowrap;
}

.basket-item-price-title {
	padding-top: 1px;
	color: #a1a1a1;
	text-align: right;
	font: 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-current {
	padding-top: 1px;
	color: #2f3435;
	vertical-align: bottom;
	line-height: 24px;
}

.basket-item-price-current-text {
	letter-spacing: -.33px;
	font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 180ms text-shadow ease, 180ms color ease;
}

.basket-item-price-old {
	position: absolute;
	top: 5px;
	right: 0;
	color: #a1a1a1;
	vertical-align: middle;
	line-height: 15px;
}

.basket-item-price-old-text {
	position: relative;
	display: inline-block;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-price-old-text:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: 100% 100%;
	content: '';
}

.basket-item-price-difference {
	padding: 3px;
	max-width: 100%;
	background: #d1ecf1;
	color: #179ebb;
	text-align: center;
	white-space: normal;
	font: 400 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {

	.basket-items-list-item-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.basket-items-list-item-descriptions { min-width: 100%; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price {
		-ms-flex-order: 5;
		vertical-align: top;
		-webkit-box-ordinal-group: 6;
		order: 5;
	}

	.basket-items-list-item-price-for-one { order: 4 }

	.basket-item-block-price {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		min-width: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.basket-item-price-old { right: 10px; }

	.basket-items-list-item-amount {
		display: block;
		padding: 0 0 20px;
		min-width: 100%;
	}

	.basket-item-block-price {
		padding-right: 10px;
		padding-left: 10px;
	}

	.basket-items-list-item-price-for-one .basket-item-price-current { }

	.basket-items-list-wrapper-compact .basket-item-block-price {
		min-width: 0;
		text-align: right;
	}

	.basket-items-list-wrapper-compact .basket-item-block-price > div { text-align: right; }

	.basket-item-block-price .basket-item-price-difference {
		-ms-flex-order: 1;
		padding: 5px 6px 6px;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

}

/*endregion*/

/*region Actions*/
.basket-items-list-item-remove {
	padding-top: 17px !important;
	vertical-align: top;
}

.basket-item-block-actions {
	position: relative;
	opacity: 0;
	transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions { opacity: 1; }

.basket-item-actions-remove {
	position: relative;
	display: block;
	width: 25px;
	height: 35px;
	cursor: pointer;
}

  .basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 17px;
	background: var(--accent);
	content: '';
	transition: 300ms background-color ease;
} 

 .basket-item-actions-remove:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-item-actions-remove:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
} 

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before { background-color: var(--red); }

.basket-item-block-info .basket-item-actions-remove {
	position: absolute;
	top: -4px;
	right: 0;
} 

.basket-items-list-wrapper-compact .basket-item-block-actions {
	position: relative;
	top: auto;
	right: auto;
	padding-left: 10px;
}

/*endregion*/

/*endregion*/

@media (max-width: 767px) {
	.basket-items-list-table,
	.basket-items-list-table thead,
	.basket-items-list-table tbody,
	.basket-items-list-table tr { display: block !important; }

	tr.basket-items-list-item-container {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: center;
		-ms-flex-align: start;
		padding-top: 10px;
		padding-bottom: 10px;
		/* border-top: 1px solid #f2f2f2; */
		-webkit-box-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-items-list-table tr.basket-items-list-item-container:first-child,
	.basket-items-list-table tbody tr.basket-items-list-item-container:first-child { border: none; }

	.basket-items-list .basket-items-list-item-container > td { border-top: none; }

	td.basket-items-list-item-amount,
	td.basket-items-list-item-price,
	td.basket-items-list-item-remove { display: inline-block; }

	td.basket-items-list-item-descriptions {
		padding-bottom: 10px;
		min-width: 100%;
	}

	td.basket-items-list-item-descriptions,
	td.basket-items-list-item-notification {
		display: block;
		padding-top: 0;
	}

	.basket-items-list-item-price { padding: 3px 0; }

	td.basket-items-list-item-remove { padding: 34px 0 0 !important; }
}

@media (max-width: 580px) {

	.basket-items-list-item-price .basket-item-block-price .basket-item-price-title { display: block; }

	td.basket-items-list-item-remove {
		display: block;
		padding: 0;
	}

	td.basket-items-list-item-remove {
		padding: 0 !important;
		text-align: center;
	}

	.basket-item-block-actions { display: inline-block; }
}

.basket-items-list-item-notification-inner {
	position: relative;
	transition: 220ms all ease;
}

/**/

.basket-items-list-item-container.basket-items-list-item-container-expend { display: table-row; }

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 10px 0;
	border-radius: 2px;
	background-color: var(--light-grey);
	color: #333;
	text-align: center;
	transition: 300ms all ease;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
	padding: 0 10px;
	text-align: left;
}

@-webkit-keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@keyframes ShowNote {
	0% { opacity: 0; }
	0%, 50% { background-color: #fff; }
	50%, 100% { opacity: 1; }
	100% { background-color: #e6f8fe; }
}

@media (max-width: 768px) {
	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}

	.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div { text-align: center; }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image { opacity: 0; }

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
	overflow: hidden;
	height: 80px;
	opacity: 0;
}

.basket-items-list-item-removed-block {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.basket-items-list-item-removed-block a{
	font-family: raleway;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	color: var(--red);
	transition: var(--transition);
}
.basket-items-list-item-removed-block a:hover{
	color: var(--accent);
}
.basket-items-list-item-removed-block .faded {
	color: #ccc;
	cursor: default;
}

.basket-items-list-item-removed-anchor {
	border-bottom: 1px dashed;
	color: #333;
	font-weight: bold;
}

.basket-items-list-item-clear-btn {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #d0021b;
	content: '';
	transition: 300ms background-color ease;
}

.basket-items-list-item-clear-btn:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-items-list-item-clear-btn:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-items-list-item-clear-btn:hover:after,
.basket-items-list-item-clear-btn:hover:before { background-color: #7e000f; }

.basket-items-list-item-double { margin: 10px 0; }

.basket-items-list-item-double > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
	border-bottom: 1px dashed;
	color: #333;
	text-decoration: none;
}

.basket-items-list-item-double-anchor:hover { color: #23527c; }

.basket-items-list-item-warning-container { margin: 10px 0; }

.basket-items-list-item-warning-container > div {
	margin-bottom: 10px;
	padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
	-ms-flex-align: start;
	padding: 17px 0;
	-webkit-box-align: start;
	align-items: flex-start;
}

/*region Gifts*/
.basket-item-gifts-list-container {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #fceb9f;
	background: #fffef8;
}

.basket-item-gifts-list-container:after {
	position: absolute;
	top: -10px;
	left: 90px;
	display: block;
	width: 17px;
	height: 17px;
	background-color: #fceb9f;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-item-gifts-list-title {
	padding: 12px 17px;
	background-color: #fceb9f;
	color: #5b5848;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gifts-list { padding: 15px; }

.basket-items-list-gift-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	border-bottom: 1px solid #f3f2ed;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child { border-bottom: none; }

/*region Gift image*/
.basket-item-gift-image-container {
	padding: 10px 0;
	min-width: 48px;
	max-width: 100%;
	width: 168px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-item-gift-image-link { display: inline-block; }

.basket-item-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 69px;
	width: auto;
	height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
	padding: 5px 15px;
	width: 100%;
	-webkit-box-flex: 9;
	-ms-flex: 9;
	flex: 9;
}

.basket-item-gift-title-link {
	color: #333;
	font: 400 15px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

@media (max-width: 580px) {
	.basket-item-gift-title-link { font-size: 13px; }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
	text-align: right;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.basket-item-gift-price-current {
	color: #2f3435;
	font: 400 22px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-old {
	color: #a1a1a1;
	text-decoration: line-through;
	font: 400 13px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-difference {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding: 5px 6px 6px;
	background: #e2f0cb;
	color: #525c69;
	text-align: center;
	text-transform: uppercase;
	font: bold 9px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 580px) {
	.basket-items-list-gift-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-item-gift-price-container { min-width: 100%; }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
	margin-bottom: 15px;
	/* border: 1px solid #e2dfdf; */
}

.basket-gifts-list-header {
	padding: 18px 25px 20px;
	border-bottom: 1px solid #e2dfdf;
	background: #f2f2f2;
	font: bold 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-clear {
	cursor: pointer;
	pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #a1a1a1;
	content: '';
	transition: 300ms background-color ease;
}

.basket-clear:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-clear:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-clear:hover:after,
.basket-clear:hover:before { background-color: #333; }

@media (max-width: 991px) {
	.basket-gifts-list-header {
		padding: 10px 9px 11px;
		font-size: 12px;
		line-height: 15px;
	}
}

.basket-gifts-list { padding: 0 25px; }

.basket-gifts-description-container {
	padding: 11px;
	color: #868d96;
	text-align: center;
	font: 400 13px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gifts-list-item-container { position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	transition: 300ms all ease;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gifts-list-item-container:first-child { border-top: none; }

.basket-gift-block-image {
	padding: 5px 15px 5px 0;
	min-width: 50px;
	max-width: 50px;
}

.basket-gift-image-link { display: inline-block; }

.basket-gift-image {
	display: inline-block;
	max-width: 100%;
	max-height: 168px;
	width: auto;
	height: auto;
	transition: 300ms all ease;
}

.basket-gift-block-info { flex: 1 }

.basket-gift-info-name,
.basket-gift-info-name-link {
	margin: 0;
	padding: 0;
	color: #2f3435;
	text-decoration: none;
	font: 400 15px/19px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.basket-gift-block-common {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

.basket-gift-item-select-btn-container {
	display: flex;
	-ms-flex-align: center;
	flex-wrap: nowrap;
	align-items: center;
}

.basket-gift-item-selected {
	padding: 0 10px;
	color: #b6bbbf;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-gift-item-select-btn-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 0;
	-webkit-box-align: center;
	align-items: center;
}

.basket-gift-item-select-input { display: none; }

.basket-gift-item-select-btn-radio {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 10px solid #fff;
	border-radius: 50%;
	background: var(--primary);
	box-shadow: 0 0 0 1px #828b95;
	cursor: pointer;
	transition: 190ms all ease;
}

.bx-ie .basket-gift-item-select-btn-radio { background: #006cc0; }

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-radio { border-width: 5px; }

.basket-gift-item-select-btn-text {
	text-transform: lowercase;
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	/* border: 1px solid #828b95; */
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
	position: absolute;
	background-color: #fff;
	content: '';
	opacity: 0;
	transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
	top: 5px;
	left: 5px;
	z-index: 15;
	width: 3px;
	height: 9px;
	border-radius: 1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
	top: -1px;
	left: 11px;
	z-index: 10;
	width: 5px;
	height: 17px;
	border: 1px solid #fff;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before {
	background-color: var(--primary);
	opacity: 1;
}

.bx-ie .basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.bx-ie .basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before { background-color: #006cc0; }

@media (max-width: 797px) {
	.basket-gift-item-select-btn-container {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: end;
		align-items: flex-end;
	}

	.basket-gift-item-selected {
		-ms-flex-order: 2;
		padding-right: 0;
		text-align: right;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}

	.basket-gift-item-select-btn-label {
		-ms-flex-order: 1;
		text-align: right;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.bx-step-opacity { transition: 500ms opacity ease; }

/*endregion*/

/*region not found*/
.basket-search-not-found {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
	margin: 0 auto 80px;
	width: 180px;
	height: 180px;
	background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
	background-size: cover;
}

.basket-search-not-found-text {
	color: #c0c5ca;
	text-align: center;
	font: 30px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*endregion*/

.bx-sbb-empty-cart-image {
	margin: 50px auto 42px;
	width: 131px;
	height: 116px;
	background: url(/local/templates/2022/components/bitrix/sale.basket.basket/headernew/images/empty_cart.svg) no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
}

.bx-sbb-empty-cart-text {
	margin-bottom: 42px;
	color: #bababa;
	text-align: center;
	font-size: 36px;
}

.bx-sbb-empty-cart-desc {
	margin-bottom: 42px;
	color: #000;
	text-align: center;
	font-size: 16px;
}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */
/* /local/templates/2022/css/main.css?174858769692269 */
/* /local/templates/2022/css/media.css?174774176731188 */
/* /local/templates/2022/css/header.css?174720813726685 */
/* /local/templates/2022/css/popup.css?17476533103919 */
/* /local/templates/2022/css/faq.css?17472126742421 */
/* /local/templates/2022/libs/bootstrap/css/bootstrap-reboot.min.css?16969461066120 */
/* /local/templates/2022/libs/bootstrap/css/bootstrap-grid.min.css?169694610652805 */
/* /local/templates/2022/libs/swiper/swiper-bundle.min.css?169694610615553 */
/* /local/templates/2022/libs/slick/slick.css?16969461061776 */
/* /local/templates/2022/libs/slick/slick-theme.css?16969461063145 */
/* /local/templates/2022/libs/fancybox/fancybox.css?169694610615598 */
/* /local/templates/2022/libs/magnific/magnific-popup.css?16969461066951 */
/* /local/templates/2022/components/bitrix/sale.basket.basket/headernew/style.css?174296500653874 */
