@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
	width: 100%;
	min-width: 1200px;
	background: #131313;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	/*
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	*/
}
body {
	position: relative;
	padding-top: 100px;
}

*, *:after, *:before {
	position: relative;
	box-sizing: border-box;
}

.clr {
	clear: both;
}

a {
	text-decoration: none;
}

.content_in {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

section {
	display: block;
	width: 100%;
}

.btn {
	width: 154px;
	height: 53px;
	background: #E0C03D;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #392E00;
	cursor: pointer;
}
.btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #B99E33;
	z-index: 1;
}
.btn p {
	margin-right: 20px;
}

.line {
	width: 48px;
	height: 5px;
	background: #fff;
}
.line.black {
	background: #000;
}

.contact_form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contact_form input {
	width: 100%;
	height: 30px;
	padding: 0 0 14px 0;
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: rgba(0,0,0,0);
	font-weight: 400;
	font-size: 14px;
}
.contact_form textarea {
	width: 100%;
	height: 50px;
	padding: 0 0 14px 0;
	border: 0px;
/*	border-bottom: 1px solid #fff;*/
	color: #fff;
	background: rgba(0,0,0,0);
	font-weight: 400;
	font-size: 14px;
	resize: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	background: rgba(0,0,0,0.7);
	z-index: 500;
}
header .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
header .logo {
	width: 118px;
	height: 47px;
}
header .slogan {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.015em;
	color: #5B5B5B;
	margin-left: 14px;
	margin-right: 80px;
	padding-left: 14px;
}
header .slogan:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #5B5B5B;
}
header ul {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	gap: 45px;
	margin-right: 115px;
}
header ul li {
	
}
header ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.015em;
	color: #FFFFFF;
}
header ul li.active a,
header ul li:hover a {
	color: #FFAC00;
}
header .burger,
header .mobile {
	display: none;
}

section.banner {
	height: 600px;
	background: url(/www/img/banner-main.jpg) center no-repeat;
	background-size: cover;
}
section.banner.bn2 {
	height: 553px;
	background: url(/www/img/banner-about.jpg) center no-repeat;
	background-size: cover;
}
section.banner .btn {
	position: absolute;
	right: 0;
	bottom: 66px;
}
section.banner .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 612px;
	height: 185px;
	background: rgba(0, 0, 0, 0.77);
	padding: 42px;
}
section.banner .text p {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	display: flex;
	align-items: center;
	color: #FFAC00;
}
section.banner .text p.price {
	color: #FFFFFF;
}

section.content_text {
    background: #fff;
    padding: 100px 0;
    color: #333;
}
section.content_text p {
    font-size: 16px;
}

section.about {
	height: 552px;
	background: url(/www/img/block-about.webp) center no-repeat;
	background-size: cover;
}
section.about .content_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
section.about .block {
	display: flex;
	flex-direction: column;
	width: 580px;
	gap: 24px;
}
section.about .block .up {
	font-weight: 400;
	font-size: 16px;
}
section.about .block .ttl {
	font-weight: 700;
	font-size: 40px;
	color: #FFAC00;
}
section.about .block .ttl2 {
	font-weight: 700;
	font-size: 24px;
	color: #FFAC00;
}
section.about .block p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
section.about .btn {
	position: absolute;
	top: 100px;
	right: 0;
	width: 173px;
}

