@font-face {
  src: url("fonts/Dosis-Bold.ttf");
  font-family: DosisBold;
}
@font-face {
  src: url("fonts/Dosis-Medium.ttf");
  font-family: DosisMedium;
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: DosisMedium;
  overflow-x: hidden;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

header {
  padding-left: 16% !important;
  padding-right: 8.5% !important;
  padding-top: 25px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  header {
    padding-left: 12% !important;
  }
}
@media (max-width: 768px) {
  header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  header {
    margin-bottom: 80px;
  }
}
@media (min-width: 962px) and (max-width: 1280px) {
  header {
    margin-bottom: 100px;
  }
}
header #navigationBar {
  padding-right: 0;
}
header .navbar-header .navbar-toggle {
  margin-right: 0;
}
header .navbar-header .icon-bar {
  background: #710002;
}
@media (max-width: 410px) {
  header .navbar-nav > li > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  header .navbar-nav > li > a {
    margin-left: 10px;
  }
}
header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
  background: #e5ecf5;
}
header .navbar-brand {
  padding-left: 0;
}
@media (max-width: 768px) {
  header .navbar-brand {
    padding-top: 7.5px !important;
    height: 50px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  header .navbar-brand {
    padding-top: 7.5px !important;
    height: 70px;
  }
}
header .navbar-brand img {
  margin-top: -30px;
  margin-left: -5px;
  max-width: 100%;
  height: 133px;
  /* @media (max-width: 1600px) and (min-width: 1400px) {
     max-width: 100%;
   }*/
}
@media (max-width: 768px) {
  header .navbar-brand img {
    margin-top: 0;
    margin-left: 0;
    height: 55px;
  }
}
@media (min-width: 962px) and (max-width: 1280px) {
  header .navbar-brand img {
    height: 70px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  header .navbar-brand img {
    margin-top: 0;
    margin-left: 0;
    height: 112px;
  }
}
@media (min-width: 768px) and (max-width: 962px) {
  header .navbar-brand img {
    height: 40px;
  }
}
header ul li {
  font-family: DosisBold;
  color: #000;
  font-size: 18px;
}
@media (max-width: 768px) {
  header ul li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  header ul li {
    font-size: 17px;
  }
}

h1.title-main {
  color: #000000;
  position: relative;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 25px;
  font-family: DosisBold;
}
@media (max-width: 768px) {
  h1.title-main {
    font-size: 40px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  h1.title-main {
    font-size: 42px;
  }
}

button.main-btn, a.main-btn {
  padding: 15px 45px;
  color: #ffffff;
  border: none;
  background: #710002;
  margin-top: 40px;
  font-size: 24px;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  button.main-btn, a.main-btn {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  button.main-btn, a.main-btn {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  button.main-btn, a.main-btn {
    margin-top: 30px;
  }
}

button.main-btn:hover, a.main-btn:hover {
  background: #4a0002;
  transition: 0.3s ease;
}

.top-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .top-bg {
    width: 100%;
  }
  .top-bg img {
    width: 100%;
  }
}

.top-bg.subpage {
  margin-top: -800px;
}
@media (max-width: 768px) {
  .top-bg.subpage {
    margin-top: -850px;
  }
}

.hp-top, .about {
  padding-left: 16% !important;
  padding-right: 8.5% !important;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .hp-top, .about {
    padding-left: 12% !important;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top, .about {
    margin-bottom: 170px;
  }
}
@media (max-width: 768px) {
  .hp-top .top-content, .about .top-content {
    margin-top: 160px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .top-content, .about .top-content {
    margin-top: 160px;
  }
}
.hp-top .main-heading a, .about .main-heading a {
  padding: 15px 45px;
  color: #ffffff;
  border: none;
  background: #710002;
  margin-top: 40px;
  font-size: 24px;
  transition: 0.3s ease;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hp-top .main-heading a, .about .main-heading a {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .main-heading a, .about .main-heading a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hp-top .main-heading a, .about .main-heading a {
    margin-top: 30px;
  }
}
.hp-top .main-heading a:hover, .about .main-heading a:hover {
  background: #4a0002;
  transition: 0.3s ease;
}
.hp-top .main-heading h2, .about .main-heading h2 {
  margin-bottom: 20px;
  color: #710002;
  font-size: 24px;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .hp-top .main-heading h2, .about .main-heading h2 {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .main-heading h2, .about .main-heading h2 {
    font-size: 22px;
  }
}
.hp-top .main-heading h2:after, .about .main-heading h2:after {
  height: 1px;
  width: 30px;
  position: absolute;
  content: "";
  right: -40px;
  top: calc(50% + 5px);
  background: #710002;
}
.hp-top .main-heading h1, .about .main-heading h1 {
  color: #000000;
  font-size: 64px;
  margin-bottom: 20px;
  font-family: DosisBold;
}
@media (max-width: 768px) {
  .hp-top .main-heading h1, .about .main-heading h1 {
    font-size: 42px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .main-heading h1, .about .main-heading h1 {
    font-size: 48px;
  }
}
@media (min-width: 962px) and (max-width: 1280px) {
  .hp-top .main-heading h1, .about .main-heading h1 {
    font-size: 48px;
  }
}
@media (min-width: 962px) and (max-width: 1280px) and (max-width: 768px) {
  .hp-top .main-heading h1, .about .main-heading h1 {
    font-size: 40px;
  }
}
@media (min-width: 962px) and (max-width: 1280px) and (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .main-heading h1, .about .main-heading h1 {
    font-size: 42px;
  }
}
.hp-top p, .about p {
  color: #6f7377;
  font-size: 24px;
  max-width: 550px;
}
@media (max-width: 768px) {
  .hp-top p, .about p {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top p, .about p {
    font-size: 22px;
  }
}
.hp-top .top-wrap, .about .top-wrap {
  position: relative;
  z-index: 5;
}
.hp-top .top-wrap img, .about .top-wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}
.hp-top .dots-bg, .about .dots-bg {
  position: absolute;
  top: -80px;
  left: -90px;
  z-index: 0;
  background-position: 0 0;
  background-size: 20px 20px;
  height: 200px;
  width: 75%;
  background-image: radial-gradient(#C10001 20%, transparent 25%);
}
@media (max-width: 768px) {
  .hp-top .dots-bg, .about .dots-bg {
    left: -30px;
    width: 40%;
    top: -40px;
    height: 200px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .dots-bg, .about .dots-bg {
    height: 160px;
    width: 320px;
  }
}
.hp-top .desc-wrap, .about .desc-wrap {
  filter: drop-shadow(30px 50px 80px rgba(20, 45, 77, 0.15));
  position: absolute;
  left: -80px;
  bottom: 5.8%;
  z-index: 10;
}
@media (max-width: 768px) {
  .hp-top .desc-wrap, .about .desc-wrap {
    position: relative;
    left: 20px;
    margin-top: -60px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .desc-wrap, .about .desc-wrap {
    bottom: 4.2%;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .hp-top .desc-wrap, .about .desc-wrap {
    bottom: 5.15%;
  }
}
.hp-top .desc, .about .desc {
  box-shadow: 20px 50px 80px rgba(20, 45, 77, 0.15);
  background: #fff;
  max-width: 240px;
  padding: 35px 20px 50px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}
.hp-top .desc h1, .about .desc h1 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: DosisBold;
}
@media (max-width: 768px) {
  .hp-top .desc h1, .about .desc h1 {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .desc h1, .about .desc h1 {
    font-size: 22px;
  }
}
.hp-top .desc h3, .about .desc h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hp-top .desc h3, .about .desc h3 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .desc h3, .about .desc h3 {
    font-size: 17px;
  }
}
.hp-top .desc a, .about .desc a {
  font-family: DosisBold;
  color: #710002;
  font-size: 24px;
  position: relative;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .hp-top .desc a, .about .desc a {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .hp-top .desc a, .about .desc a {
    font-size: 22px;
  }
}
.hp-top .desc a:hover::after, .about .desc a:hover::after {
  width: 0;
  transition: 0.3s ease;
}
.hp-top .desc a::after, .about .desc a::after {
  transition: 0.3s ease;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #710002;
  height: 1px;
}

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

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

.w-98 {
  width: 98%;
}

.slider, .products {
  padding-left: 16% !important;
  margin-bottom: 170px;
  position: relative;
}
@media (max-width: 768px) {
  .slider, .products {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
.slider .dots-bg, .products .dots-bg {
  position: absolute;
  top: 150px;
  left: -60px;
  z-index: 0;
  background-position: 0 0;
  background-size: 20px 20px;
  height: 400px;
  width: 200px;
  background-image: radial-gradient(#6F7377 20%, transparent 25%);
}
@media (max-width: 768px) {
  .slider .dots-bg, .products .dots-bg {
    height: 200px;
    top: 112%;
    left: -40px;
    width: 120px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .slider .dots-bg, .products .dots-bg {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .slider, .products {
    padding-left: 0px;
    margin-bottom: 90px;
  }
}
.slider .slider-heading, .products .slider-heading {
  padding-left: 12%;
  position: relative;
}
@media (max-width: 768px) {
  .slider .slider-heading, .products .slider-heading {
    padding-left: 0;
    padding-right: 8.5%;
  }
}
.slider .slider-heading h1::after, .products .slider-heading h1::after {
  height: 1px;
  width: 30px;
  position: absolute;
  content: "";
  right: -40px;
  top: calc(50% + 5px);
  background: #000000;
}
@media (max-width: 768px) {
  .slider .slider-heading h1::after, .products .slider-heading h1::after {
    display: none;
  }
}
.slider .slider-heading p, .products .slider-heading p {
  max-width: 560px;
  color: #6f7377;
  font-size: 18px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .slider .slider-heading p, .products .slider-heading p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .slider .slider-heading p, .products .slider-heading p {
    font-size: 17px;
  }
}
.slider .slider-wrapper .item, .products .slider-wrapper .item {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  outline: none !important;
  min-height: 800px;
}
@media (max-width: 768px) {
  .slider .slider-wrapper .item, .products .slider-wrapper .item {
    min-height: 730px;
  }
}
.slider .slider-wrapper .item img, .products .slider-wrapper .item img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}
.slider .slider-wrapper .item .desc-wrap, .products .slider-wrapper .item .desc-wrap {
  filter: drop-shadow(30px 50px 80px rgba(20, 45, 77, 0.15));
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: -85px;
  position: relative;
}
.slider .slider-wrapper .item .desc, .products .slider-wrapper .item .desc {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  padding: 20px 30px 50px;
  z-index: 1000;
  background: #FFFFFF;
  box-shadow: 30px 50px 80px rgba(20, 45, 77, 0.15);
  height: 200px;
}
@media (max-width: 768px) {
  .slider .slider-wrapper .item .desc, .products .slider-wrapper .item .desc {
    height: 280px;
  }
}
@media (max-width: 410px) {
  .slider .slider-wrapper .item .desc, .products .slider-wrapper .item .desc {
    height: 320px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .slider .slider-wrapper .item .desc, .products .slider-wrapper .item .desc {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}
.slider .slider-wrapper .item .desc h2, .products .slider-wrapper .item .desc h2 {
  color: #000;
  font-size: 24px;
  font-family: DosisBold;
}
@media (max-width: 768px) {
  .slider .slider-wrapper .item .desc h2, .products .slider-wrapper .item .desc h2 {
    font-size: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .slider .slider-wrapper .item .desc h2, .products .slider-wrapper .item .desc h2 {
    font-size: 22px;
  }
}
.slider .slider-wrapper .item .desc .row, .products .slider-wrapper .item .desc .row {
  width: 100%;
}
.slider .slider-wrapper .item .desc .row .col-md-6:first-child, .products .slider-wrapper .item .desc .row .col-md-6:first-child {
  color: #6f7377;
  font-size: 16px;
}
@media (max-width: 768px) {
  .slider .slider-wrapper .item .desc .row .col-md-6, .products .slider-wrapper .item .desc .row .col-md-6 {
    width: 75%;
    margin-bottom: 10px;
  }
}
.slider .slider-wrapper .item .desc .row .status, .products .slider-wrapper .item .desc .row .status {
  border-radius: 20px;
  color: #fff;
  font-family: DosisBold;
  width: 100%;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
.slider .slider-wrapper .item .desc .row .busy, .products .slider-wrapper .item .desc .row .busy {
  background: #710002;
}
.slider .slider-wrapper .item .desc .row .free, .products .slider-wrapper .item .desc .row .free {
  background: #4B954A;
}
.slider .slider-wrapper .item .desc .row .date, .products .slider-wrapper .item .desc .row .date {
  font-family: DosisBold;
  text-align: right;
  margin-right: -15px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #6f7377;
}
@media (max-width: 768px) {
  .slider .slider-wrapper .item .desc .row .date, .products .slider-wrapper .item .desc .row .date {
    text-align: left;
    margin-bottom: 18px;
  }
}
.slider .slider-wrapper .item .desc a, .products .slider-wrapper .item .desc a {
  position: relative;
  color: #6f7377;
  font-family: DosisBold;
  padding-bottom: 3px;
  font-size: 16px;
  transition: 0.3s ease;
}
.slider .slider-wrapper .item .desc a:hover::after, .products .slider-wrapper .item .desc a:hover::after {
  width: 0;
  transition: 0.3s ease;
}
.slider .slider-wrapper .item .desc a::after, .products .slider-wrapper .item .desc a::after {
  transition: 0.3s ease;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #6F7377;
  height: 1px;
}
.slider .slider-wrapper .item:not(.slick-active), .products .slider-wrapper .item:not(.slick-active) {
  opacity: 0.3;
}
.slider .slick-arrows, .products .slick-arrows {
  position: absolute;
  top: 129px;
  right: 150px;
}
@media (max-width: 768px) {
  .slider .slick-arrows, .products .slick-arrows {
    right: initial;
    left: calc(8.5% + 15px);
    top: initial;
    bottom: 110px;
  }
}
.slider .slick-arrows #slick-prev-arrow, .slider .slick-arrows #slick-next-arrow, .products .slick-arrows #slick-prev-arrow, .products .slick-arrows #slick-next-arrow {
  display: inline-block !important;
  background: #EFF6FF;
  padding: 15px 22px;
  height: 64px;
  width: 64px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .slider .slick-arrows #slick-prev-arrow, .slider .slick-arrows #slick-next-arrow, .products .slick-arrows #slick-prev-arrow, .products .slick-arrows #slick-next-arrow {
    height: auto;
    width: auto;
    padding: 12px;
  }
  .slider .slick-arrows #slick-prev-arrow img, .slider .slick-arrows #slick-next-arrow img, .products .slick-arrows #slick-prev-arrow img, .products .slick-arrows #slick-next-arrow img {
    width: 14.5px;
    height: 14.5px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .slider .slick-arrows #slick-prev-arrow, .slider .slick-arrows #slick-next-arrow, .products .slick-arrows #slick-prev-arrow, .products .slick-arrows #slick-next-arrow {
    height: auto;
    width: auto;
    padding: 20px;
  }
  .slider .slick-arrows #slick-prev-arrow img, .slider .slick-arrows #slick-next-arrow img, .products .slick-arrows #slick-prev-arrow img, .products .slick-arrows #slick-next-arrow img {
    width: 17px;
    height: 17px;
  }
}

.bezna p {
  color: #6f7377;
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bezna p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .bezna p {
    font-size: 17px;
  }
}

.about {
  margin-top: -160px;
  padding-left: 16% !important;
  padding-right: 8.5% !important;
}
@media (max-width: 768px) {
  .about {
    padding-left: 12% !important;
  }
}
@media (max-width: 768px) {
  .about {
    margin-top: -110px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .about {
    margin-top: -180px;
  }
}
.about h1::after {
  height: 1px;
  width: 30px;
  position: absolute;
  content: "";
  right: -40px;
  top: calc(50% + 5px);
  background: #000000;
}
.about p {
  color: #6f7377;
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .about p {
    font-size: 17px;
  }
}
.about .desc-wrap {
  bottom: 0;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .about .desc-wrap {
    bottom: -25%;
    left: -5px;
  }
}
@media (max-width: 768px) {
  .about .img-col {
    margin-top: 110px;
  }
}
.about .desc {
  max-width: 370px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
}
@media (max-width: 768px) {
  .about .desc {
    max-width: 255px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .about .desc {
    max-width: 300px;
  }
}
.about .dots-bg {
  position: absolute;
  top: -60px;
  right: -60px;
  left: initial;
  z-index: 0;
  background-position: 0 0;
  background-size: 20px 20px;
  height: 400px;
  width: 200px;
  background-image: radial-gradient(#710002 20%, transparent 25%);
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .about .dots-bg {
    height: 300px;
    right: -50px;
  }
}

footer {
  padding-right: 0 !important;
}
footer .dots-bg {
  position: absolute;
  left: -150px;
  bottom: -40px;
  z-index: 0;
  background-position: 0 0;
  background-size: 20px 20px;
  height: 200px;
  width: 75%;
  background-image: radial-gradient(#6F7377 20%, transparent 25%);
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .dots-bg {
    left: -130px;
    bottom: -40px;
    width: 200px;
  }
}
footer .img-wrap {
  margin-top: 210px;
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
  margin-left: -80px;
}
@media (max-width: 768px) {
  footer .img-wrap {
    margin-left: -20px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .img-wrap {
    margin-top: 80px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .img-wrap {
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
  }
}
footer .footer-wrap {
  padding-bottom: 50px;
  margin-left: 16% !important;
  padding-right: 8.5% !important;
  position: relative;
}
@media (max-width: 768px) {
  footer .footer-wrap {
    margin-left: 12% !important;
  }
}
footer .footer-wrap .btm-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .footer-wrap .btm-bg {
    width: 100%;
  }
}
footer .footer-wrap .content {
  margin-top: 250px;
}
@media (max-width: 768px) {
  footer .footer-wrap .content {
    margin-top: 50px;
  }
}
@media (min-width: 700px) and (max-width: 998px) {
  footer .footer-wrap .content {
    margin-top: 220px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .footer-wrap .content {
    margin-top: 100px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  footer .footer-wrap .content {
    margin-top: 160px;
  }
}
footer .footer-wrap .content h1 {
  margin-bottom: 25px;
}
footer .footer-wrap .content h1::after {
  height: 1px;
  width: 30px;
  position: absolute;
  content: "";
  right: -40px;
  top: calc(50% + 5px);
  background: #000000;
}
footer .footer-wrap .content .items-wrap {
  margin-bottom: 25px;
}
footer .footer-wrap .content .items-wrap p {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer .footer-wrap .content .items-wrap p {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .footer-wrap .content .items-wrap p {
    font-size: 17px;
  }
}
footer .footer-wrap .content .items-wrap p strong {
  color: #6f7377;
  font-family: DosisBold;
}
footer .footer-wrap .content .items-wrap p span {
  display: block;
}
footer .footer-wrap .content .form-wrap {
  margin-bottom: 10px;
}
footer .footer-wrap .content .form-wrap textarea, footer .footer-wrap .content .form-wrap input {
  border: 1px solid #6F7377;
  background: transparent;
  color: #6f7377;
  font-size: 18px;
  padding: 13px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .footer-wrap .content .form-wrap textarea, footer .footer-wrap .content .form-wrap input {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .footer-wrap .content .form-wrap textarea, footer .footer-wrap .content .form-wrap input {
    font-size: 17px;
  }
}
footer .footer-wrap .content .form-wrap input:nth-child(2n) {
  margin-left: 20px;
}
footer .footer-wrap .content .form-wrap input::placeholder, footer .footer-wrap .content .form-wrap textarea::placeholder {
  color: #6f7377;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .footer-wrap .content .form-wrap input::placeholder, footer .footer-wrap .content .form-wrap textarea::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  footer .footer-wrap .content .form-wrap input::placeholder, footer .footer-wrap .content .form-wrap textarea::placeholder {
    font-size: 17px;
  }
}
footer .footer-wrap .content .form-wrap textarea {
  width: 100%;
  min-height: 130px;
  resize: none;
}
footer .footer-wrap .copyright {
  text-align: right;
  opacity: 0.4;
  color: #000;
  font-size: 14px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  footer .footer-wrap .copyright {
    text-align: left;
  }
}

.products {
  padding-left: 16% !important;
  padding-right: 8.5% !important;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .products {
    padding-left: 12% !important;
  }
}
@media (max-width: 768px) {
  .products {
    margin-bottom: 0;
  }
}
.products .dots-bg {
  top: -60px;
  left: -50px;
}
@media (max-width: 768px) {
  .products .dots-bg {
    left: -40px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .products .col-md-4 {
    width: 50%;
  }
}
.products .slider-wrapper {
  position: relative;
}
.products .item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: 1 !important;
  min-height: 720px !important;
}
@media (min-width: 1001px) and (max-width: 1400px) {
  .products .item {
    min-height: 620px !important;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .products .item {
    min-height: 800px !important;
  }
}
@media (min-width: 500px) and (max-width: 719px) {
  .products .item {
    min-height: 800px !important;
  }
}
@media (min-width: 720px) and (max-width: 998px) {
  .products .item {
    min-height: 1000px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .products .desc {
    padding: 10px 15px !important;
  }
}
@media (max-width: 410px) {
  .products .item:not(.first) {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .footer-img {
    display: none;
  }
}

.date-status .col-md-6:first-child {
  margin-top: 8px;
  margin-bottom: 8px;
}


/* GDPR */
.gdpr table {
  border: none;
  width: 100%;
  overflow-x: auto;
  display: block;
  margin: 20px 0;
}

.gdpr table tr th {
  background-color: #eee;
  min-width: 150px;
} 

.gdpr table tr th,
.gdpr table tr td {
  border: solid 1px #d5d5d5;
  padding: 10px 16px;
} 

.gdpr table tr th p,
.gdpr table tr td p {
  margin-bottom: 0;
} 
/* GDPR */

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