* { margin: 0; padding: 0;}
p { margin: 5px 0 10px 0; }
a, a:hover, a:active, a:focus{
	color: inherit;
	text-decoration: none;
	outline: none;
}
html {
	min-height: 100vh;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.25;
	margin: auto;
}

.wrapper {
	max-width: 1500px;
	padding: 0 75px;
	margin: 0 auto;
}

header {
	min-height:750px;
	background: radial-gradient(68.61% 143.09% at 8.12% 31.39%, #272727 0%, #525252 49.48%, #555045 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding-bottom: 70px;
}

.head {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 25px 0;
}

.logo {
	max-width: 130px;
}

.logo img {
	width: 100%;
}

.menu {
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 20px;
}

.menu li {
	margin: 0 40px;
	padding: 5px 0;
}

.menu li a {
	font-size: 18px;
}

.tel {
	font-weight: 700;
	font-size: 24px;
}

.main_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-between;
}

.utp_block {
	padding: 125px 0;
	width: 47%;
}
/*#collapseExample.in  {*/
/*	margin-bottom: 27px;*/
/*}*/
.utp_block h1 {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.subh {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.utp_butt {
	display: table;
	padding: 20px 80px;
	background: #FD9C00;
	border-radius: 10px;
	font-weight: 500;
	font-size: 20px;
}

.utp_img {
	width: 47%;
	position: relative;
}

.utp_img img {
	position: absolute;
	height: 100%;
	width: auto;;
	top: 43px;
	left: -65px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 172px 0px 50px 50px;
}

section {
	padding: 100px 0;
	overflow: hidden;
}

 #about, #product, #form {
	 background: #E5E5E5;
 }

.zavod {
	max-width: 55%;
	height: auto;
	margin-bottom: 60px;
}

.about_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.about_text {
	width: 45%;
}

.about_text h2 {
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 35px;
}

.about_text P {
	font-size: 18px;
	margin-bottom: 20px;
}

.about_text h3 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 20px;
}

.about_list {
	width: 100%;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px 2px;
	margin-bottom: 20px;
}

.about_list p {
	font-size: 18px;
	padding-left: 25px;
	margin: 0;
	position: relative;
}

.about_list p::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 0;
	background: #FD9C00;
	border-radius: 100px;
}

.about_images {
	position: relative;
	width: 45%;
}

.trak {
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 101px 0px;
	/*border: 2px solid #FD9C00;*/
}


.odob {
	position: absolute;
	width: 250px;
	top: 0%;
	left: -10%;
	transform: rotate(-30deg);
}

.pref_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pref_col {
	width: 21%;
	text-align: center;
	margin: 20px 2%;
}

.pref_col img {
	margin: 0 auto;
}

.pref_col p {
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: 900;
	font-size: 24px;
}

section>.wrapper>h2 {
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 40px;
}

.prod_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prod_col {
	display: flex;
	flex-direction: column;
	width: 31%;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 27px;
}

.prod_img {
	width: 100%;
	height: 240px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.prod_name {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 25px;
}

.char_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.char_name {
	position: relative;
	z-index: 3;
	background-color: #fff;
	margin: 0;
	font-size: 14px;
	color: #979797;
}

.char_val {
	position: relative;
	z-index: 3;
	background-color: #fff;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: #FD9C00;
}

.char_row::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 2px;
	left: 0;
	border-bottom: 1px dotted #979797;
}

.prod_butt, .prod_butt:hover {
	display: table;
	width: 100%;
	text-align: center;
	padding: 20px;
	margin-top: auto;
	background: #FD9C00;
	border-radius: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}

.prod_more {
	display: table;
	margin: 0 auto 0;
	text-decoration: underline;
	border: none;
	outline: none;
	background: none;
	font-weight: 500;
	font-size: 18px;
	padding-right: 30px;
	position: relative;
}
/*.prod_mor::after{*/
/*	*/
/*}*/
.prod_more.collapsed::after{
	transform: scale(1);
	transition: all .2s;
}

.prod_more::after {
	content: "";
	position: absolute;
	transform: scale(-1);
	width: 20px;
	height: 20px;
	right:0;
	bottom: 0;
	transition: all .2s;
	background: url(../img/arr-bot.svg) no-repeat center;
}

.form_h_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.form_h_row {
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 35px;
}

.form_h_row h2, .form_h_row h3 {
	margin: 10px 0;
	font-weight: 900;
	font-size: 40px;
}

.steps span {
	font-size: 24px;
}

.form_text {
	font-size: 24px;
	max-width: 590px;
	margin-bottom: 30px;
}

#contact {
	color: #fff;
	background: #707070;
}
#contact .wrapper {
	position: relative;
}

.fb_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.fb_form {
	width: 35%;
}

.fb_form>p {
	font-size: 20px;
	margin-bottom: 30px;
}

.form_fb p {
	font-weight: 700;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.fb_inp {
	border: none;
	border-radius: 10px;
	outline: none;
	background: #fff;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px;
	width: 100%;
	color:#333;
}

.fb_img {
	position: absolute;
	top: 8%;
	left: 38%;
	width: 60%;
	height: 450px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.form_butt {
	display: table;
	background: none;
	margin-top: 40px;
	padding: 20px 70px;
	border-radius:10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	border:2px solid #fff;
}

footer {
	padding: 50px 0;
	background: #383838;
	color: #fff;
}

.foot_row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}

.foot_col1 {
	width: 15%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}


.foot_col2 {
	width: 80%;
	display: -ms-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: Roboto, sans-serif;
}

.foot_dat {
	width: 22%;
	margin-bottom: 30px;
}

.dat_name {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 15px;
}

.dat_val {
	font-weight: 500;
	font-size: 18px;
	margin: 0;
}

.socs {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.socs a {
	margin: 0 15px 0 0;
}




.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index:1000;
  overflow:auto;
}
.close_popup {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.popup_vnutr {
  position: relative;
  z-index: 5000;
  display: block;
  margin: 100px auto 0 auto;
  width: 95%;
	padding: 30px 70px 30px;
  max-width: 1400px;
	background: #707070;
	color: #fff;
}

.popup_vnutr h2 {
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 40px;
}
