/*Fonts */
@import url("/style/fonts.css");
/* Main Style */
body {
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
}

div, p, form, input, a, span, button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

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

a, a:hover, a:active {
	text-decoration: none;
}

a, button, input, div, img, li, i {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active, textarea:focus, textarea:active {
	outline: none;
}

.header {
	background: url(/i/header-bg.jpg) no-repeat center top / cover;
	padding-bottom: 15px;
}

.header-top__wr {
	background: rgba(0,0,0,80%);
	height: 81px;
}

.header-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-top__left {
	width: 375px;
	padding-top: 22px;
	display: flex;
	flex-wrap: wrap;
}

.header-top__address {
	font-size: 12px;
	font-weight: 300;
	color: rgba(255,255,255, 0.5);
	margin-right: 24px;
	float: left;
	margin-bottom: 10px;
}

.header-top__vk {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	text-decoration: underline;
	position: relative;
	padding-left: 27px;
}

.header-top__vk i {
	font-size: 22px;
	position: absolute;
	left: 0;
	top: -4px;
}

.header-top__vk:hover {
	color: #fff;
}

.header-top__logo {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.header-top__logo span{
	display: block;
	float: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-left: 17px;
	line-height: 23px;
	text-align: center;
}
.header-top__logo img{
	float: left;
	width:36px;
}

.header-top__right {
	/* width: 270px; */
	text-align: right;
	margin-left: auto;
	padding-top: 15px;
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	align-items: end;
}
.header-top__connect{
	display: flex;
	justify-content: space-between;
	margin: 3px;
	align-self: flex-end;
}
.header-top__socials{
	display: flex;
	margin: 3px;
}
.header-top__socials a{
	color: #ffffff;
	margin: 0px 5px 0px 8px;
}
.header-top__socials a:hover{
	cursor: pointer;
	color: #ffffff;
}
.header-top__socials a:hover i{
	-webkit-transform: scale(1.1);
}
.header-top__call-text {
	font-size: 12px;
	font-weight: 300;
	color: rgba(255,255,255, 0.5);
	margin: 4px;
	align-self: flex-end;
}
.header-top__call-text p{
	margin-bottom: 0px;
}

.header-top__tel {
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0 4px;
}
.header-top__mail{
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0 4px;
}
.header-top__mail:hover{
	color: #ffffff;
	transform: none;
	text-decoration: underline;
}

.header-top__tel i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.header-top__tel:hover {
	color: #fff;
}

.header-top__tel:hover i {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.menu-top__btn-group{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 22px;
}
.header-top__btn {
	display: block;
	width: 170px;
	height: 35px;
	background:#ffd700;
	border: 1px solid #ffd700;

	margin-left: 30px;
	font-size: 12px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding-top: unset;
	margin-bottom: 5px;
	padding: .375rem .75rem !important;
}

.header-top__btn:hover {
	background: transparent;
}
a.price-list__link{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	border: 1px solid #018317;
	background: inherit;
	text-align: center;
	padding: .375rem .75rem;
}
a.price-list__link:hover{
	text-decoration: none;
	color: #ffffff;
	border-width: 2px;
}

.header-top__bottom {
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	background: transparent;
	font-weight: 700;
	text-align: center;
	margin-top: 5px;
}

.header-nav__wr {
	background: rgba(0,0,0,80%);
}

.header-nav__menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-nav__menu-item:first-child {
	/*width: 145px;
	padding-left: 4px;*/
	/* text-align: left; */
}

.header-nav__menu-item {
	width:180px;

}

.header-nav__menu-item:hover {
}

.header-nav__menu-item:last-child {
/*	width: 170px;
	padding-right: 3px;*/
	/* text-align: right; */
}

.header-nav__menu-link {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff;

	width: 100%;
	height: 31px;
	padding-top: 6px;
	text-align: center;
}

.header-nav__menu-link:hover {
	color: #fff;

	background: #ffd700;
}

.offer-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	margin-top: 78px;
	margin-bottom: 28px;
}

.offer-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #fff;
}

.offer-btn {
	width: 517px;
	height: 60px;
	border: 1px solid #ffd700;
	background: #ffd700;

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
}

.offer-btn:hover {
	background: transparent;
	color: #fff;
}

.header-stock {
	height: 428px;
	background: rgba(77,91,103, 0.95);
	margin-top: 40px;
	padding: 30px 30px 0;
}

.header-stock__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.header-stock__subtitle {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 15px 0;
}

.header-stock__subtitle-link {
	text-decoration: underline;
	color: #4d79a8;
}

.header-stock__subtitle-link:hover {
	text-decoration: none;
	color: #4d79a8;
}

.header-stock__text {
	font-size: 16px;
	color: #fff;
}

.header-stock__btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	width: 290px;
	height: 60px;
	border: 1px solid #ffd700;

	background: transparent;
	margin: 0 auto;
	margin-top: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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;
}

