@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

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

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Thin.woff") format("woff"), url("../fonts/ProximaNova-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

/* ---------------------------- Normalize ---------------------------- */

html {
  font-size: 10px;
}

body {
  font-family: "ProximaNova", sans-serif;
  font-size: 22px;
  min-height: 100vh;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

/* ---------------------------- Header ---------------------------- */

header {
  background-color: #FFF;
}

header .header {
  height: 180px;
}

/* Nav ---------------------------- */

#navbarNav .nav-link {
  font-size: 3rem;
  font-weight: 900;
  color: #ff9409;
  padding: 3.25rem;
}

/* ---------------------------- Main ---------------------------- */

/* section ---------------------------- */

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1130px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section .title {
  font-weight: 900;
  line-height: 0.9;
  color: #424242;
}

.section .btn-orange {
  background: #e8a754;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e8a754), to(#ff7e01));
  background: -o-linear-gradient(top, #e8a754 0%, #ff7e01 100%);
  background: linear-gradient(to bottom, #e8a754 0%, #ff7e01 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e8a754", endColorstr="#ff7e01",GradientType=0 );
  /* IE6-9 */
  border-bottom: 4px solid #ad4900;
  font-weight: 400;
}

.section .btn-orange:hover {
  opacity: 0.9;
}

.section .btn-white {
  color: #057599;
}

.section .btn-white span {
  text-decoration: underline;
}

/* section-previw */

.section-preview {
  min-height: 94rem;
}

/* section-slider */

/* section-about */

.section-about {
  min-height: 56rem;
}

/* section-advantage */

.section-advantage {
  background-color: #ffffea;
}

.section-advantage .icon200 {
  width: 20rem;
}

.section-advantage .icon140 {
  width: 14rem;
}

/* section-form */

.section-form {
  /* min-height: 130rem;*/
  border-radius: 2rem;
}

/* section-gallery */

.section-gallery {
  background-color: #e5bc54;
  border-radius: 2rem;
}

/* section-social */

.icon-group-links .icon {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  font-size: 3rem;
  color: #FFF;
}

.icon-group-links .icon:hover {
  opacity: 0.9;
}

/* Article ---------------------------- */

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 1rem;
}

.article h1:not(:first-child),
.article h2:not(:first-child),
.article h3:not(:first-child),
.article h4:not(:first-child),
.article h5:not(:first-child),
.article h6:not(:first-child) {
  margin-top: 2.5rem;
}

.article ul,
.article ol {
  list-style-type: disc;
  padding-left: 7rem;
  margin-bottom: 2rem;
}

.article ul li,
.article ol li {
  padding-left: 1.5rem;
}

.article p {
  margin-bottom: 2rem;
}

.article mark {
  background-color: #ffffea;
  border-radius: 3rem;
  padding: 1rem;
  margin-bottom: 2rem;
  display: block;
}

/* Accordion ---------------------------- */

.accordion .accordion-item {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-item + .accordion-item {
  margin-top: 1.5rem;
}

.accordion .accordion-button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#81e6df+0,76d1cb+100 */
  background: #81e6df;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#81e6df), to(#76d1cb));
  background: -o-linear-gradient(top, #81e6df 0%, #76d1cb 100%);
  background: linear-gradient(to bottom, #81e6df 0%, #76d1cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#81e6df", endColorstr="#76d1cb",GradientType=0 );
  /* IE6-9 */
  border-bottom: 4px solid #459f98;
  padding: 1rem 3rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 2rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #FFF;
  width: 100%;
  min-height: 10rem;
}

.accordion .accordion-button:after {
  display: none !important;
}

.accordion .accordion-button:hover {
  opacity: 0.9;
}

.accordion .accordion-button:not(.collapsed) {
  background: #FFF !important;
  border: 2px solid #568248;
  color: #121212 !important;
}

/* Owl-carousel ---------------------------- */

.owl-carousel .owl-item {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  counter-increment: owlItem;
  border: 6px solid #c1dc5d;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-nav button {
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  cursor: pointer;
  width: 3rem;
  height: 18rem;
  display: block;
  overflow: visible;
  top: 50%;
  margin-top: -9rem;
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/arrow-next.png);
  right: -60px;
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/arrow-prev.png);
  left: -60px;
}

.slider.owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/arrow-next.png);
  right: 20px;
}

.slider.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/arrow-prev.png);
  left: 20px;
}

