@charset "UTF-8";
@import "components/google_map_marker.css";
a {
  color: inherit
}

.custom-page-container {
  padding-bottom: 15px;
  margin-top: 65px;
}

.container.main aside {
  padding-bottom: 35px;
}

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

.h1, h1 {
  font-size: 5.5rem;
  line-height: 5.5rem
}

@media (max-width: 767.98px) {
  .h1, h1 {
    font-size: 3.3rem
  }
}

.h2, h2 {
  font-size: 4rem;
  line-height: 4rem
}

@media (max-width: 767.98px) {
  .h2, h2 {
    font-size: 2.4rem
  }
}

.h3, h3 {
  font-size: 3.2rem;
  line-height: 3.2rem
}

@media (max-width: 767.98px) {
  .h3, h3 {
    font-size: 1.92rem
  }
}

.h4, h4 {
  font-size: 2.4rem;
  line-height: 2.4rem
}

@media (max-width: 767.98px) {
  .h4, h4 {
    font-size: 2.2rem
  }
}

.h5, h5 {
  font-size: 1.8rem;
  line-height: 1.8rem
}

@media (max-width: 767.98px) {
  .h5, h5 {
    font-size: 1.44rem
  }
}

.h6, h6 {
  font-size: 1.3rem;
  line-height: 1.3rem
}

@media (max-width: 767.98px) {
  .h6, h6 {
    font-size: 1.3rem
  }
}

.h1, h1 {
  font-weight: 600
}

.h1 a, .h1 a:focus, .h1 a:hover, h1 a, h1 a:focus, h1 a:hover {
  color: currentColor
}

.h1 strong, h1 strong {
  font-weight: 600
}

.h1 p, h1 p {
  margin-bottom: 0
}

.h2, h2 {
  font-weight: 600
}

.h2 a, .h2 a:focus, .h2 a:hover, h2 a, h2 a:focus, h2 a:hover {
  color: currentColor
}

.h2 strong, h2 strong {
  font-weight: 600
}

.h2 p, h2 p {
  margin-bottom: 0
}

.h3, h3 {
  font-weight: 600
}

.h3 a, .h3 a:focus, .h3 a:hover, h3 a, h3 a:focus, h3 a:hover {
  color: currentColor
}

.h3 strong, h3 strong {
  font-weight: 600
}

.h3 p, h3 p {
  margin-bottom: 0
}

.h4, h4 {
  font-weight: 600
}

.h4 a, .h4 a:focus, .h4 a:hover, h4 a, h4 a:focus, h4 a:hover {
  color: currentColor
}

.h4 strong, h4 strong {
  font-weight: 600
}

.h4 p, h4 p {
  margin-bottom: 0
}

.h5, h5 {
  font-weight: 600
}

.h5 a, .h5 a:focus, .h5 a:hover, h5 a, h5 a:focus, h5 a:hover {
  color: currentColor
}

.h5 strong, h5 strong {
  font-weight: 600
}

.h5 p, h5 p {
  margin-bottom: 0
}

.h6, h6 {
  font-weight: 600
}

.h6 a, .h6 a:focus, .h6 a:hover, h6 a, h6 a:focus, h6 a:hover {
  color: currentColor
}

.h6 strong, h6 strong {
  font-weight: 600
}

.h6 p, h6 p {
  margin-bottom: 0
}

.h4, .h5, h4, h5 {
  font-weight: 400
}

:root {
  font-size: 62.5%;
}

.hide-cookie-notice {
  display: none;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  font-family: Lato, sans-serif;
  min-width: 320px;
  min-height: 400px;
  overflow: auto
}

@media (max-width: 767.98px) {
  body {
    font-size: 1.28rem
  }
}

img {
  max-width: 100%;
  height: auto
}

ul.menu {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0
}

.grecaptcha-badge {
  display: none
}

section {
  position: relative
}

body {
  padding-top: -webkit-calc(40px + 6rem);
  padding-top: calc(40px + 6rem)
}

.text-primary {
  color: #91c100 !important
}

.alert {
  border-radius: 0;
  padding: 1.5rem
}

.alert .fa {
  margin-right: 1.5rem
}

.btn {
  font-size: 1.8rem;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
}

.btn-primary {
  background-color: #91c100;
  border: none
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #7ea800 !important;
  cursor: pointer;
}

.btn-lg {
  padding: 1rem 3rem
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background: transparent;
}

.btn-transparent:hover {
  background-color: #91c100;
  color: currentColor;
  border-color: transparent
}

