.color {
	--main: #fff;
	--active: #72B51D;
	--blur: #59b70d;
	--dgreen: #025E10;
	--header: #363636;
	--form: #d9d9d9;
	--text-form: #6a696e;
	--black: #010101;
	--fon: #f5f5f5;
	--blue: #2263c4;
	--purpur: #ae22c4;
	--azure: #22c4bc;
	--aqua: #2285c4;
	--linegreen: #88b033;
	--stronggreen: #7cd633;
	--middlegray: #90989f;
	--border: #e6e7e9;
	--bgray: #9c9c9c;
	--cgray: #808080;
}
::selection {
	background: var(--active);
}
*, 
input,
textarea {
	box-sizing: border-box;
}
html {
	font-family: "Manrope", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	font-family: inherit;
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	color: var(--main);
	background-color: var(--black);
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	//background-color: transparent;
	opacity: 1;
	position: relative;
	overflow-x: hidden;
}
body.no {
	overflow-y: hidden;
}
main {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 30px;
	background-color: var(--fon);
}

section {
	width: 100%;
	padding: 20px 20px 20px 20px;
	display: flex;
	flex-direction: column;
}
section.catalog_main,
section.catalog_detail {
	background-color: var(--black);
}
section.catalog_main container {
	display: flex;
	flex-direction: column;
}
section.catalog_main row,
section.catalog_main box,
section.catalog_main el {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
section.catalog_main row {
	flex-direction: column;
	align-items: center;
}
section.catalog_main box {
	max-width: 550px;
	flex-direction: column;
}
section.catalog_main el {
	margin-bottom: 30px;
	position: relative;
	max-width: 530px;
	margin-right: 20px;
}
section.catalog_main img {
	border-radius: 20px;
	//overflow: hidden;
	display: flex;
	object-fit: cover;
	height: 280px;
	width: 100%;
	object-position: top center;
}
section.catalog_main el:before {
	background: linear-gradient(transparent 20%, var(--black) 100%);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
section.catalog_main el low {
	display: flex-inline;
	z-index: 2;
	flex-wrap: wrap;
	position: absolute;
	bottom: 22px;
	left: 13px;
}
section.catalog_main el low a {
	font-size: 14px;
	margin-right: 16px;
	padding-bottom: 7px;
}
section.catalog_main el low a.title {
	width: 100%;
	font-size: 18px;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
}
/*===============================================================*/
/*===============================================================*/
h2 {
	font-size: 22px;
	text-align: left;
	margin: 0 0 46px 0;
	display: block;
	font-weight: 400;
}

section.slider {
	background-color: var(--black);
	width: 100%;
	padding-left: calc( (100% - 1300px)/2 );
	padding-right: calc( (100% - 1300px)/2 );
	padding-top: 30px;
	padding-bottom: 40px;
}
section.slider slider {

}
slider header {

}
slider header box {
	display: none;
}
slider tape {
	display: flex;
	overflow: auto;
	padding-bottom: 20px;
	scroll-snap-type: x mandatory;
	z-index: 1;
	scroll-behavior: smooth;
}
slider tape el {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-right: 32px;
	scroll-snap-align: center;
}
slider tape el boxtile {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	z-index: 2;
}
slider tape el tile {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: .5s;
	display: flex;
	align-items: center;
	background-color: var(--black);
	cursor: pointer;
	max-width: 20px;
	min-width: 20px;
	width: auto;
	height: 20px;
	user-select: none;
	margin-bottom: 4px;	
}
slider tape el tile.ok {
	background: var(--active);
}
slider tape el tile.hz {
	background: linear-gradient(var(--azure) 0%, var(--aqua) 100%);
}
slider tape el tile.star {
	background: linear-gradient(var(--blue) 0%, var(--purpur) 100%);
}
slider tape el tile.yes {
	max-width: 100px;
	min-width: 100px;
	transition: .5s;
}
slider tape el tile.yes.hz {
	max-width: 120px;
	min-width: 120px;
}
slider tape el tile.yes.star {
	max-width: 110px;
	min-width: 110px;
}
slider tape el img.tile {
	width: 20px;
	height: 20px;
}
slider tape el tile span {
	margin-left: 4px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 400;
	color: var(--main);
	visibility: hidden;
	transition: .5s;
	opacity: 0;
	display: block;
	height: 20px;
	pointer-events: none;
}
slider tape el tile.yes span {
	visibility: visible;
	opacity: 1;
}
slider tape el img.preview {
	width: 306px 
	height: 280px;
	border-radius: 5px;
	overflow: hidden;
	display: block;
	padding: 0;
	margin-bottom: 25px;
	z-index: 1;
	pointer-events: none; 
	user-select: none;
	object-fit: cover;
}
slider tape el a.title {
	font-weight: 400;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	display: block;
	user-select: none;
}
slider dots {
	width: 100vw;
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
	margin-top: -15px;
	background-color: var(--black);
	z-index: 2;
	position: absolute;
}
section.catalog_detail slider dots {
	width: calc(100vw - 40px);
	padding: 15px 0;
}
slider dots span {
	margin: 0 5px;
	flex: 1;
	height: 3px;
	background-color: var(--main);
	transition: .3s;
	border-radius: 3px;
}
slider dots span.yes {
	background-color: var(--linegreen);
	flex-grow: 1.4;
}
/*===============================================================*/
/*===============================================================*/
.desctop {
	display: none;
}
.box_preview {
	//overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	background-color: var(--black);
	min-height: 500px;
	z-index: 10;
}
.slider_preview {
	width: 100vw;
	height: auto;
	min-height: 580px;
	position: absolute;
	background-color: var(--black);
	z-index: 1;
	margin-top: 92px;
}
.slider_preview img.bg {
	width: 100%;
	object-fit: cover;
	object-position: top center;
	height: 580px;
	position: absolute;
	transition: 3s;
	opacity: 0;
	background-color: var(--black);
}
.slider_preview img.bg.active {
	opacity: .4;
}
.slider_preview img.bg.dark.active {
	opacity: .2;
}
header.main {
	padding: 22px 20px 30px;
	z-index: 4;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: var(--black);
	height: 92px;
	//position: relative;
	position: fixed;
	width: 100%;
}
search {
	display: flex;
	position: absolute;
	right: 20px;
	width: auto;
	left: calc(100% - 20px);
	align-items: center;
	height: 50px;
	border-radius: 25px;
	background-color: var(--main);
	top: 75px;
	padding: 0 2px 0 16px;
	z-index: 50;
	transition: .6s;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
search.yes {
	left: 20px;
	opacity: 1;
	visibility: visible;
	box-shadow: inset 0 0 2px 0 var(--black);
}
search svg {
	cursor: pointer;
}
search input.find {
	padding: 0 13px;
	flex: 1;
	color: var(--text-form);
	font-size: 12px;
}
button#search {
	display: none;
}

.burger {
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	z-index: 3;
}
.burger span {
	width: 27px;
	height: 2px;
	border-radius: 1px;
	background-color: var(--main);
	margin: 4px 0 4px 6px;
	transition: .5s;
} 
.burger span.top {
	width: 21px;
}
.burger span.bottom {
	width: 15px;
}
.burger.yes span.top {
	width: 27px;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
}
.burger.yes span.middle {
	opacity: 0;
	width: 0;
}
.burger.yes span.bottom {
	width: 27px;
	transform: rotate(-45deg);
	position: absolute;
	top: 14px;
}

.logo {
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0 9% 0 24%;
}

.logo img {
	max-height: 50px;
}

button#find {
	cursor: pointer;
	background-color: transparent;
	border: 0;
	margin-top: 7px;
	z-index: 3;
	margin: 7px 25px 0 auto;
}
.phone {
	margin-top: 7px;
	z-index: 3;
	display: flex;
}

.mail,
.menu {
	display: none;
}
.mail {
	opacity: 0;
	transition: .7s;
}

button,
input {
	font-family: "Manrope", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	border: 0;
	outline: 0;
	background-color: transparent;
}
a,
div {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: var(--main);
	transition: .3s;
	text-decoration: none;
}
a:hover {
	color: var(--active);
}

div.preview {
	display: flex;
	flex-direction: column;
	z-index: 3;
	padding: 20px 20px 38px;
	align-items: center;
	margin-top: 92px;
}
h1 {
	margin: 0 auto 17px auto;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
p.p3 {
	margin: 0 auto 47px auto;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}
.box {
	display: flex;
	width: 100%;
}
.box.buttons {
	flex-direction: column;
	margin-bottom: 40px;
}
.btn {
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 18px;
	margin-bottom: 22px;
	transition: .5s;
}
.btn.button1 {
	box-shadow: inset 0 0 1px 0 var(--dgreen),
				0 0 15px 0 #7CD63388;
	transition: .5s;
	color: var(--main);
	position: relative;
}
.btn.button1:before,
.btn.button1:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	transition: .5s;
	z-index: -1;
}
.btn.button1:before {
	background: linear-gradient(#9ADE44 0%, var(--active) 19%, #5DAE1E 46%, #028D20 100%);
	opacity: 1;
}
.btn.button1:after {
	background-color: var(--dgreen);
	opacity: 0;
}
.btn.button1:hover {
	//background-color: var(--dgreen);
	//background: linear-gradient(var(--dgreen) 0%, var(--dgreen) 100%);
	transition: .5s;
}
.btn.button1:hover:before {
	opacity: 0;
}
.btn.button1:hover:after {
	opacity: 1;
}
.btn.button2 {
	background-color: var(--active);
	background: transparent;
	border: 2px solid var(--active);
	color: var(--active);
	transition: .5s;
}
.btn.button2:hover {
	border-color: var(--main);
	color: var(--main);
	transition: .5s;
}
.preview .box el {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-right: 6px;
}
.preview .box el.last {
	margin-right: 0;
}
.preview .box el img {
	max-height: 72px;
	margin-bottom: 32px;
}
.preview .box el p {
	font-size: 13px;
	margin: 0 0 auto 0;
	text-align: center;
}
bmenu {
	display: flex;
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 70px;
	padding: 20px 20px 30px 20px;
	z-index: 51;
	transition: .7s;
	overflow: hidden;
	height: calc(100vh - 70px);
	visibility: hidden;
	opacity: 0;
}
bmenu.yes {
	visibility: visible;
	transition: .7s;
	overflow: hidden;
	opacity: 1;
}
bmenu.yes * {
	transition: .7s;
}
bmenu accordeon {
	display: flex;
	flex-direction: column;
	transition: .7s;
}
bmenu accordeon el {
	display: flex;
	padding: 0 10px 0 17px;
	border-radius: 20px;
	margin-bottom: 2px;
	background: transparent;
	transition: .7s;
	width: 285px;
	flex-direction: column;
	height: auto;
	max-height: 40px;
	min-height: 40px;
	overflow: hidden;
}
bmenu accordeon el.yes {
	max-height: 100%;
	transition: .7s;
	background: var(--text-form);
}
bmenu accordeon el a {
	font-size: 16px;
	color: var(--fon);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
}
bmenu accordeon el a.once {
	font-size: 18px;
	font-weight: 700;
}
bmenu accordeon el a:hover,
bmenu accordeon el a:active {
	color: var(--form);
}
bmenu accordeon el.yes a {
	color: var(--form);
}
bmenu accordeon el a arrow {
	display: block;
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: relative;
	transition: .5s;
}
bmenu accordeon el.yes a arrow {
	transform: rotate(90deg);
}
bmenu accordeon el a arrow:before,
bmenu accordeon el a arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 11px;
	height: 1px;
	width: 7px;
	border-radius: 1px;
	background-color: var(--main);
}
bmenu accordeon el.yes a arrow:before,
bmenu accordeon el.yes a arrow:after {
	background-color: var(--form);
}
bmenu accordeon el a arrow:before {
	transform: rotate(-45deg);
}
bmenu accordeon el a arrow:after {
	transform: rotate(45deg);
	top: 11px;
}
bmenu accordeon low {
	visibility: hidden;
	opacity: 0;
	max-width: 0;
	max-height: 0;
	min-width: 0;
	min-height: 0;
	width: auto;
	height: auto;
	transition: .7s;
	overflow: hidden;
	display: block;
}
bmenu accordeon el.yes low {
	visibility: visible;
	opacity: 1;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	transition: .7s;
}
bmenu box {
	display: none;
}
fix {
	background-color: var(--black);
	transition: .7s;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 325px;
	height: 70px;
	opacity: 0;
	visibility: hidden;
}
fix.yes {
	opacity: 1;
	visibility: visible;
	transition: .7s;
}
/* brownline ======================================================== */
section.brownline {
	width: 100%;
	padding: 0;
	padding-top: 30px;
	height: 309px;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: var(--black);
	margin-bottom: 0;
}
section.brownline .wrapper {
	z-index: 2;
	margin: 0 auto;
}
section.brownline img.back {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: calc(100% - 30px);
	object-fit: cover;
	object-position: center center;
}
section.brownline img.front {
	z-index: 2;
	width: 360px;
	height: 105px;
	margin: 0 auto;
}
section.brownline p.title{
	z-index: 2;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	color: var(--header);
	margin: 7px auto 0;
}
section.brownline p.title strong {
	color: var(--stronggreen);
}
section.brownline p.descr{
	z-index: 2;
	color: var(--header);
	font-size: 19px;
	line-height: 30px;
	margin: 0 auto 9px;
}
section.brownline a.gocatalog {
	z-index: 2;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	min-height: 60px;
	max-height: 60px;
	border-radius: 30px;
	color: var(--main);
	background-color: var(--active);
	transition: .5s;
	margin: 0 auto 13px;
}
/* end_brownline ==================================================== */
/* works ============================================================ */
section.works {
	margin-top: 18px;
	padding: 50px 20px 0 20px;
	background-color: var(--fon);
}
h2.indigo {
	text-shadow: -1px 1px var(--form),
				1px -1px var(--form),
				1px 1px var(--form),
				-1px -1px var(--form);
	color: var(--main);
	text-transform: uppercase;
	font-size: 11vw;
	font-weight: 700;
	margin: 0 auto -3.5vw;
	/*animation-name: indigo;
  	animation-duration: 10s;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-timing-function: ease-in;*/
}
@keyframes indigo {
	0% {
		text-shadow: -1px 1px var(--form),
					1px -1px var(--form),
					1px 1px var(--form),
					-1px -1px var(--form);
	}
	10% {
		text-shadow: -1px 1px var(--azure),
					1px -1px var(--azure),
					1px 1px var(--azure),
					-1px -1px var(--azure);
	}
	20% {
		text-shadow: -1px 1px var(--form),
					1px -1px var(--form),
					1px 1px var(--form),
					-1px -1px var(--form);
	}
	30% {
		text-shadow: -1px 1px var(--aqua),
					1px -1px var(--aqua),
					1px 1px var(--aqua),
					-1px -1px var(--aqua);
	}
	40% {
		text-shadow: -1px 1px var(--form),
					1px -1px var(--form),
					1px 1px var(--form),
					-1px -1px var(--form);
	}
	50% {
		text-shadow: -1px 1px var(--active),
					1px -1px var(--active),
					1px 1px var(--active),
					-1px -1px var(--active);
	}
	60% {
		text-shadow: -1px 1px var(--form),
					1px -1px var(--form),
					1px 1px var(--form),
					-1px -1px var(--form);
	}
	70% {
		text-shadow: -1px 1px var(--purpur),
					1px -1px var(--purpur),
					1px 1px var(--purpur),
					-1px -1px var(--purpur);
	}
	80% {
		text-shadow: -1px 1px var(--form),
					1px -1px var(--form),
					1px 1px var(--form),
					-1px -1px var(--form);
	}
	90% {
		text-shadow: -1px 1px var(--blue),
					1px -1px var(--blue),
					1px 1px var(--blue),
					-1px -1px var(--blue);
	}
}
section.works .images {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
section.works .images el {
	margin: 0;
	display: flex;
	flex-direction: column;
	//min-width: calc(100vw - 40px);
	max-width: 700px;
	width: calc(100vw - 40px);
	padding-bottom: 40px;
	cursor: pointer;
	transition: .5s;
}
section.works .images el a {
	color: var(--header);
	font-size: 22px;
	display: block;
	margin-top: 20px;
	transition: .3s;
}
section.works .images el:hover a {
	color: var(--active);
	transition: .5s;
}
section.works .images img {
	width: 100%;
	max-width: 100%;
	min-height: 320px;
	height: 36vw;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}
/* end_works ======================================================== */
/* myproject ======================================================== */
section.myproject {
	padding: 0 25px 60px 28px;
	background-color: var(--main);
	border-radius: 30px;
	z-index: 2;
	position: relative;
	margin-bottom: 77px;
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
}
section.myproject img {
	width: 100%;
	height: 57vw;
	object-fit: cover;
	object-position: bottom center;
	margin-top: -30px;
}
section.myproject .box {
	flex-direction: column;
}
section.myproject h3 {
	color: var(--header);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto 18px auto;
}
section.myproject p.descr {
	color: var(--header);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 18px 0;
	text-align: center;
}
section.myproject board {
	display: flex;
	flex-direction: column;
}
section.myproject input[name=phone] {
	color: var(--header);
	width: 360px;
	max-width: 100%;
	border: 1px solid var(--form);
	height: 46px;
	border-radius: 25px;
	margin: 0 auto 13px auto;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
}
section.myproject .box .wrapper {
	width: 360px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto 32px;
}
section.myproject input[type=checkbox] {
	color: var(--main);
	margin-right: 11px;
	width: 16px;
	height: 16px;
	accent-color: var(--active);
}
section.myproject .box .wrapper p.descr {
	color: var(--header);
	font-size: 12px;
	margin: 0;
	line-height: 20px;
}
section.myproject .box .wrapper p.descr a {
	color: var(--active);
}
section.myproject .box .wrapper p.descr a:hover {
	color: var(--blue);
}
button#consultation {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	max-width: 100%;
	min-height: 60px;
	max-height: 60px;
	border-radius: 30px;
	color: var(--main);
	background-color: var(--active);
	transition: .5s;
	margin: 0 auto 13px;
	cursor: pointer;
}
button#consultation:hover {
	background-color: var(--dgreen);
	color: var(--form);
}
/* end_myproject ==================================================== */
/* about ============================================================ */
section.about_main {
	padding: 0 0 63px 0;
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
}
section.about_main .box {
	flex-direction: column;
	position: relative;
	padding: 22px 34px 0;
	height: 436px;
}
section.about_main .box img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 318px;
	border-radius: 20px;
}
section.about_main .box p.descr {
	z-index: 2;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	color: var(--main);
	line-height: 1.5;
}
section.about_main .box p.descr strong {
	font-weight: 700;
	color: var(--active);
}
section.about_main .box p.title {
	z-index: 2;
	font-family: Arial;
	font-size: 26px;
	line-height: 1.5;
	color: var(--active);
	text-align: center;
	margin: auto 0 0 0;
	font-weight: 700;
	position: relative;
}
section.about_main .box p.title:before {
	content: '“';
	color: var(--active);
	font-size: 180px;
	font-family: 'Mandali';
	display: flex;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	line-height: 1;
	max-height: 100px;
	transform: translateX(-50%);
}
/* end_about ======================================================== */
/* shoplist ======================================================== */
section.shoplist {

}
section.shoplist h3 {
	text-align: left;
	color: var(--header);
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 50px 0;
} 
section.shoplist .box {
	flex-direction: column;
}
section.shoplist .box el {
	flex-direction: column;
	display: flex;
	height: auto;
	padding-bottom: 5px;
	border: 1px solid var(--border);
	margin-bottom: 45px;
	border-radius: 20px;
	background-color: var(--main);
}
section.shoplist .box el[href] {
	cursor: pointer;
	transition: .3s;
}
section.shoplist .box el[href]:hover {
	box-shadow: inset 0 0 5px 0 var(--form);
}
section.shoplist .box el img.avatar {
	width: 100%;
	object-fit: cover;
	object-position: center;
	flex: 1 0 auto;
	min-height: 45vw;
	border-radius: 20px;
	margin-bottom: 20px;
}
section.shoplist .box el co {
	margin-bottom: 35px;
	margin-left: 24px;
}
section.shoplist row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
section.shoplist row img {
	margin-right: 9px;
	margin-bottom: 0;
	width: 16px;
	height: 16px;
}
section.shoplist span.title {
	color: var(--header);
	font-size: 14px;
	line-height: 1;
}
section.shoplist p.descr {
	color: var(--header);
	text-align: left;
	line-height: 21px;
}
section.shoplist p.descr a {
	color: var(--header);
}
section.shoplist p.descr a:hover {
	color: var(--active);
}
/* end_shoplist ======================================================== */
/* subscribe =========================================================== */
section.subscribe {
	border-radius: 30px;
	background-color: var(--main);
	width: calc(100% - 40px);
	margin: 0 auto 48px;
	padding: 50px 30px 50px 24px;
}
section.subscribe img {
	width: 130px;
	height: 130px;
	margin: 0 auto 25px;
}
section.subscribe board,
board.services {
	display: flex;
	flex-direction: column;
}
section.subscribe h3,
board.services h3
window h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto 25px;
	color: var(--header);
}
window h3 {
	font-size: 18px;
	margin-bottom: 18px;
	margin-top: 0;
}
section.subscribe p.descr,
board.services p.descr,
window p.descr {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 auto 25px;
	color: var(--header);
}
window p.descr {
	font-size: 14px;
	margin-bottom: 33px;
}
window h3,
window p.descr {
	text-align: center;
}
section.subscribe input.mail,
board.services input.phone,
window input[type=text],
window input[type=email] {
	color: var(--header);
	width: 360px;
	max-width: 100%;
	border: 1px solid var(--form);
	height: 46px;
	border-radius: 25px;
	margin: 0 auto 13px auto;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	opacity: 1;
	display: flex;
	background-color: var(--fon);
	transition: .5s;
}
window input[type=text],
window input[type=email] {
	margin-bottom: 20px;
}
section.subscribe input.mail:focus,
board.services input.phone:focus,
window input[type=text]:focus,
window input[type=email]:focus {
	background-color: var(--main);
	border-color: var(--active);
}
section.subscribe button#subscribe,
board.services button#send_order,
board.services button#newance,
#w_order,
#w_consult_order {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	max-width: 100%;
	min-height: 46px;
	max-height: 46px;
	border-radius: 30px;
	color: var(--main);
	background-color: var(--active);
	transition: .5s;
	margin: 0 auto 13px;
	cursor: pointer;
}
#w_order,
#w_consult_order {
	font-size: 14px;
	margin-bottom: 16px;
}
section.subscribe button#subscribe:hover,
board.services button#send_order:hover,
board.services button#newance:hover,
#w_order:hover,
#w_consult_order:hover {
	background-color: var(--dgreen);
	color: var(--form);
}
section.subscribe board .box,
board.services .box,
window .box {
	width: 360px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
}
board.services .box {
	flex-direction: row;
}
window .box {
	width: auto;
}
section.subscribe board .box input[type=checkbox],
board.services .box input[type=checkbox],
window .box input[type=checkbox] {
	color: var(--main);
	margin-right: 11px;
	width: 16px;
	height: 16px;
	accent-color: var(--active);
}
section.subscribe board .box p.descr,
board.services .box p.descr,
window .box p.descr
 {
	color: var(--header);
	font-size: 12px;
	margin: 0;
	line-height: 20px;
}
section.subscribe board .box p.descr a,
board.services .box p.descr a,
window a {
	color: var(--active);
	display: inline;
}
section.subscribe board .box p.descr a:hover,
board.services .box p.descr a:hover,
window a:hover {
	color: var(--blue);
}
/* end_subscribe ======================================================= */
/* FOOTER ============================================================== */
footer.main {
	padding: 65px 20px 88px;
	display: flex;
	flex-direction: column;
	transition: .7s;
}
footer.main .top {
	display: flex;
	flex-direction: column;
	transition: .7s;
}
footer.main .top co {
	display: flex;
	flex-direction: column;
}
footer.main .top co.first {
	align-items: center;
	padding-bottom: 20px;
}
footer.main .top co.middle {
	align-items: flex-start;
	transition: .7s;
	border-bottom: 1px solid #555;
}
footer.main .top co:nth-child(2) {
	border-top: 1px solid #555;
}
footer.main .top co.last {
	
}
footer.main .logo {
	margin: 0 auto 20px;
}
footer.main .logo img {
	width: 200px;
	min-height: 70px;
}
footer.main .phone {
	margin-bottom: 24px;
}
footer.main .phone a {
	
}
footer.main .phone a.number {
	margin-left: 13px;
	font-size: 20px;
}
footer.main .mail {
	margin-bottom: 24px;
	display: flex;
	color: var(--main);
	opacity: 1;
}
footer.main .mail a svg {
	margin-right: 14px;
}
footer.main .social {
	display: flex;
	margin-bottom: 22px;
}
footer.main .social a img {
	border: 1px solid var(--main);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin: 0 10px;
}
footer.main p.inn {
	margin: 0 auto 2px;
	font-size: 14px;
	line-height: 1.4;
}
footer.main .top co.middle .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0;
	transition: .7s;
}
footer.main .top co.middle .header a {
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
}
footer.main .top co.middle .header a:hover {
	color: var(--active);
}
footer.main .top co.middle .header arrow {
	display: block;
	width: 31px;
	height: 31px;
	cursor: pointer;
	position: relative;
	transition: .5s;
}
footer.main .top co.middle.yes .header arrow {
	transform: rotate(90deg);
}
footer.main .top co.middle .header arrow:before,
footer.main .top co.middle .header arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 11px;
	height: 2px;
	width: 10px;
	border-radius: 1px;
	background-color: var(--main);
}
footer.main .top co.middle.yes .header arrow:before,
footer.main .top co.middle.yes .header arrow:after {
	background-color: var(--form);
}
footer.main .top co.middle .header arrow:before {
	transform: rotate(-45deg);
}
footer.main .top co.middle .header arrow:after {
	transform: rotate(45deg);
	top: 11px;
}
footer.main .top co.middle .box {
	visibility: hidden;
	opacity: 0;
	min-height: 0;
	max-height: 0;
	max-width: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	transition: .7s;
	overflow: hidden;
	display: block;
	padding: 0;
}
footer.main .top co.middle.yes .box {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
	min-height: 100%;
	transition: .7s;
}
footer.main .top co.middle .box a {
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0;
}
footer.main .top co.middle .box a:hover {
	color: var(--active);
}
footer.main .top co.last {
	padding-bottom: 22xp;
}
footer.main .top co.last p.header {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 20px;
	line-height: 19px;
}
footer.main .top co.last a.address {
	font-size: 14px;
	text-decoration: underline;
	margin: 0 0 16px;
	font-weight: 400;
	text-decoration-thickness: 1px;
	text-decoration-color: #aaa;
	color: #eaeaea;
}
footer.main .top co.last a.address:hover {
	text-decoration-color: var(--active);
	color: var(--active);
}
footer.main .top co.last a.autor {
	line-height: 24px;
	font-size: 14px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: #aaa;
	transition: .3s;
	color: #eaeaea;
	margin-top: 16px;
	margin-bottom: 22px;
}
footer.main .top co.last a.autor:hover {
	text-decoration-color: var(--active);
	color: var(--active);
}
footer.main .bottom {
	display: flex;
	flex-direction: column;
	padding-top: 18px;
	padding-bottom: 30px;
	border-top: 1px solid #555;
}
footer.main .bottom .left {
	
}
footer.main .bottom .right {
	
}
footer.main .bottom p {
	margin-bottom: 11px;
	font-size: 12px;
	color: #eaeaea;
	line-height: 1.4;
}
footer.main .bottom a {
	font-size: 12px;
	line-height: 1.4;
	color: #eaeaea;
	text-decoration: underline;
}
footer.main .bottom .right a {
	line-height: 2.4;
	display: block;
}
footer.main .bottom a:hover {
	color: var(--active);
}
.interface {
	background-color: var(--fon);
	width: 100%;
	margin: 0;
	height: 88px;
	display: flex;
	padding: 0 33px 0 23px;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.interface a {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 64px;
	justify-content: space-between;
}
.interface img {
	margin: auto;
}
.interface p {
	line-height: 24px;
	margin: 0 auto;
	color: #808080;
	font-size: 12px;
	font-weight: 400;
}
.interface button#up {
	cursor: pointer;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background-color: var(--header);
	position: relative;
}
.interface button#up:before,
.interface button#up:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 25px;
	border-radius: 1px;
}
.interface button#up:before {
	width: 2px;
	height: 20px;
	background-color: var(--fon);
}
.interface button#up:after {
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--fon);
	border-left: 2px solid var(--fon);
	transform: rotate(45deg);
	left: 22px;
}
/* end_FOOTER ========================================================== */
/* CATALOG ========================================================== */
.box_preview.second {
	min-height: unset;
}
.img_preview {
	width: 100vw;
	height: auto;
	max-height: 0;
	position: absolute;
	background-color: var(--black);
	z-index: 1;
	margin-top: 92px;
}
.img_preview img.bg {
	width: 100%;
	object-fit: cover;
	object-position: top center;
	height: 0;
	position: absolute;
	opacity: 1;
	background-color: var(--black);
}
.preview.second {
	background-color: var(--black);
	padding-top: 10px;
	padding-bottom: 24px;
	align-items: flex-start;
}
.breadcrumbs {

}
.breadcrumbs a {
	font-size: 12px;
	color: var(--fon);
	line-height: 1.8;
	font-weight: 400;
	opacity: .4;
}
.breadcrumbs a:hover {
	opacity: 1;
}
.breadcrumbs a:last-child {
	font-weight: 700;
}
.breadcrumbs span {
	font-size: 12px;
	color: var(--fon);
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1.8;
	font-weight: 400;
	opacity: .4;
}
main.second {
	margin-top: 0;
}
section.header.second {
	background-color: var(--black);
	padding-top: 0;
	padding-bottom: 0;
}
section.header.second h1 {
	font-size: 27px;
	font-weight: 400;
	text-align: left;
	color: var(--main);
	line-height: 1.4;
	margin: 0 auto 26px 0;
}
section.header.second .categories {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	border-bottom: 1px solid var(--active);
	height: 32px;
}
section.header.second .categories a {
	color: var(--fon);
	font-size: 14px;
	height: 23px;
	line-height: 1.4;
	margin-right: 21px;
	margin-bottom: 9px;
	display: flex;
	flex-shrink: 0;
}
section.header.second .categories a:hover {
	color: var(--active);
}
section.header.second .categories a:last-child {
	margin-right: 0;
}
section.header.second .categories a img {
	display: none;
}
section.header.second .categories a sup {
	margin-left: 6px;
}
section.filters {
	background-color: var(--black);
	padding-top: 28px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
section.filters .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: auto;
}
section.filters .box.active {
	
}
section.filters button {
	color: var(--fon);
	display: flex;
	align-items: center;
	transition: .3s;
	background-color: transparent;
	border: 1px solid var(--header);
	line-height: 1.4;
	height: 45px;
	border-radius: 23px;
	cursor: pointer;
	font-size: 12px;
	margin-bottom: 20px;
	padding-right: 29px;
	padding-left: 29px;
	position: relative;
}
section.filters button:hover {
	background-color: transparent;
	color: var(--main);
	border-color: var(--fon);
}
section.filters button#morefilters,
section.filters button#hidefilters {
	background-color: var(--header);
	padding: 0 12px 0 19px;
	min-width: 153px;
	border: none;
}
section.filters button#morefilters:hover,
section.filters button#morefilters.active,
section.filters button#hidefilters:hover,
section.filters button#hidefilters.active {
	background-color: var(--text-form);
	color: var(--main);
}
section.filters button#morefilters.no,
section.filters button#hidefilters.no {
	display: none;
}
section.filters button img {
	width: 20px;
	height: 20px;
	margin-right: 13px;
}
section.filters button.toggle {
	margin-bottom: 0;
	padding-right: 50px;
	width: auto;
	height: auto;
	max-width: 0;
	max-height: 0;
	min-height: 0;
	opacity: 0;
	visibility: hidden;
}
section.filters .box.active button.toggle {
	margin-bottom: 20px;
	max-width: unset;
	max-height: 45px;
	min-height: 45px;
	opacity: 1;
	visibility: visible;
}
section.filters button.yes {
	color: var(--active)!important;
	border-color: var(--active)!important;
}
section.filters button.toggle:after {
	transition: .5s;
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 14px;
	border-top: 2px solid var(--fon);
	border-left: 2px solid var(--fon);
	width: 7px;
	height: 7px;
	transform: rotate(225deg);
}
section.filters button.toggle.yes:after {
	transform: rotate(45deg);
	border-color: var(--active)!important;
	top: 18px;
}