section.services {
	height: 800px;
	background: linear-gradient(79.92deg, #000000 4.47%, #1F1F1F 95.03%);
}
section.services .content_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 54px;
}
section.services .block {
	display: flex;
	flex-direction: column;
	width: 580px;
	gap: 24px;
}
section.services .block .up {
	font-weight: 400;
	font-size: 16px;
}
section.services .block .ttl {
	font-weight: 700;
	font-size: 40px;
	color: #FFAC00;
}
section.services .block p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
section.services .block ul {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
section.services .block li {
	margin-left: 20px;
	list-style: disc;
}
section.services .block .btn {
	margin-top: 15px;
}

section.cat {
	display: table;
	width: 100%;
}
section.cat .cat1 {
	width: 50%;
	height: 50vw;
	background: url(/www/img/pokraska.jpg) center no-repeat;
	background-size: cover;
	float: left;
}
section.cat .cat2 {
	width: 50%;
	height: 25vw;
	background: url(/www/img/rezka.jpg) center no-repeat;
	background-size: cover;
	float: left;
}
section.cat .cat3,
section.cat .cat4,
section.cat .cat5,
section.cat .cat6,
section.cat .cat7,
section.cat .cat8 {
	width: 25%;
	height: 25vw;
	background: url(/www/img/listogib 1.jpg) center no-repeat;
	background-size: cover;
	float: left;
}
section.cat .cat4 {
	background: url(/www/img/cat4.jpg) center no-repeat;
}
section.cat .cat5 {
	background: url(/www/img/cat5.jpg) center no-repeat;
}
section.cat .cat6 {
	background: url(/www/img/cat6.jpg) center no-repeat;
}
section.cat .cat7 {
	background: url(/www/img/svarka lazer.jpg) center no-repeat;
}
section.cat .cat8 {
	background: url(/www/img/cat8.jpg) center no-repeat;
}

section.cat .link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	padding: 50px;
	background: rgba(0, 0, 0, 0.26);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.cat .link .text {
	font-weight: 700;
	font-size: 24px;
	color: #FFAC00;
}
section.cat .link .text p {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

section.h1 {
	width: 100%;
	height: 300px;
	background: url(/www/img/h1.jpg) center no-repeat;
	background-size: cover;
}
section.h1 h1 {
	padding-top: 180px;
	font-weight: 700;
	font-size: 48px;
}

section.price {
	background: #fff;
	padding: 20px 0 80px 0;
}
section.price .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
section.price .content_in a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 590px;
	height: 279px;
	border: 6px solid transparent;
	background: linear-gradient(rgba(251, 182, 40, 0.6), rgba(251, 182, 40, 0.6)), url(/www/img/h1.jpg);
	background-position: center no-repeat;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
section.price .content_in a:hover {
	background: linear-gradient(rgba(251, 182, 40, 0.0), rgba(251, 182, 40, 0.0)), url(/www/img/h1.jpg);
	background-position: center no-repeat;
	color: #FFAC00;
	border: 6px solid #FFAC00;
}


section.map {
	width: 100%;
	height: 700px;
}
ymaps {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}


section.product {
	width: 100%;
	padding: 25px 0 80px 0;
	background: #fff;
}
section.product .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 21px;
}
section.product .content_in .block_tab {
	width: 280px;
}
section.product .content_in .block_tab .btn {
	width: 100%;
	margin-bottom: 4px;
	justify-content: space-between;
	padding: 0 24px;
}
section.product .content_in .block_tab .btn.active {
	background: #FFCE07;
	cursor: auto;
}
section.product .content_in .block_tab .btn.active:after {
	display: none;
}
section.product .content_in .block_tab .btn p {
	max-width: calc(100% - 40px);
}

section.product .content_in .block_tabs {
	width: calc(100% - 304px);
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}
section.product .content_in .block_tabs .tabs {
	display: none;
	flex-wrap: wrap;
	gap: 22px;
	width: 100%;
}
section.product .content_in .block_tabs .tabs.active {
	display: flex;
}
section.product .content_in .block_tabs .tabs .ttg {
    width: 100%;
    margin: 0 0 20px 0;
    color: #333;
    font-size: 16px;
    line-height: normal;
}
section.product .content_in .block_tabs .tabs .img {
	width: 279px;
	height: 279px;
	overflow: hidden;
	cursor: pointer;
}
section.product .content_in .block_tabs .tabs .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.video {
	width: 100%;
	height: 550px;
	background: #fff;
}
section.video .frame {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(/www/img/video.jpg) center no-repeat;
	background-size: cover;
}
section.video .content_in {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	color: #000000;
}
section.video .block {
    display: flex;
    flex-direction: column;
    width: 580px;
    gap: 24px;
}
section.video .block .up {
    font-weight: 400;
    font-size: 16px;
}
section.video .block .ttl {
    font-weight: 700;
    font-size: 40px;
    color: #FFAC00;
}
section.video .block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}


