@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

p {
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

a,
a:visited,
a:active,
a:hover {
	color: #000000;
	text-decoration: none;
}

.button-item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C72A42;
	border-radius: 24px;
}

html, body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.container {
	width: 1070px;
	margin: 0 auto 0 auto;
}

.product-name {
	font-size: 30px;
	line-height: 37px;
	color: #2D2D2D;
	margin: 0;
	padding: 0;
	margin-bottom: 28px;
}

.c-image-transform {
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.c-effects-image {
	margin-right: 30px;
	z-index: 1;
	max-width: 703px;
	width: calc(100% - 366px);
}

.c-filtets {
	display: flex;
	justify-content: space-between;
	/*height: 44px;*/
	width: 100%;
	margin-bottom: 40px;
	/* 	position:absolute;
			left:0;
			bottom: -100px; */
	z-index: 999;
}

.c-filtets .c-filters_item {
	display: flex;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	outline: none;
	background: transparent;
	position: relative;
}

.c-filtets .mirror-filter,
.c-filtets .js_filters {
	display: none;
	position: absolute;
}

.c-filtets .filters_item-1 {
	background: url('../img/icons/b-w.png') no-repeat center;
}

.c-filtets .filters_item-2 {
	background: url('../img/icons/sepia.png') no-repeat center;
}

.c-filtets .filters_item-3 {
	background: url('../img/icons/mirror.png') no-repeat center;
}

.c-filtets .filters_item-4 {
	background: url('../img/icons/brightness.png') no-repeat center;
}

.c-filtets .filters_item-5 {
	background: url('../img/icons/saturation_add.png') no-repeat center;
}

.c-filtets .filters_item-6 {
	background: url('../img/icons/saturation_remove.png') no-repeat center;
}

.c-filtets .filters_item-7 {
	background: url('../img/icons/warmer.png') no-repeat center;
}

.c-filters-title {
	align-self: center;
	margin-right: 20px;
	font-weight: bold;
}

.c-effects-items {
	display: flex;
	padding-right: 40px;
	margin-right: auto;
}

.step-1.no-border {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.action-price-label {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	padding: 10px 0;
}

.action-price-label b {
	color: #c72a42;
	font-size: 28px;
}

.c-product-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 100%;
}

.c-product-inner .img-favorite {
	display: flex;
	position: absolute;
	top: -25px;
	left: 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
	padding-left: 23px;
}

.c-product-inner .img-favorite.active {
	color: #c72a42;
}

.c-product-inner .img-favorite:hover,
.c-product-inner .img-favorite:active,
.c-product-inner .img-favorite:focus {
	text-decoration: none;
}

.c-product-inner .img-favorite i {
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #c4c4c4;
}

.c-product-image #canvas {
	z-index: 100;
	max-width: 100%;
	max-height: 100%;
}

.c-product-image #canvas.is-mirror {
	transform: scale(-1, 1);
}

