#product .parent {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 18px;
	grid-row-gap: 30px;
}
@media only screen and (max-width: 1400px) {
	#product .parent {
		grid-column-gap: 1rem;
		grid-row-gap: 2.14vw;

	}
}
@media only screen and (max-width: 896px) {
	#product .parent {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
		display: flex;
		flex-direction: column;
	}
}

#product .parent .div1 {
	grid-area: 1 / 1 / 2 / 2;
}
@media only screen and (max-width: 896px) {
	#product .parent .div1 {
		order: 1;
	}
}
#product .parent .div2 {
	grid-area: 1 / 2 / 2 / 3;
}
@media only screen and (max-width: 896px) {
	#product .parent .div2 {
		grid-area: 3 / 1 / 4 / 2;
		order: 3;
	}
}
#product .parent .div3 {
	grid-area: 1 / 3 / 2 / 4;
}
@media only screen and (max-width: 896px) {

}
@media only screen and (max-width: 896px) {
	#product .parent .div3 {
		grid-area: 4 / 1 / 5 / 2;
		order: 4;
	}
}
#product .parent .div4 {
	grid-area: 2 / 1 / 3 / 2;
}
@media only screen and (max-width: 896px) {
	#product .parent .div4 {
		order: 2;
	}
}











#product .top .col-01 {
	width: 452px;
	background-color: #0A2734;
	position: relative;
	z-index: 0;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-01 {
		width: 24.835rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 {
		width: 100%;
	}
}

#product .top.barel .col-01 {
	background-color: unset;
}
#product .top .col-01 .icon {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: space-between;
	z-index: 2;
}
#product .top .col-01 .icon ul {
	display: flex;
	margin: 20px;
}
@media only screen and (max-width: 1280px) {
	#product .top .col-01 .icon ul {
		margin: 10px;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .icon ul {
		margin: 4vw;
	}
}
/*#product .top .col-01 .icon ul li:after {
	content: '';
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/prod-icon-after.svg");
	height: 1.45rem;
	width: 1.45rem;
	z-index: -1;
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .icon ul li:after {
		height: 5.67vw;
		width: 5.67vw;
	}
}*/
#product .top .col-01 .icon ul li.ico-02 {
    background: #db27a2;
    width: 100%;
    height: 30px;
    padding: 15px;
    font-size: 13px;
    color: #ffffff;
}
@media only screen and (max-width: 1280px) {
	#product .top .col-01 .icon ul li.ico-02 {
	    height: 22px;
	    padding: 14px;
	    font-size: 12px;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .icon ul li.ico-02 {
	    height: 1vw;
	        padding: 4vw;
	        font-size: 4vw;
	}
}


#product .top .col-01 .icon ul li {
	font-size: 0.415rem;
	color: #442C22;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.6rem;

}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .icon ul li {
		margin-right: 3.5vw;
		font-size: 1.67vw;
	}
}
#product .top .col-01 .icon a {
	width: 1.45rem;
	height: 1.45rem;
	margin: 0.9rem;
	z-index: 1;
	position: absolute;
	right: 0;
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .icon a {
		margin: 4vw 7.5vw;
	}
}
#product .top .col-01 .icon a:after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/prod-icon-2-after.svg);
	width: 1.45rem;
	height: 1.45rem;
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .icon a:after {
		height: 5.67vw;
		width: 5.67vw;
	}
}

#product .top .col-01 .icon a.active:after {
	filter: invert(85%) sepia(66%) saturate(4781%) hue-rotate(31deg) brightness(144%) contrast(83%);


}
#product .top .col-01 .img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	height: 100%;
}
#product .top .col-01 img {
	width: 100%;
}
#product .top .col-01 .gall2 {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
#product .top .col-01 .gall2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*#product .top .col-01 .gall2 .swiper-button-next, #product .top .col-01 .gall2 .swiper-button-prev {
    top: 70px;
}*/
#product .top .col-01 .gall2 .swiper-slide {
	height: auto;
}
#product .top .col-01 .gall {
	overflow: hidden;
	background-color: #0A2734;
	position: relative;
	height: 360px;
}
@media only screen and (max-width: 1372px) {
	#product .top .col-01 .gall {
		height: 26.24vw;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-01 .gall {
		height: 70vw;
	}
}
#product .top .col-01 .gall li {
	display: flex;
	justify-content: center;
	align-items: center;
}
#product .top .col-01 .gall img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.gall .swiper-button-prev, .gall2 .swiper-button-prev {
	left: 10px;
	right: auto;
	top: 50%;
	width: auto;
}
.gall .swiper-button-next, .gall2 .swiper-button-next {
	right: 10px;
	left: auto;
	top: 50%;
	width: auto;
}
.gall .swiper-button-next:after, .gall2 .swiper-button-next:after, .gall .swiper-button-prev:after, .gall2 .swiper-button-prev:after {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/gall-swiper-arrow.svg);
	opacity: 0.8;
	background-size: cover;
}
.gall .swiper-button-prev:after, .gall2 .swiper-button-prev:after {
	transform: rotate(180deg);
}
#product .top .col-02 {
	width: 452px;
	background-color: #F8EFE2;
	position: relative;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 {
		width: 24.835rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 {
		width: 100%;
		overflow: hidden;
		height: max-content;
		min-height: 294px;
		margin-bottom: 4.33vw;
	}
}

#product .top .col-02 .button {
	/*color: #CDA677;*/
	color: #fff;
	font-size: 15px;
	background-color: #0A2734;
	display: block;
	text-align: center;
	padding: 9px 0;
	width: 320px;
	margin: auto;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .button {
		width: 17rem;
		font-size: 0.8rem;
		padding: 0.5rem 0;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .button {
		display: none;
	}
}
#product .top .col-02 .button:hover {
	color: #fff;
	background-color: #6FC727;
	transition: 0.3s ease-out;
}
#product .top .col-02 .icon {
	margin: 41px 41px 16px;
	height: 41px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .icon {
		margin: 1.65rem 1.65rem 0.65rem;
		height: 1.65rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .icon {
		height: 11.01vw;
		margin: 5vw;
		border: 0.11vw solid #442C22;
		overflow: hidden;
	}
}
@media only screen and (max-width: 600px) {
	#product .top .col-02 .icon {
		height: 11.01vw;
		margin: 5vw;
	}
}
#product .top .col-02 .icon ul li p {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .icon ul li p {
		width: 2.8vw;
		height: 2.8vw;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .icon ul li p {
		width: 8.5vw;
		height: 8.5vw;
		margin: 1.21vw;
	}
}

