body {
  font-family: 'Raleway';
  margin: 0;
  color: #141414;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  height: 100%; }

img {
  width: 73%; }

section {
  padding: 50px 0; }
  section:first-child {
    padding-top: 35px; }

section p:first-child {
  margin-top: 0; }

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start; }
  .section-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.section-content {
  margin-left: 19px; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%; }

.wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wrapper header .container {
    height: auto; }
    .wrapper header .container:first-child {
      height: 100%; }

.desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px; }

.title-h1 {
  font-size: 40px; }

.title-h3 {
  font-size: 20px;
  font-weight: bold; }

.section-title {
  font-size: 16px;
  position: relative;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0; }
  .section-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #B51900;
    bottom: 0;
    right: 20px; }

.title-h4 {
  font-size: 16px; }

.mr-0 {
  margin-right: 0; }

.mt-2 {
  margin-top: 25px; }

.mt-0 {
  margin-top: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.icon {
  margin-right: 5px;
  display: inline-block;
  background-size: cover; }

.icon-clock {
  background-image: url("../img/icons/clock.png");
  width: 18px;
  height: 18px; }

.icon-face {
  background-image: url("../img/icons/facebook.svg");
  display: inline-block;
  width: 10px;
  height: 18px; }

.icon-twitter {
  background-image: url("../img/icons/twitter.svg");
  display: inline-block;
  width: 18px;
  height: 15px; }

.icon-phone {
  background-image: url("../img/icons/phone.png");
  width: 18px;
  height: 18px; }

.icon-email {
  background-image: url("../img/icons/email.png");
  width: 18px;
  height: 13px; }

.icon-map {
  background-image: url("../img/icons/map-marker.png");
  width: 16px;
  height: 18px; }

.icon-arrow {
  background-image: url("../img/icons/arrow-down.png");
  width: 12px;
  height: 8px;
  background-size: cover;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer; }

.logo {
  max-width: 272px; }

.social-nav a:first-child {
  margin-right: 35px; }
.social-nav a:focus {
  -webkit-filter: invert(25%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(60%) contrast(80%);
          filter: invert(25%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(60%) contrast(80%); }

.list-checkbox {
  position: relative;
  padding-left: 30px; }
  .list-checkbox::before {
    content: '';
    background-image: url("../img/icons/check.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 18px;
    height: 13px;
    left: 0px;
    top: 5px; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contacts-list {
    margin-left: 50px; }
    .contacts-list span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      font-size: 14px;
      color: #B51900; }
    .contacts-list a {
      display: block;
      color: #141414;
      font-size: 16px;
      text-decoration: none;
      margin-top: 5px; }
      .contacts-list a:hover {
        color: #141414; }

.header-top {
  background-color: #FAFAFA;
  height: 40px; }
  .header-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .header-top-content .time span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px; }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0; }

.header-menu-content {
  background-color: #FAFAFA;
  border-radius: 5px;
  height: 40px; }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .navbar-list {
    height: 100%;
    padding: 0 100px;
    text-align: center; }
    .navbar-list > a {
      line-height: 40px; }
  .navbar a {
    color: #141414;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none; }
    .navbar a.active {
      border-bottom: 0.5px solid #B51900; }

.dropdown {
  position: relative; }
  .dropdown-active > button span.icon-arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .dropdown-active > .dropdown-content {
    display: block; }
  .dropdown .dropbtn {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: "Raleway"; }
  .dropdown-content {
    display: none;
    position: absolute;
    left: -50%;
    top: 38px;
    width: 250px;
    margin: 0 auto;
    background: #FAFAFA;
    border-radius: 0px 0px 5px 5px;
    z-index: 1;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .dropdown-content a {
      float: none;
      color: #141414;
      font-size: 16px;
      text-decoration: none;
      display: block;
      line-height: 40px;
      border-bottom: 0.5px solid #B51900;
      text-transform: uppercase; }
      .dropdown-content a:last-child {
        border-bottom: none; }
  .dropdown-submenu button {
    line-height: 38px;
    padding: 0;
    text-transform: uppercase; }
  .dropdown-submenu .dropdown-content {
    top: 0;
    left: 0;
    width: 250px;
    background-color: #DADADA;
    position: relative; }

.header-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../img/header-banner.jpg");
  background-size: cover;
  min-height: 450px;
  height: 100%;
  position: relative;
  top: -15px;
  z-index: -5; }
  .header-banner .container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-banner .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #FAFAFA; }
    .header-banner .title .desc {
      max-width: 780px;
      margin: 0 auto; }

.header-mobile {
  display: none; }
  .header-mobile .menu-icon {
    display: none;
    height: 24px;
    width: 30px;
    z-index: 2;
    right: 5%;
    top: 8%;
    cursor: pointer;
    background-image: url("../img/icons/menu.png");
    background-repeat: no-repeat;
    z-index: 2; }

.nav-mobile {
  position: fixed;
  z-index: -99;
  left: 0;
  top: 0;
  visibility: hidden; }
  .nav-mobile-content {
    position: relative;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    cursor: pointer; }
    .nav-mobile-content:before, .nav-mobile-content:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      background: rgba(250, 250, 250, 0.8);
      z-index: -1;
      -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
      transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
      transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
      transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
      -webkit-transform: translateX(0%) translateY(-100%);
              transform: translateX(0%) translateY(-100%); }
    .nav-mobile-content:after {
      background: #fafafa;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      opacity: 0.8; }
    .nav-mobile-content:before {
      -webkit-transition-delay: .1s;
              transition-delay: .1s; }
  .nav-mobile-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .nav-mobile-list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    padding: 25px 0;
    font-size: 12px; }
    .nav-mobile-list-item a {
      color: #141414; }
      .nav-mobile-list-item a:hover {
        color: #141414; }

body.nav-active .menu-icon {
  background-image: url("../img/icons/close.png");
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 17px;
  top: 68px; }
body.nav-active .nav-mobile {
  visibility: visible;
  z-index: 1;
  top: 120px;
  width: 100%; }
  body.nav-active .nav-mobile-content:before, body.nav-active .nav-mobile-content:after {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  body.nav-active .nav-mobile-content:after {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    top: 0; }
  body.nav-active .nav-mobile-content:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  body.nav-active .nav-mobile-list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; }
    body.nav-active .nav-mobile-list-item:nth-child(0) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    body.nav-active .nav-mobile-list-item:nth-child(1) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    body.nav-active .nav-mobile-list-item:nth-child(2) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    body.nav-active .nav-mobile-list-item:nth-child(3) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    body.nav-active .nav-mobile-list-item:nth-child(4) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
  body.nav-active .nav-mobile-bottom {
    opacity: 1; }

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .advantage .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start; }
    .advantage .title .desc {
      margin-left: 20px; }
  .advantage-card {
    width: calc((100% / 3) - (40px / 3));
    margin-right: 20px;
    margin-bottom: 20px; }
    .advantage-card-img {
      height: 50px;
      width: 50px; }
    .advantage-card .title-h4 {
      margin-top: 15px;
      margin-bottom: 10px; }
  .advantage-card:nth-child(3n) {
    margin-right: 0; }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .product-card {
    width: 258px;
    height: 185px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 15px rgba(20, 20, 20, 0.05);
            box-shadow: 0px 5px 15px rgba(20, 20, 20, 0.05);
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    cursor: pointer; }
    .product-card:hover {
      -webkit-box-shadow: 0px 10px 20px rgba(30, 30, 30, 0.08);
              box-shadow: 0px 10px 20px rgba(30, 30, 30, 0.08); }
    .product-card-img {
      margin: auto;
      text-align: center; }
    .product-card-title {
      text-align: center;
      font-size: 16px;
      color: #141414;
      font-weight: bold;
      text-decoration: none;
      padding: 10px; }
      .product-card-title:hover {
        color: #141414; }
    .product-card.big-card {
      width: 351px;
      height: 190px; }
    .product-card.small-card {
      width: 139px;
      height: 139px; }
      .product-card.small-card .product-card-img {
        height: auto;
        width: 55%;
        margin: auto; }
    .product-card.medium-card {
      width: 173px;
      height: 173px; }
      .product-card.medium-card .product-card-img {
        height: auto;
        width: 85%;
        margin: auto; }

.our-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .our-company-card {
    position: relative;
    width: 33%;
    margin-bottom: 25px; }
    .our-company-card .number {
      position: absolute;
      top: -14px;
      left: -5px;
      font-size: 65px;
      font-weight: bold;
      color: rgba(181, 25, 0, 0.15); }
  .our-company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .our-company-info .title-h3 {
      margin-top: 0; }
    .our-company-info .desc {
      width: 87%; }

.device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .device .desc {
    width: 33%; }
  .device-col {
    width: 33%; }
    .device-col:nth-child(1n) {
      margin-left: 20px;
      margin-right: 20px; }
    .device-col > div {
      width: 50px;
      height: 50px; }
    .device-col .title-h4 {
      margin: 10px 0; }

.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0; }

.product-description-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-description-row .img {
    width: 250px;
    height: 250px; }
    .product-description-row .img img {
      width: 75%;
      margin: auto; }
  .product-description-row:nth-child(2n+1) .desc {
    padding-left: 1%; }
.product-description-col {
  width: 75%; }
  .product-description-col .desc {
    padding-right: 5%; }

.armature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .armature .desc {
    width: 44%; }
  .armature-desc {
    width: 48%; }

.task-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .task-content-col {
    width: 48%; }
  .task-content .title-h3 {
    position: relative;
    margin-top: 0; }
    .task-content .title-h3::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -5px;
      width: 30%;
      border-bottom: 0.7px solid #B51900; }

.food-pumps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .food-pumps-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 48%;
    margin-bottom: 20px;
    cursor: pointer; }
    .food-pumps-col .img {
      width: 200px;
      height: 160px;
      margin-right: 20px; }
    .food-pumps-col .text {
      width: 59%; }
      .food-pumps-col .text .title-h3 {
        margin-top: 0;
        margin-bottom: 10px; }

.contacts-section {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: auto;
  padding-right: 20px; }
  .contacts-col > div {
    margin-left: 20px; }
  .contacts-col .title-h4 {
    margin-top: 0;
    margin-bottom: 20px; }

.contacts-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-content .contacts-list {
    margin-left: 0;
    margin-bottom: 20px; }
    .contacts-content .contacts-list:last-child {
      margin-bottom: 0; }

footer {
  background-color: #FAFAFA;
  padding: 40px 0; }
  footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer .info {
      width: 44%; }

@media (max-width: 1150px) {
  .product-card {
    width: 213px;
    height: 153px; }
    .product-card img {
      width: 75%; }
    .product-card .product-card-title {
      font-size: 14px; }

  .product-card.big-card {
    width: 213px;
    height: 153px; } }
@media (max-width: 990px) {
  .navbar-list {
    padding: 0 50px; }

  .social-nav a:first-child {
    margin-right: 25px; }

  .header-contacts {
    margin: 25px 0; }
    .header-contacts .contacts-list {
      margin-left: 20px; }
      .header-contacts .contacts-list span {
        font-size: 12px; }
      .header-contacts .contacts-list a {
        font-size: 14px; }

  .logo {
    max-width: 170px;
    max-height: 50px; }

  .our-company-card {
    width: 47%; }

  .device {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .device .desc {
      width: 100%; }
    .device-col {
      width: 48%;
      margin-top: 20px; }
      .device-col:nth-child(1n) {
        margin-left: 0;
        margin-right: 0; }

  .food-pumps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .food-pumps-col {
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .food-pumps-col .text {
        width: 65%; }
      .food-pumps-col .img {
        width: 150px;
        height: 120px; }

  .product-description-row:nth-child(2n+1) .desc {
    padding-left: 5%; } }
@media (max-width: 768px) {
  section {
    padding: 40px 0; }
    section:first-child {
      padding-top: 20px; }

  .header-top-content .time span {
    font-size: 12px; }

  .navbar a, .dropdown .dropbtn {
    font-size: 14px; }

  .header-menu .container {
    padding: 0; }

  .advantage .title .desc {
    margin-left: 15px; }

  .advantage .advantage-card:nth-child(3n) {
    margin-right: 20px; }

  .advantage .advantage-card:nth-child(2n) {
    margin-right: 0; }

  .advantage .advantage-card {
    width: calc((100% / 2) - (20px / 2)); }

  .armature-gallery {
    margin-left: 19px; }

  .desc {
    font-size: 14px; }

  .title-h1 {
    font-size: 30px; }

  .title-h3 {
    font-size: 16px; }

  .section-title {
    font-size: 14px; }

  .title-h4 {
    font-size: 14px;
    margin-bottom: 10px; }

  p {
    font-size: 14px; }

  .header-banner {
    min-height: 400px; }

  .product-card {
    margin-bottom: 15px; }

  .product-card.small-card {
    width: 82px;
    height: 82px; }
    .product-card.small-card .product-card-img {
      width: 70%; }

  .product-card.medium-card {
    width: 100%; }
  .product-card-img {
        width: 100%; }
  .our-company-card .number {
    top: -12px;
    font-size: 51px; }

  .product-card.medium-card {
    width: 99px;
    height: 99px; }

  .task-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .task-content-col {
      width: 100%; }
      .task-content-col:nth-child(2n) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }

  .contacts-list a {
    font-size: 14px; }

  .contacts-content .contacts-list a {
    font-size: 14px; }

  .contacts-content .contacts-list span {
    font-size: 12px; }

  .contacts-col .title-h4, .contacts-content .contacts-list {
    margin-bottom: 15px; }

  .our-company-info .desc {
    width: 100%; }

  .armature {
    display: block; }
    .armature-desc {
      width: 100%; }
      .armature-desc .desc {
        margin-top: 10px;
        display: inline-block;
        width: 100%; }
      .armature-desc .list-checkbox {
        font-size: 12px; }

  .food-pumps-col {
    margin-bottom: 15px; } }
@media (max-width: 750px) {
  .container {
    padding: 0 20px; }

  .header-top-content .time span {
    font-size: 10px; }

  .header-mobile {
    display: block; }
    .header-mobile .menu-icon {
      display: block; }

  .nav-mobile-list-item {
    width: 70%; }

  .dropdown-content {
    position: static; }

  .header-contacts {
    margin: 15px 0; }
    .header-contacts .contacts {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 15px; }
      .header-contacts .contacts-list {
        margin-left: 8px; }
        .header-contacts .contacts-list:first-child {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          min-width: 105px; }
        .header-contacts .contacts-list:nth-child(2) {
          margin-left: 0; }
        .header-contacts .contacts-list span {
          font-size: 10px; }
        .header-contacts .contacts-list a {
          font-size: 11px; }

  .header-menu {
    display: none; }

  .header-banner {
    top: 0; }

  .icon-clock {
    width: 16px;
    height: 16px; }

  .icon-phone {
    width: 16px;
    height: 16px; }

  .icon-email {
    width: 16px;
    height: 12px; }

  .icon-map {
    width: 14px;
    height: 16px; }

  .title-h1 {
    font-size: 20px; }

  .product-description-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product-description-row:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }

  .product-description-col {
    width: 100%; }

  .product-description-row .img {
    width: 303px;
    height: 303px;
    margin: 0 auto; }

  .contacts-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contacts-col {
    width: 100%;
    margin-bottom: 20px; }

  .product-card {
    width: 146px;
    height: 106px; }
    .product-card .product-card-title {
      font-size: 10px;
      margin-bottom: 8px;
      padding: 0; }
    .product-card img {
      width: 60%; }

  .product-description-row:nth-child(2n+1) .desc {
    padding-left: 0; }

  .product-card.big-card {
    width: 146px;
    height: 106px; } }
@media (max-width: 650px) {
  .section {
    padding-top: 15px; }

  .advantage .title {
    max-width: 100%; }

  .advantage-card {
    max-width: 100%; }

  .header-banner {
    min-height: 240px; }

  .our-company-card {
    width: 100%; }

  .our-company-info {
    display: block; }
    .our-company-info .title-h3 {
      margin-bottom: 5px; }
    .our-company-info .desc {
      width: 100%; }

  .product-card.medium-card {
    width: 145px;
    height: 145px; }

  .food-pumps-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .food-pumps-col .img {
      width: 120px;
      height: 96px;
      margin-right: 10px; }

  footer .footer {
    display: block;
    text-align: center; }
    footer .footer .logo {
      margin: 0 auto; }
    footer .footer .info {
      width: 100%; } }
@media (max-width: 500px) {
  .title-h1 {
    font-size: 20px; }

  .title-h3 {
    font-size: 14px;
    margin-bottom: 5px; }

  .section-title {
    font-size: 12px; }

  .contacts-content .contacts-list a {
    font-size: 12px; }

  .contacts-col .title-h4, .contacts-content .contacts-list {
    margin-bottom: 10px; }

  .dropdown .dropbtn {
    font-size: 12px; }

  section {
    padding: 30px 0; }

  .title-h4 {
    font-size: 12px; }

  p {
    font-size: 12px; }

  .navbar a {
    font-size: 12px; }

  .our-company-card .number {
    top: -15px; }

  .desc {
    font-size: 12px;
    line-height: 16px; }

  .advantage .advantage-card:nth-child(3n) {
    margin-right: 20px; }

  .advantage .advantage-card:nth-child(2n) {
    margin-right: 0; }

  .advantage .advantage-card {
    width: 100%;
    margin-right: 0; }

  .advantage-card-img {
    height: 40px;
    width: 40px; }

  .product-card.small-card {
    width: 94px;
    height: 94px; }

  .device-col {
    width: 100%; }

  .device-col > div {
    height: 40px;
    width: 40px; }

  .device-col .title-h4 {
    margin: 5px 0; }

  .our-company-card {
    margin-bottom: 15px; }

  .food-pumps-col {
    margin-bottom: 10px; }

  footer {
    padding: 30px 0; }

  .nav-mobile-list-item {
    padding: 10px 0; }

  .dropdown > button {
    padding: 10px; }

  .dropdown-content {
    border-radius: 5px; } }
@media (max-width: 350px) {
  .header-contacts .contacts-list a {
    font-size: 8px; }

  .header-contacts .contacts-list span {
    font-size: 9px; } }

/*# sourceMappingURL=style.css.map */