.c-product-image .product-img_item {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.c-product-image .product-img_item {
	/*
			max-width: 100%;
			max-height: 100%;
	*/
	height: 0;
	width: 0;
}

.c-product-inner {
	width: 703px;
	max-width: 100%;
	height: 524px;
	padding: 28px;
	position: relative;
	margin-bottom: 16px;
	border: 1px dashed #E5E5E5;
}

.c-product-size.is-width {
	position: absolute;
	height: 20px;
	left: 0;
	top: -28px;
	text-align: center;
	display: flex;
	align-items: center;
}

.c-product-size.is-height {
	position: absolute;
	width: 20px;
	top: 0;
	left: -28px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.c-product-size.is-height span {
	transform: rotate(-90deg);
	white-space: nowrap;
	flex: none;
	margin: 0 24px;
	background-color: #fff;
	padding: 3px 10px 0;
}

.c-product-size.is-height:before, .c-product-size.is-height:after {
	content: '';
	width: 2px;
	background-color: #ccc;
	flex: 1 1 auto;
}

.c-product-size.is-height span {
	transform: rotate(-90deg);
	white-space: nowrap;
	flex: none;
	background-color: #fff;
	padding: 3px 10px 0;
}

.c-product-size.is-width:before, .c-product-size.is-width:after {
	content: '';
	height: 2px;
	background-color: #ccc;
	flex: 1 1 auto;
}

.c-product-size.is-width span {
	white-space: nowrap;
	flex: none;
	background-color: #fff;
	padding: 3px 10px 0;
}

.c-cost-form .step-1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}

.c-cost-form .step-1_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.step-1_item  .crop-button-text {
	font-weight: bold;
}

.step-2_item .step-2_text,
.c-cost-form .step-1_item .step-1_text {
	font-weight: bold;
}

.droppin-effects input {
	display: none;
}

.droppin-effects,
.dropping-furniture,
.dropping-texture,
.dropping-size {
	font-size: 12px;
	line-height: 15px;
	color: #2D2D2D;
	position: relative;
	cursor: pointer;
}

.droppin-effects::after,
.dropping-furniture::after,
.dropping-texture::after,
.dropping-size::after {
	content: "";
	display: block;
	width: 20px;
	height: 23px;
	background: url('../img/icons/dropping.png') no-repeat center;
	position: absolute;
	left: -29px;
	top: 50%;
	transform: translate(0, -50%);
}

.size-image {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.size-image .c-form-element {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-spinner__input {
	border: none;
	outline: none;
	text-align: center;
	width: 60px;
	height: 48px;
	width: 60px;
	text-align: center;
	background: #FBFBFB;
	/* Р В Р вЂ Р В Р вЂ¦Р РЋРЎвЂњР РЋРІР‚С™Р РЋР вЂљР В Р’ВµР В Р вЂ¦Р В Р вЂ¦Р РЋР РЏР РЋР РЏ Р РЋРІР‚С™Р В Р’ВµР В Р вЂ¦Р РЋР Р‰ */
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 24px;
}

.c-spinner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100px;
}

.form-square {
	height: 48px;
	width: 70px;
	text-align: center;
	border: 1px solid #E5E5E5;
	border-radius: 24px;
}

.c-form-element .form-element_label {
	font-size: 12px;
	line-height: 15px;
	color: #2D2D2D;
	margin-top: 10px;
}

.c-spinner a {
	text-decoration: none;
}

.c-spinner__minus {
	width: 7px;
}

.c-spinner__plus {
	width: 11px;
}

.c-spinner__minus, .c-spinner__plus {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #84849F;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-spinner__minus:hover, .c-spinner__plus:hover,
.c-spinner__minus:focus, .c-spinner__plus:focus,
.c-spinner__minus:active, .c-spinner__plus:active {
	text-decoration: none;
	outline: none;
	border: none;
}

.Р РЋР С“-cost-calculation {
	width: 31.7%;
}

.step-2 {
	width: 100%;
	margin-top: 10px;
}

.step-2_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.c-form-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c-form-items:not(:last-child) {
	margin-bottom: 10px;
}

.texture-img {
	margin-bottom: 12px;
}

.all-texture {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	width: 100%;
	height: 40px;
	cursor: pointer;
	margin-bottom: 30px;
}

a.all-texture {
	color: #FBFBFB;
}

.c-cost__tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	border-bottom: 1px solid #E0E0E0;
}

.c-cost-calculation {
	width: 100%;
	max-width: 366px;
}

.c-cost__tabs li {
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	/* identical to box height */
	text-align: center;
	/* Gray 4 */
	color: #BDBDBD;
	padding: 0 0 21px;
	position: relative;
	order: 2;
}

.c-cost__tabs li:before {
	display: none;
}

.c-cost__tabs li:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	right: 0;
	height: 5px;
	background: #686868;
	opacity: 0;
}

.c-cost__tabs li.active a {
	color: #333333;
}

.c-cost__tabs li.is-first {
	order: 1;
}

.c-cost__tabs li.active:after {
	opacity: 1;
}

.c-cost__tabs li a {
	color: #BDBDBD;
	text-decoration: none !important;
}

.form-fast__info {
	font-size: 18px;
	line-height: 22px;
	/* #C72A42 */
	color: #686868;
	margin-bottom: 19px;
}

.input {
	background: #FBFBFB;
	/* Gray 6 */
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	height: 46px;
	padding: 0 16px;
}

.input.error {
	border-color: red;
}

.form-fast__field {
	margin-bottom: 21px;
	padding-right: 5%;
}

.form-fast__price b {
	font-size: 18px;
	margin-left: 3px;
}

.form-fast__field .intec-ui.intec-ui-control-checkbox .intec-ui-part-content {
	font-size: 13px;
	line-height: 16px;
	/* Gray 2 */
	color: #4F4F4F;
	font-weight: normal;
}

.form-fast__price {
	margin-bottom: 34px;
}

.form__button {
}

.form-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C72A42;
	border-radius: 24px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	width: 100%;
	height: 47px;
	cursor: pointer;
	border: none;
	color: #FBFBFB;
}