#product .top .col-02 .icon .ico-01 {
	background-image: url(../images/prod-icon-eco.svg);
}
#product .top .col-02 .icon .ico-02 {
	background-image: url(../images/prod-icon-hot.svg);
}
#product .top .col-02 .icon .ico-03 {
	background-image: url(../images/prod-icon-painting.svg);
}
#product .top .col-02 .icon .ico-04 {
	background-image: url(../images/prod-icon-fragile.svg);
}
#product .top .col-02 .icon .ico-05 {
	background-image: url(../images/prod-icon-showroom.svg);
}
#product .top .col-02 .icon .ico-06 {
	background-image: url(../images/prod-icon-run-new.svg);
}
#product .top .col-02 .icon .ico-07 {
	background-image: url(../images/prod-icon-exclusive.svg);
}
#product .top .col-02 .icon .ico-08 {
	background-image: url(../images/prod-icon-set.svg);
}
#product .top .col-02 .icon ul li p span {
	background: #6FC727;
	color: #fff;
	font-size: 14px;
	position: absolute;
	padding: 5px 7px;
	visibility: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	bottom: 40px;
	opacity: 0;
	white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .icon ul li p span {
		bottom: 1.55rem;
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .icon ul li p span {
		opacity: 1;
		visibility: visible;
		bottom: 0;
		left: 9.14vw;
		font-size: 3.9vw;
		padding: 2.8vw 2.75vw 2.8vw;
		margin-bottom: 0;
		font-weight: 500;
		display: block;
	}
}
#product .top .col-02 .swiper-wrapper {
	transform: unset;
	transition-timing-function: unset;
	transition-property: unset;
	/*Устанавливаем время и имя анимации*/
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
#product .top .col-02 .swiper-wrapper .swiper-slide {
	transform: unset;
	transition: unset;
}
#product .top .col-02 .swiper-slide {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .swiper-slide {
		display: block;

	}
	#product .top .col-02 .swiper-slide.ico-01 {
		width: 17.06vw;
	}
	#product .top .col-02 .swiper-slide.ico-02 {
		width: 19.46vw;
	}
	#product .top .col-02 .swiper-slide.ico-03 {
		width: 19.56vw;
	}
	#product .top .col-02 .swiper-slide.ico-04 {
		width: 18.66vw;
	}
	#product .top .col-02 .swiper-slide.ico-05 {
		width: 24.8vw;
	}
	#product .top .col-02 .swiper-slide.ico-06 {
		width: 25.86vw;
	}
	#product .top .col-02 .swiper-slide.ico-07 {
		width: 16.36vw;
	}
	#product .top .col-02 .swiper-slide.ico-08 {
		width: 26.66vw;
	}
	#product  .top .col-02 .swiper-button-next:after, #product  .top .col-02 .swiper-button-prev:after {
		content: '';
		width: 1.67vw;
		height: 1.67vw;
		background-image: url(../images/prod-icon-arrow.svg);
		opacity: 0.8;
		background-size: cover;
		display: block;
	}
	#product  .top .col-02 .swiper-button-prev:after {
		transform: rotate(180deg);
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .swiper-slide {
		margin: 0;
	}
}
#product  .top .col-02 .swiper-button-next, #product  .top .col-02 .swiper-button-prev {
	display: none;
}
@media only screen and (max-width: 896px) {
	#product  .top .col-02 .swiper-button-next, #product  .top .col-02 .swiper-button-prev {
		top: 4vw;
		display: block;
		margin: 0;
	}
	#product  .top .col-02 .swiper-button-next {
		right: 0.4vw;
		width: auto;
	}

	#product  .top .col-02 .swiper-button-prev {
		left: 0.4vw;
		width: auto;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .swiper-slide.ico-01 {
		width: 39vw;
	}
	#product .top .col-02 .swiper-slide.ico-02 {
		width: 45vw;
	}
	#product .top .col-02 .swiper-slide.ico-03 {
		width: 46vw;
	}
	#product .top .col-02 .swiper-slide.ico-04 {
		width: 41vw;
	}
	#product .top .col-02 .swiper-slide.ico-05 {
		width: 47.8vw;
	}
	#product .top .col-02 .swiper-slide.ico-06 {
		width: 51.29vw;
	}
	#product .top .col-02 .swiper-slide.ico-07 {
		width: 33.99vw;
	}
	#product .top .col-02 .swiper-slide.ico-08 {
		width: 52.67vw;
	}
	#product  .top .col-02 .swiper-button-next:after, #product  .top .col-02 .swiper-button-prev:after {
		width: 3.33vw;
		height: 3.33vw;
	}
	#product  .top .col-02 .swiper-button-next, #product  .top .col-02 .swiper-button-prev {
		top: 9vw;
	}
	#product  .top .col-02 .swiper-button-next {
		right: 0.8vw;
	}
	#product  .top .col-02 .swiper-button-prev {
		left: 0.8vw;
	}
}
#product .top .col-02 .icon ul li p:hover span {
	visibility: visible;
	opacity: 1;
}
#product .top .col-02 .chars {
	font-size: 16px;
	margin: 16px 41px 0 41px;
	padding-left: 25px;
	list-style: disc;
	line-height: 20px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .chars {
		font-size: 14px;
		margin: 2vw 0 0 3.8vw;
		padding-left: 0;
		line-height: normal;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .chars {
		font-size: 5vw;
		margin: 0 11vw 4vw;
		line-height: normal;
	}
}
#product .top .col-02 .chars span {
	font-weight: 500;
}
#product .top .col-02 .min {
	font-size: 16px;
	font-weight: 500;
	margin: 5px 41px 20px 66px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .min {

		margin: 0.2rem 1.65rem 0.65rem 2.65rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .min {
		font-size: 4vw;
		margin: 0 5.4vw 5vw;
		line-height: 5vw;
	}
}

#product .top .col-02 .desc {
	font-size: 13px;
	margin: 16px 41px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .desc {

		margin: 0.65rem 1.65rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .desc {
		font-size: 4.5vw;
		margin: 5vw;
	}
}
#product .top .col-02 summary {
	margin: 0 2.46vw;
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 summary {
		margin: 0 5vw;
		font-size: 5vw;
	}
}
#product .top .col-02 .price {
	margin: 25px 40px 20px 66px;
	font-size: 20px;
	display: flex;
	align-items: flex-end;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .price {
		font-size: 1.1rem;
		margin: 1.5rem 1.65rem 0.65rem 2.65rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .price {
		margin: 5vw;
		font-size: 5vw;
	}
}
#product .top .col-02 .price span {
	font-size: 25px;
	font-weight: 500;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .price span {
		font-size: 1.375rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .price span {
		font-size: 6vw;
	}
}
#product .top .col-02 .price div span.new {
	color: #FF0000;
}
#product .top .col-02 .price div span.old {
	text-decoration: line-through;
	font-size: 18px;
	text-align: right;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .price div span.old {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .price div span.old {
		font-size: 3.22vw;
	}
}
#product .top .col-02 .price div span {
	display: block;
}
#product .top .col-02 .price .right {
	margin-left: 0.2rem;
	margin-top: -3px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-02 .price .right {
		margin-left: 0.3vw;
		margin-top: -0.2rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-02 .price .right {
		margin-left: 0.5vw;
		margin-top: -0.25vw;
	}
}
#product .top .col-03 {
	width: 100%;
	min-height: 324px;
	border: 1px solid #0A2734;
	position: relative;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-03 {
		min-height: 18rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 {
		border: none;
		width: 100%;
		min-height: initial;
	}
}
#product .top .col-03 .form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 .form {
		display: none;
	}
}
#product .top .col-03 .form label {
	font-size: 12px;
	display: block;
	padding: 10px 0 5px 0;
	width: 100%;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-03 .form label {

	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 .form label {
		padding: 3.5vw 0 2vw 0;
		font-size: 4vw;
	}
}

#product .top .col-03 .form div:first-child label {
	padding-top: 26px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-03 .form div:first-child label {
		padding-top: 1.35rem;
	}
}
#product .top .col-03 .form input {
	border: 1px solid #442C22;
	padding: 11px;
	width: 280px;
	font-size: 12px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-03 .form input {
		width: 20vw;
		padding: 0.79vw;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 .form input {
		width: 91vw;
		padding: 2vw 2vw 2vw;
		font-size: 4vw;
	}
}