section.catalog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	background-color: var(--black);
	padding-bottom: 0;
}
section.catalog_muta {
	padding-bottom: 0;
}
section.catalog el {
	width: calc(50% - 9px);
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 36px;
}
section.catalog el.long {
	width: 100%;
}
section.catalog el.long box {
	display: flex;
	width: 100%;
	background-color: var(--border);
	margin-bottom: 17px;
	border-radius: 5px;
}
section.catalog el.long .box {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 50%;
	height: 100%;
	padding: 3vw 4.7vw 4.2vw;
	justify-content: space-between;
	//max-width: 190px;
}
section.catalog el.long .box p.title {
	line-height: 1.4;
	font-size: 4.7vw;
	font-weight: 700;
	color: var(--main);
	margin: 0;
}
section.catalog el.long .box a.go {
	font-size: 3vw;
	line-height: 1.4;
	font-weight: 400;
	color: var(--main);
	text-decoration: underline;
	transition: .3s;
}
section.catalog el.long .box a.go:hover {
	color: var(--active);
}
section.catalog el boxtile {
	position: absolute;
	top: 10px;
	left: 5px;
	display: flex;
	flex-direction: column;
	z-index: 2;
}
section.catalog el tile {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: .5s;
	display: flex;
	align-items: center;
	background-color: var(--black);
	cursor: pointer;
	max-width: 20px;
	min-width: 20px;
	width: auto;
	height: 20px;
	user-select: none;
	margin-bottom: 4px;
}
section.catalog el tile.ok {
	background: var(--active);
}
section.catalog el tile.hz {
	background: linear-gradient(var(--azure) 0%, var(--aqua) 100%);
}
section.catalog el tile.star {
	background: linear-gradient(var(--blue) 0%, var(--purpur) 100%);
}
section.catalog el tile.yes {
	max-width: 100px;
	min-width: 100px;
	transition: .5s;
}
section.catalog el tile.yes.hz {
	max-width: 120px;
	min-width: 120px;
}
section.catalog el tile.yes.star {
	max-width: 110px;
	min-width: 110px;
}
section.catalog el tile img.tile {
	width: 20px;
	height: 20px;
}
section.catalog el tile span {
	margin-left: 4px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: 400;
	color: var(--main);
	visibility: hidden;
	transition: .5s;
	opacity: 0;
	display: block;
	height: 20px;
	pointer-events: none;
}
section.catalog el tile.yes span {
	visibility: visible;
	opacity: 1;
}
section.catalog el img.preview {
	width: 100%;
	max-height: 50vw;
	object-fit: cover;
	border-radius: 5px;
	display: block;
	padding: 0;
	margin: 0 0 17px 0;
}
section.catalog el.long img.preview {
	object-position: top center;
	width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	padding: 0;
}
section.catalog el.long img.bg {
	border-radius: 5px;
	width: 100%;
	max-height: 50vw;
	object-fit: cover;
	padding: 0;
}
section.catalog el span.title {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding-left: 2px;
	color: var(--fon);
	transition: .3s;
}
section.catalog el a.title:hover {
	color: var(--active);
}
section.catalog button.more {
	cursor: pointer;
	width: calc(100% - 40px);
	margin: 20px;
	transition: .5s;
	color: var(--middlegray);
	border: 1px solid var(--middlegray);
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 25px;
}
section.catalog button.more:hover {
	color: var(--main);
	border-color: var(--main);
}
ul.pagination {
	list-style-type: none;
	padding: 0;
	margin: 36px auto 0;
	display: flex;
	align-self: center;
}
ul.pagination li {
	color: var(--main);
}
ul.pagination li.pag {
	margin-left: 30px;
	cursor: pointer;
	transition: .5s;
}
ul.pagination li.pag.first {
	margin-left: 0;
}
ul.pagination li.deactive {
	margin-left: 30px;
}
ul.pagination li.prev {
	cursor: pointer;
	transition: .5s;
}
ul.pagination li.next {
	cursor: pointer;
	transition: .5s;
}
ul.pagination li.pag.active,
ul.pagination li.pag:hover,
ul.pagination li.prev:hover,
ul.pagination li.next:hover {
	color: var(--active);
}
.logo_green {
	overflow: hidden;
	max-height: 37.6vw;
	width: 100%;
}
.logo_green img {
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}