.form-fast__footer {
	margin-top: -3px;
}

.c-cost {
	width: 100%;
	height: 80px;
	border: 2px solid #C72A42;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
	padding-right: 14px;
	align-items: center;
	margin-bottom: 20px;
}

.c-cost .cost-item {
	width: 108px;
	font-size: 16px;
	line-height: 20px;
}

.text-bold {
	font-weight: bold;
}

.c-cost .submit-data {
	width: 167px;
	height: 48px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	border: none;
}

.c-wallpaper-items {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 23px;
}

.c-anth-pr-items {
	text-align: center;
	margin-bottom: 25px;
}

.c-anth-pr_text,
.c-wallpaper_text {
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
	margin: 0;
}

.dropping-furniture {
	position: absolute;
	right: 0;
	bottom: 0;
}

.c-wallpaper-slider {
	height: 134px;
	/* margin: 0 -17px; */
	margin: 0;
}

.wallpaper-slide_item {
	height: 100%;
	margin: 0 17px;
}

.wallpaper-slide_img {
	width: 100%;
	height: 101px;
	background: linear-gradient(180deg, #E5E5E5 0%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid #E5E5E5;
	display: flex !important;
	align-items: flex-end;
}

.wallpaper-slide_img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.wallpaper-slide_label {
	margin-top: 16px;
}

/*.c-photo-wallpaper {*/
/*padding-bottom: 80px;*/
/*border-bottom: 1px solid #E5E5E5;*/
/*margin-bottom: 40px;*/
/*}*/

.c-another-product {
	margin-bottom: 80px;
}

.c-text-block {
	line-height: 20px;
	color: #444444;
}

.c-text-block .block__text {
	margin-bottom: 1em;
}

.c-anth-pr-slider.js-slider-2 .slick-list {
	padding: 0 10px;
}

.c-anth-pr-slider.js-slider-2 .anth-pr-slide_item {
	width: 210px;
	height: 212px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	margin: 0 10px;
}

.c-anth-pr-slider.js-slider-2 .anth-pr-slide_item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	outline: none;
	
}

.c-anth-pr-slider.js-slider-2 .anth-pr-slide_item a .anth-pr-slide_img {
	height: 145px;
	overflow: hidden;
}

.anth-pr-slide_item .anth-slide-text {
	width: 124px;
	text-align: center;
	margin-top: 7px;
}

.c-wallpaper-slider,
.c-anth-pr-slider {
	position: relative;
}

.slick-prev, .slick-next {
	width: 24px;
	height: 52px;
}

.c-wallpaper-slider .slick-prev {
	left: -17px;
}

.c-wallpaper-slider .slick-next {
	right: -17px;
}

.c-anth-pr-slider .slick-prev, .c-anth-pr-slider .slick-next {
	top: 45%;
}

.c-anth-pr-slider .slick-prev {
	left: -17px;
}

.c-anth-pr-slider .slick-next {
	right: -17px;
}

