body {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-container, .main.container {
  background-color: #00a1ed !important;
}

.banner-inline {
  position: relative;
  top: -50px;
  left: 50px;
  color: #fff;
  font-size: 30px;
  max-width: 50%;
  font-weight: 600;
}

@media (max-width: 767px) {
  .banner-inline {
    top: -20px;
    left: 20px;
    color: #4b4b4b;
    font-size: 20px;
    max-width: 80%;
  }
}

.banner-block {
  display: flex;
  height: 600px;
  align-items: flex-end;
}

.banner-inline h1 {
  font-weight: 800;
  color: #ffffff;
}

@media (max-width: 767px) {
  .banner-inline h1 {
    font-weight: 800;
    color: #000000;
    font-size: 20px;
  }
}

.article-wrapper {
  background-color: #00a1ed;
  padding-bottom: 50px;
}

.article-wrapper-white .article-item h2 {
  color: #00a1ed;
}

.article-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
  justify-content: center;
}

@media (max-width: 767px) {
  .article-block {
    display: flex;
    flex-direction: column;
    padding: 16px;
    align-content: center;
  }
}

.article-item {
  /*padding: 50px 0px;*/
  width: 90%;
}

@media (max-width: 767px) {
  .article-item {
    /*padding: 50px 0px;*/
    width: 100%;
  }
}

.article-item-30 {
  width: 30%;
  padding: 20px;
  /*height: 100%;*/
}

@media (max-width: 767px) {
  .article-item-30 {
    width: 100%;
    padding: 0px;
    /*height: 100%;*/
  }
}

.article-item-50 {
  width: 45%;
}

@media (max-width: 767px) {
  .article-item-50 {
    width: 95%;
  }
}

.article-image img {
  width: 100%;
}

.article-item h2, .article-item h3 {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.article-item h3 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.article-button {
  border: 4px solid #fff;
  color: #fff;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 800;
  margin: 20px;
  width: 20em;
  text-align: center;
}

.article-button-wrapper {
  display: flex;
  padding: 10px 20px;
  margin: 25px;
  flex-direction: column;
  align-items: center;
}

.article-button.full-fill:hover {
  background-color: #00a1ed;
  color: #23527c;
}

.article-button.full-fill {
  background-color: #fff;
  color: #00a1ed;
}

.article-button {
  /*width: 20em;*/
  /*text-align: center;*/
}

.article-button:hover {
  text-decoration: none;
  background-color: #ffffff;
  /*filter: invert(100%);*/
  color: #23527c;
}

.article-item-inline {
  margin: 10px;
  padding: 20px;
  background-color: #ffffff;
  height: 100%;
}

.article-item-icon-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  .article-item-icon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
  }
}

.article-icon {
  width: 50px;
  margin: 25px;
}

.article-item-icon {
  display: flex;
  width: 25%;
  margin: 25px;
  /*padding: 10px;*/
  margin: 25px;
  padding: 24px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  /*border: solid #4b4b4b 1px;*/
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

@media (max-width: 767px) {
  .article-item-icon {
    display: flex;
    width: 100%;
    margin: 25px;
    /*padding: 10px;*/
    margin: 15px;
    padding: 16px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    /*border: solid #4b4b4b 1px;*/
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
  }
}

.article-item-icon span {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 24px;
}

.article-icon svg {
  color: #ffffff;
}

.article-item-icon p {
  height: 100%;
}

.article-block p {
  /*text-align: justify;*/
  font-size: 18px;
}

@media (max-width: 767px) {
  .article-block p {
    /*text-align: justify;*/
    font-size: 16px;
  }
}

.article-wrapper.article-wrapper-white {
  background-color: #fff;
}

.article-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-align: center;*/
  height: 100%;
}

.article-item-product-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*background-color: #ffffff;*/
  justify-content: center;
}

@media (max-width: 767px) {
  .article-item-product-wrapper {
    display: flex;
    flex-direction: column;
    /*background-color: #ffffff;*/
    align-content: center;
  }
}

