.features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin: 75px auto 0 auto;
}

.features__header {
  position: fixed;
  width: 100%;
  left: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 35px 5px #1e1e1e2b;
          box-shadow: 0px 10px 35px 5px #1e1e1e2b;
}

.features__header .features__header-content {
  max-width: 1150px;
  margin: 0 auto;
}

.features__header h2 {
  font-family: "Mazzard M Bold";
  font-size: 36px;
  line-height: 40px;
  text-transform: none;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}

.features__header .features__header-toggle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 480px;
}

.features__header .features__header-toggle__wrap .features__header-toggle {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.features__header .features__header-toggle__wrap .features__header-toggle p {
  font-size: 18px;
  line-height: 22px;
}

.features__header .features__header-toggle__wrap .features__header-toggle::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #000;
  border-radius: 50%;
}

.features__header .features__header-toggle__wrap .features__header-toggle.active::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 3px;
  top: 7px;
  background-color: #000;
  border-radius: 50%;
}

.features__content-wrap {
  margin-top: 175px;
  display: none;
  width: 100%;
}

.features__content-wrap.active {
  display: block;
}

.features__content-wrap .features__content-heading {
  font-family: "Roboto Bold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.features__content-wrap .features__content-heading.subheading {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.features__content-wrap .features__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item p {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 20px;
  padding: 7px 5px 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item p:first-child {
  width: 290px;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item p:last-child {
  width: 300px;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item p:last-child.only {
  width: 590px;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item:nth-child(even) {
  background-color: #d5d1d1;
}

.features__content-wrap .features__content-item .features__content-item__list .features__content-item__list-item:nth-child(odd) {
  background-color: #ebe9e9;
}

.features__content-wrap .features__content-item .features__content-item__leftside .features__content-item__list {
  margin-bottom: 50px;
}

.features__content-wrap .features__content-item .features__content-item__img {
  max-width: 500px;
}

.features__content-wrap .features__content-item.tank .features__content-item__img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 390px;
  margin-left: 50px;
}

.features__content-wrap .features__content-item.tank .features__content-item__leftside {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.features__content-wrap .features__content-item.brewery .features__content-item__leftside {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.features__content-wrap .features__content-item.brewery .features__content-item__img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
	  margin: auto;
}

.features__content-wrap .features__content-item.plate .features__content-item__img {
  margin-top: 40px;
}

.anim {
  -webkit-animation: anim 1s 1;
          animation: anim 1s 1;
}

@-webkit-keyframes anim {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 2px #000;
            box-shadow: inset 0px 0px 0px 2px #000;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 0px #000;
            box-shadow: inset 0px 0px 0px 0px #000;
  }
}

@keyframes anim {
  0% {
    -webkit-box-shadow: inset 0px 0px 0px 2px #000;
            box-shadow: inset 0px 0px 0px 2px #000;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 0px #000;
            box-shadow: inset 0px 0px 0px 0px #000;
  }
}

.brg {
  top: 0 !important;
}

@media screen and (max-width: 868px) {
  .features__header {
    margin-top: -20px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
  }
  .features__header .features__header-toggle__wrap {
    width: 340px;
  }
  .features__content-wrap {
    margin-top: 160px;
  }
  .features__content-wrap .features__content-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
  }
  .features__content-wrap .features__content-item.tank .features__content-item__img {
    margin-left: 0;
    max-width: 80vw;
  }
  .features__content-wrap .features__content-item.brewery .features__content-item {
    margin-bottom: 0;
  }
  .features__content-wrap .features__content-item.plate .features__content-item {
    margin-bottom: 0;
  }
  .features__content-wrap .features__content-item.plate .features__content-item__img {
    margin-top: 0;
  }
  .features__content-wrap
.features__content-item
.features__content-item__leftside
.features__content-item__list {
    margin-bottom: 30px;
  }
  .features__content-wrap
.features__content-item
.features__content-item__list
.features__content-item__list-item
p:first-child {
    width: 50%;
  }
  .features__content-wrap
.features__content-item
.features__content-item__list
.features__content-item__list-item
p:last-child {
    width: 50%;
  }
  .features__content-wrap
.features__content-item
.features__content-item__leftside
.features__content-item__list {
    width: 100%;
  }
  .features__content-item__leftside {
    width: 100%;
  }
  .features__content-wrap .features__content-heading {
    text-align: center;
  }
}
/*# sourceMappingURL=features.css.map */