.russia_banner {
	width: 100%;
	margin-bottom: 15px;
	margin-bottom: 40px;
}




.discount-price {
	color: #ed1c24;
}

.same-head {
	margin: 30px 0 5px 0;
	font-size: 16px;
	color: #808080;
}
.same-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	gap: 10px;
}
.same-item {
	display: block;
	padding: 95px 63px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.product_price__wrapper span {
	margin-left: 0;
}

.size-texts {
	width: 100%;
	max-width: 290px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
	color: #808080;
	font-size: 12px;
	margin: 0 0 5px 0;
	align-items: flex-end;
}
.size-texts .size-name {
	margin: 0;
	font-size: 16px;
}
.size-texts a, .size-texts .size-charts {
	color: #808080;
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
}

.size-buttons {
	width: 100%;
	margin: 0 0 15px 0;
	/* max-width: 290px; */
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}
.size-button {
	display: inline;
	cursor: pointer;
	margin: 0;
}
.size-button input {
	display: none;
}
.size-button input + span {
	display: inline-block;
	min-width: 50px;
	height: 30px;
	padding: 0 5px;
	border: 1px solid #000;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.size-button input:checked + span, .size-button:hover input + span {
	border-color: #ED1C24;
	background-color: #ED1C24;
	color: #fff;
}
.btn-add-to-basket.btn_custom {
	width: 290px;
	max-width: 100%;
}
.btn-add-to-basket.btn_custom:hover {
	border-color: #ed1c24 !important;
	background-color: #ed1c24 !important;
}
.product_block__content.overflow {
	height: 100px;
	overflow: hidden;
	position: relative;
}
.product_block__content-open {
	display: none;
}
.overflow .product_block__content-open {
	display: block;
	position: absolute;
	bottom: 1px;
	width: 50px;
	height: 20px;
	z-index: 1;
	left: 50%;
	margin-left: -25px;
	cursor: pointer;
}
.overflow .product_block__content-open::before {
	content: "";
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	display: block;
	font-family: icomoon;
	position: relative;
	z-index: 1;
	background-color: #fff;
	/* border: 1px solid #ebebeb; */
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}
.overflow .product_block__content-open::after {
	content: '';
	position: absolute;
	left: -1000px;
	right: -1000px;
	border-bottom: 1px solid #ebebeb;
	bottom: 10px;
	/* z-index: -1; */
}
.product_block__content.overflow::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.product_block__btn2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}






.carousel_product_right {
	max-width: 525px;
	margin: 0 auto;
}

.carousel_product__wrapper.style-right {
	margin-top: 30px;
}

.carousel_product_left__wrapper .carousel__prev::before {
	content: url(img/at.svg);
}

.carousel_product_left__wrapper .carousel__next::before {
	content: url(img/ab.svg);
}

.carousel_product_right .carousel__next::before {
	content: url(img/br.svg);
}

.carousel_product_right .carousel__prev::before {
	content: url(img/bl.svg);
}

.carousel_product_right .carousel__next {
	right: -42px;
}

.carousel_product_right .carousel__prev {
	left: -42px;
}

.product_description-inner {
	max-width: 660px;
	margin: 0 auto;
}

.product_price {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-weight: 700;
	font-size: 26px;
	line-height: normal;
	margin: 0 0 10px 0;
}

.current-price {
	color: #ED1C24;
}

.old-price {
	color: #808080;
}

.big-card__articule {
	margin: 0 0 10px 0;
}

.big-card__articule span {
	margin-left: 0;
}

.gray-text {
	color: #808080;
}

.product_title {
	margin-bottom: 20px !important;
}

.other-colors-text {
	margin: 0 0 10px 0;
}

.other-colors-box {
	margin: 0 0 40px 0;
}

.same-items {
	margin: 0;
}

.big-card__cashback a {
	color: #808080;
	text-decoration: underline;
}

.size-texts {
	margin: 0 0 10px 0;
	justify-content: space-between;
	max-width: unset;
}

.big-card__cashback a:hover {
	text-decoration: none;
}

.big-card__body {
	max-width: 374px;
	margin: 0 0 40px 0;
}

.big-card__rules {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.big-card__rules * {
	margin: 20px 0 0 0;
}

.big-card__rules span {
	color: #f00;
	font-weight: 600;
}
.big-card__rules a {
	color: black;
	text-decoration: underline;
}

.big-card__rules a:hover {
	text-decoration: none;
}

.big-card__available {
	font-size: 12px;
	line-height: normal;
	margin: 20px 0 0 0;
}

.big-toggler:not(:last-child) {
	margin: 0 0 20px 0;
}

.big-toggler__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px 0;
	transition: .3s ease-in-out;
	border-bottom: 1px solid #B9C3CA;
	cursor: pointer;
}