.c-wallpaper-slider .slick-prev, .c-wallpaper-slider .slick-next {
	top: 40%;
}

.slick-slide {
	outline: none;
}

.wallpaper-slide_item,
.anth-pr-slide_item {
	cursor: pointer;
}

.has-modal {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0;
	background-color: rgba(0, 0, 0, .5);
}

.modal.show {
	display: flex;
	justify-content: center;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 10px;
	padding-right: 10px;
}

.has-modal .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: 1020px;
	background-color: #fff;
	max-height: 744px;
	max-width: 1020px;
	z-index: 3030;
}

#modal-fast .modal-dialog {
	width: auto;
	transform: translate(-50%, -50%);
	top: 50%;
	margin-right: -50%;
	left: 50%;
	position: absolute;
	border-radius: 0;
	min-width: 450px;
}

@media (max-width: 767px) {
	#modal-fast .modal-dialog {
		max-width: 320px;
	}
}

#modal-fast .modal-content {
	padding: 25px 35px 30px;
	border-radius: 0;
	background-clip: inherit;
	box-shadow: none;
}

#modal-fast .modal-content .modal-fast_text {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-content {
	background-color: #fff;
}

#modal-fast .block__close {
	cursor: pointer;
	height: 27px;
	outline: 0;
	opacity: .5;
	position: absolute;
	width: 27px;
	background: none;
	-webkit-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	top: 25px;
	right: 35px;
}

#modal-fast .block__close::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	background-image: url(/bitrix/templates/universe_s1/css/../images/form.close.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

#modal-fast .popup-window-titlebar {
	height: auto;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}

.popup__background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
}

.block__close {
	position: absolute;
	background: url('../img/icons/exit.png') no-repeat center;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 3040;
}

.popup__background.is___open {
	display: block;
}

.texture-slider .textutes-slide {
	display: flex;
	width: 100%;
}

.textutes-slide .tex-slide__img {
	width: 50.1%;
}

.textutes-slide .tex-slide__img img {
	width: 100%;
}

.textutes-slide .tex-slide__specification {
	width: 49.9%;
	padding: 40px 50px 15px 25px;
}

.textutes-slide .tex-slide__specification .texture--name {
	font-weight: normal;
	margin: 0;
	font-size: 24px;
	line-height: 29px;
	color: #2D2D2D;
	margin-bottom: 10px;
}

.textutes-slide .tex-slide__specification .textures__text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
}

.tex-slide__specification .texture--name .text-bold {
	margin-right: 7px;
}

.textutes-slide .tex--characteristics_items {
	font-size: 14px;
	line-height: 30px;
	display: flex;
}

.textutes-slide .tex--charact-1 {
	display: flex;
	width: 38.5%;
	font-weight: bold;
}

.textutes-slide .tex--charact-2 {
	display: inline-block;
	width: 20.1%;
}

.js-slider-3 .slick-prev {
	left: 15px;
	z-index: 100;
}

.js-slider-3 .slick-next {
	right: 15px;
	z-index: 100;
}

.tex-categories {
	display: flex;
	justify-content: space-between;
	padding: 50px 30px 46px 30px;
	background-color: #F2F2F2;
}

.tex--characteristics_items {
	width: 309px;
}

.tx-categ {
	width: 300px;
}

.tx-categ:not(:last-child) {
	margin-right: 30px;
}

.tex-categories .category-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 8px;
	border-bottom: 2px solid #C72A42;
	margin: 0;
	margin-bottom: 14px;
}

.tex-categories .cotegory__items {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	outline: none;
	border: none;
	cursor: pointer;
}

.tex-categories .ctg-item:not(:last-child) {
	margin-bottom: 7px;
}

.category__element-2 {
	font-weight: bold;
}

.tex-buttons {
	display: flex;
	justify-content: space-between;
	padding: 18px 17px 16px 30px;
	border: 2px solid #C72A42;
	border-radius: 40px;
	align-items: center;
}

.texture-but {
	padding: 23px 30px 17px 30px;
}