section.show {
	padding: 64px 20px 72px;
}
section.show h2 {
	font-size: 22px;
	color: var(--header);
	text-align: center;
	font-weight: 400;
	line-height: 1.5;
}
section.show .box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
section.show .box el {
	margin-bottom: 80px;
	width: 311px;
	min-width: 311px;
	height: 204px;
	margin-right: 0;
	display: flex;
	flex-direction: column;
}
section.show .box el:last-child {
	margin-bottom: 0;
}
section.show .box el img {
	width: auto;
	min-height: 120px;
	margin-bottom: 0;
}
section.show .box el p.descr {
	color: var(--header);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0 0;
}

section.catalog_detail {
	padding-bottom: 0;
}

/* DETAIL */
section.catalog_detail {

}
section.catalog_detail .description {
	margin-top: 40px;
}
section.catalog_detail p.price {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	
}
section.catalog_detail .description p.price {
	margin: 0;
}
section.catalog_detail .description .buttons {
	padding-top: 21px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 20px;
}
button.order,
button.consult_order {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 16px;
}
.order.btn.button1 {
	z-index: 1;
}
.order.btn.button1:before,
.order.btn.button1:after {
	content: '';
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
	transition: .5s;
	z-index: -1;
}
.order.btn.button1:before {
	background: linear-gradient(#9ADE44 0%, var(--active) 19%, #5DAE1E 46%, #028D20 100%);
	opacity: 1;
}
.order.btn.button1:after {
	background-color: var(--dgreen);
	opacity: 0;
}
.order.btn.button1:hover {
	transition: .5s;
}
.order.btn.button1:hover:before {
	opacity: 0;
}
.order.btn.button1:hover:after {
	opacity: 1;
}
section.catalog_detail .description .buttons button.consult_order {
	border: 2px solid var(--active);
	color: var(--active);
	max-width: 400px;
	margin: 0 auto;
	transition: .5s;
}
section.catalog_detail .description .buttons button.consult_order:hover {
	color: var(--main);
	border-color: var(--main);
}
section.catalog_detail .description p.descr,
section.catalog_detail .description a.descr {
	margin: 27px 0 0 0;
	line-height: 1.5;
	font-size: 16px;
	display: block;
}
section.catalog_detail .description a.descr.underline {
	text-decoration: underline;
}
section.catalog_detail .description .dotted {
	padding-top: 40px;
	padding-bottom: 27px;
	border-bottom: 2px dashed var(--middlegray);
}
section.catalog_detail .description .undotted {
	padding-top: 40px;
	padding-bottom: 0;
}
section.catalog_detail .description h3 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	display: block;
}
section.catalog_detail .description h4 {
	font-weight: 700;
	font-size: 16px;
	margin: 0;
	display: block;
}
section.catalog_detail .description ul.characteristics {
	margin: 43px 0 25px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
section.catalog_detail .description ul.characteristics li {
	width: 70px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
section.catalog_detail .description ul.characteristics li.x {
	width: auto;
}
section.catalog_detail .description .dotted p.descr,
section.catalog_detail .description .undotted p.descr {

}
section.catalog_detail slider tape.detail el img {
	width: calc(100vw - 40px);
	height: auto;
	object-fit: cover;
}

section.complect {
	padding-top: 41px;
	color: var(--header);
}
section.complect h2 {
	margin-bottom: 36px;
}
section.complect box {
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	border: 1px solid var(--border);
	padding: 29px 0 0;
	background-color: var(--main);
}
section.complect box .default {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	width: 100%;
}
.col {
	flex-direction: column;
}
.row {
	flex-direction: row;
}
section.complect box .default .box {
	display: flex;
	justify-content: space-between;
}
section.complect box .default.row .box {
	flex-direction: column;
	width: 40%;
}
section.complect box .default.col .box {
	flex-direction: row;
}
section.complect box .default .box img.preview {
	width: calc((100% - 22px) / 2 );
	height: auto;
	object-fit: cover;
	border-radius: 5px;
}
section.complect box .default.row .box img.preview {
	width: 100%;
}
section.complect box .default .box p.title {
	font-size: 16px;
	line-height: 1.4;
	margin: 6px 0 11px;
}
section.complect box .default .box p.price {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 29px;
	font-weight: 700;
}
section.complect box .default .box .description {
	width: calc((100% - 22px) / 2 );
}
section.complect box .default.row .box .description {
	width: 100%;
}
section.complect box .default.row .box .description p.title {
	margin-top: 14px;
}
section.complect box .default.row .box .description p.price {

}
section.complect box .result {
	padding: 27px 25px 40px;
	border-radius: 20px;
	background-color: var(--border);
	width: 100%;
}
section.complect box .result h4 {
	display: block;
	font-size: 20px;
	margin: 0 0 2px;
	line-height: 1.4;
	font-weight: 400;
}
section.complect box .result p.count {
	font-size: 12px;
	margin: 0 0 6px;
	line-height: 1.4;
}
section.complect box .result p.newprice {
	line-height: 1.6;
	font-size: 26px;
	color: var(--active);
	margin: 0;
	font-weight: 700;
}
section.complect box .result p.oldprice {
	line-height: 1.6;
	font-size: 18px;
	font-weight: 700;
	text-decoration: line-through;
	margin: 0;
}
section.complect box .result button.order {
	margin: 33px 0 18px;
}
section.complect box .result p.econom {
	margin: 0;
	border: 1px solid var(--bgray);
	border-radius: 25px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bgray);
	font-size: 16px;
}
section.complect box .result p.econom span {
	display: block;
	width: 16px;
}
section.complect button.more {
	cursor: default;
	margin: 19px auto 11px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 400;
	color: var(--border);
	background-color: var(--active);
	min-width: 36px;
	min-height: 36px;
	max-height: 50px;
	max-width: 50px;
	width: 8.57vw;
	height: 8.57vw;
	transition: .5s;
}
section.complect button.more:hover {
	//background-color: var(--header);
}
section.slider.revert {
	background-color: var(--fon);
	color: var(--header);
}
section.slider.revert h2 {
	margin-left: 20px;
}
.revert slider tape el a.title {
	color: var(--header);
}
.revert slider tape el a.title:hover {
	color: var(--active);
}
section.slider.revert dots {
	background-color: var(--fon);
}
section.slider.revert dots span {
	box-shadow: 0 0 2px 0 var(--header);
}
dots span img.select {
	display: none;
}
section.slider.revert.margin {
	margin-bottom: 60px;
}
/* end_CATALOG ========================================================== */
/* CONTACT ============================================================== */
/* fix */
slider h2 {
	margin-left: 20px;
}

section.header.second.noline {
	border: 0;
}
section.contact_data {
	background-color: transparent;
	color: var(--cgray);
	padding-top: 34px;
	padding-bottom: 4px;
}
section.contact_data el {
	display: flex;
	flex-direction: column;
	margin-bottom: 44px;
}
section.contact_data el p.title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 27px 0;
	line-height: 21px;
}
section.contact_data el .descr {
	display: flex;
	align-items: center;
}
section.contact_data el .descr img {
	width: 23px;
	height: 23px;
	margin-right: 12px;
}
section.contact_data el .descr .wrapper {
	display: flex;
	align-items: center;
}
section.contact_data el .descr .wrapper:last-child {
	margin-left: 37px;
}
section.contact_data el a {
	color: var(--header);
	transition: .3s;
	font-size: 20px;
	line-height: 21px;
}
section.contact_data el a:hover {
	color: var(--active);
}
section.contact_data el span {
	color: var(--header);
	font-size: 20px;
	line-height: 21px;
}

