* {
    font-family: 'Roboto', sans-serif !important;
    box-sizing: border-box !important;
}
body {
	background: none;
}
h2, h3, h4, h5 {
	margin: 0;
}
.product img {
	width: 100%;
	height: 100%;
}
.product {
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 0;
}
.product__header {
    display: flex;
}
.product__header__swiper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 590px;
    width: 50%;
}
.phSwiperThumbs {
    width: 85px;
    margin-right: 30px;
    margin-left: 0;
    height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.phSwiperThumbs .swiper-wrapper{
    max-height: 485px;
}
.phSwiper {
    width: 545px;
    height: 590px;
    margin: 0;
}

.phSwiperThumbs .swiper-wrapper .swiper-slide {
    height: 85px !important;
    cursor: pointer;
}
.phSwiperThumbs .swiper-wrapper .swiper-slide>img {
    height: 100%;
    width: 100%;
}
.phSwiperThumbs .swiper-button-next {
    right: 0;
    transform: translateX(-50%) rotate(90deg);
    bottom: 0;
    left: 50%;
    top: auto;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
    transition: 0.3s all;
    display: block;
}
.phSwiperThumbs .swiper-button-next:after {
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    right: auto;
    color: #2F9C99;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.phSwiperThumbs .swiper-button-prev {
    right: 0;
    transform: translateX(-50%) rotate(90deg);
    bottom: 0;
    left: 50%;
    top: 22px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
    display: block;
    transition: 0.3s all;
}
.phSwiperThumbs .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    right: auto;
    color: #2F9C99;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.phSwiperThumbs .swiper-button-prev:hover, 
.phSwiperThumbs .swiper-button-next:hover {
    background: #cccccc;
}


.swiper-slide.swiper-slide-thumb-active {
    border: 2px solid red;
}

.product__header__detail {
    padding: 0 0 0 30px;
    position: relative;
	 width: 50%;
}
.prod__title {
    max-width: 580px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px !important;
}
.prod__share {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    display: block;
    width: 30px;

    border: 1px solid #FB515B;
    border-radius: 50%;
    background: #FB515B;
    transition: 0.3s all;
}
.prod__share:hover {
    background: none;
}
.prod__share:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -55%);
    position: absolute;
    background: url('../media/svg/share.svg');
}
.prod__share:hover::after {
    background: url('../media/svg/share-red.svg');
}
.star {
    transition: 0.3s all;
}
.star:hover path {
    transition: 0.3s all;
}
.star:hover path {
    fill: #FB515B;
}