.owl-carousel .owl-nav button:hover {
  opacity: 0.9;
}

/* Form ---------------------------- */

.form-control {
  border: none;
  color: #424242;
  font-size: 3.6rem;
}

.select {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-image: url(../img/chevron-down.png);
  background-repeat: no-repeat;
  background-position: 98%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: pre-wrap;
  color: #aaaaaa;
}

select option {
  color: #424242;
}

select option:first-child {
  color: #aaaaaa;
}

.check-label {
  height: 100%;
  width: 100%;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.check-label > span:after,
.check-label > span:before,
.check-label > span {
  font-family: inherit;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.check-label .check-box,
.check-label .check-radio {
  position: relative;
}

.check-label .check-box {
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.check-label input:checked ~ .check-box {
  background-image: url(../img/check-green.svg);
  background-size: contain;
}

.check-label input[type=checkbox],
.check-label input[type=radio] {
  display: none;
}

/* ---------------------------- Footer ---------------------------- */

footer {
  background-color: #bfdc59;
}

footer .footer {
  min-height: 110px;
}

@media (max-width: 1199px) {
  body {
    font-size: 1.8rem;
  }

  h1,
  .h1 {
    font-size: 6rem;
  }

  h2,
  .h2 {
    font-size: 5rem;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  .btn-xxl {
    font-size: 4rem;
  }

  .btn-lg {
    font-size: 2rem;
  }

  header .header {
    height: 110px;
  }

  header .header .logo img {
    height: 80px;
  }

  .section-preview {
    min-height: 70rem;
  }

  .section-about {
    min-height: auto;
  }

  .article ul,
  .article ol {
    padding-left: 4rem;
  }

  .article ul li,
  .article ol li {
    padding-left: 1rem;
  }

  .accordion .accordion-button {
    min-height: 7rem;
    font-size: 3rem;
  }

  .owl-carousel .owl-nav button {
    width: 2rem;
    height: 12rem;
    margin-top: -6rem;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 5rem;
  }

  h2,
  .h2 {
    font-size: 4rem;
  }

  .btn-xxl {
    font-size: 2.2rem;
    min-height: 5rem;
    max-width: 100% !important;
    width: auto;
  }

  #navbarNav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 3px 1px 0px 0px rgba(0, 0, 0, 0.47);
            box-shadow: 3px 1px 0px 0px rgba(0, 0, 0, 0.47);
    width: 226px;
    background-color: #3f8338;
  }

  #navbarNav nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  #navbarNav .nav-item {
    margin-top: 0;
    width: 100%;
  }

  #navbarNav .nav-item + .nav-item {
    border-top: 1px solid #1b241d;
  }

  #navbarNav .nav-link {
    font-size: 2rem;
    font-weight: 600;
    color: #FFF;
    padding: 1.5rem;
    min-height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .form-control {
    font-size: 2.2rem;
    min-height: 5rem;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4rem;
  }

  h2,
  .h2 {
    font-size: 3rem;
  }

  .btn-xxl {
    font-size: 2rem;
    min-height: 5rem;
  }

  .section-preview {
    min-height: 40rem;
  }

  .article ul,
  .article ol {
    padding-left: 3rem;
  }

  .article ul li,
  .article ol li {
    padding-left: 0;
  }

  .accordion .accordion-button {
    min-height: 5rem;
    font-size: 2rem;
    padding: 1rem 1.5rem;
  }

  .form-control {
    font-size: 2rem;
    min-height: 5rem;
  }
}

@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  .btn-xxl {
    font-size: 1.8rem;
    min-height: 4rem;
  }

  .section-preview {
    min-height: 30rem;
  }

  .form-control {
    font-size: 1.8rem;
    min-height: 4rem;
  }

  footer .footer {
    font-size: 11px;
  }
}

.header .h3 {
    font-size: 4.003rem;
}

.webp .owl-carousel .owl-nav button.owl-next { background-image: url(../img/arrow-next.webp); }

.webp .owl-carousel .owl-nav button.owl-prev { background-image: url(../img/arrow-prev.webp); }

.webp .select { background-image: url(../img/chevron-down.webp); }

.webp .slider.owl-carousel .owl-nav button.owl-next { background-image: url(../img/arrow-next2.png); }

.webp .slider.owl-carousel .owl-nav button.owl-prev { background-image: url(../img/arrow-prev2.png); }