body {

  font-family: 'e-Ukraine';
  margin: 0;
  background-color: #f4f4f4;
}

.header-panel {
  background-color: black;
  padding: 24px;
}

.top-nav {
  display: flex;
  height: 2rem;
  align-items: center;
  margin: 0 auto;
  max-width: 90rem;
}

.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-wrapper .menu-item {
  margin-right: 56px;
}

.menu-wrapper .menu-item:hover>a {
  opacity: 0.8;
}

.menu-wrapper .menu-item:last-child {
  margin-right: 0;
}

.menu-wrapper .menu-item a {
  transition: .4s all ease;
  font-weight: 700;
  font-size: 16px;
  line-height: unset;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .menu-wrapper {
    display: none;
  }

  .menu-burger-btn {
    display: flex;
  }
}

@media (min-width: 769px) {
  .menu-wrapper {
    display: flex;
  }

  .menu-burger-btn {
    display: none;
  }
}

.menu-burger-btn {
  margin-right: 1rem;
  width: 25px;
  height: 24px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.menu-burger-btn div {
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 3px;
}

/* Menu list */
.menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 15px;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
}

.menu a:hover {
  background: lightgray;
}

/* Show menu when active */
.menu.active {
  display: block;
}

.products {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0.5rem;

}

.product {
  margin:2rem;
  width: 350px;
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* border: 1px solid green; */

}

.product img {
  width: 100%;
}

.product-descr{
  height: 2rem;
}

.spec-wrap {
  height: 5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 10px;
}

.spec-wrap .specification {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background: #F5F5F5;
  color: #000;
  font-family: 'fixel', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  margin: 8px 8px 0 0;
}

.price{
  margin: 1.5rem 0.5rem;
}

.text-green{
  color:#3A3;
}

.cta{
  padding: 8px;
}

.button-black {
  display: block;
  font-family: 'fixel';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 12px;
  background: #000;
  border: 1px solid transparent;
  transition: .4s all ease;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; 
  border-radius: 5px;
}

.button-gray {
  display: block;
  font-family: 'fixel';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #ffffff;
  padding: 13px 12px;
  background: #555;
  border: 1px solid transparent;
  transition: .4s all ease;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  opacity: 1; 
  border-radius: 5px;
}

.button-white {
  display: inline-block;
  font-family: 'fixel';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 13px 12px;
  background: #fff;
  transition: .4s all ease;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  width:100%;
  opacity: 1; 
}
  a.button-white {
    text-decoration: underline;  
  }
   a.button-white:hover {
    color: #00f;
  }


.partners{
  text-align: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   footer {
    position: relative;
    transition: .4s all ease;
    overflow: hidden;
    background-color: #000; }
    footer .wrapper {
      padding: 24px 0;
      text-align: center;
      max-width: 600px;
      margin: 0 auto;
      position: relative;
      transition: .4s all ease; }
      footer .wrapper .footer-title {
        color: #FFF;
        font-family: 'e-Ukraine';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        margin-bottom: 6px;
        transition: .4s all ease; }
      footer .wrapper .footer-description {
        color: rgba(255, 255, 255, 0.7);
        font-family: 'e-Ukraine';
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        transition: .4s all ease; }
      footer .wrapper .footer-description a{
        color: rgba(255, 255, 255, 0.7);
      }
      .contact .email a , .contact .phone{
        color: rgba(255, 255, 255, 0.7);
      }

/* ==========================================================================
   Contact Section
   ========================================================================== */
   .contact {
    background-color: #3B3B44; }
    .contact .wrapper {
      padding: 80px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1140px) {
        .contact .wrapper {
          padding: 70px 0; } }
      @media (max-width: 768px) {
        .contact .wrapper {
          padding: 65px 0; } }
      @media (max-width: 576px) {
        .contact .wrapper {
          padding: 60px 0; } }
      .contact .wrapper h2 {
        max-width: 500px;
        width: 100%;
        color: #ffffff;
        margin-bottom: 16px;
        text-align: center; }
      .contact .wrapper .description {
        max-width: 654px;
        width: 100%;
        color: #ffffff;
        margin-bottom: 36px;
        text-align: center;
        padding-bottom: 0; }
        @media (max-width: 576px) {
          .contact .wrapper .description {
            margin-bottom: 20px; } }
      .contact .wrapper .wrapper-btn {
        display: flex;
        align-items: center;
        justify-content: center; }
        .contact .wrapper .wrapper-btn .button-white {
          max-width: 181px;
          width: 100%; }


/* FONTS
   ========================================================================== */
@font-face {
  font-family: "e-Ukraine";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/e-ukraine-bold_w.woff") format("woff"), url("../fonts/e-ukraine-bold_w.woff2") format("woff2");
}

@font-face {
  font-family: "e-Ukraine";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/e-ukraine-light_w.woff") format("woff"), url("../fonts/e-ukraine-light_w.woff2") format("woff2");
}

@font-face {
  font-family: "e-Ukraine";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/e-ukraine-medium_w.woff") format("woff"), url("../fonts/e-ukraine-medium_w.woff2") format("woff2");
}

@font-face {
  font-family: "e-Ukraine";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/e-ukraine-regular_w.woff") format("woff"), url("../fonts/e-ukraine-regular_w.woff2") format("woff2");
}

@font-face {
  font-family: "fixel";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/FixelDisplay-Bold.woff") format("woff"), url("../fonts/FixelDisplay-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "fixel";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/FixelDisplay-Medium.woff") format("woff"), url("../fonts/FixelDisplay-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "fixel";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/FixelDisplay-Regular.woff") format("woff"), url("../fonts/FixelDisplay-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "fixel";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FixelDisplay-SemiBold.woff") format("woff"), url("../fonts/FixelDisplay-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "fixel-text";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/FixelText-SemiBold.woff") format("woff"), url("../fonts/FixelText-SemiBold.woff2") format("woff2");
}