/*@import "buttons";
@import "forms";*/
/* Fonts */
@font-face {
  font-family: "Baloo 2";
  src: url("/fonts/Baloo2-Regular.woff2") format("woff2"), url("/fonts/Baloo2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Baloo 2";
  src: url("/fonts/Baloo2-SemiBold.woff2") format("woff2"), url("/fonts/Baloo2-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Baloo 2";
  src: url("/fonts/Baloo2-Bold.woff2") format("woff2"), url("/fonts/Baloo2-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* Global */
body {
  font-size: 16px;
  font-family: "Baloo 2", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

p {
  margin: 0;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

h1 {
  font-family: "Baloo 2", serif;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
  font-weight: bold;
}

h2 {
  font-family: "Baloo 2", serif;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 600;
}

.btn-primary, .btn-secondary {
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #4A8F7D !important;
}

/* Header */
header {
  z-index: 999;
  min-height: 80px;
  position: relative;
  background: #fff;
}
header .logo {
  width: 160px;
}
header ul li {
  color: #A3A9A0;
  font-size: 1em;
}
header ul li a {
  color: #A3A9A0;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
}
header ul li a.active {
  color: #4A8F7D;
  font-weight: 600;
}
header ul li a:hover {
  color: #4A8F7D;
}
header .m-right {
  margin-right: 5px;
}

.main-slider {
  padding: 60px 0 0 0;
}
.main-slider span {
  font-weight: 600;
  color: #212B36;
  font-size: 1.15em;
  margin-top: 40px;
  display: block;
}
.main-slider h1 {
  color: #4A8F7D;
  font-size: 2.6em;
  line-height: 1.1em;
  margin-bottom: 22px;
}
.main-slider p {
  color: #212B36;
  font-size: 1em;
}
.main-slider a {
  font-size: 1em;
  padding: 6px 16px;
  border-radius: 15px 5px 15px 5px;
  font-weight: 600;
  color: #fff;
  margin: 25px 0 0 0;
}
.main-slider img {
  width: 450px;
}

.main-products {
  background: #F4F4F4;
  padding: 70px 0 40px 0;
}
.main-products h2 {
  font-size: 1.3em;
  margin: 0 0 10px 0;
}
.main-products p {
  font-size: 1em;
  color: #212B36;
}
.main-products .titles {
  text-align: center;
}
.main-products .titles span {
  font-weight: 600;
  color: #212B36;
  font-size: 1.15em;
  margin-top: 40px;
  display: block;
}
.main-products .titles h1 {
  color: #4A8F7D;
  font-size: 2.6em;
  line-height: 1.1em;
  margin-bottom: 22px;
}
.main-products .titles p {
  color: #212B36;
  font-size: 1em;
  max-width: 600px;
  margin: 0 auto;
}
.main-products .slider-products {
  margin: 40px 0;
}
.main-products .slider-products .card-product {
  text-align: center;
  background: #fff url(/img/bg-product.png) no-repeat;
  background-position: center 20px;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 1px 5px 0 #dadada;
}
.main-products .slider-products .card-product .top-label {
  background: #F28F2A;
  color: #fff;
  position: absolute;
  margin: -20px 0 0 -20px;
  font-size: 0.8em;
  padding: 2px 10px 1px 10px;
  border-radius: 5px 0 0 0;
}
.main-products .slider-products .card-product img {
  padding: 20px 20px;
  width: 200px;
}
.main-products .slider-products .card-product h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}
.main-products .slider-products .card-product a {
  font-size: 0.9em;
  line-height: 0.9em;
}
.main-products .slider-products .card-product:hover {
  box-shadow: 0 2px 10px 0 #dadada;
}
.main-products .slider-products .card-product.card-mb {
  margin: 0 0 25px 0;
}
.main-products .slider-products .splide__slide {
  padding: 10px;
}
.main-products .slider-products .splide__arrow {
  background: none;
}
.main-products .slider-products .splide__arrow svg {
  fill: #4A8F7D;
}
.main-products .slider-products .splide__arrow--prev {
  left: -1.7em;
}
.main-products .slider-products .splide__arrow--next {
  right: -1.7em;
}
.main-products .block-benefits {
  padding: 20px;
  border-radius: 10px;
  background: #4A8F7D;
  margin: 20px 0;
}
.main-products .block-benefits .bb-single {
  float: left;
  padding: 8px 10px;
  border-radius: 100px;
  background: #397767;
  margin: 0 8px 0 0;
}
.main-products .block-benefits .bb-single img {
  width: 20px;
}
.main-products .block-benefits .bb-text {
  float: left;
}
.main-products .block-benefits .bb-text h3 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1em;
  margin: 0;
  font-weight: 600;
}
.main-products .block-benefits .bb-text p {
  color: #fff;
  font-size: 0.8em;
}

.top-divisor {
  background: #F4F4F4 url(/img/bg-greenline.svg);
  background-size: cover;
  min-height: 50px;
}

.main-info {
  background: #4A8F7D;
  padding: 70px 0 120px 0;
}
.main-info .block-info {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
.main-info .block-info .block-info-txt {
  margin: 0 0 0 10px;
}
.main-info .block-info .block-info-txt h3 {
  font-size: 1.7em;
  line-height: 1.1em;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.main-info .block-info .block-info-txt .subtitle {
  color: #4A8F7D;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.main-info .block-info .block-info-txt p {
  color: #212B36;
  font-size: 0.9em;
}

.modal-body .card-product {
  text-align: center;
  background: #fff url(/img/bg-product.png) no-repeat;
  background-position: center 20px;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px;
}
.modal-body .card-product img {
  padding: 20px 20px;
  width: 280px;
}
.modal-body .card-product h3 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
}
.modal-body .bg-green-product {
  background: #4A8F7D;
  padding: 40px 20px;
  border-radius: 10px;
}
.modal-body .bg-green-product h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
}
.modal-body .bg-green-product p {
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 20px 0;
}
.modal-body .bg-green-product a {
  text-align: center;
  font-weight: 600;
  color: #4A8F7D;
  margin: 10px auto 0 auto;
  width: 150px;
  display: block;
}

footer {
  background: #397767;
  padding: 20px 0;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 0.8em;
}

.contact-block {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: -160px;
}
.contact-block img {
  border-radius: 5px;
}

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

.box-contact label {
  margin: 0;
  font-weight: 600;
  color: #212B36;
}
.box-contact .form-control {
  background: #F4F4F4;
  border: none;
  color: #4A8F7D;
}
.box-contact .btn-send {
  border-radius: 15px 5px 15px 5px;
  margin: 10px 0 0 0;
  font-weight: 600;
}

.messages {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.messages button {
  display: none;
}

/* Animations */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

.scroll-container {
  height: 100vh;
  min-height: 300px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1.5s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1.5s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1.5s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1.5s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Animations End */
/* Media Queries */
@media (max-width: 575.98px) {
  .social-media {
    display: none;
  }
  .main-products .slider-products {
    margin: 40px 10px;
  }
  .main-products .slider-products .splide__arrow--prev {
    left: -1.4em;
  }
  .main-products .slider-products .splide__arrow--next {
    right: -1.4em;
  }
  .main-products .slider-products .card-product h3 {
    font-size: 1.1em;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .main-info .block-info {
    padding: 20px;
  }
  .main-info .block-info img {
    margin-bottom: 20px;
  }
  .main-info .block-info .block-info-txt {
    margin: 0;
  }
  .main-products .slider-products .card-product {
    background-size: 180px;
  }
}
/*
  @include media-breakpoint-only(xxl) { 
     .mex-block.bgmx-1, .mex-block.bgmx-2, .mex-block.bgmx-3, .mex-block.bgmx-4 { background-size: cover; }
  }
*//*# sourceMappingURL=styles.css.map */