* {
    /*transition: all 200ms ease;*/
}
body{
  font-family: 'Roboto', sans-serif;
}
html, body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
}
button:focus{
  outline: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0 auto;
}
.content {
    flex: 1 0 auto;
    overflow: hidden;
}
.footer {
    flex: 0 0 auto;
    background: #f7fafc;
    padding-top: 30px;
}
header .col-xs-12{
  min-height: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff0000;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-brand{
  font-size: 0;
}
button.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}
button.navbar-toggle:focus{
  outline: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav {
    padding-left: 0;
    list-style: none;
}
.navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.navbar-brand img{
  width: 120px;
}
.header_top {
    background: #f7f7f7;
}
.navbar-nav li a {
  color: #000;
  /* text-transform: uppercase; */
  margin: 6px 0;
  display: inline-block;
  font-weight: 300;
}
.navbar-nav li a:hover{
  text-shadow: 0px 0px 4px #fff;
  text-decoration: none;
}
.navbar-nav li{
  margin-left: 10px;
}
.navbar {
    padding: .5rem .5rem .5rem 1rem;
}
.region a {
    display: block;
    line-height: 16px;
}
.region a:hover{
  text-decoration: none;
  color: #666;
}
.region{
  position: relative;
}
.region:before{
  content: '';
  top: 0;
  left: -21px;
  width: 20px;
  height: 30px;
  position: absolute;
  background: url(../img/pin.svg) no-repeat;
  background-size: contain;
}
.phone_top img {
    width: 21px;
}
.navbar-nav li.phone_top a{
  font-weight: 600;
}
.active_region{
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.all_region{
  color: #666;
  border-bottom: 1px dotted #666;
  font-size: 11px;
}
.mebu_name p{
  margin-top: 25px;
      color: #ff0000;
      font-weight: 600;
}
.box_one_ban {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
}
.phone_top span{
  display: block;
  font-weight: 700;
}
.box_one_ban p {
    position: absolute;
    top: 20px;
    background: #ffffffb8;
    left: 0;
    z-index: 1;
    font-size: 18px;
    padding: 5px 17px;
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.box_one_ban img{
  width: 100%;
  transform: scale(0.99);
  transition: all 200ms ease;
}
.box_one_ban:hover img{
  transform: scale(1);
  filter: brightness(0.5);
  transition: all 200ms ease;
}
.box_one_ban a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blue_but{
  color: #fff;
  background: #ff0000;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 5px 18px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 line-height: normal;
 height: 38px;
  transition: all 200ms ease;
}

.blue_but:hover{
  color: #fff;
  text-decoration: none;
  box-shadow: 1px 1px 3px #b30000;
  transition: all 200ms ease;
}
.blue_but.blue_but_sm{
  width: 100%;
      font-size: 16px;
      padding: 10px 20px;
      transition: all 200ms ease;
      text-transform: uppercase;
}
.bord_but_w{
  border: 2px solid #fff;
}
.img_box img{
  width: 100%;
}
.bg_grey {
  background: #e8e8e8;
}

.svg_style {
    width: 100%;
}
.slidpro_img img{
  width: 100%;
  box-shadow: 0px 0px 4px #676767;
}
.white_but{
  text-transform: capitalize;
      color: #000000;
      background: #fff;
      border: 1px solid #00619f;
      display: inline-block;
      text-decoration: none;
      outline: none;
      border-radius: 40px;
      padding: 8px 20px;
      width: auto;
      text-align: center;
      font-size: 14px;
      transition: all 200ms ease;
}
.white_but:hover{
  color: #00619f;
  text-decoration: none;
  box-shadow: 0px 0px 10px #00619f;
  transition: all 200ms ease;
}
.b_grey_but{
  font-size: 14px;
  background: #ddd;
  padding: 16px 40px;
  border: none;
  outline: none;
}
.slid_clients_one img{
  width: 100%;
}
.call_button .blue_but {
    border-radius: 0;
    font-size: 18px;
    width: 100%;
}
.top_info{
  margin-top: 15px;
}
.top_contact p{
  margin-bottom: 0;
}
.top_contact p a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.navbar-collapse{
  flex-basis: auto;
  opacity: 1;
}
.phone_top{
  margin-bottom: 10px;
  margin-top: 20px;
}
.up {
    display: none;
}
*[id^="ymaps"]{
  min-height: 300px;
}
@media (max-width: 767px) {
           .offcanvas-stop-scrolling {
               height: 100%;
               overflow: hidden
           }

           .navbar-default .navbar-offcanvas {
               background-color: #f8f8f8
           }

           .navbar-inverse .navbar-offcanvas {
               background-color: #222
           }

           .navbar-offcanvas {
               position: fixed;
               width: 100%;
               max-width: 250px;
               left: -250px;
               top: 0;
               padding-left: 15px;
               padding-right: 15px;
               z-index: 999;
               overflow: scroll;
               -webkit-overflow-scrolling: touch;
               -webkit-transition: all 0.15s ease-in;
               transition: all 0.15s ease-in
           }

           .navbar-offcanvas.in {
               box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
           }

           .navbar-offcanvas.navbar-offcanvas-fade {
               opacity: 0
           }

           .navbar-offcanvas.navbar-offcanvas-fade.in {
               opacity: 1
           }

           .navbar-offcanvas.offcanvas-transform.in {
               -webkit-transform: translateX(250px);
               -ms-transform: translateX(250px);
               transform: translateX(250px);
                   opacity: 1;
           }

           .navbar-offcanvas.offcanvas-position.in {
               left: 0
           }

           .navbar-offcanvas.navbar-offcanvas-right {
               left: auto;
               right: -250px
           }

           .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
               -webkit-transform: translateX(-250px);
               -ms-transform: translateX(-250px);
               transform: translateX(-250px)
           }

           .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
               left: auto;
               right: 0
           }

           .navbar-offcanvas .dropdown.active .caret {
               border-top: 0;
               border-bottom: 4px solid
           }

           .navbar-offcanvas .dropdown-menu {
               position: relative;
               width: 100%;
               border: inherit;
               box-shadow: none;
               -webkit-transition: height 0.15s ease-in;
               transition: height 0.15s ease-in
           }

           .navbar-offcanvas .dropdown-menu.shown {
               display: block;
               margin-bottom: 10px
           }
       }

       .offcanvas-toggle {
           background: #ffffff00;
       }

       .offcanvas-toggle .icon-bar {
           background: #000;
           -webkit-transition: all .25s ease-in-out;
           transition: all .25s ease-in-out
       }

       .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
           -webkit-transform: rotate(45deg) translate(5px, 4px);
           -ms-transform: rotate(45deg) translate(5px, 4px);
           transform: rotate(45deg) translate(5px, 4px)
       }

       .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
           opacity: 0
       }

       .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
           -webkit-transform: rotate(-45deg) translate(4px, -4px);
           -ms-transform: rotate(-45deg) translate(4px, -4px);
           transform: rotate(-45deg) translate(4px, -4px)
       }

