@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poiret+One&display=swap');

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

body {
	/*background: #E9E3DF;*/
	background: #F8F8F8;
	color: #232323;
}

body.lock {
	overflow: hidden;
}

button,
input {
	border: none;
	outline: none;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	display: inline-block;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

h1,
h2,
h3 {
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	font-weight: 400;
}

h1 {
	font-size: 90px;
	text-align: center;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

p {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}

main {
	max-width: 1366px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cont-l {
	padding-left: 98px;
}

.cont-r {
	padding-right: 98px;
}

.burger {
	display: none;
	position: relative;
	width: 25px;
	height: 15px;
	cursor: pointer;
	z-index: 300;
}

.burger span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.burger span,
.burger span:before,
.burger span:after {
	width: 100%;
	position: absolute;
	height: 2px;
	background-color: #E0560A;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 5px;
}

.burger span:before {
	content: "";
	top: -8px;
	-webkit-transition: top .2s .2s, -webkit-transform .2s cubic-bezier(.23, 1, .32, 1);
	transition: top .2s .2s, -webkit-transform .2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: top .2s .2s, -o-transform .2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: top .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1);
	transition: top .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1);
	transition: top .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .2s cubic-bezier(.23, 1, .32, 1);
}

.burger span:after {
	content: "";
	bottom: -8px;
	-webkit-transition: bottom .2s .2s, -webkit-transform .2s cubic-bezier(.23, 1, .32, 1);
	transition: bottom .2s .2s, -webkit-transform .2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: bottom .2s .2s, -o-transform .2s cubic-bezier(.23, 1, .32, 1);
	-o-transition: bottom .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1);
	transition: bottom .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1);
	transition: bottom .2s .2s, transform .2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .2s cubic-bezier(.23, 1, .32, 1);
}

.burger.active span {
	background: rgba(255, 255, 255, 0);
}

