﻿@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open_sansregular', sans-serif;
}
code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas, "Courier New", monospace;
}
body,
optgroup {
  color: #000;
  background: #fff;
}
body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}
a:link {
  color: #009;
}
a:link,
a:visited,
ins {
  text-decoration: underline;
}
a:visited {
  color: #505;
}
a:hover {
  text-decoration: underline;
}
a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}
sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}
sub {
  top: 5px;
  vertical-align: middle;
}
sup {
  top: -2px;
  margin-top: -11px;
}
abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}
address,
cite,
dfn {
  font-style: normal;
}
code,
pre {
  white-space: pre-wrap;
}
img {
  vertical-align: bottom;
}
td,
th,
textarea {
  vertical-align: middle;
}
input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}
legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}
li {
  display: block;
  list-style: none;
}
optgroup option {
  padding-left: 22px;
}
table {
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
td,
th {
  padding: 0;
}
address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}
q:after {
  content: "\00bb";
}
q:before {
  content: "\00ab";
}
q > q:after {
  content: "\201c";
}
q > q:before {
  content: "\201e";
}
.fase {
  padding: 150px;
}
/*img {
  width: 100%;
  height: auto;
}*/
body {
  color: #222222;
}
/*
.welcome {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
header {
  min-height: 100px;
  padding-top: 17px;
  font-family: 'helveticaneuecyrroman', sans-serif;
  z-index: 100;
  position: relative;
}
header.fixed {
  position: fixed;
  left: 0;
  right: 0;
}
header .height {
  min-height: 0;
}
header .cd-primary-nav-trigger {
  display: none;
}
header span.patch.active {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  height: 73px;
  background: #fff;
  z-index: 33;
  padding-top: 17px;
  box-sizing: content-box;
  padding-left: 15px;
}
header .logo {
  width: 257px;
  display: block;
  float: left;
  position: relative;
  z-index: 100;
}
header p.top {
  color: #3f7bcc;
  font-family: 'open_sansregular', sans-serif;
}
header a.top {
  color: #3f7bcc;
  font-family: 'open_sansregular', sans-serif;
}
header p.grey {
  color: #999999;
  font-size: 13px;
}
header p.text {
  font-size: 24px;
}
header .phone {
  display: block;
  width: 240px;
  float: left;
  padding-left: 45px;
  margin-left: 277px;
  line-height: 1.6;
  padding-bottom: 10px;
  background: url("../images/header_ico_phone.png") no-repeat 0 20px;
}
header .adres {
  display: block;
  float: right;
  width: 300px;
  padding-left: 50px;
  background: url("../images/header_ico_loc.png") no-repeat 0 20px;
  line-height: 1.7;
}
header .adres p.text {
  font-size: 16px;
}
header .main-nav {
  margin-top: 17px;
  background-color: #000;
}
header .main-nav .my-col-md-3 {
  width: 25%;
  float: left;
  padding: 0 28px 0 0;
}
header .main-nav .my-col-md-3 li {
  float: none !important;
  margin-left: 0 !important;
}
header .main-nav .my-col-md-3 .after_a a {
  font-size: 14px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  line-height: 18px;
  padding: 15px 0 0 0;
}
header .main-nav .my-col-md-3:last-child {
  padding: 0;
}
header .main-nav ul {
  position: relative !important;
  top: 0 !important;
}
header .main-nav ul li.current-menu-item a:after,
header .main-nav ul li.current-menu-ancestor a:after,
header .main-nav ul li.current-menu-item a:after,
header .main-nav ul li.current-menu-ancestor a:after {
  width: 100%;
}
header .main-nav ul li {
  display: inline-block;
  line-height: 48px;
  margin-left: 5px;
  float: left;
}
header .main-nav ul li a {
  color: #fff;
  padding: 0px 42px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 8;
  font-size: 16px;
}
header .main-nav ul li a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 48px;
  background: rgba(100, 100, 100, 0.2);
  transition: width 0.3s ease-in-out;
  display: inline-block;
  z-index: 2;
}
header .main-nav ul li a:hover:before {
  width: 100%;
}
header .main-nav ul li a:after {
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  background-color: #3f7bcc;
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 0%;
  z-index: 21;
}
header .main-nav ul li a:hover:after,
header .main-nav ul li a:focus:after {
  width: 100%;
}
header .main-nav ul li:first-child {
  margin: 0;
}
header .main-nav ul li.other-auto ul.sub-menu {
  display: none;
  top: -200px;
  background-color: #fff;
  position: absolute !important;
  padding: 10px 0;
}
header .main-nav ul li.other-auto ul.sub-menu li {
  display: block;
  float: none;
  margin-left: 0 !important;
  line-height: 28px;
  font-size: 13px;
}
header .main-nav ul li.other-auto ul.sub-menu li a:before {
  display: none;
}
header .main-nav ul li.other-auto ul.sub-menu li a:after {
  display: none;
}
header .main-nav ul li.other-auto ul.sub-menu li a {
  padding: 0 27px;
  font-size: 13px;
}
header .main-nav ul li.other-auto:hover ul.sub-menu,
header .main-nav ul li.other-auto:focus ul.sub-menu {
  display: block;
  top: 50px !important;
  min-width: 175px;
}
header .main-nav ul li:hover .sub-menu,
header .main-nav ul li:focus .sub-menu {
  display: block;
  top: 50px;
}
header .main-nav ul li:hover .sub-menu a,
header .main-nav ul li:focus .sub-menu a {
  color: #222222;
}
header .main-nav ul li:hover .sub-menu a:hover,
header .main-nav ul li:focus .sub-menu a:hover {
  color: #3f7bcc;
}
header .main-nav ul div.sub-menu-big {
  width: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 15px;
  left: 0;
  z-index: 7; border-bottom:2px solid black}
header .main-nav ul div.sub-menu-big ul {
  padding: 0 5px;
}
header .main-nav ul div.sub-menu-big a {
  font-size: 14px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  line-height: 18px;
  padding: 0 5px;
}
header .main-nav ul div.sub-menu-big li {
  display: block;
  line-height: 28px;
}
header .main-nav ul div.sub-menu-big li a {
  font-size: 13px;
  font-family: 'helveticaneuecyrroman', sans-serif;
  padding: 0 0px;
}
header .main-nav ul div.sub-menu-big a:before {
  display: none;
}
header .main-nav ul div.sub-menu-big a:after {
  display: none;
}
header .main-nav ul li:hover div.sub-menu-big,
header .main-nav ul li:focus div.sub-menu-big {
  display: block;
}
header .main-nav ul li:hover div.sub-menu-big a,
header .main-nav ul li:focus div.sub-menu-big a {
  color: #222222;
}
header .main-nav ul li:hover div.sub-menu-big a:hover,
header .main-nav ul li:focus div.sub-menu-big a:hover {
  color: #3f7bcc;
}
.baner {
  background: no-repeat bottom center;
  min-height: 515px;
  background-size: cover;
  color: #ffffff;
}
.baner .container_wrap {
  display: table;
  height: 100%;
  width: 1170px;
  margin: 0 auto;
}
.baner .container_wrap #leftFit {
  display: none;
}
.baner .container_wrap .my_container_table {
  display: table-cell;
  vertical-align: middle;
}
.baner .container_wrap .content h3 {
  font-size: 120px;
  font-family: 'helveticaneuecyrbold', sans-serif;
}
.baner .container_wrap .content h3 span {
  font-family: 'helveticaneuecyrlight', sans-serif;
}
.baner .container_wrap .content p {
  font-size: 36px;
  font-family: 'helveticaneuecyrlight', sans-serif;
  border-left: 2px solid #212526;
  padding-left: 38px;
  margin-top: 10px;
}
.baner .container_wrap .content a {
  color: #fff;
  text-decoration: underline;
  padding-top: 20px;
  display: block;
  font-size: 14px;
}
.baner .container_wrap .content a:hover {
  text-decoration: none;
}
h2,
h1 {
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 36px;
  padding: 40px 0;
}
h2 span,
h1 span {
  font-family: 'helveticaneuecyrlight', sans-serif;
  display: block;
}
.system {
  background: url("../images/system_bg.png") no-repeat top center;
}
.system h2 {
  padding-bottom: 20px;
}
.system .left {
  max-width: 336px;
  float: right;
  display: inline-block;
}
.system .left ul {
  padding: 40px 20px 50px 35px;
}
.system .left ul li {
  display: block;
  height: 40px;
}
.system .left ul li span.icoico {
  display: inline-block;
  transition: all .5s ease;
  background-color: transparent;
  padding: 4px;
}
.system .left ul li a {
  color: #222222;
  text-decoration: none;
  transition: all .5s ease;
}
.system .left ul li a:hover {
  color: #3f7bcc;
  text-decoration: underline;
}
.system .left ul li a:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #ececec;
  margin: 0 5px 4px;
}
.system .left ul li:hover span.icoico {
  background-color: #3f7bcc;
  color: #ffffff;
}
.system .left ul li.active span.icoico {
  background-color: #3f7bcc;
  color: #ffffff;
}
.system .left ul li.active a {
  color: #3f7bcc;
  text-decoration: underline;
}
.system .right {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 40px;
  max-width: 837px;
}
.system .right a {
  text-decoration: none !important;
}
.system_single {
  padding-bottom: 0px !important;
}
.system_single ul {
  padding: 0 !important;
}
.about-wrap {
  background: url("../images/bg_mask_car2.jpg") no-repeat top right;
  min-height: 660px;
  background-size: contain;
  background-color: #000;
  overflow: hidden;
}
.about-wrap .about-left {
  width: 55%;
  background-color: #000;
  height: 100%;
  min-height: 660px;
}
.about-wrap .about-left .content {
  background: url("../images/mahanik.gif") no-repeat 65% 35px;
  min-height: 660px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.about-wrap .about-left .content h2 {
  color: #ffffff;
  padding: 75px 0;
}
.about-wrap .about-left .content .text {
  padding: 0 100px 100px;
}
.about-wrap .about-left .content .text p {
  padding-bottom: 50px;
}
.about-wrap .about-left .content .text a {
  color: #ffffff;
  text-decoration: underline;
  float: right;
  padding-right: 10px;
  padding-top: 40px;
}
.about-wrap .about-left .content .text a:after {
  content: '';
  display: inline-block;
  border: 4px solid transparent;
  border-left: 6px solid #ffffff;
  position: relative;
  right: -5px;
}
.about-wrap .about-left .content:before {
  content: '';
  width: 100%;
  background-color: #000;
  display: block;
  height: 100%;
  min-height: 660px;
  position: absolute;
  left: -100%;
  z-index: 1;
}
.services {
  background: url("../images/services.gif") no-repeat top center;
  padding-bottom: 50px;
  /* ul.left {
    li {
      span.ico {
        background-position: 0px -185px;
      }
    }
    li:hover {
      span.ico {
        background-position: -46px -185px;
      }
    }

    li + li {
      span.ico {
        background-position: 0px -148px;
      }
    }
    li + li:hover {
      span.ico {
        background-position: -46px -148px;
      }
    }

    li + li + li {
      span.ico {
        background-position: 0px -111px;
      }
    }
    li + li + li:hover {
      span.ico {
        background-position: -46px -111px;
      }
    }

    li + li + li + li {
      span.ico {
        background-position: 0px -74px;
      }
    }
    li + li + li + li:hover {
      span.ico {
        background-position: -46px -74px;
      }
    }

    li + li + li + li + li {
      span.ico {
        background-position: 0px -37px;
      }
    }
    li + li + li + li + li:hover {
      span.ico {
        background-position: -46px -37px;
      }
    }

    li + li + li + li + li + li {
      span.ico {
        background-position: 0px 0px;
      }
    }
    li + li + li + li + li + li:hover {
      span.ico {
        background-position: -46px 0px;
      }
    }
  }
  ul.center {
    li {
      span.ico {
        background-position: 0px -407px;
      }
    }
    li:hover {
      span.ico {
        background-position: -46px -407px;
      }
    }

    li + li {
      span.ico{
        background-position: 0px -370px;
      }
    }
    li + li:hover {
      span.ico {
        background-position: -46px -370px;
      }
    }

    li + li + li {
      span.ico {
        background-position: 0px -333px;
      }
    }
    li + li + li:hover {
      span.ico {
        background-position: -46px -333px;
      }
    }

    li + li + li + li {
      span.ico {
        background-position: 0px -296px;
      }
    }
    li + li + li + li:hover {
      span.ico {
        background-position: -46px -296px;
      }
    }

    li + li + li + li + li {
      span.ico {
        background-position: 0px -259px;
      }
    }
    li + li + li + li + li:hover {
      span.ico {
        background-position: -46px -259px;
      }
    }

    li + li + li + li + li + li {
      span.ico {
        background-position: 0px -222px;
      }
    }
    li + li + li + li + li + li:hover {
      span.ico {
        background-position: -46px -222px;
      }
    }
  }
  ul.right {
    li {
      span.ico {
        background-position: 0px -592px;
      }
    }
    li:hover {
      span.ico {
        background-position: -46px -592px;
      }
    }

    li + li {
      span.ico {
        background-position: 0px -555px;
      }
    }
    li + li:hover {
      span.ico {
        background-position: -46px -555px;
      }
    }

    li + li + li {
      span.ico {
        background-position: 0px -518px;
      }
    }
    li + li + li:hover {
      span.ico {
        background-position: -46px -518px;
      }
    }

    li + li + li + li {
      span.ico {
        background-position: 0px -481px;
      }
    }
    li + li + li + li:hover {
      span.ico {
        background-position: -46px -481px;
      }
    }

    li + li + li + li + li {
      span.ico {
        background-position: 0px -444px;
      }
    }
    li + li + li + li + li:hover {
      span.ico {
        background-position: -46px -444px;
      }
    }
  }*/
}
.services h2 {
  padding: 29px 0;
}
.services ul {
  width: 33%;
  display: inline-block;
  float: left;
}
.services ul li {
  display: table;
  width: 100%;
  padding: 20px;
  background: transparent;
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-in-out;
  border-top: 1px solid #f5f5f5;
  min-height: 81px;
}
.services ul li span.ico {
  display: table-cell;
  width: 46px;
  height: 37px;
  background: url("../images/sprite_ico.png") no-repeat 0 0;
}
.services ul li a {
  color: #222222;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 20px;
}
.services ul li:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.services ul li:hover,
.services ul li:focus {
  background-color: #3f7bcc;
}
.services ul li:hover span.ico,
.services ul li:focus span.ico {
  background: url("../images/sprite_ico.png") no-repeat -46px 0;
}
.services ul li:hover a,
.services ul li:focus a {
  color: #ffffff;
}
.services ul.left li:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #e4e4e4;
  width: 20px;
  height: 2px;
  z-index: 1;
}
.services ul.left li:hover:before {
  display: none;
}
.model {
  background: url("../images/model_bg.gif") no-repeat top center;
}
.model h2 {
  position: relative;
  padding: 28px 0;
}
.model .items {
  padding: 0 8px;
}
.model .item {
  position: relative;
  text-align: center;
  width: 171px;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  margin: 0px 9px;
  padding: 75px 0 15px;
  min-height: 226px;
  border-top: 2px solid #f5f5f5;
  transition: all 0.3s ease-in;
  text-decoration: none;
  margin-bottom: 15px;
}
.model .item .number {
  position: absolute;
  font-size: 120px;
  z-index: 1;
  font-family: 'helveticaneuecyrbold', sans-serif;
  color: #f5f5f5;
  top: 0;
  left: 0;
}
.model .item img {
  width: auto;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  top: 0;
  left: 0;
}
.model .item h5 {
  font-family: 'open_sansbold', sans-serif;
  padding-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  text-align: left;
}
.model .item p {
  padding-left: 15px;
  text-align: left;
}
.model .item:hover {
  background: #f5f5f5;
  border-top: 2px solid #3f7bcc;
}
.model .item:hover .number {
  color: #fff;
}
.model .item:hover:before,
.model .item:focus:before {
  content: '';
  background: #f5f5f5 url("../images/line_head.png");
  width: 17px;
  height: 19px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  display: block;
  top: -2px;
}
.other_servise .baner_block {
  background: url("../images/other_servise.webp") no-repeat top center;
  min-height: 404px;
  margin-top: 65px;
  overflow: hidden;
}
.other_servise .baner_block h2 {
  position: relative;
  top: 286px;
  background-color: #ffffff;
  display: inline-block;
  padding: 40px 50px 0 0;
}
.other_servise .baner_block h2:before {
  content: '';
  position: absolute;
  left: -100%;
  background-color: #ffffff;
  width: 100%;
  height: 118px;
  display: block;
  top: 0;
}
.other_servise .content {
  padding: 55px 0;
}
.other_servise .content .text {
  padding: 0 50px 0 0;/*100px*/
  line-height: 1.7;
  color: #555555;
}
.other_servise .content .video {
  /*width: 230px;*/
  margin: 0 auto;
  font-size: 16px;
  display: block;
  color: #222222;
}
.other_servise .content .video h5 {
  font-family: 'open_sansbold', sans-serif;
  padding-top: 10px;
  font-size: 16px;
}
.news {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.news h2 {
  padding: 0;
}
.news .owl-carousel {
  position: relative;
  padding-top: 40px;
}
.news .owl-carousel .item {
  background-color: #fff;
}
.news .owl-carousel .item .single-news {
  width: 50%;
  float: none;
  display: inline-block;
  padding: 25px 15px 25px 44px;
  min-height: 224px;
  background-color: #ffffff;
}
.news .owl-carousel .item .single-news span {
  color: #555555;
  font-size: 12px;
  display: block;
}
.news .owl-carousel .item .single-news a {
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  color: #222222;
  padding: 10px 0 12px;
  display: block;
}
.news .owl-carousel .item .single-news p {
  color: #555;
  font-size: 12px;
}
.news .owl-carousel .item .item_img {
  width: 50%;
  float: right;
  padding-left: 15px; 
}
.news .owl-carousel .owl-controls {
  position: absolute;
  top: -25px;
  right: 0;
}
.news .owl-carousel .owl-controls .owl-dots {
  text-align: right;
}
.news .owl-carousel .owl-controls .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #c4c4c4;
  border: 4px solid transparent;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
  text-align: right;
  margin-left: 7px;
}
.news .owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #fff;
  border: 4px solid #3f7bcc;
  width: 14px;
  height: 14px;
  margin-bottom: 0px;
}
.news .right a.all {
  color: #3f7bcc;
  text-align: right;
  width: 100%;
  display: block;
  padding-top: 10px;
  font-family: 'helveticaneuecyrbold', sans-serif;
}
.news .right a.all_hiden {
  display: none;
  color: #3f7bcc;
  text-align: right;
  width: 100%;
  padding-top: 10px;
  font-family: 'helveticaneuecyrbold', sans-serif;
}
.news .right .arhiv-news {
  padding: 60px 0 0 60px;
}
.news .right .arhiv-news .item {
  padding-bottom: 30px;
}
.news .right .arhiv-news .item span {
  font-size: 12px;
  color: #555555;
}
.news .right .arhiv-news .item a {
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  color: #222222;
  padding: 10px 0 15px;
  display: block;
}
footer {
  min-height: 265px;
  font-family: 'helveticaneuecyrroman', sans-serif;
  background-color: #000;
  color: #ffffff;
  padding-top: 50px;
}
footer .logo {
  width: 257px;
  display: block;
  float: left;
}
footer p.top {
  color: #3f7bcc;
  font-family: 'open_sansregular', sans-serif;
}
footer a.top {
  color: #3f7bcc;
  font-family: 'open_sansregular', sans-serif;
}
footer p.grey {
  color: #999999;
  font-size: 13px;
}
footer p.text {
  font-size: 24px;
}
footer .phone {
  display: block;
  width: 240px;
  float: left;
  padding-left: 45px;
  margin-left: 277px;
  line-height: 1.6;
  padding-bottom: 10px;
  background: url("../images/footer_ico_phone.png") no-repeat 0 20px;
}
footer .adres {
  display: block;
  float: right;
  width: 300px;
  padding-left: 50px;
  background: url("../images/footer_ico_loc.png") no-repeat 0 20px;
  line-height: 1.7;
}
footer .adres p.text {
  font-size: 16px;
}
footer .adres .mail {
  padding: 10px 0 15px;
}
/*======== contact ========*/
.contact .left h6 {
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 16px;
  padding-left: 50px;
}
.contact .left p {
  padding: 15px 0 15px 50px;
  font-size: 15px;
  color: #555;
}
.contact .left p span.text {
  line-height: 30px;
}
.contact .left p span.block {
  display: block;
}
.contact .left i {
  display: block;
  float: left;
  margin-left: -50px;
  width: 30px;
  height: 30px;
  background: transparent url("../images/contact_ico.png") no-repeat;
}
.contact .left i.loc {
  background-position: 0 0;
}
.contact .left i.phone {
  background-position: 0 -30px;
}
.contact .left i.clock {
  background-position: 0 -60px;
}
.contact .left i.tg {
  background-position: 0 -90px;
}
.contact .left i.skype {
  background-position: 0 -120px;
}
.contact .left i.alarm {
  background-position: 0 -150px;
}
.contact .left i.whatsapp {
  background-position: 0 -180px;
}
.contact .left i.insta {
  background-position: 0 -210px;
}
.contact .left i.email {
  background-position: 0 -240px;
}
.contact .left .bottom {
  border-top: 2px solid #f2f3f2;
}
.contact .left .bottom h6 {
  padding: 20px 0 20px 50px;
  line-height: 30px;
}
.contact .left b {
  font-weight: normal;
}
.contact .left b + b {
  padding-left: 35px;
}
.contact .right {
  position: relative;
}
.contact .right h3 {
  padding: 40px 20px 0;
  position: absolute;
  display: inline-block;
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 36px;
  background-color: #fff;
  left: 50px;
}
.contact .right form {
  border: 2px solid #f2f3f2;
  padding: 40px 65px;
  margin-top: 60px;
}
.contact .right form .form-inline {
  margin-bottom: 30px;
}
.contact .right form .form-inline .form-group + .form-group {
  float: right;
}
.contact .right form .form-group label {
  display: block;
  color: #999999;
}
.contact .right form .form-group input {
  border: none;
  font-family: 'helveticaneuecyrlight', sans-serif;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #222222;
  border-radius: 0px;
  font-size: 24px;
  color: #222222;
  max-width: 199px;
  padding: 0;
  line-height: 40px;
}
.contact .right form .form-group textarea {
  border: none;
  font-family: 'open_sansregular', sans-serif;
  font-style: normal;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #222222;
  border-radius: 0px;
  font-size: 14px;
  color: #222222;
  width: 100%;
  padding: 0;
  line-height: 25px;
  height: 52px;
}
.contact .right form .btn {
  background: transparent;
  border-radius: 0;
  border: 2px solid #222222;
  display: block;
  width: 225px;
  margin: 30px auto 0;
  line-height: 35px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
}
.map {
  margin: 20px 0;
}
.map #map {
  border: 1px solid #e6e6e6;
}
/*======== end contact ========*/
/*========     type ========*/
.other_baneer {
  min-height: 302px;
/*  height: 291px;*/
  background: top center no-repeat;
}
                  