.header-stock__btn:hover {
	background: #ffd700;
	color: #fff;
}

.advantages {
	margin-top: 19px;
}

.advantages .slick-list {
	margin: 0 -15px;
}

.advantages-item {
	width: 170px;
	margin: 0 15px;
}

.advantages-item:focus {
	outline: none;
}

.advantages-item__icon {
	display: block;
	margin: 0 auto;
	height: 75px;
	-o-object-fit: none;
	object-fit: none;
}

.advantages-item__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.advantages-item:nth-child(3) .advantages-item__title {
	padding: 0 25px;
}

.materials {
	padding-bottom: 49px;
	background: #f4f4f4;
}

.materials-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 48px;
	color: #747474;
	margin-top: 59px;
	margin-bottom: 34px;
}

.materials-title__black {
	color: #1f1f1f;
	font-weight: 300;
}

.materials-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 24px;
	color: #747474;
	margin-bottom: 26px;
}

.main-materials {
	margin: 0 -10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-materials__item {
	width: 218px;
	height: 341px;
	margin: 0 10px;
	padding-top: 18px;
	background: #fff;

	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.main-materials__title {
	font-family: 'Montserrat', sans-serif;
	color: #1f1f1f;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.main-materials__img-wr {
	width: 200px;
	height: 200px;

	margin: 0 auto;
	margin-top: 17px;
	margin-bottom: 18px;
}

.main-materials__img {
	width: 100%;
	height: 100%;

}

.main-materials__btn {
	width: 200px;
	height: 42px;
	display: block;
	border: 1px solid #ffd700;
	background: #ffd700;

	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.main-materials__btn:hover {
	background: transparent;
	color: #ffd700;
}

.main-materials__item:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
}
.viewall-title {
	margin-top: 65px;
}

.main-materials__item-mb {
	margin-bottom: 20px;
}

.call {
	background: url(/i/call-bg.jpg) no-repeat center top / cover;
	padding-bottom: 70px;
}

.call-content {
	width: 630px;
	margin: 0 auto;
	text-align: center;
}

.call-content__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 45px;
}

.call-content__input {
	width: 570px;
	height: 60px;
	border: 1px solid #f4f4f4;
	background: transparent;

	font-size: 24px;
	color: rgba(255,255,255, 0.3);
	padding-left: 20px;
}

.call-content__input::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: rgba(255,255,255, 0.3);
	padding-left: 185px;
}

.call-content__input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: rgba(255,255,255, 0.3);
	padding-left: 185px;
}

.call-content__input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: rgba(255,255,255, 0.3);
	padding-left: 185px;
}

.call-content__input::-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: rgba(255,255,255, 0.3);
	padding-left: 185px;
}

.call-content__input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: rgba(255,255,255, 0.3);
	padding-left: 185px;
}