section.sert {
	width: 100%;
	height: 550px;
}
section.sert .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
section.sert .content_in img {
	height: 375px;
	width: auto;
}
section.sert .block {
    display: flex;
    flex-direction: column;
    width: 280px;
    gap: 24px;
}
section.sert .block .up {
    font-weight: 400;
    font-size: 16px;
}
section.sert .block .ttl {
    font-weight: 700;
    font-size: 40px;
    color: #FFAC00;
}
section.sert .block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}





section.form {
	width: 100%;
	height: 550px;
	background: linear-gradient(79.92deg, #060606 4.47%, #242424 95.03%);
}
section.form .content_in {
	display: flex;
/*	flex-wrap: wrap;*/
	align-items: center;
	justify-content: center;
	gap: 54px;
}
section.form .block {
	display: flex;
	flex-direction: column;
	width: 580px;
	gap: 20px;
}
section.form .block .up {
	font-weight: 400;
	font-size: 16px;
}
section.form .block .ttl {
	font-weight: 700;
	font-size: 40px;
	color: #FFAC00;
}
section.form .block p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

footer {
	width: 100%;
	height: 250px;
}
footer .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
footer .left {
	margin-right: auto;
}
footer .logo {
	width: 118px;
	height: 47px;
	float: left;
}
footer .slogan {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.015em;
	color: #5B5B5B;
	margin-left: 14px;
	margin-right: 80px;
	padding-left: 14px;
	margin-top: 15px;
	float: left;
}
footer .slogan:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #5B5B5B;
}
footer ul {
/*	display: flex;*/
	flex-wrap: wrap;
    align-items: center;
	gap: 45px;
	margin-right: 205px;
	margin-left: auto;
	columns: 100px 2;
	
}
footer ul li {
	margin-bottom: 24px;
}
footer ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.015em;
	color: #FFFFFF;
}
footer ul li.active a,
footer ul li:hover a {
	color: #FFAC00;
}
footer .copy {
	display: flex;
	flex-wrap: wrap;
	margin-top: 43px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #232323;
}
footer .copy a {
	display: block;
	color: #232323;
	margin-left: 35px;
}
footer .copy a:hover {
	color: #5f5f5f;
}
footer .right a {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin-bottom: 24px;
}

#wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(2, 2, 2, 0.68);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
#wrap.active {
	display: flex;
}
#wrap .win {
	width: 670px;
	height: 600px;
	background: #1A1A1A;
	padding: 64px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
#wrap .win .close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 15px;
	height: 15px;
	background: url(/www/img/close.png);
	cursor: pointer;
}
#wrap .win .block {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
}
#wrap .win .block .up {
	font-weight: 400;
	font-size: 16px;
}
#wrap .win .block .ttl {
	font-weight: 700;
	font-size: 40px;
	color: #FFAC00;
}
#wrap .win .block p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}