.review_stars_wrap{
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#review_stars {
	overflow: hidden;
	position: relative;
	float: left;
}
#review_stars input {
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
#review_stars input ~ label svg path{
	fill: none;
}
#review_stars input:checked ~ label svg path{
	fill: #FB515B;
}
#review_stars label {
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin-right: 8px;
}
#review_stars label:hover svg path, #review_stars label:hover ~ label svg path{
	fill: #FB515B;
}
.prod__wrap {
	display: flex;
	margin-top: 40px;
}
.prod__review {
	width: 880px;
	margin-right: 40px;
}
.prod__reviews__link {
	margin-left: 22px;
	color: #9C9C9C;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px dashed;
	transition: 0.3s all;
	text-decoration: none;
}
.prod__reviews__link:hover {
	border-bottom: none;
}
.prod__body {
	display: flex;
	justify-content: space-between;
}
.prod__btns {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.prod__btns.desktop {
	margin-bottom: 20px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.i_catalog_element .prod__btns.desktop .i_quick_order {
	width: 67.5%;
}
.prod__basket-add {
	color: white;
	background: #9105ef;
	border: 2px solid #9105ef;
	padding: 11px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	transition: 0.3s all;
}
.prod__basket-add.not-available {
	background: #c3c3c3;
	border: 2px solid #c3c3c3;
}
.prod__basket-add.not-available:hover {
	background: #a5a3a3;
	border: 2px solid #a5a3a3;
	color: white;
}
.prod__basket-add.in-basket-amata {
	background: #9105ef;
	border: 2px solid #9105ef;
	color: white;
}
.prod__basket-add.in-basket-amata:hover {
	cursor: pointer;
	background: #9105ef;
	color: white;;
}
.prod__btns.desktop .prod__basket-add {
	width: 67.5%;
	margin-bottom: 0;
}
.prod__basket-add:hover {
	background: none;
	color: #FB515B;
}


.prod__ras-add {
	color: white;
	background: #FF794A;
	border: 2px solid #FF794A;
	padding: 11px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 10px;
	display: block;
	width: 67.5%;
	transition: 0.3s all;
}
.prod__ras-add:hover {
	background: none;
	color: #FF794A;
}

.ks-widget {
	color: white;
	background: #FF794A;
	border: 2px solid #FF794A;
	padding: 11px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 10px;
	display: block;
	width: 67.5%;
	transition: 0.3s all;
}


.prod__oneclick-add {
	color: white;
	background: #9105ef;
	border: 2px solid #9105ef;
/*
	background: #2F9C99;
	border: 2px solid #2F9C99;
*/
	padding: 11px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 22px;
	display: block;
	transition: 0.3s all;
}

.prod__oneclick-add:hover {
	background: none;
	color: #9105ef;
	/*
	color: #2F9C99;
	*/
}

.prod__wish-add {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FB515B;
	margin-left: 25px;
	text-decoration: none;
	transition: 0.5s all;
	position: relative;
}
.prod__btns.desktop .prod__wish-add {
	display: block;
	width: 6%;
}
.prod__wish-add:before {
	content: '';
    display: block;
    position: absolute;
    background: url(../media/svg/mb-like-1.svg) no-repeat;
    width: 30px;
    height: 30px;
    top: -7px;
    left: -32px;
    transition: 0.2s all;
}
.prod__btns.desktop .prod__wish-add:before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.prod__wish-add:hover::before {
	background: url('../media/svg/mb-like.svg') no-repeat;
}

.prod__wish-add:active:before {
	transform: scale(1.6);
}
.prod__wish-add.active:before {
	background: url('../media/svg/mb-like.svg') no-repeat;
}
.prod__oldprice {
	display: inline;
	font-size: 25px;
	line-height: 16px;
	text-decoration-line: line-through;
	color: #9C9C9C;
	margin-bottom: 5px;
}
.prod__currentprice {
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	color: #000000;
}
.prod__price {
	margin-bottom: 20px;
}
.prod__firstoption-name {
	display: inline;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-right: 5px;
}
.prod_firstoption-value {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.prod__rating {
	width: calc(100% - 220px);
}
.prod__firstoption-slider {
	position: relative;
}
.prod__option-slider {
	width: 370px;
	position: unset;
	margin-top: 10px;
	height: auto;
	margin-bottom: 20px;
}
.prod__option-slider .swiper-wrapper .swiper-slide{
	cursor: pointer;
}
.prod__option-slider .swiper-button-next {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #F3F3F3;
	right: 0;
	transform: translateY(50%);
   	top: 50%;
	transition: 0.3s all;
}
.prod__option-slider .swiper-button-next:after {
	font-size: 16px;
    right: 0;
    font-weight: 600;
    left: 50%;
    transform: translateX(-12%);
    color: #2F9C99;
    position: absolute;
}
.prod__option-slider .swiper-button-next:hover:after {
	color: white;
}
.prod__option-slider .swiper-button-next:hover {
	background: #2F9C99;
}
.prod__option-slider .swiper-button-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #F3F3F3;
	left: 0;
	transform: translateY(50%);
    top: 50%;
	transition: 0.3s all;
}
.prod__option-slider .swiper-button-prev:after {
	font-size: 16px;
    right: 50%;
    font-weight: 600;
    left: 0;
    transform: translateX(75%);
    color: #2F9C99;
    position: absolute;
}
.prod__option-slider .swiper-button-prev:hover:after {
	color: white;
}
.prod__option-slider .swiper-button-prev:hover {
	background: #2F9C99;
}

.prod__secondoption-name {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-right: 5px;
}
.prod_secondoption-value {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.prod__secondoption-table {
	font-size: 14px;
	line-height: 16px;
	color: #9C9C9C;
	margin-left: auto;
	margin-right: 0;
	text-decoration: none;
	transition: 0.3s all;
	float: right;
	border-bottom: 1px dashed;
}
.prod__secondoption-table:hover  {
	border-bottom: none;
}
.prod__sizes {
	margin: 10px 0 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.prod__size-param {
	border: 1px solid #E8E8E8;
    padding: 12px 9px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    display: block;
    margin-right: 5px;
	border-radius: 3px;
    margin-bottom: 5px;
    max-height: 40px;
    min-width: 55px;
    text-align: center;
    transition: 0.3s all;
}
.prod__size-param:hover {
	border: 1px solid #F05665;
	color: #F05665;
}
.prod__size-param:active {
	transform: scale(1.2);
}
.prod__size-param.selected {
	border: 1px solid #F05665;
	color: #F05665;
}
.prod__size-param.disabled {
	pointer-events: none;
	cursor: default;
	border: 1px solid #F3F3F3;
	background: #F3F3F3;
	color: #CACACA;
}
.prod__brand {
	height: auto;
	margin-bottom: 15px;
}
.prod__brand__img {
	margin-right: 10px;
}
.prod__brand__name {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #2f9c99;
}
.prod__brand__link {
	display: flex;
	align-items: center;
	text-decoration: none;
	width: fit-content;
}
.prod__delivery {
	margin-bottom: 15px;
}
.prod__delivery__name {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	position: relative;
	margin-right: 2px;
}
/* .prod__delivery__name:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url('../media/svg/delivery.svg') no-repeat;
} */
.prod__delivery__value {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.prod__storage__name {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	position: relative;
	margin-right: 2px;
}
/* .prod__storage__name:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url('../media/svg/storage.svg') no-repeat;
} */
.prod__storage__value {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.product__body {
	display: flex;
	margin-top: 45px;
}
.prod__detail {
	width: 50%;
}
.prod__info__title {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
}
.prod__info__body {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	height: auto;
	margin-bottom: 15px;
	transition: 0.3s all;
}
.prod__info__body_bold {
	font-weight: bold;
    margin-bottom: -22px;
}
.prod__info__body.collapsed {
	height: 50px;
	overflow: hidden;
	position: relative;
	transition: 0.3s all;

}
.prod__info__body.collapsed::after {
	content: '';
	background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 37.6%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(180deg);
    width: 100%;
    bottom: -7px;
    top: auto;
    display: block;
    position: absolute;
    height: 40px;
    pointer-events: all;
}
.prod__info__morelink {
	font-size: 14px;
	line-height: 16px;
	color: #2F9C99;
	text-decoration: none;
	border-bottom: 1px dashed;
	transition: 0.3s all;
}
.prod__info__morelink:hover {
	border-bottom: none;
}
.prod__info {
	margin-bottom: 30px;
}
.prod__param {
	display: flex;
    margin-bottom: 5px;
}
.prod__params {
	margin-bottom: 15px;
	transition: 0.3s all;
}
.prod__param__wrap {
	width: 330px;
    display: flex;
    align-items: center;
}
.prod__param__dash {
	display: inline-block;
    border-bottom: 1px dashed #cccccc;
    flex: auto;
    margin: 0 10px;
}
.prod__param__name {
	font-size: 14px;
	line-height: 24px;
	color: #9C9C9C;
}
.prod__param__value {
	font-size: 14px;
	line-height: 24px;
	max-width: 250px;
	color: #000000;
}
.prod__params__morelink {
	margin-top: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #2F9C99;
	text-decoration: none;
	border-bottom: 1px dashed;
	transition: 0.3s all;
}
.prod__params__morelink:hover {
	border-bottom: none;
}
.prod__params.collapsed {
	height: 200px;
	overflow: hidden;
	transition: 0.3s all;
	position: relative;
}
.prod__params.collapsed:after {
	content: '';
    background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 37.6%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(180deg);
    width: 100%;
    bottom: -7px;
    top: auto;
    display: block;
    position: absolute;
    height: 40px;
    pointer-events: all;
}
.prod__info__alert {
	margin: 30px 0 40px 0;
}
.prod__info__alert p {
	font-size: 12px;
	line-height: 16px;
	color: #9C9C9C;
}
.prod__review__title {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 25px;
}
.prod__review__rating {
	display: flex;
    align-items: center;
	margin-bottom: 26px;
}
.prod__review__number {
	margin-right: 7px;
}
.prod__review__number {
	font-size: 12px;
	line-height: 24px;
	color: #9C9C9C;
}
.review__sum {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.prod__review__stars svg {
	width: 15px !important;
	height: 15px !important;
}
.prod__review__stars {
	margin-right: 12px;
}
.prod__review__sum {
	font-size: 12px;
	line-height: 24px;
	color: #9C9C9C;
}
.prod__review__add {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #2F9C99;
	border-radius: 10px;
	padding: 13px 20px;
	width: 200px;
	border: 2px solid #2F9C99;
	text-decoration: none;
	display: block;
	margin-bottom: 25px;
	transition: 0.3s all;
}
.prod__review__add:hover {
	background: none;
	color: #2F9C99;
}
.prod__review__sort {
	display: flex;
	align-items: center;
}
.prod_review__sorttext {
	font-size: 14px;
	line-height: 24px;
	color: #9C9C9C;
	margin-right: 20px;
}
.prod__review__sort__option {
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	border-bottom: 1px dashed;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.prod__review__sort__option.ascend:after {
	content: '↑';
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: -8px;
    font-size: 14px;
}
.prod__review__sort__option.descend:after {
	content: '↓';
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: -8px;
    font-size: 14px;
}
.prod__review__sort__option:hover {
	color: #FB515B;
}
.prod__review__sort__check {
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.prod__review__sort__check input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.prod__review__sort__check input+label {
	position: relative;
	border-bottom: 1px dashed;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	cursor: pointer;
}
.prod__review__sort__check input + label::before {
	content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    flex-shrink: 0;
	left: -20px;
    transform: translateY(-50%);
    top: 50%;
    flex-grow: 0;
    border: 1px solid rgb(99, 230, 225);
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.prod__review__sort__check input:checked + label::before {
	border-color: #2F9C99;
	background-color: #2F9C99;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.prod__review__sort__check input:not(:disabled):not(:checked)+label:hover::before {
	border-color: rgb(99, 230, 225);
}
.prod__review__sort__check input:not(:disabled):active+label::before {
	background-color: rgb(99, 230, 225);
	border-color: rgb(99, 230, 225);
}
.prod__review__sort__check input:hover+label::before {
	box-shadow: 0 0 0 0.2rem #2f9c9849;
}
.prod__review__sort__check input:disabled+label::before {
	background-color: #e9ecef;
}
.prod__review__sort__check input + label:hover {
	color: #FB515B;
}
.prod__review__sort {
	margin-bottom: 40px;
}
.star-marked {
	fill: #9105ef;
}
.star-unmarked {
	fill: rgba(251, 81, 92, 0);
	stroke: #9105ef;
}
.review__main__header {
	height: 60px;
	display: flex;
	align-items: center;
}
.review__photo {
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 25px;
}
.review__photo__country {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
}
.review__name {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	border-bottom: 1px dashed;
	margin-right: 30px;
	text-decoration: none;
}
.review__name:hover {
	border-bottom: none;
}
.review__date {
	font-size: 14px;
	line-height: 24px;
	color: #9C9C9C;
}
.review__mark svg {
	width: 15px;
	height: 15px;
}
.review__firstline {
	margin-bottom: 5px;
}
.review__option {
	font-size: 14px;
	line-height: 24px;
	color: #9C9C9C;
	margin-right: 5px;
	margin-left: 30px;
}
.review__option__value {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.review__main__body {
	margin: 20px 0;
}
.review__main__body p {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.review__main__footer {
	display: flex;
	align-items: center;
}
.review__footer__btn {
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-right: 30px;
	border-bottom: 1px dashed;
	text-decoration: none;
	cursor: pointer;
}
.review__footer__btn:hover {
	border-bottom: none;
}
.useful__mark {
	flex: 1;
    display: flex;
    justify-content: flex-end;
}
.useful__mark a {
	display: flex;
	align-items: center;
	margin-left: 20px;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	transition: 0.3s all;
}
.useful__mark a:active {
	transform: scale(1.2);
}
.useful__mark a svg {
	margin-right: 5px;
}
.useful__mark a svg path {
	transition: 0.3s all;
}
.useful__mark .like-mark:hover svg path {
	fill: #2F9C99;
}
.useful__mark .like-mark.active svg path {
	fill: #2F9C99;
}
.useful__mark .unlike-mark.active svg path {
	fill: #FB515B;
}
.useful__mark .unlike-mark:hover svg path {
	fill: #FB515B;
}
.prod__review__main {
	margin-bottom: 40px;
}
.prod__review__showmore {
	font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FB515B;
    border-radius: 10px;
    padding: 13px 20px;
    width: 200px;
    border: 2px solid #FB515B;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    transition: 0.3s all;
}
.prod__review__showmore:hover {
	background: none;
	color: #FB515B;
}
.prod__review__stat {
	flex: 1;
    height: 180px;
	display: flex;
    background: #F3F3F3;
	align-items: center;
    padding: 30px 30px;
}
.prod__review__stat__left {
	width: 110px;
	display: flex;
	flex-direction: column;
	margin-right: 35px;
}
.stat__star {
	display: flex;
	align-items: center;
}
.stat__star svg {
	width: 15px !important;
	height: 15px !important;
	margin-right: 5px;
}
.stat__num {
	font-weight: 600;
	font-size: 42px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 15px;
}
.stat__text {
	font-size: 12px;
	line-height: 16px;
	color: #9C9C9C;
	margin-bottom: 11px;
}
.stat__line__s {
	font-size: 12px;
	line-height: 16px;
	color: #9C9C9C;
}
.stat__line__percent {
	font-size: 12px;
	width: 32px;
	text-align: left;
	line-height: 16px;
	color: #9C9C9C;
}
.prod__review__stat__right {
	display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: space-between;
}
.stat__line {
	display: flex;
	align-items: center;
}
.stat__line__dash {
	flex: 1;
	display: block;
	width: 2px;
	border: 1px solid #E8E8E8;
	margin: 0 10px;
	position: relative;
}
.stat__line__dash hr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	border: 1px solid #FB515B;
	margin: 0;
}
.phSwiper .swiper-wrapper .swiper-slide a {
	display: block;
    height: 100%;
}
.mob__prod__btn {
	display: none;
}
.mob__prod__btn .prod__review__stat {
	display: none;
}
@media (max-width: 1400px) {
	.product {
		max-width: none;
		margin: 0 auto;
		padding: 40px 20px;
	}
	.prod__body {
		display: flex;
		flex-direction: column;
	}
	.prod__btns {
		width: 100%;
		display: none;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	.prod__btns.block2 {
		display: flex;
	}
	.prod__rating {
		width: 100%;
	}
	.prod__option-slider {
		width: 100%;
	}
	.mob__prod__btn {
		display: block;
		flex: 1;
		max-width: 500px;
		padding: 0 30px;
	}
	.prod__body .prod__btns{
		display: flex;
	}
	.prod__wrap .prod__review__stat {
		display: none;
	}
	.mob__prod__btn .prod__review__stat {
		display: flex;
		margin-top: 20px;
	}
}
.product__header__detail__mob {
	display: none;
}
.like-btn {
	display: none;
}
.phSwiper .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    border-radius: 5px;
    height: 3px;
    background-color: white;
    margin: 0 5px;
    opacity: 1;
    flex: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    padding: 0 10%;
    margin: 0 0 23px;
    justify-content: center;
}
.phSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2F9C99;
}
@media (max-width: 1000px) {
	.like-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 28px;
    	height: 28px;
		background: url('../css/hr-unfill.svg') center no-repeat;
		z-index: 99;
		border-radius: 50%;
		background-color: white;
		cursor: pointer;
		transition: 0.3s all;
	}
	.like-btn.active {
		background: url('../css/hr-fill.svg') center no-repeat;
		background-color: white;
	}
	.phSwiper .swiper-pagination .swiper-pagination-bullet {
		width: auto;
		border-radius: 5px;
		height: 2px;
		background-color: rgb(209, 209, 209);
		margin: 0 5px;
		opacity: 1;
		flex: 1;
	}
	.phSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: 	#2F9C99;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
		left: 0;
		width: 100%;
		display: flex;
		padding: 0 20%;
		margin: 0 0 23px;
		justify-content: center;
	}
	.product__header {
		display: flex;
		flex-direction: column;
		align-items: center;
		
	}
	.product__header__swiper {
		width: 100%;
		margin-bottom: 20px;
	}
	.phSwiperThumbs {
		display: none;
	}
	.phSwiper {
		width: 590px;
		height: 590px;
		
	}
	.product__header__detail__mob {
		display: block;
		width: 100%;
	}
	.product__header__detail {
		display: none;
	}
	.prod__price {
		margin-bottom: 10px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.prod__currentprice {
		font-weight: 400;
		font-size: 32px;
		line-height: 37px;
		/*color: #d61880;*/
		/*color: #CB10AA;*/
		margin-right: 10px;
	}
	.prod__delivery__name {
		color: #0FB639;
		padding-left: 0;
	}
	.prod__storage__name {
		padding-left: 0;
	}
	.prod__delivery__name:before {
		display: none;
	}
	.prod__storage__name:before {
		display: none;
	}
	.prod__wish-add {
		display: none;
	}
	.prod__brand__img {
		display: none;
	}
	.prod__brand {
		height: auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.prod__brand__name {
		font-size: 16px;
	}
	.mob__prod__btn {
		display: none;
	}
	.product__body {
		margin-top: 5px;
	}
	.product__header__detail__mob .review_stars_wrap .review__mark svg {
		width: 23px;
		margin-left: 3px;
    	height: 23px;
	}
	.prod__detail {
		width: 100%;
	}
	.prod__param__wrap {
		width: 100%;
		display: flex;
		flex: 1;
		align-items: center;
	}
	.prod__review {
		width: 100%;
		margin-right: 0;
	}
	.prod__review__showmore {
		margin: 0 auto;
	}
	.prod__option-slider .swiper-button-prev {
		left: 10px;
	}
	.prod__option-slider .swiper-button-next {
		right: 10px;
	}
}
.review__header__mob {
	display: none;
}
@media (max-width: 700px) {
	.phSwiper {
		width: 350px;
		height: auto;
	}
	.review__header__lines .review__secondline .review__option, .review__header__lines .review__secondline .review__option__value {
		display: none;
	}
	.review__header__mob {
		display: block;
	}
	.review__header__mob .review__secondline span:nth-child(1) {
		margin-left: 0;
	}
	.review__header__mob .review__secondline {
		margin: 10px 0;
	}
	.review__main__body p {
		margin: 0;
	}
	.review__main__footer {
		margin: 0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		padding: 0 20%;
	}
}
.prod__delivery__value {
	color: 	#9C9C9C;
}
.prod__storage__name {
	color: #9C9C9C;
}
.prod__storage__value {
	color:#9C9C9C;
}
.prod__delivery__name {
    /*color: #0FB639;*/
	color: #2f9c99;
}
@media (max-width: 500px) {
	
	.phSwiper {
		width: 330px;
		height: auto;
	}
	.product__header__swiper {
		margin-bottom: 30px;
	}
	
	.prod__review__sort {
		display: block;
	}
	.prod_review__sorttext {
		display: block;
	}
	.prod__review__sort__check {
		display: inline-block;
		margin: 10px 20px;
	}
	.product__body {
		margin-top: 0;
	}
	.review__main__body p {
		font-size: 12px;
		line-height: 18px;
	}
	.review__photo {
		width: 40px;
		height: 40px;
	}
	.review__photo__country {
		width: 15px;
		height: 15px;
	}
	.review__footer__btn {
		font-size: 12px;
		line-height: 14px;
		margin-right: 15px;
	}
	.useful__mark {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		margin: 10px 0;
	}
	.review__main__footer {
		flex-wrap: wrap;
	}
	.prod__review__main {
		margin-bottom: 20px;
	}
	.review__option {
		font-size: 12px;
		line-height: 12px;
	}
	.review__option__value {
		font-size: 12px;
		line-height: 12px;
	}
	.review__option {
		font-size: 12px;
		line-height: 12px;
		margin-left: 15px;
	}
	.prod__review__sort {
		margin-bottom: 20px;
	}
	.prod__review__title {
		margin-bottom: 10px;
	}
	.prod__review__rating {
		margin-bottom: 10px;
	}
	.prod__info__alert {
		margin: 15px 0 20px 0;
	}
	.prod__info__alert p {
		font-size: 11px;
		line-height: 14px;
		color: #9C9C9C;
	}
	.prod__param__name {
		font-size: 12px;
		line-height: 14px;
		color: #9C9C9C;
	}
	.prod__info__body {
		font-size: 12px;
		line-height: 20px;
	}
	.prod__info__title {
		font-weight: 500;
		font-size: 26px;
	}
	.prod__title {
		max-width: none;
		font-weight: 600;
		font-size: 22px;
		line-height: 28px;
		margin: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 500px) {
	.prod__review__showmore {
		width: 100%;
	}
}
@media (max-width: 400px) {
	
	.review_stars_wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.prod__reviews__link {
		margin-left: 0;
		margin: 10px 0;
	}
	.prod__currentprice {
		font-size: 22px;
		line-height: 26px;
	}
	.prod__oldprice {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}
	.prod__price {
		margin-bottom: 10px;
	}
	.prod__delivery {
		margin-bottom: 10px;
	}
}



/* Доработки */
@media (max-width: 1000px) {
	.product {
		padding: 0 6px;
	}
}
@media (max-width: 500px) {
	.phSwiper {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 1279px) {
	.prod__params {
		margin-bottom: 40px;
	}
	.prod__info {
		margin-bottom: 60px;
	}
}
.fancybox__toolbar {
	background: white;
}
.fancybox__toolbar__items button {
	color: black;
	background: none;
	box-shadow: none;
}
.fancybox__toolbar__items button svg {
	filter: none;
}
.fancybox__backdrop {
	background: white;
}









.i_banner .swiper-button-next:before, .i_banner .swiper-button-prev:before, 
.i_sales_block .swiper-button-next:before, .i_sales_block .swiper-button-prev:before,
.i_recomended_items_block .swiper-button-next:before, .i_recomended_items_block .swiper-button-prev:before, 
.i_catalog_directory_wrapp .swiper-button-next:before, .i_catalog_directory_wrapp .swiper-button-prev:before, 
.i_viewed_items_block .swiper-button-next:before, .i_viewed_items_block .swiper-button-prev:before {
	display: none;
}

.i_banner .swiper-button-next:after, .i_banner .swiper-button-prev:after, 
.i_sales_block .swiper-button-next:after, .i_sales_block .swiper-button-prev:after, 
.i_recomended_items_block .swiper-button-next:after, .i_recomended_items_block .swiper-button-prev:after, 
.i_catalog_directory_wrapp .swiper-button-next:after, .i_catalog_directory_wrapp .swiper-button-prev:after, 
.i_viewed_items_block .swiper-button-next:after, .i_viewed_items_block .swiper-button-prev:after {
	font-size: 16px;
    right: 0;
    font-weight: 600;
    left: 50%;
    transform: translateX(-12%);
    color: #2F9C99;
    position: absolute;
}

.i_banner .swiper-button-next, .i_banner .swiper-button-prev, 
.i_sales_block .swiper-button-next, .i_sales_block .swiper-button-prev, 
.i_recomended_items_block .swiper-button-next, .i_recomended_items_block .swiper-button-prev, 
.i_catalog_directory_wrapp .swiper-button-next, .i_catalog_directory_wrapp .swiper-button-prev, 
.i_viewed_items_block .swiper-button-next, .i_viewed_items_block .swiper-button-prev {
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
    right: 10px;
    transform: translateY(50%);
    top: 50%;
    transition: 0.3s all;
}

.i_banner .swiper-button-next:hover, .i_banner .swiper-button-prev:hover, 
.i_sales_block .swiper-button-next:hover, .i_sales_block .swiper-button-prev:hover, 
.i_recomended_items_block .swiper-button-next:hover, .i_recomended_items_block .swiper-button-prev:hover, 
.i_catalog_directory_wrapp .swiper-button-next:hover, .i_catalog_directory_wrapp .swiper-button-prev:hover, 
.i_viewed_items_block .swiper-button-next:hover, .i_viewed_items_block .swiper-button-prev:hover {
	background: #2F9C99;
}

.i_banner .swiper-button-next:hover::after, .i_banner .swiper-button-prev:hover::after, 
.i_sales_block .swiper-button-next:hover::after, .i_sales_block .swiper-button-prev:hover::after, 
.i_recomended_items_block .swiper-button-next:hover::after, .i_recomended_items_block .swiper-button-prev:hover::after, 
.i_catalog_directory_wrapp .swiper-button-next:hover::after, .i_catalog_directory_wrapp .swiper-button-prev:hover::after, 
.i_viewed_items_block .swiper-button-next:hover::after, .i_viewed_items_block .swiper-button-prev:hover::after {
	color: white;
}

.i_item_name {
	color: #000000;
}
.i_item_price {
	color: #000;
	font-weight: 600;
}


.prod__rating .review__mark svg {
	width: 27px;
	height: 25px;
	margin-right: 5px;
}
.prod__rating .review__mark {
	margin-bottom: 16px;
	display: inline-block;
}
.prod__rating .prod__reviews__link {
	display: inline-block;
	margin-left: 16px;
	margin-bottom: 16px;
}

.i_catalog_element .i_quick_order {
	background: none;
	background-color: #f0f0f9;
	color: white;
    border: 2px solid #f0f0f9;
    padding: 11px 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    transition: 0.3s all;
}

.i_catalog_element .i_quick_order span {
    color: #9105ef; /*color: #ffffff;*/
    border-bottom: none;
}
.i_catalog_element .i_quick_order:hover {
	background-color: #ffffff;
}
.i_catalog_element .i_quick_order:hover span {
	color: #9105ef;
	/*
	color: #2F9C99;
	*/
}


.prod__list {
	margin-top: 45px;
}
.prod__list__title {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	margin-bottom: 17px !important;
}
.plSwiper .swiper-wrapper .swiper-slide img {
	height: 200px;
	margin-bottom: 10px;
	display: block;
}
.plSwiper .swiper-wrapper .swiper-slide .prod__list__itemname {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 10px;
	display: block;
}
.plSwiper .swiper-wrapper .swiper-slide .prod__list__itemprice {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	display: block;
}
.plSwiper .swiper-button-next, .plSwiper .swiper-button-prev {
	display: block;
	width: 40px;
	height: 40px;
	background: white;
	border-radius: 50%;
	top: 40% !important;
	opacity: 1 !important;
	cursor: pointer;
	z-index: 999;
}
.plSwiper .swiper-button-next.swiper-button-disabled, .plSwiper .swiper-button-prev.swiper-button-disabled {
opacity: 0.3 !important;
}
.plSwiper .swiper-button-next:after {
    font-size: 20px;
    font-weight: 600;
    color: #2F9C99;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 55%;
}
.plSwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
    color: #2F9C99;
    top: 50%;
    position: absolute;
    transform: translate(50%, -50%);
    right: 55%;
}

.plSwiper .swiper-button-next:hover, .plSwiper .swiper-button-prev:hover {
	background: #2F9C99;
}
.plSwiper .swiper-button-next:hover:after, .plSwiper .swiper-button-prev:hover:after {
	color: white;
}

.i_recomended_items_block {
	max-width: 1330px;
	margin: 0 auto;
}
.i_recomended_items_block h2 {
	font-size: 26px;
	text-align: left;
}
.i_viewed_items_block {
	max-width: 1330px;
	margin: 0 auto;
}
.i_viewed_items_block h2 {
	font-size: 26px;
	text-align: left;
}
@media (max-width: 1400px) {
	.i_viewed_items_block {
		padding: 0 20px;
	}
	.i_recomended_items_block {
		padding: 0 20px;
	}
}
@media (max-width: 1000px) {
	.i_viewed_items_block {
		padding: 0 12px;
		margin-top: 30px;
	}
	.i_recomended_items_block {
		padding: 0 12px;
		margin-top: 30px;
	}
}

.ph-slide {
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
	height: 590px;
	margin-right: 30px;
}
.i_sales_block h2 {
margin-left: 0;
font-size: 26px;
}
.phSwiperThumbs {
	height: 485px;
	margin-right: 0;
}
.swiper-button-next-ph {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
	left: 50%;
    transform: translateX(-50%);
    top: auto;
	bottom: 0;
	z-index: 99;
    transition: 0.3s all;
}
.swiper-button-next-ph::after {
	font-size: 16px;
    right: 0;
    top: 50%;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -10%) rotate(90deg);
    color: #2F9C99;
    position: absolute;
    content: 'next';
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev-ph::after {
	font-size: 16px;
    right: 0;
    top: 50%;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -90%) rotate(-90deg);
    color: #2F9C99;
    position: absolute;
    content: 'next';
    font-family: swiper-icons;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev-ph:hover, .swiper-button-next-ph:hover {
	background: #2F9C99;
}
.swiper-button-prev-ph:hover::after, .swiper-button-next-ph:hover::after {
	color:  white;
}
.swiper-button-prev-ph {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
	z-index: 99;
	left: 50%;
    transform: translateX(-50%);
    top: 0;
	bottom: auto;
    transition: 0.3s all;
}
@media (max-width: 1000px) {
	.ph-slide {
		display: none;
	}
}

.prod__review__stat {
	margin-top: 280px;
}

.prod__brand__img img {
	max-height: 50px;
	width: auto !important;
}
@media (min-width: 1000px) {
	.prod__brand__name {
		display: none;
	}
}

.phSwiper .swiper-pagination {
	display: none;
}
@media (max-width: 1000px) {
	.phSwiper .swiper-pagination {
		display: flex;
	}
}

@media (max-width: 500px) {
	.prod__currentprice {
		font-size: 20px;
	}
	.prod__info__title {
		font-size: 21.5px;
		font-weight: 600;
	}
	.title-detail-viewed {
		font-size: 21.5px;
	}
	.prod__review__title {
		font-size: 21.5px;
	}
	.prod__info {
		border-bottom: 1px solid #ececec;
		margin-bottom: 30px;
	}
	.prod__params {
		border-bottom: 1px solid #ececec;
		margin-bottom: 30px;
	}
}

.prod__delivery__value {
	font-weight: 400;
	color: black;
}
.prod__storage__value {
	font-weight: 400;
	color: black;
}
.prodparam {
	height: auto;
	margin-bottom: 20px;
}
.prodparam.collapsed {
	height: 117px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all;
	margin: 12px 0 15px 0;
}
@media (max-width: 1000px) {
	.prodparam {
		padding-right: 100px;
	}
	.prod__param__dash {
		border-bottom: 1px dashed #ffffff;
	}
	.prod__info__morelink {
		position: absolute;
		right: 10px;
		bottom: 26px;
		background: white;
		padding: 0px;
		z-index: 99;
		box-shadow: 0px 0px 28px 20px rgb(255 255 255);
	}
	.prod__params__morelink {
		position: absolute;
		right: 10px;
		bottom: 26px;
		background: white;
		padding: 0px;
		z-index: 99;
		box-shadow: 0px 0px 28px 20px rgb(255 255 255);
	}
}

.prodparam.collapsed:after {
	content: '';
    background: linear-gradient(
180deg, #ffffff 0%, #FFFFFF 37.6%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(
180deg);
    width: 100%;
    bottom: -7px;
    top: auto;
    display: block;
    position: absolute;
    height: 40px;
    pointer-events: all;
}
.prod__info {
	position: relative;
}
.prod__params {
	position: relative;
}


.i_wrapper {
	max-width: 1504px !important;
}
.product {
    max-width: 100% !important;
}
header {
    max-width: 1504px !important;
}








@media (max-width: 1400px) {
	#i_pos_quick {
		top: 50vh !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		position: fixed;
	}
	#i_pos_quick .i_modal_delta {
		display: none;
	}
}


.i_recomended_items_block {
	max-width: 1504px !important;
}
.i_viewed_items_block {
	max-width: 1504px !important;
}


.i_viewed_items_block .swiper-button-disabled {
	display: none;
}

.elem__sticker {
	position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 50px;
    color: white;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    background: #2F9C99;
	z-index: 99;
}