.svg_img{
  width: 100%;
}
.svg_img use{
  width: 100%;
}
.top_cont {
    justify-content: center;
    align-items: center;
}
.top_banner_img img {
    max-width: 100%;
    width: 100%;
}

.all_region_wrap {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}
.region_one h3 {
    font-size: 16px;
}
.region_one ul{
  list-style-type: none;
  padding: 0;
}
.region_one ul li a{
  color: #666;
      font-size: 14px;
      font-weight: 300;
      line-height: 15px;
      margin-bottom: 10px;
}
.close {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
}
.modal-title {
    margin-bottom: 20px;
}
.region_one {
    margin: 0 10px;
}
.map_region button {
    background: none;
    border: none;
    color: #666;
    font-weight: 300;
    border-bottom: 1px dotted #c1c1c1;
    padding: 0;
    font-size: 13px;
}
.modal_id_region {
    position: absolute;
    background: #fff;
    width: 188px;
   top: 34px;
   right: -50px;
    padding: 10px 11px;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #585858;
    z-index: 2;
}
.id_region_title {
    text-align: center;
}
.id_region_butt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.id_region_butt a {
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 10px;
    color: #fff;
}
.id_region_butt a:hover{
  color: #fff;
  text-decoration: none;
}
.bg_grey {
    background: #666;
}
.bg_red {
    background: #f00;
}
.foot_info p {
    font-weight: 300;
}
.footer_mini span{
  font-size: 12px;
  color: #666;
  font-weight: 300;
}
.footer_mini{
  padding: 10px 0;
  background: #fff;
}
.region_one ul li a span {
    display: block;
}
.region_one ul li{
  margin-bottom: 10px;
}
.title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cart_one_title {
    background: #f00;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 3px;
}
.cart_one_title a{
  color: #fff;
  text-decoration: none;
}
.cart_one_title a:hover{
  color: #fff;
}
.cart_one_img img {
    max-width: 100%;
        margin-top: 19px;
}
.cart_one_img {
    margin-bottom: 20px;
    text-align: center;
}
.cart_one_rassr {
    background: #edf2f5;
    text-align: right;
    padding: 3px 13px;
    border-top-left-radius: 50px;
    font-size: 14px;
}
.cart_one_descr ul{
  list-style-type: none;
  padding: 0;
}
.cart_one_descr ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    line-height: 18px;
    margin-bottom: 6px;
    font-weight: 300;
    text-align: right;
}
.cart_one_descr ul li:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  border: 1px dashed #ddd;
  bottom: 6px;
  left: 0;
}
.cart_one_descr ul li span{
  position: relative;
  background: #fff;
}
.desc_bold{
  font-weight: 600;
  text-align: left;
}
.cart_one_prise {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_one_summ {
    font-size: 32px;
    width: 50%;
    font-weight: 800;
    color: #f00;
    margin-left: 15px;
}
.cart_one_summ span {
    font-size: 18px;
    font-weight: 600;
}
.cart_one_rassr {
    background: #edf2f5;
    text-align: right;
    padding: 3px 13px;
    border-top-left-radius: 50px;
}
.cart_one_butt {
    margin: 10px 0;
    text-align: center;
}
.cart_one {
    border: 1px solid #ddd;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 200ms;
    background: #fff;
}
.cart_one:hover {
    box-shadow: 0px 0px 10px #a5a5a5;
    transition: all 200ms;
}
.cart_one_descr {
    margin: 0 15px;
}
.catalog_wrap {
    justify-content: center;
}
.top_banner_img {
    text-align: center;
}
.video {
    background: #edf2f5;
    padding-bottom: 44px;
}
.video_one iframe{
  height: 100%;
  min-height: 200px;
  max-width: 100%;
}

.slick-prev, .slick-next {
    position: absolute;
    top: -23px;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    display: flex;
        justify-content: center;
        align-items: center;
            z-index: 9;
}
.slick-prev {
    right: 43px;
    left: auto;
}
.slick-next {
    right: 0px;
}
.slick-prev:before, .slick-next:before{
  color: #000;
}
.projects_slider {
    margin-top: 26px;
}
.slick-next:before {
    content: '∟';
    transform: rotate(-137deg);
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 5px;
}
.slick-prev:before {
    content: '∟';
    transform: rotate(-313deg);
    padding-left: 3px;
    padding-right: 0px;
    padding-bottom: 5px;
}
.tex_cent {
    text-align: center;
}
.all_but {
    border: 2px solid #f00;
    border-radius: 5px;
    padding: 7px 17px;
    color: #f00;
    display: inline-block;
    margin-top: 36px;
}
.all_but:hover{
  text-decoration: none;
  background: #ff000021;
  color: #f00;
}
#navesnoe {
    background: #edf2f5;
    padding-bottom: 50px;
    margin-top: 50px;
}
.action {
    background: #FFC107;
    font-size: 18px;
}
.old_prise {
    color: #999;
    font-size: 18px;
    font-weight: 300;
    text-decoration: line-through;
    height: 20px;
}
.action_box{
  height: 27px;
}
#consult-form {
    background: #f7fafc;
    padding: 18px 18px;
    border-radius: 18px;
    padding-bottom: 4px;
}
.speciolist {
    margin-bottom: 40px;
}
.spec_deskr {
    margin-top: 20px;
}
.why_my_one{
  position: relative;
  padding: 10px 10px;
  overflow: hidden;
  box-shadow: 0px 0px 11px #ddd;
  padding-left: 22%;
  margin-bottom: 30px;
}
.why_my_one_title {
    font-weight: 800;
}
.why_my_one_descr {
    font-size: 13px;
    font-weight: 300;
}
.why_my_one .border_top {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one:hover .border_top {
    width: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one .borderr {
    position: absolute;
    background: #93e0ff;
}
.why_my_one .border_right {
    top: 0;
    right: 0;
    height: 0;
    width: 2px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one:hover .border_right {
    height: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one .border_bottom {
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one:hover .border_bottom {
    width: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one:hover .border_left {
    height: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one .border_left {
    left: 0;
    bottom: 0;
    height: 0;
    width: 2px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.why_my_one_num {
    position: absolute;
    font-size: 133px;
        line-height: 152px;
    color: #bed8ff;
    top: 0;
    left: -22px;
}
.why_my_one:hover .why_my_one_num {
    color: #7db0ff;
}
.why_my {
    margin-bottom: 50px;
}
.one_rew {
  margin-right: 10px;
      padding: 20px 20px;
      border: 1px solid #ddd;
      border-radius: 10px;
      background: #fff;
}
.one_rew_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.one_rew_deskr {
    font-size: 13px;
    font-weight: 300;
}
.reviews .slick-initialized .slick-slide {
    margin: 0 10px;
}
.reviews {
    background: #edf2f5;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.main_cont {
    background: #f7fafc;
    padding: 11px 11px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.reg_adr p {
    font-weight: 300;
    margin-bottom: 0;
}
.reg_adr {
    margin-bottom: 15px;
}
.reg_cont_one_title {
    font-size: 18px;
    margin-bottom: 20px;
    background: #f7fafc;
    padding-left: 15px;
}
.reg_cont_one {
    margin-right: 25px;
}
.link{
  cursor: pointer;
}
.mod_prise_summ {
    font-size: 30px;
    font-weight: 900;
    color: #f00;
}
.mod_prise_summ span {
    font-size: 20px;
}
.mod_prise_old {
    color: #999;
    text-decoration: line-through;
    line-height: 13px;
}
.mod_info {
    position: relative;
    margin-bottom: 30px;
}
.mod_action {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #FFC107;
    text-transform: uppercase;
    font-weight: 900;
    right: 26%;
    top: -17px;
}
.item img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 400px;
  margin: 0 auto;
}
.slider-nav .item img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 120px;
  margin: 0 auto;
}
.slid_nav_img img {
    width: 100%;
    height: auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 30px;
}
.mod_deskr .nav-link {
    padding: 5px 11px;
    font-size: 14px;
}
.mod_deskr .nav {
    margin-bottom: 30px;
}
.cart_one_descr p {
    background: #f7fafc;
    padding: 5px 11px;
    text-transform: uppercase;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next{
  top: 50%;

}
.slick-lightbox  .slick-prev:before, .slick-lightbox .slick-next:before {
    color: #fff;
}
.item {
    cursor: pointer;
}
.modal_vip_wrap  .modal-content{
  background: url(../img/popban.jpg) no-repeat;
  background-size: cover;

}
.modal_vip {
  background: #00000099;
  padding: 19px 21px;
  color: #fff;
  margin: 0;
}
.hidden{
  display: none;
}
.bg_grey{
  background: #edf2f5;
    padding-bottom: 44px;
}
#tractor{
/*  position: relative;
  background: url(../img/21851.jpg) no-repeat;
  background-size: cover;*/
}

.min_tract {
    position: relative;
    z-index: 1;
}

.action_box .action {
    /*background: url(../img/plash.jpg) no-repeat;
    background-size: contain;
    height: 27px;
    font-size: 0;*/
}
.mod_action {
/*    width: 112px;
    height: 74px;
    right: 17%;
    top: -31px;
    background: url(../img/plash2.jpg) no-repeat;
    background-size: cover;
    height: 100px;
    border-radius: 0;
    color: #fff0*/;
}
.title h1 {
    position: relative;
    z-index: 1;
}
.servis_img img {
    width: 100%;
}
.servis_img {
    position: relative;
}
.sklad {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f00;
    color: #fff;
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sklad span {
    display: block;
    width: 100%;
    text-align: center;
}
.sklad span b {
    text-transform: uppercase;
}
.sklad span {
    display: block;
    width: 100%;
    text-align: center;
}
.sklad span b {
    text-transform: uppercase;
}
.servis h3 {
    text-align: center;
    margin-bottom: 20px;
}
.servis ul {
    padding-left: 30px;
}
.servis ul li {
    color: #f00;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}
.servis ul li span{
  color: #000;
}
.serv_tel p {
    text-align: center;
    margin-bottom: 10px;
}
.serv_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 6px;
}
.serv_tel a img {
    width: 23px;
    margin-right: 10px;
}
.servis {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 320px) {
  .cart_one_summ {
    width: 53%;
  }
  .cart_one_rassr {
      font-size: 14px;
  }
  .mod_deskr .nav-link {
      padding: 5px 6px;
      font-size: 13px;
  }
}
@media (max-width: 568px) {
  .title h2 {
      font-size: 22px;
  }
  .title h1 {
      font-size: 22px;
  }
}
@media (min-width: 568px) {

}
@media (min-width: 768px) {
  .navbar-toggle {
      display: none;
  }
  .navbar-nav>li {
      float: left;
  }
  .navbar-nav {

    /* float: right; */
    margin: 0;
    /* display: block; */
    margin-right: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

  }
  .navbar-nav li {
      margin-left: 0;
  }
  .navbar-nav li a {
      font-size: 13px;
  }
  .header_top {
      background: #fff;
  }
  .navbar-nav li a{
    color: #000;
    margin: 0px 0;
  }  
  .navbar-header {
    justify-content: space-between;
  }  
  .navbar-collapse {
      margin-top: 11px;
  }
  
  *[id^="ymaps"]{
    min-height: 100%;
  }
  .phone_top {
      margin: 0;
      margin-right: 16px;
  }
  .phone_top a{
    color: #000;
  }
  .phone_top a:hover{
    text-decoration: none;
  }

  .spec_deskr{
    position: relative;
    margin-top: 29px;
  }
  .spec_deskr:before{
    content: '';
    position: absolute;
   bottom: -67px;
       left: 0;
       width: 50px;
       height: 59px;
    background: url(../img/curve-arrow.svg) no-repeat;
    background-size: contain;
  }
  .reg_cont {
      display: flex;
      flex-wrap: wrap;
  }
  .modal_vip {
      background: #00000099;
      width: 427px;
      padding: 34px 32px;
      color: #fff;
      margin: 52px 0;
  }
}
@media (min-width: 992px){
  
  .top_logo img {
      width: auto;
      height: 64px;
  }
  .top_info {
      padding-left: 30px;
  }
  .navbar-nav .blue_but {
      padding: 9px 15px;
      font-size: 16px;
  }
  .navbar-nav {
      margin: 0;
      display: flex;
      margin-right: 0;
      width: 100%;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
  }
  .navbar-nav li {
      margin-left: 11px;
      margin-right: 0;
  }
  .navbar-nav li.phone_top {
      margin-left: 40px;
  }
  .link_catal{
    color: #003b7a;
    border-radius: 5px;
    border: 2px solid #003b7a;
    padding: 5px 10px;
  }
  .navbar-brand {
        display: inline-flex;
      justify-content: left;
      align-items: center;
  }
  .lozung{
    font-size: 13px;
    color: #000;
    font-weight: 300;
    margin-left: 20px;
  }
  #consult-form {
      margin-left: 165px;
  }
  .navbar-collapse li a {
      padding: 2px 21px;
  }
  .navbar-collapse li a:hover {
      background: #edf2f5;
  }
  .one_rew {
      min-height: 212px;
  }
  .main_cont {
      padding: 20px 20px;
  }
  .videoobzor .video_one iframe {
    min-height: 306px;
  }
  #tractor .pogr .cart_one_img img{
    height: auto;
    width: 100%;
    margin-top: 0;
  }
  
}
@media (min-width: 1200px){
  .foot_info {
      width: 397px;
          float: right;
          padding-top: 50px;
          padding-bottom: 45px;
  }
  .footer {
      padding-top: 0;
  }
  .footer_bottom .container-fluid{
    padding-right: 0;
  }
  .footer_bottom .container-fluid .row{
    margin-right: 0;
  }

  .up.active {
      display: block;
  }
  .up a {
      background: #ef534a7a;
      padding: 10px;
      border-radius: 8px;
      position: fixed;
      right: 50px;
      bottom: 50px;
      cursor: pointer;
      z-index: 11;
      transition: all 200ms ease;
  }
  .up a svg {
      fill: #fff;
      width: 29px;
      height: 22px;
  }
  .up.active a:hover {
      background: #f00;
      transition: all 200ms ease;
  }
  .row-lg-cols-5>* {
      -ms-flex: 0 0 26%;
      flex: 0 0 26%;
      max-width: 26%;
  }
  .min_tract .cart_one {
      margin-left: -14px;
      margin-right: -14px;
  }
  .cart_one_descr ul li{
    font-size: 13px;
  }
  .cart_one_rassr {
      font-size: 11px;
  }
  .cart_one_summ {
      font-size: 22px;
  }
  .slick-next {
      right: 22px;
  }
  .slick-prev {
      right: 56px;
  }
  .spec_deskr {
      width: 50%;
  }
  .one_rew {
      min-height: 195px;
  }
  .modal_id_region {      
    width: 246px;     
    padding: 23px 15px;  
  }
  .id_region_title {
      font-size: 20px;
  }
  .cart_one_img img {
       max-width: none; 
      height: 194px;
  }
  #tractor .cart_one_img img {
      max-width: none;
      height: 160px;
  }
  .mod_action {
    right: 56%;
    top: -1px;
}
.all_region_wrap {
    justify-content: space-around;
}
#tractor:before {
/*  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 306px;
  height: 252px;
  background: url(../img/igr.svg) no-repeat;
  background-size: cover;*/
}
#tractor:after {
/*  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 306px;
  height: 252px;
  background: url(../img/igr.svg) no-repeat;
  background-size: cover;*/
}

.cart_one_summ {
    width: 51%;
}
.reg_cont_one {
    margin-right: 25px;
    width: 29%;
}

}
@media (min-width: 1600px){
  .min_tract {      margin-left: -168px;
      margin-right: -168px;
  }
  .min_tract .cart_one {
      margin-left: -10px;
      margin-right: -10px;
  }
  .cart_one_summ {
      font-size: 26px;
  }
  .action_box .action{
      /*background: url(../img/plash.jpg) no-repeat;
      background-size: cover;
      height: 34px;

      font-size: 0;*/
  }
  #tractor .action_box .action{
      /*background: url(../img/plash.jpg) no-repeat;
      background-size: cover;
      height: 27px;

      font-size: 0;*/
  }
}
@media (min-width: 2560px){
  
}

      .youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    width: 350px; height: 230px;
    background-size: cover;
}
.video iframe {
  height: 230px;
}
.video .slick-slide {
  margin: 0 5px;
}
.video .slick-list {
    margin: 0 -27px;
}
.youtube .play {
    background: url('../img/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}


@keyframes shake {
  100% {
    border-left: 20px solid rgba(255, 164, 0, 0);    
  }
}
@-webkit-keyframes animate-text {
 0% {
 background-position: 0 3200px;
 }
 100% {
 background-position: 3200px 0;
 }
}
#navesnoe .cart_one_title{
  min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tractor .cart_one_title{
  min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dvigatel .cart_one_title{
  min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navesnoe.list_naves{
  margin-top: 0;
  background: #fff;
}