@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap&subset=latin-ext");
* {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  color:#8C5947;
  text-decoration: none;
  transition: all 0.3s;
}
body a:hover {
  color: #E4C7A5;
  text-decoration: none;
}
a.tlacitko {
  line-height: 40px;
  width: 150px;
  text-align: center;
  padding: 0 35px !important;
  background-color: #8C5947;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 600;
}
a:hover.tlacitko {
  background-color: #E4C7A5;
}
h1, h2, h3, h4 {
  font-weight: 700;
}

h2.line {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}
h2.line:before {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background-color: #8C5947;/*#4ea946;*/
  margin: auto;
  margin-bottom: 20px;
}
h2.line-left {
  text-align: left;
}
h2.line-left:before {
  margin-left: 0;
}
h2.line-light {
  color: #ffffff;
}
h2.line-light:before {
  background-color: #D9BD9D; /*#c4ffbf;*/
}
.entry-content h2.line-center:before {
  text-align: center;
  margin:auto auto 20px auto;
}

.entry-contenr h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
}
.entry-content h2:before {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background-color: #8C5947;/*#4ea946;*/
  margin: auto;
  margin-left: 0;
  margin-bottom: 20px;
}
.gallery .row > div.fotky {
  padding: 10px; }
  .gallery a img {
    opacity: 1;
    transition: all .3s ease; 
    max-width: 100%;
    }
    section.gallery {
      padding: 20px 0 !important;
    }
 
 .subpage .image {
    position: relative; }
    .subpage .image .image-hover {
      position: absolute;
      left: 0;
      transition: all 0.3s;
      top: 0;
      background-color: #E4C7A5;
      opacity: 0;
      width: 100%;
      height: 100%;
      padding: 10px; }
      .subpage .image .image-hover .boxx {
        border: solid 2px #fff;
        width: 100%;
        height: 100%; }
        .subpage .image .image-hover .boxx img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .subpage .image .image-hover:hover {
        opacity: 0.9; }

h3.line {
  font-size: 30px;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}
h3.line:before {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background-color: E4C7A5; /*#4ea946;*/
  margin: auto;
  margin-bottom: 20px;
}
h3.line-left {
  text-align: left;
}
h3.line-left:before {
  margin-left: 0;
}
h3.line-light {
  color: #ffffff;
}
h3.line-light:before {
  background-color: #c4ffbf;
}

h4.line {
  font-size: 22px;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}
h4.line:before {
  content: "";
  display: block;
  width: 37px;
  height: 1px;
  background-color: E4C7A5; /*#4ea946;*/
  margin: auto;
  margin-bottom: 20px;
}
h4.line-left {
  text-align: left;
}
h4.line-left:before {
  margin-left: 0;
}
h4.line-light {
  color: #ffffff;
}
h4.line-light:before {
  background-color: #c4ffbf;
}