#product .top .col-03 .form .reverse {
	width: 280px;
	padding-bottom: 15px;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-03 .form .reverse {
		width: 20vw;
		padding-bottom: 1.07vw;
	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 .form .reverse {
		width: 100%;
		padding-bottom: 1vw;
	}
}
#product .top .col-03 .form .reverse span {
	font-size: 12px;
	display: block;
	color: #442C22;
	padding: 10px 0;
}

@media only screen and (max-width: 896px) {
	#product .top .col-03 .form .reverse span {
		font-size: 3.8vw;
		line-height: 3.8vw;
		padding: 2vw 0;
	}
}


#product .top .col-03 .form .reverse a {
	color: #6FC727;
}
#product .top .col-03 .form .reverse a:hover {
	color: #0A2734;
}
#product .top .col-03 .form .reverse a.button {
	color: #fff;
	font-size: 15px;
	background-color: #0A2734;
	display: block;
	text-align: center;
	padding: 9px 0;
}
@media only screen and (max-width: 1400px) {
	#product .top .col-03 .form .reverse a.button {

	}
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 .form .reverse a.button {
		line-height: 4.35vw;
		padding: 4.32vw 0;
		font-size: 5vw;
		width: 100%;
	}
}
#product .top .col-03 .form .reverse a.button:hover {
	/*color: #fff;*/
	background-color: #6FC727;
	transition: 0.3s ease-out;
}
#product .top .col-03 .form .file p {
	font-size: 12px;
	padding: 20px 0 0 0;
	width: 241px;
}
#product .top .col-03 .form .file label {
	padding: 10px 0 10px 0;
}
#product .top .col-03 .mobile {
	display: none;
}
@media only screen and (max-width: 896px) {
	#product .top .col-03 .mobile {
		color: #fff;
		font-size: 5vw;
		background-color: #0A2734;
		display: block;
		text-align: center;
		padding: 4vw 0;
	}
}

#product .look-3d {
	color: #6FC727;
	display: inline-block;
	font-size: 22px;
	border-bottom: 2px solid #6FC727;
}
@media only screen and (max-width: 1400px) {
	#product .look-3d {
		margin: 0;
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .look-3d {
		font-size: 4.83vw;
		padding: 0vw;
		margin: 2vw 0;
	}
}

#product .look-3d:hover {
	color: #442C22;
	border-bottom: 2px solid #442C22;
}
#product .limiter {
	padding-top: 0;
}
#product .read-more-checker ~ .read-more-button:before {
	content: "Описание ↓";
}
#product .read-more-checker:checked ~ .read-more-button:before {
	content: "Описание ↑";
}














#product table {
	background: #F8EFE2;
	width: 100%;
}
#product table.one thead tr td {
	padding-left: 20px;
	font-size: 18px;
	line-height: 46px;
	font-weight: 500;
	color: #333;
}
@media only screen and (max-width: 896px) {
	#product table.one thead tr td {
		padding-left: 1.5vw;
		font-size: 3.33vw;
		line-height: 6.25vw;
	}
}

#product table tr td {
	border: 2px solid #fff;
	vertical-align: middle;
	font-size: 18px;
	padding: 10px;
	color: #333;
}
@media (max-width: 896px) {
	#product table tr td {
		font-size: 4.2vw;
		padding: 2vw;
	}
}
#product table tr:first-child td {
	border-top: none;
}
#product table.one tr td:first-child {
	width: 20%;
}
#product table.one img {
	margin: auto;
	display: block;
	object-fit: contain;
	max-height: 80px;
	width: 100%;
}
#product table tr td {

}
#product table.one tr td a {
	font-size: 18px;
	/*margin: 10px;*/
	color: #333;
	text-decoration: underline;
}
@media only screen and (max-width: 896px) {
	#product table.one tr td a {
		font-size: 3.33vw;
		margin: 0;
	}
}

#product table.one tr td a:hover {
	text-decoration: none;
	color: #6FC727;
}
#product table.one img {
	height: 88px;
	margin: 0;
	vertical-align: middle;
}
@media only screen and (max-width: 896px) {
	#product table.one img {
		height: 13.5vw;
	}
}
#product table.two {
	font-weight: 400;
}
@media only screen and (max-width: 896px) {
	#product table.two {
		margin: 0 -5vw;
		width: calc(100% + 10vw);
	}
}
#product table.two .char.minzak {
	background-color: #0a2734;

}
#product table tr.minzak td {
	color: #fff;
}
#product table.two tr.top td {
	color: #442C22;
	font-weight: 500;
}
#product table.two tr td:last-child, #product table.two tr:last-child td:nth-child(3) {
	text-align: center;
}
@media only screen and (max-width: 896px) {
	#product table.two tr td:last-child {
		width: 28vw;
	}
}
#product table.two tr.stoimost {
	background-color: #0a2734;
}
#product table.two tr.stoimost td {
	text-align: left;
	color: #fff;
}

#product table.two td.white {
	background: #fff;
}
@media only screen and (max-width: 896px) {
	#product table.two td.white {
		display: none;
	}
}
#product table.two tr.top td.image {
	width: 20%;
}
@media only screen and (max-width: 896px) {
	#product table.two tr.top td.image {
		display: none;
	}
}
#product table.two tr.mob-image {
	display: none;
}
@media only screen and (max-width: 896px) {
	#product table.two tr.mob-image {
		display: contents;
	}
}
#product table.two tr.mob-image img {
	width: 50vw;
}

#product table.two tr td.image img {
	width: 100%;
}
#product table.two tr.top td:last-child {
	width: 20%;
}
@media only screen and (max-width: 896px) {
	#product table.two tr.top td:last-child {
		width: 30%;
	}
	/*#product table.two tr.top td:last-child(2) {
		width: 70%;
	}*/
}

#product table.two tr td {
	line-height: 23px;
}
@media only screen and (max-width: 1400px) {
	#product table.two tr td {
		line-height: 1.264rem;
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 896px) {
	#product table.two tr td {
		font-size: 4vw;
		padding: 2.5vw 3vw;
		line-height: normal;
	}
}















































#product table.three tr td a {
	font-size: 18px;
	/*margin: 10px;*/
	color: #CDA677;
	text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
	#product table.three tr td a {
		font-size: 0.97rem;
	}
}
@media only screen and (max-width: 896px) {
	#product table.three tr td a {
		font-size: 2.90vw;
		line-height: 3.86vw;
	}
}
#product table.three {
	font-weight: 400;
}
@media only screen and (max-width: 896px) {
	#product table.three, #product table.one {
		margin: 0 -5vw;
		width: calc(100% + 10vw);
	}
}
#product table.three tr.char td:nth-child(1), #product table.three tr.char td:nth-child(4) {
	width: 20%;
}
#product table.three tr.char td:nth-child(2) {
	width: 45%;
}
#product table.three tr.char td:nth-child(3) {
	width: 15%;
}
#product table.three tr.char img {
	/*max-height: 70px;	*/
}
#product table.three tr td:last-child, #product table.three tr:last-child td:nth-child(3) {
	text-align: center;
}
@media only screen and (max-width: 896px) {
	#product table.three tr td:last-child {
		width: 16.67vw;
	}
}
#product table.three td.white {
	background: #fff;
}