section.map {
	padding: 0 0 37px 0;
}
section.map iframe {
	height: 370px;
}

section.form_connection {
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 100px;
	border: 1px solid var(--form);
	border-radius: 20px;
	background-color: var(--main);
	padding: 39px 26px 46px;
	color: var(--header);
}
section.form_connection h3 {
	display: block;
	margin: 0 0 32px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
section.form_connection box {
	display: flex;
	flex-direction: column;
}
section.form_connection box img {
	display: none;
}
section.form_connection box board {
	display: flex;
	flex-direction: column;
}
section.form_connection box board box {
	display: flex;
	flex-direction: column;
}
section.form_connection box board box .col {
	display: flex;
	flex-direction: column;
}
section.form_connection box board box el {
	margin-bottom: 19px;
}
section.form_connection box board box el p.title {
	margin: 0 0 6px 12px;
	line-height: 17px;
	font-size: 14px;
}
section.form_connection box board box el input,
section.form_connection box board box el textarea {
	border-radius: 5px;
	border: 1px solid var(--form);
	font-size: 16px;
	color: var(--black);
	font-weight: 400;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	transition: .5s;
	background-color: transparent;
}
section.form_connection box board box el textarea {
	resize: none;
	height: 114px;
	padding: 14px 20px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	margin-bottom: 9px;
}
section.form_connection box board box el input:focus,
section.form_connection box board box el textarea:focus {
	outline: 0;
	border-color: var(--active);
}
section.form_connection box board box .box {
	display: flex;
	order: 2;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
section.form_connection box board box .box input[type=checkbox] {
	color: var(--main);
	margin-right: 11px;
	width: 16px;
	height: 16px;
	accent-color: var(--active);
}
section.form_connection box board box .box p.descr {
	color: var(--header);
	font-size: 12px;
	margin: 0;
	line-height: 20px;
}
section.form_connection box board box .box p.descr a {
	color: var(--active);
}
section.form_connection box board box .box p.descr a:hover {
	color: var(--blue);
}
button#send_connection {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	max-width: 100%;
	min-height: 60px;
	max-height: 60px;
	border-radius: 30px;
	color: var(--main);
	background-color: var(--active);
	transition: .5s;
	margin: 0 auto 15px;
	cursor: pointer;
	order: 1;
}
button#send_connection:hover {
	background-color: var(--dgreen);
	color: var(--form);
}

