@charset "UTF-8";
@font-face {
  font-family: 'MuseoSansCyrl';
  src: url("../fonts/MuseoSansCyrl.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSansCyrl1';
  src: url("../fonts/MuseoSansCyrl_1.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSansCyrl2';
  src: url("../fonts/MuseoSansCyrl_2.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSansCyrl3';
  src: url("../fonts/MuseoSansCyrl_3.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MullerLight';
  src: url("../fonts/Fontfabric - MullerLight.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSerifItalic';
  src: url("../fonts/PTSerifItalic.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Muller-Medium';
  src: url("../fonts/Muller-Medium.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoLight.ttf");
  font-weight: normal;
  font-style: normal; }

/***********  Header  ********  */
.fixed-header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.78);
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s; }

.fixed-header.active {
  max-height: 80px; }

.fixed-header .other-header-logo {
  padding-top: 20px;
  padding-bottom: 0; }

.fixed-header .other-header-logo img {
  height: 50px; }

.mobile.homepage {
  background: black; }

.fixed-header .mobile-menu-link {
  display: block;
  top: 22px; }

.fixed-body .mobile-header-menu-wrap::-webkit-scrollbar {
  width: 0; }

.fixed-body .mobile-header-menu-wrap {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.fixed-body .mobile-header-menu img {
  opacity: 0; }

.mobile.fixed-body .mobile-header-menu img {
  opacity: 1; }

.desktop-menu.fixed-body .mobile-header-menu-wrap {
  width: 30%; }

.mobile-header-menu ul li li li a {
  color: white; }

ul {
  padding: 0; }

.body-background {
  background-color: #25252f;
  height: auto; }

.body-background.homepage {
  background: white; }

body.body-background:before {
  content: "";
  background: url(../images/background-hand.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 900px;
  opacity: 0.2;
  z-index: -1; }

body.body-background:after {
  content: "";
  background: url(../images/background-hand.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: -172px;
  bottom: 270px;
  width: 1000px;
  height: 900px;
  opacity: 0.2;
  z-index: -1;
  transform: rotate3d(7, 20, 1, 180deg); }

.header {
  position: absolute;
  width: 100%;
  z-index: 1001;
  background: none; }

.other-header {
  position: relative; }

.mobile-menu {
  position: absolute;
  top: 30px;
  left: 30px; }

.header-logo {
  text-align: center;
  border-bottom: 2px solid #f8c935;
  padding-top: 50px;
  padding-bottom: 80px;
  width: 38%;
  float: left; }

.logo-img {
  width: 250px;
  margin: auto;
}

@media (min-width: 2100px) {
  .header-logo {
    width: 56%; } }

.header-logo a {
  display: inline-block; }

.header-content-block {
  float: left; }

.other-header-logo {
  border-bottom: 0; }

.header-content {
  position: relative;
  z-index: 10; }

.line-one {
  margin-top: 20px; }

.country {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around; }
  .country .open {
    background-color: #fffbc7; }

.search-button {
  background-image: url(../images/svg/new/search_img.svg);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 15px;
  float: left;
  margin-top: 8px; }

.country-icon {
  display: inline-block;
  background-image: url("../images/phone.svg");
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  display: none; }

.header-cart-wrapper {
  position: relative; }

.header-cart {
  display: inline-block;
  background-image: url(../images/svg/new/busket.svg);
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 28px;
  cursor: pointer; }

.cart-count {
  position: absolute;
  top: -8px;
  right: 0;
  background: #c7d300;
  min-width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer; }

.country-name {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  color: white; }

.change-country {
  padding: 5px 30px;
  color: #ffcc00;
  border-color: #ffcc00;
  text-align: center;
  font-size: 11px;
  background: transparent;
  border: 1px solid;
  position: relative;
  font-family: MuseoSansCyrl1;
  font-weight: 700;
  width: 203px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  z-index: 10;
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 11px;
  cursor: pointer;
  letter-spacing: 1px; }
  .change-country:before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-select-phone.png);
    width: 10px;
    height: 7px;
    right: 10px;
    top: 43%;
    background-repeat: no-repeat; }
  .change-country:hover {
    background: transparent;
    color: #ffcc00;
    border: 1px solid #ffcc00; }
  .change-country.active {
    border-color: #ffcc00;
    background: #ffcc00cc;
    color: #000000; }

.button-country-wrapper {
  position: relative;
  overflow: hidden; }
  .button-country-wrapper:after {
    position: absolute;
    content: "";
    background: #ffcc00cc;
    width: 0;
    height: 175px;
    margin-top: -71px;
    left: -7%;
    top: 0;
    transform: rotate(34deg);
    transition: .5s; }
  .button-country-wrapper:hover:after {
    width: 110%;
    transition: .5s; }
  .button-country-wrapper:focus:after, .button-country-wrapper :active:after {
    background: none;
    transition: 0s; }
  .button-country-wrapper .change-country:hover {
    color: black; }

.auto-service-send-form .change-country {
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  padding-left: 30px; }

.auto-service-send-form:after {
  width: 0;
  height: 299px;
  margin-top: -136px;
  left: -7%;
  top: 0; }

.auto-service-send-form:hover:after {
  width: 102%; }

.form-service-select .towns.select {
  width: 100%; }

.button-country-wrapper.active:after {
  background: none; }

.towns {
  position: absolute;
  width: 204px;
  text-align: left;
  display: none;
  z-index: 500;
  text-transform: uppercase; }
  .towns ul {
    max-height: 322px;
    overflow: auto;
    margin-left: 0; }
  .towns li {
    list-style: none;
    padding: 6px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    font-size: 11px;
    cursor: pointer;
    font-family: MuseoSansCyrl1;
    padding-left: 20px;
    line-height: 20px;
    letter-spacing: 1px; }
    .towns li:hover {
      background-color: #ffcc00;
      color: black;
      font-weight: bold; }
  .towns li:first-child {
    margin-top: 2px; }

.phone {
  font-size: 22px;
  margin-left: 35px;
  color: #ffffff;
  font-family: MuseoSansCyrl;
  font-weight: 700; }

.menu-item {
  margin-left: 5px;
  display: flex;
  justify-content: space-between; }
  .menu-item li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px; }
    .menu-item li:hover > ul {
      display: block;
      max-height: 500px;
      overflow: visible;
      opacity: 1;
      transition: 1s; }
    .menu-item li:hover > a {
      color: #ffcc00; }
      .menu-item li:hover > a:before {
        border-bottom: 2px solid #ffcc00;
        width: 100%;
        right: 0; }
    .menu-item li a {
      text-transform: uppercase;
      color: white;
      text-decoration: none;
      position: relative;
      font-family: MuseoSansCyrl1; }
      .menu-item li a:before {
        content: "";
        position: absolute;
        width: 15px;
        border-bottom: 2px solid white;
        top: 17px;
        right: 15px;
        transition: .5s; }
    .menu-item li ul {
      position: absolute;
      background: rgba(0, 0, 0, 0.64);
      display: flex;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      display: block;
      max-height: 0;
      transition: .5s;
      overflow: hidden;
      margin-left: -5px; }
      .menu-item li ul li {
        margin-top: 0px;
        color: white;
        display: block;
        cursor: pointer;
        font-size: 12px;
        position: relative;
        margin-left: 0;
        margin-left: -15px;
        margin-right: -15px; }
        .menu-item li ul li:hover {
          background: #ffcc00; }
        .menu-item li ul li > a {
          color: white;
          display: block;
          padding: 9px 15px; }
          .menu-item li ul li > a:before {
            border-bottom: none;
            width: 100%;
            right: 0; }
        .menu-item li ul li:hover > a {
          color: black; }
          .menu-item li ul li:hover > a:before {
            border-bottom: none;
            width: 100%;
            right: 0; }
        .menu-item li ul li ul {
          margin-top: 8px;
          position: absolute;
          left: 100%;
          min-width: 270px;
          top: -8px;
          margin-left: 0px;
          opacity: 0; }
          .menu-item li ul li ul li {
            display: block;
            padding-left: 5px;
            padding-right: 0; }
            .menu-item li ul li ul li:hover a {
              color: black; }
              .menu-item li ul li ul li:hover a:before {
                background: #ffcc00;
                width: 100%;
                right: 0; }
          .menu-item li ul li ul li + li {
            margin-left: -15px; }
  .menu-item .active a {
    color: #ffcc00;
    font-weight: 700; }
    .menu-item .active a:before {
      content: "";
      position: absolute;
      border-bottom: 2px solid #ffcc00;
      width: 100%;
      top: 17px;
      right: 0; }

.menu-item > li > a {
  display: inline-block;
  height: 30px; }

.menu-item li a:before, .menu-item .active a:before {
  top: 21px; }

.header-right-img-wrapper {
  position: absolute;
  overflow: hidden;
  height: 1124px;
  right: 0;
  width: 350px; }

.header-right-img {
  background-image: url(../images/oil-new.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -355px;
  width: 350px;
  height: 1124px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  top: 0; }

.header-small-right-img {
  background-image: url(../images/oil.png);
  background-size: 100% 100%;
  background-position-x: 180px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 400px;
  height: 1300px;
  top: -619px; }

body .bx-wrapper {
  border: 0; }
  body .bx-wrapper .bx-pager {
    position: absolute;
    bottom: auto;
    top: 340px;
    width: 38%;
    text-align: right; }
  body .bx-wrapper h2 {
    position: absolute;
    top: 215px;
    text-align: right;
    font-family: MuseoSansCyrl1;
    font-weight: bolder;
    color: #ffcc00;
    width: 38%;
    font-size: 35px; }
  body .bx-wrapper .wrapper-slider-link {
    width: 38%;
    position: absolute;
    top: 420px; }
  body .bx-wrapper .slider-link {
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #ffcc00;
    padding: 13px 30px;
    font-size: 11px;
    font-family: MuseoSansCyrl1;
    transition: .5s;
    position: relative;
    z-index: 10;
    letter-spacing: 2px;
    line-height: 20px; }
    body .bx-wrapper .slider-link:hover {
      color: black;
      z-index: 10;
      text-decoration: none; }
  body .bx-wrapper .carousel-block-link {
    text-align: right;
    width: 200px;
    border: 1px solid #ffcc00;
    float: right;
    position: relative;
    overflow: hidden;
    z-index: 0; }
    body .bx-wrapper .carousel-block-link:after {
      position: absolute;
      content: "";
      background: #ffcc00cc;
      width: 0;
      height: 175px;
      margin-top: -71px;
      left: -7%;
      top: 0;
      transform: rotate(34deg);
      transition: .5s; }
    body .bx-wrapper .carousel-block-link:hover:after {
      width: 110%;
      transition: .5s; }
  body .bx-wrapper .bx-pager.bx-default-pager a {
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #ffcc00;
    background: transparent; }
    body .bx-wrapper .bx-pager.bx-default-pager a:focus, body .bx-wrapper .bx-pager.bx-default-pager a:visited {
      background: none; }
    body .bx-wrapper .bx-pager.bx-default-pager a.active, body .bx-wrapper .bx-pager.bx-default-pager a:hover {
      background: #ffcc00; }

body .bx-wrapper .bx-prev, body .bx-wrapper .bx-next {
  display: none; }

body .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  max-height: 1553px; }

body .show-product .bx-wrapper {
  background: transparent; }

.slider-wrapper img {
  min-width: 100%; }

.slider-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47); }

/***********       MOBILE MENU       ***************/
.mobile-menu-link {
  position: absolute;
  display: none;
  left: 10px;
  top: 25px;
  height: 40px;
  width: 40px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.open.mobile-menu-link {
  background: url("../images/black-overlay.png");
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.menu-button-icon {
  display: block;
  position: relative;
  top: 18px;
  left: 6px;
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #f8c935;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.menu-button-icon:before,
.menu-button-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #f8c935;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.menu-button-icon:before {
  top: -8px; }

.menu-button-icon:after {
  bottom: -8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.open .menu-button-icon {
  height: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.open .menu-button-icon:after {
  bottom: -4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.open .menu-button-icon:before {
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.in-animation.open .menu-button-icon:before {
  transform: rotate(-45deg); }

.in-animation.open .menu-button-icon:after {
  transform: rotate(45deg); }

.mobile.fixed-body {
  position: fixed;
  width: 100%; }

.fixed-body::-webkit-scrollbar {
  width: 0; }

.fixed-body {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../images/black-overlay.png");
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fixed-body .shadow {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.mobile-header-menu-wrap {
  position: fixed;
  width: 0;
  left: 0;
  top: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.87);
  z-index: 11;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999; }

.fixed-body .mobile-header-menu-wrap {
  width: 30%;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  position: fixed; }

.mobile.fixed-body .mobile-header-menu-wrap {
  width: 100%; }

.mobile-header-menu {
  margin-top: 25px; }

.mobile-header-menu ul {
  list-style-type: none;
  margin-left: 0; }

.mobile-header-menu ul li {
  display: none;
  height: 30px;
  color: #0574ba;
  min-width: 280px;
  font: 17px/28px 'muller_regular';
  height: 100%;
  margin: 12px 0; }

.mobile-header-menu > ul > li:last-child {
  margin-bottom: 60px; }

.mobile-header-menu ul li ul li {
  padding-left: 25px; }

.mobile-header-menu ul li a {
  padding-left: 25px;
  color: #ffcc00;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
  font-family: MuseoSansCyrl1;
  line-height: 32px; }

.mobile-header-menu ul li a:focus, .mobile-header-menu ul li a:active, .mobile-header-menu ul li a:hover {
  text-decoration: none; }

.mobile-header-menu .menu-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f8c935;
  vertical-align: middle;
  margin-top: -15px; }

.mobile-header-menu img {
  display: block;
  width: 200px;
  margin: auto; }

.mobile-menu-logo {
  display: block;
  margin: auto auto auto 95px;
  width: 200px; }

.mobile-header-menu-wrap .menu-parent-line:before, .mobile-header-menu-wrap .menu-children-line:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  background: url(../images/svg/catalog-plus.svg) center center;
  background-size: 50%;
  background-repeat: no-repeat;
  transition: 0.7s;
  top: 1px;
  transform: scale(1.3); }

.mobile-header-menu-wrap .menu-parent-line {
  position: relative; }

.mobile-header-menu .item > a {
  text-transform: uppercase; }

.mobile-header-menu-wrap .mobile-header-menu .menu-parent-line {
  width: 300px; }

.mobile-header-menu-wrap .menu-parent-line ul, .mobile-header-menu-wrap .menu-children-line ul {
  max-height: 0;
  overflow: hidden;
  transition: 0.7s ease-in-out; }

.mobile-header-menu-wrap ul.list-open {
  max-height: 1000px; }

.mobile-header-menu-wrap .menu-parent-line.open:before, .mobile-header-menu-wrap .menu-children-line.open:before {
  transform: scale(1.3) rotate(43deg); }

.mobile-popup-link.open {
  display: block;
  position: fixed; }

/***********       CONTENT      ***************/
.content {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: auto; }
  .content:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/zholob.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% 39%;
    right: 0;
    bottom: 0; }
  .content .people-1 {
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -270px;
    width: 133px;
    height: 90px; }
  .content .people-2 {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 523px;
    background-image: url(../images/top-right-people2.png);
    background-position: 0px 0px;
    width: 112px;
    height: 105px; }
  .content .people-3 {
    position: absolute;
    bottom: 815px;
    left: 50%;
    margin-left: 505px;
    background-image: url(../images/bottom-right-people.png);
    background-position: -28px 0px;
    width: 112px;
    height: 170px; }
  .content .tractor {
    position: absolute;
    bottom: 815px;
    left: 50%;
    margin-left: -545px;
    background-image: url(../images/tractor.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 185px; }

.content-block {
  position: relative;
  top: 137px;
  background-color: white;
  height: 850px;
  width: 100%; }
  .content-block:after {
    content: "";
    width: 100%;
    height: 20px; }

.shadow-figure {
  display: inline-block;
  border-radius: 36%;
  position: absolute;
  z-index: 100;
  box-shadow: 0px 0px 101px 9px black;
  width: 200px;
  height: 200px;
  left: 50%; }
  .shadow-figure:hover {
    z-index: inherit; }
    .shadow-figure:hover .figure {
      width: 370px;
      height: 340px;
      z-index: 1000; }
    .shadow-figure:hover p {
      color: black;
      transition: .5s; }
  .shadow-figure .figure {
    width: 270px;
    height: 248px;
    background-size: cover;
    position: relative;
    z-index: 1000;
    margin-left: -30px;
    margin-top: -16px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 50px; }
    .shadow-figure .figure:hover .figure-txt {
      height: 50%;
      display: flex; }
    .shadow-figure .figure:hover .figure-txt-main a {
      color: black; }
    .shadow-figure .figure:hover .figure-txt-main a:hover {
      color: #ec6607; }
  .shadow-figure .figure-txt {
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: right;
    margin-left: 0;
    padding-right: 52px;
    max-width: 255px;
    transition: .5s;
    height: 0;
    width: 255px; }
    .shadow-figure .figure-txt a {
      position: relative;
      color: black;
      font-family: Muller-Medium;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      opacity: 0;
      transition: 0.3s; }
      .shadow-figure .figure-txt a:hover {
        color: #ec6607; }
      .shadow-figure .figure-txt a:before {
        content: "›";
        position: absolute;
        right: 0;
        margin-right: -15px;
        font-size: 27px;
        line-height: 0;
        top: 50%;
        margin-top: -4px;
        transition: 0.3s; }
  .shadow-figure p {
    font-size: 13px;
    color: #ffcc00;
    line-height: 1.4;
    margin-bottom: 10px; }
  .shadow-figure .figure-txt-main {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    line-height: 1.1;
    font-family: MuseoSansCyrl1;
    font-weight: bold;
    width: 150px;
    letter-spacing: 1px; }
    .shadow-figure .figure-txt-main a {
      color: #ffcc00; }

.figure a:hover:before {
  color: #ec6607; }

.figure:hover a {
  opacity: 1; }

.figure-txt-main:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  border: 1px solid #1c1c1b;
  width: 0;
  margin-top: -15px;
  transition: 0.5s 0.2s; }

.figure:hover .figure-txt-main:before {
  width: 100%;
  border: 1px solid #1c1c1b; }

.figure-block-wrapper .figure-mobile-txt {
  position: absolute;
  opacity: 0;
  height: auto;
  width: 167px;
  margin-top: 0;
  left: 100%; }
  .figure-block-wrapper .figure-mobile-txt p {
    margin-bottom: 0; }

.figure-block-wrapper .figure {
  background-size: 100% 100%; }

.figure-gidravlika-block-wrapper .figure-gidravlika {
  margin-left: -105px;
  top: 9px; }
  .figure-gidravlika-block-wrapper .figure-gidravlika .figure {
    background-image: url(../images/svg/main/hidravlik_1.svg); }
  .figure-gidravlika-block-wrapper .figure-gidravlika:hover .figure {
    background-image: url(../images/svg/main/hidravlik_active_1.svg);
    margin-left: -86px;
    margin-top: -60px; }
    .figure-gidravlika-block-wrapper .figure-gidravlika:hover .figure .figure-txt {
      margin-top: 0; }

.figure-service {
  top: 150px;
  margin-left: -330px; }
  .figure-service .figure {
    background-image: url(../images/svg/molot_.svg); }
    .figure-service .figure:hover {
      background-image: url(../images/sevice-hover.svg);
      margin-top: -60px;
      margin-left: -80px; }
      .figure-service .figure:hover .figure-txt {
        margin-top: 0; }

.figure-spare {
  margin-left: 130px;
  top: 150px; }
  .figure-spare .figure {
    background-image: url(../images/svg/autozapch_.svg); }
    .figure-spare .figure:hover {
      background-image: url(../images/zapchasti-hover.svg);
      margin-top: -60px;
      margin-left: -85px; }
      .figure-spare .figure:hover .figure-txt {
        margin-top: 0; }

.figure-stock {
  margin-left: -100px;
  top: 280px; }
  .figure-stock .figure {
    background-image: url(../images/svg/oil_.svg); }
    .figure-stock .figure:hover {
      background-image: url(../images/stock-hover.svg);
      margin-top: -60px;
      margin-left: -85px; }
      .figure-stock .figure:hover .figure-txt {
        margin-top: 0; }

.figure-mobile-txt {
  display: none; }

.main-news-block-tittle {
  color: black;
  font-family: MuseoSansCyrl1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -50px;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  margin: 0; }

.content-bottom {
  height: auto;
  background: url("../images/bg-bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  z-index: 100; }
  .content-bottom .large {
    margin-top: -50px; }
  .content-bottom .content-bottom-images > div {
    height: 200px; }
  .content-bottom .news-item-content {
    position: relative;
    transition: 1s; }
    .content-bottom .news-item-content:before {
      content: '';
      width: 100%;
      position: absolute;
      height: 100%;
      background: rgba(0, 0, 0, 0.53);
      transition: 1s; }
  .content-bottom .news-item-content {
    overflow: hidden;
    z-index: 1000; }
    .content-bottom .news-item-content p {
      position: absolute;
      bottom: 20px;
      font-size: 18px;
      color: white;
      text-align: center;
      font-family: MuseoSansCyrl;
      transition: 1s;
      width: 160px;
      left: 50%;
      margin-left: -80px; }
    .content-bottom .news-item-content .news-title {
      font-family: MuseoSansCyrl1;
      text-transform: uppercase; }
    .content-bottom .news-item-content .news-desc {
      width: 70%;
      top: 400px;
      display: block;
      transition: 1s;
      font-size: 13px;
      line-height: 1.4;
      text-align: initial;
      color: #ffcc00; }
    .content-bottom .news-item-content:hover:before {
      background: rgba(0, 0, 0, 0.7); }
    .content-bottom .news-item-content:hover > .news-desc {
      top: 110px; }
    .content-bottom .news-item-content:hover > .news-title {
      bottom: 120px; }
  .content-bottom .content-bottom-img {
    height: 230px;
    width: 230px;
    position: relative;
    overflow: hidden;
    top: -70px;
    transition: .5s; }
    .content-bottom .content-bottom-img:hover {
      border: 3px solid #ffcc00;
      height: 240px;
      width: 240px;
      margin-top: -5px;
      margin-left: -5px; }
  .content-bottom .content-bottom-img-wrapper {
    width: 2000px;
    height: 2000px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1000px;
    margin-top: -1000px;
    line-height: 1999px;
    vertical-align: middle;
    text-align: center; }
  .content-bottom .our-service-img {
    height: 168px;
    width: 168px;
    margin: auto; }
  .content-bottom .rhombus-security {
    background-image: url(../images/rhombus-security.svg); }
  .content-bottom .rhombus-quality {
    background-image: url(../images/rhombus-quality.svg); }
  .content-bottom .rhombus-service {
    background-image: url(../images/delivery.svg); }
  .content-bottom .content-bottom-services {
    margin-top: 20px; }
  .content-bottom .our-service {
    height: 450px; }
    .content-bottom .our-service .cervice {
      transition: .5s;
      margin-bottom: 80px; }
      .content-bottom .our-service .cervice:hover {
        background-color: rgba(41, 41, 41, 0.89);
        border-radius: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0; }
    .content-bottom .our-service h3 {
      text-align: center;
      text-transform: uppercase;
      color: white;
      font-size: 18px;
      margin-top: 38px;
      margin-bottom: 25px;
      font-family: MuseoSansCyrl1; }
    .content-bottom .our-service p {
      font-size: 12px;
      color: #ffcc00;
      max-width: 290px;
      margin: auto;
      text-align: justify;
      font-family: MuseoSansCyrl; }

.bottom-conainer article, .bottom-conainer article p, .bottom-conainer article ul, .bottom-conainer article h1, .bottom-conainer article h2, .bottom-conainer article h3 {
  color: white;
  text-align: justify;
  font-size: 16px;
  font-family: Roboto; }

.reviews {
  min-height: 500px; }

.post-content .post-message p, .comment-count {
  color: white; }

/* *******************************  NEWS_LIST ************************** */
.form-control:focus {
  box-shadow: none; }

.slider-link {
  display: block;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #ffcc00;
  padding: 13px 9px;
  font-size: 11px;
  font-family: MuseoSansCyrl1;
  transition: .5s;
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
  line-height: 20px; }
  .slider-link:hover {
    color: black;
    z-index: 10;
    text-decoration: none; }
  .slider-link:focus {
    z-index: 10;
    text-decoration: none;
    color: #ffcc00; }

.carousel-block-link {
  text-align: right;
  width: 200px;
  border: 1px solid #ffcc00;
  float: right;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .carousel-block-link:after {
    position: absolute;
    content: "";
    background: #ffcc00cc;
    width: 0;
    height: 196px;
    margin-top: -81px;
    left: -7%;
    top: 0;
    transform: rotate(34deg);
    transition: .5s; }
  .carousel-block-link:hover:after {
    width: 110%;
    transition: .5s; }

.button-send.carousel-block-link {
  float: left;
  margin-left: -100px;
  margin-top: 48px;
  width: 250px;
  text-transform: uppercase; }

.auto-service-send.carousel-block-link {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  position: relative; }

.product-catalog-print {
  width: 170px; }

.product-catalog-print .slider-link {
  cursor: pointer;
  width: 170px;
  height: 37px;
  float: left;
  text-transform: uppercase;
  padding-left: 35px;
  transition: 1s; }
  .product-catalog-print .slider-link:before {
    content: "";
    position: absolute;
    background: url(../images/svg/new/printer-gold.svg);
    width: 20px;
    height: 20px;
    left: 25px;
    top: 7px;
    z-index: 100;
    transition: 1s; }

.product-catalog-print:hover .slider-link {
  color: black;
  transition: 1s; }
  .product-catalog-print:hover .slider-link:before {
    background: url(../images/svg/new/printer.svg);
    transition: 1s; }
  .product-catalog-print:hover .slider-link .slider-link {
    color: black; }

.content-news .slider-wrapper img {
  min-width: 70%;
  padding-left: 30%; }

.content-news .slider-wrapper:after {
  content: "";
  width: 30%;
  height: 100%;
  background: #ffcc00;
  position: absolute;
  top: 0; }

.content-news .slider-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.content-news .slider-news-block-txt {
  position: absolute;
  top: 0;
  width: 30%; }

.content-news .slider-news-date {
  text-align: left;
  margin-right: 25px;
  /* margin-top: 40%; */
  font-size: 14px;
  font-family: MuseoSansCyrl;
  color: #656565;
  float: right;
  margin-top: 80px;
  margin-right: 70px;
  margin-bottom: 20px;
  width: 150px; }

.content-news .slider-news-block-link {
  margin-right: 70px;
  text-align: right;
  width: 150px;
  border: 1px solid #333333;
  float: right;
  position: relative;
  overflow: hidden;
  z-index: 0;
  clear: both; }
  .content-news .slider-news-block-link:after {
    position: absolute;
    content: "";
    background: #333333;
    width: 0;
    height: 175px;
    margin-top: -71px;
    left: -7%;
    top: 0;
    transform: rotate(34deg);
    transition: .5s;
    opacity: 0.7; }
  .content-news .slider-news-block-link:hover:after {
    width: 110%;
    transition: .5s; }

.content-news .slider-news-link {
  color: #333;
  display: block;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  font-size: 11px;
  font-family: MuseoSansCyrl1;
  transition: .5s;
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
  line-height: 20px; }
  .content-news .slider-news-link:hover {
    color: #ffcc00;
    z-index: 10;
    text-decoration: none; }

.content-news h4 {
  text-transform: uppercase;
  font-family: MuseoSansCyrl1;
  clear: both;
  float: right;
  width: 150px;
  margin-right: 70px;
  margin-bottom: 20px; }

.content-news .slider-news-desc {
  width: 150px;
  font-size: 15px;
  font-family: PTSerifItalic;
  color: black;
  clear: both;
  float: right;
  margin-right: 70px; }

.content-news .bx-wrapper .bx-pager {
  width: 20%;
  top: 370px; }

.content-news .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  padding: 3px !important;
  border: 1px solid black !important; }
  .content-news .bx-pager.bx-default-pager a.active, .content-news .bx-pager.bx-default-pager a:hover, .content-news .bx-pager.bx-default-pager a:focus {
    background: black !important; }

.content-news .carousel-inner {
  height: 700px; }
  .content-news .carousel-inner .item {
    position: absolute; }
    .content-news .carousel-inner .item .carousel-caption {
      top: 0;
      background: #fc0;
      height: 815px;
      width: 35%;
      left: 0;
      text-shadow: none; }
      .content-news .carousel-inner .item .carousel-caption .carousel-wrapper-txt {
        width: 200px;
        position: relative;
        right: -50%;
        text-align: left; }
      .content-news .carousel-inner .item .carousel-caption .carousel-caption-news-date {
        text-align: left;
        margin-right: 25px;
        margin-top: 40%;
        font-size: 14px;
        font-family: MuseoSansCyrl;
        color: #656565; }
      .content-news .carousel-inner .item .carousel-caption h1 {
        width: 100%;
        text-align: left;
        font-size: 20px;
        color: black; }
      .content-news .carousel-inner .item .carousel-caption .carousel-caption-news-title {
        text-align: left;
        text-transform: uppercase; }
      .content-news .carousel-inner .item .carousel-caption .carousel-caption-news-desc {
        font-size: 15px;
        font-family: PTSerifItalic;
        color: black; }
      .content-news .carousel-inner .item .carousel-caption span {
        margin-right: -15%; }

.content-news .carousel {
  height: 700px;
  margin-bottom: 50px;
  clear: both; }

.content-news .carousel-indicators li {
  border-color: black;
  width: 10px;
  height: 10px; }

.content-news .carousel-indicators .active {
  background: black;
  border-color: black;
  width: 11px;
  height: 11px; }

body .content-news .bx-wrapper {
  background: #ffcc00; }

.container .row {
  max-width: 100%;
  margin-left: 0; }

.title-txt {
  color: #ffcc00;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 40px;
  margin-bottom: 50px;
  font-family: MuseoSansCyrl1;
  font-weight: bolder;
  font-size: 30px; }
  .title-txt span {
    font-size: 13px;
    font-family: MuseoSansCyrl; }

.title-txt .product-tittle {
  margin-bottom: 60px;
  font-size: 30px;
  display: inline-block; }

.wrapper-news-list-img {
  height: 525px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  position: relative; }

.container .news-content {
  width: 77%;
  margin: auto;
  font-family: Roboto; }

.container .news-items {
  margin-bottom: 50px; }

.news-list-item {
  height: 400px;
  margin-bottom: 20px; }
  .news-list-item a, .news-list-item a:focus, .news-list-item a:hover {
    display: block;
    height: 100%;
    text-decoration: none; }
  .news-list-item:hover img {
    min-width: 240px;
    min-height: 240px;
    transition: .5s; }
  .news-list-item:hover a {
    text-decoration: none; }
  .news-list-item:hover .news-item-txt-title, .news-list-item:hover .news-item-txt {
    text-decoration: underline; }

.news-item-txt-title {
  color: #ffcc00;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 160px;
  margin-left: 70px;
  font-family: MuseoSansCyrl1;
  height: 40px;
  display: flex;
  align-items: center; }

.news-date {
  color: #bfbbbb;
  font-size: 12px;
  margin-bottom: 0px;
  width: 160px;
  margin-left: 70px; }

.news-item-txt {
  color: #ffcc00;
  transition: 1s;
  width: 70%;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  text-align: initial;
  font-family: PTSerifItalic;
  margin-top: 25px;
  margin-left: 40px; }

.news-item {
  position: relative; }
  .news-item .news-img-wrapper {
    height: 232px;
    width: 232px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    outline: 0; }
  .news-item .news-img-inner-wrapper {
    width: 2000px;
    height: 2000px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1000px;
    margin-top: -1000px;
    line-height: 1999px;
    vertical-align: middle;
    text-align: center; }
  .news-item img {
    max-height: 232px;
    max-width: 232px;
    display: inline-block;
    transition: .5s;
    height: 232px; }

.news-spacing {
  margin-bottom: 40px; }

.about-top-txt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: justify; }
  .about-top-txt article {
    column-gap: 65px;
    margin-bottom: 20px; }
    .about-top-txt article h2, .about-top-txt article h3, .about-top-txt article h4 {
      color: #ffcc00; }
    .about-top-txt article ul, .about-top-txt article ol {
      color: white;
      font-size: 15px;
      margin-left: 20px; }
    .about-top-txt article p {
      color: white;
      font-size: 16px;
      line-height: 1.75em; }

.about-column-txt {
  width: 30%;
  text-align: justify;
  color: white;
  font-family: MuseoSansCyrl; }
  .about-column-txt ol, .about-column-txt ul {
    font-size: 16px;
    margin-left: 20px; }

.img-desc {
  color: #ffcc00;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px;
  font-family: MuseoSansCyrl;
  font-size: 14px; }

.wrapper-about-list-img {
  height: auto;
  margin-bottom: 35px; }
  .wrapper-about-list-img p {
    font-size: 13px;
    color: #ffcc00;
    margin-top: 20px;
    font-family: PTSerifItalic; }
    .wrapper-about-list-img p img {
      margin: auto;
      display: block; }

/**************************** CONTACTS **********************************/
.contacts-number-block {
  background: #ffcc00;
  min-height: 300px !important;
  padding-top: 40px;
  padding-bottom: 50px; }
  .contacts-number-block div {
    margin-top: 10px;
    font-family: MuseoSansCyrl; }
  .contacts-number-block div:nth-child(odd) {
    text-align: right; }

.contacts-map-block {
  min-height: 334px !important;
  position: relative;
  z-index: 100;
  padding-right: 0; }

.contact-street p {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  font-size: 15px; }

.contact-page .button-send.carousel-block-link {
  float: none;
  bottom: -35px;
  margin: auto; }

.contact-document-block-wrap {
  clear: both;
  padding: 30px 0; }

.contact-document-block-content {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background: #ffcc00;
  min-height: 130px;
  flex-direction: column; }

.content-document-block-title {
  color: black;
  font-weight: bold;
  font-size: 15px;
  font-family: inherit; }

.contact-document-block-item-wrap {
  display: flex;
  width: 100%;
  justify-content: space-around; }

.contact-document-block-item {
  display: flex;
  align-items: center; }
  .contact-document-block-item a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    font-family: MuseoSansCyrl; }

.contact-document-block-img {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat; }
  .contact-document-block-img--pdf {
    background-image: url(../images/svg/contact/pdf.svg); }
  .contact-document-block-img--doc {
    background-image: url(../images/svg/contact/doc.svg); }
  .contact-document-block-img--img {
    background-image: url(../images/svg/contact/img.svg); }

.contact-document-block-txt {
  font-weight: bold;
  font-family: inherit;
  font-size: 14px; }

.contact-form-block {
  clear: both;
  width: 77%;
  margin: auto;
  padding-top: 60px;
  margin-bottom: 50px; }
  .contact-form-block label {
    display: block;
    color: #ffcc00;
    font-size: 12px;
    padding-left: 35px;
    font-family: PTSerifItalic; }
  .contact-form-block input {
    background: transparent;
    color: #ffcc00;
    border-color: #ffcc00;
    height: 46px;
    font-size: 11px;
    padding-left: 30px;
    font-family: MuseoSansCyrl1;
    letter-spacing: 1px; }
    .contact-form-block input:focus {
      background: transparent; }
  .contact-form-block textarea {
    background: transparent;
    border-color: #ffcc00;
    color: #ffcc00;
    height: 204px;
    margin-bottom: 10px; }
    .contact-form-block textarea:focus {
      background: transparent; }
  .contact-form-block .contact-send {
    width: 220px;
    margin: auto;
    background-color: #ffcc00;
    display: block;
    clear: both;
    position: relative;
    bottom: -40px;
    z-index: 1000; }
    .contact-form-block .contact-send:hover {
      background: #c39d04; }

.contact-page-phone {
  text-decoration: none;
  color: black;
  font-family: MuseoSansCyrl; }

.contact-page-phone:hover {
  color: black;
  text-decoration: none; }

/* *************************** FOOTER ********************************* */
.footer {
  background-color: #ffcc00;
  position: relative;
  margin-top: 0;
  z-index: 200; }
  .footer .footer-link-item {
    min-height: 160px; }
  .footer .footer-content div > div {
    position: relative;
    z-index: 100; }
  .footer .footer-content p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
    color: black; }
  .footer .footer-content h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-left: 95px;
    margin-top: 10px;
    color: black; }
  .footer .footer-content .footer-left-block .footer-phone-block {
    text-align: right; }
  .footer .footer-content .footer-left-block .footer-phone {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../images/footer-phone.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle; }
  .footer .footer-content .footer-left-block p {
    margin-bottom: 5px; }
  .footer .footer-content .footer-center-block {
    position: relative;
    z-index: 20; }
    .footer .footer-content .footer-center-block h3 {
      font-family: MuseoSansCyrl3;
      margin-top: 19px;
      margin-bottom: 15px;
      margin-left: 70px;
      width: 56%; }
    .footer .footer-content .footer-center-block p {
      margin-left: 100px; }
    .footer .footer-content .footer-center-block a {
      color: black;
      text-decoration: underline; }
      .footer .footer-content .footer-center-block a:hover p {
        color: #949494;
        text-decoration: underline; }

.footer-content {
  width: 1125px;
  padding-bottom: 25px;
  padding-top: 17px;
  overflow: hidden; }

.footer-logo {
  margin-bottom: 40px;
  text-align: right;
  padding-top: 35px; }

.footer-left-block h3 {
  margin-bottom: 25px;
  text-align: right;
  font-family: MuseoSansCyrl3; }

.footer-phone-item {
  margin-bottom: 20px;
  font-family: MullerLight; }

.footer-left-block {
  margin-right: 5px; }

.footer-menu {
  padding-top: 12px; }

.footer-hand {
  position: absolute;
  right: 0;
  overflow: hidden;
  height: 465px;
  width: 784px;
  z-index: 1;
  bottom: 0; }
  .footer-hand img {
    position: absolute;
    right: -460px; }

.img-footer-main {
  right: -446px;
  top: 30px; }

.img-footer-center-of-hydraulics {
  right: -85px;
  top: 145px;
  width: auto; }

.footer-phone-item a {
  color: black;
  font-weight: 100;
  font-size: 12px; }
  .footer-phone-item a:hover p {
    color: #949494;
    text-decoration: underline; }

.footer-call-back {
  color: black;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline; }

.oil-breadcrumbs {
  text-align: center; }
  .oil-breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase; }
    .oil-breadcrumbs li a {
      color: #ababab;
      font-family: MuseoSansCyrl;
      letter-spacing: 3px; }
  .oil-breadcrumbs li:last-child a {
    color: #ffcc00; }
  .oil-breadcrumbs span {
    color: #ababab;
    padding-left: 7px;
    padding-right: 7px; }

.footer .footer-content .footer-center-block a:hover, .footer-call-back:hover {
  color: #ababab; }

/*  ********** POP-UP **********  */
.pop-up-call-us, .my-pop-up {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .pop-up-call-us p, .my-pop-up p {
    font-size: 16px;
    margin-top: 26%; }

.my-pop-up.spare-parts-pop-up {
  display: none; }

.discover-phone {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-family: Roboto; }

.discover-phone p {
  margin-top: 20px; }

.my-pop-up {
  display: block; }

.pop-up-content {
  position: fixed;
  left: 50%;
  top: 28%;
  width: 500px;
  margin-left: -250px;
  height: 300px;
  background-color: #403f3f;
  box-shadow: 15px 18px 14px rgba(0, 0, 0, 0.7); }
  .pop-up-content form {
    width: 400px;
    display: block;
    margin: auto;
    margin-top: 30px; }
    .pop-up-content form label {
      font-size: 16px; }
    .pop-up-content form input {
      font-size: 15px;
      width: 100%;
      height: 46px; }
    .pop-up-content form div {
      margin-top: 10px;
      clear: both;
      width: auto;
      padding-top: 0;
      margin-bottom: 0; }
    .pop-up-content form button {
      width: 150px;
      margin: auto;
      display: block;
      margin-top: 40px;
      border-radius: 4px;
      background-color: #ffcc00;
      transition: 1s; }
      .pop-up-content form button:hover {
        background-color: #5a5a5a;
        color: white; }
  .pop-up-content .pop-up-exit {
    position: absolute;
    top: -50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2;
    border-radius: 50%;
    background-color: white;
    color: #ffcc00;
    font-size: 20px;
    transition: 1s;
    right: -50px; }
    .pop-up-content .pop-up-exit:hover {
      background-color: grey;
      text-decoration: none;
      color: white; }

.pop-up-content .carousel-block-link .button-send {
  margin-top: 10px; }

.pop-up-content p {
  color: white; }

.pop-up-content form label {
  font-size: 12px; }

.pop-up-call-back.carousel-block-link.button-send.keep-shopping {
  float: none;
  margin: auto;
  margin-top: 10px; }

/**************************************GLOBAL CART*********************************************************************/
.modal-shadow {
  width: 100%;
  height: 101%;
  background-color: rgba(28, 30, 30, 0.8);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1000; }

.modal-shadow img {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  display: none; }

.modal-shadow.open {
  left: 0; }

.modal-shadow.show-image img {
  display: block; }

.modal-shadow:before {
  content: ""; }

.global-cart-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1200;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(28, 30, 30, 0.8); }

.global-cart-wrapper.open {
  left: 0; }

/*.global-cart-wrapper.open .modal-shadow{*/
/*left :0;*/
/*}*/
.global-cart-wrapper.open .global-cart-modal-body-container {
  left: 0;
  transition: left 0.4s; }

.global-cart-modal-body-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: -100%;
  transition: left 0.5s;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.global-cart-wrapper.open .global-cart-modal-body-container.scroll {
  overflow-y: scroll; }

.global-cart-modal-body-wrapper {
  z-index: 1001;
  position: relative;
  width: 900px;
  min-height: 100%;
  left: 50%;
  top: 50%;
  margin-top: -400px;
  margin-left: -450px;
  top: 30px;
  margin-top: 125px; }

.global-cart-modal-body {
  background-color: #403f3f;
  border-radius: 0px;
  width: 100%;
  min-height: 200px;
  padding-bottom: 25px; }

.block-close {
  position: absolute;
  right: 0;
  top: -60px; }

.close-button {
  width: 0;
  display: inline-block;
  cursor: pointer;
  padding-right: 25px;
  padding-left: 13px;
  font-family: MullerBold;
  font-size: 19px;
  background-color: transparent;
  text-transform: uppercase;
  color: white;
  line-height: 37px;
  border-radius: 50%; }

.close-button:hover {
  background: #a99808;
  color: black;
  text-decoration: none; }

.global-cart-item-header, .global-cart-item-content-container {
  float: left;
  width: 100%; }

.global-cart-items-container {
  min-height: 350px;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.global-cart-items-container h2 {
  text-align: center;
  color: white;
  margin-top: 40px; }

.form-cart-order.contact-form-block {
  margin-bottom: 0;
  padding-top: 0; }

.global-cart-item-wrapper {
  float: left;
  width: 100%; }

.global-cart-item-cod {
  float: left;
  width: 290px;
  padding-left: 130px;
  font-size: 10px;
  color: #2E8FCF;
  font-family: MullerRegular;
  height: 35px;
  line-height: 36px; }

.code-wrapper {
  font-size: 11px; }

.global-cart-item-remove {
  float: left;
  height: 35px;
  line-height: 36px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: MullerBold;
  width: 370px;
  margin-left: 20px;
  position: relative; }

.global-cart-item-remove:before {
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #006EAA;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999; }

.cart-remove-item {
  background-color: #EE5D59;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 10001;
  position: relative; }

.global-cart-item-poster-wrapper {
  float: left; }

.global-cart-item-poster-wrapper {
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid #006FAB !important;
  overflow: hidden;
  position: relative; }

.global-cart-item-poster-inner-wrapper {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: 50%;
  top: 50%;
  margin-top: -500px;
  margin-left: -500px;
  line-height: 1001px;
  text-align: center; }

.global-cart-item-poster-inner-wrapper img {
  min-height: 90px;
  min-width: 90px;
  max-height: 120px; }

.global-cart-item-shortcut {
  float: left;
  padding: 0 30px;
  font-family: Georgia;
  font-size: 17px;
  width: 350px; }

.index-product-price.cart-price-wraper {
  width: 195px; }

.select-default-view.global-cart-select .btn-default,
.select-default-view.global-cart-select .dropdown-menu {
  font-size: 9px;
  line-height: 16px; }

.select-default-view.global-cart-select.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
select.global-cart-select.select-default-view,
.select-default-view.global-cart-select .dropdown-menu {
  width: 150px; }

.global-cart-element-feature label {
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  font-family: MullerRegular;
  display: inline-block;
  width: 90px;
  text-align: right;
  padding-right: 10px; }

.global-cart-element-feature span.cart-feature-item {
  font-size: 15px;
  line-height: 18px;
  font-family: MullerThin; }

.global-cart-element-feature {
  margin-top: 20px; }

.global-cart-item-shortcut .global-cart-element-feature + .global-cart-element-feature {
  margin-top: 10px; }

.global-cart-item-price-container-wrapper {
  height: 80px;
  width: 100%;
  margin-top: 15px; }

.global-cart-item-price-container {
  float: right;
  width: 200px;
  border-top: 2px solid #006EAA; }

.index-product-input.global-cart-item-price-input {
  margin-top: 20px;
  float: left;
  width: 100px; }

.index-product-input.global-cart-item-price-input .minus {
  background-position: 100% 20px; }

.index-product-input.global-cart-item-price-input .plus {
  background-position: 100% 0; }

.index-product-input.global-cart-item-price-input .number-input-wrapper {
  border: 1px solid #006EAA; }

.index-product-input.global-cart-item-price-input .number-input-wrapper input {
  color: #006EAA; }

.global-cart-item-price {
  float: left;
  width: 95px; }

.global-cart-item-price-sum {
  font-size: 12px;
  font-family: GeorgiaItalic; }

.global-cart-item-price-value {
  font-size: 27px;
  height: 38px;
  line-height: 32px;
  font-family: Georgia;
  vertical-align: bottom;
  overflow: hidden; }

.global-cart-item-price-value:after {
  display: inline-block;
  content: "грн";
  padding-left: 4px;
  font-size: 12px;
  height: 38px;
  line-height: 50px;
  vertical-align: bottom;
  font-family: GeorgiaItalic; }

.global-cart-checkbox-wrapper {
  float: left;
  width: 16px;
  margin-right: 10px; }

.global-cart-set-item-title {
  float: left;
  width: 260px; }

.global-cart-set-item-title-container {
  float: left;
  width: 100%; }

.global-cart-set-item-shortcut {
  float: left; }

.global-cart-item-content .global-cart-set-item-shortcut + .global-cart-set-item-shortcut {
  margin-left: 90px;
  margin-top: 20px; }

.global-cart-item-final-price-container {
  width: 750px;
  height: 70px;
  margin: 20px auto;
  border-top: 2px solid #f8c935;
  font-size: 15px;
  font-family: GeorgiaItalic; }

.global-cart-item-final-price-wrapper {
  margin-top: 10px;
  float: right;
  width: 195px;
  color: white;
  font-family: MuseoSansCyrl; }

.global-cart-item-final-price {
  font-size: 48px;
  line-height: 50px;
  font-family: MuseoSansCyrl; }

.global-cart-item-final-price:after {
  content: "грн";
  display: inline-block;
  font-size: 18px;
  font-family: MuseoSansCyrl;
  padding-left: 4px; }

.global-cart-modal-buttons {
  margin-top: 30px;
  float: left;
  width: 100%;
  padding-bottom: 50px; }

.global-cart-modal-button-item {
  display: block;
  width: 260px;
  height: 53px;
  font-family: MullerBold;
  font-size: 13px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase; }

.carousel-block-link.button-send.keep-shopping {
  margin-top: 0;
  margin-left: auto;
  font-size: 13px; }

.global-cart-modal-button-item.keep-shopping {
  float: left;
  color: black;
  background: #f8c935;
  position: relative;
  border-radius: 0; }

.keep-shopping .slider-link {
  padding: 15px 9px; }

.button-send.carousel-block-link.keep-shopping.clean {
  border-color: red;
  float: right;
  width: 145px;
  height: 42px; }

.button-send.carousel-block-link.keep-shopping.clean:after {
  content: none; }

.button-send.carousel-block-link.keep-shopping.clean .slider-link:hover {
  color: red; }

.global-cart-modal-button-item.keep-shopping:hover {
  background-color: rgba(0, 0, 0, 0.62);
  color: #f8c935; }

.global-cart-modal-button-item.keep-shopping span {
  display: inline-block;
  position: relative;
  font-family: MuseoSansCyrl1;
  letter-spacing: 1px; }

.global-cart-modal-button-item.make-order {
  float: right;
  color: black;
  background: #f8c935;
  border-radius: 0;
  transition: .5s;
  font-family: MuseoSansCyrl1; }

.global-cart-modal-button-item.make-order:hover {
  color: #f8c935;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.62); }

.global-cart-modal-button-item.make-order:focus {
  outline: 0 !important; }

.carousel-block-link.button-send.make-order {
  background: #ffcc00;
  float: right;
  margin-top: 0;
  margin-left: auto; }

.carousel-block-link.button-send.make-order .slider-link {
  color: black;
  padding: 15px 9px; }

.carousel-block-link.button-send.make-order .slider-link:hover {
  color: #ffcc00; }

.carousel-block-link.button-send.make-order:after {
  background: black; }

/********************   Cart style ************/
.global-cart-items-container img {
  background: white;
  width: 152px;
  margin: auto;
  display: block; }

.global-cart-items-container .show-product-desc {
  padding-left: 0;
  padding-top: 0; }

.global-cart-items-container .desc-product-model, .global-cart-items-container .desc-availability {
  padding-top: 4px; }

.global-cart-items-container .desc-discount {
  margin-top: 15px; }

.global-cart-items-container .desc-new-price {
  margin-bottom: 15px; }

.global-cart-items-container .show-product {
  position: relative;
  margin-top: 20px;
  min-height: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 50px;
  overflow: hidden;
  padding-top: 40px; }

.cart-exit {
  position: absolute;
  top: -55px;
  right: 0; }

.product-cart-del {
  position: absolute;
  right: 50px;
  font-size: 21px;
  background: #ffcc00;
  border-radius: 50%;
  padding: 0px 9px 2px;
  color: #000000;
  line-height: 28px;
  top: 0; }

.product-cart-del:before {
  content: "";
  width: 1px;
  display: block;
  height: 160px;
  position: absolute;
  background: #ffcc00;
  top: 22px;
  right: 8px;
  z-index: 0; }

.product-cart-del:after {
  content: "";
  position: absolute;
  height: 1px;
  display: block;
  background: #ffcc00;
  width: 800px;
  left: -792px;
  top: 7px; }

.global-cart-items-container .desc-manufacturer {
  min-height: 30px; }

.global-cart-items-container .desc-product-model, .global-cart-items-container .desc-availability {
  min-height: 35px; }

.form-cart-order.contact-form-block {
  display: none; }

/**************************************END GLOBAL CART*****************************************************************/
/************ CENTER OF HYDRAULICS *****************/
.background-content-hydraulics:before {
  content: "";
  position: absolute;
  height: 340px;
  width: 296px;
  background: url(../images/4-oil_podlozhka.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -37px;
  top: 80px; }

.hydraulics-content {
  top: 200px;
  height: auto;
  background: transparent;
  padding: 0; }
  .hydraulics-content:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 600px;
    background: url(../images/hydraulics-content-img.png);
    background-size: contain;
    top: 269px;
    left: -250px;
    background-repeat: no-repeat; }

.hydraulics-content h1 {
  font-family: MuseoSansCyrl1;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #33cc99;
  margin-bottom: 40px; }

.hydraulics-content article {
  column-count: 2;
  column-gap: 25px;
  text-align: justify;
  width: 75%;
  margin: auto; }

#article {
  overflow: hidden;
  position: relative;
  transition: 1s;
  width: 1170px;
  margin: auto; }

#article p, #article {
  font-family: Roboto;
  font-size: 16px; }

.auto-service-content article {
  width: 75%;
  margin: auto; }

.article-hide {
  max-height: 90px; }

.article-hide:after {
  content: "";
  height: 30px;
  position: absolute;
  bottom: 0;
  background: #ffffffd6;
  display: block;
  box-shadow: 0px -16px 52px 28px rgba(255, 255, 255, 0.74);
  transition: 1s;
  width: 75%;
  left: 50%;
  margin-left: -37.5%; }

.article-show {
  max-height: 1000px; }

.article-show:after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: none;
  display: block;
  box-shadow: none;
  transition: 1s; }

.hydraulics-figures-block {
  height: 800px;
  background: white; }

.hydraulics-figures-block .figure-mobile-structure {
  display: none; }

.hydraulics-border {
  width: 600px;
  border-top: 3px #33cc99 solid;
  margin: auto;
  margin-top: 30px; }

.hydraulics-link {
  text-transform: uppercase;
  width: 140px;
  margin: auto;
  margin-top: 20px;
  text-align: center; }
  .hydraulics-link a {
    color: #33cc99; }
  .hydraulics-link a:after {
    color: #33cc99;
    content: "Показати більше"; }
  .hydraulics-link a.show-article:after {
    content: "скрыть";
    color: #33cc99; }

.high-pressure-sleeves p, .hydraulic-cylinders p,
.hydraulic-seals p, .pneumatics p {
  width: 100px;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: MuseoSansCyrl1;
  color: black;
  position: absolute; }
  .high-pressure-sleeves p:before, .hydraulic-cylinders p:before,
  .hydraulic-seals p:before, .pneumatics p:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 150%;
    background: #33cc99; }

.high-pressure-sleeves div, .hydraulic-cylinders div, .hydraulic-seals div, .pneumatics div {
  width: 190px;
  height: 190px;
  position: absolute;
  z-index: 1;
  transition: .3s;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.high-pressure-sleeves div:hover {
  width: 225px;
  height: 225px;
  top: -50px;
  right: 7px;
  z-index: 2; }

.hydraulic-cylinders div:hover {
  width: 225px;
  height: 225px;
  top: -2px;
  right: 158px;
  z-index: 2; }

.hydraulic-seals div:hover {
  width: 225px;
  height: 225px;
  right: 303px;
  top: 48px;
  z-index: 2; }

.pneumatics div:hover {
  width: 225px;
  height: 225px;
  right: 447px;
  top: 96px;
  z-index: 2; }

.high-pressure-sleeves {
  position: relative;
  height: 100px; }
  .high-pressure-sleeves div {
    background: url("../images/svg/new/figure-rukav.svg");
    background-repeat: no-repeat;
    right: 30px;
    top: -30px;
    background-size: contain; }
  .high-pressure-sleeves p {
    left: 170px;
    top: 37px; }
    .high-pressure-sleeves p:before {
      margin-left: 100%;
      height: 2px; }

.hydraulic-cylinders {
  position: relative;
  height: 100px; }
  .hydraulic-cylinders div {
    background: url("../images/svg/new/figure-cilindr.svg");
    background-repeat: no-repeat;
    right: 172px;
    top: 18px;
    background-size: contain; }
  .hydraulic-cylinders p {
    right: -80px;
    top: 92px; }
    .hydraulic-cylinders p:before {
      margin-left: -175px;
      height: 2px; }

.hydraulic-seals {
  position: relative;
  height: 100px; }
  .hydraulic-seals div {
    background: url("../images/svg/new/kolcia.svg");
    background-repeat: no-repeat;
    right: 318px;
    top: 63px;
    background-size: contain; }
  .hydraulic-seals p {
    right: 45px;
    top: 135px; }
    .hydraulic-seals p:before {
      margin-left: -175px;
      height: 2px; }

.pneumatics {
  position: relative;
  height: 100px; }
  .pneumatics div {
    background: url("../images/svg/new/pneumatics.svg");
    background-repeat: no-repeat;
    right: 462px;
    top: 111px;
    background-size: contain; }
  .pneumatics p {
    right: 172px;
    top: 192px; }
    .pneumatics p:before {
      margin-left: -175px;
      height: 2px; }

.hydraulics-bottom {
  min-height: 580px !important; }
  .hydraulics-bottom article {
    color: white;
    position: relative;
    column-count: 2;
    column-gap: 25px;
    text-align: justify;
    font-size: 14px;
    width: 75%;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 60px; }
  .hydraulics-bottom ul {
    margin-left: 17px;
    margin-top: 6px; }

.form-service-select {
  margin-bottom: 10px;
  position: relative; }

.form-service-select option {
  background: black;
  color: white; }

.form-service-select select {
  background: transparent;
  color: #ffcc00;
  border-color: #ffcc00;
  height: 46px;
  font-size: 15px;
  padding-left: 30px; }

.form-service-select:after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-select-phone.png);
  width: 10px;
  height: 7px;
  right: 15px;
  top: 20px;
  background-repeat: no-repeat; }

.form-service-select.autoservice-select:after {
  content: normal; }

.is-provide-information {
  display: flex;
  align-items: center; }

.is-provide-information label {
  padding-left: 17px; }

.agreement-text {
  margin-top: 80px;
  text-align: justify; }

.agreement-text a, .agreement-text p {
  color: white;
  font-size: 14px;
  line-height: 1.75em;
  font-family: Roboto; }

a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-next.ui-corner-all {
  text-align: center; }

a.ui-datepicker-prev.ui-corner-all:hover, a.ui-datepicker-next.ui-corner-all:hover {
  text-decoration: none;
  font-weight: bolder;
  text-align: center; }

a.ui-datepicker-prev.ui-corner-all:after {
  content: "<"; }

a.ui-datepicker-next.ui-corner-all:after {
  content: ">"; }

.ui-datepicker td a {
  height: 20px;
  text-align: center;
  padding-top: 4px; }

.date-input {
  position: relative; }

.date-input input {
  position: relative;
  z-index: 2;
  cursor: pointer; }

.date-input:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/calendar.png);
  background-size: contain;
  right: 18px;
  top: 6px; }

/********************* AUTO SERVICE *********************/
.content.auto-service-wrap {
  overflow: unset; }

.service-embedded-content {
  padding-top: 20px; }

.auto-service-content {
  top: 200px;
  height: auto;
  background: transparent;
  padding: 0; }

.auto-service-content h1 {
  font-family: MuseoSansCyrl1;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #ee1414;
  margin-bottom: 55px;
  margin-top: 65px; }

.auto-service-content article {
  column-count: 2;
  column-gap: 25px;
  margin-bottom: 20px;
  text-align: justify; }

.auto-service-border {
  width: 600px;
  border-top: 3px #ee1414 solid;
  margin: auto;
  margin-top: 30px;
  position: relative; }

.auto-service-border #article-read-more, .auto-service-border #article-read-more:after {
  color: #ee1414; }

.auto-service-figures-block {
  min-height: 800px; }

.auto-service-content .hydraulics-link {
  margin-bottom: 65px; }

.rhombus-figure {
  position: absolute;
  left: 50%; }

.rhombus-figure a {
  width: 173px;
  height: 173px;
  background-size: cover;
  transform: rotate(45deg);
  display: block;
  transition: .3s; }

.engine-repair a {
  background-image: url("../images/svg/auto-service/motor.svg"); }

.engine-repair {
  margin-left: -371px; }

.repair-kpp a {
  background-image: url("../images/svg/auto-service/kpp.svg"); }

.repair-kpp {
  margin-left: -85px; }

.chassis-repair a {
  background-image: url("../images/svg/auto-service/hodova.svg"); }

.chassis-repair {
  margin-left: 199px; }

.computer-diagnostics a {
  background-image: url("../images/svg/auto-service/laptop.svg"); }

.computer-diagnostics {
  margin-left: -228px;
  margin-top: 144px; }

.change-of-oil a {
  background-image: url("../images/svg/auto-service/oil.svg"); }

.change-of-oil {
  margin-left: 59px;
  margin-top: 144px; }

.repair-conditioner a {
  background-image: url("../images/svg/auto-service/ac.svg"); }

.repair-conditioner {
  margin-left: -84px;
  margin-top: 287px; }

.rhombus-figure a:hover {
  width: 223px;
  height: 223px;
  margin-left: -25px;
  margin-top: -25px; }

.bottom-article {
  color: white;
  position: relative;
  column-count: 2;
  column-gap: 25px;
  text-align: justify;
  font-size: 14px;
  width: 75%;
  margin: auto;
  margin-top: 90px;
  margin-bottom: 60px; }

.auto-service-content-top-img {
  position: absolute;
  top: -246px;
  right: 38px;
  height: 409px;
  width: 496px;
  background-image: url(../images/svg/auto-service/maintenance-hero_img.png);
  background-size: cover;
  transform: rotate(8deg); }

.auto-service-content-bottom-img {
  position: absolute;
  left: 52px;
  width: 356px;
  height: 220px;
  bottom: 280px;
  background-image: url(../images/svg/auto-service/car.png);
  background-size: cover;
  transform: rotate(-128deg); }

.img-footer-auto-service {
  top: 98px;
  right: -233px; }

.img-footer-auto-service img {
  margin-left: 100px;
  width: 576px;
  right: -300px;
  transform: rotate(0deg);
  transition: 2s; }

.img-footer-auto-service .img-rotate-left {
  transform: rotate(-90deg) translate(0px, -300px); }

/* *********** Catalog ********  */
.catalog-container {
  margin: auto;
  max-width: 1500px;
  margin-bottom: 30px;
  min-height: 200px;
  position: relative;
  z-index: 300;
  margin-top: 45px; }

.catalog-container .global-cart-modal-buttons {
  position: absolute;
  left: 87px;
  margin-top: -75px; }

.catalog-container .catalog-bar {
  padding-right: 0; }

.catalog-bar-tittle:hover, .catalog-bar-filter:hover {
  text-decoration: none; }

.catalog-bar-tittle h2, .catalog-bar-filter h2 {
  color: #ffcc00;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-family: MuseoSansCyrl1;
  font-weight: bolder;
  font-size: 25px;
  padding-right: 70px; }

.catalog-bar-filter form {
  margin-right: -5px; }

.catalog-bar-structure, .catalog-bar-filter {
  text-align: right;
  padding-right: 70px;
  margin-bottom: 60px; }
  .catalog-bar-structure ul, .catalog-bar-filter ul {
    list-style: none; }
    .catalog-bar-structure ul li, .catalog-bar-filter ul li {
      margin-top: 17px; }
    .catalog-bar-structure ul ul, .catalog-bar-filter ul ul {
      max-height: 0;
      overflow: hidden;
      transition: 1s ease-in-out; }
  .catalog-bar-structure li, .catalog-bar-filter li {
    position: relative;
    cursor: pointer; }
    .catalog-bar-structure li.embedded:before, .catalog-bar-filter li.embedded:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      right: -20px;
      margin-top: 4px;
      background: url("../images/svg/catalog-plus.svg") no-repeat;
      transition: .3s; }
  .catalog-bar-structure .embedded-list .under-category, .catalog-bar-filter .embedded-list .under-category {
    min-height: 0; }
  .catalog-bar-structure .embedded-list li:last-child, .catalog-bar-filter .embedded-list li:last-child {
    margin-bottom: 15px; }
  .catalog-bar-structure a, .catalog-bar-filter a {
    color: white;
    font-family: MuseoSansCyrl;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative; }
    .catalog-bar-structure a:hover, .catalog-bar-structure a:focus, .catalog-bar-filter a:hover, .catalog-bar-filter a:focus {
      color: white;
      text-decoration: none; }
  .catalog-bar-structure .active.embedded:before, .catalog-bar-filter .active.embedded:before {
    transform: rotate(43deg);
    width: 13px;
    height: 13px; }

.catalog-bar-structure .active ul, .catalog-bar-filter .active ul {
  display: block;
  max-height: 500px; }

.mobile-header-menu .catalog-bar-structure .active ul, .mobile-header-menu .catalog-bar-filter .active ul {
  max-height: 1000px; }

.catalog-bar-filter li li {
  padding-right: 35px; }

.catalog-bar-filter label {
  color: white;
  font-family: MuseoSansCyrl1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative; }

.catalog-bar-filter input {
  display: none; }

.catalog-bar-filter .filter-checkbox + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -38px;
  top: -4px;
  background: url(../images/svg/filter-off.svg); }

.catalog-bar-filter input:checked + label:before {
  background: url("../images/svg/filter-on.svg"); }

.filter-container {
  text-align: right; }
  .filter-container li li {
    padding-right: 35px; }
  .filter-container label {
    color: white;
    font-family: MuseoSansCyrl1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative; }
  .filter-container input {
    display: none; }
  .filter-container input[type="checkbox"] + label {
    display: block;
    font-size: 10px;
    margin-top: 17px;
    margin-right: 40px; }
  .filter-container input + label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -12px;
    background: url(../images/svg/filter-off.svg); }
  .filter-container input:checked + label:before {
    background: url("../images/svg/filter-on.svg"); }

.filters-catalog {
  padding-right: 75px;
  text-align: center; }

.filters-catalog > a {
  color: red;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
  letter-spacing: 1px;
  text-align: center; }

.filters-catalog > a:hover {
  color: darkred; }

.filter-container > div > div > label {
  color: #ffcc00;
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 16px; }

.filter-container .filter-container-select-filter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end; }

.change-select {
  width: 145px; }

.towns.select, .towns.num-on-page {
  width: 145px; }

.product-on-page-select, .auto-service-send-select {
  display: none; }

.filter-container-select-filter .product-on-page-select {
  width: 150px;
  display: none; }

.filter-container-select-label {
  margin-top: 0; }

.filter-container > div {
  margin-bottom: 20px; }

.pdf-instruction {
  text-align: center;
  margin-top: 115px; }

.download-catalog a {
  color: #ffcc00;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-family: MuseoSansCyrl1; }

.pdf-instruction {
  margin-bottom: 20px; }

.pdf-instruction img {
  width: 70px;
  margin-bottom: 20px; }

.catalog-container .catalog-table-block {
  padding-right: 0;
  z-index: 500;
  position: relative; }

.catalog-table {
  width: 100%;
  border: none;
  margin-top: 35px;
  margin-bottom: 35px; }
  .catalog-table thead {
    background: transparent; }
    .catalog-table thead th {
      color: #ffcc00;
      text-align: center;
      height: 45px;
      font-size: 10px;
      position: relative;
      padding-bottom: 15px; }
    .catalog-table thead th:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 35px;
      background: #ffcc00; }
    .catalog-table thead th:nth-child(6):before {
      background: none; }
    .catalog-table thead th:nth-child(1):after {
      content: "";
      position: absolute;
      width: 15px;
      height: 2px;
      left: -15px;
      top: 35px;
      background: #ffcc00; }
  .catalog-table tbody tr td {
    background: #bcbcbe;
    height: 57px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Muller-Medium; }
    .catalog-table tbody tr td .table-tovar-link {
      position: absolute;
      margin-top: -5px;
      height: 57px;
      margin-left: 15px;
      width: calc(99% - 154px);
      left: 0; }
    .catalog-table tbody tr td img {
      height: 47px; }
    .catalog-table tbody tr td .currency {
      font-size: 9px; }
  .catalog-table tbody tr td:nth-child(5) {
    font-size: 15px; }
  .catalog-table tbody tr td:nth-child(6) {
    background: transparent;
    width: 150px; }
  .catalog-table tbody tr:nth-child(2n) {
    background: transparent; }
    .catalog-table tbody tr:nth-child(2n) td {
      background: #c6c7ca; }
      .catalog-table tbody tr:nth-child(2n) td .table-tovar-link {
        margin-left: 0;
        width: calc(99% - 138px); }
    .catalog-table tbody tr:nth-child(2n) td:nth-child(1):before {
      content: "";
      width: 15px;
      height: 57px;
      position: absolute;
      background: rgba(198, 199, 202, 0.24);
      left: 0;
      margin-top: -5px; }
    .catalog-table tbody tr:nth-child(2n) td:nth-child(6) {
      background: rgba(198, 199, 202, 0.24); }
  .catalog-table tbody tr:hover td, .catalog-table tbody tr:hover td:nth-child(6), .catalog-table tbody :nth-child(2n):hover td:nth-child(1):before {
    background: #7d7b7b;
    transition: .3s;
    color: white; }

.mobile-table-txt {
  display: inline-block;
  width: 50%;
  line-height: normal;
  vertical-align: middle;
  padding-left: 5px; }

.table-product-mobile-link {
  display: none; }

.catalog-table-category-name {
  vertical-align: middle;
  width: 145px;
  display: inline-block;
  line-height: normal; }

.catalog-bottom-buttons {
  margin-bottom: 20px;
  margin-right: 150px; }

.product-on-page {
  position: relative;
  display: inline-block;
  width: 145px;
  float: right; }

.product-on-page-select {
  background: transparent;
  border: 1px solid #ffcc00;
  color: #ffcc00;
  height: 35px;
  transition: .5s;
  font-family: Muller-Medium;
  font-size: 13px;
  padding-left: 15px; }

.product-on-page-select option {
  background: transparent; }

.product-on-page-select:focus {
  background-color: #5d5d5d; }

.img-select:before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-select-phone.png);
  width: 10px;
  height: 7px;
  right: 10px;
  top: 43%;
  background-repeat: no-repeat; }

.product-pagination {
  margin: 0;
  display: inline-block;
  float: right; }

.product-pagination-item {
  list-style: none;
  display: inline-block;
  border: 1px solid #ffcc00;
  width: 35px;
  height: 35px;
  margin-left: 10px; }

.pagination-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3;
  font-size: 12px;
  color: #ffcc00;
  position: relative;
  font-family: Muller-Medium; }
  .pagination-link:hover {
    color: #ffcc00; }

.pagination-link.prev:after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-select-phone.png);
  width: 10px;
  height: 7px;
  right: 10px;
  top: 43%;
  background-repeat: no-repeat;
  transform: rotate(90deg); }

.pagination-link.next:after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-select-phone.png);
  width: 10px;
  height: 7px;
  right: 10px;
  top: 43%;
  background-repeat: no-repeat;
  transform: rotate(-90deg); }

.pagination-link.next, .pagination-link.prev {
  color: transparent; }

.product-pagination-item.active {
  border: 2px solid #ffcc00; }
  .product-pagination-item.active .pagination-link {
    font-weight: bold;
    font-size: 15px;
    line-height: 2.1; }

.catalog-print {
  width: 165px;
  height: 35px; }

.catalog-print-link {
  display: inline-block;
  background: #ffcc00;
  width: 100%;
  height: 100%;
  text-align: center;
  /* vertical-align: middle; */
  line-height: 3.1;
  color: black;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Muller-Medium;
  position: relative; }
  .catalog-print-link:hover {
    color: black; }
  .catalog-print-link:before {
    content: "";
    position: absolute;
    background: url(../images/svg/new/printer.svg);
    width: 20px;
    height: 20px;
    left: 35px;
    top: 7px; }

/********************* SPARE-PARTS *********************/
.content.spare-parts-wrap {
  overflow: unset; }

.spare-parts-wrap .main-page-title, .spare-parts-wrap .article-hide {
  position: relative;
  z-index: 10; }

.spare-parts-wrap .main-page-title {
  font-family: MuseoSansCyrl1;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #6ec3d0;
  margin-bottom: 55px;
  margin-top: 65px; }

.spare-parts-border {
  border-top: 3px #6ec3d0 solid; }

.spare-parts-border .rhombus-figure a {
  z-index: 2;
  position: relative; }

.spare-parts-border .rhombus-figure:before {
  content: attr(data-name);
  display: block;
  text-transform: uppercase;
  color: black;
  font-family: MuseoSansCyrl1;
  height: 20px;
  position: absolute;
  top: 75px;
  width: 120px; }

.spare-parts-border .rhombus-figure:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #6ec3d0;
  z-index: 0;
  top: 85px; }

.spare-parts-border #article-read-more, .spare-parts-border #article-read-more:after {
  color: #6ec3d0; }

.donaldson {
  margin-left: -86px; }

.donaldson a {
  background-image: url("../images/svg/spare-parts/donaldson.svg"); }

.donaldson:after {
  left: 130px; }

.donaldson:before {
  left: 340px; }

.hifi {
  margin-left: -233px;
  margin-top: 149px; }

.hifi a {
  background-image: url("../images/svg/spare-parts/hifi.svg"); }

.hifi:before {
  left: -280px;
  text-align: right; }

.hifi:after {
  left: -150px; }

.atlas {
  margin-left: 62px;
  margin-top: 150px; }

.atlas a {
  background-image: url("../images/svg/spare-parts/atlas.svg"); }

.atlas:after {
  left: 130px; }

.atlas:before {
  left: 340px; }

.oae {
  margin-left: -86px;
  margin-top: 300px; }

.oae a {
  background-image: url("../images/svg/spare-parts/oae.svg"); }

.oae:before {
  left: -280px;
  text-align: right; }

.oae:after {
  left: -150px; }

.spare-parts-content-top-img {
  position: absolute;
  top: -246px;
  right: 0;
  height: 443px;
  width: 558px;
  background-image: url(../images/svg/spare-parts/main-page-top-img.png);
  background-size: contain;
  background-position-x: 181px;
  background-repeat: no-repeat; }

.spare-parts-content-bottom-img {
  position: absolute;
  left: -114px;
  width: 582px;
  height: 467px;
  bottom: 365px;
  background-image: url(../images/svg/spare-parts/main-page-top-img.png);
  background-size: contain;
  background-position-x: -53px;
  background-repeat: no-repeat;
  z-index: 0; }

.spare-parts-content-top-left-img {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -570px;
  background-image: url(../images/tractor.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  height: 185px; }

.mobile .spare-parts-content-top-img, .mobile .spare-parts-content-bottom-img, .mobile .spare-parts-content-top-left-img {
  background-image: none; }

.spare-parts-form-page .contact-form-block {
  width: 50%;
  padding-top: 0;
  clear: none; }

.spare .carousel-block-link.button-send {
  width: 170px;
  background: #ffcc00;
  margin-left: 0;
  margin-bottom: 40px;
  margin-top: -35px; }

.spare .slider-link.spare-form-button {
  font-size: 9px;
  color: black;
  line-height: 12px; }

.spare .slider-link.spare-form-button:hover {
  color: #ffcc00; }

.spare .carousel-block-link:after {
  background: #25252f; }

.spare .carousel-block-link.button-send.delete-spare {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5%;
  width: 32%;
  height: 46px; }

.spare li > div:first-child {
  width: 63%;
  display: inline-block; }

.spare {
  margin-left: 0; }

/********************** WAREHOUSE **********************/
.spare-parts-wrap.warehouse .main-page-title {
  color: black; }

.warehouse-border {
  border-top: 3px black solid; }

.warehouse .auto-service-border .warehouse-link.hydraulics-link a#article-read-more:after {
  color: black; }

.warehouse .warehouse-border #article-read-more {
  color: black; }

.mobile .main-page-title, .content-block h1 {
  font-size: 18px !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }

.mobile .warehouse-border {
  border-top: 3px white solid; }

.motul {
  margin-left: -86px; }

.motul a {
  background-image: url(../images/svg/warehouse/motul.svg); }

.motul:after {
  left: 130px; }

.motul:before {
  left: 340px; }

.lotos a {
  background-image: url(../images/svg/warehouse/lotos.svg); }

.lotos {
  margin-left: -233px;
  margin-top: 149px; }

.lotos:after {
  left: -150px; }

.lotos:before {
  left: -280px;
  text-align: right; }

.oil-gost a {
  background-image: url(../images/svg/warehouse/dsty.svg); }

.oil-gost {
  margin-left: 62px;
  margin-top: 150px; }

.oil-gost:before {
  left: 340px; }

.oil-gost:after {
  left: 130px; }

.akb a {
  background-image: url(../images/svg/warehouse/akb.svg); }

.akb {
  margin-left: -86px;
  margin-top: 300px; }

.akb:before {
  left: -280px;
  text-align: right; }

.akb:after {
  left: -150px; }

.warehouse-content-top-img {
  position: absolute;
  top: -288px;
  right: 0;
  height: 443px;
  width: 558px;
  background-image: url(../images/svg/warehouse/oil_barrel.png);
  background-size: contain;
  background-position-x: 181px;
  background-repeat: no-repeat; }

.warehouse-content-bottom-img {
  position: absolute;
  right: 0;
  width: 582px;
  height: 467px;
  bottom: 137px;
  background-image: url(../images/svg/warehouse/oil-change-1.png);
  background-size: contain;
  background-position-x: 195px;
  background-repeat: no-repeat;
  z-index: 0; }

.warehouse-content-top-left-img {
  position: absolute;
  top: -215px;
  left: -144px;
  background-image: url(../images/svg/warehouse/oil1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 587px;
  height: 467px; }

.img-footer-warehouse-host img {
  margin-right: -270px;
  margin-top: -5px; }

.mobile .warehouse-content-top-img, .mobile .warehouse-content-top-left-img, .mobile .warehouse-content-bottom-img {
  background: none;
  display: none; }

/************ Filter Range ***********************/
.submit-slider-filter, .submit-slider-filter:visited {
  margin-top: 10px;
  width: 188px;
  height: 42px;
  background: transparent;
  border-radius: 3px;
  color: #ffcc00;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
  /* padding-left: 5px; */
  display: inline-block;
  font-family: MuseoSansCyrl;
  font-size: 12px;
  border: 1px solid #ffcc00;
  border-radius: 0; }

.filter-forms form > div:nth-child(3) {
  display: none; }

.filter-reset {
  margin-top: 10px;
  width: 100px;
  height: 25px;
  background: white;
  border-radius: 3px;
  color: #0784ff;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  border: 1px solid #0784ff;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: 0.5s;
  display: block;
  text-decoration: none; }

.filter-reset:hover {
  background: #0784ff;
  color: white;
  text-decoration: none; }

.submit-slider-filter:hover {
  color: #014056;
  text-decoration: none;
  background-color: #ffcc00; }

.formCost {
  color: #014056;
  margin-right: -28px; }

.formCost label :first-child {
  display: block; }

.price-before {
  display: block; }

.sliderCont {
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: -28px; }

.formCost input {
  display: inline-block;
  width: 61px;
  border: 1px solid #ffcc00;
  font-size: 14px;
  color: white;
  background: transparent; }

.filter-show .all-filter-block-arrow {
  transform: rotate(180deg); }

.filter-show #product-filter-form {
  display: block; }

#maxCost {
  margin-left: 16px; }

#slider {
  width: 186px;
  height: 4px;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 5px; }

#slider span {
  background: #0784ff;
  border-radius: 50%; }

.ui-slider {
  position: relative; }

.ui-slider .ui-slider-handle, .ui-slider .ui-slider-handle:hover, .ui-slider .ui-slider-handle:visited, .ui-slider .ui-slider-handle:active {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 1px solid #ffcc00;
  background: #24242f;
  cursor: pointer;
  outline: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden; }

.ui-slider-horizontal {
  height: 3px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -6px; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-widget-content {
  border: 1px solid #D4D4D4;
  background: #fff; }

.ui-widget-header {
  border: 1px solid #ffcc00 !important;
  background: #ffcc00; }

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* **************** Product Show  **************/
.thumbnails .slider-wrapper:before {
  background: none; }

.show-product .changing-count-input:focus {
  color: black; }

.show-product .block-catalog-product-img {
  min-height: 100%; }

.catalog-container .slider-wrapper:before {
  left: -11px; }

.show-product {
  padding-left: 0;
  margin-bottom: 75px; }

.catalog-container .slider-wrapper img {
  margin-left: -11px;
  max-height: 400px;
  min-width: auto; }

.catalog-container .slider-wrapper {
  display: flex;
  justify-content: center; }

.show-product-galery {
  padding-left: 0;
  padding-right: 55px; }

body .show-product-galery .bx-wrapper .bx-pager-item {
  background: transparent;
  margin-top: 5px; }
  body .show-product-galery .bx-wrapper .bx-pager-item .bx-pager-link {
    opacity: 0.5;
    background: transparent !important; }
    body .show-product-galery .bx-wrapper .bx-pager-item .bx-pager-link.active {
      opacity: 1; }
    body .show-product-galery .bx-wrapper .bx-pager-item .bx-pager-link:hover {
      opacity: 1; }
  body .show-product-galery .bx-wrapper .bx-pager-item a {
    display: inline-block;
    width: 75px;
    background: none;
    border: none;
    height: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: relative; }
    body .show-product-galery .bx-wrapper .bx-pager-item a:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: none;
      left: 0;
      transition: .5s; }
    body .show-product-galery .bx-wrapper .bx-pager-item a:hover {
      background: none; }

body .show-product-galery .bx-wrapper .bx-controls {
  position: relative; }

body .show-product-galery .bx-wrapper .bx-pager {
  top: 0px;
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.show-product-desc {
  padding-left: 10px;
  padding-top: 60px; }

.desc-block-left {
  float: left;
  width: 40%;
  font-size: 11px; }

.desc-manufacturer, .desc-product-model, .desc-availability {
  color: #ffcc00;
  text-transform: uppercase;
  font-family: MuseoSansCyrl1; }

.desc-name {
  color: white;
  text-transform: uppercase;
  padding-left: 5px; }

.desc-product-model, .desc-availability {
  padding-top: 18px; }

.desc-discount {
  text-transform: uppercase;
  color: black;
  background: #c2d002;
  width: 200px;
  line-height: 40px;
  text-align: center;
  margin-top: 35px;
  font-family: MuseoSansCyrl1;
  font-size: 12px; }

.desc-price {
  text-align: right;
  margin-right: 80px;
  text-transform: uppercase;
  color: red;
  text-decoration: line-through; }
  .desc-price span {
    color: white;
    font-size: 12px; }

.desc-new-price {
  text-align: right;
  margin-right: 25px;
  font-size: 37px;
  color: white;
  font-family: MuseoSansCyrl; }
  .desc-new-price span {
    font-size: 25px; }

.desc-nav-tab-content, .desc-nav-tab {
  margin-right: 25px;
  min-height: 120px; }

.filter-bar {
  margin-right: 20px; }

.filter-block {
  max-height: 1000px;
  overflow: hidden;
  padding-bottom: 10px;
  transition: 0.5s; }

.hidden-filter {
  max-height: 200px;
  overflow: hidden; }

.filter-toggle,
.filter-toggle:active,
.filter-toggle:focus {
  position: relative;
  font-size: 12px;
  color: #ffcc00;
  margin-top: 10px;
  display: block;
  width: 110px;
  float: right;
  margin-bottom: 15px;
  text-decoration: none;
  transition: 0.3s; }

.filter-toggle:hover {
  color: white;
  text-decoration: underline; }

.desc-nav-tab {
  clear: both;
  padding-top: 60px; }

.desc-nav-tab .nav-tabs {
  border-bottom: 1px solid #ffcc00;
  margin: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav-tabs > li > a:hover {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  color: black;
  font-size: 14px;
  font-family: MuseoSansCyrl2;
  text-transform: uppercase; }

.nav-tabs > li > a {
  color: #ffcc00;
  font-size: 14px;
  font-family: MuseoSansCyrl2;
  text-transform: uppercase; }

.desc-nav-tab-content {
  margin-bottom: 25px; }

.desc-nav-tab-content p, .desc-nav-tab-content {
  font-family: Ubuntu;
  font-size: 13px;
  line-height: 18px;
  margin-top: 30px;
  color: white;
  text-align: justify; }

.desc-block-product-count {
  width: 90px;
  float: right;
  margin-right: 50px; }

.desc-block-product-count.changing-count-wrap > a {
  font: 13px/13px 'MyriadPro-It'; }

.desc-block-product-count.changing-count-wrap input {
  border: 1px solid white; }

.buy-product-button {
  background: red;
  color: white;
  text-align: center;
  text-transform: uppercase;
  float: right;
  width: 188px;
  margin-top: 2px;
  margin-right: 25px;
  border: 1px solid red;
  font-size: 12px;
  line-height: 20px;
  font-family: Ubuntu;
  position: relative;
  z-index: 1000; }

.buy-product-button .slider-link, .buy-product-button:hover .slider-link {
  color: white;
  height: 41px;
  padding-left: 60px;
  font-family: Ubuntu; }

.buy-product-button .slider-link:before {
  content: "";
  position: absolute;
  background-image: url(../images/svg/new/just_Busket.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  left: 25px;
  top: 5px;
  z-index: 100;
  transition: 1s; }

.buy-product-button.carousel-block-link:after {
  background: #25252f; }

/* *************** SEARCH PAGE **********************/
.search-content {
  margin: auto;
  float: none; }

.search-content-tittle {
  text-align: center;
  color: #ffcc00; }

/* *************** POP UP **********************/
.search-pop-up-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1200;
  display: none;
  opacity: 0;
  transition: 1s; }

.search-pop-up-wrapper.visible {
  display: block; }

.search-pop-up-wrapper.show {
  opacity: 1;
  transition: 1s;
  cursor: pointer; }

.search-pop-up input {
  margin: 0;
  height: 57px;
  font-size: 20px;
  padding-left: 20%;
  margin-top: 115px; }

.mobile .search-pop-up input {
  margin: 0;
  height: 57px;
  font-size: 20px;
  padding-left: 20%;
  margin-top: 60px; }

.search-pop-up ul {
  background: white;
  margin: auto;
  margin-top: 1px;
  font-size: 20px; }

.search-pop-up li {
  list-style: none;
  cursor: pointer;
  clear: both; }
  .search-pop-up li:hover {
    background: #eee; }

.search-pop-up .pop-up-search-link {
  color: black;
  padding: 5px 0 5px 20%;
  display: block;
  font-size: 14px;
  min-height: 50px; }
  .search-pop-up .pop-up-search-link:hover {
    text-decoration: none; }

.search-pop-up-exit {
  color: black;
  position: absolute;
  right: 10%;
  top: 121px;
  font-size: 30px; }

.search-pop-up-exit:hover {
  text-decoration: none;
  color: black; }

.mobile .search-pop-up-exit {
  top: 65px;
  width: 30px;
  text-align: center;
  line-height: 2;
  margin-top: -8px; }

.pop-up-search-link img {
  margin-right: 20px;
  float: left;
  margin-top: -3px; }

.pop-up-search-show-all {
  padding: 10px 0; }

.pop-up-search-desc {
  display: flex;
  align-items: center; }

.hidden-body {
  overflow-y: scroll;
  position: fixed; }

.buy-product-block a {
  display: block;
  position: relative;
  width: 100%;
  height: 45px;
  font: 8px 'mullermedium';
  line-height: 45px;
  padding-right: 5px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 55px;
  box-sizing: border-box; }

.buy-product-block a span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font: 10px 'mullermedium';
  margin-left: 30px; }

.buy-product-block a:hover {
  text-decoration: none; }

.buy-product-block a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 2px;
  width: 40px;
  height: 40px;
  background: url("../images/svg/new/busket.svg") center no-repeat;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.best-price .bought .buy-product-block a {
  margin-left: 0; }

.best-price .buy-product-block a:before {
  background: url("../images/svg/new/basket1.svg") center no-repeat; }

.buy-product-block a:hover:before {
  background: url("../images/svg/new/table-cart-plus.svg") center no-repeat;
  border: 2px solid black;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: white; }

.best-price .buy-product-block a:hover:before {
  border: 3px solid #fff;
  background: url("../images/svg/new/plus-white.svg") center no-repeat; }

.bought .buy-product-block a:before {
  background: url("../images/svg/new/trash.svg") center no-repeat;
  /*border: 3px solid #e30513;*/ }

.best-price .bought .buy-product-block a:before {
  background: #fff url("../images/svg/new/trash.svg") center no-repeat;
  border-radius: 30px; }

.bought .buy-product-block a:hover:before {
  border-color: #e30513;
  background: url("../images/svg/new/delete.svg") center no-repeat;
  background-color: white; }

.best-price .bought .buy-product-block a:hover:before {
  border-color: #0b80e0;
  background: #fff url("../images/svg/new/delete.svg") center no-repeat; }

.buy-product-block {
  display: inline-block;
  position: relative;
  width: 55px; }

.buy-product-block-wrap {
  width: 131px; }

.buy-product-block-wrap .changing-count-wrap {
  width: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.buy-product-block-wrap.bought .changing-count-wrap {
  width: 71px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.changing-count-wrap {
  position: relative;
  overflow: hidden;
  height: 45px;
  vertical-align: top;
  display: inline-block;
  z-index: 1000; }

.changing-count-wrap input {
  display: block;
  width: 80%;
  margin-left: 10%;
  height: 100%;
  font: 13px 'mullermedium';
  color: white;
  text-align: center;
  border: 2px solid white;
  background: transparent;
  box-sizing: border-box; }

.changing-count-wrap > a {
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 15px;
  font: 17px/13px 'MyriadPro-It';
  color: #0574ba;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #7eb7f1;
  text-decoration: none;
  text-align: center; }

.changing-count-wrap > a:hover {
  background: #7eb7f1;
  color: #fff;
  text-decoration: none; }

.changing-count-wrap > a.minus-count {
  left: 0; }

.changing-count-wrap > a.plus-count {
  right: 0; }

/********** Block Catalog ************/
.block-catalog {
  background: white;
  padding-right: 0;
  margin-bottom: 70px;
  padding-bottom: 18px; }

.product-block-link {
  color: black;
  text-decoration: none; }

.product-block-link:hover {
  color: black;
  text-decoration: none; }

.block-catalog-product-block:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: black;
  left: 50%;
  margin-left: -100px;
  bottom: -20px; }

.block-catalog-product-block:after {
  content: "";
  position: absolute;
  right: -1px;
  height: 260px;
  width: 1px;
  background: black;
  top: 50%;
  margin-top: -100px; }

.block-catalog-product-block:hover {
  max-height: 331px;
  position: relative;
  z-index: 10; }

.block-catalog-product-block:hover:before, .block-catalog-product-block:hover:after {
  display: none; }

.block-catalog-product-block:nth-child(8n+5):after,
.block-catalog-product-block:nth-child(8n+6):after,
.block-catalog-product-block:nth-child(8n+7):after,
.block-catalog-product-block:nth-child(8n+8):after {
  height: 170%;
  margin-top: -370px; }

.block-catalog-product-block:hover .product-block-wraper {
  background: white;
  width: 134%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -15px;
  margin-left: -45px;
  border: 1px solid #929292;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding-bottom: 25px; }

.block-catalog-product-block:hover .block-catalog-product-descript {
  max-height: 200px;
  margin-bottom: 20px; }

.col-md-3.block-catalog-product-block {
  max-height: 300px;
  min-height: 300px; }

.img-wrapper {
  height: 200px;
  width: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  outline: 0;
  margin-top: 20px; }

.img-wrapper-wrap {
  width: 2000px;
  height: 2000px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1000px;
  margin-top: -1000px;
  line-height: 1999px;
  vertical-align: middle;
  text-align: center; }

.img-wrapper-wrap img {
  max-height: 175px;
  max-width: 200px;
  display: inline-block; }

.block-catalog-product-img {
  width: auto;
  margin: auto;
  display: block;
  min-height: 175px; }

.block-catalog-product-tittle {
  font-size: 16px;
  text-transform: uppercase;
  font-family: MuseoSansCyrl1; }

.block-catalog-product-descript {
  max-height: 37px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: PTSerifItalic; }

.block-catalog-product-price {
  float: left;
  font-size: 20px;
  font-family: MuseoSansCyrl1; }

.product-price-currency {
  font-size: 12px; }

.block-catalog-product-button {
  float: right; }

.product-button-bye {
  display: block;
  text-transform: uppercase;
  color: white;
  padding: 5px 10px;
  letter-spacing: 3px;
  background: red;
  transition: .5s;
  border: 1px solid white; }

.product-button-bye:hover {
  color: red;
  background: white;
  text-decoration: none;
  border: 1px solid red; }

.product-catalog-bye {
  width: 100px;
  border: 1px solid white;
  background: red; }

.product-catalog-bye:hover {
  border-color: red; }

.product-catalog-bye .slider-link {
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px; }

.product-catalog-bye .slider-link:hover {
  color: red; }

.carousel-block-link.product-catalog-bye:after {
  background: white;
  margin-top: -91px; }

.carousel-block-link.product-catalog-bye:hover:after {
  width: 112%; }

/******************** SPARE-PARTS ********************/
.spare-parts-content {
  position: relative;
  z-index: 2; }

.spare-parts-buttons {
  width: 250px; }

.spare-parts-buttons .slider-link.gidraulics-static-button:before {
  left: 20px; }

.spare-parts-buttons .slider-link {
  padding-left: 45px;
  font-size: 13px; }

.spare-parts-buttons .slider-link:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url(../images/svg/spare-parts/phone-line.svg);
  left: 40px; }

.content-top-img-wrap {
  width: 2000px;
  height: 2000px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1000px;
  margin-top: -1000px;
  line-height: 1999px;
  vertical-align: middle;
  text-align: center; }

.content-top-img {
  position: relative;
  margin: auto;
  overflow: hidden;
  max-height: 270px;
  min-height: 270px; }

.content-top-img img {
  width: 100%; }

.content-top-img-txt {
  position: absolute;
  bottom: 0;
  color: white;
  background: rgba(0, 0, 0, 0.71);
  text-transform: uppercase;
  padding: 15px 0;
  width: 100%;
  text-align: center; }

.content-top-img-txt a, .content-top-img-txt p {
  font-size: 30px;
  text-align: center;
  width: 100%;
  color: white;
  margin-bottom: 0;
  font-family: MuseoSansCyrl1; }

.content-top-img-txt a:hover {
  text-decoration: none; }

.spare-parts-main-content, .spare-parts-main-content p {
  color: white;
  position: relative;
  margin: auto;
  text-align: justify;
  font-size: 14px;
  font-family: Roboto; }

.spare-parts-main-content {
  margin-bottom: 150px; }

.right-img img {
  float: right;
  clear: both;
  position: absolute;
  right: 0;
  top: 300px; }

.right-img:before {
  content: '';
  display: block;
  float: right;
  height: 135px; }

.right-img:after {
  content: "";
  clear: both;
  float: right;
  width: 365px;
  height: 500px; }

.content-link {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap; }

.content-link .carousel-block-link {
  float: none;
  margin-bottom: 20px; }

.brand-block-img {
  display: flex;
  justify-content: space-around; }

.content-caption {
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase; }

.content-caption-signature {
  font-size: 16px;
  text-transform: uppercase;
  color: #d0d0d0;
  display: block;
  margin-bottom: 25px;
  padding-right: 73px;
  padding-top: 10px; }

.product-code-wrapper {
  display: flex;
  flex-flow: wrap row;
  max-height: 100%;
  overflow: hidden; }

.product-code-wrapper .jscroll-inner, .product-code-wrapper.show-code .ajax-added {
  display: flex;
  flex-wrap: wrap; }

.product-code-wrapper:before {
  content: "";
  width: 100%;
  box-shadow: black; }

.product-code {
  width: 20%;
  font-size: 16px;
  color: #d0d0d0;
  position: relative; }

.product-code:hover:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffcc00;
  /* right: 0; */
  margin-left: 104px;
  transform: rotate(45deg);
  z-index: 1;
  margin-top: 5px;
  opacity: 1; }

.product-code:after, .product-code:before {
  content: "";
  opacity: 0; }

.product-code:hover:after {
  content: attr(data-title);
  position: absolute;
  width: 100px;
  height: auto;
  background: #ffcc00;
  top: 0;
  z-index: 2;
  margin-left: 11px;
  margin-top: 3px;
  font-family: Roboto;
  font-size: 14px;
  color: black;
  padding-left: 10px;
  opacity: 1; }

.hide-code {
  max-height: 65px; }

.hide-code .product-code:nth-child(6),
.hide-code .product-code:nth-child(7),
.hide-code .product-code:nth-child(8),
.hide-code .product-code:nth-child(9),
.hide-code .product-code:nth-child(10) {
  color: #989898; }

.hide-code .product-code:nth-child(11),
.hide-code .product-code:nth-child(12),
.hide-code .product-code:nth-child(13),
.hide-code .product-code:nth-child(14),
.hide-code .product-code:nth-child(15) {
  color: #6d6c6c; }

.show-all-code {
  margin-top: 15px;
  text-align: right; }

.show-all-code-link {
  text-align: right;
  text-transform: uppercase;
  color: #d0d0d0;
  text-decoration: underline;
  font-size: 16px;
  padding-right: 85px; }

.show-all-code-link:hover {
  color: white; }

.spare-perts-read-more.auto-service-border {
  border-top: 3px #ffcc00 solid; }

.spare-perts-read-more.auto-service-border a:after, .spare-perts-read-more.auto-service-border a:hover, .spare-perts-read-more.auto-service-border a:focus {
  color: #ffcc00; }

.animate-img-bottom {
  width: 107px;
  height: 432px;
  background: url(../images/svg/spare-parts/tractor-2.png);
  /* background-size: 100% 100%; */
  background-size: contain;
  margin-top: 37px;
  margin-left: 705px; }

.animate-img-bottom:after {
  content: "";
  width: 206px;
  height: 451px;
  background: url(../images/svg/spare-parts/tractor-1.png);
  display: block;
  background-size: contain;
  margin-top: -36px;
  margin-left: -150px;
  position: absolute; }

.animate-img-bottom:before {
  content: "";
  width: 135px;
  height: 151px;
  background: url(../images/svg/spare-parts/kovsh.png);
  display: block;
  background-size: contain;
  margin-left: -105px;
  margin-top: 306px;
  position: absolute; }

.animate-img-start {
  -webkit-animation-name: alltractor;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s;
  /* Safari 4.0 - 8.0 */
  animation-name: alltractor;
  animation-duration: 3s; }

.animate-img-start:after {
  -webkit-animation-name: tractor;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s;
  /* Safari 4.0 - 8.0 */
  animation-name: tractor;
  animation-duration: 3s; }

.animate-img-start:before {
  -webkit-animation-name: kovsh;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s;
  /* Safari 4.0 - 8.0 */
  animation-name: kovsh;
  animation-duration: 3s; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes alltractor {
  0% {
    transform: rotate(0deg); }
  5% {
    margin-top: 39px; }
  10% {
    margin-top: 37px; }
  15% {
    margin-top: 39px; }
  20% {
    margin-top: 37px; }
  25% {
    margin-top: 39px; }
  30% {
    margin-top: 37px; }
  35% {
    margin-top: 39px; }
  40% {
    margin-top: 37px; }
  45% {
    margin-top: 39px; }
  50% {
    margin-top: 37px; }
  55% {
    margin-top: 39px; }
  60% {
    margin-top: 37px; }
  65% {
    margin-top: 39px; }
  70% {
    margin-top: 37px; }
  75% {
    margin-top: 39px; }
  80% {
    margin-top: 37px; }
  85% {
    margin-top: 39px; }
  90% {
    margin-top: 37px; }
  100% { } }

/* Standard syntax */
@keyframes alltractor {
  0% {
    transform: rotate(0deg); }
  5% {
    margin-top: 39px; }
  10% {
    margin-top: 37px; }
  15% {
    margin-top: 39px; }
  20% {
    margin-top: 37px; }
  25% {
    margin-top: 39px; }
  30% {
    margin-top: 37px; }
  35% {
    margin-top: 39px; }
  40% {
    margin-top: 37px; }
  45% {
    margin-top: 39px; }
  50% {
    margin-top: 37px; }
  55% {
    margin-top: 39px; }
  60% {
    margin-top: 37px; }
  65% {
    margin-top: 39px; }
  70% {
    margin-top: 37px; }
  75% {
    margin-top: 39px; }
  80% {
    margin-top: 37px; }
  85% {
    margin-top: 39px; }
  90% {
    margin-top: 37px; }
  100% { } }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes tractor {
  0% {
    transform: rotate(0deg); }
  5% {
    margin-top: -40px;
    margin-left: -159px;
    transform: rotate(10deg); }
  25% {
    margin-top: -53px;
    margin-left: -159px;
    position: absolute;
    transform: rotate(20deg); }
  85% {
    margin-top: -67px;
    margin-left: -177px;
    position: absolute;
    transform: rotate(30deg); }
  100% { } }

/* Standard syntax */
@keyframes tractor {
  0% {
    transform: rotate(0deg); }
  5% {
    margin-top: -40px;
    margin-left: -159px;
    transform: rotate(10deg); }
  25% {
    margin-top: -53px;
    margin-left: -159px;
    position: absolute;
    transform: rotate(20deg); }
  85% {
    margin-top: -67px;
    margin-left: -177px;
    position: absolute;
    transform: rotate(30deg); }
  100% { } }

@-webkit-keyframes kovsh {
  0% {
    transform: rotate(0deg); }
  5% {
    margin-left: -148px;
    margin-top: 297px;
    transform: rotate(10deg); }
  25% {
    margin-left: -181px;
    margin-top: 304px;
    position: absolute;
    transform: rotate(42deg); }
  85% {
    margin-left: -246px;
    margin-top: 293px;
    position: absolute;
    transform: rotate(72deg); }
  100% { } }

@keyframes kovsh {
  0% {
    transform: rotate(0deg); }
  5% {
    margin-left: -148px;
    margin-top: 297px;
    transform: rotate(10deg); }
  25% {
    margin-left: -181px;
    margin-top: 304px;
    position: absolute;
    transform: rotate(42deg); }
  85% {
    margin-left: -246px;
    margin-top: 293px;
    position: absolute;
    transform: rotate(72deg); }
  100% { } }

.carousel-block-link.no-img-button {
  width: 250px; }

.carousel-block-link.no-img-button .slider-link.gidraulics-static-button {
  font-size: 13px; }

.jscroll-added img {
  width: 40px;
  height: 40px; }

.close-cart {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px; }

.close-cart:hover {
  opacity: 1; }

.close-cart:before, .close-cart:after {
  position: absolute;
  left: 15px;
  content: ' ';
  width: 4px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  height: 100%; }

.close-cart:before {
  transform: rotate(45deg); }

.close-cart:after {
  transform: rotate(-45deg); }

.close-cart:hover:before, .close-cart:hover:after {
  background-color: #ffcc00; }

.warehouse-filters.no-filters {
  display: none !important; }

.filter-bar.no-filters {
  display: none !important; }

/***************** CLASS MOBILE ***********/
body.mobile .header-right-img {
  background-image: none; }

/*  **********  Media  ********  */
@media (min-width: 2000px) {
  .content-top-img-wrap {
    width: 3000px;
    height: 3000px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1500px;
    margin-top: -1500px;
    line-height: 2999px;
    vertical-align: middle;
    text-align: center; } }

@media (max-width: 2600px) {
  body.homepage .bx-wrapper {
    max-height: 2553px;
    height: 2553px; }
  .content-news .slider-wrapper img {
    max-width: 2000px;
    width: auto;
    height: 470px; }
  .filter-container input + label:before
.auto-service-figures-block {
    background: white; }
  .slider-wrapper img {
    height: 1200px; }
  .content {
    margin-top: -1770px; }
  .footer .footer-content {
    width: 100%; }
  .footer .footer-content .item .footer-link-item {
    margin-left: 30%; }
  .footer .footer-content .item.last .footer-link-item {
    margin-left: 0; }
  .footer .footer-content h1 {
    text-align: right;
    width: 100%;
    margin-left: 0; }
  .slider-wrapper img {
    height: auto; } }

@media (max-width: 2100px) {
  body.homepage .bx-wrapper {
    max-height: 2200px;
    height: 2200px; }
  .content {
    margin-top: -1525px; }
  .block-catalog {
    width: 70%; } }

@media (max-width: 1900px) {
  .carousel-inner .item img {
    min-width: 1900px;
    margin-top: 0; }
  .carousel-inner .item .carousel-caption {
    top: 170px; }
  .content-news .carousel-inner .item {
    margin-top: 0px; }
  body.homepage .bx-wrapper {
    max-height: 1900px;
    height: 1900px; }
  .content {
    margin-top: -1220px; } }

@media (max-width: 1800px) {
  .footer .footer-content .item .footer-link-item {
    margin-left: 0; }
  .footer .footer-content .item.last .footer-link-item {
    margin-left: 0; } }

@media (max-width: 1600px) {
  body.homepage .bx-wrapper {
    max-height: 1540px;
    height: 1540px; }
  .content {
    margin-top: -1070px; }
  .carousel-inner .item img {
    min-width: 1600px; }
  .header-content {
    float: none;
    margin-right: 0; }
  .content-news .slider-wrapper img {
    max-width: 2000px;
    width: auto;
    padding-left: 30%;
    height: 470px; }
  body .bx-wrapper {
    max-height: 1553px; } }

@media (max-width: 1500px) {
  .catalog-container .global-cart-modal-buttons {
    left: 40px;
    margin-top: -75px; } }

@media (max-width: 1500px) {
  .footer .footer-content .footer-hand img {
    margin-left: 100px; }
  .spare-parts-content-bottom-img {
    background-position-x: -254px; } }

@media (max-width: 1350px) {
  .footer .footer-content .footer-hand .bottom-hydraulics-img {
    right: -210px; }
  .footer .footer-content .footer-center-block h3 {
    width: 70%; } }

@media (max-width: 1250px) {
  body.homepage .bx-wrapper {
    max-height: 1200px;
    height: 1200px; }
  .content {
    margin-top: -670px; }
  .show-product-galery {
    padding-left: 15px;
    padding-right: 0px; }
  .block-catalog {
    width: 73%;
    margin-right: 2%; } }

@media (max-width: 1220px) {
  .header-right-img {
    background-position-x: 160px; }
  .header-logo {
    width: 33%; }
  body .bx-wrapper h2 {
    width: 33%; }
  .footer .footer-content {
    width: auto; }
    .footer .footer-content .footer-hand {
      display: none; }
    .footer .footer-content .footer-center-block h3 {
      margin-left: 35px; }
    .footer .footer-content .footer-center-block p {
      margin-left: 60px; }
  .large {
    width: 820px;
    margin-left: -410px;
    left: 50%; }
  .auto-service-content-top-img {
    height: 326px;
    width: 400px; }
  .auto-service-content-bottom-img {
    width: 324px;
    height: 201px; }
  .background-content-hydraulics {
    position: absolute;
    right: 0;
    height: 335px;
    width: 340px;
    overflow: hidden; }
  #article {
    width: auto; }
  .catalog-container .global-cart-modal-buttons {
    left: 20px;
    margin-top: -75px; } }

@media (max-width: 1160px) {
  body.homepage .bx-wrapper {
    max-height: 1090px;
    height: 1090px; }
  .content {
    margin-top: -590px; } }

@media (max-width: 1050px) {
  .header-right-img, .header-small-right-img {
    display: none; }
  body .bx-wrapper {
    max-height: 945px;
    height: 945px; }
  body .show-product .bx-wrapper {
    height: auto;
    max-height: 1000px; }
  body .content-news .bx-wrapper {
    max-height: 945px;
    height: auto; }
  .content {
    margin-top: -455px; }
  .content.auto-service-wrap {
    margin-top: -295px; }
  .spare-parts-content-top-img {
    background-position-x: 343px; }
  .spare-parts-content-top-left-img {
    top: -132px;
    margin-left: -495px; } }

@media (max-width: 991px) {
  .block-catalog-product-block:before {
    bottom: -25px; }
  .col-md-3.block-catalog-product-block {
    margin: 25px 0px; }
  .block-catalog-product-tittle {
    text-align: center;
    margin-top: 10px; }
  .filter-container .change-select {
    width: 203px;
    padding-left: 25px; }
  .filter-container > div:nth-child(n+2) > div {
    width: 290px;
    margin: auto; }
  .filter-container > div:nth-child(n+2) > div label {
    margin-right: 0;
    max-width: 150px;
    margin-left: 25px; }
  .filter-bar.mobile-toggle {
    padding: 0 15px;
    margin-bottom: 20px; }
  .filter-bar.mobile-toggle ul {
    margin: 0; }
  .filter-bar.mobile-toggle ul li {
    padding-right: 0; }
  .auto-service-send.carousel-block-link {
    bottom: 0; }
  .about-top-txt h2, .about-top-txt h3 {
    font-size: 23px;
    text-align: center; }
  body .bx-wrapper .wrapper-slider-link {
    width: 60%; }
  .catalog-bar-tittle {
    border-right: 1px solid; }
  .show-product .changing-count-wrap input {
    color: white; }
  .spare-parts-form-page .contact-form-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .contact-form-block {
    width: 100%; }
  .button-send.carousel-block-link.keep-shopping.clean {
    float: none; }
  #home {
    background: none; }
  body.body-background:before {
    content: none; }
  body.body-background:after {
    content: none; }
  .title-txt .product-tittle {
    margin-bottom: 0; }
  .title-txt {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 42px;
    padding: 0 15px; }
  .mobile-menu-link {
    display: block; }
  .line-two {
    display: none; }
  .header-logo, .header-content-block {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px; }
  .logo-img {
    width: 170px;
    margin: auto; }
  .header-content-block {
    padding-top: 0; }
  .article-hide:after {
    background: black;
    box-shadow: none;
    display: none; }
  #article {
    color: white;
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }
  #article article, .bottom-article {
    column-count: 1;
    width: 100%; }
  #article p {
    color: white; }
  .hydraulics-content:before {
    background: none;
    display: none; }
  .hydraulics-content .hydraulics-figures-block {
    height: auto; }
  .hydraulics-content .hydraulics-figures-block {
    background-color: #25252f; }
  .country {
    margin-left: 0;
    justify-content: center; }
  .content-bottom .our-service {
    height: auto; }
    .content-bottom .our-service .cervice {
      margin-top: 20px; }
    .content-bottom .our-service p {
      font-size: 16px; }
  .footer-menu {
    clear: both; }
  .footer .footer-content h1 {
    margin-right: 0;
    margin-left: 10px; }
  .footer .footer-content .footer-center-block h3 {
    margin-left: 35px; }
  .tractor, .people-1, .people-2, .people-3 {
    display: none; }
  .about-top-txt article {
    column-count: 1; }
  .background-content-hydraulics:before {
    background: none; }
  .catalog-bar-tittle h2, .catalog-bar-filter h2 {
    color: black;
    text-align: center;
    font-size: 18px;
    background: #ffcc00;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 19px; }
  .catalog-container .catalog-bar {
    padding-left: 0; }
  .catalog-bar-mobile-wrapper {
    padding: 0; }
  .catalog-bar-mobile-wrapper:nth-child(1) .catalog-bar-tittle {
    border-right: 1px solid black; }
  .catalog-bar-structure, .catalog-bar-filter, .pdf-instruction, .filter-bar {
    display: none;
    overflow: hidden; }
  .mobile .spare-parts-wrap.warehouse .main-page-title, .mobile .warehouse .auto-service-border .warehouse-link.hydraulics-link a#article-read-more:after, .mobile .warehouse .warehouse-border #article-read-more {
    color: white; }
  .catalog-bar-tittle.show:before {
    content: "";
    position: absolute;
    left: 50%;
    font-size: 21px;
    margin-top: 14px;
    color: black;
    margin-left: 58px;
    transition: 0.5s;
    background: url(../images/svg/new/arrows-catalog.svg);
    width: 15px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain; }
  .catalog-bar-tittle.hide-catalog-bar:before {
    transform: rotate(-180deg);
    color: #525252; }
  .catalog-bar-tittle.hide-catalog-bar h2 {
    color: #525252; }
  .catalog-bar-tittle.warehouse-filters.show:before {
    left: 76%; }
  .mobile-toggle {
    width: 100vw;
    margin: auto auto 60px;
    text-align: center;
    padding: 0; }
  .filter-bar.mobile-toggle {
    width: 100%; }
  .filter-container input + label:before {
    right: 50%;
    margin-right: -130px; }
  .filter-container {
    text-align: center; }
  .catalog-bar-structure ul, .catalog-bar-filter ul {
    width: 290px;
    margin: auto;
    padding-right: 55px; }
  .category-warehouse .catalog-bar-structure ul {
    position: relative;
    left: 0;
    width: 290px;
    padding-right: 0;
    margin: auto; }
  .catalog-bar-structure a, .catalog-bar-filter a {
    font-size: 12px; }
  .mobile .content-block {
    min-height: 400px;
    height: auto;
    top: 0; }
  .mobile .shadow-figure, .mobile .figure {
    box-shadow: none;
    margin: 0;
    padding: 0;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    position: static;
    border-radius: 0; }
  .mobile .figure, .mobile .figure-gidravlika-block-wrapper .figure-gidravlika .figure {
    background-image: none;
    display: none; }
  .mobile .shadow-figure .figure-txt {
    margin-top: 0; }
  .mobile .content-block {
    background-color: #25252f;
    padding-top: 55px; }
  .mobile .figure-block-wrapper .figure-mobile-txt {
    position: static;
    opacity: 1;
    height: auto;
    width: auto;
    margin-top: 0;
    left: auto;
    display: block; }
  .mobile .figure-mobile-txt a {
    color: #ffcc00;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    height: auto;
    line-height: 20px;
    font-family: MuseoSansCyrl1;
    font-weight: 100;
    width: auto;
    letter-spacing: 1px;
    margin-left: 70px;
    margin-right: 50px;
    text-decoration: none;
    min-height: 50px;
    display: flex;
    align-items: center;
    opacity: 1;
    justify-content: start;
    padding-left: 10px; }
  .mobile .figure-mobile-structure {
    display: block;
    width: 290px;
    margin: auto;
    padding: 0;
    min-height: 55px; }
  .mobile .figure-mobile-structure ul {
    padding: 0; }
  .mobile .figure-mobile-structure li {
    margin-top: 13px;
    margin-left: 50px; }
  .mobile .content.main .figure-mobile-structure li {
    margin-left: 0; }
  .mobile .figure-mobile-structure li.embedded:before {
    width: 19px;
    height: 21px;
    right: 20px;
    top: 18px; }
  .mobile .hydraulics-content .figure-mobile-structure li.embedded:before {
    display: none; }
  .mobile .hydraulics-content .figure-mobile-txt a {
    margin-left: 65px;
    margin-right: 0px; }
  .mobile .figure-mobile-structure .under-category {
    font-size: 11px;
    margin-left: 72px;
    text-decoration: underline; }
  .mobile .figure-txt-main:before {
    content: "";
    background-image: url(../images/svg/new/busket.svg);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-left: -55px;
    margin-top: -20px;
    top: 50%;
    background-size: contain;
    border: 0;
    left: 0; }
  .mobile .figure-gidravlika-mobile:before {
    background-image: url(../images/svg/main/center_gid_1._mobilesvg.svg); }
  .mobile .figure-service-mobile:before {
    background-image: url(../images/svg/main/mob-molot.svg); }
  .mobile .figure-spare-mobile:before {
    background-image: url(../images/svg/main/mob-autozapch.svg); }
  .mobile .figure-stock-mobile:before {
    background-image: url(../images/svg/main/mob-oil.svg);
    background-position-y: 9px; }
  .mobile .mobile-rhombus .figure-txt-main:before {
    width: 60px;
    height: 60px;
    margin-left: -70px;
    margin-top: -30px; }
  .main-news-block-tittle {
    padding-top: 20px; }
  .mobile a.figure-txt-main {
    min-height: 80px; }
  .mobile a.figure-hexagon {
    min-height: 60px; }
  .mobile .motul-mobile:before {
    background-image: url(../images/svg/warehouse/motul-mob.svg); }
  .mobile .oil-gost-mobile:before {
    background-image: url(../images/svg/warehouse/dsty-mob.svg); }
  .mobile .lotos-mobile:before {
    background-image: url(../images/svg/warehouse/lotos-mob.svg); }
  .mobile .akb-mobile:before {
    background-image: url(../images/svg/warehouse/akb-mob.svg); }
  .mobile .donaldson-mobile:before {
    background-image: url(../images/svg/spare-parts/donaldson-mob.svg); }
  .mobile .hifi-mobile:before {
    background-image: url(../images/svg/spare-parts/hifi-mob.svg); }
  .mobile .atlas-mobile:before {
    background-image: url(../images/svg/spare-parts/atlas-mob.svg); }
  .mobile .oae-mobile:before {
    background-image: url(../images/svg/spare-parts/oae-mob.svg); }
  .mobile .main-news-block-tittle {
    color: #ffcc00;
    background-color: #25252f; }
  .mobile .content .people-1, .mobile .content .people-2, .mobile .content .people-3, .mobile .content .tractor {
    background: none; }
  .hydraulics-content .hydraulics-figures-block .figure-mobile-structure, .mobile .figure-mobile-txt {
    display: block; }
  .hydraulics-content .high-pressure-sleeves, .hydraulics-content .hydraulic-cylinders, .hydraulics-content .hydraulic-seals, .pneumatics {
    display: none; }
  .content:before, .content:after {
    content: normal; }
  .bottom-conainer {
    width: 100%; }
  body.homepage .bx-wrapper {
    max-height: 865px;
    height: 865px; }
  .content, .content.auto-service-wrap {
    margin-top: -455px;
    background: black;
    top: 0; }
  .main {
    background: transparent; }
  .header-right-img-wrapper {
    width: 0; }
  .footer-logo {
    text-align: center; }
  .footer .footer-content h3 {
    margin-left: 0;
    text-align: center; }
  .footer .footer-content .footer-center-block h3 {
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px; }
  .footer .footer-content .footer-center-block h3:before {
    content: "";
    position: absolute;
    left: 50%;
    font-size: 21px;
    margin-top: 5px;
    color: black;
    margin-left: 76px;
    transition: 0.5s;
    background: url(../images/svg/new/arrows-catalog.svg);
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain; }
  .footer .footer-content .footer-center-block h3.open:before {
    transition: .5s;
    transform: rotate(180deg); }
  .footer-link-item div {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .footer .footer-content .footer-center-block p {
    margin-top: 5px;
    margin-left: 0; }
  .footer .footer-link-item {
    min-height: auto; }
  .footer .footer-content .footer-left-block .footer-phone-block {
    text-align: center; }
  .footer .footer-content .footer-left-block .footer-phone {
    margin-right: 5px;
    margin-left: -35px; }
  .footer .footer-content .footer-center-block h3 {
    margin-top: 15px;
    margin-bottom: 10px; }
  .footer-link-item div {
    display: none; }
  .footer-menu-item {
    padding: 0; }
  .fixed-header .header-logo {
    width: 60%; }
  .fixed-header .header-content-block {
    width: 40%; }
  .fixed-header .country-name, .fixed-header .country-button, .fixed-header .phone {
    display: none; }
  .fixed-header .country {
    width: auto; }
  .fixed-header .country-icon {
    display: block;
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px; }
  .fixed-header .search-button {
    margin-top: 0; }
  .hydraulics-content .article-hide {
    max-height: 55px; }
  body .bx-wrapper .bx-pager {
    text-align: left;
    margin-left: 15px; }
  body .catalog-container .bx-wrapper .bx-pager {
    margin-left: auto; }
  /************  MOBILE CART **********************/
  .global-cart-items-container .show-product-galery {
    width: 120px;
    float: left; }
  .global-cart-items-container .show-product-desc {
    width: 370px;
    padding-right: 0;
    padding-left: 15px; }
  .global-cart-items-container .show-product {
    padding-left: 0;
    padding-right: 0; }
  .global-cart-items-container .desc-block-left {
    font-size: 12px; }
  .global-cart-items-container .desc-discount {
    width: 170px;
    line-height: 32px;
    font-size: 11px;
    margin-top: 0px; }
  .global-cart-items-container .desc-new-price {
    font-size: 26px;
    margin-top: 12px;
    margin-bottom: 10px; }
  .global-cart-items-container img {
    width: 85px; }
  .global-cart-items-container .desc-price span {
    font-size: 13px; }
  .global-cart-modal-body-wrapper {
    width: 500px;
    margin-left: -250px;
    margin-top: 75px;
    min-height: 65%; }
  .global-cart-item-final-price-container {
    width: 100%; }
  .global-cart-modal-button-item {
    width: 230px; }
  .mobile .auto-service-content-top-img, .mobile .auto-service-content-bottom-img {
    background: none;
    display: none; }
  .rhombus-figure a {
    background: none; }
  .rhombus-figure {
    display: none; }
  .auto-service-figures-block {
    margin-bottom: 30px;
    min-height: 0; }
  .auto-service-border {
    width: auto; }
  .auto-service-content h1 {
    margin-top: 20px; }
  .auto-service-figures-block {
    background-color: #25252f; }
  .product-cart-del {
    right: 2px; }
  .product-cart-del:after {
    width: 460px;
    left: -450px; }
  .product-cart-del:before {
    height: 140px; }
  .footer-phone-item a {
    font-size: 16px; }
  .footer-call-back {
    font-size: 15px; }
  .show-product-desc {
    padding-left: 50px; }
  .block-catalog {
    width: 400px;
    margin: auto;
    margin-bottom: 70px; }
  .block-catalog-product-descript {
    max-height: 200px; }
  .button-send.carousel-block-link {
    float: none;
    margin: auto;
    margin-top: 40px; }
  .contacts-number-block {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0; }
  .contacts-number-block div {
    text-align: left !important;
    color: black; }
  .contact-street {
    color: black; }
  .contacts-number-block > div:nth-of-type(2n-1) {
    font-family: MuseoSansCyrl1; }
  .spare-parts-main-content.container {
    padding-left: 30px;
    padding-right: 30px; }
  .right-img {
    display: none; }
  .carousel-block-link.button-send.make-order {
    float: none;
    margin-top: 20px; }
  .spare-parts-content-top-left-img, .spare-parts-content-top-img, .spare-parts-content-bottom-img {
    display: none; }
  .mobile .engine-repair-mobile:before {
    background-image: url("../images/svg/auto-service/motor-mob.svg"); }
  .mobile .repair-kpp-mobile:before {
    background-image: url("../images/svg/auto-service/kpp-mob.svg");
    background-position-x: 8px; }
  .mobile .chassis-repair-mobile:before {
    background-image: url("../images/svg/auto-service/hodova-mob.svg"); }
  .mobile .computer-diagnostics-mobile:before {
    background-image: url("../images/svg/auto-service/laptop-mob.svg");
    background-position-y: 5px; }
  .mobile .change-of-oil-mobile:before {
    background-image: url("../images/svg/auto-service/oil-mob.svg");
    background-position-y: 12px; }
  .mobile .repair-conditioner-mobile:before {
    background-image: url("../images/svg/auto-service/snezhunka-mob.svg"); }
  .mobile .high-pressure-sleeves:before {
    background-image: url("../images/svg/center-gidraulics/figure-rukav-mob.svg"); }
  .mobile .hydraulics-cylinders:before {
    background-image: url("../images/svg/center-gidraulics/figure-cilindr-mob.svg"); }
  .mobile .production-catalog:before {
    background-image: url("../images/svg/center-gidraulics/kolcia-mob.svg"); }
  .mobile .pneumatics-catalog:before {
    background-image: url("../images/svg/center-gidraulics/pneumatics-mob.svg"); }
  .mobile .figure-txt-main.rhombus-text-mob {
    min-height: 80px; }
  .mobile .figure-txt-main.rhombus-text-mob:before {
    height: 60px;
    width: 60px;
    margin-left: -65px;
    margin-top: -30px; }
  .auto-service-content article {
    width: 75%; }
  .filter-container .filter-container-select-filter {
    align-items: center; }
  .filter-container-select-filter .product-on-page-select {
    width: 190px; }
  .filter-container .filter-container-select-filter:before {
    margin-right: -60px; }
  .filters-catalog {
    padding-right: 50px; }
  .catalog-container .global-cart-modal-buttons {
    margin-top: 0;
    left: auto; }
  .category-warehouse .catalog-bar-mobile-wrapper {
    margin-top: 30px; }
  .category-warehouse .warehouse-filters {
    margin-top: 50px; }
  .category-warehouse .global-cart-modal-buttons {
    margin-top: -25px;
    padding-bottom: 0; }
  .contact-document-block-wrap {
    margin: 0 15px; }
  .contact-document-block-content {
    align-items: flex-start;
    padding: 15px; }
  .contact-document-block-item-wrap {
    flex-direction: column; }
  .content-document-block-title {
    margin-bottom: 10px; }
  .contact-document-block-item {
    margin: 5px 0; }
  .contacts-map-block {
    padding-right: 15px; } }

@media (max-width: 880px) {
  .large {
    width: 540px;
    margin-left: -270px;
    left: 50%; }
  .carousel-inner .item img {
    min-width: 800px;
    height: 585px !important; }
  body .bx-wrapper .wrapper-slider-link {
    width: 62%;
    top: 345px; }
  body.homepage .bx-wrapper {
    max-height: 760px;
    height: 760px; }
  .content, .content.auto-service-wrap {
    margin-top: -425px; }
  .content-news .bx-wrapper {
    display: none !important; } }

@media (max-width: 767px) {
  body .bx-wrapper {
    max-height: 483px; }
  .title-txt {
    font-size: 17px;
    line-height: 30px; }
  .content-top-img img {
    min-width: 1000px; }
  .content-top-img-txt h2 {
    font-size: 17px;
    padding: 0 15px; }
  .show-product-desc {
    padding-top: 150px; }
  .content-bottom .our-service-img {
    height: 100px;
    width: 100px; }
  .content-bottom .our-service h3 {
    margin-top: 30px;
    margin-bottom: 20px; }
  .content-bottom .our-service .cervice {
    margin-bottom: 40px; }
  .footer .footer-content h1 {
    margin-left: -35px; }
  .content, .content.auto-service-wrap {
    margin-top: -400px; }
  body .bx-wrapper .wrapper-slider-link {
    width: 96%; }
  body .bx-wrapper h1 {
    left: 55px;
    width: 50%;
    font-size: 30px; }
  body .bx-wrapper .bx-pager {
    width: 50%; }
  body .bx-wrapper .carousel-block-link {
    width: 145px; }
  .content-block {
    top: 0; }
  .show-product-galery .slider-wrapper {
    width: auto; }
  .show-product-galery .slider-wrapper img {
    height: auto; }
  .slider-wrapper img {
    height: 483px; }
  .footer .footer-content .footer-center-block .last-item {
    width: 50%;
    float: left; }
  .footer .footer-content .footer-left-block {
    margin-right: 0px; }
  .footer .footer-content .item.last {
    margin-top: 0px; }
  .footer .footer-content .footer-left-block h3 {
    margin-left: 0px;
    text-align: center; }
  .footer .footer-content .footer-left-block .footer-phone-block {
    text-align: center; }
  .footer .footer-content .footer-left-block .footer-phone {
    margin-left: -30px; }
  .carousel-inner .item img {
    min-width: 767px;
    height: 500px !important; }
  .hydraulics-content h1 {
    color: #ffcc00; }
  .hydraulics-content article {
    column-count: 1;
    color: #ffcc00;
    padding-left: 15px;
    padding-right: 15px; }
  .hydraulics-content .hydraulics-link a {
    color: #33cc99;
    display: block;
    overflow: hidden; }
  .hydraulics-content .hydraulics-link {
    margin-top: 15px;
    margin-bottom: 15px; }
  .hydraulics-content .high-pressure-sleeves div, .hydraulics-content .hydraulic-cylinders div, .hydraulics-content .hydraulic-seals div, .hydraulics-content .pneumatics div {
    background: none;
    border: 1px solid orange;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(0deg);
    width: 100%;
    position: unset;
    margin-bottom: 20px; }
  .hydraulics-content .high-pressure-sleeves > div:hover, .hydraulics-content .hydraulic-cylinders > div:hover, .hydraulics-content .hydraulic-seals > div:hover {
    width: inherit;
    height: 190px;
    top: inherit;
    right: inherit; }
  .hydraulics-content .hydraulics-border {
    width: auto; }
  .hydraulics-bottom article {
    column-count: 1;
    margin-bottom: 20px;
    margin-top: 30px; }
  .hydraulics-content {
    height: auto; }
  .hydraulics-content + div {
    margin-top: 120px; }
  .hydraulics-content .high-pressure-sleeves, .hydraulics-content .hydraulic-cylinders, .hydraulics-content .hydraulic-seals {
    height: auto; }
  .hydraulics-content .high-pressure-sleeves > p, .hydraulics-content .hydraulic-cylinders > p, .hydraulics-content .hydraulic-seals > p {
    color: gray;
    width: 100%;
    text-align: center;
    bottom: 10px;
    left: inherit;
    top: inherit;
    right: inherit; }
    .hydraulics-content .high-pressure-sleeves > p:before, .hydraulics-content .hydraulic-cylinders > p:before, .hydraulics-content .hydraulic-seals > p:before {
      background: none; }
  body .bx-wrapper h2 {
    width: 100%;
    text-align: center;
    margin-top: 45px; }
  .hydraulics-content .article-show {
    max-height: 1000px; }
  .hydraulics-content .article-hide:after {
    background: black;
    box-shadow: none;
    display: none; }
  .catalog-bottom-buttons {
    text-align: center;
    margin-right: 0; }
  .product-pagination, .product-on-page {
    float: none;
    margin-top: 20px; }
  .catalog-table thead {
    display: none; }
  .catalog-table tbody td {
    display: block;
    width: 100%;
    position: relative;
    min-height: 50px;
    line-height: 50px;
    padding: 0; }
  .catalog-table tbody td:after {
    content: attr(data-th);
    text-align: right;
    text-transform: uppercase;
    padding-right: 30px;
    line-height: 57px;
    width: 48%;
    color: black;
    float: left;
    border-right: 2px solid white;
    box-sizing: border-box;
    font-size: 13px;
    background: #bcbcbe; }
  .catalog-table tbody td:nth-child(1):after {
    background: #ffcc00 url(../images/svg/new/arrows-catalog.svg) right 10px center no-repeat; }
  .catalog-table tbody td.open:nth-child(1):after {
    background: #ffcc00 url(../images/svg/new/arrows-catalog-top.png) right 10px center no-repeat; }
  .catalog-table tbody tr {
    display: block;
    height: 55px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .buy-product-block-wrap {
    width: auto;
    display: inline-block; }
  .catalog-container .catalog-table-block {
    padding-right: 15px; }
  .catalog-table tbody tr td:nth-child(6) {
    background: #ffffff;
    width: auto; }
  .catalog-table tbody tr td, .catalog-table tbody tr:nth-child(2n) td {
    background: #ffffff; }
  .catalog-table tbody tr:nth-child(2n) td:nth-child(6) {
    background: #ffffff; }
  .catalog-table tbody tr:nth-child(2n) td:nth-child(1):before {
    display: none; }
  .catalog-table tbody tr:hover td, .catalog-table tbody tr:hover td:nth-child(6), .catalog-table tbody :nth-child(2n):hover td:nth-child(1):before {
    background: #ffffff; }
  .catalog-table tbody tr td .table-tovar-link, .catalog-table tbody tr:nth-child(2n) td .table-tovar-link {
    margin-left: 0; }
  .catalog-table tbody tr:hover td, .catalog-table tbody tr:hover td:nth-child(6), .catalog-table tbody :nth-child(2n):hover td:nth-child(1):before {
    color: black; }
  .catalog-table tbody tr td .table-tovar-link {
    width: 48%; }
  .table-product-mobile-link {
    display: block;
    position: absolute;
    right: 0;
    width: 52%;
    height: 57px;
    top: 0; }
  .container .news-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .changing-count-wrap input {
    border: 2px solid #bcbcbe;
    color: black; }
  .buy-product-block {
    margin-right: 10px; }
  /******** MOBILE CART **********/
  .show-product-galery {
    width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .global-cart-items-container .desc-availability {
    min-height: 40px; }
  .global-cart-items-container .show-product-desc {
    width: 100%; }
  .content-caption-signature {
    padding-right: 0; }
  .product-code {
    width: 50%;
    text-align: center; }
  .hide-code .product-code:nth-child(6), .hide-code .product-code:nth-child(7), .hide-code .product-code:nth-child(8), .hide-code .product-code:nth-child(9), .hide-code .product-code:nth-child(10) {
    color: #d0d0d0; }
  .hide-code .product-code:nth-child(3), .hide-code .product-code:nth-child(4) {
    color: #989898; }
  .hide-code .product-code:nth-child(11), .hide-code .product-code:nth-child(12), .hide-code .product-code:nth-child(13), .hide-code .product-code:nth-child(14), .hide-code .product-code:nth-child(15) {
    color: #d0d0d0; }
  .hide-code .product-code:nth-child(5), .hide-code .product-code:nth-child(6) {
    color: #6d6c6c; } }

@media (max-width: 640px) {
  .country, .phone {
    display: block;
    text-align: center; }
  .phone {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px; }
  .country-name {
    display: none; }
  .fixed-header .country {
    display: flex; }
  .header-cart, .header-cart-wrapper {
    position: absolute;
    top: -1px;
    right: 3px; }
  .fixed-header .header-cart-wrapper {
    margin: 0 8px;
    position: relative;
    top: 2px; }
  .fixed-header .header-cart {
    position: static;
    margin-left: 0;
    height: 35px;
    width: 35px; }
  .country-button {
    width: 203px;
    margin: auto;
    margin-top: 15px; }
  body .bx-wrapper h2 {
    font-size: 22px;
    margin-top: 55px; }
  body .catalog-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px; } }

@media (max-width: 605px) {
  .footer .footer-content h1 {
    margin-left: 0px; } }

@media (max-width: 560px) {
  .phone {
    margin-left: 0; }
  .global-cart-items-container {
    min-height: 190px; }
  .large {
    width: 260px;
    left: 50%;
    margin-left: -125px; }
  .slider-wrapper {
    width: 700px; }
  .fixed-header .other-header-logo img {
    height: 30px;
    margin-top: 8px;
    margin-left: 30px; }
  .show-product-galery {
    width: 80%; }
  .fixed-header .search-button {
    margin: 0 8px; }
  .desc-price {
    margin-top: 22px;
    margin-right: 90px; }
  .desc-new-price {
    margin-top: 0px;
    text-align: center; }
  .desc-block-left {
    float: none;
    width: 100%; }
  .desc-nav-tab {
    padding-top: 45px; }
  .desc-nav-tab-content, .desc-nav-tab {
    min-height: 65px;
    margin-right: 0; }
  .desc-nav-tab .nav-tabs > li.active > a, .desc-nav-tab .nav-tabs > li > a {
    font-size: 10px;
    padding: 10px 10px; }
  .show-product-desc {
    padding-left: 15px; }
  .show-product {
    padding-left: 15px; }
  .show-product-galery {
    padding-left: 0; }
  .global-cart-modal-body-wrapper {
    width: 314px;
    margin-left: -157px; }
  .global-cart-items-container .desc-block-left {
    float: left; }
  .global-cart-items-container .desc-block-right {
    float: left; }
  .global-cart-items-container .desc-price {
    clear: both;
    float: left;
    width: 160px;
    text-align: right;
    margin-right: 0;
    margin-top: 0; }
  .global-cart-items-container .desc-price span {
    font-size: 13px; }
  .global-cart-items-container .desc-new-price {
    width: 160px;
    text-align: right;
    margin-top: 0;
    font-size: 22px;
    margin-right: 0; }
  .changing-count-wrap .desc-block-product-count {
    float: right; }
  .global-cart-items-container .desc-discount {
    float: right;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    display: none; }
  .global-cart-items-container .desc-block-right {
    clear: both;
    margin-left: -20px; }
  .global-cart-modal-button-item {
    padding: 0px;
    width: 150px; }
  .global-cart-modal-button-item span, .global-cart-modal-button-item {
    font-size: 9px; }
  .global-cart-items-container .show-product-galery {
    width: 85px;
    margin-right: 15px;
    margin-bottom: 0; }
  .global-cart-items-container .desc-block-product-count {
    margin-right: 18px;
    margin-top: 3px; }
  .global-cart-items-container .desc-block-left {
    float: none;
    font-size: 11px; }
  .global-cart-items-container .show-product {
    margin-top: 30px;
    min-height: 160px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .global-cart-modal-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .carousel-block-link.button-send.make-order {
    margin-top: 20px; }
  .product-cart-del:after {
    width: 270px;
    left: -268px; }
  .product-cart-del:before {
    height: 160px; }
  .block-catalog {
    width: 300px; }
  .fixed-header .country-icon {
    display: block;
    float: right;
    margin: 0 8px; }
  .pop-up-content {
    width: 300px;
    margin-left: -150px; }
  .pop-up-content form {
    width: 260px; }
  .pop-up-content .pop-up-exit {
    right: 0; } }

@media (max-width: 480px) {
  .mobile .main .figure-mobile-structure li.embedded:before {
    width: 21px;
    height: 21px;
    top: 16px; }
  .mobile .figure-mobile-txt a {
    font-size: 16px; }
  .mobile .main .figure-mobile-structure li {
    margin-top: 16px; }
  .mobile .main .figure-mobile-structure .under-category {
    font-size: 12px; }
  .footer .footer-content .first-item {
    margin: auto;
    float: none;
    width: 70%; }
  .footer .footer-content .item {
    width: 65%;
    margin: auto;
    float: none; }
  .footer .footer-content .footer-center-block .last-item {
    float: none;
    width: 100%; }
  .footer .footer-content .footer-center-block h3 {
    margin-top: 30px; }
  .country, .phone {
    display: block;
    text-align: center; }
  .country-icon {
    margin-right: 15px; }
  .carousel-caption {
    margin-top: 30px; }
  .footer .footer-link-item {
    min-height: auto; }
  .footer-link-item div {
    display: none; }
  .footer .footer-content h1 {
    width: 300px;
    margin: 0 auto 45px; }
  .carousel-inner .item .carousel-caption .carousel-block-link {
    margin-top: -50px; }
  .footer .footer-content h1 {
    width: 200px;
    font-size: 42px;
    margin-left: -15px; }
  .mobile .content-block {
    padding-top: 30px; }
  .desc-block-product-count {
    margin-right: -20px;
    float: right; }
  .buy-product-button {
    margin-left: -30px;
    float: left; }
  .hydraulics-content article {
    padding-left: 5px;
    padding-right: 5px; }
  .bottom-article, .hydraulics-bottom article {
    width: 90%; }
  .product-code {
    width: 100%;
    text-align: center; }
  .hide-code .product-code:nth-child(3), .hide-code .product-code:nth-child(4) {
    color: #d0d0d0; }
  .hide-code .product-code:nth-child(2) {
    color: #989898; }
  .hide-code .product-code:nth-child(5), .hide-code .product-code:nth-child(6) {
    color: #d0d0d0; }
  .hide-code .product-code:nth-child(3) {
    color: #6d6c6c; }
  .auto-service-content article, .auto-service-content article {
    width: 100%; }
  .mobile-header-menu ul li a {
    padding-right: 40px;
    line-height: 30px; }
  .mobile-header-menu-wrap .mobile-header-menu .menu-parent-line {
    width: 94%; } }

@media (max-width: 370px) {
  .carousel-inner .item img {
    min-width: 580px;
    height: 500px !important; }
  .line-one {
    margin-top: 22px; }
  .search-pop-up .pop-up-search-link {
    padding: 5px 0 5px 10%; }
  .search-pop-up input {
    padding-left: 15%; }
  body .catalog-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px; } }