/* Мобильные стили */
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	html {
		min-width: 100%;
	}
	body {
		min-width: 100%;
		padding-top: 60px;
	}
	
	.content_in {
		width: 100%;
		padding: 0 20px;
	}
	
	header {
		height: 60px;
	}
	header .content_in {
		justify-content: flex-start;
	}
	header .nav_menu_,
	header .form_call {
		display: none;
	}
	header .slogan {
		font-size: 16px;
    	line-height: 20px;
		margin-right: 0;
	}
	header .burger {
		width: 36px;
		height: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 0 0 auto;		
	}
	header .burger hr {
		width: 100%;
		height: 4px;
		background: #FFAC00;
		padding: 0;
		margin: 0;
		border: none;
		border-radius: 2px;
	}
	header .mobile {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 60px;
		right: -80vw;
		width: 80vw;
		height: calc(100vh - 60px);
		background: #000;
		z-index: 500;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	header .mobile.active {
		box-shadow: 0 0 500px rgba(0,0,0,1);
		right: 0;
	}
	header .mobile .nav_menu_ {
		display: block;
	}
	header .mobile ul {
		margin: 50px 30px 0 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	header .mobile ul li a {
		color: #fff;
		font-size: 20px;
	}
	header .mobile ul li.active a{
		color: #FFAC00;
	}
	
	section.banner .text {
		width: 100%;
		height: 150px;
		padding: 30px;
	}
	section.banner .text p {
		font-size: 30px;
    	line-height: 46px;
	}
	section.banner .btn {
		display: none;
	}
	
	section.about {
		height: auto;
		padding: 30px 0;
	}
	section.about .block {
		width: 100%;
	}
	section.about .block p {
		font-size: 16px;
	}
	section.about .btn {
		position: absolute;
		top: 0px;
		right: 20px;
		width: 153px;
		height: 43px;
	}
	
	section.services {
		height: auto;
		padding: 30px 0;
	}
	section.services .content_in {
		flex-direction: column;
	}
	section.services .content_in img {
		max-width: 100%;
		height: auto;
	}
	section.services .block {
		width: 100%;
	}
	section.services .block .btn {
		width: 100%;
	}
	section.services .block p,
	section.services .block li {
		font-size: 16px;
	}
	
	section.cat .cat1, section.cat .cat2, section.cat .cat3, section.cat .cat4, section.cat .cat5, section.cat .cat6, section.cat .cat7, section.cat .cat8 {
		width: 50%;
    	height: 50vw;
	}
	section.cat .link {
		padding: 10px;
		height: 60px;
	}
	section.cat .link .text p {
		margin-bottom: 5px;
	}
	section.cat .link .text,
	section.cat .link .text p {
		font-size: 14px;
	}
	
	section.form .content_in {
		height: auto;
		padding: 30px 20px;
		flex-direction: column;
	}
	section.form .block {
		width: 100%;
	}
	section.form .block p {
		font-size: 16px;
	}
	.contact_form .btn {
		width: 100%;
	}
	
	section.h1 {
		height: 150px;
	}
	section.h1 h1 {
		padding-top: 90px;
		font-size: 36px
	}
	
	section.product .content_in {
		flex-direction: column;
	}
	section.product .content_in .block_tab,
	section.product .content_in .block_tab .btn,
	section.product .content_in .block_tabs {
		width: 100%;
	}
	section.product .content_in .block_tabs .tabs {
		gap: 10px;
	}
	section.product .content_in .block_tabs .tabs .img {
		width: calc(50% - 5px);
		height: auto;
		aspect-ratio: 1/1;
	}
	
	section.price .content_in {
		gap: 10px;
	}
	section.price .content_in a {
		width: calc(50% - 5px);
		height: auto;
		font-weight: 500;
		aspect-ratio: 1/0.8;
		font-size: 20px;
    	line-height: 22px;
	}
	
	section.video {
		height: auto;
		padding: 30px 0;
	}
	section.video .block {
		width: 100%;
	}
	section.video .frame {
		position: relative;
		width: 100%;
	}
	
	section.sert {
		height: auto;
		padding: 30px 0;
	}
	section.sert .content_in {
		gap: 30px;
	}
	
	
	footer {
		height: auto;
		padding: 30px 0;
	}
	footer .content_in {
		flex-direction: column;
	}
	footer .left,
	footer .slogan {
		margin-right: 0;
	}
	footer ul {
		margin: 0 auto 20px auto;
	}
	footer ul li a {
		font-size: 16px;
	}
	footer .copy {
		margin-bottom: 40px;
	}
	footer .copy p,
	footer .copy a {
		color: #505050;
	}
}











