.article-item-product {
  padding: 20px;
  margin: 35px;
  /*display: flex;*/
  max-width: 26%;
  background-color: #ffffff;
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  /*align-items: center;*/
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

@media (max-width: 767px) {
  .article-item-product {
    padding: 10px;
    margin: 25px;
    /*display: flex;*/
    max-width: 95%;
    background-color: #ffffff;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
  }
}

.article-item-product h2 {
  color: #00a1ed;
  font-weight: 600;
  font-size: 26px;
}

.article-item-product-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.article-image {
  text-align: center;
  max-width: 70%;
}

.article-item-product-summ {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-item-product-price {
  font-size: 19px;
  font-weight: 800;
  color: #ed0e00;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .article-item-product-price {
    font-size: 16px;
    font-weight: 800;
    color: #ed0e00;
    white-space: nowrap;
  }
}

.article-item-product-price-cross {
  font-size: 17px;
  font-weight: 800;
  color: #bbb;
  text-decoration: line-through;
  white-space: nowrap;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .article-item-product-price-cross {
    font-size: 12px;
    font-weight: 800;
    color: #bbb;
    text-decoration: line-through;
    white-space: nowrap;
    margin-bottom: 20px;
  }
}

.product-button {
  display: block;
  margin: 20px auto;
  padding: 5px;
  border: solid 1px #00a1ed;
  width: 15em;
  text-align: center;
  width: 100%;
}

.product-button:hover {
  /*display: block;*/
  /*margin: 20px auto;*/
  /*padding: 5px;*/
  /*border: solid 1px #00a1ed;*/
  /*width: 15em;*/
  /*text-align: center;*/
  background-color: #00a1ed;
  text-decoration: none;
  color: #ffffff;
}

.call-block {
  top: 50%;
  right: 0px;
  position: absolute;
  background-color: #ffffff;
}

.call-block-item {
  width: 50px;
  margin: 10px;
  /*position: sticky;*/
  /*top: 0;*/
}

@media (max-width: 767px) {
  .call-block-item {
    width: 25px;
    margin: 5px;
    /*position: sticky;*/
    /*top: 0;*/
  }
}

.call-block-wrapper {
  /*position: sticky;*/
  /*top: 0;*/
  position: fixed;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  top: 0;
  /*width: 100%;*/
  height: 100%;
  /*padding: 10px;*/
  right: 10px;
}

@media (max-width: 767px) {
  .call-block-wrapper {
    /*position: sticky;*/
    /*top: 0;*/
    /*position: fixed;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    padding: 0px;
    right: 0px;
  }
}

.article-item-contact-messanger {
  display: flex;
  /*padding: 20px;*/
  flex-direction: row;
  justify-content: center;
}

.article-item-contact-messanger .call-block-link {
  /*display: flex;*/
  padding: 20px;
  /*flex-direction: row;*/
}

@media (max-width: 767px) {
  .article-item-contact-messanger .call-block-link {
    /*display: flex;*/
    padding: 10px;
    /*flex-direction: row;*/
  }
}

.article-item-contact-messanger .call-block-link svg {
  width: 75px;
}

@media (max-width: 767px) {
  .article-item-contact-messanger .call-block-link svg {
    width: 50px;
  }
}

.product-button-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .h2, h2 {
    font-size: 22px;
  }
}

.banner-block {
  background: url("https://maxxter.ua/media/wysiwyg/maxxter/energo-promo/bg-maxxter-power.jpg") center / cover;
}

@media (max-width: 767px) {
  .banner-block {
    background: url("https://maxxter.ua/media/wysiwyg/maxxter/energo-promo/maxxter-mobile-bg-02.jpg") center / cover;
  }
}

.article-item-inline svg {
  margin-right: 8px;
}


form#contact-form {
    max-width: 600px;
    margin: auto;
}

legend.legend {
    margin: auto !important;!i;!;
    text-align: center;
    width: 100%;
    /* display: block; */
}

