<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
    font-family: 'Roboto_Bold';
    src: url('font/Roboto_Bold.eot');
    src: url('font/Roboto_Bold.eot?#iefix') format('embedded-opentype'),
          url('font/Roboto_Bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}*/


body, p, ul, span{
	margin:0;
	padding:0;
}
p {
  font-family: Tahoma;
}
input, input:hover {
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-ms-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
input:focus, textarea:focus {
  outline: none;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.container {
  width: 770px;
  margin: 0 auto;
  padding: 0 15px;
}
.block_1 {
  background-image: url(img/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  /*height: 100vh;*/
  background-size: cover;
}
.menu {
  list-style: none;
  text-align: center;
	padding-top: 40px;
}
.menu li {
  display: inline-block;
  font: 24px Tahoma;
  color: #ababab;  
}
.flag {margin-left: 30px;}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  display: block;
  padding: 10px;
}
.menu li:hover {
  color: #cc2229;
	background-image: url(img/bg_menu.png);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.logo {
  margin: 0 auto;
  display: block;
	max-width: 340px;
	margin-top: 30px;
}
.about {
  padding: 25px 60px 40px 50px;
  filter: contrast(155%);
  background-color: rgba(197, 43, 50, 0.8);
  box-shadow: inset 0px -150px 100px -50px rgba(50, 50, 50, 0.5);
	width: 360px;
  position: initial;
  bottom: 0;
}
.about p {
  color: #fff;
  font-size: 14px;
}
.block_2 {
  position: relative;
  left: calc(50% - 385px);
  width: calc(50% + 385px);
}
.red_block {
  color: #fff;
  font: 24px Tahoma;
  font-weight: bold;
  background-color: #cc2229;
  padding: 80px 0 70px 30px;
  width: 440px;
  margin-bottom: 15px;
  position: absolute;
  z-index: 2;
}
.slider_bottom {
  border-bottom: #cc2229;
}
.bg_slide {
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 230px;
  padding-bottom: 50px;
}
.bg_slide1 {
  background-image: url(img/bg_slide1.png);
}
.bg_slide2 {
  background-image: url(img/bg_slide2.png);
}
.bg_slide3 {
  background-image: url(img/bg_slide3.png);
}
.bg_slide4 {
  background-image: url(img/bg_slide4.png);
}
.bg_slide5 {
  background-image: url(img/bg_slide5.png);
}
.bg_slide6 {
  background-image: url(img/bg_slide6.png);
}
.bg_slide p {
  color: #000;
  font: 14px Tahoma;
  display: inline-block;
  max-width: 350px;
  vertical-align: top;
  margin-left: 30px;
}
.bg_slide p span {
  font-size: 24px;
  font-weight: bold;
}
.slider_product .owl-item img {
  width: initial;
  display: inline-block;
	max-height: 375px;
  margin-left: 20px;
	max-width: 470px;
}
.slider_product .owl-nav {
  width: 470px;
  height: 300px;
  filter: contrast(155%);
  background-color: rgba(197, 43, 50, 0.8);
  box-shadow: inset 0px -100px 50px -50px rgba(50, 50, 50, 0.5);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.slider_product .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 25px;
  left: 100px;
}
.slider_product .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 7px;
  display: inline-block;
  z-index: 3;
  position: relative;
}
.slider_product .owl-dot.active {
  background-color: #2d2d2d;
}
.container_2 {
  width: 950px;
}
.slider_bottom .owl-item {
  background-image: url(img/shadow_small.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 40px;
}
.for_carousel_small {
  position: relative;
	height: 300px;
}
.for_carousel_small hr {
  height: 150px;
  background-color: #cc2229;
  margin: 0;
  border: none;
  width: 100%;
  position: absolute;
  bottom: 60px;
      top: 43%;
}
.owl-carousel.owl-loaded.slider_bottom {
	display: none;
	opacity: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.dispBlock {
	display: block !important;
}
.opacity_1 {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	opacity: 1 !important;
}
.slider_bottom .owl-item img {
	height: 220px;
	object-fit: contain;
  margin: 0 auto;
}
.block_3 {
  padding: 50px 0 175px;
  text-align: center;
}
.button_download {
  width: 300px;
  padding: 30px 0;
  background-color: #cc2229;
  font: 18px Tahoma;
  color: #fff;
  display: flex;
  align-items:center;
  justify-content: space-evenly;
  height:40px;  
}
p.tex{
    width:75%;
}
.fl_r {
  float: right;
}
.vector {
  vertical-align: middle;
}
.button_download:hover {
  box-shadow: inset 0px -45px 60px -25px rgba(74, 4, 4, 0.60);
}
.block_4 {
  position: relative;
}
.communications {
  padding: 35px 70px;
  filter: contrast(155%);
  background-color: #98060ca6;
  box-shadow: inset 0px 0px 400px 400px #b30910a1;
  position: absolute;
  top: 50px;
  right: 50%;
  width: 100%;
}
.for_input {
  width: 400px;
  margin-right: 0;
  margin-left: auto;
}
.name_form {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.address {
  font-size: 14px;
  color: #fff;
  margin: 20px 0 30px;
}
.form_communications {
  font-size: 0;
}
.input_communications {
  height: 40px;
  width: calc(100% - 20px);
  padding: 0 10px;
  background-color: #fff;
  border: none;
  margin-bottom: 20px;
}
.textarea_communications {
  height: 70px;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #fff;
  border: none;
  margin-bottom: 20px;
}
.for_pl {color:#838282;font: 14px Tahoma;}
.for_pl::-webkit-input-placeholder {color:#838282;font: 14px Tahoma;}
.for_pl::-moz-placeholder {color:#838282;font: 14px Tahoma;}
.for_pl:-moz-placeholder {color:#838282;font: 14px Tahoma;}
.for_pl:-ms-input-placeholder {color:#838282;font: 14px Tahoma;}
.wid50 {
  width: calc(50% - 30px);
  display: inline-block;
}
.mr20 {
  margin-right: 20px;
}
.submitt_communications {
  height: 40px;
  width: 130px;
  color: #838282;
  font: 14px Tahoma;
  padding: 0 10px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  display: block;
}
.submitt_communications:hover {
  box-shadow: inset 0 -22px 43px -19px rgba(0, 0, 0, 1);
  color: #cc2229;
  cursor: pointer;
}
.block_5 {
  padding: 80px 0;
}
.block_5 p {
  font-size: 24px;
  font-weight: bold;
  color: #cc2229;
}
.slider_partners {
  margin-top: 50px;
}
.slider_partners .owl-item img {
  width: initial;
  margin: 0 auto;
}
/*.owl-prev, .owl-next {
  width: 20px;
  height: 20px;
  background: red;
}*/
.block_6 {
  background-color: #d8252c;
  padding: 90px 0;
  font-size: 0;
}
.block_6 &gt; .container &gt; p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
.div50 {
  display: inline-block;
  vertical-align: top;
}
.logo2 {
  margin: 0 0 20px;
}
.div50 p {
  font-size: 14px;
  color: #fff;
}
.div50_1 {
  width: calc(50% + 10px);
  padding-right: 60px;
  background-image: url(img/shadow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  padding-bottom: 20px;
}
.div50_1 p {
  max-width: 80%
}
.div50_2 {
  width: calc(50% - 130px);
  padding-left: 60px;
  margin-top: 90px;
}
.contact_6 &gt; p {
  font-weight: bold;
  width: 65px;
}
.contact_6 * {
  display: inline-block;
}
.contact_6 {
  margin-bottom: 20px;
}
.soc img {
  margin: 0 25px;
}
.soc {
  text-align: center;
  margin-top: 40px;
}
footer {
  padding: 10px 0;
}
footer p {
  font-size: 14px;
  color: #000;
  text-align: center;
	display: inline-block;
	vertical-align: middle;
}
footer p:hover {
  text-decoration: underline;
}
.slider_bottom .owl-prev, .slider_bottom .owl-next {
  display: inline-block;
  font-size: 24px;
  border-top: 3px solid #87898a;
  border-left: 3px solid #87898a;
  width: 20px;
  height: 20px;
  margin-left: -30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -o-transform: rotate(-45deg);
}
.slider_bottom .owl-next {
  float: right;
  margin-right: -30px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -o-transform: rotate(135deg);
}
.slider_bottom .owl-prev:hover, .slider_bottom .owl-next:hover {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}
.slider_bottom .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
	z-index: -1;
    transform: translateY(-50%);
}
.slider_bottom {
	width: 90%;
	margin-left: 5%;
}
footer div {
	text-align: center;
}
.for_img_bigSlider {
	display: inline-block;
	width: 50%;
}
.logo_footer {
	display: inline-block;
  vertical-align: middle;
  width: 150px;
	margin: 0 20px;
}
.new_submit_obr {
	border: 1px solid #fff;
  border-radius: 5px;
  background-color: #d27373;
  color: #000;
}
.new_submit_obr:hover {
	box-shadow: none;
	cursor: inherit;
	color: #000;
}
.flex_cont{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:1000px;
}
.logo_nm {margin-top: -150px; text-align: right; margin-right: -100px;}

@media (max-width: 768px) {
	.logo_nm {margin-top: 0px; text-align: center; margin-right: 0px;  }
	.logo_nm img {width: 200px;}
}
@media (min-width: 992px) {
    .about {margin-top: -140px;}
}

</pre></body></html>