.homepage__hero {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homepage__hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.homepage__hero__container {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.homepage__hero__container:after {
  content: "";
  display: table;
  clear: both;
}

.homepage__hero__container.-error {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage__hero__content {
  width: 45%;
  max-width: 640px;
}

.homepage__hero__content.-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.homepage__hero__heading {
  color: #fff;
  font-size: 58px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: -1.2px;
}

.homepage__hero__info {
  display: block;
  margin: 10px 0 0 0;
  color: #fff;
}

.homepage__hero__button {
  margin-top: 35px;
  text-decoration: none;
  display: block;
  float: left;
  clear: left;
}

.homepage__hero__slider .swiper-slide {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.homepage__hero__slider .swiper-button.swiper-pagination-hidden {
  display: none;
}

.homepage__hero__slider .swiper-button {
  top: auto;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-image: none;
  outline-color: transparent;
  border-left: 1px solid rgba(255,255,255,0.1);
}

.homepage__hero__slider .swiper-button-prev {
  left: auto;
  right: 80px;
}

.homepage__hero__slider .swiper-button-next {
  right: 0;
}

.homepage__hero__slider .swiper-button-disabled {
  cursor: pointer;
  opacity: 1 !important;
}

.homepage__hero__slider .swiper-button-prev:before,
.homepage__hero__slider .swiper-button-prev:after,
.homepage__hero__slider .swiper-button-next:before,
.homepage__hero__slider .swiper-button-next:after {
  content: '';
  position: absolute;
  left: auto;
  width: 2px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.homepage__hero__slider .swiper-button-next:before {
  top: 36px;
  right: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.homepage__hero__slider .swiper-button-next:after {
  top: 26px;
  right: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.homepage__hero__slider .swiper-button-prev:before {
  top: 36px;
  right: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.homepage__hero__slider .swiper-button-prev:after {
  top: 26px;
  right: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.homepage__hero__slider .swiper-pagination {
  z-index: 2;
  bottom: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 110px;
  width: 100%;
  height: 80px;
  background-color: rgba(0,0,0,0.5);
}

@media only screen and (max-width: 1224px){
  .homepage__hero__slider .swiper-pagination {
    padding: 0 0 0 60px;
  }
}

@media only screen and (max-width: 768px){
  .homepage__hero__slider .swiper-pagination {
    padding: 0 0 0 35px;
  }
}

.homepage__hero__slider .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #838283 !important;
  outline-color: transparent;
}

.homepage__hero__slider .swiper-pagination .swiper-pagination-bullet-active{
  background: #fff !important;
}

.homepage__hero .homepage__hero__form {
  width: 100%;
  height: 80px;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: -80px;
  z-index: 1;
}

.homepage__hero .homepage__hero__form__container {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.homepage__hero .homepage__hero__form__container:after {
  content: "";
  display: table;
  clear: both;
}

.homepage__hero .homepage__hero__form .choices {
  margin: 0 15px;
  height: 50px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: transparent;
  color: white;
}

.homepage__hero .homepage__hero__form .choices[data-type*="select-one"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  top: 23px;
  right: 15px;
  border: none;
  content: "\eaec";
  font-family: 'asas-pen-icons' !important;
}

.homepage__hero .homepage__hero__form .choices[data-type*="select-one"].is-open:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 12px;
  top: 40px;
  right: 25px;
  border: none;
  content: "\eaec";
  font-family: 'asas-pen-icons' !important;
}

.homepage__hero .homepage__hero__form .choices__input,.homepage__hero .homepage__hero__form .choices__inner,.homepage__hero .homepage__hero__form .choices__list,.homepage__hero .homepage__hero__form .choices__item {
  background: transparent !important;
  color: #fff !important;
}

.homepage__hero .homepage__hero__form .choices__inner {
  padding-top: 14px;
  height: 54px;
}

.homepage__hero .homepage__hero__form .choices__list--dropdown {
  background: rgba(0, 0, 0, 0.85) !important;
}

.homepage__hero .homepage__hero__form .choices__input::-webkit-input-placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
 /* Firefox */;
}

.homepage__hero .homepage__hero__form .choices__input:-ms-input-placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
 /* Firefox */;
}

.homepage__hero .homepage__hero__form .choices__input::-ms-input-placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
 /* Firefox */;
}

.homepage__hero .homepage__hero__form .choices__input::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
 /* Firefox */;
}

.homepage__hero .homepage__hero__form .choices__input:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #fff;
}

.homepage__hero .homepage__hero__form .choices__input::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #fff;
}

.homepage__hero .homepage__hero__form select {
    display: inline-block;
    vertical-align: top;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0 0 0 5px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    min-height: 44px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
}

    .homepage__hero .homepage__hero__form select option {
        color: #000;
        font-family: "Open Sans", sans-serif;
    }

.homepage__hero .homepage__hero__form__button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 679px){
  .homepage__hero__container {
    padding: 0 20px !important;
  }
  
  .homepage__hero__heading {
    font-size: 32px;
    line-height: 38px;
  }
}

.homepage__count__container {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 35px 35px 75px;
}

.homepage__count__container:after {
  content: "";
  display: table;
  clear: both;
}

.homepage__count__heading {
  padding-bottom: 25px;
}

.homepage__count__paragraph {
  margin-bottom: 50px;
}

.homepage__count__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 60px 35px;
}

