body {
  font-family: 'Alata', sans-serif;
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  padding: 15px;
  margin: 0px;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
.danie-dnia .image {
  display: table;
  margin: 40px auto;
  border: 2px solid #e3e3e3;
}
.food-day {
  width: 100%;
  margin: 90px auto;
  max-width: 980px;
  border: 2px solid #e3e3e3;
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .food-day {
    margin: 40px auto;
    padding: 30px;
  }
}
@media (max-width: 440px) {
  .food-day {
    padding: 15px;
  }
}
.food-day .date {
  display: block;
  font-size: 12px;
  background: #123225;
  color: #FFF;
  padding: 15px 0px;
  position: absolute;
  left: -27px;
  top: 45px;
}
@media (max-width: 767px) {
  .food-day .date {
    left: auto;
    right: 30px;
    top: 20px;
  }
}
@media (max-width: 440px) {
  .food-day .date {
    right: 15px;
    top: 20px;
  }
}
.food-day .date > span {
  display: block;
  line-height: 25px;
  text-align: center;
  width: 50px;
  font-size: 16px;
}
.food-day h1 {
  margin: 0px;
}
@media (max-width: 440px) {
  .food-day h1 {
    padding-right: 60px;
  }
}
.food-day h1 + span {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 440px) {
  .food-day h1 + span {
    padding-right: 60px;
  }
}
.food-day .block {
  padding: 40px 0px;
  border-top: 2px solid #e3e3e3;
}
.food-day .block .item {
  display: table;
  width: 100%;
}
.food-day .block .item > div {
  display: table-row;
}
.food-day .block .item > div > div {
  padding: 10px 0px;
  display: table-cell;
  vertical-align: top;
}
.food-day .block .item > div > div.has-price {
  text-align: right;
  width: 160px;
  padding-right: 35px;
  background: url('/view/img/pricing.png') right top 10px no-repeat;
}
@media (max-width: 767px) {
  .food-day .block .item > div > div.has-price {
    width: 100px;
  }
}
a {
  color: #7e8b47;
}
a:hover {
  color: #7e8b47;
}
.page-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  overflow: hidden;
}
.form-group label {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e3e3e3;
  line-height: 40px;
  height: 40px;
  padding: 0px 20px;
  box-shadow: none !important;
}
.form-control:active,
.form-control:focus {
  border-color: #7e8b47;
}
.body {
  padding: 0px;
}
.default-test {
  font-size: 30px;
  color: #7e8b47;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0px;
  color: #000;
}
h1,
.title {
  color: #000;
  font-weight: 400;
  font-size: 41px;
  margin: 40px 0px;
}
@media (max-width: 767px) {
  h1,
  .title {
    font-size: 32px;
    margin: 30px 0px;
  }
}
.title {
  text-align: center;
}
h2 {
  font-weight: 400;
  font-size: 32px;
  margin: 30px 0px;
}
h3 {
  font-size: 18px;
}
.button-link {
  font-size: 12px;
  color: #FFF;
  background: #7e8b47;
  border: 1px solid #7e8b47;
  padding: 15px 25px;
  display: inline-block;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .button-link {
    padding: 10px 20px;
  }
}
.button-link:hover {
  color: #FFF;
  background: #123225;
  border-color: #123225;
}
.container {
  position: relative;
}
.container::before,
.container::after {
  clear: both;
  display: block;
  content: " ";
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1400px;
  }
}
.navbar-toggle {
  margin: 0px;
  position: absolute;
  top: 30px;
  right: -10px;
  z-index: 20;
}
.navbar-toggle * {
  background: #7e8b47;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
}
header {
  color: #FFF;
}
header::before,
header::after {
  clear: both;
  display: block;
  content: " ";
}
@media (min-width: 768px) {
  header {
    padding-top: 55px;
  }
}
@media (min-width: 1201px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
@media (max-width: 1200px) {
  header {
    background: #222328;
  }
}
header .nav-sites {
  padding: 20px 0px;
  position: absolute;
  top: -55px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .nav-sites {
    display: block;
    position: relative;
    border: 0px;
    top: auto;
    left: auto;
    right: auto;
    padding: 20px 0px 0px 0px;
  }
}
header .nav-sites a {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  header .nav-sites a {
    width: 100%;
    text-align: center;
    padding: 6px 0px;
    display: block;
  }
  header .nav-sites a:before,
  header .nav-sites a:after {
    clear: both;
    display: block;
    content: " ";
  }
}
header .nav-sites a span {
  display: block;
  position: relative;
}
header .nav-sites a span::after {
  position: absolute;
  bottom: -5px;
  height: 4px;
  left: 0px;
  right: 0px;
  background: url('/svg/i-hover-9a6039.svg') bottom center no-repeat;
  background-size: auto 3px !important;
  opacity: 0;
  content: " ";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  header .nav-sites a span::after {
    display: none;
  }
}
header .nav-sites a:hover span::after,
header .nav-sites a.active span::after {
  opacity: 1;
}
header .site-header {
  position: relative;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  header .site-header {
    padding: 15px 0px;
    background: #222328;
  }
}
header .site-header .socials {
  font-size: 10px;
  line-height: 21px;
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 10;
}
@media (min-width: 1201px) {
  header .site-header .socials {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media (max-width: 991px) {
  header .site-header .socials {
    top: 10px;
  }
}
@media (max-width: 767px) {
  header .site-header .socials {
    top: 40px;
    right: 60px;
  }
}
header .site-header .socials::before,
header .site-header .socials::after {
  clear: both;
  display: block;
  content: " ";
}
header .site-header .socials span {
  float: left;
  height: 21px;
}
@media (max-width: 500px) {
  header .site-header .socials span {
    display: none;
  }
}
header .site-header .socials a {
  margin-left: 12px;
  float: left;
  width: 21px;
  height: 21px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header .site-header .socials a.facebook {
  background: url('/svg/i-facebook-7e8b47.svg') center center no-repeat;
  background-size: 100% auto !important;
}
header .site-header .socials a:hover {
  opacity: .8;
}
header .site-header .phones {
  z-index: 10;
  display: block;
  min-height: 39px;
  padding-left: 52px;
  background: url('/svg/i-phone-7e8b47.svg') left center no-repeat;
  background-size: 39px auto !important;
  position: absolute;
  right: 0px;
  top: 55px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1201px) {
  header .site-header .phones {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media (max-width: 991px) {
  header .site-header .phones {
    display: none;
  }
}
header .site-header .phones a {
  font-size: 22px;
  color: #7e8b47;
  display: block;
  line-height: 21px;
}
header .site-header .logo {
  position: relative;
  z-index: 5;
  float: left;
  height: 75px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  header .site-header .logo {
    height: 70px;
  }
}
@media (max-width: 767px) {
  header .site-header .logo {
    float: none;
  }
}
header .site-header .logo a {
  display: block;
}
header .site-header .logo img {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100% !important;
  max-height: 95px !important;
  width: 100% !important;
  max-width: 180px;
}
@media (max-width: 991px) {
  header .site-header .logo img {
    width: auto !important;
    height: 70px !important;
  }
}
header .site-header .nav-dropdown {
  position: absolute;
  left: 120px;
  top: 30px;
  right: 190px;
  text-align: center;
}
@media (min-width: 1201px) {
  header .site-header .nav-dropdown {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
@media (max-width: 1200px) {
  header .site-header .nav-dropdown {
    top: 20px;
  }
}
@media (max-width: 991px) {
  header .site-header .nav-dropdown {
    left: auto;
    right: -15px;
  }
}
@media (max-width: 767px) {
  header .site-header .nav-dropdown {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0px;
    padding: 15px 0px 5px 0px;
  }
  header .site-header .nav-dropdown:before,
  header .site-header .nav-dropdown:after {
    clear: both;
    display: block;
    content: " ";
  }
}
@media (min-width: 768px) {
  header .site-header .nav-dropdown > li {
    padding: 0px 15px;
    float: none;
    display: inline-block;
  }
}
header .site-header .nav-dropdown > li > a {
  background: none !important;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: table;
  margin: 0px auto;
  padding: 0px 0px;
  border-bottom: 1px solid transparent;
}
header .site-header .nav-dropdown > li.active > a,
header .site-header .nav-dropdown > li:hover > a {
  border-bottom: 1px solid #7e8b47;
}
header .site-header .nav-dropdown > li .dropdown-menu {
  padding: 0px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.04);
}
header .site-header .nav-dropdown > li .dropdown-menu > li > a {
  padding: 6px 15px;
}
@media (min-width: 1201px) {
  header.in {
    top: -55px;
    background: rgba(11, 11, 12, 0.7);
  }
  header.in .site-header .logo {
    height: 50px;
  }
  header.in .site-header .logo img {
    max-height: 70px !important;
  }
  header.in .site-header .nav-dropdown {
    top: 20px;
  }
  header.in .site-header .socials {
    top: -30px;
  }
  header.in .site-header .phones {
    top: 25px;
  }
}
hr {
  margin: 40px 0px;
  border-color: rgba(126, 139, 71, 0.3);
}
.header-spacer {
  background: #222328;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .rewind-small {
  cursor: pointer;
  position: absolute;
  left: 0px;
  z-index: 10;
  right: 0px;
  padding-top: 51px;
  background: url('/svg/i-mouse-7e8b47.svg') top center no-repeat;
  background-size: auto 36px !important;
  margin-top: 0px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  bottom: 70px;
}
@media (max-width: 1100px) {
  .slider-wrapper .rewind-small {
    display: none;
  }
}
.slider-wrapper #slider .item {
  position: relative;
}
.slider-wrapper #slider .item::before,
.slider-wrapper #slider .item::after {
  clear: both;
  display: block;
  content: " ";
}
.slider-wrapper #slider .item .image img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
.slider-wrapper #slider .item .description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .slider-wrapper #slider .item .description {
    display: block;
    bottom: 40px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .slider-wrapper #slider .item .description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: #222328;
    padding: 25px 0px;
  }
}
.slider-wrapper #slider .item .description > div {
  width: 100%;
  color: #FFF;
  text-align: center;
}
.slider-wrapper #slider .item .description > div > div {
  font-size: 21px;
}
.slider-wrapper #slider .item .description > div > div p {
  max-width: 500px;
  width: 100%;
  margin: 20px auto 0px auto;
}
.slider-wrapper #slider .item .description > div > div .title {
  font-size: 60px;
  margin: 0px;
  color: inherit;
}
@media (max-width: 1100px) {
  .slider-wrapper #slider .item .description > div > div .title {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .slider-wrapper #slider .item .description > div > div .title {
    font-size: 32px;
  }
}
.slider-wrapper #slider .item .description > div > div .title small {
  font-size: 22px;
  display: block;
}
@media (max-width: 767px) {
  .slider-wrapper #slider .item .description > div > div .title small {
    font-size: 18px;
  }
}
.slider-wrapper #slider .item .description > div > div .button-link {
  margin-top: 20px;
}
.contact-box {
  text-align: center;
  margin: 60px 0px;
  font-size: 14px;
  position: relative;
  min-height: 230px;
}
@media (max-width: 991px) {
  .contact-box {
    margin: 30px 0px;
  }
}
@media (min-width: 768px) {
  .contact-box::after {
    position: absolute;
    width: 2px;
    top: 0px;
    bottom: 0px;
    background: #e1e1e1;
    right: -15px;
    content: " ";
  }
}
.contact-box .image {
  width: 100%;
  max-width: 90px;
  margin: 0px auto 30px;
}
.contact-box p {
  margin-bottom: 5px;
}
.contact-box h4 {
  font-size: 19px;
  color: #000000;
  margin: 0px 0px 20px 0px;
}
.content-item:last-child .contact-box::after {
  display: none;
}
.rewind {
  padding-top: 66px;
  background: url('/svg/i-mouse-7e8b47.svg') top center no-repeat;
  background-size: auto 36px !important;
  margin-top: 0px;
  cursor: pointer;
}
.rewind span {
  display: table;
  margin: 0px auto;
  font-size: 12px;
  text-transform: uppercase;
  background: #7e8b47;
  color: #FFF;
  line-height: 50px;
  letter-spacing: 3px;
  padding: 0px 25px;
}
.box {
  max-width: 445px;
  margin: 0px auto 30px auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.box .image {
  position: relative;
}
.box .image::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
.box .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}
.box .logo > div {
  width: 220px;
  height: 220px;
  margin: 0px auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1400px) {
  .box .logo > div {
    width: 200px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .box .logo > div {
    width: 170px;
    height: 120px;
  }
}
@media (max-width: 1400px) {
  .box .logo > div img {
    max-width: 160px;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .box .logo > div img {
    max-width: 100px;
  }
}
.box .description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 20px 20px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  bottom: -150px;
}
.box .description h3 {
  font-size: 28px;
  color: #FFF;
  margin: 0px 0px 10px 0px;
}
.box .description h3 a {
  text-decoration: none !important;
  color: inherit;
}
.box:hover .image::before {
  opacity: 1;
}
.box:hover .description {
  bottom: 0px;
}
.box:hover .logo > div {
  width: 300px;
}
.layout-1 h1,
.layout-2 h1,
.layout-3 h1,
.layout-4 h1,
.layout-1 h2,
.layout-2 h2,
.layout-3 h2,
.layout-4 h2 {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .layout-1 h1,
  .layout-2 h1,
  .layout-3 h1,
  .layout-4 h1 {
    margin-top: 40px;
  }
  .layout-1 h2,
  .layout-2 h2,
  .layout-3 h2,
  .layout-4 h2 {
    margin-top: 30px;
  }
}
.layout-1 .description .news,
.layout-2 .description .news,
.layout-3 .description .news,
.layout-4 .description .news {
  margin: 50px -15px;
}
@media (max-width: 991px) {
  .layout-1 .description .news,
  .layout-2 .description .news,
  .layout-3 .description .news,
  .layout-4 .description .news {
    margin: 40px -15px;
  }
}
.intro {
  background: #222328;
  position: relative;
  padding-top: 100px;
  color: #FFF;
}
@media (max-width: 991px) {
  .intro {
    padding-top: 50px;
    background: #FFF;
    color: #727272;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: 40px;
  }
}
.intro::before,
.intro:after {
  position: absolute;
  top: 0px;
  left: -1000px;
  width: 1000px;
  bottom: 0px;
  background: inherit;
  content: " ";
}
.intro::after {
  right: -1000px;
  left: auto;
}
.intro > div::before,
.intro > div::after {
  clear: both;
  display: block;
  content: " ";
}
.intro > div > .content-body {
  position: absolute;
  width: 50%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .intro > div > .content-body {
    display: block;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .intro > div > .content-body {
    padding-top: 0px;
    position: relative;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    display: block;
  }
}
.intro > div > .content-body h1,
.intro > div > .content-body h2,
.intro > div > .content-body h3 {
  color: inherit;
  margin: 0px;
}
@media (max-width: 991px) {
  .intro > div > .content-body h1,
  .intro > div > .content-body h2,
  .intro > div > .content-body h3 {
    color: #000;
  }
}
.intro > div > .content-body h1 {
  font-size: 41px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .intro > div > .content-body h1 {
    font-size: 32px;
  }
}
.intro > div > .content-body h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .intro > div > .content-body h2 {
    font-size: 18px;
  }
}
.intro > div > .content-body .button-link {
  margin-top: 20px;
}
.intro > div > .images {
  width: 50%;
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  .intro > div > .images {
    width: 100%;
    float: none;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.intro > div > .images::before,
.intro > div > .images::after {
  clear: both;
  display: block;
  content: " ";
}
.intro > div > .images .image-back {
  float: right;
}
@media (max-width: 1200px) {
  .intro > div > .images .image-back {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .intro > div > .images .image-back {
    width: 60%;
  }
}
.intro > div > .images .image-front {
  position: absolute;
  bottom: -90px;
  left: 30px;
}
@media (max-width: 1200px) {
  .intro > div > .images .image-front {
    max-width: 60%;
  }
}
@media (max-width: 991px) {
  .intro > div > .images .image-front {
    bottom: -20px;
    left: 0px;
    max-width: 50%;
  }
}
.layout-1 .description h2[style] {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .layout-1 .description h2[style] {
    margin-bottom: 40px;
  }
}
.owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
.layout-4 .images-wrapper {
  position: relative;
}
.layout-4 .images-wrapper .images-info {
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 11px;
}
.layout-4 .images-wrapper .images {
  margin: 50px 0px 0px 0px;
}
@media (max-width: 991px) {
  .layout-4 .images-wrapper .images {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .layout-4 .images-wrapper .images-info + .images {
    margin-top: 15px !important;
  }
}
.layout-4 .images-wrapper .item a {
  position: relative;
  display: block;
}
.layout-4 .images-wrapper .item a::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.3);
  background-size: 85px 85px !important;
  content: " ";
  z-index: 1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.layout-4 .images-wrapper .item a::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url('/svg/i-zoom-7e8b47.svg') center center no-repeat !important;
  background-size: 85px 85px !important;
  content: " ";
  z-index: 2;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
.layout-4 .images-wrapper .item a:hover::before,
.layout-4 .images-wrapper .item a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.layout-4 .images-wrapper .owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: none !important;
  left: -70px;
  background: url('/svg/i-arrow-left-7e8b47.svg') center center no-repeat !important;
}
@media (max-width: 991px) {
  .layout-4 .images-wrapper .owl-prev {
    top: -30px;
    margin: 0px;
    left: auto;
    right: 30px;
    width: 20px;
    height: 20px;
    background-size: auto 18px !important;
  }
}
.layout-4 .images-wrapper .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: none !important;
  right: -70px;
  background: url('/svg/i-arrow-right-7e8b47.svg') center center no-repeat !important;
}
@media (max-width: 991px) {
  .layout-4 .images-wrapper .owl-next {
    top: -30px;
    margin: 0px;
    left: auto;
    right: 0px;
    width: 20px;
    height: 20px;
    background-size: auto 18px !important;
  }
}
footer {
  background: #222328;
  color: #FFF;
  padding: 75px 0px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0px 70px 0px;
  }
}
footer .contacts::before,
footer .contacts::after {
  clear: both;
  display: block;
  content: " ";
}
footer .contacts > div {
  width: 16.66666667%;
  float: left;
  font-size: 14px;
}
@media (max-width: 1200px) {
  footer .contacts > div {
    width: 33.33333333%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .contacts > div {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  footer .contacts > div {
    width: 50%;
    text-align: center;
    font-size: 12px;
    padding: 0px 5px;
  }
  footer .contacts > div:nth-child(2n + 1) {
    clear: both;
  }
}
footer .contacts > div u,
footer .contacts > div em {
  display: block;
  margin-top: -6px;
  font-size: 19px;
  color: #7e8b47;
  text-decoration: none;
  font-style: normal;
}
@media (max-width: 767px) {
  footer .contacts > div u,
  footer .contacts > div em {
    font-size: 16px;
  }
}
footer .footer-info {
  padding: 40px 0px 20px 0px;
  width: 100%;
  margin: 0px auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-info {
    padding: 20px 0px;
    display: block;
  }
}
footer .footer-info .kpo {
  min-width: 200px;
  width: 200px;
  display: block;
  margin-right: 50px;
}
@media (max-width: 767px) {
  footer .footer-info .kpo {
    min-width: 150px;
    width: 150px;
    margin: 0px auto 20px auto;
  }
}
footer .footer-info img {
  max-width: 100%;
}
footer .logo-footer {
  position: relative;
  margin: 20px 0px;
}
@media (max-width: 767px) {
  footer .logo-footer {
    margin: 0px 0px 15px 0px;
  }
}
footer .logo-footer::before {
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  content: " ";
}
footer .logo-footer > div {
  display: table;
  margin: 0px auto;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
  background: #222328;
}
footer .logo-footer > div img {
  width: 100% !important;
  height: 100% !important;
  max-width: 150px;
  max-height: 60px;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .contact-mobile {
    background: #222328;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 40;
  }
  .contact-mobile::before,
  .contact-mobile::after {
    clear: both;
    display: block;
    content: " ";
  }
  .contact-mobile a {
    float: left;
    width: 50%;
    height: 50px;
    border-top: 1px solid #2e2f36;
  }
  .contact-mobile a[data-phone] {
    background: url('/svg/i-mobile-phone-7e8b47.svg') center center no-repeat;
    background-size: auto 35px !important;
    border-right: 1px solid #2e2f36;
  }
  .contact-mobile a[data-email] {
    background: url('/svg/i-mobile-email-7e8b47.svg') center center no-repeat;
    background-size: auto 35px !important;
  }
}
.nav-collapse {
  box-shadow: none !important;
}
.modal-popup .image-footer img {
  width: 100%;
}
.modal-popup .modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  background: #000000 url('/view/img/i-close-white.svg') no-repeat center center;
  background-size: 12px 12px;
  padding: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  z-index: 20;
}
@media (max-width: 991px) {
  .modal-popup .modal-close {
    width: 24px;
    height: 24px;
    background-size: 10px auto;
    top: 0px;
    right: 0px;
  }
}