p {
  font-size: 16px;
  color: #888;
  line-height: 30px;
}
p.max-w-770 {
  max-width: 770px;
  margin: auto;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

ul.list-icons li {
	list-style-image: url("images/icons/check-mark.png")
}

html, body {
  overflow-x: hidden;
}

section {
  padding: 20px 0 0 0;
}
section.gray {
  background-image: linear-gradient(to right, #f3f5f7 0%, #ffffff 100%);
}
.subpage {
  padding-bottom: 60px;
}

.text-bg {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.text-bg span {
  font-size: 250px;
  color: #FDF8F2;
  font-weight: 700;
  white-space: nowrap;
}

.footer {
  padding-top: 65px;
  padding-bottom: 50px;
}
.footer-line {
  border-top: solid 10px E4C7A5; /*#4ea946;*/
}
.footer .container-fluid {
  padding: 0 40px;
}
.footer p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #707070;
}
.footer p a {
  color: #707070;
}
.footer p a:hover {
  text-decoration: underline;
  color: E4C7A5; /*#4ea946;*/
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  display: inline-block;
  margin: 0 25px;
  margin-bottom: 15px;
}
.footer ul li a {
  font-size: 14px;
  color: #363636;
  font-weight: 600;
}
.footer ul li a i {
  color: E4C7A5 !important; /*#4ea946 !important;*/
}
.footer ul li a:hover {
  text-decoration: none;
  color: E4C7A5; /*#4ea946;*/
}

.footer-contact {
    margin: 0 40px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-contact .content a {
	text-align: left;
	font: normal normal bold 18px/40px Poppins;
	color: #333333;
	margin-left: 20px;
}
.footer-contact .content a:hover {
  text-decoration: underline;
}
.footer-other-item {
    margin: 0 40px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-other-item .content{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	font: normal normal 600 14px/12px Poppins;
	color: #363636;
}
.submenu .nav-link {
  cursor: default;
}
.header .submenu .nav-link:after {
  display: none !important;
}
.submenu-box {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
}
.submenu-box .container {
  max-width: 1320px;
}
.submenu-box-reference {
  display: none;
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
}
.submenu-box-reference .container {
  max-width: 1320px;
}
.submenu-inbox {
  background-color: #363636;
  padding: 60px;
  padding-bottom: 40px;
  box-shadow: 0 5px 15px rgba(20, 14, 57, 0.0509803922);
  border-radius: 4px;
}
.header.large .submenu-inbox {
  margin-top: 13px;
}
.submenu h3 {
  font-size: 26px;
  color: #08212B;
  margin-bottom: 30px;
}
.submenu h3 a {
  color: #08212B;
  text-decoration: none;
}
.submenu h3 a:hover {
  color: #554e98;
}
.submenu ul {
  
  margin-bottom: 35px;
  padding-left: 15px;
}
.submenu ul li {
  margin-bottom: 20px;
  list-style-image: url("../img/icons/li-before.png");
  padding-left: 10px;
}
.submenu ul li::marker {
  vertical-align: middle;
}
.submenu ul li a {
  color: #696969;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  vertical-align: middle;
  letter-spacing: 0;
  font-weight: 600;
}
.submenu ul li a:hover {
  color: #554e98;
}
.submenu-items {
  position: absolute;
  width: fit-content;
  top: 100%;
  list-style-image: url("../img/icons/li-before.png");
  padding: 40px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(20, 14, 57, 0.05);
}
.submenu-item {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
li.submenu-item {
  margin-left: 30px !important;
}
.submenu-item .fa-angle-down {
  margin-left: 5px;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.submenu-item a {
  display: block;
  color: #E4C7A5;
  text-align: center;
  transition:all 0.3s;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.submenu-box-reference .submenu-item a {
  text-align: left;
}
.submenu-box-reference .submenu-inbox {
  padding: 40px 40px 20px 40px;
}
.submenu-item a:hover, .submenu-item a.active {
  text-decoration: none;
  color: #fff;
}
.submenu-item img {
  margin-bottom: 10px;
  border: solid 2px transparent;
}
.submenu-item a:hover img {
  border: solid 2px #E4C7A5;
  transition: all 0.3s;
}
.submenu:hover .submenu-box {
  display: block;
}

.opener {
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.opener i {
  padding: 0 10px;
}
.opener:hover {
  color: #8C5947;
}
.opener .fa-minus {
  display: none;
}
@media (min-width: 1200px) {
  .opener {
    display: none;
  }
  .submenu:hover .submenu-box-reference {
    display: block;
  }

  .submenu .submenu-items {
    display: none;
  }
  .submenu:hover .submenu-items, .submenu:focus .submenu-items {
    display: block;
  }
  .submenu:hover i, .submenu:focus i {
    transform: rotate(-180deg);
  }
}

.header .container-fluid {
  padding-left: 40px;
  padding-right: 0;
}
.header.little .navbar {
  padding: 5px 0;
  background-color: #363636;
}
.header.little .nav-button a {
  line-height: 50px;
}
.header.little .nav-link {
  line-height: 50px;
}
.header.little .nav-link:after {
  top: 70%;
}
.header .nav-item {
  margin-right: 20px;
  margin-top: 14px;
  z-index: 2;
  position: relative;
}
.header.little .nav-item {
  margin-top: 5px;
}
.header .nav-item.active .nav-link, .header .nav-item:hover .nav-link {
  color: #ffffff;
}
.header .nav-item.active .nav-link:after, .header .nav-item:hover .nav-link:after {
  right: 0;
  opacity: 1;
}
.header .nav-link {
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
  color: #E4C7A5;
}
.header .nav-link i {
  font-size: 10px;
  transition: all 0.3s;
  margin-left: 5px;
  font-weight: 400;
}
.header .nav-link::after {
	content: "";
	left: 0;
	right: 100%;
	position: absolute;
	opacity: 0;
	bottom: 0px;
	height: 1px;
	background-color: #8C5947; /*#4ea946;*/
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.header .nav-button {
  margin-right: 20px;
}
.header.little .nav-button {
  margin-top: 5px;
}
.header .nav-button .nav-link {
  padding: 0 35px !important;
  background-color: #8C5947;
  color: #ffffff;
  border-radius: 4px;
}
.header .nav-button:hover .nav-link {
  background-color: #E4C7A5;/*#2f7229;*/
}
.header .dropdown {
  text-align: center;
}
.header.little .dropdown {
  margin-top: 12px;
}
.header .dropdown-toggle {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.header .dropdown-toggle i {
	display: inline-block;
	color: #E4C7A5; /*#4ea946;*/
	font-size: 16px;
	margin-left: 5px;
}
.header .dropdown-toggle:after {
  display: none;
}
.header .dropdown-toggle:hover {
  color: E4C7A5; /*#4ea946;*/
  text-decoration: none;
}

.header .dropdown-toggle.nav {
  color: #d9d9d9;
}
.header .dropdown-toggle.nav i {
  display: inline-block;
  margin-left: 6px;
}

.header .dropdown-toggle.nav i:before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.header .dropdown-menu {
  left: -25px;
  width: 70px;
  min-width: 0;
}
.dropdown.show .dropdown-toggle i {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.header .dropdown-item:hover {
  background-color: #c4ffbf;
}
.card-footer {
  background-color: #363636;
  height: 100%;
  margin-bottom: 30px;
  transition: all 0.3s;
  position: relative;
  height: 80px;
}
.card {
  height: 100%;
  border: none;
  transition: all 0.3s;

}
.card:hover .card-footer {
  background-color: #E4C7A5;

}
.card:hover .card-footer a,.card:hover .card-footer h3 {
  color: #fff;
}
.card-footer a, .card-footer h3 {
  text-align: center;
  color: #E4C7A5;
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.navbar {
  position: fixed;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 15px 0;
}

.navbar-brand {
  z-index: 2;
}
.navbar-brand img {
  transition: all 0.3s linear;
  width: 268px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.header.large .navbar-brand img {
  display: none;
}

.navbar-toggler i {
  color: #ffffff;
}
.navbar-toggler[aria-expanded=true] i {
  color: E4C7A5; /*#4ea946;*/
}
.navbar-toggler:focus {
  outline: none !important;
}

.buttons {
  display: block;
}
.carousel-caption .buttons {
  margin-left: auto;
  margin-right: auto;
  display: table !important;
}
.buttons a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  padding: 0 30px;
  color: #ffffff;
  border: solid 1px transparent;
}
.buttons a:hover {
  text-decoration: none;
}
.buttons a.green {
  color: #ffffff;
  background-color: #8C5947;
}
.buttons a.green:hover {
  background-color: #E4C7A5; /*#2f7229;*/
}
.buttons a.gray {
  color: #ffffff;
  background-color: #363636;
}
.buttons a.gray:hover {
  background-color: #000000;
}
.buttons a.lh-50 {
  line-height: 50px;
}
.buttons a.w-160 {
  width: 160px;
}
.buttons a.w-180 {
  width: 160px;
}
.buttons a.w-200 {
  width: 200px;
}
.dropdown-menu {
  background-color: #363636;
}
.header .dropdown-item {
  color: #E4C7A5;
}
.header .dropdown-item:hover {
  color: #fff;
  background-color: #363636;
}
.entry-content table {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 30px;
}
.entry-content table > thead > tr > th, 
.entry-content table > thead > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tbody > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > tfoot > tr > td {
  line-height: 1.7;
  vertical-align: top;
  color: #888;
}
  .entry-content table tr:nth-child(even) {
    background-color: #f6f6f6;
  }
  .entry-content table tr:nth-child(odd) {
    background-color: #fff;
  }
  .entry-content table th, .entry-content table thead tr td{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    background: #8C5947;
    color: white !important;
  }
  .entry-content table tfoot tr td{
    border-collapse: collapse;
    border-spacing: 0;
    padding: 10px 20px;
    text-align: left;
    background: #353535;
    color: white;
  }
  .entry-content table td {
    padding: 10px 20px;
    text-align: left;
  }

.entry-content a img:hover {
  opacity: 0.7;
}
.entry-content p {
  line-height: 1.7;
  margin-bottom: 30px; }

.entry-content ul,
.entry-content ol {
  line-height: 1.7;
  margin-bottom: 30px; }
  
 
.entry-content ul > li {padding-left: 1.3em; color: #888; font-size: 16px;}
.entry-content ol > li {padding-left: 2em; color: #888; font-size: 16px;}

.entry-content ul > li::before {
  content: '\f054';
  color: #E4C7A5;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  margin-left: -1.3em;
  /*margin-right: 10px;*/
  font: normal normal normal 11px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.entry-content ul > li::marker, .entry-content ol > li::marker {
  font-size: 0;
}

.entry-content ol {
  counter-reset: li; }
  .entry-content ol > li::before {
    content: counter(li) ".";
    counter-increment: li;
    font-weight: 500;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.8em;
    color: #E4C7A5;}

.main-gray {
  background-image: linear-gradient(to right, #f3f5f7 0%, #ffffff 100%);
}
.main p {
  margin-bottom: 30px;
}
.main p a {
  color: E4C7A5; /*#4ea946;*/
  /*display: block;*/
  font-weight: 600;
}
.main p a:hover {
  text-decoration: none;
  color: #363636;
}
.main-images {
  align-items: center;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.main-images:last-child {
  margin-bottom: 0;
}
.main-images .col-lg-6 {
  padding: 0 20px;
}
.main-images p {
  margin-bottom: 40px;
}
.main-images .image {
  height: 400px;
  position: relative;
}
.main-images .image .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main table {
  width: 100%;
  margin-bottom: 80px;
}

.main table {
  overflow-x: auto;
  width: 100%;
}
.main table th, .main table thead td {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
  background-color: E4C7A5; /*#4ea946;*/
}
.main table td {
  font-size: 14px;
  font-weight: 600;
  color: #363636;
  padding: 12px 20px;
  width: 12%;
}
.main table td:first-child {
  width: 40%;
}
.main table td.check:after {
  content: url("images/icons/table-check.png");
}
.main table td.cross:after {
  content: url("images/icons/table-cross.png");
}
.main table tbody tr {
  border-bottom: solid 1px #f3f5f7;
}
.main ul {
  list-style: url("images/icons/main-li.png");
  margin-bottom: 80px;
  padding-left: 15px;
}
.main ul li {
  font-size: 16px;
  color: #707070;
  line-height: 30px;
  padding-left: 10px;
}
.main ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
  margin-bottom: 80px;
}
.main ol li {
  counter-increment: my-awesome-counter;
  font-size: 16px;
  color: #707070;
  line-height: 30px;
}
.main ol li:marker {
	display: none;
}
.main ol li:before {
  content: counter(my-awesome-counter) ". ";
  font-size: 12px;
  font-weight: 600;
  color: E4C7A5; /*#4ea946;*/
  width: 23px;
  display: inline-block;
}

.slider {
  height: 780px;
  border-bottom: solid 10px #E4C7A5;
}
.sliderlogo {
  width: 670px;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.slider .carousel-item {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slider .carousel-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider .carousel-item .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #363636;
  opacity: 0.6;
}
.slider .carousel-caption {
  left: 0;
  width: 100%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: left;
}
.slider .carousel-caption h1,
.slider .carousel-caption h2, 
.slider .carousel-caption span {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
  max-width: 880px;
  line-height: 60px;
}
.slider .carousel-caption p {
  
  color: #E3C6A5;
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: #363636;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}
.slider .carousel-control-next i, .slider .carousel-control-prev i {
  color: #ffffff;
  font-size: 12px;
}
.slider .carousel-control-next:hover, .slider .carousel-control-prev:hover {
  opacity: 1;
}

.heading {
  height: 340px;
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.heading .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.heading .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #363636;
  opacity: 0.6;
}
.heading .container {
  text-align: center;
  padding-top: 40px;
}
.heading h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.heading ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.heading ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.heading ul li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #E4C7A5;
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.heading ul li:last-child:after {
  display: none;
}
.heading ul li a {
  font-size: 14px;
  color: #d9d9d9;
}
.heading ul li a:hover {
  text-decoration: none;
  color: E4C7A5; /*#4ea946;*/
}

.whos {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.whos-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.whos-box {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}
.whos-box:nth-child(even) {
  margin-top: 40px;
}
.whos p {
  margin-bottom: 45px;
}

.who {
	height: 340px;
	position: relative;
	border-radius: 2px;
	display: block;
}
.who .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	
}
.who .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #363636;
  opacity: 0.2;
}
.who .desc {
  position: absolute;
  left: 20px;
  width: 280px;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  overflow: hidden;
  text-align: left;
}
.who .desc span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.8px;
}
.who .desc span:after {
  content: "";
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  transform: translateY(-50%);
  right: -500px;
  height: 2px;
  background-color: E4C7A5; /*#4ea946;*/
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.who .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: E4C7A5; /*#4ea946;*/
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.who:hover .overlay {
  opacity: 0.75;
}
.who:hover .desc span:after {
  opacity: 0;
}

.categories {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.categories .row {
  margin-left: -5px;
  margin-right: -5px;
}
.categories .col-md-6 {
  padding: 0 5px;
}
.categories .col-md-6:last-of-type {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.categories p {
  margin-bottom: 45px;
}
.categories .text-bg {
  top: 70px;
}

.category {
  height: 260px;
  position: relative;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}
.category .bg {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.category .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(2,0,36,0) 58%, rgba(0,0,0,1) 100%);
  opacity: 0.3;
}
.category .desc {
  position: absolute;
  left: 25px;
  width: calc(100% - 60px);
  bottom: 20px;
  overflow: hidden;
  text-align: left;
}
.category .desc span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.8px;
}
.category .desc span:after {
  content: "";
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  transform: translateY(-50%);
  right: -500px;
  height: 2px;
  background-color: #E4C7A5;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.category .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #E4C7A5;/*#4ea946;*/
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.category:hover .overlay {
  opacity: 0.75;
}
.category:hover .desc span:after {
  opacity: 0;
}
.delivery {
  position: relative;
  padding: 135px 0;
  background: transparent linear-gradient(90deg, #FDF8F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.delivery .image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: url("/img/bg/mapa2.png") left center no-repeat;
  background-size: contain;
}
.delivery h2 {
  max-width: 400px;
}
.delivery p {
  max-width: 465px;
  margin-bottom: 40px;
}
.delivery ul {
  padding: 0;
  margin-bottom: 33px;
}
.delivery ul > li {
  font-size: 16px;
  color: #888888;
  position: relative;
  line-height: 30px;
  list-style-type: none;
  padding-left: 35px;
  margin-bottom: 7px;
}
.delivery ul > li:before {
  content: "";
  background-image: url("/img/bg/check-mark.png");
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0;

}
.vyhody h2 {
  margin-top: 20px;
  text-align: center;
}
.benefits {
  padding-bottom: 40px;
}
.benefits p {
  text-align: center;
  width: 1200px ;/*766px;*/
  margin: auto;
  margin-bottom: 40px;
}
.benefits .row {
  margin-left: -20px;
  margin-right: -20px;
  width: 1200px;
}
.benefits .col-lg-6 {
  padding: 0 20px;
}

.benefit {
  margin-bottom: 20px;
  padding: 35px 0 35px 35px;
  /*background-image: linear-gradient(180deg, #f3f5f7 0%, #ffffff 100%);*/
  background: transparent linear-gradient(90deg, #FDF8F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  height: 120px;
}
.benefit-image img {
  /*height: 80px;*/
  /*margin-bottom: 30px;*/
}

.benefit-content h3 {
  /*font-size: 24px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 29px;*/
}
.benefit-content {
  text-align: left;
  font: normal normal bold 18px/30px Poppins;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}
.benefit-content img{
  margin-left: -10px;
  margin-right: 18px;
}
.benefit-content p {
  font: normal normal bold 18px/30px Poppins;
  color: #333;
  margin-bottom: 0;
  display: contents;
  text-align: left;
}
.new-technologies {
  background: transparent url('/img/bg/mask-group-3.png') 0% 0% no-repeat padding-box;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
  height: 560px;
}
.new-technologies h2 {
	font: normal normal bold 36px/40px Poppins;
	color: #FFFFFF;
  margin-top: 50px;
  padding-left: 40px;
}
.new-technologies .container {
  max-width: 1800px;
}
.new-technologies h2.line:before {
  background-color: #D9BD9D;
}
.new-technologies p {
	font: normal normal normal 16px/30px Poppins;
	color: #F0E7DC;
	text-align: left;
	margin-bottom: 40px;
  padding-left: 40px;
}
.new-technologies img {
	float: left;
	margin-top: 0px;
  max-width: 100%;
  position: relative;
  z-index: 1;
	margin-right: 80px;
}
.new-technologies .buttons {
	float: left;
  margin-left: 40px;
  border-radius: 4px;
	background-color: #D9BD9D;
}
.buttons a.newtechnology {
  color: #ffffff;
  background-color: #D9BD9D;
}
.buttons a.newtechnology:hover {
  background-color: #E4C7A5; 
}
.contacts {
  background: linear-gradient(to top, rgba(140, 89, 71, 0.9) 0%, rgba(140, 89, 71, 0.9) 100%), url("/img/bg/contacts-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
 }
.contacts p {
  color: #eaffe8;
  margin-bottom: 60px;
}

.contact {
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: -107px;
}
.contact h4 {
  font-size: 18px;
  color: #363636;
  margin-bottom: 19px;
}
.contact span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.contact a {
  font-weight: 600;
  line-height: 30px;
  display: block;
  color: E4C7A5; /*#4ea946;*/
}
.contact a:hover {
  text-decoration: none;
  color: #363636;
}

.gallery {
  margin-bottom: 30px;
}
.gallery-item {
  position: relative;
  height: 240px;
  display: block;
  margin-bottom: 30px;
}
.gallery-item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-item:hover {
  opacity: 0.7;
}

.advantages {
  padding-bottom: 30px;
}

.advantage {
  text-align: center;
  margin-bottom: 30px;
}
.advantage-image {
  margin-bottom: 30px;
}
.advantage-image img {
  height: 60px;
}
.advantage-desc {
  padding: 0 40px;
}
.advantage h4 {
  font-size: 16px;
  font-weight: 700;
  color: #363636;
  line-height: 25px;
  margin-bottom: 0;
}

.products {
  padding-bottom: 50px;
}
.products-gray {
  background-image: linear-gradient(to right, #f3f5f7 0%, #ffffff 100%);
}
.products .dropdown-toggle {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  width: 160px;
  line-height: 48px;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #363636;
  display: inline-block;
  margin-left: 20px;
}
.products .dropdown-toggle:after {
  display: none;
}
.products .dropdown-toggle i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.products .dropdown-toggle:hover {
  text-decoration: none;
}
.products .dropdown-item:hover {
  background-color: #c4ffbf;
}
.products-heading {
  margin-bottom: 40px;
}
.products-heading span {
  font-size: 14px;
  color: #363636;
}

.product {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.product .image {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .desc {
  padding: 10px 20px;
}
.product .desc h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #363636;
  margin-bottom: 25px;
}
.product .desc .buttons {
  margin-bottom: 20px;
}
.product .icons {
  background-color: #f3f5f7;
  padding: 13px 15px;
}
.product .icon {
  display: inline-block;
  margin: 0 12px;
}

.product .icon a:hover img{
  opacity: 0.7;
}

.detail {
  padding-top: 40px;
  background-image: linear-gradient(to right, #f3f5f7 0%, #ffffff 100%);
}
.detail-heading {
  margin-left: -40px;
  margin-right: -40px;
}
.detail-heading .col-lg-6 {
  padding: 0 40px;
}
.detail-heading .buttons {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.detail-heading p {
  margin-bottom: 30px;
}
.detail .image {
  height: 500px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.detail .nav-tabs {
  margin-top: 40px;
  border-bottom: none !important;
}
.detail .nav-tabs .nav-item {
  margin-right: 10px;
}
.detail .nav-tabs .nav-link {
	width: 200px;
	line-height: 50px;
	border: none !important;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #363636 !important;
	outline: none;
}

.tab-content {
  padding: 40px 0;
}
.tab-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tab-content ul li {
  font-size: 16px;
  color: #707070;
  line-height: 35px;
}
.tab-content ul li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: E4C7A5; /*#4ea946;*/
  margin-right: 15px;
  vertical-align: middle;
}

.box {
  text-align: center;
}
.box .image {
  height: 320px;
  position: relative;
}
.box .image .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #707070;
}
.box p a {
  color: E4C7A5; /*#4ea946;*/
  font-weight: 600;
}
.box p a:hover {
  text-decoration: none;
  color: #363636;
}

.contact-box {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* Create the checkmark/indicator (hidden when not checked) */
}
.contact-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-box .col-lg-6, .contact-box .col-12 {
  padding: 0 10px;
}
.contact-box p {
  text-align: center;
  max-width: 895px;
  margin: auto;
  margin-bottom: 40px;
}
.contact-box label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-left: 20px;
  margin-bottom: -1px;
  border-bottom: solid 1px E4C7A5; /*#4ea946;*/
  line-height: 30px;
}
.contact-box label a {
  text-decoration: underline;
}
.contact-box label a:hover {
  text-decoration: none;
  color: E4C7A5; /*#4ea946;*/
}
.contact-box input[type=text], .contact-box input[type=email], .contact-box input[type=tel] {
  height: 50px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 0 20px;
}
.contact-box textarea {
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 15px 20px;
  resize: none;
  min-height: 219px;
}
.contact-box .form-group {
  margin-bottom: 5px;
}
.contact-box button {
  width: 200px;
  height: 50px;
  background-color: E4C7A5; /*#4ea946;*/
  border: none !important;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 2px;
}
.contact-box button:focus {
  outline: none !important;
}
.contact-box button:hover {
  background-color: #E4C7A5; /*#2f7229;*/
}
.contact-box .check-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: none !important;
}
.contact-box .check-label a {
  color: #000000;
  text-decoration: underline;
}
.contact-box .check-label a:hover {
  color: E4C7A5; /*#4ea946;*/
  text-decoration: none;
}
.contact-box .check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-box .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #ebeef1;
}
.contact-box .check-label:hover input ~ .checkmark {
  background-color: #ccc;
}
.contact-box .checkmark:after {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  background-color: E4C7A5; /*#4ea946;*/
  display: none;
}
.contact-box .check-label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox label {
  border: none;
}
.contacts form {
	max-width: 820px;
	margin: 0 auto;
}
.contacts button {
	width: 160px;
	height: 50px;
	background: #D9BD9D;
	border-radius: 4px;
	margin-top: 20px;
	text-align: center;
	font: normal normal 600 14px/12px Poppins;
	color: #FFFFFF;
  transition: all 0.3s;
	border: none;
}
.contacts button:hover {
  background: #363636;
}
.contacts .text-small {
	text-align: left;
	font: normal normal normal 14px/30px Poppins;
	color: #F0E7DC;
	margin-top: 30px;
}
.contacts a {
  text-decoration: underline;
  color: #F0E7DC;
}
.contacts a:hover {
  text-decoration: none;
}
.form-control {
	margin-top: 20px;
	border-radius: 4px;
  border-bottom: solid 4px #D9BD9D;
  height: 50px;
}
textarea.form-control {
  height: 150px;
  padding-top: 14px;
}
.form-control:focus {
  border-color: #8C5947;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: E4C7A5; /*#4ea946;*/
}

@media (max-width: 1600px) {
  .slider .container {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .header .nav-item {
    margin-right: 40px;
  }
  .header .nav-button {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-brand img {
    max-width: 150px;
  }
  .header .nav-link {
    font-size: 13px !important;
  }
}
@media (max-width: 1200px) {
  .header .nav-item {
    text-align: center;
    margin: 5px 0 !important;
  }
  .header .submenu .fa-chevron-down:before {
    display: none;
  }
    .nav-item:hover .submenu-box-reference {
    display: none;
  }
  .header .submenu.show .submenu-box-reference {
    display: contents !important;
  }
  .submenu:hover .submenu-box-reference {
    position: static;
  }
  .submenu-box-reference .submenu-item a {
    text-align: center;
  }
  .submenu-items {
    display: none;
  }
  .header .submenu:hover .submenu-box {
    display: none;
  }
  .header .submenu.show .submenu-contact {
    display: block;
    margin: 10px 0;
    font-size: 18px;
  }
  .header .submenu.show .submenu-box {
    position: static;
    display: block;
  }
  .header .submenu.show .submenu-box ul {
    display: inline-block;
    margin-bottom: 15px;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
  }
  .header .submenu.show .submenu-box ul li {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .header .submenu.show .submenu-box ul li a {
    font-size: 16px;
  }
  .header .submenu.show .submenu-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .header .submenu.show .submenu-inbox {
    margin: auto;
    padding: 20px;
    margin-top: 10px;
  }
  .header .submenu.show .submenu-items {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    left: 0;
    border: none !important;
    padding: 5px 0;
    padding-top: 20px;
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
    list-style: none;
  }
  .header .submenu.show .submenu-items:before {
    display: none;
  }
  .header .submenu.show .nav-link .fa-angle-down {
    transform: rotate(-180deg);
  }
  .header .submenu.show .opener .fa-minus {
    display: inline-block;
  }
  .header .submenu.show .opener .fa-plus {
    display: none;
  }
  .submenu-item a, .header .submenu.show .submenu-box ul li {
    text-align: left;
  }
  .header .nav-button, .dropdown-menu.show {
    margin-left: auto;
    margin-right: auto;
  }
  .header .nav-item:hover .nav-link, .header .nav-item.active .nav-link {
    color: #E4C7A5; /*#4ea946;*/
  }
  .header .nav-button {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
  .header .nav-link {
    line-height: 30px !important;
    display: inline-block;
  }
  .header .nav-link:after {
    display: none;
  }
  .header .dropdown {
    margin: auto;
  }
  .header .container-fluid {
    padding: 0 15px;
  }

  .navbar-nav {
    padding: 15px 0;
  }

  .navbar {
    height: auto !important;
    padding: 5px 0 !important;
    background-color: #363636;
  }

  .navbar-collapse.show {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }

 

  .footer ul li {
    display: block;
  }

  .product .icon {
    margin: 0 7px;
  }

  .detail-heading .buttons {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 991px) {
  .box {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .box:first-child:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    bottom: -40px;
    z-index: -1;
    background-color: #f3f5f7;
  }
  .box .col-lg-6 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .new-technologies {
    height: unset;
    padding-bottom: 40px;
  }

.heading {
	height: auto;
	padding: 80px 0;
	margin-top: 65px;
}
  .heading h1 {
    font-size: 30px;
  }

  .whos-box {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }

  .contacts {
    padding-bottom: 50px;
  }

  .contact {
    margin-bottom: 30px;
  }

  .main-images .image {
    height: 250px;
  }

  .products-heading h2 {
    margin-bottom: 25px !important;
  }

  .detail .image {
    margin-bottom: 40px;
    height: 350px;
    padding: 25px;
  }
  .detail .image img {
    max-height: 100%;
  }

  .boxes {
    padding-bottom: 40px;
  }

  .box .image {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .contact-box .col-12 {
    text-align: left !important;
  }
  .contact-box .check-label {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 300px) {
  .slider .carousel-caption h1, .slider .carousel-caption h2, .slider .carousel-caption span {
    font-size: 40px;
  }
  .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
	.slider .carousel-caption {
		top: 50%;
	}
  .vyhody h2 {
    text-align: left;
  }
  .entry-content h2.line-center:before {
    margin-left:0;
  }
  .footer-contact {
    margin: 0 0 20px 0;
  }
  .slider .carousel-caption h1, .slider .carousel-caption h2, .slider .carousel-caption span {
    font-size: 35px;
  }
  .submenu-items {
    min-width: 0;
    padding-top: 10px;
    display: none;
  }
  .submenu-item {
    margin-bottom: 40px;
  }
  .submenu-item a {
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
  }	
  .delivery .image {
    display: none;
  }
	.slider .slider-down-button {
		margin-bottom: 10px !important;
	}	
  .main table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
  } 
  .main table td {
    min-width: 250px;
  }	
  .container-fluid {
    padding: 0 15px !important;
  }
  .text-bg span {
    font-size: 50px;
  }

  .slider {
    height: 450px;
  }
  .new-technologies h2, .new-technologies p {
    padding-left: 0;
  }
  .slider .carousel-caption {
    text-align: center;
  }
  .slider .carousel-caption h1,
  .slider .carousel-caption h2  {
    font-size: 26px;
    line-height: normal;
  }


  h2.line {
    font-size: 24px;
  }

  h3.line {
    font-size: 22px;
  }

  section {
    padding: 60px 0;
  }

	.whos-box {
		flex: 0 0 100%;
		width: 100%;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.whos-boxes {
		flex-direction: column;
	}
  .who .bg-center-top {
    background-position: center top;
  }

  .delivery {
    padding: 60px 0;
  }
  .delivery .container {
    position: relative;
  }

  .benefit-content h3 {
    font-size: 22px;
  }

  .map iframe {
    height: 300px;
  }

  .main {
    padding: 60px 0;
  }
  .main p {
    margin-bottom: 40px;
  }

  .product h4 {
    font-size: 18px !important;
  }

  .detail-heading .buttons {
    margin-right: 0;
  }
  .detail-heading .buttons a {
    width: 100%;
  }
  .detail .nav-tabs .nav-item {
    margin-right: 0;
    width: 100%;
  }
  .detail .nav-tabs .nav-link {
    width: 100%;
  }

  .box .image {
    height: 250px;
  }

  .slider .buttons, .slider .slider-down-button, .slider .carousel-control-next, .slider .carousel-control-prev {
	display: none;
  }  
}

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


.product_link img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px;
}

.slider .slider-down-button {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -webkit-animation: pulse ease-in-out 2s infinite;
  -moz-animation: pulse ease-in-out 2s infinite;
  animation: pulse ease-in-out 2s infinite;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
}

@keyframes pulse {
  0% {
    bottom: 0; }
  50% {
    bottom: 10px; }
  100% {
    bottom: 0; } }
	
	
	
.header-top {
	text-align: right;
	background: #222;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 1000;
}

.header-top .nav-item {
  display: inline-block;  
  margin-top: 0px !important;
  margin-right: 40px;
}

@media (max-width: 1199px) {
	.header-top .nav-item {
	  margin-right: 15px !important;
	}
}



@media (min-width: 1199px) and (max-width: 1599px) {
  .header .nav-link {   
	font-size: 15px;
  }	
}

.header-top .nav-link {
  
  line-height: 40px !important;
  font-weight: normal;
}

.header-top .nav-link::after {
	top: 80% !important;
}

.header .navbar {
  /*margin-top: 40px;*/
}	

.header .nav-button {
  width: max-content;
  display: inline-block;
}

.header .nav-button .nav-link {
  line-height: 50px !important;  /*line-height: 30px !important;*/
  width: 128px;
  text-align: center;
}


.header-top ul {
	padding-left: 0;
}

@media (max-width: 575px) {
	.header .nav-button .nav-link {
		padding: 0 20px !important;
	}
	.header-top .nav-link {
		font-size: 14px;
	}	
	.navbar-brand img {
		width: 200px;
		padding: 10px 0;
	}
}


#order-form .error-input input,
#order-form .error-input textarea {
  border-color: red;
}


#order-form input, #order-form textarea {
  margin-bottom: 15px;
}

#order-form label {
  margin-bottom: 5px;
}

#order-form button {
	padding: 15px 35px;
	background-color: E4C7A5; /*#4ea946;*/
	color: #ffffff;
	border-radius: 2px;
  border: none;
}

#order-form button:hover {
	background-color: #E4C7A5; /*#2f7229;*/
}

#order-form p {
  margin: 0;
  font-size: 0.8em;
}


#cookie-lista{
  font-size:99%;
}
#cookie-lista-in{
  position:fixed;
  bottom:0;
  left:0;
  z-index:10000;
  text-align:center;
  color:white;
  background:rgba(0,0,0,.60);
}
#cookie-lista p{
  padding:0 10px;
  margin:5px auto;
	color: white;
}
#cookie-lista a,#cookie-lista a:visited{
  color:white;
}
#cookie-lista a:hover{
  color:white;
}
.cookie-lista-accept{
  display:inline-block;
  text-decoration:none;
  padding:.3em 1em;
  margin-left:.5em;
  background: E4C7A5; /*#4ea946;*/
  -moz-border-radius:.4em;
  -webkit-border-radius:.4em;
  border-radius:.4em;
}

.footer-contact i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  background-color: #8C5947;
  transition: all 0.3s;
  font-size: 20px;
}
.footer-contact i:hover {
  background-color: #D9BD9D;
}
@media (max-width: 575px) {
  .footer-contact  {
    display: flex !important;
    justify-content: center;
  }
}