.call-content__btn {
	display: block;
	margin: 0 auto;
	margin-top: 44px;
	width: 300px;
	height: 60px;
	border: 1px solid #ffd700;
	background: #ffd700;

	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.call-content__btn:hover {
	background: transparent;
	color: #ffd700;
}

.omega {
	background: #f4f4f4;
}

.omega-title {
	width: 100%;
}

.omega-menu__item {
	border-radius: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.omega-menu__item-top {
	height: 75px;
	background: #c1c1c1;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 8px;
	padding-left: 12px;
}

.omega-menu__item-title {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

.omega-menu__item-img {
	display: block;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 10px;
}

.scheme-work {
	background: #f4f4f4;
	padding-bottom: 68px;
}

.scheme-work__item {
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 156px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.scheme-work__item-bg {
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 156px;
	width: 114px;
}

.scheme-work__item-number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 200px;
	color: rgba(255,255,255, 0.3);
	line-height: 148px;
	padding-left: 8px;
	z-index: 2;
}

.scheme-work__item-info {
	z-index: 2;
}

.scheme-work__item-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	padding-left: 20px;
	padding-top: 7px;
}

.scheme-work__item-text {
	font-size: 14px;
	color: #000;
	line-height: 14px;
	margin-top: 20px;
}

.scheme-work__item-info2 {
	margin-left: -40px;
}

.scheme-work__item-info3 {
	margin-left: -60px;
}

.scheme-work__period {
	width: 100%;
	height: 196px;

	border: 1px solid #1f1f1f;
	margin-top: 30px;
	margin-bottom: 10px;
}

.scheme-work__period-title {
	font-family: 'Montserrat', sans-serif;
	width: 435px;
	margin: 0 auto;
	font-size: 24px;
	color: #1f1f1f;
	text-align: center;
	font-weight: 400;
	margin-top: 65px;
}

.industry-employee__author {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.industry-employee__author-img {
	width: 170px;
	height: 191px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.industry-employee__author-info {
	margin-left: 30px;
}

.industry-employee__author-name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #1f1f1f;
}

.industry-employee__author-text {
	width: 370px;
	height: 106px;
	background: #fff;

	font-size: 16px;
	color: #1f1f1f;
	padding-left: 12px;
	padding-top: 4px;
	margin-top: 43px;
	position: relative;
}

.industry-employee__author-text::before {
	content: url(/i/quotes.png);
	position: absolute;
	width: 86px;
	height: 64px;
	top: -19px;
	left: 0;
}

.industry-employee__text {
	font-size: 16px;
	color: #1f1f1f;
	margin-top: 36px;
}

.industry-video {
	width: 100%;
	height: 322px;
}

.industry-video iframe {
	width: 100%;
	height: 100%;

}

.contact {
	background: #000000;
	overflow: hidden;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map {
	width: 54.5%;
	height: 603px;
}

.contact-info {
	margin-left: 30px;
	width: 470px;
}

.contact-info-title {
	color: #fff;
	width: 100%;
    margin-bottom: 80px;
}

.contact-info__tel, .contact-info__mail {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

.contact-info__tel {
	margin-bottom: -7px;
}

.contact-info__tel:hover, .contact-info__mail:hover {
	color: #fff;
}

.contact-info__address {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.06em;
	line-height: 18px;
	margin-top: 30px;
}

.contact-info__social {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 101px;
	margin-top: 66px;
}

.contact-info__social-link {
	display: block;
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	30% {
		-webkit-transform: translateX(-4px);
		transform: translateX(-4px);
	}
	40% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	50% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	65% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.contact-info__social-link:hover {
	-webkit-animation: swing 0.8s ease;
	animation: swing 0.8s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.gallery {
	background: #f4f4f4;
	padding-bottom: 70px;
	margin-bottom: 30px;
}

.gallery-title {
	margin-top: 70px;
	margin-bottom: 30px;
}

.gallery-slider .slick-list {
	margin: 0 -25px;
	padding: 20px 10px;
}

.gallery-slider__wr {
	padding: 0 15px;
	width: 300px;
	height: 213px;
}

.gallery-slider__wr:focus {
	outline: none;
}

.gallery-slider__item {
	width: 270px;
	height: 213px;
	background: #000000;
	border-radius: 10px;
}

.gallery-slider__item-wr {
	width: 100%;
	height: 165px;
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	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-top-right-radius: 9px;
	border-top-left-radius: 9px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.gallery-slider__item-img {
	border-radius: 10px;
}

.gallery-slider__item-text {
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	padding-top: 6px;
	text-transform: uppercase;
}

.gallery-slider .slick-prev, .gallery-slider .slick-next {
	z-index: 999;
	width: 29px;
	height: 50px;
}

.gallery-slider .slick-prev {
	background: url(/i/left.png) no-repeat;
}

.gallery-slider .slick-next {
	background: url(/i/right.png) no-repeat;
}

.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before {
	content: none;
}

.gallery-slider .slick-prev {
	left: -57px;
}

.gallery-slider .slick-next {
	right: -57px;
}

.gallery-info {
	margin-top: 30px;
}

.gallery-info__text {
	font-size: 16px;
	color: #1f1f1f;
	line-height: 24px;
}

.gallery-info__ul {
	margin-top: 49px;
}

.gallery-info__li {
	font-size: 16px;
	color: #1f1f1f;
	padding-left: 10px;
	position: relative;
}

.gallery-info__li::before {
	content: '•';
	position: absolute;
	left: 1px;
	top: 0;
	color: #1f1f1f;
}

.gallery-info__alert {
	width: 600px;
	height: 80px;
	background: #fff;

	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	color: #1f1f1f;
	padding-left: 22px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 46px 0 35px;
}

.footer {
	padding-bottom: 40px;
}

.footer-nav {
	margin-bottom: 40px;
}

.footer-nav__menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 40px 30px;
	border-bottom: 1px solid rgba(31,31,31, .2);
}

.footer-nav__link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #7d7d7d;
	font-size: 16px;
}

.footer-nav__link:hover {
	color: #1f1f1f;
}

.active {
	color: #1f1f1f !important;
}

.footer-logo {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-logo__info {
	margin-top: 20px;
	margin-left: 7px;
}

.footer-logo__info {
	margin-top: 10px;
	margin-left: 7px;
}
.footer-logo img{
	margin-top: 12px;
}
.footer-logo__name {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #1f1f1f;
}

.footer-logo__text {
	line-height: 14px;
	margin-top: 6px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #1f1f1f;
}

.footer-middle {
	margin-left: -30px;
	padding-top: 10px;
}

.footer-middle__title {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #1f1f1f;
}

.footer-middle__text {
	font-weight: 300;
	font-size: 12px;
	color: #1f1f1f;
	margin-top: 30px;
}

.footer-right {
	text-align: right;
	padding-top: 10px;
}

.footer-right__tel {
	display: block;
	font-size: 18px;
	color: #1f1f1f;
}

.footer-right__tel:hover {
	color: #1f1f1f;
}

.footer-right__tel i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.footer-right__tel:hover i {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.footer-right__btn {
	border: 1px solid #1f1f1f;

	width: 203px;
	height: 37px;
	background: transparent;
	font-size: 14px;
	color: #1f1f1f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 11px;
}

.footer-right__btn:hover {
	background: #1f1f1f;
	color: #fff;
}

.header-popup {
	display: none;
}

.box-modal {
	background: #fff;
	padding: 25px;
	position: relative;
	width: 1090px;
}

.box-modal__body {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.box-modal_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background: #c4c4c4;
	color: #fff !important;
	text-shadow: none !important;
	font-size: 24px;
	border: none;
}

.box-modal__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #1f1f1f;
	text-align: center;
	margin-bottom: 30px;
}

.box-modal__body-left, .box-modal__body-right {
	width: 50%;
}

.box-modal__slider {
	width: 500px;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	background: #fff;
	z-index: 999;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
	background: #fff;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-prev:before, .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #ff8700;
	font-size: 22px;
}

.slick-prev:before {
	content: '\f104';
}

.slick-next:before {
	content: '\f105';
}

.box-modal__body-img {
	width: 500px;
	/* height: 500px; */
	height: 350px;
    object-fit: cover;
}

.box-modal__body-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #1f1f1f;
	margin-bottom: 20px;
}

.box-modal__body-info {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #1f1f1f;
}

.box-modal__body-year {
	margin-left: 40px;
}

.box-modal__body-list {
	margin: 40px 0;
}

.box-modal__body-item {
	padding-left: 25px;
	margin-bottom: 22px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #1f1f1f;
}

.box-modal__body-item:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(/i/ico-point.svg) center center no-repeat;
	background-size: cover;
	top: 3px;
	left: 0;
}

.box-modal__body-form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box-modal__body-input {
	width: 48%;
	height: 45px;
	border: 1px solid #beb6a7;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #beb6a7;
	padding-left: 10px;
	border-radius: 10px;
}

.box-modal__body-input::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #beb6a7;
}

.box-modal__body-input::-moz-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #beb6a7;
}

.box-modal__body-input:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #beb6a7;
}

.box-modal__body-input::placeholder {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #beb6a7;
}

.box-modal__body-btn {
	display: block;
	width: 250px;
	height: 45px;
	border-radius: 10px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ffd700;
	background: #ffd700;
	margin-top: 20px;
}

.box-modal__body-btn:hover {
	background: transparent;
	color: #ffd700;
}

.header-sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,80%);
	z-index: 999;
	height: auto;
	padding-bottom: 5px;
}

