:root {
	--userfont: roboto-st, sans-serif;
}
section {
	padding-bottom: 2%;
}
body {
	background-color: #000000;
	font-family: var(--userfont);
	color:silver;
	 min-height: 75rem;
  padding-top: 4.5rem;
}
a {
	color:silver;
	text-decoration: none;
	font-weight:200;
}
.bg_min-video {
	text-align: center;
}
.min-video{
	width:80%;
	height:auto
}

.body_logo img {
	width: 100%;
	height: auto;
}
.main-video-block{
	margin-top:0.5%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center
}
.main-video{
	width:100%;
	height:100%
}
.text-content{
	margin-top: 50px;
	
}
.text-content h1{font-size: 1.2rem}
.text-content p{font-size:1rem;line-height:1.2}
/* на sm */
@media (min-width: 768px) {
.text-content h1{font-size: 2rem}
.text-content p{font-size:1rem;line-height:1.2}
}
/* на md */
@media (min-width: 992px) {
.text-content h1{font-size: 2rem}
.text-content p{font-size:1.6rem;line-height:1.6}
}
/* на lg */
@media (min-width: 1200px) {
.text-content h1{font-size:3rem;font-weight:200;line-height:1.2}
.text-content p{font-size:1.6rem;line-height:1.6}
}
.image-container img {
	width: 100%;
}
.b_bearing {
	margin-bottom: 10%
}
.b_bearing img {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	width: 100%
}
.bearing h2 {
	font-size:2rem;
	font-weight:200;
	line-height:1.2;
	margin-bottom: 3%
}
.bg_items {
	margin-bottom: 1%
}
.bg_items img {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	width: 100%
}
.bg_items h2 {
	font-size:2rem;
	font-weight:200;
	line-height:1.2;
	margin-bottom: 3%
}
.b_items p {
	margin-top: 3%;
	text-align: center;
}
.prio h3 {
	padding-bottom: 1%;
}
.bg_prio {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	background-image: url('../upload/image/design/default/about_bg.jpg');
	padding: 5%;
	background-position: bottom;
}
.bg_prio h4 {
	margin-top: 20%;
	margin-bottom: 5%;
}
.vbr_body {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	text-align: center;
	padding: 5%;
}
.client_body {
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	padding: 15px;
	background-color: #023e8a4d;
	height: 100px;
	text-align: center;
	margin-bottom: 10%;
}
.client_body_su {
	width: 100%;
}
.blockh3 {
	margin-bottom: 3%;
	margin-top: 5%
}
.blockh3_pr {
	margin-bottom: 3%;
}
.min-video_footer{width:20%;height:auto}
#border_bottom {
	border-top: 2px solid #FFFFFF;
	padding-top: 1%;
}
.phone_header {
	margin-left: 10px;
}
.bg_vbr {
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	padding: 5%;
}
.bg_vbr_img {
	text-align: center;
}
.bg_vbr_title {
	text-align: center;
	font-weight: 600;
}
.bg_vbr_text {
	text-align: center;
}