.texture-but .baskets {
	outline: none;
	border: none;
	width: 146px;
	height: 48px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
}

.texture-but .select-exit {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 48px;
	background: #2D2D2D;
	border-radius: 24px;
	outline: none;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
}

.texture-but .tex--name {
	width: 201px;
	margin-right: 88px;
	font-size: 16px;
	line-height: 20px;
	color: #2D2D2D;
}

.texture-but .cost_text {
	font-size: 16px;
	line-height: 20px;
}

.ct-radio {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.background-ctg {
	display: none;
}

.ct-radio:checked ~ .ctg-radio-label .cotegory__items {
	position: relative;
	color: #fff;
}

.ct-radio:checked ~ .ctg-radio-label .background-ctg {
	display: block;
	position: absolute;
	background: #C72A42;
	border-radius: 12px;
	width: calc(100% + 20px);
	height: 24px;
	top: -3px;
	left: -10px;
}

.category__element-1,
.category__element-2 {
	z-index: 100;
}

.form-square:active,
.form-square:focus {
	outline: none;
	border: 1px solid #E5E5E5;
}

.texture--element_img {
	width: 100px;
	height: 100px;
	margin-bottom: 6px;
	background: transparent;
	border-radius: 5px;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	outline: none;
	border: none;
	padding: 0;
}

.texture--element_img img {
	width: 100%;
	height: 100%;
}

.texture--element_label {
	width: 100px;
	font-size: 12px;
	line-height: 15px;
}

.step-2 .c-form-items:not(:last-child) {
	margin-bottom: 10px;
}

.step-2 .c-form_element:not(:last-child) {
	margin-right: 18px;
}

.c-form_element {
	position: relative;
}

.c-filt__items {
	position: relative;
}

.c-filtets .c-filters_item {
	cursor: pointer;
}

.c-filtets .c-filt__items:not(:last-child) {
	margin-right: 15px;
}

.product-img_item.is--select {
	display: none;
}

.texture--cost__item {
	display: flex;
	margin-bottom: 70px;
}

.texture--cost__header {
	margin: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
}

.end__cost {
	width: 350px;
	height: 66px;
	border: 2px solid #C72A42;
	border-radius: 40px;
	display: flex;
	align-items: center;
	padding-left: 23px;
	margin-left: 42px;
}

.texture--cost__item .size-image {
	width: 283px;
	padding-top: 8px;
	padding-left: 11px;
}

.texture--cost__item .c-spinner__input {
	width: 50px;
	height: 36px;
	font-size: 14px;
}

.texture--cost__item .form-square {
	width: 60px;
	height: 36px;
}

.texture--cost {
	margin-top: 60px;
}

.texture--cost__item .size-image .c-form-element {
	width: 81px;
	width: 100px;
}

.texture--cost__item .size-image .c-spinner {
	width: 81px;
}

.texture--cost__item .c-form-element .form-element_label {
	margin-top: 6px;
}

.line-underline {
	border-bottom: 1px dotted #C4C4C4;
	width: 41.4%;
	margin-left: -10px;
	margin-right: 10px;
	height: 18px;
}

.texture-page .textutes-slide .tex-slide__img img {
	max-width: 100%;
	max-height: 100%;
}

.interier-comtainer {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.interier-comtainer.is--hide {
	opacity: 1;
	visibility: visible;
	pointer-events: none;
	z-index: 990;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.interier-comtainer.is--hide img {
	/*max-height: 100%;*/
	max-width: 100%;
	width: 100%;
}

.click--zoom {
	position: absolute;
	right: 0;
	top: -31px;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
}

.click--zoom::after {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background: url("../img/icons/magnifying-glass.png") no-repeat center;
	position: absolute;
	left: -32px;
	top: -6px;
}

.product-img_item.is__show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	height: 100%;
	width: auto;
}

#canvas.is__hide {
	visibility: hidden !important;
	opacity: 0;
	pointer-events: none;
}

.jcrop-holder.is__hide {
	display: none;
}

.jcrop-holder {
	background-color: transparent !important;
}

/*.img__item {*/
/*height: 100%;*/
/*}*/

.mirror-filter:checked + label,
.js_filters:checked + label {
	border: 2px solid #C72A42;
}

.crop-button-text {
	font-size: 12px;
	line-height: 15px;
	color: #2D2D2D;
	margin: 0 20px;
}

.dropping-size {
	padding-left: 29px;
}

.dropping-size::after {
	left: 0 ;
}

.texture-click {
	position: absolute;
	display: none;
}

.texture-click:checked + label .texture--element_img {
	border: 2px solid #C72A42;
}

.dropping-texture input {
	display: none;
}

.filter__name {
	display: none;
	font-weight: normal;
	width: auto;
	z-index: 100;
	font-size: 12px;
	background: rgba(255, 255, 230, 0.9);
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	height: auto;
	border: 1px solid #000000;
	padding: 2px 7px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.c-filters_item:hover .filter__name {
	display: flex;
}

.droppin-effects {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.c-filtets {
	position: relative;
}

.c-cost .submit-data.notTexture,
.c-cost .submit-data[disabled],
.texture-but .baskets[disabled] {
	opacity: 0.4;
}

.cost_text.notTexture {
	opacity: 0;
}

.cost_text .text-bold {
	white-space: nowrap;
}

.catalog-element-information.is-loaded {
	position: relative;
}

.catalog-element-information.is-loaded .c-image-transform {
	pointer-events: none;
	opacity: .5;
}

.catalog-element-information.is-loaded:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background: url(../img/preloader.gif) center no-repeat;
	z-index: 99;
}

.catalog-element-information.is-loaded .modal {
	pointer-events: none;
}

.catalog-element-information.is-loaded .modal:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .4) url(../img/preloader.gif) center no-repeat;
	z-index: 3040;
}