section.shoplist p.descr.yes {
	font-size: 22px;
}
section.shoplist el.yes iframe {
	width: calc(100% - 40px);
	margin: 21px 20px 16px 20px;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

section.shoplist slider {
	position: relative;
}
section.shoplist .box slider tape {
	overflow-x: scroll;
}
section.shoplist .box slider tape el {
	margin: 0;
	padding: 0;
	border: 0;
}
section.shoplist .box slider tape el:last-child {
	margin: 0;
}
section.shoplist slider tape el img {
	margin: 0;
	width: calc(100vw - 40px);
	height: auto;
	object-fit: cover;
}
section.shoplist slider dots {
	background-color: var(--main);
	width: 100%;
}
section.shoplist slider dots span {
	background-color: var(--fon);
}
section.shoplist slider dots span.yes {
	background-color: var(--active);
}
/* end_CONTACT ========================================================== */
/* DELIVERY ============================================================= */
section.delivery {
	color: var(--header);
	padding: 7px 20px 49px;
}
section.delivery a {
	display: block;
	color: var(--header);
}

section.delivery ul.tabs {
	list-style-type: none;
	margin: 0;
	padding: 36px 0 24px;
	border-bottom: 2px solid var(--main);
	display: flex;
	flex-wrap: wrap;
}
section.delivery ul.tabs a {
	height: 32px;
	margin: 0 12px 13px 0;
	display: flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 16px;
	background-color: var(--form);
	font-size: 14px;
	color: var(--black);
}
section.delivery ul.tabs a.active {
	background-color: rgba(114, 181, 29, .5);
}
section.delivery ul.tabs a:hover {
	background-color: var(--active);
	color: var(--main);
}
section.delivery .description {
	display: flex;
	flex-direction: column;
}
section.delivery .description ul.detail {
	list-style-type: none;
	margin: 0;
	padding: 26px 0 24px;
	display: flex;
	flex-direction: column;
}
section.delivery .description ul.detail a {
	display: flex;
	align-items: center;
	height: 48px;
	width: 100%;
	border-radius: 24px;
	font-size: 16px;
	padding: 0 34px;
	margin: 10px 0 0 0;
}
section.delivery .description ul.detail a.active {
	color: var(--main);
	background-color: var(--active);
}
section.delivery .description ul.detail a:hover {
	background-color: #3e650e;
	color: var(--main);
}
section.delivery .content {
	display: flex;
	flex-direction: column;
}
section.delivery .content h2 {
	margin: 0 0 15px 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}
section.delivery .content el {
	display: flex;
	margin: 16px 0 10px;
	align-items: flex-start;
}
section.delivery .content el img.avatar {
	margin: 6px 12px;
	width: 16px;
	height: 16px;
}
section.delivery .content el p.title {
	line-height: 1.4;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
section.delivery .content p.descr {
	margin: 8px 0;
	margin-bottom: 20px;
	font-size: 16px;
}
section.delivery .content ul {
	margin: 10px 0 20px;
}
section.delivery .content ul li {
	font-size: 16px;
	margin: 0 0 16px;
}
section.delivery .content ul li:last-child {
	margin: 0;
}
section.delivery .content box {
	margin: 20px 0 0 0;
	display: flex;
	flex-direction: column;
}
section.delivery .content box img.big {
	width: 100%;
	height: 457px;
	object-fit: cover;
	border-radius: 5px;
}
section.delivery .content box .box {
	flex-direction: column;
}
section.delivery .content box img.default {
	width: 100%;
	height: 212px;
	object-fit: cover;
	border-radius: 5px;
	margin-top: 28px;
}
section.shoplist.delivery .box slider {
	display: block;
	width: calc(100vw - 40px);
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
}
section.shoplist.delivery .box slider el {
	width: calc(100vw - 40px);
	height: 75vw;
	border: 0;
	background-color: transparent;
	padding: 0;
	min-width: calc(100vw - 40px);
	margin: 0;
}
section.shoplist.delivery .box slider el img.preview {
	width: 100%;
	height: 100%;
	margin: 0;
	max-height: unset;
}
section.shoplist.delivery .box slider tape {
	display: flex;
	overflow-x: scroll;
}
section.shoplist.delivery .box slider dots {
	background-color: var(--fon);
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
section.shoplist.delivery .box slider header {
	position: absolute;
	z-index: 2;
	top: calc(50% - 50px);
	left: 8px;
	right: 8px;
	padding: 0;
	width: calc(100% - 16px);
}
section.shoplist.delivery .box slider header box {
	width: 100%;
	flex-direction: row;
}
section.shoplist.delivery .box slider header box button {
	background-color: var(--main);
	width: 60px;
	height: 60px;
}
section.shoplist.delivery .box slider dots span {
	display: flex!important;
	cursor: pointer;
	height: 6px;
	border-radius: 4px;
	box-shadow: 0 0 2px 0 var(--header);
}
section.shoplist.delivery .box slider header box button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	transition: .5s;
	border: 1px solid var(--active);
}
section.shoplist.delivery .box slider header box button:hover {
	opacity: .7;
}
section.shoplist.delivery .box slider header box button.no {
	border-color: var(--text-form);
	opacity: 1;
}
section.shoplist.delivery .box slider header box button.no.prew:after,
section.shoplist.delivery .box slider header box button.no.prew:before,
section.shoplist.delivery .box slider header box button.no.next:after,
section.shoplist.delivery .box slider header box button.no.next:before {
	background-color: var(--text-form);
}
section.shoplist.delivery .box slider header box button.prew {
	
}
section.shoplist.delivery .box slider header box button.next {
	margin: 0 0 0 auto;
}
section.shoplist.delivery .box slider header box button.prew:after,
section.shoplist.delivery .box slider header box button.prew:before,
section.shoplist.delivery .box slider header box button.next:after,
section.shoplist.delivery .box slider header box button.next:before {
	content: '';
	display: block;
	height: 3px;
	border-radius: 2px;
	background-color: var(--active);
	transition: .5s;
	width: 12px;
	position: absolute;
}
section.shoplist.delivery .box slider header box button.prew:after {
	transform: rotate(45deg);
	top: 26px;
}
section.shoplist.delivery .box slider header box button.prew:before {
	transform: rotate(-45deg);
	top: 20px;
}
section.shoplist.delivery .box slider header box button.next:after {
	transform: rotate(-45deg);
	top: 26px;
}
section.shoplist.delivery .box slider header box button.next:before {
	transform: rotate(45deg);
	top: 20px;
}
section.shoplist.delivery {
	padding-bottom: 60px;
}
section.shoplist.delivery board.services {
	width: 100%;
	margin-top: 36px;
	margin-bottom: 32px;
	background-color: var(--main);
	padding: 48px 20px 40px;
	border-radius: 30px;
}
section.delivery board.services p.descr {
	margin-bottom: 0;
}
section.shoplist.delivery .description .content p.title.big {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 18px;
	font-weight: 700;
}
section.shoplist.delivery .description .content p.descr,
section.shoplist.delivery .description .content li {
	font-size: 16px;
}
section.shoplist.delivery .description .content p.descr.nomargin {
	margin-bottom: 0;
}
section.shoplist.delivery .description .content strong.block {
	display: block;
}

section.show.about_show {
	padding-top: 5px;
}
section.show.about_show .box {

}
section.show.about_show .box el {
	height: auto;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
}
section.show.about_show .box el:before {
	content: attr(cindex);
	color: var(--active);
	font-size: 54px;
	line-height: 1.5;
	font-weight: 400;
	position: absolute;
	top: 30px;
	right: 70%;
}
section.show.about_show .box el img {
	min-width: 120px;
	max-width: 120px;
	max-height: 120px;
	min-height: 120px;
	margin-left: auto;
	margin-right: auto;
}

section.about_catalog {
	color: var(--header);
}
section.about_catalog p.title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding: 30px 30px 24px;
	width: 390px;
	margin: 0 auto 39px;
	background-color: var(--main);
	border-radius: 30px;
	text-align: center;
}
section.about_catalog a.order.btn.button1 {
	margin-bottom: 50px;
	width: 240px;
}
/* end_DELIVERY ========================================================= */
/* PORTFOLIO ============================================================ */
section.portfolio {
	background-color: var(--black);
	color: var(--fon);
	padding-bottom: 60px;
	margin-bottom: 20px;
}
section.portfolio .p_category {
	display: flex;
	margin-bottom: 65px;
}
section.portfolio .p_category .el {
	padding: 8px 16px;
	margin-right: 11px;
	background-color: var(--header);
	border-radius: 5px;
	cursor: pointer;
	transition: .3s;
}
section.portfolio .p_category .el:hover {
	background-color: var(--active);
}
section.portfolio .p_category .el:last-child {
	margin-right: 0;
}
section.portfolio .p_category .el img {
	
}
section.portfolio .p_category .el p.title {
	font-size: 16px;
	margin: 0;
	line-height: 1.4;
}
section.portfolio .portfolio_catalog {
	display: flex;
	flex-direction: column;
}
section.portfolio .portfolio_catalog el {
	display: flex;
	flex-direction: column;
	margin-bottom: 78px;
}
section.portfolio .portfolio_catalog el img.first {
	margin: 0 0 31px 0;
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
	border-radius: 20px;
}
section.portfolio .portfolio_catalog el .description {
	display: flex;
	flex-direction: column;
}
section.portfolio .portfolio_catalog el .description p.title {
	line-height: 1.4;
	font-size: 22px;
	margin: 0 0 26px 0;
}
section.portfolio .portfolio_catalog el .description p.descr {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 23px 0;
}
section.portfolio .portfolio_catalog el .description a.more {
	width: 186px;
	height: 48px;
	margin-bottom: 0;
	margin-left: 0;
}
section.portfolio button.more {
	cursor: pointer;
	width: calc(100% - 40px);
	margin: 20px;
	transition: .5s;
	color: var(--middlegray);
	border: 1px solid var(--middlegray);
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 25px;
}
section.portfolio button.more:hover {
	color: var(--main);
	border-color: var(--main);
}

section.portfolio_detail {
	padding-left: 0;
	padding-right: 0;
}
section.portfolio_detail .left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
section.portfolio_detail .left slider {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
section.portfolio_detail .left slider tape el img.preview {
	//border-radius: 0;
}
section.portfolio_detail .left slider dots {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
section.portfolio_detail .left a.projects {
	margin-top: 40px;
	margin-bottom: 29px;
	display: flex;
	align-items: center;
	padding: 0 18px;
	height: 46px;
	border-radius: 23px;
	background-color: #252525;
	transition: .3s;
	color: var(--form);
	font-size: 16px;
	margin-left: 20px;
}
section.portfolio_detail .left a.projects:hover {
	background-color: #6a696e;
	color: var(--main);
}
section.portfolio_detail .right {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	margin-right: 20px;
}
section.portfolio_detail .right p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 24px 0;
	color: var(--fon);
}
section.portfolio_detail .myproject {
	display: flex;
	flex-direction: column;
	background-color: var(--main);
	padding: 0 20px 40px 30px;
	border-radius: 30px;
	margin-top: 60px;
}
section.portfolio_detail .myproject img {
	width: 177px;
	height: 196px;
	margin-top: -47px;
	margin-right: auto;
	margin-left: auto;
}
section.portfolio_detail .myproject .box {
	display: flex;
	flex-direction: row;
}
section.portfolio_detail board.services.p_detail {

}
section.works h2.indigo.no {
	margin: 0 0 42px 0;
	color: var(--header);
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	font-weight: 400;
	text-shadow: none;
	text-transform: none;
}
/* end_PORTFOLIO ======================================================== */
popup {
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	position: fixed;
	max-height: 1px;
	max-width: 1px;
	min-height: 1px;
	min-width: 1px;
	top: 0;
	left: 0;
	background-color: transparent;
	opacity: 0;
	transition: .5s;
	width: auto;
	height: auto;
	bottom: unset;
	right: unset;
}
popup.yes {
	max-height: 100vh;
	max-width: 100vw;
	min-height: 100vh;
	min-width: 100vw;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .9);
	transition: .5s;
}
popup.yes:hover {
	background-color: rgba(0, 0, 0, .8);
}
popup.yes:active {
	background-color: rgba(0, 0, 0, .8);
}
popup window {
	display: none;
}
popup.yes window.yes {
	display: flex;
	flex-direction: column;
	width: calc(100% - 40px);
	border-radius: 30px;
	background-color: var(--main);
	max-width: 385px;
	padding: 20px 15px 50px 20px;
	cursor: default;
	color: var(--header);
}
popup.yes window.yes button {
	cursor: pointer;
}
popup.yes window.yes header {
	display: flex;
}
popup.yes window.yes header button.close {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
	width: 28px;
	height: 22px;
	background-color: transparent;
	padding: 0;
}
popup.yes window.yes header button.close:before,
popup.yes window.yes header button.close:after {
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	background-color: var(--active);
	transition: .3s;
	border-radius: 1px;
	transform: rotate(40deg);
	margin-left: 2px;
	transition: .3s;
}
popup.yes window.yes header button.close:after {
	transform: rotate(-40deg);
	margin-left: -2px;
}
popup.yes window.yes header button.close:hover:after,
popup.yes window.yes header button.close:hover:before {
	background-color: var(--header);
}
popup.yes window.yes board {
	padding-right: 5px;
}
popup.yes window.yes window header {
	margin-bottom: 6px;
}

@media all and (min-width: 516px) {
	main {
		margin-top: 60px;
	}
}
@media all and (min-width: 680px) {
	slider dots span {
		display: none!important;
	}
	slider header {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding-top: 30px;
	}
	slider header box {
		display: flex;
	}
}
@media all and (min-width: 860px) {
	section.about_main .box {
		height: 55vw;
	}
}
@media all and (min-width: 1300px) {
	/* fix */
	.box_preview {
		z-index: 0;
	}
	.box_preview.yes {
		z-index: 22;
	}
	slider h2 {
		margin-left: 0;
	}
	body.no {
		padding-right: 20px;
	}
	popup {
		transition: 1s;
	}
	popup.yes {
		cursor: pointer;
		transition: 1s;
	}

	.logo:before {
		width: 360px;
		height: 320px;
		content: '';
		display: block;
		opacity: .28;
		background: radial-gradient(closest-side at 180px 160px, var(--blur), transparent);
		position: absolute;
		transform: translate(-50%, -50%);
		left: 50%;
		transition: .7s;
		visibility: visible;
	}
	header.yes .logo:before {
		visibility: hidden;
		opacity: 0;
		transition: .7s;
	}
	section {
		width: 1300px;
		margin: 0 auto;
		overflow: hidden;
	}
	header.main {
		background-color: transparent!important;
		width: 100%;
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		margin: 0 auto;
		justify-content: flex-start;
		position: relative;
		height: unset;
	}
	header.main:before {
		content: '';
		width: 100%;
		order: 4;
	}
	search {
		top: 87px;
	}
	search.yes {
		left: 16px;
	}
	button#search {
		display: flex;
		width: 123px;
		height: 46px;
		color: var(--main);
		background-color: var(--active);
		border-radius: 23px;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		cursor: pointer;
		transition: .3s;
	}
	button#search:hover {
		background-color: var(--dgreen);
		color: var(--form);
	}
	button#search:active {
		background-color: var(--dgreen);
		color: var(--main);
	}
	.desctop,
	.menu {
		display: flex;
	}
	.slider_preview {
		height: 927px;
		margin-top: 0;
	}
	.slider_preview img.bg {
		height: unset;
		min-height: 800px;
	}
	.menu {
		width: calc(100% - 50px);
		justify-content: space-around;
		z-index: 3;
		margin: 0 0 0 auto;
	}
	.menu a {
		border-radius: 40px;
		font-size: 16px;
		padding: 12px 24px;
		font-weight: 400;
	}
	.menu a.active {
		border: 1px solid var(--main);
		font-weight: 700;
	}
	.menu a.active:hover {
		border-color: var(--active);
	}
	.logo {
		order: 2;
	}
	.logo img {
		max-height: unset;
	}
	.burger {
		order: 0;
		margin-right: 0;
		margin-top: 9px;
		width: 23px;
		height: 23px;
		padding: 1px 0;
	}
	.burger span {
		width: 100%;
		margin: 2px 0;
		transition: .5s;
	}
	.burger:hover span {
		background-color: var(--active);
	}
	.burger span.top,
	.burger span.bottom {
		width: 100%;
	}
	.burger.yes span.top,
	.burger.yes span.bottom {
		top: 7px;
		left: -2px;
	}
	.phone {
		order: 1;
		margin-left: 48px;
		align-items: flex-start;
		display: flex;
	}
	.phone a path,
	button#find path {
		transition: .4s;
	}
	.phone a:hover path,
	button#find:hover path {
		fill: var(--active);
	}
	.phone a.number {
		margin-left: 11px;
		margin-top: 2px;
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
	}
	.social {
		order: 3;
		margin: 0 0 0 auto;
		display: flex;
		z-index: 3;
	}
	.social a {
		margin-right: 20px;
		display: block;
		transition: .5s;
	}
	.social a img {
		border-radius: 50%;
		border: 1px solid var(--main);
		transition: .5s;
	}
	.social a:hover img {
		border-color: transparent;
		background-color: #0077FF;
	}
	.social a.viber:hover img {
		background-color: #47CA5C;
	}
	.social a.vk:hover img {
		background-color: #0099FF;
	}
	button#find {
		order: 5;
		margin: 10px auto 0 0;
	}
	.menu {
		order: 6;
		margin: 0 0 0 auto;
	}

	div.preview {
		padding: 50px 20px 38px;
		margin-top: 0;
	}
	h1 {
		margin: 0 auto 12px auto;
		font-size: 43px;
	}
	p.p3 {
		margin: 0 auto 56px auto;
	}

	.box.buttons {
		flex-direction: row;
		width: 520px;
		margin-bottom: 120px;
	}
	.btn {
		width: 238px;
	}
	.box.lower {
		width: 750px;
		justify-content: space-between;
	}
	.box.lower el {
		width: 200px;
		flex: unset;
	}
	.box.lower img {
		max-height: 82px;
	}
	.box.lower p {
		font-size: 16px;
	}

	bmenu {
		z-index: 10;
		height: unset;
		background-color: rgba(0, 0, 0, .9);
		left: 0;
		right: 0;
		padding-left: calc( (100% - 1300px) / 2);
	}
	bmenu accordeon {
		border-right: 1px solid var(--text-form);
		overflow: visible;
		position: relative;
	}
	bmenu accordeon el {
		overflow: visible;
	}
	bmenu accordeon el > a {
	
	}
	bmenu accordeon el.yes > a:after {
		content: attr(v);
		font-weight: 700;
		display: block;
		position: absolute;
		left: calc(100% + 48px);
		top: 0;
		width: 300px;
	}
	bmenu accordeon el.yes low {
		max-height: unset;
		position: absolute;
		left: calc(100% + 48px);
		top: 30px;
	}
	bmenu box {
		display: flex;
		flex-direction: column;
		margin-left: 560px;
		color: var(--fon);
	}
	bmenu box p.title {
		font-size: 16px;
		font-weight: 700;
		margin: 0 0 32px 0;
	}
	bmenu box a {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 24px 0;
	}
	fix {
		right: 0;
		width: auto;
	}

	header.yes .mail {
		display: flex;
		z-index: 10;
		top: 30px;
		left: calc( (100% - 1300px)/2 + 846px );
		position: absolute;
		visibility: visible;
		opacity: 1;
		transition: .7s;
	}
	header.yes .mail a svg {
		margin-right: 14px;
	}
	header.yes .mail a svg path {
		transition: .3s;
	}
	header.yes .mail a:hover svg path {
		fill: var(--active);
	}
/*===============================================================*/
/*===============================================================*/
	main {
		margin-top: 120px;
	}
	section.catalog_main {
		width: 100%;
		padding: 72px 0 100px 0;
	}
	container {
		width: 1300px;
		margin: 0 auto;
		display: flex;
	}
	section.catalog_main row,
	section.catalog_main box,
	section.catalog_main el {
		width: auto;
		max-width: unset;
	}
	section.catalog_main box {
		flex-direction: column;
	}
	section.catalog_main el {
		visibility: hidden;
		opacity: 0;
	}
	section.catalog_main.yes el {
		animation-name: anim;
	  	animation-duration: 3s;
	  	animation-iteration-count: 1;
	  	animation-direction: alternate;
	  	animation-timing-function: ease-in;
	  	max-width: unset;
	  	visibility: visible;
	}
	section.catalog_main.yes el.finished {
		opacity: 1;
	}
	section.catalog_main box row {
		justify-content: center;
		align-items: center;
	}
	section.catalog_main container > row > el.line {
		margin: 0 auto 18px auto;
	}
	section.catalog_main row {
		flex-direction: row;
	}
	section.catalog_main img {
		width: 100%;
		height: 100%;
	}
	section.catalog_main el.big {
		width: 508px;
		height: 462px;
		margin: 86px 148px 84px 0;
		animation-delay: .4s;
	}
	section.catalog_main el.tile {
		width: 306px;
		height: 280px;
		margin: 0 32px 54px 0;
		animation-delay: .7s;
	}
	section.catalog_main el.tile.last {
		margin-right: 0;
		animation-delay: 1s;
	}
	section.catalog_main el.line {
		width: 644px;
		height: 280px;
		margin: 0 0 18px 0;
		animation-delay: 1.3s;
	}
	section.catalog_main el.line.last {
		animation-delay: 1.6s;
	}
	section.catalog_main el.line img {
		object-position: center center;
	}
	@keyframes anim {
  		100% {
		    opacity: 1;
		    //margin-bottom: 0;
  		}
	}
/*===============================================================*/
/*===============================================================*/
	slider header box button {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		cursor: pointer;
		transition: .5s;
		border: 1px solid var(--active);
	}
	slider header box button:hover {
		opacity: .7;
	}
	slider header box button.no {
		border-color: var(--text-form);
		opacity: 1;
	}
	slider header box button.no.prew:after,
	slider header box button.no.prew:before,
	slider header box button.no.next:after,
	slider header box button.no.next:before {
		background-color: var(--text-form);
	}
	slider header box button.prew {
		
	}
	slider header box button.next {
		margin: 0 38px 0 24px;
	}
	slider header box button.prew:after,
	slider header box button.prew:before,
	slider header box button.next:after,
	slider header box button.next:before {
		content: '';
		display: block;
		height: 3px;
		border-radius: 2px;
		background-color: var(--active);
		transition: .5s;
		width: 12px;
		position: absolute;
	}
	slider header box button.prew:after {
		transform: rotate(45deg);
		top: 26px;
	}
	slider header box button.prew:before {
		transform: rotate(-45deg);
		top: 20px;
	}
	slider header box button.next:after {
		transform: rotate(-45deg);
		top: 26px;
	}
	slider header box button.next:before {
		transform: rotate(45deg);
		top: 20px;
	}
	slider dots {
		margin-top: -26px;
	}