#product table.three tbody:first-child tr td:first-child, #product table.three tbody:first-child tr td:first-child img {
	object-fit: contain;
}


#product table.three tbody:first-child tr td:nth-child(3) {
	text-align: center;
}
#product table.three tbody:last-child tr:first-child, #product table.three tbody:last-child tr td:last-child {
	font-weight: 500;
}

#product table.three tbody:last-child tr:first-child td:nth-child(2), #product table.three tbody:last-child tr:first-child td:nth-child(3) {
	text-align: center;

}
@media only screen and (max-width: 896px) {
	#product table.three tbody:last-child tr:first-child td:nth-child(2), #product table.three tbody:last-child tr:first-child td:nth-child(3) {
		padding: 2vw 0;
		line-height: 1.1;
	}
}
#product table.three tbody:last-child tr:not(:first-child) td:nth-child(4), #product table.three tbody:last-child tr:not(:first-child) td:nth-child(3) {

	text-align: center;
}
#product table.three tr td {
	padding: 0 10px;
	line-height: 29px;
}
@media only screen and (max-width: 1400px) {
	#product table.three tr td {
		padding: 0 0.54rem;
		line-height: 1.57rem;
		font-size: 0.97rem;
	}
}
@media only screen and (max-width: 896px) {
	#product table.three tr td {
		font-size: 2.90vw;
		padding: 2vw 1vw;
	}
}




#product table.three tbody:last-child img {
	width: 170px;
	margin: auto;
	display: block;
	object-fit: contain;
	max-height: 80px;
}


#product table.three tbody:last-child tr td.fast:before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../images/fast.svg);
	opacity: 0.8;
	background-size: cover;
	position: absolute;
	margin: 10px 0;
}
@media only screen and (max-width: 1400px) {
	#product table.three tbody:last-child tr td.fast:before {
		width: 1.63rem;
		height: 1.63rem;
		margin: 0.54rem 0;
	}
}
@media only screen and (max-width: 896px) {
	#product table.three tbody:last-child tr td.fast:before {
		width: 3.86vw;
		height: 3.86vw;
	}
}






























#product .model-3d {
	display: flex;
	justify-content: space-between;
	padding: 58px 0;
	text-align: center;
}
@media only screen and (max-width: 1400px) {
	#product .model-3d {
		padding: 3rem 0;
	}
}
@media only screen and (max-width: 896px) {
	#product .model-3d {
		flex-wrap: wrap;
		padding: 11.33vw 0;
	}
	#product .model-3d li {
		width: 50%;
		padding-bottom: 6.67vw;
	}
}


#product .model-3d div {
	/*color: #CDA677;*/
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
	#product .model-3d div {
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 896px) {
	#product .model-3d div {
		font-size: 1.34vw;
	}
}
#product .model-3d img {
	width: 92px;
	height: 92px;
}
@media only screen and (max-width: 896px) {
	#product .model-3d img {
		width: 16.33vw;
		height: 16.33vw;
	}
}

#product .model-3d div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#product .model-3d div.name {
	font-size: 30px;
	text-decoration: none;
	position: absolute;
}
@media only screen and (max-width: 1400px) {
	#product .model-3d div.name {
		font-size: 1.648rem;
		font-weight: 500;
	}
}
@media only screen and (max-width: 896px) {
	#product .model-3d div.name {
		font-size: 5.33vw;
	}
}

#product .model-3d div.bottom {
	padding-top: 0.5rem;
	color: #0A2734;
}
@media only screen and (max-width: 896px) {
	#product .model-3d div.bottom {
		font-size: 4vw;
	}
}
#product .model-3d a:hover img {
	filter: invert(59%) sepia(83%) saturate(414%) hue-rotate(50deg) brightness(97%) contrast(90%);

}
#product .model-3d a:hover div {
	color: #6FC727;
}
#product .model-3d a:hover div.name {
	color: #fff;
}

#product .model-3d-archive .name {
	font-weight: 500;
	font-size: 29px;
	line-height: 38px;
}
@media only screen and (max-width: 1400px) {
	#product .model-3d-archive .name {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .model-3d-archive .name {
		font-size: 5.31vw;
		line-height: 6.76vw;
	}
}

#product .model-3d-archive .name span {
	color: #6FC727;
}
#product .model-3d-archive p {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 74px;
}
@media only screen and (max-width: 1400px) {
	#product .model-3d-archive p {
		font-size: 1.1rem;
		line-height: 1.5rem;
		padding-bottom: 4rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .model-3d-archive p {
		font-size: 3.86vw;
		line-height: 4.83vw;
		padding-bottom: 20.05vw;
	}
}

#product .model-3d-archive p a {
	color: #6FC727;
}
#product .model-3d-archive p a:hover {
	text-decoration: underline;
}

#product .model-3d-archive a.button {
	color: #fff;
	font-size: 23px;
	background-color: #0A2734;
	display: block;
	text-align: center;
	padding: 18px 0;
	width: 300px;
	font-weight: 400;
	margin: 58px 0;
}
@media only screen and (max-width: 1400px) {
	#product .model-3d-archive a.button {
		margin: 3rem 0;
		padding: 1rem 0;
		width: 16rem;
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .model-3d-archive a.button {
		margin: 6.76vw 0;
		padding: 2vw 0;
		width: 24.15vw;
		font-size: 3.38vw;
	}
}

#product img.ventil {
	width: inherit;
}
#product summary::-webkit-details-marker {
	display:none;
}
#product summary::-moz-list-bullet {
	list-style-type:none;
}
#product summary::marker {
	display:none;
}
#product summary {
	font-size: 1.79vw;
	cursor: pointer;
	margin: 0 0 2.46vw 0;
	display: inline-block;
	font-weight: 500;
}
@media only screen and (min-width: 897px) {
	#product summary {
		display: none;
	}
}
@media only screen and (max-width: 896px) {
	#product summary {
		font-size: 3.83vw;
	}
}
#product summary:after {
	content: '';
	margin-left: 0.3vw;
	display: inline-block;
	transition: transform .5s;
	width: 1.7vw;
	background-image: url(../images/prod-summary-arrow.svg);
	height: 0.8vw;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 896px) {
	#product summary:after {
		width: 3.33vw;
		height: 1.5vw;
		margin: 0 1vw 0.2vw;
	}
}
#product details[open] > summary:after {
	transform: scale(1,-1);
}
#product details[open] summary ~ *{
	animation: sweep .5s ease-in-out;
}
@keyframes sweep {
	0%    {opacity: 0;}
	100%  {opacity: 1;}
}
#product details {
	display:block;
	font-size: 17px;
}
@media only screen and (max-width: 1400px) {
	#product details {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 896px) {
	#product details {
		font-size: 3.33vw;
	}
}

#product .excl {
	width: 860px;
	border: 1px solid #0A2734;
	display: flex;
	align-items: center;
	padding: 33px 12px;

	margin-top: 58px;
	position: relative;
	gap: 35px;
}
@media only screen and (max-width: 1400px) {
	#product .excl {
		width: 47rem;
		padding: 1.8rem 0.7rem;
		margin-top: 3rem;
		border: 0.08rem solid #0A2734;
		gap: 3rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl {
		width: 64.17vw;
		flex-direction: column;
		margin: 10vw auto;
	}
}

