/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Trebuchet", Lucida Grande, Lucida Sans, Tahoma, sans-serif;
  line-height: 1;
  background-color: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Trebuchet";
  font-style: normal;
  font-weight: normal;
  src: local("Trebuchet MS"), url("../assets/fonts/trebuc.woff") format("woff");
}
@font-face {
  font-family: "Trebuchet Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Trebuchet MS Italic"), url("../assets/fonts/Trebuchet-MS-Italic.woff") format("woff");
}
main {
  max-width: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 10;
}

.section {
  position: relative;
  padding: 30px;
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-align: center;
  margin-bottom: 44px;
  font-size: 24px;
}

@media (min-width: 576px) {
  .section__title {
    font-size: 45px;
  }
  .whatBelieveText{
  margin-top: 250px;
  }
}
.section__title:after {
  content: "";
  background: #6ABA36;
  margin-top: 10px;
  width: 65px;
  height: 5px;
}
.section__title--white {
  color: #ffffff;
}
.section__subtitle {
  font-size: 14px;
  font-weight: bold;
}
.section__text {
  font-size: 12px;
  line-height: 18px;
  font-weight: lighter;
}
@media (min-width: 576px) {
  .section__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.section__text p {
  margin-bottom: 24px;
}
.section__text--highlight {
  text-align: center;
}
.section__text--highlight {
  font-size: 32px;
  line-height: 45px;
}
.section__image {
  margin: 25px auto;
}
.section__values {
  position: relative;
  overflow: hidden;
  padding: 130px;
  margin-bottom: 40px;
  background-image: url("../assets/images/bg-parchment.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.logos_parchement{
  max-height:70px;
  margin-left:10px;
  margin-right:10px
}

.logos_parchement2{
  max-width:250px;
}

.arrow_value{
  position: absolute;
  width: 30px;
  top:40%;
  cursor: pointer;
  
}
.arrow_left{
  left: 5%;
}

.arrow_right{
  right: 5%;
}

@media (max-width: 900px) {
  .arrow_value{
    display: none;
    
  }

  .section__text--highlight {
    font-size: 18px;
    line-height: 20px;
  }
  .section__values {
    padding: 15px;
    margin-bottom: 40px;
    background-image: url("../assets/images/bg-parchment.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section__values .section__subtitle,
  .section__values .section__bullet-list {
    color: #382113;
    font-size: 10px!important;
  }
  .section__values:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 70px!important;
    height: 50px!important;
    background-image: url("./../assets/images/illus-bg-values-after.svg");
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .section__values:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 70px!important;
    height: 50px!important;
    background-image: url("../assets/images/illus-bg-values-before.svg");
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .section__values .section__subtitle {
    margin-bottom: 5px!important;
    margin-top: 15px!important;
  }
  .parchment{
    width: 100px!important;
  }
  .section__image{
    margin: 10px auto!important;
  }
  .logos_parchement{
    max-height:20px!important;
    margin-left:10px!important;
    margin-right:10px!important;
  }
  .logos_parchement2{
    max-width:80px!important;
  }
}
.section__values:after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 300px;
  height: 280px;
  background-image: url("./../assets/images/illus-bg-values-after.svg");
  background-repeat: no-repeat;
  background-size: 90%;
}
.section__values:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 250px;
  height: 300px;
  background-image: url("../assets/images/illus-bg-values-before.svg");
  background-repeat: no-repeat;
  background-size: 90%;
}
.section__values .section__subtitle,
.section__values .section__bullet-list {
  color: #382113;
  font-size: 20px;
}
@media (min-width: 576px) {
  .section__values .section__subtitle,
.section__values .section__bullet-list {
    font-size: 20px;
  }
}
.section__values .section__subtitle {
  margin-bottom: 25px;
  font-size: 30px;
}
.section__values .section__bullet-list {
  list-style-type: initial;
}
.section__values .section__image {
  text-align: center;
  margin: 50px auto;
}
.section--intro {
  position: relative;
  z-index: initial;
  background-color: #2A4A40;
  background-repeat: no-repeat;
  background-position: -100px bottom;
  background-size: 370px 400px;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 576px) {
  .section--intro {
    background-size: 960px 1030px;
    background-position: -180px center;
    padding-top: 120px;
  }
}
.section--intro .section__illus {
  position: relative;
  z-index: 10;
  margin-left: -120px;
  width: 100%;
}
.section--intro .section__illus img {
  max-width: 100%;
  height: auto;
}
/* @media (min-width: 576px) {
  .section--intro .section__illus {
    width: 960px;
  }
} */
.section--intro .section__illus:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -280px;
  left: 180px;
  z-index: 100;
  transform: rotate(0deg);
  width: 410px;
  height: 345px;
  background-image: url("../assets/images/beans-illus.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
@media (min-width: 576px) {
  .section--intro .section__illus:after {
    width: 820px;
    height: 610px;
    z-index: -1;
  }
}

@media (max-width: 1300px) {
  .section--intro .section__illus:after {
    display: none;
    width: 510px;
    height: 400px;
    z-index: -1;
  }
}
.section--intro .section__title {
  align-items: center;
}
@media (min-width: 576px) {
  .section--intro .section__title {
    align-items: flex-start;
  }
}
.section--intro:before {
  content: "";
  display: block;
  height: 275px;
  width: 240px;
  position: absolute;
  z-index: -1;
  top: 25px;
  
  right: -80px;
  transform: rotate(10deg);
  background-image: url("../assets/images/illus-intro-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .section--intro:before {
    height: 410px;
    width: 644px;
    top: -125px;
    right: -140px;
  }
}
.section--intro:after {
  content: "";
  display: block;
  height: 140px;
  width: 190px;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  right: -40px;
  transform: rotate(10deg);
  background-image: url("../assets/images/illus-intro-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .section--intro:after {
    height: 410px;
    width: 555px;
    right: 120px;
  }
}
.section--values {
  position: relative;
  background-color: #382113;
  color: #fff;
  padding-top: 20px;
  overflow: visible;
}
.section--values:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -80px;
  bottom: 0;
  left: 1px;
  right: -10px;
  display: block;
  max-width: 100%;
  height: auto;
  background-image: url("../assets/images/bg-illus-mountain-brown.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .section--values:before {
    top: -280px;
  }
}
.section--values .section__bg {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 0;
}
@media (min-width: 576px) {
  .section--values .section__bg {
    bottom: -380px;
  }
}
.section--values .section__bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  height: auto;
  background-image: linear-gradient(#382113, transparent);
  background-size: contain;
}
.section--values .section__bg img {
  max-width: 100%;
  height: auto;
}
.section--offer {
  margin-top: 40px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .section--offer {
    margin-top: 380px;
  }
}
.section--proposal {
  position: relative;
  background-color: #fff;
  padding-bottom: 80px;
}
@media (min-width: 576px) {
  .section--proposal {
    padding-bottom: 30px;
  }
}
.section--proposal:before {
  content: "";
  position: absolute;
  top: calc(50% - 130px);
  left: calc(50% - 122px);
  background-image: url("../assets/images/logo-beans-more-negative.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0px;
  width: 245px;
  height: 260px;
}
@media (min-width: 576px) {
  .section--proposal:before {
    top: calc(50% - 316px);
    left: calc(50% - 336px);
    width: 633px;
    height: 672px;
  }
}
@media (min-width: 576px) {
  .section--proposal .row {
    margin-top: 120px;
    padding-bottom: 280px;
  }
}
.section--product {
  background-color: #2A4A40;
}
.section--product .section__bg {
  position: absolute;
  z-index: 0;
  top: -100px;
  left: 0;
  margin: 0 -35px;
}
@media (min-width: 576px) {
  .section--product .section__bg {
    top: -400px;
  }
}
.section--product .section__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-image: url("../assets/images/bg-mask-illus-mountain-section-product.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section--product .section__bg:after {
  content: "";
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  height: auto;
  background-image: linear-gradient(transparent, #2A4A40);
  background-size: contain;
}
.section--product .mask {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  mask-image: url("../assets/images/bg-mask-illus-mountain-section-product.png");
  -webkit-mask-image: url("../assets/images/bg-mask-illus-mountain-section-product.png");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: top;
  -webkit-mask-position: top;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.section--contact {
  position: relative;
  overflow: visible;
  background-color: #6ABA36;
}
.section--contact:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: none;
  background-image: url("../assets/images/illus-bg-contact-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: -216px;
  width: 560px;
  height: 640px;
}
@media (min-width: 576px) {
  .section--contact:before {
    display: block;
  }
}
.section--contact:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url("../assets/images/illus-bg-contact.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -70px;
  left: -75px;
  width: 205px;
  height: 150px;
}
@media (min-width: 576px) {
  .section--contact:after {
    width: 635px;
    height: 430px;
    bottom: -130px;
    left: -150px;
  }
}
.section--contact .section__title {
  position: relative;
  margin-bottom: 0;
}
.section--contact .section__title:before {
  content: "";
  position: absolute;
  top: -40px;
  left: calc(50% - 15px);
  width: 25px;
  height: 25px;
  background-color: #6ABA36;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .section--contact .section__title:before {
    width: 65px;
    height: 65px;
    top: -60px;
    left: calc(50% - 30px);
  }
}
.section--contact .section__title:after {
  background-color: #fff;
}
.section--contact .section__text {
  color: #fff;
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 576px) {
  .section--contact .section__text {
    margin: 40px 0 60px 0;
    text-align: left;
  }
}
.section--contact .form {
  position: relative;
  z-index: 10;
}
.section--contact .form:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-image: url("../assets/images/illus-bg-contact-middle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -55px;
  right: -40px;
  width: 135px;
  height: 110px;
}
@media (min-width: 576px) {
  .section--contact .form:after {
    width: 275px;
    height: 226px;
    bottom: -110px;
  }
}
.section--origin {
  padding-bottom: 0;
  background-color: #2A4A40;
}
.section--origin .container-md {
  position: relative;
  background-color: #FAF5ED;
  padding-top: 150px;
  margin-right: -30px;
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (min-width: 576px) {
  .section--origin .container-md {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.section--origin .container-md:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../assets/images/illus-top-origin.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 510px;
}
@media (min-width: 576px) {
  .section--origin .container-md:before {
    width: 700px;
  }
}
.section--origin .container-md:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../assets/images/illus-bottom-origin.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 805px;
}
@media (min-width: 576px) {
  .section--origin .container-md:after {
    width: 380px;
  }
}
.section--origin .row {
  position: relative;
}
.section--origin .row:before {
  
  background-image: url("../assets/images/certified.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
  top: 300px;
  left: calc(50% - 40px);
  width: 80px;
  height: 190px;
}
@media (min-width: 576px) {
  .section--origin .row:before {
    width: 190px;
    top: 550px;
    left: calc(50% - 95px);
  }
}
.section--origin .section__title {
  position: relative;
  padding-top: 150px;
  font-size: 18px;
}
@media (min-width: 576px) {
  .section--origin .section__title {
    padding-top: 500px;
    font-size: 35px;
  }
}
.section--origin .section__title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 125px);
  background-image: url("../assets/images/icon-cocoa.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 200px;
  height: 350px;
}
@media (min-width: 576px) {
  .section--origin .section__title:before {
    left: calc(50% - 80px);
    width: 492px;
  }
}
.section--origin .section__title:after {
  display: none;
}
.section--origin .section__title--coffee:before {
  background-image: url("../assets/images/icon-coffee.png");
}
.section--origin .section__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .section--origin .section__subtitle {
    font-size: 36px;
    margin-top: 80px;
  }
}
.section--origin .section__subtitle:after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background-color: #B18F56;
  margin: 8px 0;
}
.section--origin .text {
  font-size: 14px;
}
@media (min-width: 576px) {
  .section--origin .text {
    font-size: 20px;
  }
}
.section--origin .text--green {
  color: #2A4A40;
}
.section--origin .section__content {
  text-align: center;
}
.section--origin .section__footer {
  padding: 20px 0 60px 0;
}
.section--origin .section__footer img {
  max-width: 100%;
  height: auto;
}

.block {
  color: #382113;
  margin-bottom: 30px;
}
.block__illus {
  position: relative;
}
.block__illus img {
  width: 100%;
  height: auto;
}
.block__illus:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-image: url("../assets/images/ornament-llus.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.block__title {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}
.block__title a {
  display: block;
  color: #382113;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.block__title:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #6ABA36;
  width: 38px;
  height: 3px;
  top: 22px;
  left: 0;
}
.block__text {
  font-size: 14px;
  line-height: 18px;
}
.block--icon {
  text-align: center;
}
.block--icon .block__illus {
  max-width: 105px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .block--icon .block__illus {
    max-width: 200px;
  }
}
.block--icon .block__illus:after {
  display: none;
}
.block--icon .block__title {
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 0;
}
.block--icon .block__title:after {
  display: none;
}
.block--icon .block__text {
  font-size: 14px;
  line-height: 14px;
  color: #2A4A40;
}

.block-product {
  text-align: center;
  margin-bottom: 30px;
}
.block-product__illus {
  width: 166px;
  height: 166px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #6ABA36;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../assets/images/cocoa.png");
}
.block-product__illus_coffee {
  width: 166px;
  height: 166px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #6ABA36;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../assets/images/coffee.png");
}
.block-product__illus--coffee {
  width: 166px;
  height: 166px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #6ABA36;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../assets/images/coffee.png");
}
.block-product .btn {
  margin: 30px 0 30px 0;
}
.block-product__title {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
}
@media (min-width: 576px) {
  .block-product__title {
    font-size: 55px;
    line-height: 54px;
    margin-bottom: 28px;
  }
}
.block-product__title:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #6ABA36;
  width: 38px;
  height: 3px;
  top: 22px;
  left: 0;
}
@media (min-width: 576px) {
  .block-product__title:after {
    width: 85px;
    top: 52px;
    height: 5px;
  }
}
.block-product__text {
  color: #fff;
  text-align: left;
}
@media (min-width: 576px) {
  .block-product__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.block-product__text a {
  display: block;
  margin-top: 25px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 576px) {
  .block-product__text a {
    font-size: 20px;
    line-height: 28px;
  }
}
.block-product--right {
  display: flex;
  flex-direction: initial;
}
@media (min-width: 576px) {
  .block-product--right {
    flex-direction: row-reverse;
  }
}
.block-product--right .block-product__title,
.block-product--right .block-product__text {
  text-align: right;
}
.block-product--right .block-product__title:after {
  left: auto;
  right: 0;
}

.block-list {
  margin: -60px 0;
}
@media (min-width: 576px) {
  .block-list {
    margin: -25px 0;
  }
}
.block-list .block--icon {
  margin: 60px 0;
}
@media (min-width: 576px) {
  .block-list .block--icon {
    margin: 25px 0;
  }
}


.banner-cookies {
  position: fixed;
  z-index: 100;
  bottom: 0;
  background-color: #2A4A40;
  padding: 15px;
  width: 100%;
  color: #ffffff;
  display: block;
  align-items: end;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .banner-cookies {
    display: flex;
    padding: 30px;
  }
}
.banner-cookies--disable {
  display: none;
}
.banner-cookies__content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .banner-cookies__content h2 {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
.banner-cookies__content p {
  font-size: 16px;
}
@media (min-width: 576px) {
  .banner-cookies__content p {
    font-size: 24px;
  }
}
.banner-cookies__actions {
  margin: 20px -5px 0 -5px;
}
@media (min-width: 576px) {
  .banner-cookies__actions {
    margin: 0 -25px;
  }
}
.banner-cookies__actions .btn {
  text-transform: uppercase;
  border-radius: 0px;
  min-width: 120px;
  margin: 0 5px;
}
@media (min-width: 576px) {
  .banner-cookies__actions .btn {
    min-width: 205px;
    margin: 0 25px;
  }
}
.banner-cookies__actions .btn--outline {
  background-color: transparent;
}


.btn {
  border: none;
  font-size: 6px;
  text-transform: uppercase;
  padding: 15px 20px;
  color: #ffffff;
  background-color: #6ABA36;
  border-radius: 40px;
  font-size: 14px;
  outline: none;
}
.btn--square {
  border-radius: 0;
}
.btn--transparent {
  background-color: transparent;
}
.btn--outline {
  border: 1px solid #fff;
}

.btn-group {
  margin: 0 -5px;
}
.btn-group .btn {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin: 0 5px;
  outline: none;
}

.box {
  position: relative;
  background-color: #fff;
  padding: 70px 15px 25px 15px;
  text-align: center;
  border-radius: 40px;
  color: #707070;
  margin-bottom: 55px;
  height: 200px;

}
.box__button{
  position: absolute;
  left:5%;
  bottom: 6%;
}

@media (min-width: 576px) {
  .box {
    padding: 70px 15px 25px 15px;
    margin-bottom: 0;
    height: 300px;

  }
  .box__button{
    position: absolute;
    left:22%;
    bottom: 6%;
  }
  
}
.box__illus {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  border: 5px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .box__illus {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
    top: -60px;
  }
}
.box__title {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .box__title {
    font-size: 20px;
  }
}
.box__text {
  font-size: 9px;
  margin: 10px 0;
}
@media (min-width: 576px) {
  .box__text {
    font-size: 15px;
    margin: 20px 0;
  }
}

.box-list {
  margin: 60px 0 40px 0;
}
@media (min-width: 576px) {
  .box-list {
    margin: 120px 0 80px 0;
  }
}

.dropdown .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

.form {
  margin: -6px 0;
}
.form__input-text {
  width: 100%;
  margin: 6px 0;
  padding: 20px 15px 5px 15px;
  border: none;
}
.form__input-text::placeholder {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
}
.form__input-textarea {
  width: 100%;
  margin: 6px 0;
  padding: 20px 15px 5px 15px;
  border: none;
  min-height: 315px;
}
.form__input-textarea::placeholder {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
}
.form__input-submit {
  display: block;
  border: none;
  text-align: center;
  margin: 40px auto 0 auto;
  width: 128px;
  padding: 12px 0;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 576px) {
  .form__input-submit {
    margin: 40px auto 20px auto;
  }
}

header {
  position: relative;
}

.navbar {
  position: absolute;
  z-index: 150;
  width: 100%;
  background-color: rgba(42, 74, 64, 0.6);
}
.navbar .navbar-nav .nav-item {
  margin: 0 30px;
}
.navbar .navbar-nav .nav-item.active {
  display: block;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .navbar .navbar-nav .nav-item.active {
    display: flex;
  }
}
.navbar .navbar-nav .nav-item.active:after {
  content: "";
  display: block;
  width: 45px;
  height: 5px;
  background-color: #6ABA36;
}
@media (min-width: 576px) {
  .navbar .navbar-nav .nav-item.active:after {
    width: 70%;
  }
}
.navbar .navbar-nav .nav-link {
  font-size: 22px;
  color: #fff;
}
.navbar .navbar-nav .dropdown .dropdown-toggle {
  justify-content: flex-start;
}
.navbar .navbar-collapse {
  background-color: #2A4A40;
}
@media (min-width: 576px) {
  .navbar .navbar-collapse {
    background-color: transparent;
  }
}
.navbar.navbar-light .navbar-toggler {
  color: transparent;
  border: none;
  margin-left: auto;
}
.navbar.navbar-light .navbar-toggler-icon {
  background-image: url("../assets/images/icon-menu.png");
}

.carousel:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-image: linear-gradient(transparent, #2A4A40);
  width: 100%;
  height: 122px;
}
@media (min-width: 576px) {
  .carousel:after {
    height: 325px;
  }
}

.carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.carousel-brand {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 0;
  padding: 0 25px;
}
@media (min-width: 576px) {
  .carousel-brand {
    left: 10%;
    padding: 0;
  }
}
.carousel-brand__headline {
  color: #fff;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .carousel-brand__headline {
    text-align: left;
  }
}
.carousel-brand__headline img {
  max-width: 250px;
}
@media (min-width: 576px) {
  .carousel-brand__headline img {
    max-width: 640px;
  }
}
.carousel-brand__headline h1 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 576px) {
  .carousel-brand__headline h1 {
    font-size: 70px;
    text-align: left;
    margin-top: 0;
  }
}
.carousel-brand__headline h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
}
@media (min-width: 576px) {
  .carousel-brand__headline h2 {
    flex-direction: row;
    font-size: 35px;
  }
}
.carousel-brand__headline h2 img {
  margin: 20px 0;
}
@media (min-width: 576px) {
  .carousel-brand__headline h2 img {
    margin: 0 0 0 8px;
  }
}

.carousel-indicators {
  top: 0;
  left: -90%;
  display: none;
  flex-direction: column;
}
@media (min-width: 576px) {
  .carousel-indicators {
    display: flex;
  }
}

.carousel-indicators {
  display: none;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .carousel-indicators {
    display: flex;
  }
}

.carousel-indicators [data-bs-target] {
  width: auto;
  height: auto;
  text-indent: initial;
  background: transparent;
  color: #fff;
  transform: rotate(90deg);
}
.carousel-indicators [data-bs-target].active {
  position: relative;
  margin-bottom: 110px;
}
.carousel-indicators [data-bs-target].active:before {
  position: absolute;
  left: 25px;
  top: 50%;
  content: "";
  display: block;
  height: 1px;
  width: 110px;
  background: #fff;
}
.carousel-indicators [data-bs-target]:last-child.active {
  margin-top: 110px;
}
.carousel-indicators [data-bs-target]:last-child.active:before {
  left: auto;
  right: 25px;
}

.carousel-control {
  display: none;
  align-items: center;
  justify-content: flex-start;
  margin: 20px -10px 0 -10px;
}
@media (min-width: 576px) {
  .carousel-control {
    display: flex;
  }
}
.carousel-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 10px;
}

.carousel-control-prev,
.carousel-control-next {
  position: initial;
}

.carousel-footer {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 576px) {
  .carousel-footer {
    right: 5%;
    bottom: 0%;
  }
}
.carousel-footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -10px;
}
@media (min-width: 576px) {
  .carousel-footer ul {
    margin: 0 -20px;
  }
}
.carousel-footer ul li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .carousel-footer ul li {
    margin: 0 20px;
  }
}
.carousel-footer ul img {
  max-width: 80%;
  height: auto;
}
@media (min-width: 576px) {
  .carousel-footer ul img {
    max-height: 110px;
  }
}

.footer {
  position: relative;
  background-color: #2A4A40;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #fff;
}
@media (min-width: 576px) {
  .footer {
    padding-top: 160px;
  }
}
.footer__logo {
  margin: 0 auto 60px auto;
  text-align: center;
}
@media (min-width: 576px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.coords h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.coords p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-left: 10px;
}
.coords__icon {
  position: absolute;
  top: 3px;
  left: -15px;
}

.footer-menu a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.footer-menu .dropdown {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 576px) {
  .footer-menu .dropdown {
    position: relative;
    top: 0;
    right: 0;
  }
}

.legacy {
  margin-top: 20px;
}
.legacy p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .legacy p {
    text-align: left;
  }
}
.legacy--center p {
  text-align: center;
}

.dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dropdown .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 25px;
  color: #707070;
}
.dropdown .dropdown-item img {
  margin-right: 4px;
}
.dropdown .dropdown-item:hover {
  background-color: initial;
}

/*# sourceMappingURL=style.css.map */


/*custom*/