.header-sticky .header-top__left {
	padding-top: 5px;
}
.header-sticky .menu-top__btn-group{
	padding-top: 0px;
}
.header-sticky .header-top__logo {
	margin-top: 0;
}
.header-sticky .header-top__logo img {
	width: 26px;
}
.header-sticky .header-top__logo span{
	font-size: 16px;
	margin-left: 17px;
	line-height: 17px;
}
.header-sticky .header-top__call-text {
	margin-bottom: -7px;
}

.header-sticky .header-top__right {
	padding-top: 5px;
}
.header-sticky .header-top__btn {
	margin-top: 7px;
}

.header-sticky .header-top__bottom {
	display: none !important;
}

.header-sticky2 {
	position: fixed;
	width: 100%;
	top: 52px;
	left: 0;
	background: rgba(0,0,0,80%);
	z-index: 999;
	display: none;
}
@media (max-width: 1199.98px) {
	.header-stock {
		padding: 25px 20px 10px;
		height: auto;
	}
	.header-stock__btn {
		width: 100%;
		margin-top: 20px;
	}
	.header-nav__menu-item:first-child, .header-nav__menu-item:last-child {
		width: auto;
	}
	.main-materials {
		margin: 0;
	}
	.main-materials__item {
		width: 176px;
		margin: 0 5px 15px;
		height: 296px;
	}
	.main-materials__img-wr {
		width: 166px;
		height: auto;
	}
	.main-materials__btn {
		width: 166px;
	}
	.omega-menu__item-img {
		width: 280px;
	}
	.scheme-work__item-title {
		font-size: 14px;
		padding-left: 10px;
	}
	.scheme-work__item-text {
		font-size: 12px;
		padding-right: 5px;
	}
	.industry-employee__author-text {
		width: auto;
		height: auto;
		font-size: 12px;
	}
	.gallery-slider__item {
		margin: 0 auto;
	}
	.gallery-slider .slick-prev {
		left: -20px;
	}
	.gallery-slider .slick-next {
		right: -20px;
	}
	.footer-nav__menu {
		padding: 35px 15px 30px;
	}
	.footer-middle {
		margin-left: 0;
	}
	.header-popup {
		display: none;
	}
	.box-modal {
		width: 930px;
	}
	.box-modal__body-img {
		width: 100%;
	}
	.box-modal__body-right {
		padding-left: 15px;
	}
	.box-modal__slider {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.header-top__left {
		width: auto;
		flex-direction: column;
	}
	.header-top__address {
		font-size: 11px;
		margin-bottom: 0;
		float: none;
		margin-right: 0;
	}
	.header-top__call-text {
		font-size: 9px;
	}
	.header-top__tel {
		font-size: 16px;
	}
	.header-top__btn {
		margin-left: 15px;
		width: 117px;
		font-size: 10px;
	}
	.header-nav__menu-link {
		font-size: 14px;
	}
	.header-nav__menu-item:first-child, .header-nav__menu-item:last-child, .header-nav__menu-item {
		width: auto;
	}
	.offer-title {
		font-size: 44px;
		margin-bottom: 20px;
	}
	.header-stock {
		width: 375px;
		padding: 30px 30px 30px;
	}
	.materials-title {
		font-size: 40px;
		margin-top: 40px;
	}
	.main-materials {
		margin: 0 -14px;
	}
	.main-materials__item {
		margin: 0 14px 28px;
		width: 218px;
		height: 341px;
	}
	.main-materials__img-wr {
		width: 200px;
		height: 200px;
	}
	.main-materials__btn {
		width: 200px;
	}
	.viewall-title {
		margin-top: 30px;
	}
	.omega-menu__item-img {
		width: 320px;
	}
	.scheme-work__item {
		margin-bottom: 30px;
	}
	.scheme-work__item-title {
		font-size: 18px;
		padding-left: 20px;
		padding-top: 15px;
	}
	.scheme-work__item-text {
		font-size: 15px;
		padding-right: 10px;
		margin-left: 12px;
	}
	.industry-employee__author-info {
		width: 100%;
	}
	.industry-employee__author-text {
		font-size: 16px;
	}
	.industry-employee__text {
		margin-top: 25px;
	}
	.industry-video {
		margin-top: 35px;
	}
	.gallery-slider__wr {
		padding: 0 10px;
		width: 240px;
	}
	.gallery-slider__item {
		width: 220px;
	}
	.gallery-slider__item-wr {
		width: 100%;
		padding: 0 10px;
		height: 150px;
	}
	.gallery-slider__item-img {
		width: 100%;
	}
	.footer-nav__menu {
		padding: 25px 0px;
	}
	.footer-nav__link {
		font-size: 12px;
	}
	.footer-logo__info {
		margin-top: 12px;
	}
	.footer-logo__name, .footer-logo__text {
		font-size: 12px;
	}
	.footer-middle__text {
		margin-top: 20px;
	}
	.footer-right__tel {
		font-size: 16px;
	}
	.footer-right__btn {
		width: 100%;
		font-size: 12px;
	}
	.gallery-slider .slick-list {
		margin: 0 0;
		padding: 20px 0;
	}
	.header-popup {
		display: none;
	}
	.box-modal {
		width: 720px;
	}
	.box-modal__body-img {
		height: 400px;
	}
	.box-modal__body-subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.box-modal__body-info {
		font-size: 22px;
	}
	.box-modal__body-list {
		margin: 15px 0;
	}
	.box-modal__body-item {
		margin-bottom: 5px;
	}
}
@media (max-width: 767.98px) {
	.header-top__wr .container{
		max-width: none;
	}
	.header-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-top__logo img {
		width: 26px;
	}
	.header-top__logo span{
		font-size: 16px;
	}
	.header-top__left, .header-top__right {
		padding-top: 8px;
	}
	.menu-top__btn-group{
		padding-top: 16px;
	}
	.header-top__btn {
		margin-left: auto;
	}
	.header-nav__menu-link {
		font-size: 11px;
	}
	.header-top__tel, .header-top__mail{
		font-size: 15px;
	}
	.header-sticky2 {
		top: 62px;
	}
	.offer-title {
		margin-top: 45px;
		font-size: 32px;
	}
	.offer-subtitle {
		font-size: 22px;
	}
	.offer-btn {
		width: 370px;
		font-size: 12px;
		height: 40px;
	}
	.header-stock {
		width: 325px;
		padding: 20px 15px;
	}
	.header-stock__title {
		font-size: 22px;
	}
	.header-stock__subtitle {
		font-size: 14px;
	}
	.header-stock__text {
		font-size: 14px;
	}
	.header-stock__btn {
		font-size: 14px;
		height: 50px;
	}
	.materials-title {
		width: 100%;
		font-size: 30px;
	}
	.main-materials {
		margin: 0;
		justify-content: center;
	}
	.main-materials__item {
		margin: 0 10px 20px;
		width: 235px;
	}
	.call {
		padding-bottom: 40px;
	}
	.call-content {
		width: 100%;
	}
	.call-content__title {
		margin: 40px 0;
	}
	.call-content__input {
		width: 100%;
	}
	.call-content__input::-webkit-input-placeholder {
		padding-left: 150px;
	}
	.call-content__input::-moz-placeholder {
		padding-left: 150px;
	}
	.call-content__input:-ms-input-placeholder {
		padding-left: 150px;
	}
	.call-content__input::-ms-input-placeholder {
		padding-left: 150px;
	}
	.call-content__input::placeholder {
		padding-left: 150px;
	}
	.omega-menu__item-img {
		width: 220px;
	}
	.scheme-work__item-title {
		padding-left: 15px;
	}
	.scheme-work__item-text {
		font-size: 12px;
		margin-top: 10px;
	}
	.scheme-work__period {
		height: 150px;
	}
	.scheme-work__period-title {
		margin-top: 45px;
	}
	.industry-employee__author-text {
		font-size: 15px;
		margin-top: 57px;
	}
	.contact-info-title {
		margin-bottom: 60px;
	}
	.contact-info {
		margin-left: 20px;
		width: auto;
	}
	.map {
		height: 450px;
		width: 85.5%;
	}
	.gallery-slider__wr {
		padding: 0 10px;
		width: 255px;
	}
	.gallery-slider__item {
		width: 235px;
	}
	.gallery-info {
		margin-top: 20px;
	}
	.gallery-info__text {
		font-size: 14px;
		line-height: 20px;
	}
	.gallery-info__ul {
		margin-top: 30px;
	}
	.gallery-info__li {
		font-size: 14px;
	}
	.gallery-info__alert {
		width: 100%;
		height: 65px;
		line-height: 21px;
		padding-top: 10px;
		font-size: 14px;
	}
	.footer-nav__menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 15px;
	}
	.footer-nav__item {
		padding: 3px 10px;
	}
	.footer-logo {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-middle {
		text-align: center;
		margin-top: 20px;
	}
	.footer-right {
		text-align: center;
		margin-top: 20px;
	}
	.footer-right__btn {
		width: 320px;
	}
	.header-nav__menu-item:first-child {
		padding-left: 0;
	}
	.header-nav__menu-item:last-child {
		padding-right: 0;
	}
	.header-popup {
		display: none;
	}
	.box-modal {
		width: 100%;
		padding: 10px;
	}
	.box-modal_close {
		font-size: 18px;
		width: 33px;
		height: 33px;
	}
	.box-modal__title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.box-modal__body {
		display: block;
	}
	.box-modal__body-left, .box-modal__body-right {
		width: 100%;
	}
	.box-modal__body-left {
		margin-bottom: 20px;
	}
	.box-modal__body-img {
		height: auto;
	}
	.box-modal__body-right {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.box-modal__slider {
		width: 510px;
	}
}
@media (max-width: 575.98px) {
	.header-top__wr {
		background-image: none;
		background-color: rgba(0,0,0,80%);
		height: 105px;
		z-index: 999;
	}
	.header-sticky {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,80%);
	}
	.header-top__left, .header-top__socials {
		display: none;
	}
	.header-sticky .header-top__btn{
		display: none !important;
	}
	.socials-sm{
		display: flex;
		flex-wrap: wrap;
		font-size: 0.8em;
		order: 1;
		margin: 10px 0 0 -6px;
	}
	.header-top__connect{
		align-self: flex-start;
		order: 2;
		flex-wrap: wrap;
	}
	.header-top__logo {
		margin-left: 0;
	}
	.header-top__right {
		margin-left: 0;
		width: auto;
	}
	.header-top__call-text {
		display: none;
	}
	.header-top {
		position: relative;
	}
	.header-top__btn {
		margin: 8px auto 0 0;
		order: 3;
	}
	.hamburger {
		position: absolute;
		right: 0;
		top: 40px;
		z-index: 999;
		padding: 0;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color: #fff;
	}
	.hamburger.is-active:hover, .hamburger:hover {
		opacity: 1;
	}
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
		background-color: #fff;
	}
	.header-top__bottom {
		margin-top: 20px;
	}
	.offer {
		text-align: center;
	}
	.offer-title {
		margin-top: 95px;
		font-size: 26px;
		margin-bottom: 15px;
	}
	.offer-subtitle {
		font-size: 20px;
	}
	.offer-btn {
		width: 290px;
		font-size: 12px;
		text-align: center;
		height: 50px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.header-stock {
		width: 290px;
		margin: 0 auto;
		margin-top: 40px;
	}
	.materials-title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.materials-subtitle {
		font-size: 20px;
	}
	.main-materials__item {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.main-materials__img-wr {
		width: 200px;
		height: 200px;
	}
	.main-materials__btn {
		width: 200px;
	}
	.call-content__title {
		font-size: 20px;
	}
	.call-content__input {
		height: 45px;
		font-size: 20px;
	}
	.call-content__input::-webkit-input-placeholder {
		padding-left: 25%;
		font-size: 20px;
	}
	.call-content__input::-moz-placeholder {
		padding-left: 25%;
		font-size: 20px;
	}
	.call-content__input:-ms-input-placeholder {
		padding-left: 25%;
		font-size: 20px;
	}
	.call-content__input::-ms-input-placeholder {
		padding-left: 25%;
		font-size: 20px;
	}
	.call-content__input::placeholder {
		padding-left: 25%;
		font-size: 20px;
	}
	.call-content__btn {
		width: 100%;
		height: 50px;
		margin-top: 35px;
	}
	.omega-menu__item-img {
		width: 95%;
	}
	.scheme-work__item-title {
		padding-left: 20px;
	}
	.scheme-work__item-text {
		font-size: 14px;
		margin-top: 20px;
	}
	.scheme-work__period {
		height: 135px;
		padding: 0 10px;
	}
	.scheme-work__period-title {
		width: auto;
		font-size: 20px;
		margin-top: 40px;
	}
	.industry-employee__author {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.industry-employee__author-img {
		width: 140px;
		height: 160px;
	}
	.industry-employee__author-name {
		font-size: 16px;
		padding-left: 15px;
	}
	.industry-employee__author-info {
		margin-left: 0;
	}
	.industry-employee__author-text {
		font-size: 14px;
		margin-top: 40px;
	}
	.industry-employee__text {
		font-size: 14px;
	}
	.industry-video {
		height: 200px;
	}
	.contact {
		display: block;
	}
	.map {
		width: 100%;
		height: 325px;
	}
	.contact-info {
		margin: 0;
		padding: 0 15px;
		padding-bottom: 20px;
	}
	.contact-info-title {
		margin-top: 25px;
	}
	.gallery-slider__wr {
		padding: 0;
	}
	.gallery-slider__item {
		width: 275px;
		height: 235px;
	}
	.gallery-slider__item-wr {
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.gallery-info__alert {
		height: auto;
		padding-left: 10px;
		padding-bottom: 5px;
	}
	.footer-nav__menu {
		display: block;
		text-align: center;
	}
	.footer-nav__link {
		font-size: 14px;
	}
	.footer-logo {
		display: block;
		text-align: center;
	}
	.footer-logo__info {
		margin: 0 auto;
		margin-top: 10px;
		width: 135px;
	}
	.footer-right__btn {
		width: 290px;
		margin: 0 auto;
		display: block;
		margin-top: 15px;
	}
	.header {
		position: relative;
	}
	.header-popup {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px 15px;
		overflow-y: scroll;
		height: auto;
		width: 100%;
		z-index: 998;
		background: #505e67;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.header-popup__active {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}
	.header-top__address {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.header-nav__menu {
		display: block;
		text-align: right;
	}
	.header-nav__menu-item, .header-nav__menu-item:first-child {
		text-align: right;
	}
	.header-nav__menu-item {
		padding-top: 0;
		margin-bottom: 10px;
	}
	.header-nav__menu-link {
		font-size: 16px;
	}
	.header-popup__left {
		margin-top: 22px;
	}
	.header-nav {
		margin-top: 40px;
	}
	.box-modal {
		width: 290px;
		padding: 10px;
	}
	.box-modal__title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.box-modal__body-subtitle {
		font-size: 15px;
	}
	.box-modal__body-info {
		font-size: 20px;
	}
	.box-modal__body-item {
		font-size: 12px;
	}
	.box-modal__body-form {
		display: block;
	}
	.box-modal__body-input {
		width: 100%;
		margin-bottom: 10px;
	}
	.box-modal__body-btn {
		margin-top: 0;
		width: 100%;
	}
	.box-modal__slider {
		width: 270px;
		margin: 0 auto;
	}
	.arcticmodal-container_i2 {
		padding: 24px 5px;
	}
	.header-sticky .header-top__btn {
		margin-top: 10px;
	}
}