/*===============================================================*/
/*===============================================================*/
	/* brownline ======================================================== */
	section.brownline {
		height: 176px;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
	}
	section.brownline .wrapper {
		margin: auto 0;
	}
	section.brownline img.back {
		height: 152px;
		bottom: 0;
	}
	section.brownline img.front {
		margin: 0;
		width: 647px;
		height: 176px;
	}
	section.brownline p.title{
		margin: 0;
	}
	section.brownline p.title strong {
		margin: 0;
	}
	section.brownline p.decr{
		margin: 0;
	}
	section.brownline a.gocatalog {
		margin: auto 12px auto 69px;
		width: 240px;
	}
	section.brownline a.gocatalog:hover {
		background-color: var(--dgreen);
		color: var(--form);
	}
	/* end_brownline ==================================================== */
	/* works ============================================================ */
	section.works {
		width: 100%;
		padding-left: calc( (100% - 1300px) / 2 );
		padding-right: calc( (100% - 1300px) / 2 );
	}
	h2.indigo {
		font-size: 136px;
		margin-bottom: -46px;
	}
	section.works .images {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	section.works .images el,
	.portfolio_catalog el img {
		padding: 0;
		align-items: flex-start;
		width: unset;
		min-width: unset;
		position: relative;
		opacity: 0;
	}
	section.works .images.yes el,
	.portfolio_catalog el.yes img {
		animation-name: anim;
	  	animation-duration: 2s;
	  	animation-iteration-count: 1;
	  	animation-direction: alternate;
	  	animation-timing-function: ease-in;
	}
	section.works .images.yes el.finished,
	.portfolio_catalog el.yes img.finished {
		opacity: 1;
	}
	section.works .images el:after {
		content: '';
		width: calc(100% - 38px);
		position: absolute;
		display: block;
		height: 187px;
		border-radius: 0 0 20px 20px;
		background: linear-gradient(transparent 0%, #000 100%);
		z-index: 1;
		bottom: 0;
	}
	section.works .images el.last:after {
		width: 100%;
	}
	section.works .images el:nth-child(1) {
		animation-delay: .4s;
	}
	section.works .images el:nth-child(2) {
		animation-delay: .7s;
	}
	section.works .images el:nth-child(3) {
		animation-delay: 1s;
	}
	section.works .images el:nth-child(4) {
		animation-delay: 1.3s;
	}
	section.works .images el:nth-child(5) {
		animation-delay: 1.6s;
	}
	section.works .images .middle {
		flex-direction: column;
		width: unset;
		min-width: unset;
	}
	section.works .images img.big {
		width: 630px;
		height: 586px;
		margin-right: 38px;
	}
	section.works .images img.small {
		margin-right: 38px;
		width: 300px;
		height: 274px;
		min-height: unset;
	}
	section.works .images el.pbottom {
		margin-bottom: 38px;
	}
	section.works .images img.square {
		margin-right: 0;
		width: 300px;
		height: 586px;
	}
	section.works .images el a {
		position: absolute;
		font-size: 18px;
		color: var(--fon);
		bottom: 20px;
		width: calc(100% - 38px);
		z-index: 2;
		text-align: center;
		transition: .3s;
	}
	section.works .images el.last a {
		width: 100%;
	}
	section.works .images el a:hover {
		color: var(--active);
	}
	/* end_works ======================================================== */
	/* myproject ======================================================== */
	section.myproject {
		padding: 45px 118px 45px 0;
		background-color: var(--main);
		border-radius: 30px;
		z-index: 2;
		position: relative;
		flex-direction: row;
		margin-top: 113px;
		margin-bottom: 145px;
		overflow: visible!important;
		margin-left: calc( (100% - 1300px)/2 );
		margin-right: calc( (100% - 1300px)/2 );
		width: 1300px;
	}
	section.myproject img {
		width: 480px;
		min-width: 480px;
		height: 300px;
		margin-top: -100px;
		margin-left: -60px;
		z-index: 100;
	}
	section.myproject .box {
		flex-direction: column;
	}
	section.myproject h3 {
		text-align: left;
		font-size: 26px;
		margin-left: 0;
	}
	section.myproject p.descr {
		font-size: 18px;
		text-align: left;
		margin-bottom: 29px;
	}
	section.myproject board {
		flex-wrap: wrap;
		flex-direction: row;
	}
	section.myproject input[name=phone] {
		width: 425px;
		max-width: 425px;
		margin: 0 20px 11px 0;
		order: 0;
	}
	section.myproject .box .wrapper {
		margin: 0;
		order: 2;
	}
	section.myproject .box .wrapper p.descr {
		color: var(--header);
		font-size: 12px;
		margin: 0;
	}
	button#consultation {
		width: unset;
		margin: 0;
		flex: 1 0 auto;
		order: 1;
		max-height: 46px;
		min-height: 46px;
	}
	/* end_myproject ==================================================== */
	/* about ============================================================ */
	section.about_main {
		padding: 0 0 63px 0;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		padding-left: calc( (100% - 1300px)/2 );
		padding-right: calc( (100% - 1300px)/2 );
	}
	section.about_main .box {
		padding: 76px 226px 0;
		height: 707px;
	}
	section.about_main .box img {
		height: 612px;
	}
	section.about_main .box p.descr {
		font-size: 30px;
		color: var(--fon);
		line-height: 1.4;
	}
	section.about_main .box p.title {
		font-size: 30px;
		line-height: 1.5;
	}
	/* end_about ======================================================== */
	/* shoplist ======================================================== */
	section.shoplist {
		padding-left: 0;
		padding-right: 0;
	}
	section.shoplist h3 {
		font-size: 26px;
		font-weight: 400;
		//margin: 0 0 50px 0;
	} 
	section.shoplist .box {
		flex-direction: column;
	}
	section.shoplist .box el {
		flex-direction: row;
		display: flex;
		height: auto;
		padding-bottom: 0;
		border: 1px solid var(--border);
		margin-bottom: 26px;
		border-radius: 20px;
		background-color: var(--main);
		padding-right: 50px;
		margin-right: 0;
	}
	section.shoplist .box el img.avatar {
		width: 248px;
		flex: 0;
		min-height: 152px;
		max-height: 152px;
		margin-bottom: 0;
	}
	section.shoplist .box el co {
		margin-top: 29px;
		margin-bottom: auto;
		margin-left: 100px;
		width: 230px;
	}
	section.shoplist row {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}
	section.shoplist row img {
		margin-right: 9px;
		margin-bottom: 0;
		width: 16px;
		height: 16px;
	}
	section.shoplist span.title {
		color: var(--header);
		font-size: 14px;
		line-height: 1;
	}
	section.shoplist p.descr {
		color: var(--header);
		text-align: left;
		line-height: 21px;
		font-size: 14px;
	}
	/* end_shoplist ======================================================== */
	/* subscribe =========================================================== */
	section.subscribe {
		flex-direction: row;
		width: 1300px;
		margin: 0 auto 100px;
		padding: 40px 230px 42px 160px;
	}
	section.subscribe img {
		width: 130px;
		height: 130px;
		margin: 0;
	}
	section.subscribe board,
	board.services {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: 140px;
	}
	section.subscribe h3,
	board.services h3 {
		text-align: left;
		font-size: 26px;
		margin: 0 0 15px;
	}
	section.subscribe p.descr {
		text-align: left;
		font-size: 18px;
		margin: 0 0 38px;
		color: var(--header);
	}
	section.subscribe board input.mail,
	board.services input.phone {
		margin: 0 auto 0 0;
	}
	section.subscribe button#subscribe,
	board.services button#send_order {
		width: 200px;
	}
	section.subscribe board .box,
	board.services .box {
		width: 360px;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin: 0 auto 0 0;
	}
	/* end_subscribe ======================================================= */
	/* FOOTER ============================================================== */
	footer.main {
		padding-top: 73px;
		padding-left: calc( (100% - 1300px)/2 );
		padding-right: calc( (100% - 1300px)/2 );
	}
	footer.main .top {
		flex-direction: row;
		justify-content: space-between;
		padding-bottom: 16px;
	}
	footer.main .top co {
		
	}
	footer.main .top co.first {
		align-items: flex-start;
	}
	footer.main .top co.middle {
		border: 0!important;
	}
	footer.main .top co.last {
		
	}
	footer.main .logo {
		order: unset;
		margin-left: 0;
	}
	footer.main .logo img {
		
	}
	footer.main .phone {
		order: unset;
		margin-left: 0;
	}
	footer.main .phone a {
		
	}
	footer.main .phone a.number {
		
	}
	footer.main .mail {
		order: unset;
		margin-left: 0;
	}
	footer.main .mail a svg path {
		transition: .3s;
	}
	footer.main .mail a:hover svg path {
		fill: var(--active);
	}
	footer.main .social {
		order: unset;
		justify-content: flex-start;
		margin-left: 0;
	}
	footer.main .social a {
		margin-left: 0;
		margin-right: 20px;
	}
	footer.main .social a img {
		margin: 0;
	}
	footer.main .social a:hover img {
		border-color: transparent;
	}
	footer.main p.inn {
		text-align: left;
		margin-left: 0;
	}
	footer.main .top co.middle .header {
		align-items: flex-start;
		padding: 0 0 26px;
	}
	footer.main .top co.middle .header a {
		
	}
	footer.main .top co.middle .header a:hover {
		
	}
	footer.main .top co.middle .header arrow {
		display: none;
	}
	footer.main .top co.middle .box {
		visibility: visible;
		opacity: 1;
		max-height: unset;
		min-height: unset;
		transition: .7s;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	footer.main .top co.middle .box a {
		width: auto;
	}
	footer.main .top co.middle .box a:hover {
		
	}
	footer.main .top co.last {
		align-self: stretch;
	}
	footer.main .top co.last p.header {
		margin: 0 auto 26px 0;
	}
	footer.main .top co.last p.address {
		
	}
	footer.main .top co.last a.autor {
		margin-top: auto;
		margin-bottom: 47px;
	}
	footer.main .bottom {
		flex-direction: row;
		padding-top: 38px;
		justify-content: space-between;
	}
	footer.main .bottom .left {
		
	}
	footer.main .bottom .right {
		width: 312px;
	}
	footer.main .bottom p {
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: 0;
	}
	footer.main .bottom a {
		font-size: 14px;
	}
	footer.main .bottom .right a {
		line-height: 1.4;
		margin-bottom: 15px;
	}
	footer.main .bottom a:hover {
		
	}
	.mobile {
		display: none!important;
	}
	
	/* end_FOOTER ========================================================== */
	/* CATALOG ========================================================== */
	.box_preview.second {
		min-height: unset;
	}
	.img_preview {
		width: 100vw;
		max-height: 500px;
		height: 500px;
		z-index: 0;
		margin-top: 0;
	}
	.img_preview img.bg {
		width: 100%;
		height: 500px;
		opacity: 1;
	}
	.preview.second {
		background-color: transparent;
		padding-top: 10px;
		padding-bottom: 24px;
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
	}
	.breadcrumbs {

	}
	.breadcrumbs a {
		font-size: 14px;
		font-weight: 400;
	}
	
	.breadcrumbs span {
		font-size: 14px;
		margin-left: 8px;
		margin-right: 8px;
		font-weight: 400;
	}
	main.second {
		margin-top: 0;
	}
	section.header.second {
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		position: relative;
		z-index: 2;
		background-color: transparent;
		border-bottom: 1px solid var(--header);
	}
	section.header.second h1 {
		font-size: 36px;
		text-align: center;
		margin: 18px auto 76px 0;
		width: 100%;
	}
	section.header.second a.back {
		position: absolute;
		top: 18px;
		right: calc( (100% - 1300px) / 2);
		display: flex;
		font-size: 16px;
		color: var(--main);
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: var(--header);
		align-items: center;
		padding-left: 40px;
		transition: .5s;
	}
	section.header.second a.back:after {
		content: '';
		display: block;
		position: absolute;
		width: 4px;
		height: 4px;
		border-left: 1px solid var(--main);
		border-bottom: 1px solid var(--main);
		left: 12px;
		transform: rotate(45deg);
		transition: .5s;
	}
	section.header.second a.back:before {
		content: '';
		display: block;
		position: absolute;
		background-color: var(--main);
		width: 16px;
		height: 1px;
		left: 12px;
		transition: .5s;
	}
	section.header.second a.back:hover {
		color: var(--active);
		//transform: scale(1.1);
		width: 56px;
		height: 56px;
	}
	section.header.second a.back:hover:after {
		border-color: var(--active);
	}
	section.header.second a.back:hover:before {
		background-color: var(--active);
	}
	section.header.second.black {
		background-color: var(--black);
	}
	section.header.second .categories {
		display: flex;
		flex-wrap: wrap;
		border-bottom: none;
		justify-content: center;
		height: auto;
		//background-color: var(--black);
		overflow: hidden;
	}
	section.header.second .categories a {
		font-size: 16px;
		margin-right: 21px;
		margin-bottom: 24px;
		//min-width: 200px;
		text-align: center;
		height: auto;
		display: flex;
		flex-direction: column;
		margin: 0 30px 30px 0;

	}
	section.header.second .categories a:hover {
		color: var(--active);
	}
	section.header.second .categories a:last-child {
		margin-right: 0;
	}
	section.header.second .categories a img {
		display: block;
		margin: 0 auto 15px;
		width: 70px;
		height: 70px;
	}
	section.header.second .categories a sup {
		
	}

	section.filters {
		padding-top: 28px;
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		width: 100%;
	}
	section.filters .box {
		flex-direction: row;
	}
	section.filters .box.active {
		
	}
	section.filters button {
		color: var(--fon);
		display: flex;
		align-items: center;
		transition: .3s;
		background-color: transparent;
		border: 1px solid var(--header);
		line-height: 1.4;
		height: 45px;
		border-radius: 23px;
		cursor: pointer;
		font-size: 12px;
		margin-bottom: 20px;
		padding-right: 29px;
		padding-left: 29px;
		position: relative;
		margin-right: 17px;
	}
	section.filters button:hover {
		background-color: transparent;
		color: var(--main);
		border-color: var(--fon);
	}
	section.filters button#morefilters {
		background-color: var(--header);
		padding: 0 12px 0 19px;
		min-width: 153px;
		border: none;
	}
	section.filters button#morefilters:hover,
	section.filters button#morefilters.active {
		background-color: var(--text-form);
		color: var(--main);
	}
	section.filters button img {
		width: 20px;
		height: 20px;
		margin-right: 13px;
	}
	section.filters .box.active button.toggle,
	section.filters button.toggle {
		margin-bottom: 20px;
		max-width: unset;
		max-height: 45px;
		min-height: 45px;
		opacity: 1;
		visibility: visible;
	}
	section.filters button.yes {
		color: var(--active)!important;
		border-color: var(--active)!important;
	}
	section.filters button.toggle:after {
		transition: .5s;
		content: '';
		display: block;
		position: absolute;
		right: 20px;
		top: 14px;
		border-top: 2px solid var(--fon);
		border-left: 2px solid var(--fon);
		width: 7px;
		height: 7px;
		transform: rotate(225deg);
	}
	section.filters button.toggle.yes:after {
		transform: rotate(45deg);
		border-color: var(--active)!important;
		top: 18px;
	}

	section.catalog {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
		background-color: var(--black);
		padding-bottom: 0;
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		width: 100%;
	}
	section.catalog el {
		width: 306px;
		height: auto;
		margin-bottom: 60px;
	}
	section.catalog el.long {
		width: 640px;
	}
	section.catalog .el.long box {
		display: flex;
		width: 100%;
		background-color: var(--border);
		margin-bottom: 17px;
		border-radius: 5px;
	}
	section.catalog el.long .box {
		padding: 21px 32px 36px;
		justify-content: flex-start;
	}
	section.catalog el.long .box p.title {
		font-size: 32px;
		font-weight: 700;
		margin-bottom: 56px;
	}
	section.catalog el.long .box a.go {
		font-size: 16px;
		font-weight: 400;
	}
	section.catalog el boxtile {
		top: 12px;
		left: 12px;
	}
	section.catalog el tile {
		margin-bottom: 6px;
	}
	
	section.catalog el img.preview {
		width: 100%;
		max-height: 280px;
		margin: 0 0 25px 0;
		cursor: pointer;
	}
	section.catalog el.long img.preview {
		object-position: top center;
		width: 50%;
		margin: 0 auto;
		border-radius: 5px;
		padding: 0;
		max-height: 280px;
	}
	section.catalog el.long img.bg {
		max-height: 280px;
	}
	section.catalog el a.title {
		font-size: 16px;
		padding-left: 2px;
	}
	ul.pagination {
		align-items: center;
	}
	ul.pagination li.pag {
		margin-left: 30px;
		cursor: pointer;
		transition: .5s;
	}
	ul.pagination li.pag.first {
		margin-left: 30px;
	}
	ul.pagination li.deactive {
		margin-left: 30px;
	}
	ul.pagination li.prev,
	ul.pagination li.next {
		display: flex;
		font-size: 16px;
		color: var(--main);
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: var(--header);
		align-items: center;
		padding-left: 40px;
		position: relative;
	}
	ul.pagination li.prev {
		margin-right: 40px;
	}
	ul.pagination li.next {
		margin-left: 30px;
		padding-left: 0;
		width: 94px;
		background-color: transparent;
	}
	ul.pagination li.prev:after,
	ul.pagination li.next:after {
		content: '';
		display: block;
		position: absolute;
		width: 4px;
		height: 4px;
		border-left: 1px solid var(--main);
		border-bottom: 1px solid var(--main);
		left: 12px;
		transform: rotate(45deg);
		transition: .5s;
	}
	ul.pagination li.next:after {
		right: 12px;
		left: auto;
		transform: rotate(-135deg);
		margin-top: 2px;
	}
	ul.pagination li.prev:before {
		content: '';
		display: block;
		position: absolute;
		background-color: var(--main);
		width: 11px;
		height: 1px;
		left: 12px;
		transition: .5s;
	}
	ul.pagination li.next:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, .2)!important;
	}
	ul.pagination li.prev:hover,
	ul.pagination li.next:hover {
		color: var(--active);
		transform: scale(1.1);
	}
	ul.pagination li.prev:hover:after,
	ul.pagination li.next:hover:after {
		border-color: var(--active);
	}
	ul.pagination li.prev:hover:before,
	ul.pagination li.next:hover:before {
		background-color: var(--active);
	}
	ul.pagination li.pag.active,
	ul.pagination li.pag:hover,
	ul.pagination li.prev:hover,
	ul.pagination li.next:hover {
		color: var(--active);
	}
	.logo_green {
		overflow: hidden;
		max-height: 248px;
		width: 100%;
	}
	.logo_green img {
		margin: 0 1px;
		width: 740px;
		object-fit: cover;
	}

	section.show,
	section.show.about_show {
		padding: 66px 0 74px;
	}
	section.show h2 {
		font-size: 28px;
		margin-bottom: 55px;
	}
	section.show .box el {
		margin-bottom: 0;
	}
	section.show .box el p.descr {
		color: var(--header);
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		margin: 30px 0 0;
	}

	/* DETAIL */
	section.catalog_detail {
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		width: 100%;
		flex-direction: row;
		position: relative;
	}
	section.catalog_detail slider {
		flex-direction: row;
		height: 728px;
		padding: 0;
		display: flex;
	}
	section.catalog_detail slider tape.detail {
		width: 605px;
		height: 605px;
		padding: 0;
		overflow: hidden;
	}
	section.catalog_detail slider tape.detail img.preview {
		width: 605px;
		height: 605px;
		margin: 0;
		border-radius: 5px;
	}
	section.catalog_detail slider dots {
		display: flex;
		flex-direction: column;
		position: relative;
		width: 90px;
		margin: 0 0 0 30px;
		padding: 0;
		height: 605px;
		justify-content: flex-start;
	}
	section.catalog_detail slider dots span {
		display: block!important;
		width: 100%;
		margin: 6px 0 10px 0;
		flex: 0;
		height: 70px;
		border-radius: 10px;
		cursor: pointer;
		transition: .3s;
	}
	section.catalog_detail slider dots span:hover {
		transform: scale(1.1);
	}
	section.catalog_detail slider dots span.yes {
		flex-grow: 0;
	}
	section.catalog_detail slider dots span img.select {
		display: block;
		border-radius: 10px;
		width: 100%;
		height: 70px;
		object-fit: cover;
		object-position: center;
	}
	section.catalog_detail .logo_green {
		position: absolute;
		bottom: 0;
		left: calc( (100% - 1400px) / 2);
	}
	section.catalog_detail .description {
		margin-top: 0;
		margin-left: 60px;
	}
	section.catalog_detail p.price {
		text-align: left;
	}
	section.catalog_detail .description p.price {
		margin: 0;
	}
	section.catalog_detail .description .buttons {
		padding-top: 21px;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0 20px;
	}
	button.order,
	button.consult_order {
		width: 100%;
		height: 50px;
		border-radius: 25px;
		cursor: pointer;
		font-size: 16px;
	}
	section.catalog_detail .description .buttons button.consult_order {
		border: 2px solid var(--active);
		color: var(--active);
		max-width: 200px;
		margin: 0 auto;
		transition: .5s;
	}
	section.catalog_detail .description .undotted {
		padding-bottom: 100px;
	}

	section.complect {
		padding-top: 41px;
		color: var(--header);
		padding-left: 0;
		padding-right: 0;
	}
	section.complect h2 {
		margin-bottom: 43px;
		font-size: 26px;
		text-align: center;
	}
	section.complect box {
		flex-wrap: nowrap;
		padding: 0 0 0 9px;
	}
	section.complect box .default {
		padding: 29px 0 23px 21px;
		width: 400px;
		justify-content: flex-start;
	}
	.col {
		flex-direction: row;
	}
	.row {
		flex-direction: column;
	}
	section.complect box .default .box {
		display: flex;
		justify-content: flex-start;
	}
	section.complect box .default.row .box {
		flex-direction: row;
		width: 100%;
	}
	section.complect box .default.col .box {
		flex-direction: column;
	}
	section.complect box .default .box img.preview {
		width: 100%;
		height: 280px;
	}
	section.complect box .default.row .box img.preview {
		width: 164px;
		height: 150px;
		margin: 0 31px 31px 0;
	}
	section.complect box .default .box p.title {
		margin: 25px 0 11px;
	}
	section.complect box .default .box p.price {
		margin: 0;
	}
	section.complect box .default .box .description {
		width: 100%;
	}
	section.complect box .default.row .box .description {
		height: 150px;
		padding-top: 13px;
	}
	section.complect box .default.row .box .description p.title {
		margin-top: 14px;
	}
	section.complect box .result {
		padding: 57px 28px 64px 52px;
		border-radius: 20px;
		background-color: var(--border);
		width: 354px;
		margin-left: auto;
		display: flex;
		flex-direction: column;
	}
	section.complect box .result h4 {
		margin: 0 0 8px;
	}
	section.complect box .result p.count {
		margin: 0 0 14px;
	}
	section.complect box .result p.oldprice {
		margin: 0 0 auto 0;
	}
	section.complect box .result button.order {
		margin: auto 0 19px;
	}
	section.complect button.more {
		margin: 126px 10px auto 22px;
		min-width: 50px;
	}

	section.slider.revert h2 {
		margin-left: 0;
	}
	section.slider.revert dots {
		height: 20px;
	}
	section.slider.revert.margin {
		margin-bottom: 60px;
	}
	/* end_CATALOG ========================================================== */
	/* CONTACT ============================================================== */
	.box_preview.second.noline .img_preview {
		height: 470px;
		max-height: 470px;
	}
	.box_preview.second.noline .img_preview img.bg {
		height: 470px;
	}
	section.contact_data {
		background-color: var(--main);
		padding: 40px 69px 40px 49px;
		border-radius: 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: absolute;
		top: 370px;
		left: calc( (100% - 1300px) / 2);
		border: 1px solid var(--form);
	}
	section.contact_data el {
		margin-bottom: 0;
	}
	section.contact_data el p.title {
		font-size: 20px;
	}

	section.map {
		width: 100%;
		padding: 0 0 80px 0;
		margin-top: 104px;
	}
	section.map iframe {
		height: 524px;
	}

	section.form_connection {
		width: 1300px;
		margin-left: calc( (100% - 1300px) / 2);
		margin-right: calc( (100% - 1300px) / 2);
		margin-bottom: 114px;
		margin-top: 70px;
		border: 0;
		border-radius: 0;
		background-color: transparent;
		padding: 0;
	}
	section.form_connection h3 {
		margin: 0 0 67px 0;
		font-size: 26px;
	}
	section.form_connection box {
		flex-direction: row;
		justify-content: flex-end;
	}
	section.form_connection box img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 160px;
		height: auto;
	}
	section.form_connection box board box {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	section.form_connection box board box .col {
		display: flex;
		flex-direction: column;
	}
	section.form_connection box board box el input,
	section.form_connection box board box el textarea {
		width: 424px;
		margin-right: 24px;
	}
	section.form_connection box board box el input:hover,
	section.form_connection box board box el textarea:hover,
	section.form_connection box board box el input:focus,
	section.form_connection box board box el textarea:focus {
		background-color: var(--main);
	}
	section.form_connection box board box el textarea {
		height: 204px;
		padding: 16px 20px;
		margin-bottom: 15px;
		margin-right: 0;
		width: 536px;
	}
	section.form_connection box board box .box {
		order: 1;
		margin: 0 auto 0 0;
	}
	button#send_connection {
		font-size: 16px;
		width: 200px;
		max-width: 100%;
		min-height: 46px;
		max-height: 46px;
		margin: 0;
		order: 2;
	}

	.box_preview.second.noline.short .img_preview {
		height: 350px;
		max-height: 350px;
	}
	.box_preview.second.noline.short .img_preview img.bg {
		height: 350px;
	}
	section.shoplist.tmargin {
		padding-top: 40px;
	}
	section.shoplist el.yes {
		margin-bottom: 114px;
		flex-direction: column;
		width: 424px;
		max-width: 424px;
		padding: 30px 25px 37px 25px;
	}
	section.shoplist .box.yes {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	section.shoplist el.yes img.avatar {
		display: none;
	}
	section.shoplist el.yes co {
		margin: 0;
		width: 100%;
	}
	section.shoplist el.yes iframe {
		margin: auto 0 0 0;
		width: 100%;
	}
	section.shoplist p.descr.yes {
		font-size: 28px;
		margin-bottom: 74px;
		line-height: 1.4;
	}

	section.shoplist .box slider {
		display: block;
		width: 857px;
		position: relative;
	}
	section.shoplist .box slider el {
		width: 857px;
		height: 671px;
		border: 0;
		background-color: transparent;
		padding: 0;
		//flex: auto 0 0;
		min-width: 857px;
		margin: 0;
	}
	section.shoplist .box slider el img.preview {
		width: 100%;
		height: 100%;
		margin: 0;
		max-height: unset;
	}
	section.shoplist .box slider tape {
		display: flex;
		overflow-x: scroll;
	}
	section.shoplist .box slider dots {
		background-color: var(--fon);
		width: 857px;
		padding-left: 200px;
		padding-right: 200px;
	}
	section.shoplist .box slider header {
		position: absolute;
		z-index: 2;
		top: 308px;
		left: 8px;
		right: 8px;
		padding: 0;
		width: auto;
	}
	section.shoplist .box slider header box {
		width: 100%;
	}
	section.shoplist .box slider header box button {
		background-color: var(--main);
	}
	section.shoplist .box slider header box button.next {
		margin: 0 0 0 auto;
	}
	section.shoplist .box slider dots span {
		display: flex!important;
		cursor: pointer;
		height: 6px;
		border-radius: 4px;
		box-shadow: 0 0 2px 0 var(--header);
	}
	/* end_CONTACT ============================================================== */
	/* DELIVERY ============================================================= */
section.delivery {
	color: var(--header);
	padding: 0 0 80px;
}

	section.delivery ul.tabs {
		padding: 30px 0 36px;
		justify-content: center;
	}
	section.delivery ul.tabs a {
		height: 40px;
		margin: 0 18px 0 0;
		padding: 0 27px;
		border-radius: 20px;
		font-size: 16px;
	}
	section.delivery .description {
		flex-direction: row;
		padding-top: 68px;
	}
	section.delivery .description ul.detail {
		padding: 0;
		width: 380px;
		min-width: 380px;
		margin-right: 60px;
	}
	section.delivery .description ul.detail a {
		margin: 0 0 12px 0;
	}
	section.delivery .content h2 {
		margin: 0 0 24px 0;
		font-size: 26px;
		line-height: 32px;
	}
	section.delivery .content box {
		margin: 34px 0 0 0;
		flex-direction: row;
	}
	section.delivery .content box img.big {
		width: 416px;
		height: 500px;
		margin-right: 26px;
	}
	section.delivery .content box .box {
		justify-content: space-between;
	}
	section.delivery .content box img.default {
		width: 416px;
		height: 236px;
		margin-top: 0;
	}
	section.shoplist.delivery .box slider {
		width: 857px;	
	}
	section.shoplist.delivery .box slider el {
		width: 857px;
		height: 671px;
		min-width: 857px;
	}
	section.shoplist.delivery .box slider dots {
		background-color: var(--fon);
		width: 100%;
		padding-left: 200px;
		padding-right: 200px;
	}

section.shoplist.delivery {
	padding-bottom: 60px;
}
	section.shoplist.delivery board.services {
		margin-top: 36px;
		margin-bottom: 42px;
		margin-left: 0;
		margin-right: 0;
		padding: 30px 110px 32px;
		border-radius: 30px;
	}
	section.shoplist.delivery board.services h3 {
		width: 100%;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 29px;
		line-height: 1.4;
		text-align: center;
	}
	section.shoplist.delivery board.services input.phone {
		width: 420px;
		height: 46px;
		border-radius: 23px;
		margin: 0 27px 17px 0;
		order: 1;
	}
	section.shoplist.delivery board.services button#send_order {
		height: 46px;
		border-radius: 23px;
		font-size: 14px;
		order: 2;
		margin: 0 0 0 auto;
		width: 180px;
	}
	section.shoplist.delivery board.services .box {
		flex-direction: row;
		width: 100%;
		order: 3;
	}
	section.shoplist.delivery board.services p.descr {
		margin: 0;
	}
