/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 18, 2018 */
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/opensans-regular-webfont.eot");
  src: url("../fonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/opensans-bold-webfont.eot");
  src: url("../fonts/opensans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans/opensans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.calc {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto; }
  .calc .calc__header {
    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;
    background-color: #008e70;
    padding: 18px 15px;
    margin-bottom: 25px; }
    .calc .calc__header .header_logo {
      margin-left: 5px; }
      .calc .calc__header .header_logo img {
        display: block; }
    .calc .calc__header .header_name h2 {
      color: #FFFFFF;
      font-size: 28px;
      margin: 0; }
  .calc .calc__form {
    padding: 0 40px;
    overflow: hidden; }
    .calc .calc__form .calc__form--hidden {
      display: none; }
    .calc .calc__form p {
      font-size: 14px;
      font-family: "open_sansregular";
      margin-bottom: 18px; }
    .calc .calc__form .form-group {
      margin-bottom: 18px; }
      .calc .calc__form .form-group:last-child {
        padding-top: 8px; }
      .calc .calc__form .form-group span.select--style .select--style__span {
        background-color: #e5e5e5;
        right: 0; }
        .calc .calc__form .form-group span.select--style .select--style__span:after {
          background: #e5e5e5; }
        .calc .calc__form .form-group span.select--style .select--style__span:before {
          content: '';
          width: 15px;
          height: 15px;
          border: 1px solid black;
          position: absolute;
          top: 10px;
          right: 12px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .calc .calc__form .form-group select,
      .calc .calc__form .form-group label,
      .calc .calc__form .form-group input {
        border: transparent;
        background-color: #e5e5e5;
        font-family: "open_sansbold";
        font-size: 14px;
        padding: 8px 18px;
        height: auto;
        color: #000000;
        font-style: normal; }
      .calc .calc__form .form-group label {
        padding: 0 0 8px;
        margin-bottom: 0; }
      .calc .calc__form .form-group label {
        background-color: transparent; }
        .calc .calc__form .form-group label sup {
          font-size: 8px; }
      .calc .calc__form .form-group button {
        display: block;
        width: 100%;
        font-family: "open_sansbold";
        font-size: 14px;
        padding: 7px 0;
        color: #FFFFFF;
        border: none;
        outline: 0;
        cursor: pointer;
        background: #f9b233; }
  .calc .calc__footer {
    padding: 0 40px;
    margin-bottom: 60px;
    text-align: center; }
    .calc .calc__footer .footer__text h2 {
      color: #008e70;
      font-size: 24px; }
    .calc .calc__footer .footer__total-number {
      background-color: #008e70;
      text-align: center;
      padding: 17px; }
      .calc .calc__footer .footer__total-number span {
        color: #FFFFFF;
        font-size: 24px;
        font-family: "open_sansbold"; }

@media only screen and (max-width: 560px) {
  .calc .calc__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .calc .calc__header .header_logo {
    margin-left: 0;
    margin-bottom: 10px; }
  .calc .calc__footer,
  .calc .calc__form {
    padding: 0 15px; } }

.animated.delay-0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.animated.delay-1 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animated.delay-2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animated.delay-3 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animated.delay-4 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.animated.delay-5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-6 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.animated.delay-7 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.animated.delay-8 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

.animated.delay-9 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

.animated.delay-10 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.bg--white {
  background-color: #FFFFFF; }

.color--white {
  color: #FFFFFF; }

.bg--black {
  background-color: #000000; }

.color--black {
  color: #000000; }

.bg--green {
  background-color: #008e70; }

.color--green {
  color: #008e70; }

.bg--orange {
  background-color: #f9b233; }

.color--orange {
  color: #f9b233; }

.bg--blue {
  background-color: #005d89; }

.color--blue {
  color: #005d89; }

.bg--red {
  background-color: #ae0f0a; }

.color--red {
  color: #ae0f0a; }

.bg--tomato {
  background-color: #ee7202; }

.color--tomato {
  color: #ee7202; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.ml-1 {
  margin-left: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.ml-2 {
  margin-left: 2px !important; }

.mr-2 {
  margin-right: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.ml-3 {
  margin-left: 3px !important; }

.mr-3 {
  margin-right: 3px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.ml-4 {
  margin-left: 4px !important; }

.mr-4 {
  margin-right: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.ml-6 {
  margin-left: 6px !important; }

.mr-6 {
  margin-right: 6px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.ml-7 {
  margin-left: 7px !important; }

.mr-7 {
  margin-right: 7px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.ml-8 {
  margin-left: 8px !important; }

.mr-8 {
  margin-right: 8px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.ml-9 {
  margin-left: 9px !important; }

.mr-9 {
  margin-right: 9px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mt-11 {
  margin-top: 11px !important; }

.mb-11 {
  margin-bottom: 11px !important; }

.ml-11 {
  margin-left: 11px !important; }

.mr-11 {
  margin-right: 11px !important; }

.mt-12 {
  margin-top: 12px !important; }

.mb-12 {
  margin-bottom: 12px !important; }

.ml-12 {
  margin-left: 12px !important; }

.mr-12 {
  margin-right: 12px !important; }

.mt-13 {
  margin-top: 13px !important; }

.mb-13 {
  margin-bottom: 13px !important; }

.ml-13 {
  margin-left: 13px !important; }

.mr-13 {
  margin-right: 13px !important; }

.mt-14 {
  margin-top: 14px !important; }

.mb-14 {
  margin-bottom: 14px !important; }

.ml-14 {
  margin-left: 14px !important; }

.mr-14 {
  margin-right: 14px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mb-16 {
  margin-bottom: 16px !important; }

.ml-16 {
  margin-left: 16px !important; }

.mr-16 {
  margin-right: 16px !important; }

.mt-17 {
  margin-top: 17px !important; }

.mb-17 {
  margin-bottom: 17px !important; }

.ml-17 {
  margin-left: 17px !important; }

.mr-17 {
  margin-right: 17px !important; }

.mt-18 {
  margin-top: 18px !important; }

.mb-18 {
  margin-bottom: 18px !important; }

.ml-18 {
  margin-left: 18px !important; }

.mr-18 {
  margin-right: 18px !important; }

.mt-19 {
  margin-top: 19px !important; }

.mb-19 {
  margin-bottom: 19px !important; }

.ml-19 {
  margin-left: 19px !important; }

.mr-19 {
  margin-right: 19px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mt-21 {
  margin-top: 21px !important; }

.mb-21 {
  margin-bottom: 21px !important; }

.ml-21 {
  margin-left: 21px !important; }

.mr-21 {
  margin-right: 21px !important; }

.mt-22 {
  margin-top: 22px !important; }

.mb-22 {
  margin-bottom: 22px !important; }

.ml-22 {
  margin-left: 22px !important; }

.mr-22 {
  margin-right: 22px !important; }

.mt-23 {
  margin-top: 23px !important; }

.mb-23 {
  margin-bottom: 23px !important; }

.ml-23 {
  margin-left: 23px !important; }

.mr-23 {
  margin-right: 23px !important; }

.mt-24 {
  margin-top: 24px !important; }

.mb-24 {
  margin-bottom: 24px !important; }

.ml-24 {
  margin-left: 24px !important; }

.mr-24 {
  margin-right: 24px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mt-26 {
  margin-top: 26px !important; }

.mb-26 {
  margin-bottom: 26px !important; }

.ml-26 {
  margin-left: 26px !important; }

.mr-26 {
  margin-right: 26px !important; }

.mt-27 {
  margin-top: 27px !important; }

.mb-27 {
  margin-bottom: 27px !important; }

.ml-27 {
  margin-left: 27px !important; }

.mr-27 {
  margin-right: 27px !important; }

.mt-28 {
  margin-top: 28px !important; }

.mb-28 {
  margin-bottom: 28px !important; }

.ml-28 {
  margin-left: 28px !important; }

.mr-28 {
  margin-right: 28px !important; }

.mt-29 {
  margin-top: 29px !important; }

.mb-29 {
  margin-bottom: 29px !important; }

.ml-29 {
  margin-left: 29px !important; }

.mr-29 {
  margin-right: 29px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mt-31 {
  margin-top: 31px !important; }

.mb-31 {
  margin-bottom: 31px !important; }

.ml-31 {
  margin-left: 31px !important; }

.mr-31 {
  margin-right: 31px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.ml-32 {
  margin-left: 32px !important; }

.mr-32 {
  margin-right: 32px !important; }

.mt-33 {
  margin-top: 33px !important; }

.mb-33 {
  margin-bottom: 33px !important; }

.ml-33 {
  margin-left: 33px !important; }

.mr-33 {
  margin-right: 33px !important; }

.mt-34 {
  margin-top: 34px !important; }

.mb-34 {
  margin-bottom: 34px !important; }

.ml-34 {
  margin-left: 34px !important; }

.mr-34 {
  margin-right: 34px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mt-36 {
  margin-top: 36px !important; }

.mb-36 {
  margin-bottom: 36px !important; }

.ml-36 {
  margin-left: 36px !important; }

.mr-36 {
  margin-right: 36px !important; }

.mt-37 {
  margin-top: 37px !important; }

.mb-37 {
  margin-bottom: 37px !important; }

.ml-37 {
  margin-left: 37px !important; }

.mr-37 {
  margin-right: 37px !important; }

.mt-38 {
  margin-top: 38px !important; }

.mb-38 {
  margin-bottom: 38px !important; }

.ml-38 {
  margin-left: 38px !important; }

.mr-38 {
  margin-right: 38px !important; }

.mt-39 {
  margin-top: 39px !important; }

.mb-39 {
  margin-bottom: 39px !important; }

.ml-39 {
  margin-left: 39px !important; }

.mr-39 {
  margin-right: 39px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mt-41 {
  margin-top: 41px !important; }

.mb-41 {
  margin-bottom: 41px !important; }

.ml-41 {
  margin-left: 41px !important; }

.mr-41 {
  margin-right: 41px !important; }

.mt-42 {
  margin-top: 42px !important; }

.mb-42 {
  margin-bottom: 42px !important; }

.ml-42 {
  margin-left: 42px !important; }

.mr-42 {
  margin-right: 42px !important; }

.mt-43 {
  margin-top: 43px !important; }

.mb-43 {
  margin-bottom: 43px !important; }

.ml-43 {
  margin-left: 43px !important; }

.mr-43 {
  margin-right: 43px !important; }

.mt-44 {
  margin-top: 44px !important; }

.mb-44 {
  margin-bottom: 44px !important; }

.ml-44 {
  margin-left: 44px !important; }

.mr-44 {
  margin-right: 44px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mt-46 {
  margin-top: 46px !important; }

.mb-46 {
  margin-bottom: 46px !important; }

.ml-46 {
  margin-left: 46px !important; }

.mr-46 {
  margin-right: 46px !important; }

.mt-47 {
  margin-top: 47px !important; }

.mb-47 {
  margin-bottom: 47px !important; }

.ml-47 {
  margin-left: 47px !important; }

.mr-47 {
  margin-right: 47px !important; }

.mt-48 {
  margin-top: 48px !important; }

.mb-48 {
  margin-bottom: 48px !important; }

.ml-48 {
  margin-left: 48px !important; }

.mr-48 {
  margin-right: 48px !important; }

.mt-49 {
  margin-top: 49px !important; }

.mb-49 {
  margin-bottom: 49px !important; }

.ml-49 {
  margin-left: 49px !important; }

.mr-49 {
  margin-right: 49px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mt-51 {
  margin-top: 51px !important; }

.mb-51 {
  margin-bottom: 51px !important; }

.ml-51 {
  margin-left: 51px !important; }

.mr-51 {
  margin-right: 51px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mb-52 {
  margin-bottom: 52px !important; }

.ml-52 {
  margin-left: 52px !important; }

.mr-52 {
  margin-right: 52px !important; }

.mt-53 {
  margin-top: 53px !important; }

.mb-53 {
  margin-bottom: 53px !important; }

.ml-53 {
  margin-left: 53px !important; }

.mr-53 {
  margin-right: 53px !important; }

.mt-54 {
  margin-top: 54px !important; }

.mb-54 {
  margin-bottom: 54px !important; }

.ml-54 {
  margin-left: 54px !important; }

.mr-54 {
  margin-right: 54px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mt-56 {
  margin-top: 56px !important; }

.mb-56 {
  margin-bottom: 56px !important; }

.ml-56 {
  margin-left: 56px !important; }

.mr-56 {
  margin-right: 56px !important; }

.mt-57 {
  margin-top: 57px !important; }

.mb-57 {
  margin-bottom: 57px !important; }

.ml-57 {
  margin-left: 57px !important; }

.mr-57 {
  margin-right: 57px !important; }

.mt-58 {
  margin-top: 58px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.ml-58 {
  margin-left: 58px !important; }

.mr-58 {
  margin-right: 58px !important; }

.mt-59 {
  margin-top: 59px !important; }

.mb-59 {
  margin-bottom: 59px !important; }

.ml-59 {
  margin-left: 59px !important; }

.mr-59 {
  margin-right: 59px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mt-61 {
  margin-top: 61px !important; }

.mb-61 {
  margin-bottom: 61px !important; }

.ml-61 {
  margin-left: 61px !important; }

.mr-61 {
  margin-right: 61px !important; }

.mt-62 {
  margin-top: 62px !important; }

.mb-62 {
  margin-bottom: 62px !important; }

.ml-62 {
  margin-left: 62px !important; }

.mr-62 {
  margin-right: 62px !important; }

.mt-63 {
  margin-top: 63px !important; }

.mb-63 {
  margin-bottom: 63px !important; }

.ml-63 {
  margin-left: 63px !important; }

.mr-63 {
  margin-right: 63px !important; }

.mt-64 {
  margin-top: 64px !important; }

.mb-64 {
  margin-bottom: 64px !important; }

.ml-64 {
  margin-left: 64px !important; }

.mr-64 {
  margin-right: 64px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mt-66 {
  margin-top: 66px !important; }

.mb-66 {
  margin-bottom: 66px !important; }

.ml-66 {
  margin-left: 66px !important; }

.mr-66 {
  margin-right: 66px !important; }

.mt-67 {
  margin-top: 67px !important; }

.mb-67 {
  margin-bottom: 67px !important; }

.ml-67 {
  margin-left: 67px !important; }

.mr-67 {
  margin-right: 67px !important; }

.mt-68 {
  margin-top: 68px !important; }

.mb-68 {
  margin-bottom: 68px !important; }

.ml-68 {
  margin-left: 68px !important; }

.mr-68 {
  margin-right: 68px !important; }

.mt-69 {
  margin-top: 69px !important; }

.mb-69 {
  margin-bottom: 69px !important; }

.ml-69 {
  margin-left: 69px !important; }

.mr-69 {
  margin-right: 69px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mt-71 {
  margin-top: 71px !important; }

.mb-71 {
  margin-bottom: 71px !important; }

.ml-71 {
  margin-left: 71px !important; }

.mr-71 {
  margin-right: 71px !important; }

.mt-72 {
  margin-top: 72px !important; }

.mb-72 {
  margin-bottom: 72px !important; }

.ml-72 {
  margin-left: 72px !important; }

.mr-72 {
  margin-right: 72px !important; }

.mt-73 {
  margin-top: 73px !important; }

.mb-73 {
  margin-bottom: 73px !important; }

.ml-73 {
  margin-left: 73px !important; }

.mr-73 {
  margin-right: 73px !important; }

.mt-74 {
  margin-top: 74px !important; }

.mb-74 {
  margin-bottom: 74px !important; }

.ml-74 {
  margin-left: 74px !important; }

.mr-74 {
  margin-right: 74px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mt-76 {
  margin-top: 76px !important; }

.mb-76 {
  margin-bottom: 76px !important; }

.ml-76 {
  margin-left: 76px !important; }

.mr-76 {
  margin-right: 76px !important; }

.mt-77 {
  margin-top: 77px !important; }

.mb-77 {
  margin-bottom: 77px !important; }

.ml-77 {
  margin-left: 77px !important; }

.mr-77 {
  margin-right: 77px !important; }

.mt-78 {
  margin-top: 78px !important; }

.mb-78 {
  margin-bottom: 78px !important; }

.ml-78 {
  margin-left: 78px !important; }

.mr-78 {
  margin-right: 78px !important; }

.mt-79 {
  margin-top: 79px !important; }

.mb-79 {
  margin-bottom: 79px !important; }

.ml-79 {
  margin-left: 79px !important; }

.mr-79 {
  margin-right: 79px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mt-81 {
  margin-top: 81px !important; }

.mb-81 {
  margin-bottom: 81px !important; }

.ml-81 {
  margin-left: 81px !important; }

.mr-81 {
  margin-right: 81px !important; }

.mt-82 {
  margin-top: 82px !important; }

.mb-82 {
  margin-bottom: 82px !important; }

.ml-82 {
  margin-left: 82px !important; }

.mr-82 {
  margin-right: 82px !important; }

.mt-83 {
  margin-top: 83px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.ml-83 {
  margin-left: 83px !important; }

.mr-83 {
  margin-right: 83px !important; }

.mt-84 {
  margin-top: 84px !important; }

.mb-84 {
  margin-bottom: 84px !important; }

.ml-84 {
  margin-left: 84px !important; }

.mr-84 {
  margin-right: 84px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mt-86 {
  margin-top: 86px !important; }

.mb-86 {
  margin-bottom: 86px !important; }

.ml-86 {
  margin-left: 86px !important; }

.mr-86 {
  margin-right: 86px !important; }

.mt-87 {
  margin-top: 87px !important; }

.mb-87 {
  margin-bottom: 87px !important; }

.ml-87 {
  margin-left: 87px !important; }

.mr-87 {
  margin-right: 87px !important; }

.mt-88 {
  margin-top: 88px !important; }

.mb-88 {
  margin-bottom: 88px !important; }

.ml-88 {
  margin-left: 88px !important; }

.mr-88 {
  margin-right: 88px !important; }

.mt-89 {
  margin-top: 89px !important; }

.mb-89 {
  margin-bottom: 89px !important; }

.ml-89 {
  margin-left: 89px !important; }

.mr-89 {
  margin-right: 89px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mt-91 {
  margin-top: 91px !important; }

.mb-91 {
  margin-bottom: 91px !important; }

.ml-91 {
  margin-left: 91px !important; }

.mr-91 {
  margin-right: 91px !important; }

.mt-92 {
  margin-top: 92px !important; }

.mb-92 {
  margin-bottom: 92px !important; }

.ml-92 {
  margin-left: 92px !important; }

.mr-92 {
  margin-right: 92px !important; }

.mt-93 {
  margin-top: 93px !important; }

.mb-93 {
  margin-bottom: 93px !important; }

.ml-93 {
  margin-left: 93px !important; }

.mr-93 {
  margin-right: 93px !important; }

.mt-94 {
  margin-top: 94px !important; }

.mb-94 {
  margin-bottom: 94px !important; }

.ml-94 {
  margin-left: 94px !important; }

.mr-94 {
  margin-right: 94px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mt-96 {
  margin-top: 96px !important; }

.mb-96 {
  margin-bottom: 96px !important; }

.ml-96 {
  margin-left: 96px !important; }

.mr-96 {
  margin-right: 96px !important; }

.mt-97 {
  margin-top: 97px !important; }

.mb-97 {
  margin-bottom: 97px !important; }

.ml-97 {
  margin-left: 97px !important; }

.mr-97 {
  margin-right: 97px !important; }

.mt-98 {
  margin-top: 98px !important; }

.mb-98 {
  margin-bottom: 98px !important; }

.ml-98 {
  margin-left: 98px !important; }

.mr-98 {
  margin-right: 98px !important; }

.mt-99 {
  margin-top: 99px !important; }

.mb-99 {
  margin-bottom: 99px !important; }

.ml-99 {
  margin-left: 99px !important; }

.mr-99 {
  margin-right: 99px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.text--center {
  text-align: center; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2a272c;
  font-weight: 400;
  font-family: "open_sansregular"; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

p {
  margin: 0 0 20px 0;
  width: 100%; }

strong {
  font-family: "open_sansbold"; }

ol, ul, dl {
  padding-left: 18px;
  margin: 0 0 20px 0; }

h1 {
  font-family: "open_sansbold"; }

h2 {
  font-family: "open_sansbold";
  font-size: 24px; }

h3 {
  font-family: "open_sansbold"; }

h4 {
  font-family: "open_sansbold"; }

h5 {
  font-family: "open_sansbold"; }

h6 {
  font-family: "open_sansbold"; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #2a272c;
  background-color: #FFFFFF;
  padding: 8px 10px;
  font-family: "open_sansregular";
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

span.select--style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*position: relative;*/ }
  span.select--style select {
    color: #cecbcf;
    font-style: italic;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    span.select--style select option {
      color: #2a272c;
      font-style: normal; }
  span.select--style .select--style__span {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 36px;
    height: 34px;
    background-color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    span.select--style .select--style__span:before {
      content: '';
      width: 15px;
      height: 15px;
      border: 1px solid black;
      position: absolute;
      top: 10px;
      right: 10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    span.select--style .select--style__span:after {
      content: '';
      width: 100%;
      height: 5px;
      position: absolute;
      top: 15px;
      right: 1px;
      background: #FFFFFF; }

textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 120px !important; }

label {
  display: block;
  color: #2a272c;
  margin-bottom: 6px; }

::-webkit-input-placeholder {
  color: #cecbcf;
  font-style: italic;
  font-family: "open_sansregular"; }

:-ms-input-placeholder {
  color: #cecbcf;
  font-style: italic;
  font-family: "open_sansregular"; }

::-ms-input-placeholder {
  color: #cecbcf;
  font-style: italic;
  font-family: "open_sansregular"; }

::placeholder {
  color: #cecbcf;
  font-style: italic;
  font-family: "open_sansregular"; }

:-ms-input-placeholder {
  color: #cecbcf;
  font-style: italic;
  font-family: "open_sansregular"; }

::-ms-input-placeholder {
  color: #cecbcf;
  font-style: italic;
  font-family: "open_sansregular"; }

.btn {
  min-width: 180px;
  height: 45px;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  background-color: #504b51;
  font-size: 14px;
  font-family: "open_sansbold";
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #f9b233; }

.page-header {
  margin-bottom: 25px; }
  body.home .page-header {
    margin-bottom: 10px; }

.page-header__top {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f9b233; }
  @media (min-width: 992px) {
    .page-header__top {
      background-color: #f9b233; }
      .page-header__top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 38%;
        width: 40px;
        height: 100%;
        background-color: #008e70;
        -webkit-transform: skewX(18deg);
        -ms-transform: skewX(18deg);
        transform: skewX(18deg);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom; }
      .page-header__top:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 38%;
        height: 100%;
        background-color: #008e70; } }
  @media (max-width: 991px) {
    .page-header__top {
      padding-top: 32px;
      background-color: #008e70; } }

.page-header__top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9; }
  @media (min-width: 992px) {
    .page-header__top__inner {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 991px) {
    .page-header__top__inner {
      max-width: 100%;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.logo {
  width: 250px;
  height: auto; }
  @media (max-width: 991px) {
    .logo {
      margin: 20px auto;
      text-align: center; }
      .logo img {
        width: 200px; } }

.header-references {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .header-references {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; } }

.top-links {
  margin-bottom: 18px;
  background-color: #FFFFFF;
  position: relative; }
  @media (min-width: 992px) {
    .top-links:before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: 10px;
      height: 100%;
      background-color: #FFFFFF;
      -webkit-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
      transform: skewX(-18deg);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom; }
    .top-links:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4000px;
      height: 100%;
      background-color: #FFFFFF; } }
  .top-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 9px 0 9px 35px;
    position: relative;
    z-index: 9; }
    .top-links ul li {
      line-height: 12px;
      padding: 0px 6px 0px 6px;
      border-right: 1px solid #000000; }
      @media (min-width: 992px) {
        .top-links ul li:last-child {
          padding-right: 0;
          border-right: 0; } }
      @media (max-width: 991px) {
        .top-links ul li {
          border: 0; } }
      .top-links ul li a {
        font-size: 12px;
        line-height: 12px; }
      .top-links ul li.active a {
        text-decoration: underline; }
  @media (max-width: 991px) {
    .top-links {
      position: absolute;
      top: -32px;
      width: 100%;
      padding: 10px 0;
      background-color: #2a272c; }
      .top-links ul {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .top-links ul li:first-child {
          display: none; }
        .top-links ul li {
          color: #FFFFFF; }
          .top-links ul li.active a {
            color: #f9b233;
            text-decoration: none; } }

.header-references__text {
  font-family: "open_sansbold";
  font-size: 20px;
  color: #FFFFFF;
  padding: 22px 0; }
  @media (max-width: 1199px) {
    .header-references__text {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .header-references__text {
      font-size: 14px;
      margin: 0 -15px;
      padding: 10px 15px;
      background: #f9b233;
      color: inherit;
      width: 100%; } }

.page-header__bottom {
  position: relative;
  background-color: #e4e2e5;
  z-index: 9; }

.page-header__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .page-header__bottom__inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .menu {
    display: block !important; } }

@media (max-width: 1199px) {
  .menu {
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; } }

.menu > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1200px) {
    .menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 45px; } }
  @media (max-width: 1199px) {
    .menu > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 1200px) {
    .menu > ul > li {
      height: 100%; }
      .menu > ul > li:hover .megamenu {
        opacity: 1;
        top: 45px;
        visibility: visible;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  @media (min-width: 1600px) {
    .menu > ul > li {
      margin: 0 10px; } }
  @media (max-width: 1199px) {
    .menu > ul > li {
      position: relative; }
      .menu > ul > li.active > a {
        color: #f9b233; } }
  @media (max-width: 991px) {
    .menu > ul > li:first-child {
      display: none; } }
  .menu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    font-family: "open_sansbold";
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .menu > ul > li > a {
        padding: 0 10px; }
        .menu > ul > li > a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #FFFFFF;
          -webkit-transform: skewX(-18deg);
          -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          opacity: 0;
          visibility: hidden; }
        .menu > ul > li > a:hover:before {
          opacity: 1;
          visibility: visible; } }
    @media (min-width: 1600px) {
      .menu > ul > li > a {
        font-size: 15px; }
        .menu > ul > li > a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #FFFFFF;
          -webkit-transform: skewX(-18deg);
          -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          opacity: 0;
          visibility: hidden; }
        .menu > ul > li > a:hover:before {
          opacity: 1;
          visibility: visible; } }
    @media (max-width: 1599px) {
      .menu > ul > li > a {
        font-size: 1vw;
        height: 50px; } }
    @media (max-width: 1199px) {
      .menu > ul > li > a {
        font-size: 15px;
        padding-right: 40px; } }
    .menu > ul > li > a:hover {
      text-decoration: none; }
    .menu > ul > li > a > .icon {
      font-size: 24px; }
    .menu > ul > li > a span {
      z-index: 9; }
  .menu > ul > li.active > a:before {
    opacity: 1;
    visibility: visible; }

.mobile-menu-btn {
  display: none; }
  @media (max-width: 1199px) {
    .mobile-menu-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: default;
      padding: 11px 0;
      font-size: 15px;
      text-transform: uppercase;
      font-family: "open_sansbold"; } }
  .mobile-menu-btn .mobile-menu-btn__icon {
    display: none; }
    @media (max-width: 1199px) {
      .mobile-menu-btn .mobile-menu-btn__icon {
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        margin-right: 15px; } }
    .mobile-menu-btn .mobile-menu-btn__icon span {
      background: #2a272c;
      width: 100%;
      height: 4px; }

@media (max-width: 1199px) {
  .megamenu {
    display: none;
    width: 100%; }
  .menu__dropdown__toggler {
    position: absolute;
    top: 0;
    right: -5px;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .menu__dropdown__toggler:before {
      content: '';
      width: 26px;
      height: 2px;
      background: #008e70;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1px;
      margin-left: -13px; }
    .menu__dropdown__toggler:after {
      content: '';
      width: 2px;
      height: 26px;
      background: #008e70;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -13px;
      margin-left: -1px; }
    .menu__dropdown__toggler.active {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); } }

@media (min-width: 1200px) {
  .megamenu {
    min-height: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    padding: 50px 0 20px 0;
    -webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.4);
    background: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } }

@media (min-width: 1200px) {
  .megamenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1550px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.megamenu__inner ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 1200px) {
    .megamenu__inner ul {
      -webkit-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 50px;
      column-gap: 50px; } }
  @media (max-width: 1199px) {
    .megamenu__inner ul {
      margin: 0; } }
  .megamenu__inner ul li {
    margin-bottom: 5px; }
  .megamenu__inner ul a {
    font-size: 15px; }

.search .dropdown-toggle .icon {
  font-size: 22px; }

.search .dropdown-body {
  background-color: #FFFFFF;
  padding: 10px;
  width: 500px;
  right: 0;
  top: 34px; }
  .search .dropdown-body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search .dropdown-body form input[type="text"] {
      height: 45px; }
  @media (max-width: 991px) {
    .search .dropdown-body {
      width: 690px; } }
  @media (max-width: 767px) {
    .search .dropdown-body {
      width: 510px; } }
  @media (max-width: 575px) {
    .search .dropdown-body {
      top: 34px;
      right: -15px;
      padding: 10px;
      width: calc(100vw - 15px);
      width: 100vw;
      background-color: #FFFFFF; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1550px; } }

.row.row-stockists {
  margin-left: -23px;
  margin-right: -23px; }
  .row.row-stockists > div[class^="col"] {
    padding-left: 23px;
    padding-right: 23px; }

.row.row-footer-menu {
  margin-left: -25px;
  margin-right: -25px; }
  .row.row-footer-menu > div[class^="col"] {
    padding-left: 25px;
    padding-right: 25px; }
  @media (min-width: 1200px) {
    .row.row-footer-menu {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media (max-width: 1199px) {
    .right-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 991px) {
    .right-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.left-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  margin-bottom: 80px; }
  @media (max-width: 1199px) {
    .left-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (max-width: 991px) {
    .left-side {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 1200px) {
  .two-column--left--short .left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%; }
  .two-column--left--short > .container > .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.main-slider {
  margin-bottom: 15px; }
  .main-slider .owl-item {
    -ms-touch-action: auto !important;
    touch-action: auto !important; }
  .main-slider .item {
    background-repeat: no-repeat;
  }
    @media (min-width: 1200px) {
      .main-slider .item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 41%;
        width: 100px;
        height: 100%;
        -webkit-transform: skewX(18deg);
        -ms-transform: skewX(18deg);
        transform: skewX(18deg);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom; }
      .main-slider .item:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 41%;
        height: 100%; } }
    @media (max-width: 1399px) {
      .main-slider .item {
        background-size: cover; } }
    @media (max-width: 1199px) {
      .main-slider .item {
        background-size: cover; }
        .main-slider .item:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0.7; } }
    .main-slider .item--blue:before, .main-slider .item--blue:after {
      background-color: #005d89; }
    .main-slider .item--purple:before, .main-slider .item--purple:after {
      background-color: #702C91; }
    .main-slider .item--green:before, .main-slider .item--green:after {
      background-color: #008e70; }
    .main-slider .item--gray:before, .main-slider .item--gray:after {
      background-color: #BEBFC4; }
    .main-slider .item--bluelight:before, .main-slider .item--bluelight:after {
      background-color: #00ADEE; }
    .main-slider .item--tomato:before, .main-slider .item--tomato:after {
      background-color: #ee7202; }
    .main-slider .item--brown:before, .main-slider .item--brown:after {
      background-color: #B11117; }
    .main-slider .item--greendark:before, .main-slider .item--greendark:after {
      background-color: #5B6C55; }
  .main-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main-slider .owl-dot {
    width: 60px;
    height: 5px;
    margin: 28px 10px;
    outline: none;
    background-color: #e4e2e5 !important; }
    .main-slider .owl-dot.active {
      background-color: #2a272c !important; }

.main-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  z-index: 9; }
  @media (min-width: 1200px) {
    .main-slider__item {
      height: 300px; } }
  @media (max-width: 1199px) {
    .main-slider__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.main-slider__info {
  z-index: 9;
  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;
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .main-slider__info {
      width: 40%; } }

.main-slider__category {
  position: relative;
  font-size: 15px;
  font-family: "open_sansbold";
  color: #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .main-slider__category:before {
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #FFFFFF;
    position: absolute; }

.main-slider__title {
  font-size: 36px;
  font-family: "open_sansbold";
  color: #FFFFFF;
  margin-bottom: 10px; }

.main-slider__description {
  color: #FFFFFF;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 1200px) {
    .main-slider__description {
      max-width: 370px; } }

@media (min-width: 1200px) {
  .main-slider__range {
    width: 60%; } }

.main-slider__products {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (min-width: 1200px) {
    .main-slider__products {
      height: 300px; } }
  .main-slider__products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 -45px 0;
    z-index: 99; }
    @media (max-width: 767px) {
      .main-slider__products ul {
        margin: 0 0 -38px 0; } }
    .main-slider__products ul li {
      margin: 0 20px; }
      .main-slider__products ul li img {
        max-width: 150px;
        height: 208px;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (max-width: 1199px) {
          .main-slider__products ul li img {
            max-width: 100px;
            height: 140px; } }
        @media (max-width: 767px) {
          .main-slider__products ul li img {
            max-width: 40px;
            height: 60px; } }
      @media (max-width: 767px) {
        .main-slider__products ul li {
          margin: 0 5px; } }

.main-slider__products__more {
  position: relative;
  z-index: 9;
  background-color: #2a272c;
  padding: 22px 40px; }
  @media (min-width: 1200px) {
    .main-slider__products__more {
      width: calc(100% + 100px); } }
  @media (max-width: 1199px) {
    .main-slider__products__more {
      width: calc(100% - 20px); } }
  @media (max-width: 767px) {
    .main-slider__products__more {
      padding: 20px 10px; } }
  .main-slider__products__more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 100%;
    background-color: #2a272c;
    -webkit-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .main-slider__products__more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    background-color: #2a272c; }
  .main-slider__products__more a {
    color: #FFFFFF;
    font-family: "open_sansbold";
    text-decoration: none; }
    .main-slider__products__more a:hover {
      color: #f9b233; }

.main-slider__products__more__inner {
  position: relative;
  z-index: 9; }

.download-guide {
  padding: 10px 0;
  line-height: 1.2;
  text-align: center;
  background-color: #f9b233; }
  .download-guide h2 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    font-family: "open_sansregular"; }
    .download-guide h2 a {
      font-family: "open_sansbold"; }
  .download-guide p {
    margin: 0; }

.section-title {
  margin-bottom: 40px; }
  .section-title .section-title__inner {
    position: relative;
    z-index: 9; }
  .section-title h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 60%;
    font-size: 24px;
    font-family: "open_sansbold";
    color: #FFFFFF;
    margin: 0;
    padding: 15px 50px 15px 0;
    position: relative; }
    @media (max-width: 767px) {
      .section-title h1 {
        font-size: 18px; } }
    .section-title h1:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 4000px;
      height: 100%;
      background-color: #008e70;
      -webkit-transform: skewX(18deg);
      -ms-transform: skewX(18deg);
      transform: skewX(18deg);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom; }
    .section-title h1 span {
      position: relative;
      z-index: 9; }
  .section-title--pulltop {
    margin-top: 30px; }
    .section-title--pulltop h1 {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-bottom: 0; }

.section-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }

.section-expert-corner {
  overflow: hidden; }
  @media (min-width: 992px) {
    .section-expert-corner {
      padding-top: 60px; } }

.expert-corner {
  position: relative;
  background-color: #f9b233; }
  @media (min-width: 992px) {
    .expert-corner {
      height: 170px; } }
  @media (max-width: 1199px) {
    .expert-corner {
      background-image: inherit; } }
  @media (max-width: 767px) {
    .expert-corner {
      padding-left: 20px; } }

.expert-corner-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/fixed/recommend-bg.png"); }

.expert-corner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .expert-corner__inner {
      height: 100%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 991px) {
    .expert-corner__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.expert-corner__heading {
  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;
  max-width: 300px; }
  @media (min-width: 992px) {
    .expert-corner__heading {
      height: 100%; } }
  @media (min-width: 1200px) {
    .expert-corner__heading {
      margin-left: 320px;
      margin-right: 40px; } }

.expert-corner__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  background-color: #FFFFFF;
  position: relative;
  padding: 0 80px 0 20px;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .expert-corner__recommend {
      height: auto;
      padding: 0 0 0 20px; } }
  .expert-corner__recommend:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .expert-corner__recommend:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    background-color: #FFFFFF; }
  .expert-corner__recommend strong {
    font-size: 22px;
    font-family: "open_sansbold"; }

.expert-corner__recommend__inner {
  position: relative;
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.expert-corner__recommend__image {
  margin: -130px 0 0 40px; }
  @media (max-width: 575px) {
    .expert-corner__recommend__image {
      margin: -20px 0 0 20px; } }
  @media (max-width: 575px) {
    .expert-corner__recommend__image img {
      width: 70px;
      height: 100px;
      -o-object-fit: cover;
      object-fit: cover; } }

.expert-corner__moreinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-color: #404040;
  width: 330px;
  height: 100%;
  padding: 35px 0 35px 15px; }
  .expert-corner__moreinfo a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "open_sansbold"; }
  .expert-corner__moreinfo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background-color: #404040;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .expert-corner__moreinfo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    background-color: #404040; }

.expert-corner__moreinfo__inner {
  position: relative;
  z-index: 9; }

.section-featured-products {
  padding: 50px 0 30px 0; }

.section-other-products {
  padding: 20px 0 110px 0; }

.product__item {
  margin-bottom: 60px; }

.product__title {
  position: relative;
  margin-bottom: 20px; }
  .product__title h2 {
    font-size: 22px;
    font-family: "open_sansbold";
    text-align: center;
    margin: 0; }

.product__image {
  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;
  padding: 15px 0;
  height: 220px;
  overflow: hidden; }
  .product__image img {
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.product__description {
  text-align: center;
  margin-bottom: 25px; }
  .product__description p {
    margin: 0;
    height: 5em;
    line-height: 1.5;
    overflow: hidden; }

.product__button {
  text-align: center; }

.other-product__item .product__image {
  margin-bottom: 10px; }
  .other-product__item .product__image img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.other-product__item:hover .product__image img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.single-product {
  padding-bottom: 80px;
  border-bottom: 1px solid #817b81; }

.single-product__title {
  width: calc(100% - 50px);
  position: relative;
  margin: -15px 0 30px 0;
  padding: 35px 50px 35px 0; }
  .single-product__title .single-product__title__inner {
    position: relative;
    z-index: 9; }
  .single-product__title h1 {
    color: #FFFFFF;
    font-size: 36px;
    margin: 0;
    word-wrap: break-word; }
    @media (max-width: 767px) {
      .single-product__title h1 {
        font-size: 26px;
        margin-bottom: 10px; } }
  .single-product__title strong {
    color: #FFFFFF;
    font-size: 18px; }
    @media (max-width: 767px) {
      .single-product__title strong {
        font-size: 14px; } }
  .single-product__title:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 100%;
    height: 100%;
    background-color: #504c51;
    -webkit-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .single-product__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 4000px;
    height: 100%;
    background-color: #504c51; }

.single-product__description {
  margin-bottom: 30px; }

.single-product__specification {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #ebebeb; }

.single-product__image {
  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;
  margin-bottom: 40px; }
  .single-product__image img {
    width: 400px;
    height: 550px;
    -o-object-fit: contain;
    object-fit: contain; }
  @media (max-width: 991px) {
    .single-product__image {
      display: none; } }

.single-product__mobile__image {
  text-align: center;
  margin-bottom: 30px; }
  .single-product__mobile__image img {
    width: 400px;
    height: auto;
    max-width: 80%; }
  @media (min-width: 992px) {
    .single-product__mobile__image {
      display: none; } }

.featured-products .owl-item .product__title {
  padding-bottom: 10px;
  border-bottom: 10px solid; }

.featured-products .owl-item:nth-child(4n-3) .product__title {
  border-color: #008e70; }

.featured-products .owl-item:nth-child(4n-2) .product__title {
  border-color: #005d89; }

.featured-products .owl-item:nth-child(4n-1) .product__title {
  border-color: #ae0f0a; }

.featured-products .owl-item:nth-child(4n) .product__title {
  border-color: #ee7202; }

.featured-product__item {
  margin-bottom: 0;
  padding-bottom: 20px; }

.other-product__item {
  margin-bottom: 0; }

.owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: #ececec !important;
  border-radius: 50%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .owl-nav button:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    border: 3px solid #2a272c;
    border-top: 0;
    border-right: 0; }
  .owl-nav button.owl-prev {
    left: 0; }
    @media (min-width: 1600px) {
      .owl-nav button.owl-prev {
        left: -100px; } }
    .owl-nav button.owl-prev:before {
      left: 20px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .owl-nav button.owl-next {
    right: 0; }
    @media (min-width: 1600px) {
      .owl-nav button.owl-next {
        right: -100px; } }
    .owl-nav button.owl-next:before {
      right: 20px;
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
  .owl-nav button span {
    display: none; }

.section-about {
  padding-bottom: 20px;
  background-color: #dadada;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .section-about__content {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    column-gap: 80px; } }

.news__item {
  margin-bottom: 80px; }
  .news__item:hover .news__item__image img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.news__item__title {
  height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 20px; }
  .news__item__title h2 {
    margin: 0;
    font-size: 18px;
    height: 4.5rem;
    overflow: hidden; }
  .news__item__title a:hover {
    text-decoration: none; }

.news__item__image {
  overflow: hidden;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .news__item__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .news__item__image img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (min-width: 576px) {
      .news__item__image img {
        height: 175px;
        -o-object-fit: cover;
        object-fit: cover; } }

.news__item__info {
  line-height: 1.3; }
  .news__item__info .date {
    font-size: 14px;
    font-family: "open_sansbold";
    color: #008e70; }
  .news__item__info .author {
    font-size: 10px;
    font-family: "open_sansbold";
    color: #008e70; }

.section-latestnews {
  padding-bottom: 80px; }
  .section-latestnews .news__item {
    margin-bottom: 30px; }

.news__single figure{
	float:right;
}

.news__single__image img {
  /*width: 100%;*/
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news__single__infoshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 40px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 575px) {
    .news__single__infoshare {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.news__single__info {
  line-height: 1.3; }
  @media (max-width: 575px) {
    .news__single__info {
      margin-bottom: 40px; } }
  .news__single__info .date {
    font-size: 14px;
    font-family: "open_sansbold";
    color: #008e70; }
  .news__single__info .author {
    font-size: 10px;
    font-family: "open_sansbold";
    color: #008e70; }

.news__single__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: -5px;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news__single__share ul li {
    margin: 5px; }
    .news__single__share ul li:first-child {
      margin-right: 10px; }
    .news__single__share ul li a {
      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;
      width: 30px;
      height: 30px;
      font-size: 16px;
      color: #FFFFFF;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background-color: gray; }
      .news__single__share ul li a:hover {
        opacity: 0.8;
        text-decoration: none; }
    .news__single__share ul li.share-alt a {
      background-color: #2ebc21; }
    .news__single__share ul li.facebook a {
      background-color: #3b5a9b; }
    .news__single__share ul li.twitter a {
      background-color: #22aeea; }
    .news__single__share ul li.linkedin a {
      background-color: #147db4; }
    .news__single__share ul li.pinterest a {
      background-color: #c5483d; }
    .news__single__share ul li.envelope a {
      background-color: #b8c2c2; }

.news__single__title {
  margin-bottom: 40px; }
  .news__single__title h2 {
    font-size: 24px; }

.section-map__address {
  color: #FFFFFF; }
  @media (min-width: 768px) {
    .section-map__address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 40px 70px 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      width: 310px;
      height: 100%; }
      .section-map__address:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #008e70;
        -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg); } }
  @media (min-width: 1200px) {
    .section-map__address {
      margin-left: 150px; } }
  @media (max-width: 767px) {
    .section-map__address {
      padding: 25px 0 5px 0; } }
  .section-map__address .section-map__address__inner {
    position: relative;
    z-index: 9; }

.section-quickbuttons {
  padding-top: 75px; }

.quickbutton__item {
  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;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 75px;
  text-align: center; }
  .quickbutton__item:hover {
    text-decoration: none; }

.quickbutton__icon {
  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;
  width: 100px;
  height: 100px;
  color: #FFFFFF;
  font-size: 50px;
  background-color: #008e70;
  border-radius: 50%;
  margin-bottom: 20px; }

.quickbutton__title {
  font-size: 18px;
  font-family: "open_sansbold";
  color: #008e70;
  margin-bottom: 0;
  line-height: 1.2; }

.section-quickbuttons--vertical {
  padding-top: 0;
  margin-bottom: 150px; }
  @media (max-width: 991px) {
    .section-quickbuttons--vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 100px; } }
  .section-quickbuttons--vertical .quickbutton__item {
    margin-bottom: 30px;
    max-width: 150px; }
    .section-quickbuttons--vertical .quickbutton__item .quickbutton__icon {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .section-quickbuttons--vertical .quickbutton__item:hover .quickbutton__icon {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media (max-width: 767px) {
      .section-quickbuttons--vertical .quickbutton__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .section-quickbuttons--vertical .quickbutton__title {
    font-size: 14px; }

.section-quickbuttons--productpage {
  width: 100%;
  max-width: 480px;
  padding-top: 0;
  margin: 0 auto; }
  .section-quickbuttons--productpage .quickbutton__row:not(:first-child) {
    padding-top: 50px;
    border-top: 1px solid #817b81; }
  .section-quickbuttons--productpage .quickbutton__item {
    width: auto;
    margin-bottom: 30px; }
    .section-quickbuttons--productpage .quickbutton__item--blue .quickbutton__icon {
      background-color: #005d89; }
    .section-quickbuttons--productpage .quickbutton__item--blue .quickbutton__title {
      color: #005d89; }
  .section-quickbuttons--productpage .quickbutton__icon {
    width: 60px;
    height: 60px;
    font-size: 30px; }
  .section-quickbuttons--productpage .quickbutton__title {
    font-size: 14px; }

.section-quickbuttons--megamenu {
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 50px;
  padding-top: 0; }
  @media (max-width: 1199px) {
    .section-quickbuttons--megamenu {
      display: none; } }
  .section-quickbuttons--megamenu .quickbutton__item {
    margin-bottom: 20px; }
  .section-quickbuttons--megamenu .quickbutton__icon {
    width: 60px;
    height: 60px;
    font-size: 30px; }
  .section-quickbuttons--megamenu .quickbutton__title {
    font-size: 15px;
    font-family: "open_sansregular"; }

.archive-products {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .archive-products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 575px) {
  .archive-products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.section-find-stockist {
  padding: 15px 0;
  background-color: #008e70;
  background-image: url("../images/fixed/find-stockist-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }
  @media (max-width: 767px) {
    .section-find-stockist {
      background-size: cover; } }

.find-stockist {
  width: 100%;
  max-width: 380px;
  text-align: center;
  margin: 0 auto; }
  .find-stockist h2 {
    color: #FFFFFF;
    font-size: 22px;
    font-family: "open_sansbold";
    margin: 0 0 5px 0; }
  .find-stockist p {
    color: #FFFFFF;
    margin-bottom: 15px; }

.subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center; }
  @media (max-width: 767px) {
    .subheader {
      background-size: cover; } }
  .subheader h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 32px;
    font-family: "open_sansbold"; }
  .subheader p {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px; }
  .subheader--green {
    background-color: #008e70; }
  .subheader--blue {
    background-color: #005d89; }

.subheader__inner {
  width: 100%;
  max-width: 810px; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  margin-bottom: 15px; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumbs ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 11px; }
      .breadcrumbs ul li:not(:last-child):after {
        content: '>';
        margin: 0 6px; }

.sidebar__block {
  margin-bottom: 40px; }

.sidebar__block__title {
  margin-bottom: 15px; }
  .sidebar__block__title h2 {
    color: #008e70;
    font-size: 24px;
    margin: 0; }

.sidebar__list__links ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sidebar__list__links ul li {
    padding: 8px 0;
    border-bottom: 2px solid #878588; }
    .sidebar__list__links ul li:last-child {
      border-bottom: 0; }

.sidebar__tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -6px -7px; }
  .sidebar__tags ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 7px; }
    .sidebar__tags ul li:last-child {
      border-bottom: 0; }
    .sidebar__tags ul li a {
      padding: 7px 12px;
      color: #2a272c;
      background-color: #eaeae9; }
      .sidebar__tags ul li a:hover {
        text-decoration: none;
        background-color: #dededc; }

.back-button {
  margin: 20px 0; }
  .back-button a {
    font-family: "open_sansbold"; }
    .back-button a:before {
      content: '<';
      margin: 0 6px; }
    .back-button a:hover {
      text-decoration: none; }

@media (min-width: 1200px) {
  .contact-page-form {
    padding-right: 50px; } }

.stockists {
  overflow: hidden; }

.stockists-search {
  position: relative;
  margin-bottom: 40px; }

.stockists-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  background-color: #008e70; }
  @media (min-width: 992px) {
    .stockists-search__form {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9;
      background-color: rgba(0, 142, 112, 0.7); } }
  @media (max-width: 575px) {
    .stockists-search__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .stockists-search__form .btn {
    height: 50px; }
    @media (max-width: 575px) {
      .stockists-search__form .btn {
        width: 100%; } }
    .stockists-search__form .btn:hover {
      background-color: #000000; }
  .stockists-search__form input[type="text"] {
    border: 0;
    height: 50px;
    margin-right: 22px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 575px) {
      .stockists-search__form input[type="text"] {
        margin: 0 0 12px 0; } }
    .stockists-search__form input[type="text"]::-webkit-input-placeholder {
      color: #2a272c;
      font-style: normal; }
    .stockists-search__form input[type="text"]:-ms-input-placeholder {
      color: #2a272c;
      font-style: normal; }
    .stockists-search__form input[type="text"]::-ms-input-placeholder {
      color: #2a272c;
      font-style: normal; }
    .stockists-search__form input[type="text"]::placeholder {
      color: #2a272c;
      font-style: normal; }
    .stockists-search__form input[type="text"]:-ms-input-placeholder {
      color: #2a272c;
      font-style: normal; }
    .stockists-search__form input[type="text"]::-ms-input-placeholder {
      color: #2a272c;
      font-style: normal; }

@media (min-width: 768px) {
  .stockists-search__stockist-item {
    position: absolute;
    left: 20px;
    bottom: 30px; } }

@media (min-width: 576px) {
  .stockists-search__stockist-item {
    width: 400px; } }

@media (max-width: 575px) {
  .stockists-search__stockist-item {
    right: 20px; } }

.stockists-search__stockist-item .stockist-item {
  padding-top: 56px;
  margin-bottom: 0; }

.stockists-search__stockist-item .stockist-item__title {
  padding-right: 0; }

.stockists-search__stockist-item .icon.automobile {
  left: 20px;
  right: inherit; }

.stockist-item__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  border: 0;
  background: none;
  color: green;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  outline: none; }

.stockists__section__title {
  margin-bottom: 40px; }

.stockist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 210px;
  height: calc(100% - 45px);
  padding: 18px;
  margin-bottom: 45px;
  border: 1px solid #817b81;
  background-color: #FFFFFF; }
  .stockist-item .icon.automobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: #008e70; }

.stockist-item__title {
  padding-right: 35px;
  margin-bottom: 8px; }
  .stockist-item__title h2 {
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word; }

.stockist-item__address {
  min-height: 4em;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase; }

.stockist-item__info {
  margin-top: auto;
  color: #008e70;
  font-family: "open_sansbold"; }

.section-map {
  position: relative;
  margin-bottom: 60px;
  background-color: #008e70; }
  .section-map #map {
    width: 100%;
    height: 300px; }

.contact-page-map {
  position: relative;
  margin-bottom: 60px; }
  .contact-page-map #map {
    width: 100%;
    height: 480px; }

.stockists-search__map {
  position: relative; }
  .stockists-search__map #map {
    width: 100%;
    height: 930px; }
    @media (max-width: 767px) {
      .stockists-search__map #map {
        height: 80vh; } }

.dropdown {
  position: relative;
  z-index: 999; }

.dropdown-body {
  display: none;
  position: absolute;
  top: 100%; }

.section-preparation {
  padding-bottom: 70px;
  font-size: 14px; }

.content-menu__col {
  font-size: 14px; }

.content-menu-col__title {
  font-size: 24px;
  font-family: 'open_sansbold', 'open_sansregular', sans-serif; }

.content-menu-col__list {
  list-style: none;
  margin-bottom: 32px;
  padding-left: 2px; }

.content-menu-col__list-li {
  padding-bottom: 1px; }

.text-block1__title {
  background-color: #009B7B;
  color: #fff;
  font-family: 'open_sansbold', 'open_sansregular', sans-serif;
  font-size: 23px;
  padding: 6px 0 5px 12px;
  letter-spacing: 0.1px; }

.text-block1__text {
  padding-top: 17px; }
  .text-block1__text:after {
    content: "";
    display: block;
    clear: both; }

@media (min-width: 768px) and (max-width: 576px) {
  .text-block1__img-wrap {
    padding-right: 0; } }

.text-block1__img-wrap2 {
  margin-right: -16px; }

.text-block1__text__img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.text-block1__text__right__list {
  list-style: none;
  padding-top: 45px;
  padding-left: 5px;
  font-size: 21px; }

.text-block1__text__right__list-item {
  padding-bottom: 24px;
  position: relative;
  padding-left: 10px;
  display: table; }

@media (max-width: 1300px) {
  .text-block1__text__right__list {
    font-size: 1rem;
    padding-top: 10px; } }

.text-lock1__icon {
  display: table-cell;
  vertical-align: top; }

.menu-item-p2 {
  display: table-cell;
  vertical-align: top;
  padding-left: 11px; }

.text-block1__text2 {
  font-size: 20px;
  padding: 4px 0 0 10px; }

.text-block1__text2-ul {
  list-style: none; }

.text-block1__text2__item {
  line-height: 1.3;
  position: relative;
  padding-left: 21px;
  min-height: 9px; }
  .text-block1__text2__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    background-color: #25348b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

.btn-block {
  display: block;
  width: 100%;
  background-color: #38353C; }

.footer-menu {
  padding-top: 60px;
  padding-bottom: 20px;
  overflow: hidden; }

.footer-menu__each {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .footer-menu__each {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: auto; } }
  @media (max-width: 360px) {
    .footer-menu__each {
      max-width: 100%;
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  .footer-menu__each:nth-child(1) .footer-menu__title {
    border-color: #005d89; }
  .footer-menu__each:nth-child(2) .footer-menu__title {
    border-color: #702283; }
  .footer-menu__each:nth-child(3) .footer-menu__title {
    border-color: #008e70; }
  .footer-menu__each:nth-child(4) .footer-menu__title {
    border-color: #cac7cc; }
  .footer-menu__each:nth-child(5) .footer-menu__title {
    border-color: #009fe3; }
  .footer-menu__each:nth-child(6) .footer-menu__title {
    border-color: #ee7202; }
  .footer-menu__each:nth-child(7) .footer-menu__title {
    border-color: #e50051; }
  .footer-menu__each:nth-child(8) .footer-menu__title {
    border-color: #5f6d53; }
  .footer-menu__each ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-menu__each ul a {
      font-size: 12px; }

.footer-menu__title {
  font-size: 12px;
  font-family: "open_sansbold";
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 5px solid #008e70; }

.footer-bottom {
  color: #cecece;
  font-size: 10px;
  padding: 35px 0 20px 0;
  background-color: #2a272c; }
  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none; }
    .footer-bottom ul li {
      margin-right: 10px; }
      .footer-bottom ul li:last-child {
        margin-right: 0; }

.footer-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer-bottom__inner {
      -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; } }

.footer-bottom__left {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .footer-bottom__left {
      margin-bottom: 40px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; } }

.footer-bottom__right {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .footer-bottom__right {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: right; } }
  @media (max-width: 767px) {
    .footer-bottom__right {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; } }

.footer-logo {
  margin-bottom: 20px; }
  .footer-logo img {
    width: 200px; }

.mobile-phone {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #008e70;
  color: #FFFFFF;
  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;
  font-size: 20px;
  z-index: 999;
  border-radius: 50%; }
  .mobile-phone:before {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    content: '';
    border-radius: 50%;
    background: #008e70;
    border: 2px solid white; }
  .mobile-phone .icon {
    position: relative; }
  .mobile-phone:hover, .mobile-phone:focus {
    color: #FFFFFF;
    text-decoration: none; }
  @media (min-width: 992px) {
    .mobile-phone {
      display: none; } }

@media (max-width: 480px) {
  .section-quickbuttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .section-quickbuttons .section-quickbuttons__item {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0; }
  .row-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .row-footer-menu .footer-menu__each {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      max-width: 100%; } }

@media (max-width: 768px) {
  .news__item__title {
    height: auto;
    margin-bottom: 10px; }
    .news__item__title h2 {
      height: auto; }
  .news__item {
    margin-bottom: 40px; }
  .section-quickbuttons {
    padding-top: 50px; }
  .quickbutton__item {
    margin-bottom: 40px; }
  .section-quickbuttons--vertical {
    margin-bottom: 0;
    padding: 20px 0 40px; }
  .download-guide h2 {
    margin-bottom: 8px; } }




.form-control-input:not(:checked), .form-control-input:checked {
  position: absolute;
  left: -624.9375rem; }
.form-control-input + label {
  position: relative;
  padding-left: 42px;
  font-size: 14px;
  padding-top: 2px;
  min-height: 28px;
  cursor: pointer;
  margin-bottom: 0.9375rem; }
  .form-control-input.checkbox + label::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 16px;
    height: 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-position: center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat; }
  .form-control-input.radio + label::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-position: center center;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    background-repeat: no-repeat; }
  .form-control-input + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border: 1px solid #504b51; }
.form-control-input + label::before {
  background: #fff; }
.form-control-input.checkbox:not(:checked) + label:after,
.form-control-input.checkbox:checked + label:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 434.107 434.107' style='enable-background:new 0 0 434.107 434.107;'%3E%3Cpolygon points='412.895,67.303 155.815,324.378 21.213,189.777 0,210.99 155.815,366.804 434.107,88.516 ' fill='%23FFFFFF'/%3E%3C/svg%3E"); }


.form-control-input.radio:not(:checked) + label:after,
.form-control-input.radio:checked + label:after {
  background-color: #008e70;;
}


.form-control-input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); }
.form-control-input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }
.form-control-input.checkbox:checked + label:before {
  background: #008e70;
  border-color: #008e70;
}


.form-control-input:disabled:not(:checked) + label:before,
.form-control-input:disabled:checked + label:before {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #bbb; }
.form-control-input:disabled:checked + label:after {
  color: #999; }
.form-control-input:disabled + label {
  color: #aaa; }

.filter__list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.filter__title {
  font-size: 22px;
  font-family: "open_sansbold";
  color: #008e70;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
}

.filter-btn-reset {
  border: 0;
  background: none;
  padding: 0;
  color: #008e70;
  cursor: pointer;
  margin-bottom: 5px;
}

.filter {
  max-width: 300px;
  width: 100%;
}

.filter__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 7px solid #008e70;
  margin-bottom: 20px;
}

.filter .filter-block {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.filter .filter-block:last-child {
  border-bottom: 0;
}

.filter-block .filter__title {
  margin-bottom: 10px;
}

.filter-block .form-control-label {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .main-slider .owl-stage {
    display: flex;
  }
  .main-slider .item, .main-slider__item {
    height: 100%;
    min-height: 450px;
  }
  .main-slider__range {
    margin-top: auto;
  }
}