/* COMMON START */
	.product {
		position: relative;
		padding-top: 22.875rem;
		width: 100%;
		z-index: 2;
	}

	.product__gog {
		width: 100%;
		height: 14rem;
		background: url('../img/catalog-bg.jpg') no-repeat 50%/cover;
	}
/* COMMON END */

/* HEAD START */
	.product__head {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 7.25rem;
		width: 100%;
		height: 22.9375rem;
		background: url('../img/product-head-2.jpg') no-repeat 50%/cover;
	}

	.product__head h1 {
		margin-bottom: 0;
		color: #fff;
		font: 700 3.375rem "Raleway", Arial, sans-serif;
	}

	.product__head .breadcrumbs {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.product__head .breadcrumbs a,
	.product__head .breadcrumbs p,
	.product__head .breadcrumbs span {
		margin-bottom: 0;
		color: #fff;
		font: 400 1rem "Raleway", Arial, sans-serif;
	}

	.product__head .breadcrumbs a { text-decoration: underline; }
	.product__head .breadcrumbs a.current { text-decoration: none; }

	.product__head .breadcrumbs a:hover { text-decoration: none; }

	.product__head .breadcrumbs span { margin: 0 0.25rem; }
/* HEAD END */

/* BODY START */
	.product__body {
		position: relative;
		height: auto;
		background: #999;
		z-index: 1;
	}

	.product-bg-1 .product__body { background: #FF5D5B; }
	.product-bg-2 .product__body { background: #D50207; }
	.product-bg-3 .product__body { background: #74B645; }
	.product-bg-4 .product__body { background: #B03C36; }

	.product__body::before,
	.product__body::after {
		content: '';
		position: absolute;
		right: 0;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover;
		pointer-events: none;
		z-index: -1;
	}

	.product__body::before {
		top: 0.125rem;
		width: 89.625rem;
		height: 10.875rem;
		transform: translate(0, -100%);
	}

	/*.product__body svg.volna-top {
		top: 0.125rem;
		width: 90.025rem;
		height: 10.875rem;
		transform: translate(0, -100%);
		z-index: -1;
	    position: relative;
	}*/

	.product__body::after {
		bottom: 0.125rem;
		width: 72.625rem;
		height: 10.875rem;
		transform: translate(0, 100%);
	}

	.product-bg-1 .product__body::before { background-image: url('../img/svg/product-bg-top-1.svg'); }
	.product-bg-1 .product__body::after { background-image: url('../img/svg/product-bg-bot-1.svg'); }
	.product-bg-2 .product__body::before { background-image: url('../img/svg/product-bg-top-2.svg'); }
	.product-bg-2 .product__body::after { background-image: url('../img/svg/product-bg-bot-2.svg'); }
	.product-bg-3 .product__body::before { background-image: url('../img/svg/product-bg-top-3.svg'); }
	.product-bg-3 .product__body::after { background-image: url('../img/svg/product-bg-bot-3.svg'); }
	.product-bg-4 .product__body::before { background-image: url('../img/svg/product-bg-top-4.svg'); }
	.product-bg-4 .product__body::after { background-image: url('../img/svg/product-bg-bot-4.svg'); }

	.product__man {
		position: absolute;
		top: -21.25rem;
		right: 0;
		width: 100%;
		height: 35.375rem;
		pointer-events: none;
		z-index: -1;
	}

	.product__body-wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 2rem;
	}

	.product__body-wrap .left {
		position: relative;
		padding-right: 1.875rem;
		padding-top: 8.75rem;
		width: 27.625rem;
	}

	.product__body-wrap-img {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: flex-start;
		position: absolute;
		top: -8.75rem;
		left: -1.5rem;
		width: 50rem;
	} 

	.product__body-wrap .left .product__img {
		width: auto;
		height: 17rem;
	}

	.product__body-wrap .product__icons {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-self: flex-end;
		position: relative;
		right: 1.5rem;
		bottom: 2rem;
	}

	.product__body-wrap .product__icons.mob { display: none; }

	.product__body-wrap .product__icons li {
		position: relative;
		margin-right: 1.875rem;
		width: 3.75rem;
		height: 3.75rem;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: 3.625rem;
	}

	.product__icon-1 { background-image: url('../img/svg/product-ico-1.svg'); }
	.product__icon-2 { background-image: url('../img/svg/product-ico-2.svg'); }
	.product__icon-3 { background-image: url('../img/svg/product-ico-3.svg'); }
	.product__icon-4 { background-image: url('../img/svg/product-ico-4.svg'); }
	.product__icon-5 { background-image: url('../img/svg/product-ico-5.svg'); }
	.product__icon-6 { background-image: url('../img/svg/product-ico-6.svg'); }
	.product__icon-7 { background-image: url('../img/svg/product-ico-7.svg'); }
	.product__icon-8 { background-image: url('../img/svg/product-ico-8.svg'); }
	.product__icon-9 { background-image: url('../img/svg/product-ico-9.svg'); }

	.product__body-wrap .product__icons li p {
		position: absolute;
		left: 50%;
		bottom: -0.625rem;
		margin: 0;
		width: 4.75rem;
		color: #fff;
		font: 600 0.6rem/1.09 "Raleway", Arial, sans-serif;
		text-align: center;
		transform: translate(-50%, 100%);
	}

	.product__body-wrap .left h2 {
		margin-bottom: 1.125rem;
		color: #fff;
		font: 700 1.375rem/1.75rem "Raleway", Arial, sans-serif;
	}

	.product__body-wrap .left .btn { display: none; }

	.product__body-wrap .left b {
		display: inline-block;
		margin-bottom: 1rem;
		color: #fff;
		font: 700 1.125rem/1.5rem "Raleway", Arial, sans-serif;
	}

	.product__body-wrap .left p {
		margin-bottom: 0.75rem;
		color: #fff;
		font: 300 0.875rem/1.5rem "Raleway", Arial, sans-serif;
	}

	.product__body-wrap .right {
		position: relative;
		padding-top: 8.75rem;
	}

	.product__body-wrap .right .btn {
		position: absolute;
		top: 2.75rem;
		left: 0;
		width: 12rem;
		height: 3.375rem;

		font-size: 1.6rem;

		transform-origin: 50% 50%;
	}

	.product__body-wrap .right .btn:hover {
		transform: scale(1.08);
	}

	.product__body-wrap .right b {
		display: inline-block;
		color: #fff;
		font: 700 1.125rem/1.5rem "Raleway", Arial, sans-serif;
	}

	.product__body-wrap .product__sructure b { margin-bottom: 0.875rem; }
	.product__body-wrap .product__packing b { margin-bottom: 1rem; }

	.product__sructure ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 1rem;
		width: 18.75rem;
	}

	.product__sructure ul li { margin-bottom: 0.875rem; padding-right: 1.25rem; }

	.product__sructure ul li:nth-child(odd) { width: 11.25rem; }
	.product__sructure ul li:nth-child(even) { width: 7.5rem; }

	.product__sructure ul li span {
		display: inline-block;
		color: #F07824;
		font: 400 0.875rem/1.5rem "Raleway", Arial, sans-serif;
	}

	.product__sructure ul li p {
		margin-bottom: 0;
		color: #fff;
		font: 700 0.875rem/1.5rem "Raleway", Arial, sans-serif;
	}

	.product__packing ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.product__packing ul li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 1.375rem;
		text-align: center;
		background: url('../img/svg/product-pack.svg') no-repeat 50%/contain;
	}

	.product__pack_small { padding-top: 0.5rem; width: 2.5rem; height: 2.4375rem; }
	.product__pack_mid2 { padding-top: 0.60rem; width: 3.1rem; height: 3.1rem; }
	.product__pack_mid { padding-top: 0.75rem; width: 3.625rem; height: 3.5625rem; }

	.product__packing ul li p {
		margin-bottom: 0;
		color: #fff;
		font-weight: 700;
		font-family: "Raleway", Arial, sans-serif;
	}

	.product__packing ul .product__pack_small p { font-size: 0.625rem; }
	.product__packing ul .product__pack_mid2 p { font-size: 0.75rem; }
	.product__packing ul .product__pack_mid p { font-size: 0.875rem; }
/* BODY END */

/* SLIDER START */
	.product__slider-wrap {
		position: relative;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.product__slider .slick-arrow {
		position: absolute;
		top: 50%;
		padding: 0;
		width: 3.625rem;
		height: 3.625rem;
		font-size: 0;
		line-height: 0;
		background-color: rgba(0, 0, 0, 0);
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
		border: 0;
		transition: 0.3s;
		cursor: pointer;
		transform: translate(0, -50%);
		z-index: 1;
	}

	.product__slider .slick-arrow:hover { opacity: 0.75; }

	.product__slider .slick-arrow:focus { outline: 0; }

	.product__slider .slick-prev {
		left: -1.25rem;
		background-image: url('../img/svg/slick-prev-3.svg');
	}

	.product__slider .slick-next {
		right: -1.25rem;
		background-image: url('../img/svg/slick-next-3.svg');
	}

	.product__slider .slick-slide { margin: 0 1.4375rem; width: 18.875rem; }

	.product__slide-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		padding-bottom: 1.25rem;
		width: 100%;
		height: 21.25rem;
		text-align: center;
		background: #999;
		border-radius: 0.9375rem;
		box-shadow: 0 0 1.875rem rgba(240, 120, 36, 0.15);
	}

	.product__slide-block.bg__color-01 { background: #9C2939; }
	.product__slide-block.bg__color-02 { background: #FF8028; }
	.product__slide-block.bg__color-03 { background: #EA2145; }
	.product__slide-block.bg__color-04 { background: #D50207; }
	.product__slide-block.bg__color-05 { background: #E31C2B; }
	.product__slide-block.bg__color-06 { background: #FF5D5B; } /* FF5D5B */
	.product__slide-block.bg__color-07 { background: #fdaa04; }
	.product__slide-block.bg__color-08 { background: #A66DA9; }
	.product__slide-block.bg__color-09 { background: #74B645; }
	/* .product__slide-block.bg__color- { background: #FF5D5B; } */
	.product__slide-block.bg__color-10 { background: #B03C36; }
	.product__slide-block.bg__color-11 { background: #328E31; } /* 328E31 */
	.product__slide-block.bg__color-12 { background: #8E2E3C; }
	.product__slide-block.bg__color-13 { background: #CD3A31; }
	/* .product__slide-block.bg__color- { background: #328E31; }  */
	.product__slide-block.bg__color-14 { background: #FC8387; }
	.product__slide-block.bg__color-15 { background: #E72032; }
	.product__slide-block.bg__color-16 { background: #B54457; }
	.product__slide-block.bg__color-17 { background: #FF8E24; }
	.product__slide-block.bg__color-18 { background: #FF7506; }
	.product__slide-block.bg__color-19 { background: #F25158; }
	.product__slide-block.bg__color-20 { background: #D50308; }

	.product__slide-block p {
		position: absolute;
		top: 0.875rem;
		left: 0;
		margin-bottom: 0;
		padding: 0 2rem;
		width: 100%;
		color: #fff;
		font: 700 1.25rem/1.5625rem "Raleway", Arial, sans-serif;
	}

	.product__slide-block .img {
		width: 95%;
		height: 58%;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
	}

	.product__slide-block .btn {
		position: absolute;
		bottom: 1rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0.125rem 0 0;
		width: 15rem;
		height: 3.4375rem;
	}
/* SLIDER END */

/* MODAL-SHOPS START */
	.modal-shops .modal-dialog { max-width: 46.5rem; }

	.modal-shops .modal-body {
		position: relative;
		padding: 2rem 2.3125rem 1.875rem;
		text-align: center;
		background: #fff;
		border-radius: 0.9375rem;
		pointer-events: auto;
	}

	.modal-shops .modal-body .close {
		position: absolute;
		top: 1.25rem;
		right: 1.5625rem;
		padding: 0;
		width: 0.875rem;
		height: 0.875rem;
		background: url('../img/svg/delete.svg') no-repeat 50%/contain;
		opacity: 1;
		z-index: 1;
		cursor: pointer;
	}

	.modal-shops .modal-body .close:hover { opacity: 0.5; }

	.modal-shops .modal-body h2 {
		margin-bottom: 1.875rem;
		color: #000;
		font: 700 1.125rem/1.33 "Rubik", Arial, sans-serif;
	}

	.modal-shops .modal-body ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.modal-shops .modal-body ul li { margin: 0 auto 0.875rem; }

	.modal-shops .modal-body ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 9.625rem;
		height: 3.375rem;
		background: #F8F8F8;
		border-radius: 62.5rem;
		cursor: pointer;
	}

	.modal-shops .modal-body ul li a:hover { background: #E7E7E7; }

	.modal-shops .modal-body ul li a img {
		display: block;
		width: 90%;
		height: 95%;
		object-fit: contain;
	}
/* MODAL-SHOPS END */

@media (max-width: 1024px) {
	/* COMMON START */
		.product { padding-top: 0; }

		.product__gog { height: 37.5rem; }
	/* COMMON END */

	/* HEAD START */
		.product__head {
			position: relative;
			margin-bottom: 12.5rem;
			padding-top: 3rem;
			height: 31.25rem;
			background: url('../img/product-head-mob.jpg') no-repeat 50%/cover;
		}

		.product__head h1 { margin-bottom: 0.75rem; font-size: 5.625rem; }

		.product__head .breadcrumbs {
			-webkit-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-o-flex-wrap: wrap;
			flex-wrap: wrap;
			width: 40.375rem;
		}

		.product__head .breadcrumbs a,
		.product__head .breadcrumbs p,
		.product__head .breadcrumbs span { font-size: 2.1875rem; line-height: 1.4; }

		.product__head .breadcrumbs span { margin: 0 0.5rem; }
	/* HEAD END */

	/* BODY START */
		.product__body { height: auto; }

		.product__body::before { width: 100%; height: 34.8125rem; }
		.product__body::after { width: 100%; height: 34.875rem; }

		.product-bg-1 .product__body::before { background-image: url('../img/svg/product-bg-top-1-mob.svg'); }
		.product-bg-1 .product__body::after { background-image: url('../img/svg/product-bg-bot-1-mob.svg'); }
		.product-bg-2 .product__body::before { background-image: url('../img/svg/product-bg-top-2-mob.svg'); }
		.product-bg-2 .product__body::after { background-image: url('../img/svg/product-bg-bot-2-mob.svg'); }
		.product-bg-3 .product__body::before { background-image: url('../img/svg/product-bg-top-3-mob.svg'); }
		.product-bg-3 .product__body::after { background-image: url('../img/svg/product-bg-bot-3-mob.svg'); }
		.product-bg-4 .product__body::before { background-image: url('../img/svg/product-bg-top-4-mob.svg'); }
		.product-bg-4 .product__body::after { background-image: url('../img/svg/product-bg-bot-4-mob.svg'); }

		.product__man {
			top: -34.75rem;
			width: 100%;
			height: 58.875rem;
		}

		.product__body-wrap { margin-bottom: 6rem; flex-direction: column; }

		.product__body-wrap .left {
			margin-top: -10rem;
			margin-bottom: 2.8125rem;
			padding: 0;
			width: 100%;
			text-align: center;
		}

		.product__body-wrap-img {
			flex-direction: column;
			align-items: flex-start;
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
		}

		.product__body-wrap .left .product__img {
			display: block;
			position: relative;
			left: -2.5rem;
			margin-bottom: 2rem;
			width: 42rem;
			height: auto;
		}

		.product__body-wrap .left h2 {
			margin-bottom: 2.75rem;
			font-size: 3.625rem;
			line-height: 5rem;
		}

		.product__body-wrap .left .btn {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			margin: 0 auto 5rem;

			font-size: 5.875rem;
		}

		.product__body-wrap .left b {
			margin-bottom: 1.75rem;
			font-size: 2.8125rem;
			line-height: 4.75rem;
		}

		.product__body-wrap .left p {
			margin-bottom: 0;
			font-size: 2rem;
			line-height: 3.625rem;
		}

		.product__body-wrap .right { padding-top: 0; }

		.product__body-wrap .product__icons {
			align-self: center;
			justify-content: center;
			position: relative;
			top: 0;
			margin-bottom: 6rem;
		}

		.product__body-wrap .product__icons li {
			margin: 0 2.625rem;
			width: 10rem;
			height: 10rem;
			background-size: 9.875rem;
		}

		.product__body-wrap .product__icons li p {
			bottom: -1.75rem;
			width: 12.5rem;
			font-size: 1.8125rem;
		}

		.product__body-wrap .right b {
			display: block;
			font-size: 2.8125rem;
			line-height: 4.75rem;
			text-align: center;
		}

		.product__body-wrap .product__sructure b { margin-bottom: 1.25rem; }
		.product__body-wrap .product__packing b { margin-bottom: 1.75rem; }

		.product__sructure ul { margin-bottom: 1.25rem; width: 100%; }

		.product__sructure ul li { margin-bottom: 1.25rem; padding-right: 1.875rem; }

		.product__sructure ul li:nth-child(odd) { width: 68%; }
		.product__sructure ul li:nth-child(even) { width: 32%; }

		.product__sructure ul li span { margin-bottom: -1.25rem; font-size: 2.375rem; line-height: 4.75rem; }

		.product__sructure ul li p { font-size: 2.375rem; line-height: 4.75rem; }

		.product__packing ul { justify-content: center; }

		.product__packing ul li { margin: 0 2.1875rem; }

		.product__pack_small { padding-top: 1.75rem; width: 8rem; height: 7.8125rem; }
		.product__pack_mid2 { padding-top: 1.75rem; width: 9.375rem; height: 9.1875rem; }
		.product__pack_mid { padding-top: 2rem; width: 11.625rem; height: 11.375rem; }

		.product__packing ul .product__pack_small p { font-size: 2rem; }
		.product__packing ul .product__pack_mid2 p { font-size: 2.375rem; }
		.product__packing ul .product__pack_mid p { font-size: 2.8125rem; }
	/* BODY END */

	/* SLIDER START */
		.product__slider-wrap { width: 100%; }

		.product__slider .slick-arrow { width: 5.875rem; height: 5.875rem;}

		.product__slider .slick-arrow:hover { opacity: 1; }

		.product__slider .slick-prev { left: -3.375rem; }
		.product__slider .slick-next { right: -3.375rem; }

		.product__slider .slick-slide { margin: 0 1.875rem; width: 26rem; }

		.product__slide-block {
			padding: 6rem 0 2rem;
			height: 29.125rem;
			border-radius: 3rem;
			box-shadow: 0 0 6rem rgba(240, 120, 36, 0.15);
		}

		.product__slide-block p {
			top: 1.75rem;
			padding: 0 2rem;
			font-size: 2rem;
			line-height: 2.625rem;
		}

		.product__slide-block .img { width: 100%; height: 100%; }

		.product__slide-block .btn {
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			border: 0;
			border-radius: 3rem;
			z-index: 1;
		}
	/* SLIDER END */

	/* MODAL-SHOPS START */
		.modal-shops .modal-dialog { margin: .5rem auto; max-width: 56rem; }

		.modal-shops .modal-body { padding: 3.125rem 3.125rem 2.5rem; border-radius: 3rem; }

		.modal-shops .modal-body .close {
			top: 3.5rem;
			right: 3.25rem;
			width: 1.875rem;
			height: 1.875rem;
		}

		.modal-shops .modal-body .close:hover { opacity: 1; }

		.modal-shops .modal-body h2 { margin-bottom: 3.875rem; font-size: 2.8125rem; }

		.modal-shops .modal-body ul li { margin-bottom: 2rem; }

		.modal-shops .modal-body ul li a { width: 22.8125rem; height: 7.5rem; }

		.modal-shops .modal-body ul li a:hover { background: #F8F8F8; }
	/* MODAL-SHOPS END */
}