#product .excl:before {
	content: '';
	width: 150px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -15px;
	left: 8px;
	background-image: url(../images/exclu-logo-2.svg);
}
@media only screen and (max-width: 1400px) {
	#product .excl:before {
		width: 11rem;
		top: -1.4rem;
		left: 0.3rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl:before {
		width: 27.67vw;
		left: 1vw;
		top: -3vw;
	}
}
#product .excl .text {
	display: flex;
	flex-direction: column;
	margin-left: 24px;
}
@media only screen and (max-width: 1400px) {
	#product .excl .text {
		margin-right: 1.3rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .text {
		margin-right: 0;
	}
}

#product .excl .logo {
	width: 105px;
	height: 105px;
	object-fit: contain;
}
@media only screen and (max-width: 1400px) {
	#product .excl .logo {
		width: 6rem;
		height: 6rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .logo {
		width: 50vw;
		height: 50vw;
		margin-bottom: 4vw;
	}
}
#product .excl div a {
	font-size: 18px;
	margin-bottom: 17px;
	color: #333;
}
@media only screen and (max-width: 1400px) {
	#product .excl div a {
		font-size: 1rem;
		margin-bottom: 0.9rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl div a {
		font-size: 3.33vw;
		margin-bottom: 3vw;
	}
}
#product .excl div a:hover {
	color: #6FC727;
}
#product .excl .col-01 {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
@media only screen and (max-width: 1400px) {
	#product .excl .col-01 {
		margin-left: 3rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .col-01 {
		margin-left: 0;
		flex-direction: row-reverse;
		gap: 2vw;
		margin-top: 3vw;
	}
}
#product .excl .col-01 .photo {
	border-radius: 100px;
	border: 1px solid green;
	width: 92px;
	height: 92px;
	padding: 4px;
	object-fit: cover;
}
@media only screen and (max-width: 1400px) {
	#product .excl .col-01 .photo {
		border-radius: 4rem;
		width: 5.1rem;
		height: 5.1rem;
		padding: 0.19rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .col-01 .photo {
		border-radius: 18.5vw;
		width: 18.5vw;
		height: 18.5vw;
		padding: 0.5vw;
	}
}
#product .excl .col-01 .ico {
	display: none!important;
}
#product .excl .col-01 .ico a {
	content: '';
	width: 31px;
	height: 31px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	margin: 12px 28px 0 0;
}
@media only screen and (max-width: 1400px) {
	#product .excl .col-01 .ico a {
		width: 1.6rem;
		height: 1.6rem;
		margin: 0.7rem 1.5rem 0 0;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .col-01 .ico a {
		width: 6.33vw;
		height: 6.33vw;
		margin: 0 3.5vw 0 0;
	}
}
#product .excl .ico-01 {
	background-image: url(../images/tm.svg);
}
#product .excl .ico-02 {
	background-image: url(../images/dzen.svg);
}
#product .excl .ico-03 {
	background-image: url(../images/vk.svg);
}
#product .excl .col-01 p {
	font-size: 18px;
	line-height: 24px;
}
@media only screen and (max-width: 1400px) {
	#product .excl .col-01 p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .col-01 p {
		font-size: 3.33vw;
		line-height: 4vw;
	}
}
#product .excl .col-02 {
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 896px) {
	#product .excl .col-02 {
		padding: 3vw 0;
	}
}
#product .excl .col-02 a {
	display: flex;
	align-items: center;
}
#product .excl .col-02 a:before {
	width: 21px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 18px;
	content: '';
}
@media only screen and (max-width: 1400px) {
	#product .excl .col-02 a:before {
		width: 1.5rem;

		margin-right: 1rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .col-02 a:before {
		width: 4.5vw;

		margin-right: 2vw;
	}
}
#product .excl .col-02 a:last-child {
	margin-bottom: 0;
}
#product .excl .col-02 a.mail:before {
	background-image: url(../images/mail.svg);
	height: 16px;
}
#product .excl .col-02 a.tel:before {
	background-image: url(../images/phone_g.svg);
	height: 20px;
}
#product .excl .col-02 a.site:before {
	background-image: url(../images/site_g.svg);
	height: 21px;
}
@media only screen and (max-width: 1400px) {
	#product .excl .col-02 a.mail:before {
		height: 1.3rem;
	}
	#product .excl .col-02 a.tel:before {
		height: 1.5rem;
	}
	#product .excl .col-02 a.site:before {
		height: 1.5rem;
	}
}
@media only screen and (max-width: 896px) {
	#product .excl .col-02 a.mail:before {
		height: 16px;
	}
	#product .excl .col-02 a.tel:before {
		height: 20px;
	}
	#product .excl .col-02 a.site:before {
		height: 21px;
	}
}





.select select {
	-webkit-appearance: none;
	padding: 2px 25px 0px 25px;
	border: 1px solid #0A2734;
	background: #f8efe2;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	transition: all 150ms ease;
}
@media only screen and (max-width: 896px) {
	.select select {
		padding: 1vw 5vw 0.2vw 1vw;
		font-size: 3vw;
	}
}
label.select {
	position: relative;
}

.select select:required:invalid {
	color: #5a667f;
}
.select select option {
	color: #442C22;
}
.select select option[value=""][disabled] {
	display: none;
}
.select select:focus {
	outline: none;
}
.select select option:hover {
	background: rgba(250, 250, 250, 0.3);
}



















.tab-wrap {
	-webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	justify-content: space-between;
}
@media only screen and (max-width: 896px) {
	.tab-wrap {
		padding-top: 8vw;
		justify-content: center;
	}
}