.btn-sm {
  font-size: 1.3rem
}

.breadcrumb {
  background: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-right: 0;
  padding-left: 0
}

.breadcrumb-item:not(.active):hover {
  color: #91c100
}

.agree {
  font-size: 1.4rem
}

.form-control, .SumoSelect {
  border-radius: 0;
  font-size: 1.4rem;
  height: 3.5rem;
  border-color: #a1a1a1;
  background-color: #fff;
  padding-right: .5rem;
  padding-left: .5rem
}

@media (min-width: 768px) {
  .form-control, .SumoSelect {
    padding-right: 1rem;
    padding-left: 1rem;
    height: 4.5rem
  }
}

form .form-group {
  position: relative
}

form input[type=checkbox] {
  -webkit-appearance: button;
  border: 1px solid currentColor;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 2px;
  outline: none !important;
  cursor: pointer
}

form input[type=checkbox] ~ span {
  margin-left: 3rem;
  display: inline-block;
  color: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

form input[type=checkbox]:checked {
  background-color: currentColor
}

.SumoSelect .SelectBox {
  background-color: #fff;
  color: #080808;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.SumoSelect .SelectBox label > i {
  background-image: url(../../img/strzalka-czarna.png)
}

.SumoSelect > .optWrapper {
  top: 45px
}

.SumoSelect > .optWrapper > .options li.opt {
  background-color: #fff;
  color: #080808;
  padding-left: 1.5rem
}

.SumoSelect > .optWrapper > .options li.opt label {
  font-weight: 700
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #91c100
}

.SumoSelect > .optWrapper > .options li.opt.selected {
  font-weight: 700
}

label {
  font-weight: 900
}

.navbar-toggler {
  width: 50px
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    color: #91c100;
    font-size: 2rem;
    border: 1px solid #91c100;
    padding: .5rem 1.5rem;
    min-width: 40px;
    text-align: center;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s;
    border-radius: 0;
    cursor: pointer;
  }

  .navbar-toggler.collapsed {
    border-color: currentColor;
    color: currentColor
  }

  .navbar-toggler.collapsed:before {
    content: url("../../img/svg/burger.svg");
  }

  .navbar-toggler:before {
    content: url("../../img/svg/cancel.svg");
  }

  .navbar-toggler.collapsed:before, .navbar-toggler:before {
    vertical-align: middle;
    filter: invert(100%);
    display: flex;
    height: 24px;
    justify-content: center;
  }

  .navbar-toggler:focus, .navbar-toggler:focus:active {
    outline: none
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-collapse {
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
  -moz-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
  flex-basis: auto;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    color: #fff;
    max-height: 75vh;
    overflow-y: auto
  }
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 1.44rem
}

.navbar-nav .nav-link.active {
  border-bottom: 2px solid currentColor
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    padding: 1.5rem
  }
}

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    font-size: 1.92rem
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 1.6rem
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: .5rem 1rem
  }
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 700
}

.navbar-brand img {
  max-width: 120px;
  max-height: 80px
}

@media (min-width: 768px) {
  .navbar-brand img {
    max-width: 160px;
    max-height: 90px
  }
}

.dropdown-menu {
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  padding: 0
}

.dropdown-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

@media (min-width: 768px) {
  .dropdown-item {
    padding: 1.5rem 3rem
  }
}

.dropdown-item:focus {
  background-color: #91c100;
  color: #fff;
  outline: none
}

.dropdown-toggle:after {
  border: none;
  width: 10px;
  height: 10px;
  background-image: url(../../img/down-chevron.svg);
  -webkit-filter: invert(1);
  filter: invert(1);
  background-size: contain;
  vertical-align: unset
}

.heading {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

@media (min-width: 992px) {
  .heading {
    margin-top: 6rem;
    margin-bottom: 6rem
  }
}

.heading--decorator {
  padding-left: 3rem;
  box-shadow: 0px 6px 13px 0px #ddd;
}

.heading--decorator:before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0
}

.main-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

body.scrolled .main-header:not(.main-header--map) {
  background-color: #48494c;
  -webkit-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem)
}

.main-header--map {
  top: 0
}

.main-navbar > .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer {
  font-size: 1.3rem;
}