.other_baneer .shadow {
  min-height: 302px;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #040404;
  background: -moz-linear-gradient(top, #040404 0%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #040404), color-stop(90%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #040404 0%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #040404 0%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #040404 0%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #040404 0%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040404', endColorstr='#ffffff', GradientType=0);
}
.other_baneer .content .my_breadcrumb {
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
  padding: 20px 0;
}
.other_baneer .content .my_breadcrumb a,
.other_baneer .content .my_breadcrumb span {
  color: #ffffff;
}
.other_baneer .content .my_breadcrumb span {
  padding: 0 5px;
}
.other_baneer .content .my_breadcrumb p {
  color: #676767;
  display: inline-block;
}
.other_baneer .content h1,
.other_baneer .content h2 {
  font-family: 'helveticaneuecyrbold', sans-serif;
  color: #ffffff;
  font-size: 60px;
  padding: 70px 0 40px;
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.75);
}
.other_baneer .content h1 span,
.other_baneer .content h2 span {
  display: block;
  font-family: 'helveticaneuecyrroman', sans-serif;
}
.type_page {
  font-family: 'open_sansregular', sans-serif;
  color: #555;
}
.type_page h4 {
  padding: 10px 0;
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', sans-serif;
}
.type_page h4 span {
  display: block;
  font-size: 18px;
  font-family: 'helveticaneuecyrroman', sans-serif;
}
.type_page h2 {
  padding: 40px 0 65px;
  color: #222222;
}
.type_page .position_img {
  position: relative;
}
.type_page .position_img p {
  position: absolute;
  background-color: #fff;
  top: -65px;
  z-index: 2;
  max-width: 625px;
  padding: 35px 35px 35px 0;
}
.type_page .block_quote_1 p {
  position: relative;
  padding: 50px 80px;
  font-size: 18px;
  overflow: hidden;
}
.type_page .block_quote_1 p:before {
  content: '\201c';
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -2px;
  font-family: 'Times New Roman';
  font-size: 160px;
  color: #3f7bcc;
}
.type_page .img2 {
  max-width: 695px;
}
.type_page .text-box_wrap {
  position: relative;
  width: 300px;
  /* min-height: 200px; */
  bottom: 94px;
  right: -150px;
  background-color: #fff;
  float: right;
}
.type_page .text-box_wrap .text-box {
  height: 180px;
}
.type_page .text-box_wrap .text-box p {
  font-family: 'Times New Roman';
  font-style: italic;
  padding: 50px 70px 0;
  font-size: 18px;
  position: relative;
  top: -25px;
}
.type_page .text-box_wrap .text-box p:before {
  content: '\201c';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 42px;
  font-size: 72px;
  color: #3f7bcc;
}
.type_page .text-box_wrap .text-box span {
  color: #999;
  display: block;
  text-align: right;
  padding: 0px 20px 0px 0;
}
.type_page ul {
  padding-top: 20px;
}
.type_page ul li {
  position: relative;
  padding: 0px 0 20px 64px;
}
.type_page ul li:before {
  content: '';
  position: absolute;
  left: 32px;
  top: 6px;
  display: inline-block;
  border: 4px solid transparent;
  border-left: 8px solid #3f7bcc;
}
.type_page p.clear {
  clear: both;
}
.type_page h3 {
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 36px;
  color: #222222;
  padding: 20px 0;
}
.type_page .my_table table {
  vertical-align: middle;
}
.type_page .my_table table tr {
  vertical-align: middle;
}
.type_page .my_table table td {
  vertical-align: middle;
}
.type_page .my_table table th {
  color: #222222;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  vertical-align: middle;
  text-align: center;
}
.type_page .form-horizontal .form-group {
  padding-bottom: 30px;
}
.type_page .form-horizontal .form-group.form-radio .radio {
  position: relative;
}
.type_page .form-horizontal .form-group.form-radio .radio label {
  padding-left: 110px;
}
.type_page .form-horizontal .form-group.form-radio .radio label input {
  opacity: 0;
}
.type_page .form-horizontal .form-group.form-radio .radio label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #e9e9e9;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 8px;
  left: 60px;
  transition: all .2s ease;
}
.type_page .form-horizontal .form-group.form-radio .radio label:hover:before {
  -webkit-box-shadow: 0px 0px 2px 2px #f1f1f1;
  -moz-box-shadow: 0px 0px 2px 2px #f1f1f1;
  box-shadow: 0px 0px 2px 2px #f1f1f1;
}
.type_page .form-horizontal .form-group.form-radio .my-checkbox label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid #222222;
  background-color: transparent;
  display: block;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 9px;
  left: 61px;
  transition: all .2s ease;
}
.type_page .form-horizontal .form-group.form-checkbox .checkbox {
  position: relative;
}
.type_page .form-horizontal .form-group.form-checkbox .checkbox label {
  padding-left: 110px;
}
.type_page .form-horizontal .form-group.form-checkbox .checkbox label input {
  opacity: 0;
}
.type_page .form-horizontal .form-group.form-checkbox .checkbox label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #e9e9e9;
  background-color: transparent;
  display: block;
  border-radius: 2px;
  opacity: 1;
  position: absolute;
  top: 8px;
  left: 60px;
  transition: all .5s ease;
}
.type_page .form-horizontal .form-group.form-checkbox .my-checkbox label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #222222;
  display: block;
  opacity: 1;
  position: absolute;
  top: 9px;
  left: 60px;
  background: #222222 url("../images/checked.png") no-repeat 1px 1px;
  transition: all .2s ease;
}
.other_single {
  margin-bottom: 50px;
}
.other_single .position_img {
  padding: 35px 35px 35px 0;
  display: inline-block;
  bottom: -70px;
  position: relative;
  background: white;
  width: 70%;
  margin-top: -70px;
}
.other_single blockquote {
  border: none;
}
.other_single blockquote p {
  position: relative;
  padding: 50px 80px;
  font-size: 18px;
  overflow: hidden;
}
.other_single blockquote p:before {
  content: '\201c';
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -2px;
  font-family: 'Times New Roman';
  font-size: 160px;
  color: #3f7bcc;
}
.other_single .block_quote_mini {
  position: relative;
  width: 300px;
  bottom: 94px;
  right: 0px;
  background-color: #fff;
  float: right;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 18px;
  padding: 45px 70px 0;
  margin-bottom: -70px;
}
.other_single .block_quote_mini em {
  color: #999;
  display: block;
  text-align: right;
  padding: 20px 0 0 0;
  position: relative;
  right: -40px;
}
.other_single .block_quote_mini:before {
  content: '\201c';
  display: inline-block;
  position: absolute;
  top: 0px;
  font-family: 'Times New Roman';
  left: 35px;
  font-size: 72px;
  color: #3f7bcc;
}
.other_single .block_quote_mini:after {
  content: '';
  clear: both;
}
.other_single .clear {
  clear: both;
}
.other_single h1,
.other_single h2 {
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 36px;
}
.other_single h1 span,
.other_single h2 span {
  font-family: 'helveticaneuecyrlight', sans-serif;
}
.accordion-wrap .accordion-tugle {
  display: none;
}
.side-bar {
  padding: 0 12px;
  /**
   * Submenu
   -----------------------------*/
}
.side-bar .accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side-bar .accordion li.link {
  background: #f5f5f5;
}
.side-bar .accordion li.link .sub-menu {
  display: none;
  background: #ffffff;
  font-size: 14px;
  font-family: 'helveticaneuecyrroman', sans-serif;
}
.side-bar .accordion li.link .sub-menu li {
  border: none;
  background: #ffffff;
}
.side-bar .accordion li.link .sub-menu li a {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 17px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: none;
  font-family: 'helveticaneuecyrroman', sans-serif;
  font-size: 14px;
}
.side-bar .accordion li.link .sub-menu li a:hover {
  color: #3f7bcc;
}
.side-bar .accordion li.link .sub-menu li a:before {
  display: none !important;
}
.side-bar .accordion li.link a {
  cursor: pointer;
  display: block;
  padding: 17px 40px 17px 15px;
  color: #222222;
  font-family: 'open_sansbold', sans-serif;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
.side-bar .accordion li.link a:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 23px;
  display: inline-block;
  border: 4px solid transparent;
  border-left: 8px solid #d5d5d5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-bar .accordion li.open {
  background: #ffffff;
}
.side-bar .accordion li.open a {
  color: #3f7bcc;
  border-bottom: 1px solid #f5f5f5;
}
.side-bar .accordion li.open a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-bar .sub-menu {
  display: none;
  background: #ffffff;
  font-size: 14px;
  font-family: 'helveticaneuecyrroman', sans-serif;
}
.side-bar .sub-menu li {
  border: none;
  background: #ffffff;
}
.side-bar .sub-menu li a {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 17px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.side-bar .sub-menu li a:hover {
  color: #3f7bcc;
}
.side-bar .sub-menu li a:before {
  display: none !important;
}
.side-bar .info-block {
  margin: 20px 0;
}
.side-bar .info-block h4 {
  color: #ffffff;
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 18px;
  background-color: #000;
  padding: 18px 0 18px 25px;
}
.side-bar .info-block1 {
  margin-bottom: 20px;
}
.side-bar .info-block1 img {
  display: inline;
}

.side-bar .info-block1 h4 {
  color: #ffffff;
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 18px;
  background-color: #000000;
  padding: 18px 0 18px 25px;
}
.side-bar .info-block ul {
  padding: 20px 60px;
}
.side-bar .info-block ul li {
  text-align: center;
  padding-top: 20px;
}
.side-bar .info-block ul li a {
  display: inline;
}
.help-padding {
  margin: 70px 0;
}
.position_img_title {
  margin-top: 40px;
}
.services_arsi p {
  padding: 15px 0;
}
.services_arsi {
  padding-bottom: 0px;
}
.services_arsi .left {
  max-width: 100%;
  float: none;
  display: block;
}
.services_arsi .left ul {
  width: 100%;
  display: block;
  padding: 0;
}
.services_arsi .left ul li {
  height: auto;
  padding: 10px 0;
  float: left;
  display: inline-block;
  width: 33.3%;
  font-size: 16px;
  font-family: 'helveticaneuecyrbold', sans-serif;
}
.services_arsi .left ul li .sub {
  display: inline-block;
}
.services_arsi .left ul li .sub li {
  display: block;
  float: none;
  width: 100%;
  padding-left: 20px;
  font-family: 'helveticaneuecyrroman', sans-serif;
}
.services_arsi .left ul li .sub li a:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3f7bcc;
  margin: 0 13px 2px;
}
.services_arsi .left ul li:before {
  display: none;
}
.wpcf7-not-valid-tip {
  display: block;
  border: 1px solid #fff4f4;
  margin: 5px 0;
  padding: 5px;
  font-size: 13px;
  color: #d98e8e;
}
.wpcf7-validation-errors {
  display: block;
  border: 1px solid #fff4f4;
  margin: 5px 0;
  padding: 5px;
  font-size: 13px;
  color: #d98e8e;
}
.wpcf7 .wpcf7-submit:disabled {
    background-color: #cccccc;
}
.screen-reader-response {
  display: none !important;
}
.other_single p {
  padding: 6px 0;
}
.other_single p strong {
  font-family: 'helveticaneuecyrbold', sans-serif;
  font-size: 16px;
}
.other_single table {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0;
}
.other_single table tr td {
  vertical-align: middle;
  padding: 10px;
}
.other_single table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.type_for_img {padding-top:20px}
.type_for_img img {
  width: auto;
  max-width: 840px;
  height: auto;
}
.type_for_img p {
  padding: 10px 0;
}
.type_for_img table {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0;
}
.type_for_img table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.type_for_img table tr td {
  vertical-align: middle;
  padding: 10px;
}
.type_for_img .alignleft {
  float: left;
  padding: 10px 10px 10px 0px;
}
.type_for_img .alignright {
  float: right;
  padding: 10px 0px 10px 10px;
}
.type_for_img .aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}
@media (max-width: 886px) {
  .type_for_img img {
    width: 100%;
    height: auto;
  }
  .type_for_img .alignleft {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }
  .type_for_img .alignright {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }
  .type_for_img .aligncenter {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }
  .type_for_img span.sm-img img {
    width: auto;
  }
}
/*======== end type ========*/
.arсhiv_type_page .services {
  background: none;
}
.arсhiv_type_page .services ul {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}
.arсhiv_type_page .services ul li {
  width: 48%;
  float: left;
}
.arсhiv_type_page .services ul li span.ico {
  background-position: 0px 0px !important;
}
.arсhiv_type_page .services ul li:hover span.ico {
  background-position: -46px 0px !important;
}
.arсhiv_type_page .services ul li:nth-child(2n) {
  margin-left: 2%;
}
.arсhiv_type_page .services ul li:last-child {
  border-bottom: none;
}
.arсhiv_type_page .news {
  clear: both;
  background-color: transparent;
}
.arсhiv_type_page .arhiv-news .item {
  padding: 20px 15px;
  min-height: 490px;
  margin: 20px 0;
}
.arсhiv_type_page .arhiv-news .item .item_img {
  width: 100%;
  height: 200px;
  display: block;
}
.arсhiv_type_page .arhiv-news .item .item_img img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.arсhiv_type_page .arhiv-news .item:hover {
  background-color: #f5f5f5;
}
.arсhiv_type_page .arhiv-news .item .single-news {
  padding: 10px 0 0;
}
.arсhiv_type_page .arhiv-news .item .single-news span {color: #555555;
  font-size: 12px;
  display: inline;
 }