.tabs {
	margin-top: 58px;
	-webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	grid-column-gap: 6.66%;
}
@media only screen and (max-width: 1400px) {
	.tabs {
		margin-top: 3rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabs {
		margin-top: 5vw;
		justify-content: center;
		grid-column-gap: 0%;
		flex-direction: column;
	}
}

.tabs.two {
	padding-top: 37px;
}
@media only screen and (max-width: 896px) {
	.tabs.two {
		padding-top: 4vw;
	}
}
.tabs button {
	background-color: #0A2734;
	cursor: default;
	/*color: #CDA677;*/
	color: #fff;
	min-width: 20%;
	padding: 0 10px;
	font-size: 18px;
	/*padding: 21px 0;*/
	line-height: 24px;
	height: 59px;
	border: 2px solid #0A2734;
	-webkit-transition: border-color 0.5s ease, background-color 0.5s ease, box-shadow 0.3s ease;
	-moz-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease, background-color 0.5s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 1400px) {
	.tabs button {
		font-size: 1.6vw;
		/*width: 13.5rem;*/
		height: 3.5rem;
		line-height: 1.3rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabs button {
		font-size: 5vw;
		width: 100%;
		margin: 1vw;
		padding: 2vw;
		line-height: normal;
		height: 10.5vw;
	}
}
.tabs button:hover {
	border: 2px solid #6FC727;
	cursor: pointer;
}
.tabs button.active {
	background-color: #6FC727;
	color: #fff;
	border: 2px solid #6FC727;
}




.tabs button.tab1:before {
	content: '';
	margin: -3px 5px -4px 0px;
	display: inline-block;
	width: 20px;
	background-image: url(../images/prod-tab-01.svg);
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 896px) {
	.tabs button.tab1:before {
		width: 5vw;
		height: 5vw;
		margin: 0.1vw 1.5vw 0 0;
	}
}

.tabs button.tab2:before {
	content: '';
	margin: -3px 5px -4px 0px;
	display: inline-block;
	width: 16px;
	background-image: url(../images/prod-tab-02.svg);
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 896px) {
	.tabs button.tab2:before {
		width: 5vw;
		height: 5vw;
		margin: 0.1vw 1.2vw 0 0.5vw;
	}
}

.tabs button.tab3:before {
	content: '';
	margin: -3px 5px -4px 0px;
	display: inline-block;
	width: 24px;
	background-image: url(../images/prod-tab-03.svg);
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 896px) {
	.tabs button.tab3:before {
		width: 5vw;
		height: 5vw;
		margin: 0.1vw 1.5vw 0 0vw;
	}
}
.tabs button.tab4:before {
	content: '';
	margin: -3px 5px -4px 0px;
	display: inline-block;
	width: 20px;
	background-image: url(../images/prod-tab-04.svg);
	height: 19px;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 896px) {
	.tabs button.tab4:before {
		width: 5vw;
		height: 5vw;
		margin: 0.1vw 1.5vw 0 0vw;
	}
}

.tabs button.tab5:before {
	content: '';
	margin: -3px 5px -4px 0px;
	display: inline-block;
	width: 20px;
	background-image: url(../images/bag-new.svg);
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 896px) {
	.tabs button.tab5:before {
		width: 5vw;
		height: 5vw;
		margin: 0.1vw 1.5vw 0 0vw;
	}
}

.tabs .active:before {
	filter: invert(0%) sepia(0%) saturate(1896%) hue-rotate(345deg) brightness(115%) contrast(100%);
}








.tabcontent {
	display: none;
	padding: 40px 0 10px 0;
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 1400px) {
	.tabcontent {
		padding-top: 2.2rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent {
		padding: 4.33vw 0;
	}
}


a.topright {
	float: right;
	cursor: pointer;
	position: absolute;
	right: 25px;
	font-size: 50px;
	font-weight: 100;
	top: 60px;
}
@media only screen and (max-width: 896px) {
	a.topright {
		right: 10vw;
		top: 7vw;
	}
}
.tabcontent a.topright:hover {
	color: #6FC727;
	text-decoration: none;
}

.tabcontent img {
	width: inherit;
}
.tabcontent p {
	font-size: 17px;
	line-height: 23px;
	padding-top: 10px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent p {
		font-size: 1rem;
		line-height: 1.2rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent p {
		font-size: 4vw;
		line-height: normal;
	}
}

.tabcontent ul, .tabcontent ol {
	padding-left: 25px;
	line-height: 23px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent ul, .tabcontent ol {
		padding-left: 1.5rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent ul, .tabcontent ol {
		padding-left: 5vw;
	}
}
.tabcontent ul li, .tabcontent ol li {
	font-size: 17px;
	list-style: auto;
}
@media only screen and (max-width: 1400px) {
	.tabcontent ul li, .tabcontent ol li {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent ul li, .tabcontent ol li {
		font-size: 3.33vw;
	}
}

.tabcontent .img-pool {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
	.tabcontent .img-pool {
		padding-top: 1rem;
		padding-bottom: 1rem;
		flex-direction: column;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent .img-pool {
		flex-direction: column;
	}
}
.tabcontent .img-pool img {
	width: 300px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent .img-pool img {
		width: 16rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent .img-pool img {
		width: 100%;
		padding-bottom: 3vw;
	}
}
.tabcontent ul.preim {
	display: flex;
	flex-wrap: wrap;
	padding-left: 180px;
}
@media only screen and (max-width: 1400px) {
	.tabcontentt ul.preim {
		padding-left: 10rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent ul.preim {
		padding-left: 0vw;
		flex-direction: column;
	}
}

.tabcontent ul.preim li {
	list-style: unset;
	display: flex;
	align-items: center;
	width: 50%;
	padding-bottom: 38px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent ul.preim li {
		padding-bottom: 2rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent ul.preim li {
		width: 100%;
		padding-bottom: 7vw;
		justify-content: center;
	}
}

.tabcontent ul.preim li:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent ul.preim li:before {
		margin-right: 1rem;
		width: 1.65rem;
		height: 1.65rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent ul.preim li:before {
		margin-right: 2vw;
		width: 6.67vw;
		height: 6.67vw;
	}
}

.tabcontent ul.preim li.ico-01:before {
	background-image: url(../images/preim-01.svg);
}
.tabcontent ul.preim li.ico-02:before {
	background-image: url(../images/preim-02.svg);
}
.tabcontent ul.preim li.ico-03:before {
	background-image: url(../images/preim-03.svg);
}
.tabcontent ul.preim li.ico-04:before {
	background-image: url(../images/preim-04.svg);
}
.tabcontent ul.preim li.ico-05:before {
	background-image: url(../images/preim-05.svg);
}
.tabcontent ul.preim li.ico-06:before {
	background-image: url(../images/preim-06.svg);
}



#lekala > div, #vlaga > div, #svet > div, #izgib > div {
	display: flex;
	border: 2px solid #6FC727;
	padding: 25px;
}
@media only screen and (max-width: 1400px) {
	#lekala > div, #vlaga > div, #svet > div, #izgib > div {
		padding: 1.4rem;
		border: 0.13rem solid #6FC727;
	}
}
@media only screen and (max-width: 896px) {
	#lekala > div, #vlaga > div, #svet > div, #izgib > div {
		flex-direction: column;
	}
}
#lekala img, #vlaga img {
	width: 433px;
}
@media only screen and (max-width: 1400px) {
	#lekala img, #vlaga img {
		width: 23.79rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala img, #vlaga img {
		width: 100%;
	}
}
#lekala .video-link, #vlaga .video-link {
	display: block;
	font-size: 20px;
	color: #6FC727;
}
@media only screen and (max-width: 1400px) {
	#lekala .video-link, #vlaga .video-link {
		font-size: 1.0989rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .video-link, #vlaga .video-link {
		font-size: 3.33vw;
	}
}
#lekala .manager, #vlaga .manager {
	display: block;
	font-size: 20px;
	color: #6FC727;
}
@media only screen and (max-width: 1400px) {
	#lekala .manager, #vlaga .manager {
		font-size: 1.0989rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .manager, #vlaga .manager {
		font-size: 3.33vw;
	}
}
#lekala p, #vlaga p, #svet p, #izgib p {
	font-size: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 1400px) {
	#lekala p, #vlaga p, #svet p, #izgib p {
		font-size: 1.0989rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala p, #vlaga p, #svet p, #izgib p {
		font-size: 3.33vw;
	}
}
#lekala .left span, #vlaga .left span, #svet .left span, #izgib .left span {
	font-size: 17px;
}
@media only screen and (max-width: 1400px) {
	#lekala .left span, #vlaga .left span, #svet .left span, #izgib .left span {
		font-size: 0.934rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .left span, #vlaga .left span, #svet .left span, #izgib .left span {
		font-size: 2.7vw;
	}
}
#lekala span, #vlaga span, #svet span, #izgib span {
	display: block;
	font-size: 20px;
	font-weight: 400;
}
@media only screen and (max-width: 1400px) {
	#lekala span, #vlaga span, #svet span, #izgib span {
		font-size: 1.0989rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala span, #vlaga span, #svet span, #izgib span {
		font-size: 3.33vw;
	}
}
#lekala label, #vlaga label, #svet label, #izgib label {
	font-size: 20px;
	cursor: pointer;
}
@media only screen and (max-width: 1400px) {
	#lekala label, #vlaga label, #svet label, #izgib label {
		font-size: 1.0989rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala label, #vlaga label, #svet label, #izgib label {
		font-size: 3.33vw;
	}
}
#lekala .right span.title, #vlaga .right span.title, #svet .right span.title, #izgib .right span.title {
	padding: 20px 0 0 0;
	line-height: 20px;
}
@media only screen and (max-width: 1400px) {
	#lekala .right span.title, #vlaga .right span.title, #svet .right span.title, #izgib .right span.title {
		padding: 1.0989rem 0 0 0;
		line-height: 1.0989rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .right span.title, #vlaga .right span.title, #svet .right span.title, #izgib .right span.title {
		padding: 6vw 0 1vw 0;
		line-height: 2vw;
	}
}
#lekala .right, #vlaga .right, #svet .right, #izgib .right {
	padding: 35px 20px 0 145px;
}
@media only screen and (max-width: 1400px) {
	#lekala .right, #vlaga .right, #svet .right, #izgib .right {
		padding: 1.925rem 1.0989rem 0 7.9671rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .right, #vlaga .right, #svet .right, #izgib .right {
		padding: 5vw 0 0;
	}
}

