html {
	font-size: 10px;
}

/*** Mobile navigation ***/
.nav_menu {
	padding: 20px 2rem;
}

.nav_menu a {
	font-size: 16px;
	line-height: 19px;
	text-transform: none;
}

.nav_menu .header__menu-item {
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #DDDDDD;
}
.nav_menu .header__menu-item.submenu > a {
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
}
.nav_menu .header__menu-item>a {
	font-weight: 500;
}

.nav_menu .header__menu-item:last-child {
	border-bottom: 1px solid #DDDDDD;
}

.nav_menu .header__menu-item.submenu .nav_menu-toggler {
	position: absolute;
	width: 32px;
	height: 32px;
	right: -6px;
	top: 13px;
}
.nav_menu .header__menu-item:not(.submenu) {
	padding: 10px 0;
}
.nav_menu .header__menu-item:not(.submenu) > a {
	display: block;
	padding: 10px 0;
}

.nav_menu .header__menu-item.submenu .nav_menu-toggler:before,
.nav_menu .header__menu-item.submenu .nav_menu-toggler:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.nav_menu .header__menu-item.submenu .nav_menu-toggler:before {
	width: 16px;
	height: 2px;
}

.nav_menu .header__menu-item.submenu .nav_menu-toggler:after {
	width: 2px;
	height: 16px;
}

.nav_menu .header__menu-item.submenu ul li {
	position: relative;
}

.nav_menu .header__menu-item.submenu ul li ul li {
	margin: 7px 0;
}

.nav_menu .header__menu-item.submenu ul li .nav_menu-toggler {
	top: -7px;
}

.nav_menu .header__menu-item.submenu ul {
	display: none;
	position: relative;
	padding: 0;
	margin: 15px 0 30px 0;
}
.nav_menu .header__menu-item.submenu > ul {
	margin-bottom: 0;
}
.nav_menu .header__menu-item.submenu > ul > li {
	margin-bottom: 15px;
	width: 100%;
}
.nav_menu .header__menu-item.submenu > ul > li:last-child {
	margin-bottom: 0;
}

.nav_menu .expand>ul {
	display: block !important;
}

.nav_menu .expand>.nav_menu-toggler:after {
	display: none !important;
}

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

	.hamburger__inner,
	.hamburger__inner::after,
	.hamburger__inner::before {
		height: 1px;
	}
}

/*** //Mobile navigation ***/
/*** Header ***/
.header__menu-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header__menu-inner .header__menu--left,
.header__menu-inner .header__menu--right {
	display: flex;
	width: 40%;
}

.header__menu-inner .header__menu--left .header__menu-item {
	width: 25%;
}
.header__menu-inner .header__menu--left .header__menu-item > a {
	position: relative;
	z-index: 10;
}

.header__menu-inner .header__menu--left .header__menu-item:last-child {
	margin-right: 0;
}

.header__menu-inner .header__menu--right {
	justify-content: space-between;
}

.header__menu-inner .header__menu--right .header__menu--right-inner {
	display: flex;
	width: calc(100% - 120px);
	justify-content: flex-end;
}

.header__menu-inner .header__menu--right .header__menu--right-inner .header__menu-item {
	width: 31%;
}

.header-toolbar {
	display: flex;
	align-items: center;
}

.header-toolbar .header-toolbar-item {
	margin-right: 25px;
	display: flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
}
.header-toolbar .header-toolbar-item.js-open-likes img {
	transform: scale(1.1);
}

.header-toolbar .header-toolbar-item:last-child {
	margin-right: 0;
}

.header-toolbar .header-toolbar-item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/*** //Header ***/
.page__footer {
	position: static;
}

.footer-subscribe {
	position: relative;
	background: url("../img/footer_subscribe5.jpg") no-repeat center center;
	background-size: cover;
}

.footer-subscribe:before {
	content: "";
	display: block;
	/*padding-top: 31.25%;*/
	height: 600px;
}

.footer-subscribe .footer-subscribe-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 88%;
	height: 100%;
	z-index: 20;
	padding: 0 4rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-subscribe .footer-subscribe-content .subscribe_form {
	width: 340px;
}

.footer-subscribe .footer-subscribe-content .subscribe_form .subscribe_form__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}