@media (max-width: 767.98px) {
  .footer ul.list-inline li {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .footer__address ul li:first-child {
    display: block
  }
}

@media (min-width: 768px) {
  .footer__sitemap ul li {
    margin-bottom: .5rem
  }
}

.footer__logo {
  height: 6rem;
  margin-top: 1.5rem;
}

.footer__title {
  height: 3rem;
  margin-top: 1.5rem;
}

.footer__title {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .footer__logo {
    height: 10rem;
  }
}

.footer hr {
  border-color: currentColor
}

.social {
  width: 16rem;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 767.98px) {
  .social {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
  }
}

.social__icon .fa {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-right: 10px;
}

.offer-search .container {
  position: relative
}

.offer-search__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 1.5rem;
  box-shadow: 2px 2px 10px 2px rgba(8, 8, 8, .12);
  margin: 0 auto;
  width: 100%
}

@media (max-width: 991.98px) {
  .offer-search__wrapper {
    width: 90%
  }
  .navbar-collapse {
    flex-basis: 100%;
  }
}

.offer-search__field {
  width: 50%;
  padding-right: .5rem;
  padding-left: .5rem
}

.offer-search__field--full {
  width: 100%
}

.offer-search__field .col-6:first-child {
  padding-right: .5rem
}

.offer-search__field .col-6:nth-child(2) {
  padding-left: .5rem
}

@media (min-width: 768px) {
  .offer-search__field {
    width: 50%;
    padding-right: 1.5rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem
  }
}

@media (min-width: 992px) {
  .offer-search__field {
    width: 25%;
    padding-right: 1.5rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem
  }
}

.offer-search__button {
  margin-top: .5rem;
  margin-right: .5rem;
  margin-left: .5rem
}

@media (min-width: 768px) {
  .offer-search__button {
    margin-top: .5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem
  }
}

@media (min-width: 992px) {
  .offer-search__button {
    width: auto;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
    padding-right: 6rem;
    padding-left: 6rem;
    position: absolute;
    right: 0;
    bottom: 0
  }
}

.bx-wrapper + .offer-search, .map-offer + .offer-search {
  z-index: 1;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%)
}