#lekala .group .form-check, #vlaga .group .form-check, #svet .group .form-check, #izgib .group .form-check {
	width: 50%;
}
@media only screen and (max-width: 896px) {
	#lekala .group .form-check, #vlaga .group .form-check, #svet .group .form-check, #izgib .group .form-check {
		width: 100%;
	}
}
#lekala .inputs, #izgib .inputs {
	display: flex;
	padding-top: 20px;
}
@media only screen and (max-width: 1400px) {
	#lekala .inputs, #izgib .inputs {
		padding-top: 1.0989rem;
	}
}
#lekala .inputs input, #izgib .inputs input {
	border: 1px solid #442C22;
	padding: 11px;
	font-size: 12px;
}
@media only screen and (max-width: 1400px) {
	#lekala .inputs input, #izgib .inputs input {
		border: 0.055rem solid #442C22;
		padding: 0.6045rem;
		font-size: 0.6595rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .inputs input, #izgib .inputs input {
		font-size: 2.5vw;
	}
}

#izgib .inputs div input {
	width: 155px;
}
@media only screen and (max-width: 1400px) {
	#izgib .inputs div input {
		width: 8.5165rem;
	}
}
@media only screen and (max-width: 896px) {
	#izgib .inputs div input {
		width: 26vw;
	}
}
#lekala .inputs div input {
	width: 220px;
	padding: 8px;
}
@media only screen and (max-width: 1400px) {
	#lekala .inputs div input {
		width: 12.088rem;
		padding: 0.4396rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .inputs div input {
		width: 43vw;
	}
}