section.shoplist.delivery .description .content p.title.big {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 18px;
	font-weight: 700;
}
section.shoplist.delivery .description .content p.descr,
section.shoplist.delivery .description .content li {
	font-size: 16px;
}
section.shoplist.delivery .description .content p.descr.nomargin {
	margin-bottom: 0;
}
section.shoplist.delivery .description .content strong.block {
	display: block;
}

	section.show.about_show .box el {
		margin-bottom: 60px;
		width: 380px;
	}
	section.about_catalog {
		padding-left: 0;
		padding-right: 0;
	}
	section.about_catalog p.title {
		padding: 0;
		width: 100%;
		height: 109px;
		margin: 0 0 51px;
		background-color: var(--main);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	section.about_catalog a.order.btn.button1 {
		margin-bottom: 100px;
	}
	section.about_catalog .about_news {
		flex-direction: column;
		position: relative;
	}
	section.about_catalog .about_news header {
		display: flex;
		margin-bottom: 60px;
	}
	section.about_catalog .about_news header h3 {
		text-align: center;
		font-size: 26px;
		margin: 0;
		width: 100%;
		font-weight: 400;
		line-height: 50px;
	}
	section.about_catalog .about_news header box {
		display: flex;
		position: absolute;
		right: 100px;
	}
	section.about_catalog .about_news header box button {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		cursor: pointer;
		transition: .5s;
		border: 1px solid var(--active);
	}
	section.about_catalog .about_news header box button:hover {
		opacity: .7;
	}
	section.about_catalog .about_news header box button.no {
		border-color: var(--text-form);
		opacity: 1;
	}
	section.about_catalog .about_news header box button.no.prew:after,
	section.about_catalog .about_news header box button.no.prew:before,
	section.about_catalog .about_news header box button.no.next:after,
	section.about_catalog .about_news header box button.no.next:before {
		background-color: var(--text-form);
	}
	section.about_catalog .about_news header box button.prew {
		
	}
	section.about_catalog .about_news header box button.next {
		margin: 0 0 0 34px;
	}
	section.about_catalog .about_news header box button.prew:after,
	section.about_catalog .about_news header box button.prew:before,
	section.about_catalog .about_news header box button.next:after,
	section.about_catalog .about_news header box button.next:before {
		content: '';
		display: block;
		height: 3px;
		border-radius: 2px;
		background-color: var(--active);
		transition: .5s;
		width: 12px;
		position: absolute;
	}
	section.about_catalog .about_news header box button.prew:after {
		transform: rotate(45deg);
		top: 26px;
	}
	section.about_catalog .about_news header box button.prew:before {
		transform: rotate(-45deg);
		top: 20px;
	}
	section.about_catalog .about_news header box button.next:after {
		transform: rotate(-45deg);
		top: 26px;
	}
	section.about_catalog .about_news header box button.next:before {
		transform: rotate(45deg);
		top: 20px;
	}

	section.about_catalog .about_news tape {
		display: flex;
		width: 100%;
		overflow-x: scroll;
		padding-bottom: 20px;
		position: relative;
		scroll-behavior: smooth;
	}
	section.about_catalog .about_news:after {
		display: block;
		background-color: var(--fon);
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 20px;
		z-index: 2;
	}
	section.about_catalog .about_news tape el {
		display: flex;
		align-items: flex-start;
		width: 50%;
		min-width: 50%;
	}
	section.about_catalog .about_news tape el img {
		width: 306px;
		height: 280px;
		object-fit: cover;
	}
	section.about_catalog .about_news tape el .description {
		padding: 0 70px 0 34px;
		align-items: flex-start;
	}
	section.about_catalog .about_news tape el .description p.title {
		font-size: 16px;
		margin: 0 0 16px 0;
		padding: 0;
		font-weight: 400;
		background-color: transparent;
		height: auto;
		line-height: 1.4;
		text-align: left;
	}
	section.about_catalog .about_news tape el .description p.descr {
		margin: 0;
		font-size: 14px;
		line-height: 1.4;
	}
	section.about_catalog .about_news tape el .description a.more {
		margin-bottom: 0;
		margin-top: 8px;
		height: 44px;
		width: 164px;
		margin-left: 0;
		font-size: 14px;
	}
	section.about_catalog .about_news tape el .description a.more:hover {
		color: var(--header);
		border-color: var(--header);
	}
/* end_DELIVERY ========================================================= */
/* PORTFOLIO ============================================================ */
	section.portfolio {
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		width: 100%;
		padding-bottom: 60px;
		margin-bottom: 20px;
		margin-top: -20px;
		padding-top: 60px;
	}
	section.portfolio .p_category {
		margin-bottom: 130px;
		width: 100%;
	}
	section.portfolio .p_category .el {
		height: 178px;
		display: flex;
		padding: 0 20px;
		align-items: center;
		margin-right: 37px;
		background-color: var(--header);
		flex: auto;
		justify-content: space-between;
	}
	section.portfolio .p_category .el:hover {
		background-color: var(--active);
		color: var(--fon);
	}
	section.portfolio .p_category .el:last-child {
		margin-right: 0;
	}
	section.portfolio .p_category .el img {
		margin-bottom: 40px;
	}
	section.portfolio .p_category .el p.title {
		font-size: 20px;
		width: 150px;
	}
	section.portfolio .portfolio_catalog {
		display: flex;
		flex-direction: column;
	}
	section.portfolio .portfolio_catalog el {
		flex-direction: row;
		position: relative;
		margin-bottom: 60px;
		padding-bottom: 119px;
	}
	section.portfolio .portfolio_catalog el img.first {
		margin: 0 90px 0 0;
		border-radius: 20px;
		width: 508px;
		height: 462px;
		transition: .7s;
	}
	section.portfolio .portfolio_catalog el img.second {
		margin: 0;
		border-radius: 5px;
		object-fit: cover;
		position: absolute;
		width: 250px;
		height: 250px;
		//box-shadow: 0 0 25px 5px rgba(0, 0, 0, .3);
		transition: .5s;
	}
	section.portfolio .portfolio_catalog el img:hover {
		transform: scale(1.1);
	}
	section.portfolio .portfolio_catalog el[itype="0"] img.second {
		left: 310px;
		bottom: 0;
	}
	section.portfolio .portfolio_catalog el[itype="1"] {
		flex-direction: row-reverse;
		align-items: center;
	}
	section.portfolio .portfolio_catalog el[itype="1"] img.first {
		margin: 0 0 0 90px;
	}
	section.portfolio .portfolio_catalog el[itype="1"] img.second {
		right: 15px;
		left: unset;
		bottom: 0;
	}
	section.portfolio .portfolio_catalog el[itype="2"] {
		width: 508px;
		flex-direction: column;
		margin-left: 300px;
		padding-bottom: 0;
	}
	section.portfolio .portfolio_catalog el[itype="2"] img.second {
		top: 30px;
		bottom: unset;
		left: -112px;
		right: unset;
	}
	section.portfolio .portfolio_catalog el .description {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	section.portfolio .portfolio_catalog el[itype="1"] .description {
		align-items: flex-end;
	}
	section.portfolio .portfolio_catalog el[itype="2"] .description {
		align-items: center;
	}
	section.portfolio .portfolio_catalog el .description p.title {
		font-size: 26px;
		margin: 29px 0 24px 0;
	}
	section.portfolio .portfolio_catalog el .description p.descr {
		margin: 0 0 38px 0;
	}
	section.portfolio .portfolio_catalog el[itype="2"] p.title,
	section.portfolio .portfolio_catalog el[itype="2"] p.descr {
		text-align: center;
	}
	section.portfolio .portfolio_catalog el .description a.more {
		width: 200px;
		height: 50px;
		margin-bottom: 0;
		margin-left: 0;
	}
	section.portfolio .portfolio_catalog el[itype="1"] .description a.more {
		margin-left: auto;
		margin-right: 0;
	}
	section.portfolio .portfolio_catalog el[itype="2"] .description a.more {
		margin-left: auto;
		margin-right: auto;
	}

	section.works.margin {
		margin-bottom: 80px;
	}
	section.portfolio_detail {
		padding-left: calc( (100% - 1300px) / 2);
		padding-right: calc( (100% - 1300px) / 2);
		padding-bottom: 220px;
		margin-top: -20px;
	}
	section.portfolio_detail .left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 851px;
	}
		
	section.portfolio_detail .left slider {
		display: block;
		width: 851px;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	section.portfolio_detail .left slider el {
		width: 851px;
		height: 671px;
		border: 0;
		background-color: transparent;
		padding: 0;
		min-width: 851px;
		margin: 0;
		}
	section.portfolio_detail .left slider tape el img.preview {
		width: 100%;
		height: 100%;
		margin: 0;
		max-height: unset;
	}
	section.portfolio_detail .left slider tape {
		display: flex;
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	section.portfolio_detail .left slider dots {
		background-color: var(--fon);
		width: 851px;
		padding-left: 200px;
		padding-right: 200px;
	}
	section.portfolio_detail .left slider header {
		position: absolute;
		z-index: 2;
		top: 308px;
		left: 8px;
		right: 8px;
		padding: 0;
		width: auto;
	}
	section.portfolio_detail .left slider header box {
		width: 100%;
	}
	section.portfolio_detail .left slider header box button {
		background-color: var(--main);
	}
	section.portfolio_detail .left slider header box button.next {
		margin: 0 0 0 auto;
	}
	section.portfolio_detail .left slider dots {
		width: 100%;
		height: 30px;
		margin-left: 0;
		background-color: var(--black);
		flex-direction: row;
		margin-top: -40px;
		align-items: flex-end;
	}
	section.portfolio_detail .left slider dots span {
		display: flex!important;
		cursor: pointer;
		height: 8px;
		border-radius: 4px;
		flex: 1;
		margin: 0 10px;
	}
	slider dots span.yes {
		background-color: var(--linegreen);
		flex-grow: 1.4;
	}

	section.portfolio_detail .right {
		margin-left: 65px;
		margin-right: 0;
		width: 380px;
	}
	section.portfolio_detail .right p {
		line-height: 1.4;
		margin: 0 0 30px 0;
	}
	section.portfolio_detail .myproject {
		display: flex;
		flex-direction: column;
		background-color: var(--main);
		padding: 0 20px 40px 30px;
		border-radius: 30px;
		margin-top: 60px;
		width: 410px;
		position: absolute;
		bottom: 70px;
		right: calc( ((100% - 1300px) / 2) + 140px);
		z-index: 2;
	}
	section.portfolio_detail .myproject h3 {
		font-size: 20px;
		margin-bottom: 37px;
	}
	section.portfolio_detail .myproject img {
		width: 177px;
		height: 196px;
		margin-top: -47px;
		margin-right: auto;
		margin-left: auto;
	}
	section.portfolio_detail .myproject .box {
		display: flex;
		flex-direction: row;
		order: 3;
	}
	section.portfolio_detail board.services.p_detail {
		margin-left: 0;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	section.portfolio_detail board.services.p_detail input.phone {
		margin-bottom: 20px;
		order: 1;
	}
	button#newance {
		order: 2;
	}
	section.works h2.indigo.no {
		margin: 0 0 55px 0;
		font-size: 26px;
	}
/* end_PORTFOLIO ======================================================== */
	popup.yes window.yes {
		width: 470px;
		padding-bottom: 70px;
		max-width: 470px;
		padding-left: 25px;
		padding-right: 20px;
	}
	window h3 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	window p.descr {
		font-size: 16px;
		margin-bottom: 42px;
	}
	window input[type=text],
	window input[type=email] {
		margin-bottom: 22px;
		width: 100%;
	}
	#w_order,
	#w_consult_order {
		font-size: 14px;
		margin-bottom: 16px;
		margin-top: 11px;
	}
	window .box,
	#w_order,
	#w_consult_order {
		width: 340px;
		margin-left: auto;
		margin-right: auto;
	}

}