@media (min-width: 992px) {
  .bx-wrapper + .offer-search, .map-offer + .offer-search {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.bx-wrapper {
  border: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  overflow: hidden
}

.bx-wrapper:before {
  z-index: 1
}

.bx-wrapper .bx-pager {
  color: #fff !important;
  bottom: 35px !important;
  z-index: 2;
  height: auto;
  /*display: none*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 14px !important;
  height: 14px !important;
  border-radius: 100% !important;
  background: none !important;
  border: 1px solid #ccc
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff !important
}

.slider-div, .slider-search-caption {
  position: relative
}

.slider-div {
  width: 100%;
  height: 75vh;
  background: transparent none no-repeat scroll 50%/cover;
  z-index: 1
}

.slider-div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .6
}

.slider-div:before, .sliderdiv > img {
  width: 100%;
  height: 100%
}

.slider-caption {
  color: #fefefe;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.slider-caption .h2, .slider-caption h2 {
  font-size: 4rem;
  font-weight: 900;
  position: relative;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

@media (max-width: 991.98px) {
  .slider-caption .h2, .slider-caption h2 {
    font-size: 3.2rem;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
  }
}

.slider-caption h3.h3 {
  font-size: 3.6rem;
  font-weight: 400;
  position: relative
}

@media (max-width: 991.98px) {
  .slider-caption h3.h3 {
    font-size: 2.16rem
  }
}

.map-offer {
  height: 75vh;
}

.recommended {
  margin-bottom: 3rem
}

@media (min-width: 992px) {
  .recommended {
    margin-bottom: 6rem
  }
}

@media (max-width: 575.98px) {
  .recommended__col {
    padding-right: 0;
    padding-left: 0
  }
}

.recommended__item {
  background-size: cover;
  background-position: 50%;
  position: relative;
  height: 35rem;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

@media (max-width: 575px) {
  .recommended__item {
    margin-top: 0;
    margin-bottom: 1.5rem
  }
}

.recommended__item:hover .recommended__info {
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: end;
}

div.action-title {
  height: 0;
  transition: height 0.5s ;
}

div.action-title h2 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ;
}

.recommended__item:hover div.action-title {
  height: 35px ;
}

.recommended__item:hover div.action-title > h2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s ;

}

.recommended__item:hover .recommended__info:before {
  background-color: #91c100;
  opacity: .9
}

@media (min-width: 992px) {
  .recommended__item:hover .recommended__hover {
    display: block
  }
}

.recommended__price {
  font-weight: 900
}

.recommended__main--mobile {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.7rem
}

.recommended__info * {
  color: white;
}

@media (max-width: 575.98px) {
  .recommended__main--mobile .btn {
    width: 50%
  }
}

/*.recommended__main--mobile .recommended__extended {*/
/*  margin-top: 1.5rem;*/
/*  margin-bottom: 1.5rem*/
/*}*/

.recommended__info {
  padding: 1.5rem;
  /*height: 100%;*/
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1
}

@media (min-width: 992px) {
  .recommended__info {
    padding-right: 3rem;
    padding-left: 3rem;
    min-height: 95px;
    height: auto
  }
}

.recommended__info:before {
  content: "";
  background-color: #080808;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .6;
  z-index: -1;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out
}

@media (min-width: 992px) {
  .recommended__featured {
    height: 47rem
  }

  .recommended__featured .recommended__extended {
    margin-top: 6rem;
    margin-bottom: 6rem
  }

  .recommended__featured .recommended__extended p {
    margin-bottom: .5rem
  }
}

@media (max-width: 991.98px) {
  .recommended__featured .btn {
    width: 50%
  }
}

.recommended__extended {
  margin-top: .5rem;
  margin-bottom: 1.5rem
}

.recommended__extended p {
  margin: 0
}

.recommended__readmore {
  text-align: center
}

.recommended__hover {
  display: none
}

.whereweare__row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  margin-bottom: 3rem
}

@media (min-width: 992px) {
  .whereweare__row {
    margin-bottom: 6rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-image: url(../../img/whereweare.jpg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 100%;
    position: relative;
    z-index: 1
  }

  .whereweare__row:before {
    content: "";
    background-color: #080808;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .4;
    left: auto;
    right: 0;
    width: 80%
  }
}

@media (max-width: 991.98px) {
  .whereweare__col {
    padding-right: 0;
    padding-left: 0
  }
}

.whereweare__title {
  color: #91c100;
  font-weight: 600
}

.whereweare__places, .whereweare__title {
  margin-bottom: 1.5rem
}

.whereweare__place {
  display: inline-block;
  border: 1px solid currentColor;
  padding-right: 5px;
  padding-left: 5px
}

.whereweare__show {
  display: inline-block;
  margin-left: 1rem
}

.whereweare__tab-content {
  padding: 3rem 1.5rem .5rem
}

@media (min-width: 992px) {
  .whereweare__tab-content {
    padding: 6rem
  }
}

@media (min-width: 992px) {
  .whereweare__nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

@media (max-width: 991.98px) {
  .whereweare__nav {
    width: 100%;
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.whereweare__number {
  display: none
}

@media (min-width: 992px) {
  .whereweare__number {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: inline-block
  }
}

.whereweare .nav-pills .nav-link {
  display: inline-block;
  color: currentColor;
  border-radius: 0;
  background-color: #91c100;
  padding: 1.5rem
}

.whereweare .nav-pills .nav-link > span {
  opacity: .9
}

@media (min-width: 992px) {
  .whereweare .nav-pills .nav-link {
    padding: .5rem;
    font-size: 2.4rem;
    background-color: unset
  }

  .whereweare .nav-pills .nav-link > span {
    opacity: .5
  }

  .whereweare .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

@media (max-width: 991.98px) {
  .whereweare .nav-pills .nav-link {
    font-weight: 600;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
  }
}

@media (max-width: 575.98px) {
  .whereweare .nav-pills .nav-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.5%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%
  }
}

.whereweare .nav-pills .nav-link.active, .whereweare .nav-pills .show > .nav-link {
  color: currentColor;
  position: relative
}

.whereweare .nav-pills .nav-link.active > span, .whereweare .nav-pills .show > .nav-link > span {
  opacity: 1
}

.whereweare .nav-pills .nav-link.active:after, .whereweare .nav-pills .show > .nav-link:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: currentColor
}

@media (min-width: 992px) {
  .whereweare .nav-pills .nav-link.active, .whereweare .nav-pills .show > .nav-link {
    font-weight: 600;
    background-color: unset
  }
}

@media (min-width: 1300px) {
  .whereweare .nav-pills .nav-link.active:after, .whereweare .nav-pills .show > .nav-link:after {
    height: 3px;
    width: 130%
  }
}

.list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  margin: 1.5rem
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .list-item {
    margin: .5rem;
    width: -webkit-calc(50% - 1rem);
    width: calc(50% - 1rem)
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list-item {
    margin: .5rem;
    width: -webkit-calc(33.333333% - 1rem);
    width: calc(33.333333% - 1rem)
  }
}

@media (min-width: 992px) {
  .list-item {
    width: 22%
  }
}

.list-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.list-item__desc {
  padding: 1.5rem;
  width: 100%;
  min-height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1
}

.list-item__desc * {
  color: white;
}

.list-item__desc:before {
  content: "";
  background-color: #080808;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: -1
}

.list-item__desc .btn {
  display: none
}

.list-item__date {
  font-size: 1.3rem;
  display: inline-block;
  background-color: #91c100;
  z-index: 1;
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  right: 0
}

.list-item__title {
  font-weight: 400
}

.list-item__attrs {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.list-item__attrs p {
  padding-right: 1.5rem
}

.list-item__price {
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap
}

@media (min-width: 992px) and (max-width: 1600px) {
  .list-item__price {
    font-size: 1.8rem
  }
}

.list-item:hover .list-item__desc:before {
  opacity: .8
}

@media (min-width: 992px) {
  .list-item:hover {
    z-index: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  .list-item:hover .list-item__attrs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .list-item:hover .btn {
    display: block
  }
}

@media (max-width: 991.98px) {
  .list-item__attrs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }

  .list-item .btn {
    display: block
  }

  .list-item__title {
    font-weight: 700
  }
}

.offer {
  margin: 2rem 0;
}

.latest-offer {
  overflow-x: hidden
}

.latest-offer__wrapper {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  -webkit-transform: none;
  margin-left: 0;
}

@media (min-width: 992px) {
  .latest-offer__wrapper {
    padding-bottom: 3rem
  }

  .latest-offer__wrapper .owl-nav {
    width: 100%;
    text-align: center;
    margin-left: 15%;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
  }
}

@media (min-width: 992px) {
  .latest-offer__wrapper--container {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.latest-offer .owl-stage-outer {
  overflow: unset
}

.latest-offer .owl-item:hover {
  z-index: 1
}

@media (min-width: 576px) {
  .latest-offer .owl-item .list-item {
    width: 100%
  }
}

.categories__name {
  font-weight: 600
}

.categories__filter p {
  font-weight: 900;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .categories__divider {
    width: 50%;
    height: 4px;
    background-color: currentColor;
    margin: 1.5rem auto
  }
}

.categories__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.categories__content, .categories__row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.categories__row {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset
}

.categories__image img {
  height: 90px
}

@media (max-width: 991.98px) {
  .categories__image img {
    margin-bottom: 1rem;
    height: 50px
  }
}

.categories__main {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  left: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

@media (max-width: 991.98px) {
  .categories__main {
    height: 100%;
    bottom: 0
  }
}

.categories__hover {
  opacity: 0
}

.categories__block {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  position: relative
}

@media (min-width: 992px) {
  .categories__block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media (max-width: 991.98px) {
  .categories__block {
    border-width: 2px;
    border-style: solid
  }
}

.categories__block:hover {
  background-color: #91c100
}

.categories__block:hover .categories__main {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.categories__block:hover .categories__hover {
  opacity: 1
}

.categories__block:after, .categories__block:before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
}

.categories__block:before {
  left: -1px
}

.categories__block:after {
  right: -1px
}

.category__header {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem
}

.category__heading {
  font-size: 4.2rem;
  font-weight: 900
}

@media (min-width: 768px) {
  .category__heading {
    font-size: 7rem
  }
}

.category__subheading {
  font-size: 2.16rem
}

@media (min-width: 768px) {
  .category__subheading {
    font-size: 3.6rem
  }
}

.category__results {
  padding: 1.5rem 3rem;
  margin-bottom: 3rem
}

.category__results img {
  margin-right: 1.5rem
}

.category__results strong {
  margin-right: .5rem;
  font-weight: 900
}

.category__sidebar .offer-search {
  display: block
}

.category__sidebar .offer-search__wrapper {
  box-shadow: none;
  background: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0
}

/*.category__sidebar .offer-search .form-group {*/
/*  margin-bottom: 1.5rem*/
/*}*/


.main .category__sidebar .offer-search__field:nth-of-type(8) {
  padding-bottom: 3rem !important;

}
.category__sidebar .offer-search__field {
  width: 100%;
  padding: 3rem
}

.category__sidebar .offer-search__field:first-of-type, .category__sidebar .offer-search__field {
  margin-bottom: 5px;
  padding-bottom: 0
}


.category__sidebar .offer-search__field:first-of-type, .category__sidebar .form-group {
  margin: 0;
}

  /*.category__sidebar .offer-search__field:nth-of-type(2), .category__sidebar .offer-search__field:nth-of-type(4) {*/
/*  padding-top: 1rem*/
/*}*/

.category__sidebar .offer-search__button {
  width: 100%
}

@media (max-width: 767.98px) {
  .category__sidebar.active {
    position: fixed !important;
    top: 0;
    left: 0;
    max-height: 100vh;
    overflow: auto;
    z-index: 60;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1
  }

  .category__sidebar.active:before {
    content: "";
    background-color: #080808;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: .8;
    position: fixed;
    height: 100%
  }
}

.category .alert {
  margin-bottom: 0
}

.category__content {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .offer__place {
    margin-top: 3rem;
    margin-bottom: 1.5rem
  }
}

.offer__details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 768px) {
  .offer__details {
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}

@media (min-width: 1200px) {
  .offer__details {
    margin-top: 5rem;
    margin-bottom: 5rem
  }
}

.offer__details li {
  margin-bottom: .5rem
}

.offer__place, .offer__share {
  color: #b8b8b8
}

.offer-details__nav-link {
  background-color: transparent;
  padding: 1.5rem 3rem
}

.offer-details__tab-pane {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.offer-details__map {
  height: 500px
}

.offer-details__map-mobile {
  height: 300px
}

.offer-details__accordion-toggle {
  display: block;
  padding: 1rem 1.5rem;
  margin-top: .5rem
}

.offer-details__accordion-inner {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.nav-pills .nav-link {
  border-radius: 0
}

.contact-offer__form .form-control.placeholder {
  color: #a1a1a1 !important
}

.contact-offer__form .form-control:-moz-placeholder, .contact-offer__form .form-control::-moz-placeholder {
  color: #a1a1a1 !important
}

.contact-offer__form .form-control:-ms-input-placeholder {
  color: #a1a1a1 !important
}

.contact-offer__form .form-control::-webkit-input-placeholder {
  color: #a1a1a1 !important
}

.contact-offer__form label {
  font-size: 1.4rem
}

.contact-offer__form .agree label {
  font-weight: 400;
  margin: 5px;

}

.contact-offer__form .agree .switch, .modal-body .switch {
  cursor: pointer;
  z-index: 9;
  background-color: lightgray;
  padding: 3px 5px;
  color: black !important;

}

.contact-offer__form .agree .complete, .contact-offer__form .agree .hide-rodo {
  display: none
}

#contactAgentForm

.nice-select {
  display: flex;
  align-items: center;
  align-self: center;
}

.tooltip-inner {
  font-size: 1.2rem;
}

.note {
  padding: .2rem .5em;
}

.note-counter:before {
  content: '\f005';
  margin-right: 5px;
  font-family: 'FontAwesome';
}

/* message */

.msg-box {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--main-font-white-color);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.msg-text {
  position: relative;
  width: 100%;
  margin: 15% auto;
  text-align: center;
  max-width: 400px;
  border: 1px solid white;
  padding: 10px;
}

.msg-text span {
  font-size: 20px;
  text-align: center;
}

#lang-nav {
  position: fixed;
  right: 0;
  z-index: 20;
  border: 1px solid hsl(0, 0%, 80%);
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  color: #333;
  background: #fff;
}


#report_offer .report-items .btn  {
  height: 200px;
}

.modal .modal-body label {
  font-weight: inherit;
}
.modal .modal-body li {color: black;}


#captcha{
  background-color: lightgray;
  text-align: center;
  font-size: 16px;
}

#captchaResult{
  border: 1px solid #aaa;
  width: 22px;
  text-align: center;
  padding: 1px;
}

.report #captcha{
  padding: 6px;
  height: 36px;
  margin-right: 10px;
}

#contactAgentForm #captcha{
  background-color: #f2f2f2;
  border: 1px solid #999;
  height: 43px;
  width: 110px;
  padding: 7px;
}

.contact-form #captcha, #contactFriendForm #captcha{
  background-color: #fff;
  border: 1px solid #999;
  padding: 5px;
}

#filter-section .nice-select span {
  font-weight: 700;
}

#filter-section .nice-select, #captcha span {
  color: #2b2b2b;
}

.selectWrapper .nice-select, .selectWrapper .nice-select ul.list {
  border-radius: 0;
}