@font-face {
	font-family: GothamPro;
	src: 
		url(../fonts/GothamPro.woff2) format("woff2"),
		url(../fonts/GothamPro.woff) format("woff"),
		url(../fonts/GothamPro.ttf) format("truetype"),
		url(../fonts/GothamPro.svg#GothamPro) format("svg"),
		url(../fonts/GothamPro.eot) format('eot');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: GothamPro;
	src: 
		url(../fonts/GothamPro-Medium.woff2) format("woff2"),
		url(../fonts/GothamPro-Medium.woff) format("woff"),
		url(../fonts/GothamPro-Medium.ttf) format("truetype"),
		url(../fonts/GothamPro-Medium.svg#GothamPro-Medium) format("svg"),
		url(../fonts/GothamPro-Medium.eot) format('eot');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: GothamPro;
	src: 
		url(../fonts/GothamPro-Bold.woff2) format("woff2"),
		url(../fonts/GothamPro-Bold.woff) format("woff"),
		url(../fonts/GothamPro-Bold.ttf) format("truetype"),
		url(../fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg"),
		url(../fonts/GothamPro-Bold.eot) format('eot');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: GothamPro;
	src: 
		url(../fonts/GothamPro-Light.woff2) format("woff2"),
		url(../fonts/GothamPro-Light.woff) format("woff"),
		url(../fonts/GothamPro-Light.ttf) format("truetype"),
		url(../fonts/GothamPro-Light.svg#GothamPro-Light) format("svg"),
		url(../fonts/GothamPro-Light.eot) format('eot');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
* {
	box-sizing: border-box;
}
html {
  color: #060A2B;
  font-size: 16px;
  line-height: 1.7;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
.hidden {
  display: none !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  color: #060A2B;
  font-family: "GothamPro", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  color: #060A2B;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #11184A;
}
input, textarea, button,
input:hover, textarea:hover, button:hover,
input:focus, textarea:focus, button:focus,
input:focus-within, textarea:focus-within, button:focus-within {
	outline: none;
	font-family: "GothamPro", sans-serif;
}
::placeholder {
  	font-family: "GothamPro", sans-serif;
	font-weight: 400;
	color: #060A2B;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "GothamPro";
  color: #060A2B;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}
h2,
.h2 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
	margin: 0;
    margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}
b,
strong {
	font-weight: 700;
}
.container {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 1680px;
	padding: 0 20px;
}
header {
	position: relative;
}
.header-top_menu {
	padding: 10px 0;
	background: #fff;
}
.header-top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-top_menu ul li {
	position: relative;
	padding: 0 30px;
}
.header-top_menu ul li:first-child {
	padding-left: 0;
}
.header-top_menu ul li:last-child {
	padding-right: 0;
}
.header-top_menu ul li:not(:first-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	max-height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #11184A;
}
.header-top_menu ul li a {
	
}
.header-top_menu ul li a:hover,
.header-top_menu ul li.current a {
	color: #11184A;
}
.header-center_menu {
	background-color: #060A2B;
	padding: 25px 0;
}
.header-center_menu__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-logo {
	
}
.top-logo svg {
	fill: #fff;
	width: 100%;
	height: auto;
	max-width: 220px;
}
.top-search {
	flex: 1;
	padding: 0 100px;
}
.top-search form {
	width: 100%;
	position: relative;
	display: inline-block;
}
.top-search input {
	width: 100%;
	font-size: 16px;
	color: #fff;
	background-color: #11184A;
	box-shadow: none;
	border: none;
	height: 40px;
	padding: 10px 20px;
	border-radius: 3px;
	padding-left: 50px;
}
.top-search input::placeholder {
	color: #F2F1F6;
}
.top-search button {
	position: absolute;
	top: 50%;
	left: 18px;
	width: 14px;
	height: 14px;
	border: none;
	background: none;
	transform: translateY(-50%);
}
.top-search button svg {
	fill: #C6C9D3;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.top-search button:hover {
	
}
.top-search button:hover svg {
	fill: #fff;
}
.top-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-icons_item {
	position: relative;
	padding: 0 30px;
}
.top-icons_item:first-child {
	padding-left: 0;
}
.top-icons_item:last-child {
	padding-right: 0;
}
.top-icons_item:not(:first-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	max-height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #8C8C96;
}
.top-icons_item a {
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	line-height: 0;
}
.top-icons_item a svg {
	width: 24px;
	fill: #fff;
	height: 24px;
	transition: all .2s ease;
}
.top-icons_item a span {
	position: absolute;
}
.top-icons_item a span > b {
	position: absolute;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #060A2B;
	background-color: #C8B38B;
	border-radius: 3px;
	z-index: 1;
	top: 0;
	right: 0;
	transform: translate(50%, -25%);
	transition: all .2s ease;
	line-height: normal;
}
.top-icons_item a:hover span > b {
	background-color: #E7D7C9;
}
.header-bottom_menu {
	padding: 10px 0;
	background: #fff;
}
.header-bottom_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-bottom_menu ul li {
	position: relative;
	padding: 0 10px;
}
.header-bottom_menu ul li:first-child {
	padding-left: 0;
}
.header-bottom_menu ul li:last-child {
	padding-right: 0;
}
.header-bottom_menu ul li a {
	
}
.header-bottom_menu ul li a:hover,
.header-bottom_menu ul li.current a {
	color: #11184A;
}
footer {
	background-color: #060A2B;
	color: #fff;
	margin-top: 50px;
}
.footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-contact_item:not(:first-child) {
	margin-top: 25px;
}
.footer-contact_item a,
.footer-contact_item div {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 28px;
	display: inline-block;
}
.footer-contact_item a svg,
.footer-contact_item div svg {
	width: 18px;
	height: 18px;
	fill: #C8B38B;
	position: absolute;
	left: 0;
	top: 5px;
}
.footer-contact_item span {
	display: block;
	color: #C6C9D3;
	margin-top: 5px;
}
.footer-contact_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.footer-contact_item ul li {
	padding: 0 20px;
	position: relative;
}
.footer-contact_item ul li:last-child {
	padding-right: 0;
}
.footer-contact_item ul li:first-child {
	padding-left: 0;
}
.footer-contact_item ul li:not(:first-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	max-height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #2A2A33;
}
.footer-contact_item.social ul li svg {
	position: relative;
	fill: #fff;
	width: 24px;
	height: 24px;
	transition: all .2s ease;
	top: 0;
}
.footer-contact_item.social ul li a {
	padding-left: 0;
	display: inline-block;
	line-height: 0;
}
.footer-contact_item.social ul li a:hover svg {
	fill: #C8B38B;
}
.footer > div {
	padding-top: 60px;
	padding-bottom: 30px;
	flex: 0 0 100%;
	max-width: 25%;
}
.footer-contact {
	padding-right: 20px;
	border-right: 1px solid #2A2A33;
}
.footer-bottom {
	border-top: 1px solid #2A2A33;
	padding: 30px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	font-size: 14px;
}
.footer-bottom .copy {
	color: #C6C9D3;
}
.footer-bottom .privacy {
	
}
.footer-bottom .privacy a {
	color: #C6C9D3;
	text-decoration: underline;
}
.footer-bottom .privacy a:hover {
	color: #C8B38B;
}
.footer-info {
	padding-left: 100px;
}
.footer-info h3,
.footer-catalog h3,
.footer-contact h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 25px;
}
.footer-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.footer-info ul li {
	margin-top: 20px;
}
.footer-info ul li a {
	color: #C6C9D3;
}
.footer-info ul li a:hover,
.footer-info ul li.current a {
	color: #C8B38B;
}
.footer > div.footer-catalog {
	max-width: 50%;
	padding-left: 100px;
}
.footer-catalog ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 20px;
}
.footer-catalog ul li a {
	color: #C6C9D3;
}
.footer-catalog ul li a:hover,
.footer-catalog ul li.current a {
	color: #C8B38B;
}
.search-overlay {
	background-color: rgb(30 30 36 / 50%);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	backdrop-filter: blur(2px);
	background-color: rgb(30 30 36 / 50%);
	transition: all .2s ease;
	display: none;
	opacity: 0;
}
body.blur .search-overlay,
body.blur_menu .search-overlay {
	display: block;
	opacity: 1;
}
body.blur header {
	z-index: 2;
}
body.blur_menu .search-overlay {
	z-index: 10;
}
body.blur_menu header {
	z-index: 11;
}
.top-search input {
	transition: all .2s ease;
}
.top-search input:focus,
body.blur .top-search input {
	background-color: #fff;
	color: #060A2B;
}
.top-search input:focus::placeholder,
body.blur .top-search input::placeholder  {
	color: #1E1E24;
}
.top-search input:focus + button svg,
body.blur .top-search button svg {
	fill: #1E1E24;
}
.button {
	background: #11184A;
	display: inline-block;
	color: #fff;
	padding: 11px 60px 11px 16px;
	position: relative;
	border-radius: 3px;
	transition: all .2s ease;
	font-size: 16px;
	line-height: 1.7;
}
.button span {
	width: 34px;
	height: 34px;
	display: inline-block;
	background-color: rgb(255 255 255 / 10%);
	border-radius: 3px;
	right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.button span svg {
	width: 15px;
	height: 15px;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.button:hover {
	background-color: #060A2B;
	color: #fff;
}
.button:hover span {
	
}
.button:hover span svg {
	
}
.photo-gallery {
	margin-top: 45px;
}
.photo-gallery h2 {
	
}
.photo-gallery_desc {

}
.photo-gallery_cont {
	overflow: hidden;
	position: relative;
}
.photo-gallery_item {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	overflow: hidden;
	transition: all .2s ease;
	background-size: cover;
}
.swiper-horizontal {
	--swiper-pagination-bullet-inactive-color: #C6C9D3;
	--swiper-pagination-bottom: 0px;
	--swiper-pagination-bullet-border-radius: 2px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: #060A2B;
	padding: 50px 0;
	position: relative;
}
.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 48px;
	border: 1px solid #E7D7C9;
	background-color: rgb(247 243 238 / 70%);
	border-radius: 4px;
	transition: all .2s ease;
}
svg.swiper-navigation-icon {
	height: 16px;
	object-fit: contain;
	transform-origin: center;
	width: 9px;
	fill: #060A2B;
	pointer-events: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #E7D7C9;
}
.reviews-home {
	background-color: #F7F3EE;
	padding: 45px 0;
}
.reviews-home h2 {
	text-align: center;
}
.reviews-home_desc {
	text-align: center;
}
.reviews-home_cont {
	overflow: hidden;
	position: relative;
}
.reviews-home_content {
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.reviews-home_content__top {
	padding: 20px;
	border-bottom: 1px solid #F7F3EE;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}
.reviews-home_content__top .left {
	
}
.reviews-home_content__top .left > span {
	font-weight: 500;
	display: block;
}
.reviews-home_content__top .left > span + span {
	font-weight: 400;
	font-size: 14px;
}
.reviews-home_content__top .right {
	
}
.reviews-star {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reviews-star svg {
	width: 24px;
	height: 24px;
	fill: #FED42B;
	display: none;
}
.reviews-star.star_1 .reviews-star_item:nth-child(1) svg.fill,
.reviews-star.star_1 .reviews-star_item:nth-child(2) svg.stroke,
.reviews-star.star_1 .reviews-star_item:nth-child(3) svg.stroke,
.reviews-star.star_1 .reviews-star_item:nth-child(4) svg.stroke,
.reviews-star.star_1 .reviews-star_item:nth-child(5) svg.stroke {
	display: block;
}
.reviews-star.star_2 .reviews-star_item:nth-child(1) svg.fill,
.reviews-star.star_2 .reviews-star_item:nth-child(2) svg.fill,
.reviews-star.star_2 .reviews-star_item:nth-child(3) svg.stroke,
.reviews-star.star_2 .reviews-star_item:nth-child(4) svg.stroke,
.reviews-star.star_2 .reviews-star_item:nth-child(5) svg.stroke {
	display: block;
}
.reviews-star.star_3 .reviews-star_item:nth-child(1) svg.fill,
.reviews-star.star_3 .reviews-star_item:nth-child(2) svg.fill,
.reviews-star.star_3 .reviews-star_item:nth-child(3) svg.fill,
.reviews-star.star_3 .reviews-star_item:nth-child(4) svg.stroke,
.reviews-star.star_3 .reviews-star_item:nth-child(5) svg.stroke {
	display: block;
}
.reviews-star.star_4 .reviews-star_item:nth-child(1) svg.fill,
.reviews-star.star_4 .reviews-star_item:nth-child(2) svg.fill,
.reviews-star.star_4 .reviews-star_item:nth-child(3) svg.fill,
.reviews-star.star_4 .reviews-star_item:nth-child(4) svg.fill,
.reviews-star.star_4 .reviews-star_item:nth-child(5) svg.stroke {
	display: block;
}
.reviews-star.star_5 .reviews-star_item:nth-child(1) svg.fill,
.reviews-star.star_5 .reviews-star_item:nth-child(2) svg.fill,
.reviews-star.star_5 .reviews-star_item:nth-child(3) svg.fill,
.reviews-star.star_5 .reviews-star_item:nth-child(4) svg.fill,
.reviews-star.star_5 .reviews-star_item:nth-child(5) svg.fill {
	display: block;
}
.reviews-home_content__center {
	padding: 20px;
	flex: 1;
}
.reviews-home_content__center .desc {
	font-size: 14px;
}
.reviews-home_content__bottom {
	padding: 20px;
	border-top: 1px solid #F7F3EE;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}
.reviews-home_content__bottom .left {
	line-height: 0;
}
.reviews-home_content__bottom .left a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.reviews-home_content__bottom .right {
	
}
.reviews-home_content__bottom .right a {
	font-size: 14px;
}
.reviews-home_cont .swiper-slide {
	height: auto;
}
.grid-home {
	padding: 45px 0;
}
.grid-home h2 {
	text-align: center;
}
.grid-home_desc {
	text-align: center;
}
.grid-home_cont {
	display: grid;
	grid-template: auto / repeat(5, 1fr);
	grid-gap: 25px;
	margin-top: 45px;
}
.grid-item {
	
}
.grid-item_container {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #F2F1F6;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.grid-thumb {
	position: relative;
}
.grid-thumb img {
	width: 100%;
	height: auto;
}
.grid-thumb_action {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.grid-thumb_action .link-wishlist svg {
	width: 25px;
	height: 25px;
	fill: #F2F1F6;
	display: none;
	transition: all .2s ease;
}
.grid-thumb_action .link-wishlist.active svg.fill,
.grid-thumb_action .link-wishlist:not(.active) svg.stroke {
	display: block;
}
.grid-thumb_action .link-wishlist.active svg.fill {
	fill: #FC4A1A;
}
.grid-thumb_action .link-compare svg {
	width: 25px;
	height: 25px;
	fill: #F2F1F6;
	transition: all .2s ease;
}
.grid-thumb_action .link-compare.active svg {
	fill: #FC4A1A;
}
.grid-thumb_action .link-wishlist:hover svg,
.grid-thumb_action .link-compare:hover svg {
	transform: scale(1.1);
}
.grid-center {
	padding: 15px;
	padding-bottom: 0;
	flex: 1;
}
.grid-center_line {
	
}
.grid-center_sale {
	background-color: #FC4A1A;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding-left: 15px;
	margin-left: -15px;
	padding-right: 11px;
	padding-top: 2px;
	margin-right: 15px;
}
.grid-center_price {
	display: inline-block;
	vertical-align: bottom;
	line-height: normal;
}
.grid-center_price > span {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}
.grid-center_price > span.new {
	color: #FC4A1A;
}
.grid-center_price > span.old {
	margin-left: 10px;
	color: #8C8C96;
	font-size: 16px;
	text-decoration: line-through;
	font-weight: normal;
}
.grid-title {
	font-size: 14px;
	margin-top: 15px;
}
.grid-title a {
	
}
.grid-bottom {
	padding: 15px;
}
.grid-bottom_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.element-button .grid-bottom_line:first-child {
	display: grid;
	grid-template: auto / repeat(3, 1fr);
	grid-gap: 10px;
}
.grid-bottom_line + .grid-bottom_line {
	margin-top: 10px;
}
.grid-bottom_line > div {
	flex: 1;
	line-height: 0;
}
.ozon a,
.wb a,
.ymarket a {
	background-color: #005BFF;
	display: flex;
	height: 40px;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	text-align: right;
	position: relative;
	align-items: center;
	justify-content: flex-end;
	padding: 0 10px;
}
.ozon a svg {
	width: 55px;
	height: 28px;
	position: absolute;
	bottom: 0;
	left: -4px;
}
.ozon a div,
.wb a div,
.ymarket a div {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: normal;
}
.ozon a div span,
.wb a div span,
.ymarket a div span {
	display: block;
	text-align: center;
	font-weight: 400;
}
.wb a {
	background: linear-gradient(45.5deg, #CB11AB 3.22%, #481173 96.04%);
}
.wb a svg {
	width: 33px;
	height: 15px;
	position: absolute;
	top: auto;
	bottom: auto;
	left: 10px;
}
.ymarket a {
	background-color: #FED42B;
}
.ymarket a svg {
	width: 35px;
	height: 24px;
	position: absolute;
	top: auto;
	bottom: auto;
	left: 10px;
}
.ymarket a div {
	color: #1E1E24;
}
.ozon a:hover,
.wb a:hover,
.ymarket a:hover {
	opacity: 0.7;
}
.onebuyclick {
	flex: 1;
}
.onebuyclick a {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #11184A;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}
.addcart {
	flex: 0 0 40px;
	width: 40px;
	max-width: 40px;
}
.addcart a {
	width: 100%;
	height: 40px;
	background-color: #11184A;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	border-radius: 4px;
}
.addcart a svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.addcart a:hover,
.onebuyclick a:hover {
	background-color: #060A2B;
}
.addcart a.active {
	background-color: #fc4a19;
}
.mfp-bg {
	background: rgb(30 30 36 / 50%);
	backdrop-filter: blur(2px);
	background-color: rgb(30 30 36 / 50%);
	opacity: 1;
}
.container_popup {
	width: 100%;
	background: #fff;
	margin: 20px auto;
	padding: 0;
	border-radius: 3px;
	position: relative;
	max-width: 400px;
	overflow: hidden;
}
.head_popup {
	padding: 30px;
	background-color: #F2F1F6;
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.head_popup span {
	cursor: pointer;
}
.head_popup span svg {
	width: 24px;
	height: 24px;
	fill: #1E1E24;
	transition: all .2s ease;
}
.head_popup span:hover svg {
	opacity: 0.7;
}
.popup_line_input {
	padding: 30px;
}
.cbaup_row {
	
}
.cbaup_row + .cbaup_row {
	margin-top: 10px;
}
.cbaup_row input {
	width: 100%;
	color: #060A2B;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 4px;
	border: 1px solid #F2F1F6;
}
.cbaup_row textarea {
	width: 100%;
	color: #060A2B;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 4px;
	border: 1px solid #F2F1F6;
	height: 100px;
}
.popup_button {
	padding: 0 30px;
}
.popup_button button {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}
.policy_block {
	padding: 30px;
	font-size: 12px;
}
.error {
	border-color: #FC4A1A!important;
}
.tags-home {
	padding: 45px 0;
}
.tags-home_flex {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 45px;
}
.tags-home h2 {
	margin-bottom: 0;
}
.tags-home_linkAll {
	
}
.tags-home_linkAll a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.tags-home_linkAll a span {
	border-radius: 3px;
	display: flex;
	width: 34px;
	height: 34px;
	background-color: #F2F1F6;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}
.tags-home_linkAll a span svg {
	width: 15px;
	height: 15px;
	fill: #060A2B;
}
.tags-home_linkAll a:hover span {
	background-color: #060A2B;
}
.tags-home_linkAll a:hover span svg {
	fill: #fff;
}
.tags-home_cont {
	display: grid;
	grid-template: auto / repeat(6, 1fr);
	grid-gap: 10px;
	margin-top: 45px;
}
.tags-home_item {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.tags-home_item a img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .2s ease;
}
.tags-home_item a span  {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 15px;
	background: #fff;
	box-shadow: 0px 5px 5px 0px #1E1E240D;
	width: calc(100% - 30px);
	border-radius: 4px;
	padding: 15px 5px;
	text-align: center;
	font-size: 15px;
	transition: all .2s ease;
}
.tags-home_item a:hover img {
	transform: scale(1.05);
}
.tags-home_item a:hover span {
	background-color: #11184A;
	color: #fff;
}
.info-home {
	padding: 45px 0;
}
.info-home_flex {
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 25px;
}
.info-home_video {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
}
.info-home_video span {
	border-radius: 4px;
	width: 70px;
	height: 70px;
	background-color: rgb(247 243 238 / 70%);
	border-radius: 4px;
	transition: all .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: all .2s ease;
}
.info-home_video span svg {
	width: 40px;
	height: 40px;
	fill: #060A2B;
	transition: all .2s ease;
}
.info-home_video span:hover {
	background-color: #060A2B;
}
.info-home_video span:hover svg {
	fill: #fff;
}
.info-home_text {
	padding: 20px 0;
}
.info-home_text h1 {
	
}
.info-home_text > p {
	font-weight: 300;
	line-height: 1.8;
}
.info-home_text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-home_text ul li {
	position: relative;
	padding-left: 60px;
}
.info-home_text ul li + li {
	margin-top: 30px;
}
.info-home_text ul li i {
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
	font-style: normal;
}
.info-home_text ul li:nth-child(3n+1) i {
	background: url('/local/templates/new/assets/images/ul1.svg') no-repeat center;
	background-size: contain;
	padding-right: 3px;
}
.info-home_text ul li:nth-child(3n+2) i {
	background: url('/local/templates/new/assets/images/ul2.svg') no-repeat center;
	background-size: contain;
}
.info-home_text ul li:nth-child(3n+3) i {
	background: url('/local/templates/new/assets/images/ul3.svg') no-repeat center;
	background-size: contain;
}
.info-home_text ul li span {
	line-height: normal;
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.info-home_text ul li p {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-top: 7px;
}
.swiper-button-prev, 
.swiper-button-next {
	margin-top: 0!important;
	top: 50%!important;
	transform: translateY(-50%);
}
.home-slider {
	
}
.home-slider_cont {
	overflow: hidden;
	position: relative;
	padding: 0;
}
.home-slider_item {
	
}
.home-slider_item img,
.home-slider_item picture {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.home-slider_item .container {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
}
.home-slider_item__flex {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 55%;
}
.home-slider_item__text {
	
}
.home-slider_item__top {
	padding: 12px 15px;
	border-radius: 3px;
	background-color: #C8B38B;
	display: inline-block;
	line-height: 1.1;
	margin-bottom: 25px;
}
.home-slider_item__header {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}
.home-slider_item__subheader {
	font-size: 15px;
	font-weight: 300;
	margin-top: 25px;
}
.home-slider_item__button {
	margin-top: 30px;
}
.--mobile {
	display: none;
}
.footer-info h3 span svg, 
.footer-catalog h3 span svg, 
.footer-contact h3 span svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.top-page {
	padding: 20px 0;
	border-top: 1px solid #F2F1F6;
	border-bottom: 1px solid #F2F1F6;
	margin-bottom: 30px;
	padding-top: 25px;
}
.breadcrumbs-list {
	margin-bottom: 20px;
}
.breadcrumbs-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 0px;
	overflow: auto;
	max-width: 100%;
	width: 100%;
}
.breadcrumbs-list ul li {
	font-size: 14px;
	line-height: normal;
	padding: 0 15px;
	position: relative;
}
.breadcrumbs-list ul li:first-child {
	padding-left: 0;
}
.breadcrumbs-list ul li:last-child {
	padding-right: 0;
}
.breadcrumbs-list ul li a {
	
}
.breadcrumbs-list ul li > span:not(.divider) {
	color: #8C8C96;
}
.breadcrumbs-list ul li > span.divider {
	background-color: #C6C9D3;
	width: 1px;
	display: inline-block;
	height: 100%;
	max-height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.top-page h1 {
	margin: 0;
	line-height: 1.2;
}
.tags-list {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.tags-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	width: fit-content;
}
.tags-list.active ul {
	flex-wrap: wrap;
}
.tags-list ul > li {
	
}
.tags-list ul > li > a {
	background-color: #F2F1F6;
	border-radius: 4px;
	white-space: nowrap;
	display: inline-block;
	padding: 12px 15px;
	transition: all .2s ease;
	line-height: normal;
}
.tags-list ul > li > a:hover {
	background-color: #11184A;
	color: #fff;
}
.tags-list ul > li.active > a {
	background-color: #11184A;
	color: #fff;
}
.tags-list ul > li > a sup {
	display: none;
}
.catalog-grid {
	display: grid;
	grid-template: auto / repeat(5, 1fr);
	grid-gap: 25px;
}
.catalog-top {
	border: 1px solid #F2F1F6;
	border-radius: 4px;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.pagination {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}
.pagination li a {
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 3px;
	background-color: #F2F1F6;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
}
.pagination li.active a,
.pagination li a:hover {
	background-color: #060A2B;
	color: #fff;
}
.catalog-description {
	background-color: #F2F1F6;
	padding: 45px 0;
	margin-top: 30px;
}
.contacts {
	
}
.contacts-grid {
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 20px;
}
.contacts-left {
	
}
.contact_item:not(.req, .social) {
	position: relative;
	padding-left: 30px;
}
.contact_item:not(:first-child) {
	margin-top: 25px;
}
.contact_item svg {
	width: 20px;
	height: 20px;
	fill: #C8B38B;
	position: absolute;
	top: 0;
	left: 0;
}
.contact_item label {
	display: block;
	font-size: 13px;
	color: #8C8C96;
}
.contact_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.contact_item ul li {
	padding: 0 20px;
	position: relative;
}
.contact_item ul li:first-child {
	padding-left: 0;
}
.contact_item ul li:last-child {
	padding-right: 0;
}
.contact_item.social ul li a {
	padding-left: 0;
	display: inline-block;
	line-height: 0;
}
.contact_item.social ul li a svg {
	width: 24px;
	height: 24px;
	fill: #1E1E24;
	position: relative;
	transition: all .2s ease;
}
.contact_item.social ul li a:hover svg {
	fill: #C8B38B;
}
.contact_item ul li:not(:first-child):after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	max-height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #F2F1F6;
}
.contact_item.req h2 {
	font-size: 20px;
	font-weight: 500;
}
.contact_item.req span {
	display: flex;
	width: 100%;
	font-size: 14px;
	color: #8C8C96;
	padding: 10px 0;
	border-bottom: 1px solid #F2F1F6;
	align-items: center;
	justify-content: flex-start;
	column-gap: 20px;
}
.contact_item.req span:nth-child(2) {
	padding-top: 0;
}
.contact_item.req span:last-child {
	border-bottom: none;
}
.contact_item.req span b {
	color: #060A2B;
	font-weight: normal;
}
.contacts-right {
	
}
.contacts-maps {
	border-radius: 4px;
	overflow: hidden;
	height: 100%;
}
.contact_item.phone div {
	font-size: 18px;
}
.ymaps3--map-copyrights {
	display: none!important;
}
.where-to-buy {
	padding: 60px 0;
	border-bottom: 1px solid #F2F1F6;
}
.where-to-buy_grid {
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 20px;
	align-items: center;
}
.where-to-buy_grid__col {
	
}
.where-to-buy_grid__col h2 {
	
}
.where-to-buy_grid__col p {
	
}
.flex_market_list {
	display: grid;
	grid-template: auto / repeat(3, 1fr);
	grid-gap: 20px;
}
.flex_market_list span {
	display: block;
	line-height: 0;
	border-radius: 4px;
	overflow: hidden;
}
.flex_market_list span svg {
	width: 100%;
	height: auto;
	transition: all .2s ease;
}
.flex_market_list span a:hover svg {
	opacity: .7;
}
.where-to-buy.page {
	padding-top: 30px;
}
.info-home.about_page {
	padding-top: 0;
	padding-bottom: 15px;
}
.about-text {
	padding: 40px 0;
}
.about-text_grid {
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 30px;
}
.about-text_grid__img {
	border-radius: 4px;
	overflow: hidden;
}
.about-text_grid__img img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.about-text_grid__txt {
	
}
.about-text_grid__txt h2 {
	
}
.about-text_grid__txt p {
	
}
.about-text_grid__txt ul {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	list-style-position: inside;
}
.about-text_grid__txt ul li {
	
}
.catalog-slider {
	margin-top: 45px;
}
.catalog-slider h2 {
	margin: 0;
	text-align: center;
}
.catalog-slider_cont {
	overflow: hidden;
	position: relative;
}
.catalog-slider_cont .grid-item {
	height: 100%;
}
.catalog-slider_cont .swiper-slide {
	height: auto;
}
.reviews-element {
	margin-top: 45px;
}
.reviews-element h2 {
	margin: 0;
}
.reviews-element .tags-home_flex {
	margin: 0;
}
.reviews-element .reviews-home_content {
	border: 1px solid #F7F3EE;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.element-description {
	background-color: #F2F1F6;
	padding: 45px 0;
	margin-top: 45px;
}
.element-description_text {
	
}
.element-page {
	
}
.element-page_grid {
	display: grid;
	grid-template: auto / 45% calc(55% - 25px);
	grid-gap: 25px;
	width: 100%;
}
.element-page_grid__img {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	/* width: 100%; */
	/* max-width: 100%; */
	/* max-height: 670px; */
}
@media(min-width:769px) and (max-width:980px) {
	.element-page_grid__img {
		aspect-ratio: 3 / 4;
	}
	.element-page_grid__image {
		height: auto!important;
	}
}
@media(min-width:980px) {
	.element-page_grid__img {
		aspect-ratio: 0.95;
	}
}
@media(min-width:1024px) {
	.element-page_grid__img {
		aspect-ratio: 0.94;
	}
}
@media(min-width:1280px) {
	.element-page_grid__img {
		aspect-ratio: .91;
	}
}
@media(min-width:1400px) {
	.element-page_grid__img {
		aspect-ratio: .865;
	}
}
.element-page_grid__img-pagination {
	flex: 0 0 100%;
	max-width: 90px;
	height: 100%;
}
.element-pagination_cont {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.img-pagination_item {
	border-radius: 4px;
	overflow: hidden;
}
.img-pagination_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.element-page_grid__image {
	flex: 0 0 100%;
	max-width: calc(100% - 90px - 15px);
	height: 100%;
}
.element-img_cont {
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
}
.img-element_item {
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #F2F1F6;
	display: block;
}
.img-element_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
.element-pagination_cont .swiper-slide {
	height: auto;
}
.element-page_grid__image .swiper-button-container {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 1;
}
.element-page_grid__image .swiper-button-prev {
	position: relative;
	top: auto!important;
	left: auto;
	transform: none;
}
.element-page_grid__image .swiper-button-next {
	position: relative;
	top: auto!important;
	right: auto;
	transform: none;
}
.element-page_grid__image .grid-thumb_action {
	z-index: 1;
	mix-blend-mode: difference;
}
.element-page_grid__image .swiper-pagination {
	position: absolute;
	background: rgba(30, 30, 36, 0.5);
	display: inline-block;
	width: auto;
	bottom: 10px;
	left: 10px;
	border-radius: 4px;
	padding: 6px 15px;
	color: #fff;
}
.element-page_grid__txt {
	border: 1px solid rgba(242, 241, 246, 1);
	border-radius: 4px;
}
.element-top {
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid rgba(242, 241, 246, 1);
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	border-top: 1px solid rgba(242, 241, 246, 1);
}
.element-top_sale > span {
	background-color: #FC4A1A;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
}
.element-top_price {
	flex: 1;
	line-height: normal;
}
.element-top_price span {
	font-size: 25px;
	font-weight: 500;
	text-align: left;
}
.element-top_price span.new {
	color: #FC4A1A;
}
.element-top_price span.old {
	color: #8C8C96;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	margin-top: 8px;
	margin-left: 10px;
}
.element-top_status {
	font-size: 14px;
	line-height: normal;
	padding-left: 20px;
	border-left: 1px solid #f2f1f6;
}
.element-top_status span {
	display: block;
	font-size: 16px;
	margin-top: 8px;
	font-weight: 500;
}
.element-top_status span.instock {
	color: green;
}
.element-top_status span.outstock {
	color: #FC4A1A;
}
.element-top_reviews {
	
}
.element-top_reviews > a {
	display: block;
	text-align: right;
	margin-top: 8px;
	line-height: normal;
	font-size: 14px;
	text-decoration: underline;
}
.element-top_reviews .reviews-star svg {
	width: 20px;
	height: 20px;
}
.element-variants {
	padding: 0 20px;
	margin: 30px 0;
}
.element-variants_top {
	
}
.element-variants_top > div {
	font-size: 14px;
}
.element-variants_top > div > span {
	font-weight: 500;
}
/*
.element-variants_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 15px;
}
*/
.element-variants_list {
	display: grid;
	grid-template: auto / repeat(12, 1fr);
	grid-gap: 5px;
	margin-top: 15px;
}
.element-variants_list > span {
	display: inline-block;
	line-height: 0;
}
/*
.element-variants_list > span a {
	width: 39px;
	height: 39px;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid #fff;
	outline: #F2F1F6 solid 1px;
}
*/
.element-variants_list > span a {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid #fff;
	outline: #F2F1F6 solid 1px;
	aspect-ratio: 1 / 1.5;
	background-size: cover!important;
}
.element-variants_list > span a:hover,
.element-variants_list > span.active a {
	outline-color: #060A2B;
}
.element-button {
	padding: 0 20px;
	margin: 30px 0;
}
.element-properties {
	padding: 0 20px;
	margin: 30px 0;
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 0 20px;
}
.element-properties > div {
	border-bottom: 1px dashed #F2F1F6;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.4;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.element-properties > div span {
	
}
.element-properties > div strong {
	font-weight: 500;
}
.element-button .addcart {
	flex: 0 0 100%;
	width: 100%;
	max-width: calc(100% / 2 - 5px);
}
.element-button .onebuyclick {
	max-width: calc(100% / 2 - 5px);
}
.element-button .addcart a {
	color: #fff;
	font-size: 14px;
	gap: 10px;
}
.element-img_cont .grid-thumb_action .link-wishlist svg,
.element-img_cont .grid-thumb_action .link-compare svg {
	fill: #b3b3b3;
}
.element-page_grid__img.full .element-page_grid__image {
	max-width: 100%;
}
.element-page_grid__img.full .element-page_grid__image .swiper-pagination,
.element-page_grid__img.full .swiper-button-container {
	display: none;
}
.element-img_cont .grid-thumb_action .link-compare.active svg {
	fill: #FC4A1A;
}
.cbaup_row.stars {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.cbaup_row.stars > span {
	
}
.cbaup_row.stars > .reviews-star {
	flex-direction: row-reverse;
}
.cbaup_row.stars > .reviews-star label {
	cursor: pointer;
}
.cbaup_row.stars > .reviews-star input {
	position: absolute;
	left: -999999px;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.cbaup_row.stars > .reviews-star label svg.stroke {
	display: block;
}
.cbaup_row.stars > .reviews-star input:checked~label svg.fill,
.cbaup_row.stars > .reviews-star label:hover svg.fill,
.cbaup_row.stars > .reviews-star label:hover~label svg.fill {
	display: block;
}
.cbaup_row.stars > .reviews-star input:checked~label svg.stroke,
.cbaup_row.stars > .reviews-star label:hover svg.stroke,
.cbaup_row.stars > .reviews-star label:hover~label svg.stroke {
	display: none;
}
.basket-page {
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #F2F1F6;
}
.basket-page_items {
	
}
.basket-page_item {
	border-bottom: 1px solid #F2F1F6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.basket-page_img {
	flex: 0 0 100%;
	max-width: 88px;
	border-radius: 3px;
	overflow: hidden;
}
.basket-page_img img {
	width: 100%;
	height: auto;
}
.basket-page_text {
	flex: 1;
}
.basket-page_name {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.basket-page_name a {
	
}
.basket-page_txt {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
}
.basket-page_price {
	
}
.basket-page_price strong {
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.basket-page_price > div {
	
}
.basket-page_price > div span {
	font-weight: 500;
	display: inline-block;
}
.basket-page_price > div span.old {
	color: #8C8C96;
	font-size: 13px;
	text-decoration: line-through;
	font-weight: normal;
	margin-left: 5px;
}
.basket-page_price > div span.new {
	color: #FC4A1A;
}
.basket-page_quantity {
	border-radius: 3px;
	border: 1px solid #F2F1F6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket-page_quantity .minus {
	width: 40px;
	display: inline-block;
	flex: 0 0 100%;
	max-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	cursor: pointer;
}
.basket-page_quantity .plus {
	width: 40px;
	display: inline-block;
	flex: 0 0 100%;
	max-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	cursor: pointer;
}
.basket-page_quantity .minus svg {
	width: 14px;
	height: 14px;
	fill: #1E1E24;
	transition: all .2s ease;
}
.basket-page_quantity .plus svg {
	width: 14px;
	height: 14px;
	fill: #1E1E24;
	transition: all .2s ease;
}
.basket-page_quantity .minus:hover svg {
	fill: #FC4A1A;
}
.basket-page_quantity .plus:hover svg {
	fill: #FC4A1A;
}
.basket-page_quantity > div {
	flex: 0 0 50px;
	max-width: 50px;
}
.basket-page_quantity > div input {
	font-size: 16px;
	border: none;
	background: none;
	width: 100%;
	padding: 0;
	text-align: center;
}
.basket-page_removeItem {
	align-self: flex-start;
}
.basket-page_removeItem a {
	
}
.basket-page_removeItem svg {
	width: 18px;
	height: 18px;
	fill: #FC4A1A;
	transition: all .2s ease;
}
.basket-page_removeItem a:hover svg {
	fill: #1E1E24;
}
.basket-page_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.flex_center_basket {
	display: flex;
	align-items: stretch;
	gap: 30px;
	position: relative;
}
.col_left_bas {
	flex: 1;
}
.col_right_bas {
	flex: 0 0 100%;
	max-width: 400px;
	position: relative;
	height: auto;
}
.of_bas {
	padding: 30px;
	background-color: #F2F1F6;
	border-radius: 4px;
}
.of_bas h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.stroke_bas {
	border-bottom: 1px dashed #C6C9D3;
	padding: 20px 0;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
}
.stroke_bas > span {
	font-weight: 500;
}
.stroke_bas div > span {
	font-size: 13px;
	color: #8C8C96;
	display: block;
}
.it_bas {
	padding: 20px 0;
	font-size: 20px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
}
.it_bas span {
	font-weight: 500;
}
.button_basket {
	
}
.button_basket .button {
	padding-right: 16px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-weight: 500;
}
.policy_block_basket {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}
.s_adeli,
.s_deli,
.s_pay {
	margin-top: 30px;
}
.s_adeli h2,
.s_deli h2,
.s_pay h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #1E1E24;
	font-family: "GothamPro", sans-serif;
	font-size: 16px;
	width: 100%;
}
.s_form_flex {
	display: grid;
	grid-template: auto / repeat(2, 1fr);
	grid-gap: 30px;
}
.line_form.flex {
	display: grid;
	grid-template: auto / repeat(3, 1fr);
	grid-gap: 10px;
}
.line_form input,
.line_form textarea {
	width: 100%;
	color: #060A2B;
	font-size: 16px;
	padding: 15px 20px;
	border-radius: 4px;
	border: 1px solid #F2F1F6;
}
.line_form textarea {
	height: 100px;
}
.inp_acc.full {
	grid-column-start: 1;
	grid-column-end: 4;
}
.form_s_del {
	border: 1px solid #F2F1F6;
	border-radius: 4px;
}
.one_check_deli {
	
}
.one_check_deli label {
	padding: 15px;
	border-bottom: 1px solid #F2F1F6;
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 45px;
}
.one_check_deli:last-child label {
	border-bottom: none;
}
.one_check_deli label input {
	position: absolute;
	left: -9999999px;
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
}
.one_check_deli label span {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #F2F1F6;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	background: #fff;
	transition: all .2s ease;
}
.one_check_deli label span:after {
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 4px);
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #F2F1F6;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	transition: all .2s ease;
}
.one_check_deli label input:checked + span,
.one_check_deli label:hover span {
	border-color: #FC4A1A;
}
.one_check_deli label input:checked + span:after,
.one_check_deli label:hover span:after {
	background-color: #FC4A1A;
}
.one_check_deli label div {
	line-height: 1.2;
}
.sdek_pvzLair {
	margin-top: 20px;
}
.sdek_pvzLair .button {
	padding-right: 16px;
}
.order-thank {
	background: #fff;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 50px;
	position: relative;
}
.order-thank:after {
	content: "";
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: 0;
	background: url('/local/templates/new/assets/images/checktop.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.order-thank:before {
	content: "";
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	left: 0;
	background: url('/local/templates/new/assets/images/checktop.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.order-thank__icon {
	text-align: center;
	margin-bottom: 50px;
}
.order-thank__icon svg {
	width: 90px;
	height: 90px;
}
.order-thank__top {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.order-thank__number {
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	border-top: 1px dashed #C6C9D3;
	border-bottom: 1px dashed #C6C9D3;
	margin-bottom: 30px;
}
.order-thank__number span {
	font-size: 26px;
	font-weight: 500;
	display: inline-block;
	margin-left: 15px;
}
.order-thank__desc {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.order-thank__bottom .button {
	width: 100%;
	padding-right: 16px;
}
.order-thank__button {
	margin-top: 30px;
}
.order-thank__button .button {
	width: 100%;
	padding-right: 16px;
	text-align: center;
}
.element-head {
	padding: 20px;
}
.element-name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 7px;
	line-height: 1.3;
}
.element-rev {
	
}
.element-rev .element-top_reviews {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}
.element-rev .element-top_reviews > a {
	margin: 0;
	position: relative;
}
.element-rev .element-top_reviews > a:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	max-height: 12px;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f2f1f6;
}
.element-variants_list > span.linkShow a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.element-variants_list > span.linkShow a > p {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	line-height: normal;
	font-weight: 500;
	font-size: 18px;
}
.element-variants_list > span.linkShow a > p > b {
	display: block;
	font-weight: normal;
	font-size: 13px;
	margin-top: 3px;
}
.element-variants_list > span.linkShow a:after {
	content: "";
	background: #FFF;
	background: linear-gradient(90deg, rgb(255 255 255 / 80%), #FFFFFF);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-bottom_menu ul li.allCatalog {
	position: relative;
	padding-right: 25px;
}
.header-bottom_menu ul li.allCatalog svg {
	position: absolute;
	width: 15px;
	height: 15px;
	fill: #060A2B;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header-bottom_submenu {
	margin: 0 -10px;
	background-color: #060a2b;
	padding: 0 10px;
}
.header-bottom_submenu ul {
	
}
.header-bottom_submenu ul li {
	
}
.header-bottom_menu .header-bottom_submenu ul li a {
	color: #fff;
	border-color: #333333;
}