.big-toggler__head svg {
	flex-shrink: 0;
	transition: .3s ease-in-out;
}

.big-toggler__head.active svg {
	transform: rotate(-180deg);
}

.big-toggler__head.active {
	border-color: transparent;
}

.big-toggler__head span {
	margin-left: 0;
}

.big-toggler__body {
	display: none;
	border-bottom: 1px solid #B9C3CA;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: normal;
}

.big-card__btn {
	margin: 40px 0 0 0;
}

.size-button input+span {
	font-size: 14px;
	width: 100%;
}

.carousel_product_left .slick-slide {
	opacity: .25;
}

.size-buttons {
	display: grid;
	grid-template-columns: repeat(5, .8fr);
	gap: 6px;
}

.slick-dots .slick-active button {
	background: #ED1C24;
}

.slick-dots li {
	padding: 0 2px;
}

.slick-dots button {
	width: 8px;
	height: 8px;
}

.slick-dots button {
	border: none;
	background: #B9C3CA;
	padding: 0;
}



@media screen and (max-width: 1599px) {
	.carousel_product_right .carousel__next {
		right: -25px;
	}

	.carousel_product_right .carousel__prev {
		left: -25px;
	}
}

@media screen and (max-width: 1199px) {


	.carousel_product_right {
		max-width: 345px;
	}

	.carousel_product__wrapper.style-left {
		width: 75px;
	}

	.carousel_product_right .carousel__next {
		right: -35px;
	}

	.carousel_product_right .carousel__prev {
		left: -35px;
	}
}

@media screen and (max-width: 960px) {
	.carousel_product_right .carousel__next {
		right: 0px;
	}

	.carousel_product_right .carousel__prev {
		left: 0px;
	}
}

@media screen and (max-width: 767px) {

	.carousel_product_right,
	.product_description-inner,
	.big-card__body,
	.size-texts {
		max-width: unset;
	}

	.big-card__cashback {
		font-size: 12px;
		line-height: normal;
	}

	.other-colors-text {
		font-size: 14px;
		line-height: normal;
	}

	.main_title h2,
	.main_title .h2 {
		font-size: 20px;
		line-height: normal;
	}

	.product_description-inner {
		margin: 27px 0 0 0;
	}

	.big-card__articule {
		font-size: 12px;
		line-height: normal;
	}

	.size-texts .size-name,
	.size-texts a {
		font-size: 14px;
		line-height: normal;
	}



	.big-card__btn .btn-lg {
		width: 100%;
		display: block;
		text-align: center;
	}
}

.carousel_product_right__item {
	display: none;
}
.slick-slide .carousel_product_right__item, .carousel_product_right__item:first-child {
	display: inline-block;
}
body.zoom-active {
	height: 100%;
	overflow: hidden;
}
.zoom-window {
	display: none;
}
body.zoom-active .zoom-window {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	overflow: hidden;
}
.zoom-block-left {
	position: absolute;
	width: 100px;
	left: 10px;
	top: 10px;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
}
.zoom-item-small {
	border: 1px solid transparent;
	margin: 0 0 10px 0;
	padding: 5px;
}
.zoom-item-small img {
	cursor: pointer;
}
.zoom-item-small.active {
	border-color: #000;
}
.zoom-block-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: calc(100% - 230px);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.zoom-item-big {
}
.zoom-item-big img {
	max-height: 100vh;
}
.zoom-close {
	position: absolute;
	right: 0;
	top: 0;
	border: 0 none;
	padding: 0;
	width: 40px;
	height: 40px;
}
.zoom-close svg {
}
.zoom-close svg path {
	fill: #2d2d2d;
}
.zoom-close:hover svg path {
	fill: #000;
}
.product_head_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 20px;
	margin: 0 0 40px 0;
}
.people_block {
	flex: 0 0 220px;
}
@media screen and (max-width: 1023px) {
	.product_head_wrap {
		flex-wrap: wrap;
	}
	.people_block {
		flex: 0 0 100%;
	}
}

.count_basket_added, .count_people_seen {
	border-radius: 10px 25px 25px 10px;
	width: 100%;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	line-height: 18px;
	padding: 7px 14px;
	margin: 0 0 10px 0;
	gap: 30px;
	min-height: 41px;
}
.count_basket_added {
	border: 1px solid #000;
}
.count_people_seen {
	border: 1px solid #ED1C24;
	background-color: #ED1C24;
	color: #fff;
}
.count_people_seen.active, .count_basket_added.active {
	display: flex;
}