.homepage__count__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  padding-left: 35px;
  min-height: 100%;
  background-size: cover;
}

.homepage__count__image img {
  width: 100%;
}

.homepage__count__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage__count__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 15px 50px 0;
  text-align: center;
}

.homepage__count__item:last-child {
  margin-right: 0;
}

.homepage__count__item__count {
  color: #e41e26;
  font-size: 45px;
  font-weight: bold;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 30px 40px;
  min-height: 110px;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage__count__item__title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  cursor: default;
}

.area:after {
  content: '.000';
}

.homepage__products {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #f2f2f2;
}

.homepage__products__container {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
  padding: 35px;
  text-align: center;
}

.homepage__products__container:after {
  content: "";
  display: table;
  clear: both;
}

.homepage__products__heading {
  margin-bottom: 50px;
}

.homepage__products__paragraph {
  padding-bottom: 5vh;
}

.homepage__products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homepage__products__item {
  position: relative;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  cursor: pointer;
}

.homepage__products__item__image {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.homepage__products__item__title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-top: -65px;
  position: relative;
  height: 65px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.homepage__products__item__info {
  font-size: 14px;
  display: block;
  max-width: 300px;
  margin: 10px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homepage__products__item:hover .homepage__products__item__title {
  background: #e41e26;
}

.homepage__products__button {
  margin: 25px auto;
}

.homepage__review{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0 35px;
}

.homepage__review .homepage__review__container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 0 10% 84px;
  width: 100%;
  /* height: 470px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.homepage__review .homepage__review__text{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 40%;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -1.2px;
}

@media only screen and (max-width: 1224px){
  .homepage__review .homepage__review__container{
    padding: 0 0 0 60px;
    height: 400px;
  }

  .homepage__review .homepage__review__text {
    margin-bottom: 30px;
    width: 52%;
    font-size: 40px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 768px){
  .homepage__review{
    padding: 0 0;
  }
}

@media only screen and (max-width: 679px) {
  .homepage__review{
    margin-bottom: 50px;
  }

  .homepage__review .homepage__review__container {
    align-items: center;
    padding: 50px 20px 50px 20px;
    height: auto;
  }

  .homepage__review .homepage__review__text {
    margin-bottom: 20px;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
}



.homepage__slider{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 35px;
}

.homepage__slider .homepage__slider__container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 84px 0 84px;
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.homepage__slider .homepage__slider__text{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1px;
}

.homepage__slider .homepage__product-container{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 0;
  width: 478px;
  height: 560px;
}

.homepage__slider .swiper-slide {
  padding: 0 85px;
}

.homepage__slider .swiper-slide .homepage__slider__content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 76px;
  height: 100%;
}

.homepage__slider .swiper-slide .homepage__slider__heading{
  margin-bottom: 5px;
  line-height: 26px;
}

.homepage__slider .swiper-slide .paragraph {
  margin-bottom: 15px;
}

.homepage__slider .swiper-slide .homepage__slider__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 360px;
  background-color: #fff;
}

.homepage__slider .swiper-slide .homepage__slider__image img {
  max-width: 80%;
  max-height: 80%;
}

.homepage__slider .homepage__product-container:after{
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.92;
}

.homepage__slider .swiper-container .swiper-button {
  background-color: transparent;
  background-image: none;
  outline-color: transparent;
}

.homepage__slider .swiper-container .swiper-button-prev {
  left: 24px;
}

.homepage__slider .swiper-container .swiper-button-next {
  right: 24px;
}

.homepage__slider .swiper-button-prev:before,
.homepage__slider .swiper-button-prev:after,
.homepage__slider .swiper-button-next:before,
.homepage__slider .swiper-button-next:after {
  content: '';
  position: absolute;
  left: auto;
  width: 2px;
  height: 17px;
  background-color: #000;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  transition: background-color 0.4s;
}

.homepage__slider .swiper-button-next:before {
  top: 14px;
  right: 17px;
  transform: rotate(45deg);
}

.homepage__slider .swiper-button-next:after {
  top: 3px;
  right: 17px;
  transform: rotate(-45deg);
}

.homepage__slider .swiper-button-prev:before {
  top: 14px;
  right: 17px;
  transform: rotate(-45deg);
}

.homepage__slider .swiper-button-prev:after {
  top: 3px;
  right: 17px;
  transform: rotate(45deg);
}

.homepage__slider .swiper-pagination{
  bottom: 30px !important;
}

.homepage__slider .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #c6c5c5 !important;
  outline-color: transparent;
}

.homepage__slider .swiper-pagination .swiper-pagination-bullet-active{
  background: #000 !important;
}

@media only screen and (max-width: 1224px){
  .homepage__slider .homepage__slider__container{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 84px 90px 84px;
    height: auto;
  }

  .homepage__slider .homepage__slider__text {
    margin-bottom: 40px;
    width: 70%;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px){
  .homepage__slider {
    padding: 0 0;
  }
}

@media only screen and (max-width: 679px){
  .homepage__slider .homepage__slider__container {
    padding: 40px 10px 60px 10px;
  }

  .homepage__slider .homepage__slider__text {
    margin-bottom: 20px;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .homepage__slider .homepage__product-container {
    padding: 30px 0 30px 0;
    width: 100%;
    height: auto;
  }

  .homepage__slider .swiper-slide {
    padding: 0 0;
  }

  .homepage__slider .swiper-slide .homepage__slider__content {
    padding-bottom: 40px;
  }

  .homepage__slider .swiper-slide .homepage__slider__heading {
    font-size: 20px;
    line-height: 22px;
  }

  .homepage__slider .swiper-container .swiper-button {
    display: none;
  }
}



.homepage__news {
  border-top: 1px solid #f2f2f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage__news__container {
  width: 100%;
  padding: 0 120px;
  margin: 0 auto;
  padding: 35px;
}

.homepage__news__container:after {
  content: "";
  display: table;
  clear: both;
}

.homepage__news__heading {
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.homepage__news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage__news__highlighted {
  width: 40%;
  max-width: 500px;
  padding-right: 35px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.homepage__news__highlighted__image {
  width: 100%;
}

.homepage__news__highlighted__title {
  color: #373737;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  padding-top: 15px;
}

.homepage__news__highlighted__date {
  color: #373737;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
}

.homepage__news__highlighted__paragraph {
  font-size: 14px;
  color: #838383;
}

.homepage__news__highlighted__anchor {
  color: #e41e26;
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding: 15px 0;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.homepage__news__highlighted__anchor:hover {
  color: #bc1219;
}

.homepage__news__accordions {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.homepage__news__accordion__anchor {
  color: #e41e26;
  font-weight: bold;
  display: block;
  font-size: 12px;
  padding: 15px 0;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.homepage__news__accordion__anchor:hover {
  color: #bc1219;
}

.homepage__news__accordion__paragraph {
  font-size: 14px;
  color: #838383;
}

.homepage__news__accordion__date {
  color: #373737;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 5px 0 15px 0;
}

.homepage__news__accordion__button {
  display: block;
  margin: 25px 0;
}

.homepage__services {
  border-top: 1px solid #f2f2f2;
  padding-top: 75px;
}

.homepage__services .swiper-pagination {
  display: none;
  bottom: 0;
}

.homepage__services .swiper-pagination .swiper-pagination-bullet-active {
  background: #e41e26;
}

.homepage__services__container {
  padding: 35px 0 110px;
}

.homepage__services__container:after {
  content: "";
  display: table;
  clear: both;
}

.homepage__services__service {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 35px;
  width: calc(100% / 3);
}

.homepage__services__service:last-child {
  margin-right: 0;
}

.homepage__services__service__image {
  width: 100%;
  cursor: pointer;
}

.homepage__services__service__title {
  width: 100%;
  display: block;
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2;
}

.hidden__link {
  position: static;
}

.hidden__link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* ... */;
}

.footer__top__swiper .swiper-wrapper .swiper-slide img {
  height: 25px;
}

@media only screen and (max-width: 1729px) {
  .homepage__count__item__count {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1450px) {
  .homepage__count__container {
    padding: 35px 60px;
  }

  .homepage__count__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homepage__count__item {
    margin: 0 0 30px 0;
    width: calc(50% - 15px);
  }

  .homepage__count__item:nth-of-type(odd) {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1359px) {
  .homepage__products__item__title {
    line-height: 25px;
    margin-top: -55px;
    height: 55px;
    font-size: 18px;
  }

  .homepage__services {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1224px) {
  .homepage__hero__container {
    padding: 0 60px;
  }

  .homepage__hero .homepage__hero__form__container {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .homepage__hero__content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .homepage__hero__button {
    float: none;
    max-width: 220px;
    margin: 15px auto 0 auto;
  }

  .homepage__hero .homepage__hero__form__container {
    padding: 0 35px;
  }

  .homepage__count__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 0;
  }

  .homepage__count__content {
    width: 100%;
    padding: 0 35px;
  }

  .homepage__count__image {
    width: 100%;
    padding: 0;
  }

  .homepage__count__item {
    margin: 0 10px 30px 10px;
    width: calc(25% - 20px);
  }

  .homepage__count__item:nth-of-type(odd) {
    margin-right: 10px;
  }

  .homepage__count__item:first-of-type {
    margin-left: 0;
  }

  .homepage__count__item:last-of-type {
    margin-right: 0;
  }

  .homepage__products__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media only screen and (max-width: 967px) {
  .homepage__count__item__count {
    padding: 30px 20px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 850px) {
  .homepage__hero__info {
    display: block;
  }

  .homepage__hero__button {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 14px;
  }

  .homepage__hero .homepage__hero__form {
    height: 170px;
    margin-top: -170px;
    padding: 10px 0;
  }

  .homepage__hero .homepage__hero__form__container {
    padding: 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage__hero .homepage__hero__form .choices {
    margin: 0 0 3px 0;
  }

  .homepage__hero .homepage__hero__form .choices[data-type*="select-one"]:after {
    top: 16px;
  }

  .homepage__hero .homepage__hero__form .choices[data-type*="select-one"].is-open:after {
    top: 35px;
  }

  .homepage__hero .homepage__hero__form .choices__inner {
    padding-top: 10px;
    height: 45px;
  }

  .homepage__hero .homepage__hero__form select {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 820px) {
  .homepage__services .swiper-wrapper {
    padding-bottom: 50px;
  }

  .homepage__services .swiper-pagination {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .homepage__products {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .homepage__products__container {
    padding: 35px 0 0 0;
  }

  .homepage__news {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .homepage__news__container {
    padding: 35px 15px 0 15px;
  }

  .homepage__news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage__news__highlighted {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .homepage__news__accordions {
    width: 100%;
  }

  .homepage__news__accordion__button {
    margin: 25px 0 0 0;
  }

  .homepage__services__container {
    padding: 0;
  }
}

@media only screen and (max-width: 679px) {
  .homepage__hero .homepage__hero__form__container {
    padding: 0 15px;
  }

  .homepage__count__content {
    padding: 0 15px;
  }

  .homepage__count__item {
    margin: 0 0 30px 0;
    width: calc(50% - 15px);
  }

  .homepage__count__item:nth-of-type(odd) {
    margin-right: 15px;
  }

  .homepage__products__heading {
    padding: 0 15px 0 15px;
    margin-bottom: 20px;
  }

  .homepage__products__paragraph {
    padding: 0 15px 25px 15px;
  }

  .homepage__products__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-height: 273px;
  }
}

@media only screen and (max-width: 600px) {
  .homepage__services__service {
    padding: 0;
  }
}

/*# sourceMappingURL=homepage.css.map */