.arсhiv_type_page .arhiv-news .item .single-news a {
  font-size: 18px;
  font-family: 'helveticaneuecyrbold', sans-serif;
  color: #222222;
  padding: 10px 0 12px;
  display: block;
  text-decoration: none;
}
.arсhiv_type_page .arhiv-news .item .single-news a:hover {
  color: #3f7bcc;
}
.arсhiv_type_page .arhiv-news .item .single-news p {
  color: #555;
  font-size: 14px;
}
@media (max-width: 1199px) {
  header .phone {
    margin-left: 120px;
  }
  header .main-nav ul li a {
    padding: 0 27px;
  }
  footer .phone {
    margin-left: 120px;
  }
  .baner .container_wrap {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .services ul {
    width: 100%;
  }
  .services ul li {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .services ul.left li:before {
    display: none;
  }
  .model .item {
    margin: 0px 6px;
  }
  .system {
    padding-bottom: 20px;
  }
  .system .left {
    max-width: 100%;
    width: 100%;
  }
  .system .left ul {
    padding: 20px 0;
  }
  .system .left ul li {
    width: 50%;
    float: left;
  }
  .system .right {
    margin-top: 20px;
    max-width: 100%;
    padding-bottom: 15px;
    width: 100%;
  }
  .system .right #bmw-interactive {
    margin: 0 auto;
  }
  .news .owl-carousel .item .single-news {
    padding: 12px;
    min-height: 184px;
  }
  .news .owl-carousel .item .single-news a {
    padding: 5px;
  }
  .news .right .arhiv-news {
    padding: 60px 0 0 30px;
  }
  .contact .left b {
    display: block;
    padding-left: 35px;
  }
  .contact .right form {
    padding: 40px 20px;
  }
  .type_page .text-box_wrap {
    position: relative;
    width: 100%;
    min-height: 0px;
    bottom: 94px;
    right: -150px;
    background-color: #fff;
    float: left;
    left: 0;
  }
  .type_page .text-box_wrap .text-box {
    height: 100px;
  }
  .type_page .text-box_wrap .text-box span {
    padding: 0px 100px 0px 0;
  }
  .type_for_img img {
    width: auto;
    max-width: 640px;
    height: auto;
  } 
}
@media (max-width: 991px) {
  .my_container {
    width: 100%;
  }
  footer .phone {
    margin-left: 0px;
    float: right;
    margin-right: 38px;
  }
  footer .adres {
    width: auto;
  }
  footer .logo {
    padding-top: 50px;
  }
  .model .item {
    margin: 0px 3px;
  }
  .other_servise .content .text {
    padding-left: 0px;
  }
  .news .right a.all {
    display: none;
  }
  .news .right a.all_hiden {
    float: left;
    text-align: left;
    display: block;
    padding-top: 0px;
  }
  .news .right .arhiv-news {
    padding: 60px 0 0 0px;
  }
  .news .right .arhiv-news .item {
    width: 50%;
    float: left;
  }
  .news .owl-carousel .item .single-news {
    min-height: 216px;
  }
  .about-wrap .about-left {
    width: 90%;
  }
  .contact .left b {
    display: inline-block;
    padding-left: 0px;
  }
  .contact .right h3 {
    top: -65px;
  }
  .contact .right form .form-inline .form-group {
    width: 42%;
  }
  .contact .right form .form-inline .form-group input {
    max-width: 287px;
    width: 100%;
  }
  .side-bar .info-block {
    display: none;
  }
  .side-bar .baner-sidebar {
    display: none;
  }
  .side-bar .accordion {
    display: none;
    max-width: 100%;
    margin-top: 0;
  }
  .side-bar .accordion-wrap .accordion-tugle {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    padding: 17px 40px 17px 15px;
    margin: 30px 0px;
    font-family: 'helveticaneuecyrbold', sans-serif;
    font-size: 16px;
    background-color: #eee;
    position: relative;
  }
  .side-bar .accordion-wrap .accordion-tugle div {
    font-style: normal;
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-block;
    border: 4px solid transparent;
    border-left: 8px solid #d5d5d5;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .side-bar .accordion-wrap .accordion-tugle.parent-open {
    background-color: #f5f5f5;
    margin-bottom: 30px;
  }
  .side-bar .accordion-wrap .accordion-tugle.parent-open div {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .arсhiv_type_page .arhiv-news .item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 966px) {
  header .phone {
    margin-left: 60px;
  }
  header .main-nav ul li a {
    padding: 0 20px;
  }
}
@media (max-width: 886px) {
  header .phone {
    display: none;
  }
  header .main-nav {
    display: none;
  }
  header .adres {
    display: none;
  }
  header .cd-primary-nav-trigger {
    display: block;
    margin-top: 20px;
    z-index: 100;
  }
  header .cd-primary-nav li.line {
    background: #e6e6e6;
    width: 100%;
    height: 2px;
    margin: 10px 0;
  }
  header .cd-primary-nav .phone_new {
    display: block;
    width: 240px;
    padding-left: 45px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  header .cd-primary-nav .phone_new p {
    text-align: left;
  }
  header .cd-primary-nav .adres_new {
    display: block;
    width: 300px;
    padding-left: 45px;
    line-height: 1.7;
  }
  header .cd-primary-nav .adres_new p {
    text-align: left;
  }
  header .cd-primary-nav .adres_new p.text {
    font-size: 16px;
  }
  .baner {
    background-position: 30% 0;
  }
  .about-wrap .about-left .content:after {
    content: '';
    width: 100%;
    background-color: #000;
    display: block;
    height: 100%;
    min-height: 660px;
    position: absolute;
    right: -100%;
    z-index: 1;
    top: 0;
  }
  .type_for_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .baner .container_wrap .content h3 span {
    display: block;
  }
}
@media (max-width: 767px) {
  .baner .container_wrap .content h3 {
    font-size: 60px;
    padding-left: 38px;
  }
  .baner .container_wrap .content p {
    font-size: 28px;
    border-left: none;
  }
  .other_servise .content {
    padding: 55px 0 0 0;
  }
  .other_servise .content .video {
    margin: 40px auto;
  }
  .contact .right h3 {
    top: -65px;
  }
  .contact .right form .form-inline .form-group {
    display: inline-block;
    width: 46%;
  }
  .contact .right form .form-inline .form-group input {
    max-width: 287px;
    width: 100%;
  }
}
@media (max-width: 744px) {
  .model .items .item {
    width: 33%;
    margin: 0;
    text-align: center;
    float: left;
  }
  .model .items .item h5 {
    text-align: center;
  }
  .model .items .item p {
    text-align: center;
  }
  .news .right .arhiv-news .item {
    width: 100%;
    float: left;
  }
  .news .owl-carousel .item .single-news {
    width: 100%;
    min-height: auto;
    padding: 25px;
  }
  .news .owl-carousel .item .item_img {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .services ul li {
    width: 100%;
  }
  .about-wrap .about-left .content h2 {
    padding: 40px 0;
  }
  .about-wrap .about-left .content .text {
    padding: 0 75px 75px;
  }
  .type_page .position_img img {
    position: relative;
    top: 65px;
  }
  .type_page .block_quote_1 p {
    padding: 100px 80px 50px;
  }
  .type_page .block_quote_1 p:before {
    top: 15px;
  }
  .type_page .img2 img {
    top: 0;
  }
  .type_page .img2 .text-box_wrap {
    bottom: 50px;
  }
  .type_page .img2 .text-box_wrap .text-box p:before {
    top: 20px;
    left: 20px;
  }
  .type_page .form-horizontal .form-group.form-radio .radio label {
    padding-left: 50px;
    padding-right: 15px;
  }
  .type_page .form-horizontal .form-group.form-radio .radio label:before {
    top: 8px;
    left: 18px;
  }
  .type_page .form-horizontal .form-group.form-checkbox .checkbox label {
    padding-left: 50px;
    padding-right: 15px;
  }
  .type_page .form-horizontal .form-group.form-checkbox .checkbox label:before {
    top: 8px;
    left: 18px;
  }
  .arсhiv_type_page .arhiv-news .item {
    width: auto;
    float: none;
  }
  .arсhiv_type_page .arhiv-news .item .item_img img {
    width: auto;
  }
  .arсhiv_type_page .arhiv-news .item .single-news {
    max-width: 360px;
    margin: 0 auto;
  }
  .arсhiv_type_page .services ul li {
    width: 100%;
  }
}
@media (max-width: 590px) {
  footer {
    padding: 20px 0;
  }
  footer .logo {
    display: block;
    padding-top: 20px;
    text-align: center;
    float: none;
    width: 100%;
  }
  footer .logo img {
    width: auto;
  }
  footer .phone {
    float: none;
    margin: 25px auto;
    width: 290px;
  }
  footer .adres {
    float: none;
    margin: 0 auto;
    max-width: 290px;
  }
  .other_servise .baner_block {
    background-position: 70% 0;
  }
  .type_page .position_img img {
    top: 0;
  }
  .type_page .position_img p {
    position: relative;
    top: 0;
  }
  .type_page .block_quote_1 {
    position: relative;
    top: 3px;
    background: #fff;
  }
  .type_page .block_quote_1 p:before {
    top: -30px;
    font-size: 100px;
  }
  .type_page .block_quote_1 p {
    padding: 20px 20px 20px 50px;
  }
  .type_page .block_quote_1 p:after {
    content: '';
    clear: both;
  }
}
@media (max-width: 572px) {
  .contact .left b {
    display: inline-block;
    padding-left: 35px;
  }
}
@media (max-width: 520px) {
  .baner .container_wrap .content h3 span {
    display: block;
  }
  .baner .container_wrap .content p {
    padding: 20px 0 20px 38px;
  }
  .system .left ul li {
    width: 100%;
  }
  .model .items .item {
    width: 50%;
  }
  .about-wrap .about-left {
    width: 105%;
  }
  .contact .right form .form-inline .form-group {
    display: block;
    width: 100%;
  }
  .contact .right form .form-inline .form-group input {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 486px) {
  .type_page .text-box_wrap .text-box p {
    padding: 20px 40px 0;
  }
  .type_page .img2 .text-box_wrap {
    bottom: 40px;
  }
  .type_page .img2 .text-box_wrap .text-box p:before {
    top: -10px;
    left: -4px;
  }
}
@media (max-width: 440px) {
  .contact .left b {
    display: inline-block;
    padding-left: 0px;
  }
  .contact .left b + b {
    padding-left: 0px;
  }
}
@media (max-width: 430px) {
  .about-wrap .about-left .content .text {
    padding: 0 15px 15px;
  }
  header {
    min-height: 51px;
    padding-top: 6px;
  }
  header span.patch.active {
    position: absolute;
    top: -25px;
    left: -8px;
    right: 0;
    height: 52px;
    background: #fff;
    z-index: 33;
    padding-top: 17px;
    box-sizing: content-box;
    padding-left: 15px;
  }
  header span.patch.active .logo {
    margin: 8px;
  }
  header .logo {
    width: 150px;
  }
  header .cd-primary-nav-trigger {
    margin-top: 7px;
  }
  .contact .right h3 {
    font-size: 27px;
    left: 35px;
  }
}
@media (max-width: 390px) {
  .about-wrap .about-left .content .text {
    padding: 0 30px 0 10px;
  }
  .about-wrap .about-left .content .text p {
    text-align: justify;
  }
  .about-wrap .about-left .content .text a {
    padding-top: 0;
  }
  .arсhiv_type_page .arhiv-news .item {
    min-height: auto;
    width: auto;
    float: none;
  }
  .arсhiv_type_page .arhiv-news .item .item_img {
    width: 100%;
    height: auto;
    display: block;
  }
  .arсhiv_type_page .arhiv-news .item .item_img img {
    width: 100%;
  }
  .arсhiv_type_page .arhiv-news .item .single-news {
    max-width: 360px;
    margin: 0 auto;
  }
}

.row2{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row2 .item2{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.searchform {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.flexbox { width: 100%; display: table; padding: 1em 1em 0 1em; }
.flexbox div { display: table-cell; width: 100%; }
.flexbox input { width: 100%; }
.flexbox button { white-space: nowrap; margin: 0 0 0 1em; }

#s {
border: #3F7BCC 1px solid; 
color: #000000;
height: 1.2em; 
padding: 0;
width: 100%;
min-width: 100%;
}
#searchsubmit {
border: 0 none;
cursor: pointer;
height: 2em; 
margin: 0; 
width: 5em;
background: #3F7BCC; 
color: #ffffff; 
border-radius: 3px;
}

h2.woocommerce-loop-product__title {
    font-size: 1.5em;
    font-weight: 100;
    margin: 0;
    padding: 0.5em 0 0 0;
}

.product {
    padding-bottom: 2em;
}

.price {
    font-size: 1.5em;
    font-weight: 100;
    margin-top: 0;
    color: green;
}

.summary .price {
    font-size: 2.5em;
    font-weight: 100;
}

a.woocommerce-LoopProduct-link {
    color: #333333;
    text-decoration: none;
}

.woocommerce-breadcrumb {
    padding-top:20px;
    padding-bottom:20px;
}
.woocommerce-breadcrumb a{
   
   color:#555555;
   text-decoration:underline;
}
.woocommerce-breadcrumb a:hover{
   
   color:#000000;
   text-decoration:none;
}

.summary h1 {
   margin: 0;
   padding-bottom: 0;
}
.posted_in {
   display: block;
}

.related h3 {
   padding: 1.5em 0;
}

.pricy {
    font-size: 200%;
    color: #3F7BCC;
} 

.pricygray {
    font-size: 200%;
    color: #999999;
} 

.pricy_invert {
    font-size: 200%;
    background-color: #3F7BCC;
    color: #FFFFFF;
    padding: 0px 10px;
    border-radius: 5px;
} 

.vitem { 
    display: inline-block; 
    display:table;
    width:auto;
    position:relative;
}  

.vitem a { text-decoration: none; display: block; }
.vitem a img { opacity: 1.0; border: solid 1px #ccc; padding: 0px;}   

.vitem a:hover img { opacity: 0.8; }   
 
.vitem a span.play { 
    display: none; 
    background: url('/wp-content/themes/bmw/images/youtube_2x.png') center center no-repeat; 
    width:50%;
    height:50%;                            
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-position: center;
    z-index: 100; 
    opacity: 0.8; 
    filter: alpha(opacity=80); 
}

.vitem a:hover span.play { 
    display: block;   
}

.o-img{display:block;position:relative;overflow:hidden}.o-img:not(.is-transparent){background-color:#999}.o-img:not(.is-transparent).is-rounded{z-index:0}.o-img:not(.is-transparent).is-rounded{border-radius:0}.o-img>span>img{opacity:1}.o-img.is-transparent>span>img{background-color:#999}o-img.is-transparent.is-rounded>span>img{border-radius:0}.o-img img{position:absolute;display:block;top:0;left:-100%;bottom:0;right:-100%;width:1px;min-width:100%;height:1px;min-height:100%;margin:auto}.o-img.is-transparent.is-rounded img{border-radius:0}.o-img.is-top img{bottom:auto}.o-img.is-cover.is-argt img{height:auto;min-height:0}.o-img.is-cover:not(.is-argt) img{width:auto;min-width:0}.o-img.is-contain.is-argt img{width:auto;min-width:0;height:100%}.o-img.is-contain:not(.is-argt) img{height:auto;min-height:0;width:100%}.o-img:not([data-defined])>img{opacity:1}.o-sticky{position:-webkit-sticky;position:sticky;top:60px;box-sizing:border-box}

.c-pic-zoom{display:block;position:relative;color:#ccc;line-height:15px}.c-pic-zoom{font-size:13px}.c-pic-zoom__label{color: #cccccc; z-index:1;position:absolute;right:0;bottom:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-pic-zoom__label{min-width:320px;height:85px;opacity:0}.c-pic-zoom:hover .c-pic-zoom__label{opacity:1}.c-pic-zoom__label:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:100% 0 no-repeat;background-size:100% 100%}.c-pic-zoom__label:after{content:'';position:absolute;width:27px;height:15px;background:no-repeat;background-size:100% 100%;opacity:.7}.c-pic-zoom__label:after{right:10px;bottom:10px}.c-pic-zoom__label span{position:absolute}.c-pic-zoom__label span{right:44px;bottom:11px}

.c-pic-zoom__label:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAABMCAMAAAD+zB0zAAAAdVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5WX1YAAAAJ3RSTlMAAwYLDhMWGx4kJisuMzY8PkRGS05UVlxeY2ZrbnN2e36EhouOk5aBO6x3AAAE50lEQVR4XuyXUW6EMAxEefc/9PQDiylr4Zhs2Kpq80FkSqPHeGwvbL9u/SHkf2RUxMi0+kFkhEzkLYjEtsmPbgpgPoRsIrRDiYBis4Rxd197IJshHuRDyCHQrhaKWP7Lfkkr7sc/xMvypKwGMrk1i21EYJ8EK0/awLSOTpqbo70EjxQVzj1a3Zx4wLO2rF/k5iFV92Mtr69y+pvpOVv38LkOy4uVTY6oEJOPjs59rVuGrK25MDFKyOvSywozIJu41Jh7NfFQ+aGXRIfjEgINM6uYJ57Z7ylsoFCFC59XOdru2nlqnabt97FBM480KNFKY7AdvkXYzpRYRWb9yklLp/AdZOJUH5XxaNgZTRAwO5QRHlJkEDFIJ+M+L9MpIc9O0yi8Wk8aLqZdemKi6hC6VooiZIxps8sFM2kM5OsY2emtbYFuQTinfWp/V2joToZK09dP1mvq823oX0pjMH5T6xn14sVU3dUCUyiNErYV6AySpjH8Ezh2k1Sqci0ufV+kPkfXwOiI6SjMaUfeE31JPd+XUeLNMRk8q8yrG2iWH4r9zu+f/HhZcpxwiydK4FSCNIZzr0WRFE7qZtiEvMLLbvdqeJCccV6pSPXI2vKLlHQskUjzDRJyOmge2fNBqW86rnJNhcuFV4bMgrEpUN2Kvko1A9SGgSAGVvn/n6+AoYMYZ5dyiUsOQ2EQWu3e2TCYEDqQT74a2/O4mffy23OYH2P2n+S3e2ZTnAGZDb6gtVYwNHmEriLcQ+Mv49x53fLY5ItYsSoY4Epi1mi7dz8yeh/lTdyogxMA5B4/jppuqxxGQo1+bnhTFtsTtkSE7VUbHFopvJSfToVnYoBbRtYFK2sv5YeXZ+QxzlhY3dKWyzfklHXMWOZleXgeamzgGDwASmsMYYrVy/tJhENNuVDMVhmry1o69ZWTlRh+vGVka1zQzfyQpbhLZIhhScGdEZltUslsbe1gYArcQtvNKO2zjHYGyO55dq+lDgt+jFsekX2g9eQFsZA1aU4DsVsdBA2VxjSy012frfzgXvIN4u4UlrhYGxlci2PaOOSw0Bk0BtTdN5VljczSyWzQaBwC/b2vbxJDeuKqAzDcKqnVpfPCupWfdX5HjnRWbb1/bQtE/qeZ7WURu3c0MTI3Naq6DGFmpeQihcsa7+fvtpZLDwcTD6hZEqv6GjqXB1w5cyJ7ooHYqrI0MGt12gYSuJGhM7PDGGJjJirEN964mVnhAhLvGTektgWAEKawZYzvuMvneHwaNiIpZBnZ0soYRTy4eKEORD7b3IkBgh10NcDKuEHa8dF7xlMWdz0hPyvMXMTIDu102gnG42me33rjgdKoLPpR5CIFVW1Pdee5jAeVOOG5TTisXUSTZiGTyQkJEXyBwABHUtGlM77hEKbTUyKb2MiIazNwwQxxhp3mdsWZnXVM7jbdUVzE1F//29U7O4HYXmHZ+jTyG3B5RK7I1XsKQeF1M+KTFecx7FhZGl/wwnKe77Z9kjWq/BLoq5GI+Io5D7Af9RrZYYEzMLAcXbusW5GB8URkZPcRd2pQuSeR75BdvPts75nTUcxlJ9+/2qdXojMj56CYkEXbmygS4xr5oR3Lz+3ayBIYYCHvxHvI8Q7ZKHPqSqv8cWB0KN8Vn7ufCnBDdloALGRkvkd2ZOyJYWQXn8qvcufi8wvEgbUUMx6kQQAAAABJRU5ErkJggg==");
}
.c-pic-zoom__label:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2215%22%20viewBox%3D%220%200%2027%2015%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26%201h-9.5a.5.5%200%201%201%200-1H26a.997.997%200%200%201%201%201v3.5a.5.5%200%201%201-1%200V1zm0%2013v-3.5a.5.5%200%201%201%201%200V14a.997.997%200%200%201-1%201h-9.5a.5.5%200%201%201%200-1H26zM1%201v3.5a.5.5%200%201%201-1%200V1a.997.997%200%200%201%201-1h9.5a.5.5%200%201%201%200%201H1zm0%2013h9.5a.5.5%200%201%201%200%201H1a.997.997%200%200%201-1-1v-3.5a.5.5%200%201%201%201%200V14z%22%2F%3E%3C%2Fsvg%3E");
}

.beforect {
    font-size: 1.5em;
    color: #666666;
}

.after_ct {
    font-size: 2em;
    color: green;
}

.wpcf7-submit {
    width: 100%;
    padding: 1em;
    font-weight: bold;
    font-size: 1.2em;
    background-color: lightblue;
}

#wpcf7-f4028-o1 {
    max-width: 450px;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 20px 0px 0px 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
/*  padding-left: 100px;*/
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
/*  position: absolute;*/
  left: 0px;
  top: 0px;
  clear: none;
}
#comment-form-title {
  font-size: 24px;
/*  padding-bottom: 10px;*/
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  height: 32px;
  width: 32px;
  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 16px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

/*.comment-reply-link {
  float: right;
}*/
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 16px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
/*.comment-reply-title {
  font-size: 14px;
}*/
.comment-reply-link {
/*  background: #C1C0C0;*/
  border: #C1C0C0;
  font-size: 14px;
  text-transform: uppercase;
}

@media(max-width:767px) {
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top:30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe, .thumb-wrap object, .thumb-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

div#crumbs{
    padding-top:20px;
    padding-bottom:20px;
}
div#crumbs a{
   
   color:#555555;
   text-decoration:underline;
}
div#crumbs a:hover{
   
   color:#000000;
   text-decoration:none;
}
.services_arsi h1 {
   
    padding-top:20px;
}

.c-post__desc {
    font-style: italic;
}

.icon-bar {
 /* width: 100%; */
  overflow: auto; 
  display: table;
  table-layout: fixed;
  vertical-align: baseline;
  margin: 1em auto;
}

.icon-bar div {
  float: left; 
  text-align: left; 
  width: 64px;
  transition: all 0.3s ease;  
/*  padding: 1em 0 2em 0; */
  margin: 0 1em 1em 0;
  vertical-align: baseline;
}

.icon-bar div img {
  float: left; 
  display: block;
}
.baner-bottom {
 text-align: center;
/* background: linear-gradient(#061123, #1789C8);*/
 background: linear-gradient(#061123, #026AA1);
}
.wp-image-125 {
 margin: 0 auto;
 text-align: center;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.wpcf7-list-item {
   width: 300px;
}

.wpcf7 p {
   padding: 5px 0;
}
