@media(max-width: 881px){
	body .all-size:before{
		display: none;
	}
	.product-images__link_hide{
		display: none;
	}
}


.product-btn-no-offers{
	font-size: 14px;
	line-height: inherit;
	font-weight: 500;
	width: 100%;
	float: left;
	height: 51px;
	overflow: hidden;
	background-color: #dbdbdb;
	color: #000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	cursor: default;
}

.order-widget-box,
.pay-widget-box,
.popup-outer-box,
.steps-tiles-box,
.wg-pay-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.order-widget-box *,
.pay-widget-box *,
.popup-outer-box *,
.steps-tiles-box *,
.wg-pay-button *,
.order-widget-box:after,
.pay-widget-box:after,
.popup-outer-box:after,
.steps-tiles-box:after,
.wg-pay-button:after,
.order-widget-box:before,
.pay-widget-box:before,
.popup-outer-box:before,
.steps-tiles-box:before,
.wg-pay-button:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.popup-open {
	overflow: hidden;
}
.order-widget-box {
	padding: 0 0 0 39px;
	margin-bottom: 24px;
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	display: block;
	position: relative;
}
.order-widget-box:before,
.order-widget-box:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	left: 12px;
	margin: -12px 0 0 -12px;
	border-radius: 50%;
	border: 1px solid #000;
}
.order-widget-box:after {
	opacity: 0;
	width: 12px;
	height: 12px;
	background-color: #F52222;
	border: none;
	margin: -6px 0 0 -6px;
}
.order-widget-box.active:after {
	opacity: 1;
}
.order-widget-box .wg-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.order-widget-box .wg-info-wrap {
	display: block;
	margin-bottom: 24px;
	color: rgba(0, 0, 0, 0.6);
}
.order-widget-box .wg-steps-wrap {
	margin-bottom: 16px;
	line-height: 1;
}
.order-widget-box .wg-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 500;
	padding: 0 15px 0 0;
	margin: 0;
}
.order-widget-box .wg-title:last-child {
	padding: 0;
}
.order-widget-box .wg-logo {
	width: 64px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.order-widget-box .wg-logo img {
	display: block;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.pay-widget-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #C7C9CC;
	padding: 9px 40px 9px 11px;
	min-height: 44px;
	font-size: 13px;
	line-height: 1.84615385;
	color: #000;
	text-align: left;
	text-decoration: none;
	margin: 17px 0 20px;
	clear: both;
}
.pay-widget-box:hover {
	color: #000;
	text-decoration: none;
}
.pay-widget-box:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -8px -8px 0 0;
	background: url("/images/arrow.svg") center no-repeat;
	background-size: 100% auto;
}
.pay-widget-box .wg-logo {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 64px;
}
.pay-widget-box .wg-logo img {
	display: block;
	width: 100%;
}
.pay-widget-box .wg-title {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 10px;
	font-weight: 400;
	margin: 0;
}
body.popup-open {
	overflow: hidden;
}
.popup-outer-box {
	display: none;
	padding: 50px 16px;
	-webkit-animation: fadein ease 0.2s;
	animation: fadein ease 0.2s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.popup-outer-box.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	width: 600px;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.03), 0px 30px 30px -10px rgba(0, 0, 0, 0.04), 0px 8px 16px -10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.03), 0px 30px 30px -10px rgba(0, 0, 0, 0.04), 0px 8px 16px -10px rgba(0, 0, 0, 0.05);
	border-radius: 24px;
	z-index: 20;
	font-size: 14px;
	line-height: 1.57142857;
	font-weight: 400;
	color: #000;
}
.popup-box .popup-content-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 24px;
	overflow: auto;
	-ms-overflow-style: none;
}
.popup-box .popup-content-wrap::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.popup-box .popup-header-wrap {
	display: block;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding: 24px 24px 20px 24px;
	margin: 0;
}
.popup-box .popup-footer-wrap {
	display: block;
	position: relative;
	padding: 0 24px 24px 24px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: rgba(0, 0, 0, 0.4);
}
.popup-box .popup-footer-wrap a {
	text-decoration: none;
	color: #1771E6;
}
.popup-box .popup-footer-wrap a:hover {
	text-decoration: underline;
}
.popup-box .popup-title-wrap {
	display: block;
	position: relative;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.6);
}
.popup-box .popup-title-wrap p {
	margin: 0;
	padding: 0;
}
.popup-box .popup-info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
}
.popup-box .popup-steps-wrap {
	margin-bottom: 20px;
}
.popup-box .popup-button-wrap {
	margin-bottom: 20px;
	display: block;
	position: relative;
	line-height: 1;
}
.popup-box .info-wrap {
	padding: 0 6px;
	margin-bottom: 20px;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup-box .info-wrap .info-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 32px;
	line-height: 1.1;
	padding: 0 0 0 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.popup-box .info-wrap .info-ico {
	width: 32px;
	height: 32px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
.popup-box .info-wrap .info-ico img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.popup-box .popup-title {
	display: block;
	font-size: 24px;
	line-height: 1.33333333;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	color: #000;
}
.popup-box .popup-logo {
	display: block;
	line-height: 0;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	width: 82px;
}
.popup-box .popup-logo img {
	display: block;
	width: 100%;
}
.popup-box .btn-action-ico.ico-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0.04);
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
	border-radius: 50%;
}
.popup-box .btn-action-ico.ico-close:hover {
	background: rgba(0, 0, 0, 0.1);
}
.popup-box .btn-action-ico.ico-close:after,
.popup-box .btn-action-ico.ico-close:before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.popup-box .btn-action-ico.ico-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.steps-tiles-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #F6F7F8;
	border-radius: 12px;
	padding: 16px 12px 0 12px;
	position: relative;
	overflow: hidden;
}
.steps-tiles-box .step-wrap {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 4px 18px 4px;
	margin-bottom: 16px;
	color: rgba(0, 0, 0, 0.4);
	display: block;
	position: relative;
}
.steps-tiles-box .step-wrap .step-title,
.steps-tiles-box .step-wrap .step-value {
	display: block;
	font-weight: 400;
	font-size: inherit;
	color: inherit;
	margin: 0 0 4px 0;
	padding: 0;
}
.steps-tiles-box .step-wrap .step-title {
	font-size: 12px;
	line-height: 1.33333333;
}
.steps-tiles-box .step-wrap .step-value {
	margin: 0;
	font-weight: 500;
}
.steps-tiles-box .step-wrap.active {
	color: #000;
}
.steps-tiles-box .step-wrap.active:before {
	background-color: #428BF9;
}
.steps-tiles-box .step-wrap:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 4px;
	right: 4px;
	height: 6px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.12);
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.wg-pay-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	border-radius: 8px;
	width: 100%;
	background-color: #000;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 0;
	padding: 0 15px;
	text-align: center;
	font-size: 1em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.wg-pay-button:hover {
	background-color: #000;
	opacity: 0.7;
	color: #fff;
	text-decoration: none;
}
.wg-pay-button .wg-btn-title {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.wg-pay-button .wg-btn-logo {
	display: block;
	width: 130px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
}
.wg-pay-button .wg-btn-logo img {
	display: block;
	width: 100%;
}
@media (max-width: 479px) {
	.order-widget-box {
		font-size: 14px;
		padding-left: 0;
	}
	.order-widget-box .wg-title-wrap {
		padding-left: 40px;
		min-height: 24px;
	}
	.popup-box .popup-header-wrap {
		padding: 24px 16px 16px 16px;
	}
	.popup-box .popup-footer-wrap {
		padding: 0 16px 16px 16px;
	}
	.popup-box .popup-content-wrap {
		padding: 0 16px;
	}
	.popup-box .popup-info-wrap {
		margin-bottom: 4px;
	}
	.popup-box .popup-steps-wrap {
		margin-bottom: 16px;
	}
	.popup-box .info-wrap {
		width: 100%;
		margin-bottom: 12px;
	}
	.popup-box .popup-logo {
		width: 82px;
	}
	.popup-box .popup-title {
		font-size: 20px;
		line-height: 1.4;
	}
	.steps-tiles-box {
		padding: 12px 10px 0 10px;
	}
	.steps-tiles-box .step-wrap {
		padding: 0 2px 18px 2px;
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 1.53846154;
	}
	.steps-tiles-box .step-wrap .step-title {
		margin-bottom: 4px;
	}
}

.error {
	color: red;
	text-align: center;
}

.popup-box .wg-pay-button {
	border-radius: 28px;
}
.popup-box .wg-pay-button.button-service-second {
	background-color: #ee3124;
}
.popup-box .wg-pay-button.button-service-second img {
	width: 100px;
	margin-left: 10px;
}
.popup-box .js-tab-block {
	display: none;
}
.popup-box .js-tab-block.active {
	display: block;
}
.popup-box .menu-tabs {
	margin: 0 0 0px 0;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}
.popup-box .menu-tabs li {
	margin: 0 5px 5px 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	list-style-type: none;
}
.popup-box .menu-tabs li:before {
	display: none;
}
.popup-box .menu-tabs .btn-tab {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 20px;
	padding: 0 10px;
	border-radius: 10px;
	background-color: #cccccc;
	-ms-flex-pack: center;
	justify-content: center;
	transition: background ease 0.2s;
	-ms-flex-align: center;
	align-items: center;
	min-width: 85px;
}
.popup-box .menu-tabs .btn-tab img {
	display: block;
	width: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.popup-box .menu-tabs .btn-tab .img-second {
	display: none;
}
.popup-box .menu-tabs .btn-tab:hover,
.popup-box .menu-tabs .btn-tab.active {
	background-color: #000000;
}
.popup-box .menu-tabs .btn-tab:hover img,
.popup-box .menu-tabs .btn-tab.active img {
	display: none;
}
.popup-box .menu-tabs .btn-tab:hover img.img-second,
.popup-box .menu-tabs .btn-tab.active img.img-second {
	display: block;
}
.popup-box .menu-tabs .btn-tab.button-service-second img {
	width: 57px;
}
.popup-box .menu-tabs .btn-tab.button-service-second:hover,
.popup-box .menu-tabs .btn-tab.button-service-second.active {
	background-color: #ee3124;
}
.pay-method-logo {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 17px;
	border-radius: 9px;
	padding: 0 4px;
	position: relative;
	background: #000;
	overflow: hidden;
}
.pay-method-logo.logo-small {
	width: 17px;
	padding: 0;
}
.pay-method-logo.logo-small.button-service-second {
	padding: 0;
}
.pay-method-logo.logo-small.button-service-second img {
	height: 12px;
}
.pay-method-logo img {
	display: block;
	height: 11px;
	width: auto;
	max-width: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.pay-method-logo.button-service-second {
	background-color: #ee3124;
	padding: 0 9px;
}
.pay-method-logo.button-service-second img {
	height: 8px;
}
.pay-method-panel .pay-method-logo {
	margin: 0 0px 4px 0px;
}
.steps-tiles-box .steps-title-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 0 20px 0;
}
.steps-tiles-box .step-title-main {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 18px;
	display: block;
}
.steps-tiles-box .step-title-small {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	display: block;
}
.steps-tiles-box .steps-title-inner {
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px 0 0;
}
.steps-tiles-box .steps-title-action {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.steps-tiles-box .steps-title-button {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 15px;
	background-color: #000;
	min-width: 130px;
	border: none;
	box-shadow: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease 0.2s;
	text-align: center;
	letter-spacing: 0.03em;
}
.steps-tiles-box .steps-title-button.button-error {
	background-color: #d4d4d5;
	color: #e04542;
	font-size: 9.4px;
	letter-spacing: normal;
}
.steps-tiles-box .steps-title-button.button-error:hover {
	color: #fff;
	background-color: #e04542;
}
.steps-tiles-box .steps-title-button:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
.steps-tiles-box.steps-card {
	padding: 18px 20px 5px 20px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	margin: 40px 0 0 auto;
}
.steps-tiles-box.steps-card .steps-title-inner {
	padding-left: 5px;
}
.steps-tiles-box.steps-card .steps-title-inner .step-title-main {
	font-size: 15px;
}
.steps-tiles-box.steps-card .steps-title-inner .step-title-small {
	font-size: 8.5px;
}
.steps-tiles-box.steps-card .step-wrap {
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	color: rgba(0, 0, 0, 0.4);
}
.steps-tiles-box.steps-card .step-wrap + .steps-title-inner {
	margin-bottom: 15px;
}
.steps-tiles-box.steps-card .step-wrap:before {
	bottom: auto;
	top: 0;
	height: 4px;
	border-radius: 2px;
}
.steps-tiles-box.steps-card .step-wrap.active:before {
	background-color: #000000;
}
.steps-tiles-box.steps-card .step-wrap .step-title {
	font-weight: 500;
	margin-bottom: 1px;
}
.steps-tiles-box.steps-card .step-wrap .step-value {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
@media (max-width: 479px) {
	.steps-tiles-box .step-wrap .step-title {
		font-size: 11px;
		margin-bottom: 0;
	}
	.steps-tiles-box.steps-card .step-wrap .step-value {
		font-size: 13px;
	}
}
@media (max-width: 374px) {
	.steps-tiles-box.steps-card .steps-title-wrap {
		display: block;
	}
	.steps-tiles-box.steps-card .steps-title-wrap .steps-title-inner {
		margin: 0 0 15px 0;
		padding: 0;
	}
	.steps-tiles-box.steps-card .steps-title-wrap .steps-title-action {
		width: 100%;
	}
	.steps-tiles-box.steps-card .steps-title-wrap .steps-title-button {
		width: 100%;
	}
	.steps-tiles-box.steps-card .step-wrap {
		width: 50%;
	}
}
@media (min-width: 480px) {
	.steps-tiles-box .step-wrap .step-value {
		font-size: 13px;
	}
	.steps-tiles-box .step-wrap .step-title {
		font-size: 11.3px;
	}
	.popup-box .popup-footer-wrap {
		font-size: 11.2px;
	}

	.popup-box .popup-title-wrap {
		font-size: 13px;
	}

	.popup-box .popup-title {
		font-size: 22px;
	}

	.popup-box .info-wrap .info-title {
		font-size: 13px;
	}
}

@media screen and (min-width: 671px) and (max-width: 1000px) {
	.swiper-slide {
		width: 32% !important;
	}
}

@media screen and (min-width: 1001px) {
	.swiper-slide {
		width: 24% !important;
	}
}

:root {
	--swiper-navigation-color: #000 !important;
}

.swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.slider-arrows .swiper-button-next,
.slider-arrows .swiper-button-prev {
	background: rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 50%;
	height: 32px;
	left: auto;
	margin: 0;
	min-width: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	z-index: 20;
}

.slider-arrows .swiper-button-next:before,
.slider-arrows .swiper-button-prev:before {
	background: url("/assets/images/slider/arrow-slider.svg") center no-repeat;
	background-size: 100% auto;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.slider-arrows .swiper-button-next:after,
.slider-arrows .swiper-button-prev:after {
	display: none;
}

.slider-arrows .swiper-button-prev {
	margin-right: 40px;
}

.slider-arrows .swiper-button-prev:before {
	transform: rotate(180deg);
}

.product.swiper-slide {
	transition: all ease 0.2s;
}

.product.swiper-slide.swiper-slide-prev {
	opacity: 0;
}

@media screen and (max-width: 1000px) {
	.product.swiper-slide {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.popup-box .menu-tabs .btn-tab.button-service-four {
	background: #000;
	padding: 0;
	min-width: 90px;
}
.popup-box .menu-tabs .btn-tab.button-service-four:not(.active) {
	filter: grayscale(100%) opacity(0.2);
}
.popup-box .menu-tabs .btn-tab.button-service-four img {
	width: auto;
	height: 20px;
}
.popup-box .wg-pay-button.button-service-four .wg-btn-logo {
	width: 80px;
}
.popup-box .wg-pay-button.button-service-four img {
	width: 70px;
	margin-left: 10px;
}