#lekala .inputs label {
	cursor: auto;
	font-size: 18px;
}
@media only screen and (max-width: 1400px) {
	#lekala .inputs label {
		font-size: 0.9894rem;
	}
}
@media only screen and (max-width: 896px) {
	#lekala .inputs label {
		font-size: 2.8vw;
	}
}
#lekala .inputs div {
	line-height: 30px;
}
@media only screen and (max-width: 1400px) {
	#lekala .inputs div {
		line-height: 1.6485rem;
	}
}
#svet img {
	max-width: 255px;
}
@media only screen and (max-width: 1400px) {
	#svet img {
		max-width: 14.011rem;
	}
}
@media only screen and (max-width: 896px) {
	#svet img {
		max-width: 100%;
	}
}
#svet .left .form-check {
	margin: -20px 0 10px 0;
}
@media only screen and (max-width: 1400px) {
	#svet .left .form-check {
		margin: -1.0989rem 0 0.5495rem 0;
	}
}
#izgib .swiper-izgib {
	overflow: hidden;
	width: 433px;
	position: relative;
}
@media only screen and (max-width: 1400px) {
	#izgib .swiper-izgib {
		width: 23.7915rem;
	}
}
@media only screen and (max-width: 896px) {
	#izgib .swiper-izgib {
		width: 100%;
	}
}
#izgib .swiper-izgib ul li {
	list-style-type: none;
}
#izgib .swiper-izgib ul li .form-check {
	padding-bottom: 10px;
}
@media only screen and (max-width: 1400px) {
	#izgib .swiper-izgib ul li .form-check {
		padding-bottom: 0.5495rem;
	}
}
#izgib .swiper-izgib .swiper-wrapper {
	padding-left: 0;
}
@media only screen and (max-width: 896px) {
	#izgib .swiper-izgib .swiper-wrapper {
		padding-bottom: 1vw;
	}
}
.tabcontent .form-check.disabled {
	pointer-events: none;
	color: #000000;
	opacity: 0.3;
}
.tabcontent .form-check input {
	-webkit-appearance: auto;
	width: 18px;
	height: 18px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent .form-check input {
		width: 1rem;
		height: 1rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent .form-check input {
		width: 3vw;
		height: 3vw;
	}
}
.tabcontent .form-check span {
	margin: -13px 0 0 30px;
	line-height: 24px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent .form-check span {
		margin: -1vw 0 0 2vw;
		line-height: 2vw;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent .form-check span {
		margin: -2vw 0 0 4.8vw;
		line-height: 4vw;
	}
}

.tabcontent .group {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 896px) {
	.tabcontent .group {
		flex-direction: column;
	}
}
.tabcontent a:hover {
	text-decoration: underline;
}
.tabcontent .buttons {
	display: flex;
	padding-top: 20px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent .buttons {
		padding-top: 0;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent .buttons {
		padding-top: 1vw;
		justify-content: space-between;
	}
}
.tabcontent .buttons a {
	color: #CDA677;
	font-size: 15px;
	background-color: #0A2734;
	display: block;
	text-align: center;
	margin: 20px 20px 20px 0;
	width: 150px;
}
@media only screen and (max-width: 1400px) {
	.tabcontent .buttons a {
		font-size: 0.825rem;
		margin: 1.0989rem 1.0989rem 1.0989rem 0;
		width: 8.242rem;
	}
}
@media only screen and (max-width: 896px) {
	.tabcontent .buttons a {
		font-size: 3.33vw;
		margin: 1vw 0;
		width: 49%;
	}
}
.tabcontent .buttons a:hover {
	color: #fff;
	background-color: #6FC727;
	transition: 0.3s ease-out;
	text-decoration: none;
	cursor: pointer;
}
.prod-slider {
	position: relative;
	margin: 0 -100px 80px;
}
@media only screen and (max-width: 1400px) {
	.prod-slider {
		margin: 0 -4rem 3rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider {
		margin: 0 -7vw 6vw;
	}
}
.prod-slider .gallery-detail-2 {
	margin: 0 100px;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 {
		margin: 0 4rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 {
		margin: 0 7vw;
	}
}
.prod-slider .gallery-detail-2 .swiper-wrapper li {
	height: 217px;

	position: relative;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.5s ease;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li {
		height: 11.923rem;

		font-size: 0.9890rem;
		line-height: 1.3186rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li {
		height: 58.6669vw;
	}
}

.prod-slider .gallery-detail-2 .swiper-wrapper li div.top {
	color: #fff;
	padding: 12.5px;
	position: absolute;
	right: 0;
	font-size: 17px;
	line-height: 32.5px;
	text-shadow: 1px 1px 2px black;

}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li div.top {
		padding: 0.5rem;
		font-size: 0.68rem;
		line-height: 1.3rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li div.top {
		font-size: 2.46vw;
		padding: 1.79vw;
		line-height: 2vw;
	}
}
.prod-slider .gallery-detail-2 .swiper-wrapper li div.bottom {
	color: #fff;
	padding: 12.5px;
	position: absolute;
	right: 0;
	font-size: 17px;
	line-height: 32.5px;
	bottom: 50px;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li div.bottom {
		padding: 0.5rem;
		font-size: 0.68rem;
		line-height: 1.3rem;
		bottom: 2rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li div.bottom {
		font-size: 2.46vw;
		padding: 1.79vw;
		bottom: 7vw;
		line-height: 2vw;
	}
}
.prod-slider .gallery-detail-2 .swiper-wrapper li img {
	width: 100%;
	object-fit: cover;
	height: 160px;
	margin: auto;
	display: block;
	max-width: 100%;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li img {
		height: 8.7912rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li img {
		height: 47.75vw;
	}
	.prod-slider.uslugi .gallery-detail-2 .swiper-wrapper li img {
		object-position: top;
	}
}
.prod-slider.uslugi .gallery-detail-2 .swiper-wrapper li img {
	width: 100%;
	object-fit: cover;
}
.prod-slider .gallery-detail-2 .swiper-wrapper li span {
	background: #6FC727;
	display: block;
	padding: 2.5px 8px 2.5px 14px;
	color: #fff;
	position: relative;
	font-weight: 400;
	font-size: 18.75px;
	line-height: 37.5px;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span {
		font-size: 0.75rem;
		line-height: 1.5rem;
		padding: 0.1rem 0.32rem 0.1rem 0.56rem;
	}
}
.prod-slider.uslugi .gallery-detail-2 .swiper-wrapper li span {
	background: #6FC727;
	font-size: 20px;
	text-align: center;
	padding: 0 8px;
	color: #fff;
	position: relative;
	font-weight: 400;
	line-height: 26px;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	.prod-slider.uslugi .gallery-detail-2 .swiper-wrapper li span {
		font-size: 1.0989rem;
		line-height: 1.4285rem;
		padding: 0 0.4395rem;
		height: 3.1318rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider.uslugi .gallery-detail-2 .swiper-wrapper li span {
		font-size: 4.11vw;
		line-height: 3.5vw;
		padding: 0;
		height: 10.87vw;
	}
}

.prod-slider .gallery-detail-2 .swiper-wrapper li span.info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 9.5px 5px;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info {
		padding: 0.38rem 0.2rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info {
		padding: 1.05vw 0.67vw 1.04vw 0.67vw;
	}
}
.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .quantity {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	background: #442C22;
	border-radius: 3.75px;
	text-align: right;
	margin-right: 5px;
	font-weight: 500;
	width: 100%;
	min-width: 125px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .quantity {
		font-size: 0.6rem;
		line-height: 1.3rem;
		width: 4.2rem;
		border-radius: 0.15rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .quantity {
		font-size: 2.12vw;
		width: 14.62vw;
		line-height: 3vw;
		padding-top: 0.3vw;
		border-radius: 0.23vw;
		padding-right: 0.3vw;
	}
}
.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .quantity:before {
	left: unset;
	top: unset;
	background-image: url(/local/templates/dikart-new/images/bag-new.svg);
	height: 20px;
	width: 20px;
	content: '';
	position: relative;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	filter: invert(57%) sepia(102%) saturate(219%) hue-rotate(50deg) brightness(120%) contrast(139%);
	margin: 0 3px;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .quantity:before {
		height: 0.8rem;
		width: 0.8rem;
		left: 0.2rem;
		top: 0.2rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .quantity:before {
		height: 2.3vw;
		width: 2.3vw;
		left: 0.72vw;
		top: 0.7vw;
		margin: 0;
	}
}
.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .name {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .name {
		font-size: 0.6rem;
		line-height: 0.8rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .gallery-detail-2 .swiper-wrapper li span.info .name {
		font-size: 2.12vw;
		line-height: 2.12vw;
	}
}
.prod-slider .swiper-button-next {
	right: 78px;
	left: auto;
	/*top: 44%;*/
	width: auto;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .swiper-button-next {
		right: 2.95rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .swiper-button-next {
		right: 4vw;
	}
}

.prod-slider .swiper-button-next:after {
	content: '';
	width: 37px;
	height: 37px;
	background-image: url(../images/gall-swiper-arrow.svg);
	opacity: 0.8;
	background-size: cover;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .swiper-button-next:after {
		width: 2.03rem;
		height: 2.03rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .swiper-button-next:after {
		width: 4.7vw;
		height: 4.7vw;
	}
}
.prod-slider .swiper-button-prev {
	left: 78px;
	right: auto;
	/*top: 44%;*/
	width: auto;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .swiper-button-prev {
		left: 2.95rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .swiper-button-prev {
		left: 4vw;
	}
}
.prod-slider .swiper-button-prev:after {
	content: '';
	width: 37px;
	height: 37px;
	background-image: url(../images/gall-swiper-arrow.svg);
	transform: rotate(180deg);
	opacity: 0.8;
	background-size: cover;
}
@media only screen and (max-width: 1400px) {
	.prod-slider .swiper-button-prev:after {
		width: 2.03rem;
		height: 2.03rem;
	}
}
@media only screen and (max-width: 896px) {
	.prod-slider .swiper-button-prev:after {
		width: 4.7vw;
		height: 4.7vw;
	}
}

/*start overlay barelief*/
.fancybox__container #catalog_detail_form3 {
	width: 310px;
	border: 1px solid #0A2734;
	position: relative;
}
.fancybox__container #catalog_detail_form3 .form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fancybox__container #catalog_detail_form3 .form label {
	font-size: 12px;
	display: block;
	padding: 19px 0 9px 0;
	width: 241px;
}
.fancybox__container #catalog_detail_form3 .form div:first-child label {
	padding-top: 0;
}
.fancybox__container #catalog_detail_form3 .form input {
	border: 1px solid #442C22;
	padding: 11px;
	width: 241px;
	font-size: 12px;
}
.fancybox__container #catalog_detail_form3 .form .reverse {
	width: 241px;
}
.fancybox__container #catalog_detail_form3 .form .reverse span {
	font-size: 12px;
	display: block;
	color: #442C22;
	padding: 18px 0;
}
.fancybox__container #catalog_detail_form3 .form .reverse a {
	color: #6FC727;
}
.fancybox__container #catalog_detail_form3 .form .reverse a:hover {
	color: #442C22;
}
.fancybox__container #catalog_detail_form3 .form .reverse a.button {
	color: #CDA677;
	font-size: 15px;
	background-color: #0A2734;
	display: block;
	text-align: center;
	padding: 9px 0;
}
.fancybox__container #catalog_detail_form3 .form .reverse a.button:hover {
	color: #fff;
	background-color: #6FC727;
	transition: 0.3s ease-out;
}
.fancybox__container #catalog_detail_form3 .form .file p {
	font-size: 12px;
	padding: 20px 0 0 0;
	width: 241px;
}
.fancybox__container #catalog_detail_form3 .form .file label {
	padding: 10px 0 10px 0;
}
/*end overlay barelief*/