.step-1_item,
.size-image,
.step-2_item,
.texture-img,
a.all-texture,
.c-cost {
	max-width: 366px;
}

@media (min-width: 769px) {
	.intec-header-wrap {
		margin-bottom: 14px;
	}
	
	h1.intec-header {
		font-size: 28px;
	}
}

@media (min-width: 769px) and (max-width: 1069px) {
	.modal-dialog {
		width: 768px;
	}
}

@media (min-width: 769px) and (max-width: 1024px), (max-width: 767px) {
	
	.c-wallpaper-items {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	
	.dropping-furniture {
		position: relative;
		margin-left: 29px;
		display: block;
		margin-top: 12px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.dropping-furniture {
		margin-left: 42px;
		margin-right: -13px;
	}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	.droppin-effects {
		width: 44px;
		height: 44px;
	}
	
	.c-effects-items {
		position: relative;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	.c-filtets {
		flex-direction: column;
		align-items: flex-start;
	}

	.c-filters-title {
		margin-right: 0;
		margin-bottom: 15px;
		align-self: flex-start;
	}

	.c-effects-items {
		flex-wrap: wrap;
		margin-bottom: -10px;
	}

	.c-filt__items {
		margin-bottom: 10px;
	}

	.droppin-effects {
		top: 8px;
		transform: translateY(0);
	}
}

@media screen and (max-width: 768px) {
	/* .c-cost-calculation {
			 max-width: 366px;
			 margin-left: auto;
			 margin-right: auto;
	 }*/
	.cotegory__items.is--active .background-ctg {
		left: -11px;
		width: calc(100% + 22px);
	}
	
	.cotegory__items.is--active {
		margin-bottom: 2px;
	}
	
	.container {
		width: 320px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.product-name {
		margin-bottom: 30px;
	}
	
	.c-image-transform {
		flex-direction: column;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	
	.c-effects-image {
		margin-right: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.c-product-inner {
		width: calc(100% + 30px);
		height: 320px;
		margin-bottom: 25px;
		margin-left: -15px;
		max-width: none;
	}
	
	#canvas {
		max-height: 100%;
	}
	
	.c-cost-form .step-1 {
		padding-top: 20px;
		border-top: 1px solid #E5E5E5;
		margin-bottom: 20px;
	}
	
	.c-cost-form .step-1_item {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	
	.step-1_text {
		margin-bottom: 20px;
	}
	
	.step-2_item {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	
	.step-2_item .step-2_text {
		margin-bottom: 20px;
	}
	
	.c-cost .submit-data {
		width: 136.8px;
	}
	
	.Р РЋР С“-cost-calculation {
		width: 100%;
	}
	
	.dropping-texture::after,
	.dropping-size::after {
		left: 0;
	}
	
	.dropping-texture,
	.dropping-size {
		padding-left: 29px;
	}

	.dropping-size {
		margin-top: 10px;
	}

	.step-1 .crop-button-text {
		margin: 0 20px 3px 0px;
	}

	.c-spinner {
		width: 88px;
	}
	
	.texture--element_img {
		width: 85px;
		height: 85px;
		margin-bottom: 8px;
	}
	
	.step-2 .c-form_element:not(:last-child) {
		margin-right: 15.9px;
	}
	
	.step-2 .c-form-items:not(:last-child) {
		margin-bottom: 8px;
	}
	
	.texture--element_label {
		width: 85px;
	}
	
	.c-wallpaper-items {
		margin-bottom: 20px;
	}
	
	.c-anth-pr_text, .c-wallpaper_text {
		text-align: center;
	}
	
	.Р РЋР С“-photo-wallpaper {
		padding-bottom: 30px;
		margin-bottom: 21px;
	}
	
	.c-anth-pr-items {
		margin-bottom: 20px;
	}
	
	.c-another-product {
		margin-bottom: 30px;
	}
	
	.c-text-block {
		font-size: 12px;
		line-height: 18px;
		color: #444444;
	}
	
	.modal-dialog {
		width: 320px;
		max-height: 1229px;
	}
	
	.texture-slider .textutes-slide {
		flex-direction: column;
	}
	
	.textutes-slide .tex-slide__img {
		width: 100%;
	}
	
	.textutes-slide .tex-slide__specification {
		width: 100%;
		padding: 20px 15px 30px 15px;
	}
	
	.textutes-slide .tex-slide__specification .texture--name {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.textutes-slide .tex-slide__specification .textures__text {
		display: none;
	}
	
	.slick-prev, .slick-next {
		/*top: 64%;*/
		top: 38%;
		transform: translate(0, -50%);
	}
	
	.tex--characteristics_items {
		width: 290px;
	}
	
	.textutes-slide .tex--charact-2 {
		width: 22.1%;
	}
	
	.tex-categories {
		flex-direction: column;
		justify-content: normal;
		padding: 30px 15px 30px 15px;
	}
	
	.tx-categ:not(:last-child) {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.tx-categ {
		width: 100%;
	}
	
	.texture-but {
		padding: 30px 15px 43px 15px;
	}
	
	.tex-buttons {
		flex-direction: column;
		justify-content: normal;
		border: none;
		padding: 0;
		border-radius: 0;
		align-items: normal;
	}
	
	.texture-but .tex--name {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.tex-buttons .cost-item {
		margin-bottom: 20px;
	}
	
	.texture-but .baskets {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.texture-but .select-exit {
		width: 100%;
	}
	
	.droppin-effects {
		top: 50% !important;
		right: 0 !important;
		left: auto !important;
	}
	
	.slick-prev {
		left: 10px;
	}
	
	.slick-next {
		right: 10px;
	}
	
	.c-wallpaper-slider .slick-prev {
		left: 18px;
		z-index: 10;
	}
	
	.c-wallpaper-slider .slick-next {
		right: 18px;
	}
	
	.c-anth-pr-slider .slick-prev {
		left: 0px;
		z-index: 10;
	}
	
	.c-anth-pr-slider .slick-next {
		right: 0px;
	}
	
	.slick-prev, .slick-next {
		width: auto;
		height: auto;
	}
	
	.c-filtets {
		justify-content: center;
	}
	
	.c-filt__items {
		height: 44px;
	}
	
	.c-filtets {
		flex-wrap: wrap;
	}
	
	.c-filters-title {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.c-effects-items {
		width: 80.3%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		padding-right: 0;
	}
	
	.c-effects-items .slick-next {
		right: -15px;
	}
	
	.c-effects-items .slick-prev {
		left: -26px;
		z-index: 10;
	}
	
	.c-wallpaper-slider {
		/*height: 191px;*/
		height: 140px;
	}
	
	.wallpaper-slide_img {
		height: 110px;
	}
	
	.wallpaper-slide_label {
		margin-top: 15px;
		text-align: center;
	}
	
	.c-wallpaper-slider .slick-prev, .c-wallpaper-slider .slick-next {
		top: 94% !important;
	}
	
	.c-anth-pr-slider.js-slider-2 .anth-pr-slide_item {
		padding: 0;
		height: 212px;
		border: none;
		display: flex;
		justify-content: center;
	}
	
	.auth-pr-sl-link {
		padding: 15px;
		border: 1px solid #F2F2F2;
		display: flex;
		width: 215px;
		height: 212px;
		justify-content: center;
	}
	
	.texture-page .tex-categories {
		padding-left: 15px;
		padding-right: 15px;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.texture--cost {
		margin-top: 30px;
	}
	
	.texture--cost__header {
		margin-bottom: 20px
	}
	
	.texture--cost__item {
		margin-bottom: 30px;
		flex-direction: column;
	}
	
	.texture--cost__item .size-image {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.end__cost {
		width: 100%;
		margin-left: 0;
	}
	
	.droppin-effects::after {
		left: 16px;
		top: 10px;
		transform: translate(0, 0);
	}
	
	.c-filtets {
		padding-right: 0 !important;
	}
	
	.c-filtets .c-filt__items {
		display: flex !important;
		justify-content: center;
	}
	
	#canvas {
		max-width: 100%;
	}
	
	.js-slider-3 .slick-prev, .js-slider-3 .slick-next {
		top: 77% !important;
		width: 8px !important;
		height: 14px !important;
		transform: translate(0, 0) !important;
	}
	
	.modal.show {
		display: flex !important;
	}
	
	.wallpaper-slide_item {
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}
	
	/*.wallpaper-slide_img {
			width: 80% !important;
	}*/
	.slick-prev, .slick-next {
		width: 8px !important;
		height: 14px !important;
	}
	
	.texture-page .js-slider-3 .slick-prev,
	.texture-page .js-slider-3 .slick-next {
		top: 82% !important;
	}
	
	.texture-page .cotegory__items.is--active .background-ctg {
		width: 107%;
	}
	
	.texture-page .cotegory__items.is--active {
		margin-bottom: 2px;
	}
	
	.c-cost-form .step-1_item {
		margin-left: auto;
		margin-right: auto;
	}
	
	.size-image {
		margin-left: auto;
		margin-right: auto;
	}
	
	.step-2_item {
		margin-left: auto;
		margin-right: auto;
	}
	
	.texture-img {
		margin-left: auto;
		margin-right: auto;
	}
	
	a.all-texture {
		margin-left: auto;
		margin-right: auto;
	}
	
	.c-cost {
		margin-left: auto;
		margin-right: auto;
	}

	.crop-button-text.intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current:hover .intec-ui-part-selector {
		border-color: #ccc;
		background-color: #f6f6f6;
	}

	.crop-button-text.intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current:hover input:checked + .intec-ui-part-selector,
	.crop-button-text.intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current.intec-ui-scheme-current input:checked + .intec-ui-part-selector {
		border-color: #c72a42;
		background-color: #c72a42;
	}
}

@media (max-width: 420px) {
	.c-wallpaper-slider {
		height: 191px;
	}
	
	.wallpaper-slide_img {
		width: 80% !important;
		height: 159px;
	}
	
	.step-2 .c-form_element:not(:last-child) {
		margin-right: 11.9px;
	}
}