.burger.active span:before {
	content: "";
	/* background: #fff; */
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top .2s, -webkit-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: top .2s, -webkit-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: top .2s, -o-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: top .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: top .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: top .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.burger.active span:after {
	content: "";
	/* background: #fff; */
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: bottom .2s, -webkit-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: bottom .2s, -webkit-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: bottom .2s, -o-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	-o-transition: bottom .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: bottom .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
	transition: bottom .2s, transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .2s .2s cubic-bezier(.68, -.55, .265, 1.55);
}

.logo {
	width: 70px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.logo img {
	width: 100%;
}

.more {
	font-family: 'Montserrat';
	font-size: 16px;
	background: transparent;
	padding: 0;
	margin-top: 7px;
	font-weight: 600;
	position: relative;
}

.more::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #000;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.more:hover::after {
	opacity: 1;
	width: 100%;
}





.header {
	padding: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Montserrat';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #F0F0F0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 11;
}

.header.fix {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header.fix .logo {
	width: 50px;
}

.header-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-list, .werzc > ul, ul.werzc {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-list__item, .menu-item {
	margin-left: 15px;
	margin-right: 15px;
}

.menu-list__link {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 37px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-list__link::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 4px;
	width: 0;
	height: 1px;
	background: #232323;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.menu-list__link:hover::after {
	width: 100%;
}

.menu-list__link:active {
	color: #E0560A;
}

.menu-list__link:active::after {
	background: #E0560A;
}

.menu-list__link.active::after {
	width: 100%;
}

.menu-list__item.active .menu-list__link::after {
	width: 100%;
}

.menu-list-dropdown {
	position: relative;
}

.menu-list-dropdown>.list-items, ul.sub-menu {
	background: #F0F0F0;
	border-radius: 6px;
	position: absolute;
	width: 200px;
	height: auto;
	top: 60px;
	margin-left: -15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 600;
}

.werzc > li:hover > ul.sub-menu { display:block; padding:10px; box-shadow:0px 5px 5px #000; margin-top:5px; }
.werzc > li:hover > ul.sub-menu li { margin:5px 0px; }
.werzc > li:hover > ul.sub-menu li:hover a span { text-shadow:0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff; }

.menu-list-dropdown>.list-items.open {
	display: block;
}

.menu-list-dropdown>.list-items>li {
	display: block;
	padding: 7px 15px;
	color: #000;
	box-sizing: border-box;
	transition: 0.2s;
}

.menu-list-dropdown>.list-items>li>a {
	font-size: 18px;
	text-transform: uppercase;
}

.menu-list-dropdown>.list-items>li:hover {
	background: #232323;
	color: #FFF;
	transition: 0.2s;
}

.menu-list-dropdown>.list-items>li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.menu-list-dropdown>.list-items>li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


.home {
	padding-top: 122px;
}

.home-row {
	margin-top: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0px 100px 100px 0px;
	border: 2px solid #fff;
	overflow: hidden;
	margin-right: 8.063vw;
	margin-bottom: 58px;
}

.home-l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home-soc {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

.about {
	padding-top: 83px;
}

.about-top {
	min-height: 415px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-top_l {
	height: 100%;
	max-width: 30.063vw;
	margin-right: 5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-top .content {
	height: 340px;
	overflow: hidden;
}


.about-top_l p {
	padding-top: 30px;
}

.about-top_l span {
	text-transform: uppercase;
	color: #E0560A;
}

.about-top_r {
	height: 415px;
	width: 60.875vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #232323;
	border-radius: 100px 0px 0px 100px;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.about-top_r img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.about-bottom {
	padding-top: 108px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-bottom_l {
	width: 43.438vw;
	height: 42.313vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #000000;
	border-radius: 100px 100px 10px 10px;
	overflow: hidden;
	margin-right: 6.250vw;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.about-bottom_l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-bottom_r {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 60px;
	max-width: 30.875vw;
}

.about-bottom .content {
	max-height: 260px;
	overflow: hidden;
}

.product {
	padding-top: 100px;
}

.product h2 {
	text-align: center;
}

.product-row {
	margin-top: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.product-box {
	background-size: cover !important;
	width: 100%;
	min-height: 470px;
	background: #232323;
	border: 1px solid #232323;
	border-radius: 70px 70px 10px 10px;
	overflow: hidden;
	position: relative;
	display:flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: end;
}

.product-top {
	overflow: hidden;
	position: relative;
	max-height: 543px;
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-top::after {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.product-top img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-box:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product-box:hover .product-top::after {
	opacity: 1;
}

.product-bottom {
	background-color: #000;
	display:flex;
	align-items: flex-end;
	color: black !important;
	width: 100%;
	height: 134px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* position: absolute; */
	top: 75%;
	left: 10%;
	justify-content: center;
}

.product__title {
	font-family: 'Montserrat';
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
	color:#fff;
}

.content.active {
	height: auto;
	max-height: 100%;
}

.contacts {
	padding-top: 100px;
}

.contacts h2 {
	text-align: center;
}

.contacts-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
}

.contacts-top_l {
	max-width: 31.375vw;
	margin-right: 3.75vw;
}

.contacts-top_r {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #232323;
	border-radius: 100px 0px 0px 100px;
	overflow: hidden;
}

.contacts-top_r img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contacts__title {
	font-size: 30px;
	font-family: 'Montserrat';
	font-weight: 400;
	margin-bottom: 30px;
}

.form {
	margin-top: 30px;
}

.form-top {
	margin-bottom: 49px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

.form input {
	display: block;
	background: transparent;
	border-bottom: 1px solid rgba(35, 35, 35, 0.5);
	font-family: 'Montserrat';
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn {
	font-size: 16px;
	color: #E5E5E5;
	background: #E0560A;
	border-radius: 10px;
	border: 1px solid #232323;
	padding: 9px 30px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.btn:hover {
	background: #000;
}

.btn:active {
	-webkit-animation: pulse .2s;
	animation: pulse .2s;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.contacts-bottom {
	margin-top: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-bottom_l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-height: 475px;
	height: 475px;
	border: 1px solid #232323;
	border-radius: 0px 100px 100px 0px;
	overflow: hidden;
}

.contacts-bottom_l iframe {
	width: 100%;
	height: 100%;
}

.contacts-bottom_r {
	max-width: 26.813vw;
	margin-left: 6.25vw;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

.contacts-box .contacts__title {
	margin-bottom: 20px;
}

.contacts__tel {
	font-size: 20px;
	font-family: 'Montserrat';
	position: relative;
}

.contacts__tel::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #232323;
	height: 1px;
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.contacts__tel:hover::after {
	width: 100%;
}

.contacts-soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-soc__item {
	margin-right: 30px;
}

.contacts-soc__item:last-child {
	margin-right: 0;
}

.home-soc__link,
.contacts-soc__link {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.home-soc__link:hover,
.contacts-soc__link:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.footer {
	margin-top: 60px;
}

.footer-content {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #000;
}

.copyright {
	font-family: 'Montserrat';
	font-size: 18px;
}



@media(max-width: 1170px) {
	.header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cont-l {
		padding-left: 20px;
	}

	.cont-r {
		padding-right: 20px;
	}

	h1 {
		font-size: 80px;
	}

	.product-box {
		border-radius: 70px 70px 10px 10px;
		

	}

	.product-bottom {
		padding: 1.875vw 3vw;
		top: 70%;
		left: 10%;
		height: 70px;
	}

	.product__title {
		font-size: 18px;
	}

	.home-l {
		margin-bottom: 0;
	}

	.home-soc {
		grid-gap: 20px;
	}

	.home-soc__link,
	.contacts-soc__link {
		width: 40px;
		height: 40px;
	}

	.home-soc__link img,
	.contacts-soc__link img {
		width: 100%;
		height: 100%;
	}
}

@media(max-width: 950px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
		line-height: 22px;
	}

	.form input {
		font-size: 16px;
	}

	.more {
		font-size: 14px;
	}

	.menu-list__item {
		margin-left: 5px;
		margin-right: 5px;
	}

	.menu-list__link {
		font-size: 14px;
	}

	.about-top_l {
		max-width: 37.063vw;
		margin-right: 30px;
	}

	.about-top_l p {
		padding-top: 20px;
	}

	.about-top .content {
		height: 330px;
	}

	.about-bottom .content {
		max-height: 250px;
	}

	.about-bottom_l {
		height: 57vw;
		margin-right: 30px;
	}

	.about-bottom_r {
		max-width: 42.875vw;
	}

	.product-row {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}

	.contacts__title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contacts-top_l {
		max-width: 37.375vw;
	}

	.contacts__tel {
		font-size: 16px;
	}

	.contacts-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.contacts-bottom_l {
		min-height: 390px;
		height: 390px;
		width: 100%;
	}

	.contacts-bottom_r {
		max-width: 100%;
		margin-left: 0;
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
	}

	.contacts-box .contacts__title {
		margin-bottom: 15px;
	}

	.copyright {
		font-size: 14px;
	}
}



@media(max-width: 768px) {
	.btn {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	h1 {
		font-size: 30px;
	}

	h2,
	h3 {
		text-align: center;
	}

	h3 {
		margin-bottom: 15px;
	}

	.logo {
		width: 50px;
		position: relative;
		z-index: 11;
	}

	.burger {
		display: block;
	}

	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #E9E3DF;
		z-index: 10;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		align-items: start;
		padding-top: 10px;
		overflow: scroll;
	}

	.menu.active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.menu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu-list__item {
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.menu-list__link {
		font-size: 20px;
	}

	.home {
		padding-top: 102px;
	}

	.home-row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home-l {
		margin-right: 30px;
		border-radius: 0 50px 50px 0;
		height: 210px;
	}

	.cont-l,
	.cont-r {
		padding-left: 15px;
		padding-right: 15px;
	}

	.home .cont-r {
		padding-left: 0;
	}

	.about-box h3 {
		font-size: 30px;
	}




	.about-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-top_l {
		max-width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 20px;
	}

	.about-top .content {
		height: auto;
	}

	.more {
		display: none;
	}

	.about-top_r {
		width: 100%;
		height: 300px;
		border-radius: 50px;
	}

	.about-bottom {
		padding-top: 80px;
		margin-top: -40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.about-bottom_r {
		max-width: 100%;
		grid-gap: 40px;
	}

	.about-bottom_l {
		width: 100%;
		margin-top: 20px;
		border-radius: 50px;
		margin-right: 0;
	}

	.product {
		padding-top: 80px;
		margin-top: -40px;
	}

	.product-row {
		margin-top: 30px;
		flex-direction: column;
		display: flex;
	}

	.product-box {
		border-radius: 50px 50px 10px 10px;
	}

	.contacts {
		padding-top: 80px;
		margin-top: -40px;
	}

	.contacts-top {
		margin-top: 30px;
		display: block;
	}

	.contacts-top_l {
		max-width: 100%;
		margin-right: 0;
	}

	.contacts-top_r {
		margin-top: 30px;
		border-radius: 50px;
	}

	.contacts-bottom {
		margin-top: 50px;
	}

	.contacts-bottom_r {
		padding-left: 0;
	}

	.contacts-bottom_l {
		border-radius: 50px;
		height: 250px;
		min-height: 0;
	}

	.contac {
		width: auto !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.contac img {
		width: 45vw !important;
		height: 50vw !important;
	}

	.menu-list-dropdown>.list-items{
		display: block;
		margin-top: 10px;
    		position: initial;
		overflow: hidden;
	}

	.menu-list__item {
		text-align: center;
	}
}

@media(max-width: 580px) {
	h1 {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 30px !important;
	}

	h2 {
		font-size: 24px;
	}

	p {
		font-size: 14px;
	}

	.form input {
		font-size: 14px;
	}

	.home-row {
		margin-top: 20px;
	}

	.about {
		padding-top: 80px;
		margin-top: -40px;
	}

	.about-top_r,
	.about-bottom_l {
		height: 240px;
	}

	.contacts h2 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product__title {
		font-size: 15px;
	}

	.contacts__title {
		font-size: 19px;
	}

	.contacts__tel {
		font-size: 14px;
	}

	.about-box h3 {
		font-size: 24px;
	}

	.contac {
		font-family: 'Montserrat', sans-serif;
    		padding-left: 15px;
    		padding-right: 15px;
		width: auto !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.contac img {
		width: 90vw !important;
		height: 50vw !important;
	}
}

@media(max-width: 450px) {
	.home-l {
		border-radius: 0 30px 30px 0;
	}

	.about-top_r,
	.about-bottom_l,
	.contacts-top_r,
	.contacts-bottom_l {
		border-radius: 30px;
	}

	.product-row {
		grid-column-gap: 15px;

	}

	.product-box {
		border-radius: 30px 30px 10px 10px;
	}

	.home-soc__link,
	.contacts-soc__link {
		width: 30px;
		height: 30px;
	}

	.home-l {
		margin-right: 15px;
	}
}

@media(max-width: 390px) {
	.product-row {
		grid-gap: 10px;
	}

	.product__title {
		font-size: 15px;
	}
}

@media(max-width: 350px) {
	h1 {
		font-size: 30px;
	}
}

.center {
	padding: 0 calc(40% - 1140px / 2);
}

@media (max-width: 1180px) and (min-width: 768px) {
	.center {
		padding: 0 calc(50% - 736px / 2);
	}
}

@media (max-width: 768px) and (min-width: 426px) {
	.center {
		padding: 0 calc(40% - 325px / 2);
	}

}

@media (max-width: 426px) {
	.center {
		padding: 0 calc(40% - 250px / 2);
	}
}