.footer-subscribe .footer-subscribe-content .subscribe_form .subscribe_form__text {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.footer-subscribe .footer-subscribe-content .subscribe_form .subscribe_form__wrap {
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.footer-subscribe .footer-subscribe-content .subscribe_form .subscribe_form__wrap .subscribe_form__input input {
	padding: 20px 0;
	font-size: 16px;
}

.footer-subscribe .footer-subscribe-content .subscribe_form .subscribe_form__wrap .subscribe_form__button button {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1;
}

.footer_menu li {
	margin-bottom: 10px;
}

.footer_menu li:first-child {
	margin-bottom: 20px;
}

.footer_menu li.title {
	margin: 20px 0 20px 0;
}

.footer_menu .footer-social-link {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.footer_menu .footer-social-link svg {
	display: block;
	margin-right: 10px;
}

.footer-social-line-holder {
	margin: 40px 0;
	background-color: #000;
	padding: 25px 0;
}

.footer-social-line-holder .footer-social-line {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-social-line-holder .footer-social-line>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: 0 50px;
}

.footer-social-line-holder .footer-social-line>a svg {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.footer .row:last-child {
	margin: 0;
	align-items: flex-start;
}

@media (max-width: 1440px) {
	.footer-subscribe .footer-subscribe-content {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.header__menu-inner .header__menu--right {
		justify-content: flex-end;
	}

	.header__menu-inner .header__menu--right .header__menu--right-inner {
		justify-content: flex-end;
	}

	.header__menu-inner .header__menu--right .header__menu--right-inner .header__menu-item {
		margin-right: 40px;
		width: auto;
	}
}

@media (max-width: 1200px) {
	.footer-subscribe .footer-subscribe-content {
		padding-top: 50px;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
    .section>.container {
        padding: 2.4rem 2rem;
    }
}

@media screen and (min-width: 768px) {
    .footer .footer-copyrights .col--3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
    .footer .col.ta-c {
    	text-align: center;
    }
}

@media (max-width: 1100px) {

	.header__menu-inner .header__menu--left,
	.header__menu-inner .header__menu--right {
		display: none;
	}

	.footer>.container {
		padding: 50px 2rem;
	}

	.footer .row {
		display: block;
	}

	.footer .col {
		margin-bottom: 0;
		display: block;
		width: 100%;
		margin-top: -1px;
	}

	.footer-social-line-holder {
		margin-top: 0;
	}

	.footer_menu {
		padding: 20px 0 10px 0;
		margin-bottom: 0;
		margin-top: -1px;
		text-align: left;
		border-top: 1px solid rgb(221, 221, 221);
		border-bottom: 1px solid rgb(221, 221, 221);
		position: relative;
	}

	.footer_menu li {
		display: none;
	}

	.footer_menu li:first-child {
		display: block;
	}

	.footer_menu.expand li {
		display: block;
		padding-left: 2rem;
	}

	.footer_menu.expand li:first-child {
		padding-left: 0;
	}

	.footer_menu.expand li.title {
		display: none;
	}

	.footer_menu.expand .footer_menu-toggler:after {
		opacity: 0;
	}

	.footer_menu.expand .footer-social-link {
		justify-content: flex-start;
	}

	.footer_menu-toggler {
		position: absolute;
		width: 100%;
		height: 45px;
		left: 0;
		top: 0;
	}

	.footer_menu-toggler:before,
	.footer_menu-toggler:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #000;
	}

	.footer_menu-toggler:before {
		width: 16px;
		height: 2px;
		right: 0;
		top: 30px;
	}

	.footer_menu-toggler:after {
		width: 2px;
		height: 16px;
		right: 7px;
		top: 23px;
	}

	.footer-copyrights {
		padding: 10px 2rem 40px 2rem !important;
	}

	.footer-copyrights .row {
		display: flex;
		align-items: center !important;
		justify-content: space-between;
	}

	.footer-copyrights .row .col {
		width: auto;
		flex: auto;
	}
}

@media (max-width: 768px) {
	.footer-subscribe {
		background-image: url("../img/footer_subscribe_mobile3.jpg");
		background-position: center bottom;
	}

	.footer-subscribe:before {
		height: auto;
		padding-top: 120%;
	}

	.footer-subscribe .footer-subscribe-content {
		display: block;
		width: 100%;
		padding: 0 30px 0 30px;
	}

	.footer-subscribe .footer-subscribe-content .subscribe_form {
		margin: 25% auto 0 auto;
		width: 100%;
	}

	.footer_menu .footer-social-link {
		justify-content: center;
	}

	.footer {
		padding: 0;
	}

	.footer>.container {
		padding: 40px 30px;
	}

	.footer-social-line-holder .footer-social-line a {
		margin: 0 25px;
	}

	.footer-copyrights .row {
		display: block;
	}

	.footer-copyrights .row .col {
		max-width: 340px;
		margin: 0 auto 20px auto;
	}

	.footer-copyrights .row .col:last-child {
		margin-bottom: 0;
	}
}

.header.header--hover:after {
    height: 100vh;
    background: #FFF;
}

.header__menu-item.submenu ul {
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.header__menu-item.submenu ul ul {
	margin-bottom: 20px;
}



.header__menu-item.submenu > ul {
	margin-left: 0;
	padding-top: 40px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

@media(hover: hover) {
	.header__menu-item.submenu:hover > ul {
		display: flex;
		flex-flow: row wrap;
		padding-bottom: 100px;
	}
}
.header__menu-item.submenu > ul > li {
	width: 14%;
	padding-right: 40px;
}

.header__menu-item.submenu>ul>li>a {
	font-weight: 500;
}

.header__menu-item.submenu a:hover {
	color: #ED6221;
}

.product-inner {
	display: flex;
	flex-flow: row wrap;
	--swiper-theme-color: #000;
}

.product-inner .product-gallery-holder {
	width: 65%;
	padding-right: 50px;
	display: flex;
	justify-content: space-between;
}

.product-inner .product-gallery-holder .product-gallery {
	width: calc(100% - 170px);
	overflow: hidden;
	position: relative;
}

.product-inner .product-gallery-holder .product-gallery-nav {
	width: 130px;
	overflow: hidden;
}

.product-inner .product-info {
	width: 35%;
}

.product-inner .product-title {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
}

.product-inner .product-article {
	margin-bottom: 40px;
	color: #8F8F8F;
	font-size: 16px;
	line-height: 18px;
}

.product-inner .product-price {
	margin-bottom: 20px;
}

.product-inner .product-price .current {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.product-inner .product-price .old {
	text-decoration: line-through;
	color: #8F8F8F;
	font-size: 16px;
	line-height: 18px;
}

.product-inner .product-podeli {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 24px;
	
}

.product-inner .product-podeli a {
	color: #1b1e1b;
	font-weight: 500;
}

.product-inner .product-podeli a:after {
	vertical-align: middle;
	content: "?";
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #1b1e1b;
	border-radius: 50%;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: 7px;
}

.product-inner .product-current-color {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}

.product-inner .product-colors {
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.product-inner .product-colors .product-color-item {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 18px;
	border: 1px solid #000;
}

.product-inner .product-colors .product-color-item.active:before {
	position: absolute;
	/*z-index: -1;*/
	content: "";
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid #ED6221;
	left: -4px;
	top: -4px;
}

.product-inner .product-actions {
	margin: 0 0 50px 0;
	position: relative;
}
.product-inner .product-actions .js-add-fastbuy {
	width: calc(100% - 60px);
}
.product-inner .product-actions .catalog-item-like  {
	right: 13px;
	bottom: 12px;
	top: auto;
	overflow: visible;
	width: 24px;
	height: 24px;
}
.product-inner .product-actions .catalog-item-like:before {
	content: '';
	width: 48px;
	height: 48px;
	border: 1px solid black;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-inner .product-sizes {
	margin-bottom: 45px;
}

.product-inner .product-sizes .product-sizes-title {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}

.product-inner .product-sizes .product-sizes-items {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	text-align: center;
}

.product-inner .product-sizes .product-sizes-items .product-sizes-item {
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	border-radius: 50%;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 18px;
}
.product-inner .product-sizes .product-sizes-items .product-sizes-item.notavailable {
	opacity: 0.4;
}
.product-inner .product-sizes .product-sizes-items .product-sizes-item.smalltext {
	font-size: 12px;
	line-height: 14px;
}

.product-inner .product-sizes .product-sizes-items .product-sizes-item.active {
	border-color: #ED6221;
}

.product-inner .product-toggler {
	margin-top: -1px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.product-inner .product-toggler .product-toggler-title {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 30px 20px 0;
}

.product-inner .product-toggler .product-toggler-title span {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product-inner .product-toggler .product-toggler-title span:before,
.product-inner .product-toggler .product-toggler-title span:after {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
}

.product-inner .product-toggler .product-toggler-title span:before {
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 100%;
}

.product-inner .product-toggler .product-toggler-title span:after {
	left: 50%;
	margin-left: -1px;
	top: 0;
	width: 2px;
	height: 100%;
}

.product-inner .product-toggler .product-toggler-content {
	display: none;
	margin-top: -10px;
	padding-bottom: 20px;
}

.product-inner .product-toggler.active .product-toggler-title span:after {
	display: none;
}

.product-inner .product-toggler.active .product-toggler-content {
	display: block;
}

.product-gallery-swiper {
	position: relative;
}

.product-gallery-swiper .swiper-slide {
	display: block;
}

.product-gallery-swiper .swiper-button-prev,
.product-gallery-swiper .swiper-button-next {
	position: absolute;
	z-index: 20;
}

.product-gallery-swiper .swiper-pagination {
	display: none;
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-gallery-swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.product-gallery-nav-swiper {
	position: relative;
}

.product-gallery-nav-swiper .swiper-slide {
	display: block;
	position: relative;
	opacity: 0.4;
	max-height: 170px;
}

.product-gallery-nav-swiper .swiper-slide:before {
	content: "";
	display: block;
	padding-top: 120%;
}

.product-gallery-nav-swiper .swiper-slide img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-gallery-nav-swiper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.product-gallery-nav-swiper .swiper-button-next,
.product-gallery-nav-swiper .swiper-button-prev {
	width: 11px;
	height: 22px;
	z-index: 30;
	transform: rotate(90deg);
	left: 50%;
	margin-left: -6px;
}

.product-gallery-nav-swiper .swiper-button-next:after,
.product-gallery-nav-swiper .swiper-button-prev:after {
	font-size: 20px;
}

.product-gallery-nav-swiper .swiper-button-next {
	bottom: 0;
	top: auto;
}

.product-gallery-nav-swiper .swiper-button-prev {
	top: 20px;
	bottom: auto;
}

.section__title__small {
	font-size: 32px;
	line-height: 38px;
	text-align: left;
}

@media (max-width: 1280px) {
	.product-inner .product-gallery-holder .product-gallery {
		width: calc(100% - 140px);
	}

	.product-inner .product-gallery-holder .product-gallery-nav {
		width: 100px;
	}

	.product-inner .product-gallery-holder .product-gallery-nav .swiper-slide {
		max-height: 150px;
	}
}

@media (max-width: 1100px) {
	.product-inner .product-gallery-holder .product-gallery {
		width: calc(100% - 100px);
	}

	.product-inner .product-gallery-holder .product-gallery-nav {
		width: 80px;
	}

	.product-inner .product-gallery-holder .product-gallery-nav .swiper-slide {
		max-height: 100px;
	}
}

@media (max-width: 950px) {
	.header.header--hover:after {
		display: none !important;
	}
	.section.catalog-item {
		overflow: hidden;
	}

	.product-inner {
		display: block;
	}

	.product-inner .product-gallery-holder {
		width: calc(100% + 40px);
		padding: 0;
		margin-bottom: 20px;
		margin-left: -20px;
	}

	.product-inner .product-gallery-holder .product-gallery {
		width: 100%;
	}

	.product-inner .product-gallery-holder .product-gallery-nav {
		display: none;
	}

	.product-inner .product-info {
		width: 100%;
	}

	.product-inner .product-title {
		font-size: 24px;
		line-height: 1;
	}

	.product-gallery-swiper .swiper-pagination {
		position: static;
		padding: 10px 0;
	}

	.product-gallery-swiper .swiper-button-next,
	.product-gallery-swiper .swiper-button-prev {
		display: none !important;
	}
}

.cart__summary {
	font-size: 18px;
	line-height: 1;
	margin: -30px 0 20px 0;
}

.cart__summary span {
	font-weight: 500;
}
.cart_item__text {
	width: 200px;
}

@media (max-width: 950px) {
	.cart__summary {
		font-size: 16px;
	}
	.cart_item__text {
		width: auto;
	}
}
@media (max-width: 374px) {
	.cart_item__text {
		max-width: calc(100% - 85px);
	}
}


.catalog-section-banner {
	margin-bottom: -6rem;
}
.catalog-section-banner img {
	display: block;
	width: 100%;
	height: auto;
}


.catalog-section-title {
	width: 100%;
	font-size: 32px;
	text-align: left;
}
@media (max-width: 950px) {
	.catalog-section-title {
		font-size: 20px;
	}
}

.catalog_hero.catalog_hero3 {
    height: auto;
    margin: 10rem 0 4rem;
    position: relative;
    z-index: 2;
}
#ya-site-results {
	display: flex;
	justify-content: center;
}
.serp-list {
	margin: 0 auto;
}


.home-banner {
	margin: 70px 0 100px 0;
}
.home-banner img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 950px) {
	.home-banner {
		margin: 20px 0 50px 0;
	}
}



.cart__warning {
	max-width: 80rem;
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #1b1e1b;
	padding: 20px 30px;
}
.cart__warning-actions {
	padding-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart__warning-actions a {
	margin: 0 10px;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	width: 30px;
	height: 30px;
}


.catalog_item--slider {
	margin: 0;
}


.product-toggler-content table {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	font-size: 14px;
}
.product-toggler-content table td {
	border: 1px solid #DDDDDD;
	padding: 5px;
}


.header-toolbar-item {
	position: relative;
}
.header-toolbar-item ins,
.header__icon--cart ins {
	position: absolute;
	right: -8px;
	top: -4px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	min-width: 10px;
	min-height: 10px;
	border-radius: 50%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
.header__icon--cart ins {
	right: -6px;
	top: 0;
}



/*** Popup ***/
.mfp-bg {
  background-color: #000;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.mfp-container {
  padding: 0;
}
.page-popup {
	padding: 40px;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  color: #000;
  cursor: default;
  width: 90%;
  max-width: 470px;
}
.page-popup .mfp-close {
  position: absolute;
  z-index: 30;
  right: 0;
  top: 0;
}


.catalog_hero__search {
	font-size: 12rem;
	margin-top: 0;
	margin-bottom: 5rem;
}
.catalog_hero__search input {
	border-bottom: 1px solid rgb(27, 30, 27);
}
@media (max-width: 950px) {
	.catalog_hero__search {
		font-size: 4rem;
		margin: 0;
	}
	.catalog_hero_search_holder {
		margin: 0 !important;
	}
}




.catalog-item-like {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 100;
	display: block;
	width: 24px;
	height: 24px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgNi4wMDAxOUMxMC4yMDA2IDMuOTAzMTcgNy4xOTM3NyAzLjI1NTEgNC45MzkyMyA1LjE3NTM0QzIuNjg0NjggNy4wOTU1OCAyLjM2NzI3IDEwLjMwNjEgNC4xMzc3OCAxMi41NzcyQzUuNjA5ODQgMTQuNDY1NCAxMC4wNjQ4IDE4LjQ0NzkgMTEuNTI0OSAxOS43MzY5QzExLjY4ODIgMTkuODgxMSAxMS43Njk5IDE5Ljk1MzIgMTEuODY1MiAxOS45ODE1QzExLjk0ODMgMjAuMDA2MiAxMi4wMzkzIDIwLjAwNjIgMTIuMTIyNSAxOS45ODE1QzEyLjIxNzggMTkuOTUzMiAxMi4yOTk0IDE5Ljg4MTEgMTIuNDYyOCAxOS43MzY5QzEzLjkyMjkgMTguNDQ3OSAxOC4zNzc4IDE0LjQ2NTQgMTkuODQ5OSAxMi41NzcyQzIxLjYyMDQgMTAuMzA2MSAyMS4zNDE3IDcuMDc1MzggMTkuMDQ4NCA1LjE3NTM0QzE2Ljc1NTEgMy4yNzUzIDEzLjc5OTQgMy45MDMxNyAxMiA2LjAwMDE5WiIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}
.catalog-item-like.active {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6.00019C10.2006 3.90317 7.19377 3.2551 4.93923 5.17534C2.68468 7.09558 2.36727 10.3061 4.13778 12.5772C5.60984 14.4654 10.0648 18.4479 11.5249 19.7369C11.6882 19.8811 11.7699 19.9532 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9532 12.2994 19.8811 12.4628 19.7369C13.9229 18.4479 18.3778 14.4654 19.8499 12.5772C21.6204 10.3061 21.3417 7.07538 19.0484 5.17534C16.7551 3.2753 13.7994 3.90317 12 6.00019Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='%23000' /%3E%3C/svg%3E");
}
@media (max-width: 950px) {
	.catalog-item-like {
		width: 18px;
		height: 18px;
		top: 7px;
		right: 7px;
	}
}

.input_text.error {
	border-bottom-color: #CD0520;
}
.input_text.error input {
	color: #CD0520;
}


.header:after {
	height: 100%;
	background: #FFF;
}

.filter-close,
.cart-close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	z-index: 100;
	cursor: pointer;
}
.filter-close svg,
.cart-close svg {
	display: block;
	max-width: 30px;
	max-height: 30px;
}


body.is-cart-open {
	overflow: hidden;
}


#cart,
.filter {
    box-sizing: border-box;
    overflow: auto;
    height: 100svh;
}
.cart,
.cart__content,
.filter,
.filter__content {
	display: block;
}
.cart__content,
.filter__content {
	height: auto;
}
.cart .cart__items {

}
.cart .cart__summary {
	text-align: center;
	margin: -20px 0 20px 0;
}
.cart .cart__actions {
	text-align: center;
}
.cart .cart_item {
	margin-left: auto;
	margin-right: auto;
}


.is-filter-open {
	overflow: hidden;
}


.filter__items {
	margin-left: auto;
	margin-right: auto;
}



.filter_item__list a.empty {
	opacity: 0.3;
	pointer-events: none;
}




@media screen and (max-width: 768px) {
	.filter__col {
		margin: 0 0 20px 0;
		width: 50%;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.filter__open {
		flex: 0 0 10rem;
	}
	#filter {
		padding-top: 15px;
	}
	.catalog_hero .bread {
		font-size: 14px;
	}
	.catalog_filter__order {
		margin-bottom: 0;
	}
	.catalog_filter {
		margin-bottom: 1.5rem;
	}
	.filter__selected {
		padding-top: 15px;
	}
}




@media screen and (max-width: 768px) {
    .header__icon--profile {
        left: auto;
        right: 4.3rem;
    }
    .header__icon--search {
	    left: 4.3rem;
	    right: auto;
    }
    .header__icon--cart {
	    left: auto;
	    right: 1rem;
    }
    .header__icon--menu {
	    left: 1rem;
	    right: auto;
    }
}




.catalog_item__discount-percent {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
	background-color: red;
	font-weight: 500;
}
.catalog_item__image img {
	display: block;
}
@media screen and (max-width: 768px) {
	.catalog_item__discount-percent {
		font-size: 12px;
		line-height: 20px;
		padding: 0 5px;
	}
}


.product-price {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 15px;
}
.product-price .old {
	font-size: 24px !important;
	color: #000 !important;
}
.product-price .current {
	/*color: red;*/
	margin-bottom: 0 !important;
}
.product-price .current.red {
	color: red;
}
.product-price .percent {
	padding: 0 7px;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	background-color: red;
	font-weight: 500;
}



.page-popup.banner-popup {
    padding: 0;
    width: 90%;
    max-width: 900px;
}
.page-popup.banner-popup a {
	display: block;
	width: 100%;
}
.page-popup.banner-popup img {
	display: block;
	width: 100%;
	height: auto;
}

.subscribe_form input[name="phone"] {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0 !important;
   /* opacity: 0.01;*/
}



/*
body,
body a,
body button {
	cursor: url('../img/heart-cursor.svg') 16 16, auto !important;
}
*/





.podeli-tabs-heading {
	padding: 0 40px;
	margin-bottom: 40px;
	display: flex;
}
.podeli-tab-heading-item {
	padding: 0 0 2px 0;
	margin-right: 25px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.1;
	border-bottom: 2px solid transparent;
}
.podeli-tab-heading-item.active {
	font-weight: bold;
	border-bottom-color: #000;
}
.podeli-tab-heading-item:last-child {
	margin-right: 0;
}

.podeli-tab-content-item {
	display: none;
}
.podeli-tab-content-item.active {
	display: block;
}
.podeli-tab-content-item-yandex {
	padding: 0 40px 20px 40px;
}




.catalog_item__ypay {
	text-align: left;
}
.catalog_item__content {
	padding: 0 20px 0 0;
	text-align: left;
}
.catalog_item__name {
	margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_item__price {
	margin-bottom: 0px;
}
.catalog_list--simple .catalog_item {
	width: 25%;
}

@media screen and (max-width: 768px) {
	width: 50%;
}


@media screen and (max-width: 520px) {
	.catalog_item yandex-pay-badge {
		display: block;
		width: 100%;
	}
	.catalog_item__ypay img {
		width: 100%;
	}
	
	.catalog_item__name {
		padding-top: 5px;
		font-size: 12px;
	}
	
	.catalog_item__price {
		font-size: 12px;
	}
}












