@charset "UTF-8";
html, body {
  background-color: #3e4347;
  color: #fff;
}

h1, .uk-h1 {
  font-size: 3.5rem;
}
@media (max-width: 639px) {
  h1, .uk-h1 {
    font-size: 2.5rem;
  }
}

/*******************/
/*******************/
.uk-v-header-fixed {
  display: none;
  /*position: absolute;
  top: -100px;*/
  padding: 10px 0;
  /*sleft: 0;*/
  /*opacity: 0;*/
  /*z-index: -2;
  width: 100%;
  /*opacity: 0;*/
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  /*transform: translateY(0%) !important;*/
  /*&:not(.uk-sticky-below){
    position: absolute !important;
    top: 0 !important;
    transition: all 0.5s ease-in;
  }
  */
}
.uk-v-header {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
  color: #fff;
  border-top: 1px solid #aeaeae;
}
.uk-v-header__top {
  border-bottom: 2px solid #aeaeae;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
}
.uk-v-header__bottom {
  padding: 10px 0 15px;
  box-sizing: border-box;
}
.uk-v-header__block {
  border-bottom: 2px solid #aeaeae;
  padding: 15px 0;
  box-sizing: border-box;
}
.uk-v-header--abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.uk-v-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.uk-v-header.uk-sticky-below {
  background-color: transparent !important;
}
.uk-v-header.uk-sticky-below > .uk-container {
  display: none;
}
.uk-v-header.uk-sticky-below .uk-v-header-fixed {
  display: block;
}
.uk-v-main {
  font-size: 18px;
  color: #ffffff;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 15px;
}
@media (min-width: 319px) and (max-width: 1199px) {
  .uk-v-main {
    /* Adds a fallback for unsupported browsers */
    font-size: 16.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(15px + (18 - 15) * (100vw - 319px) / (1200 - 319));
  }
}
@media (min-width: 1200px) {
  .uk-v-main {
    font-size: 18px;
  }
}
.uk-v-main {
  padding: 0 0 80px;
}
.uk-v-main, .uk-v-main *:not(a) {
  color: #fff;
}
.uk-v-main h1, .uk-v-main h2, .uk-v-main h3, .uk-v-main .uk-h1, .uk-v-main .uk-h2, .uk-v-main .uk-h3 {
  color: #fff;
  word-break: break-word;
  hyphens: auto;
}
.uk-v-main a {
  text-decoration: underline;
}
.uk-v-btn-location {
  color: #ffffff;
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  background-color: transparent;
  border: none;
  padding: 0 0 0 25px;
  cursor: pointer;
  background-image: url(/images/tild6338-3364-4436-b065-323635383162__map1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 20px;
}
.uk-v-btn-off {
  display: block;
  width: 50px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
}
.uk-v-body-off {
  padding: 48px 40px 38px;
}
.uk-v-body-off--p {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-v-body-off .uk-close svg {
  width: 20px;
  color: #fff;
}
.uk-v-work-off {
  margin-top: 25px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  color: rgb(255, 255, 255);
}
.uk-v-s-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.uk-v-navt {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}
.uk-v-navt a {
  color: #ffffff;
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
.uk-v-cities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.uk-v-cities-list a {
  color: #fff;
}
.uk-v-cities-list .uk-active a {
  color: #f3942f !important;
  font-weight: 500;
}
.uk-v-logo-off {
  display: block;
  width: 200px;
  margin: 0 auto 25px;
}
.uk-v-nav-off {
  list-style: none;
  padding: 0;
  margin: 0;
}
.uk-v-nav-off li + li {
  margin-top: 15px;
}
.uk-v-nav-off a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
}
.uk-v-drop {
  background-color: #3e4347;
  border-radius: 3px;
  border: 1px solid #929292;
  box-shadow: 0 15px 30px -10px rgba(0, 11, 48, 0.2);
}
.uk-v-drop:before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 10px;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #3e4347;
  z-index: 1;
}
.uk-v-drop__rect {
  position: absolute;
  background-color: #3e4347;
  top: -7.5px;
  left: 50px;
  border-color: #929292;
  border-width: 1px;
  border-style: solid;
  width: 15px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  background-clip: padding-box;
}
.uk-v-btn-op {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  padding: 0 30px;
  box-sizing: border-box;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  background-color: #f3942f;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.uk-v-logo-top {
  display: block;
  width: 297px;
  margin: 0 auto;
}
.uk-v-logo-small {
  display: block;
  width: 190px;
}
.uk-v-hmsg img {
  width: 25px;
  height: 25px;
}
.uk-v-htel {
  color: #ffffff !important;
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none !important;
}
.uk-v-btn-search img {
  width: 25px;
  height: 25px;
}
.uk-v {
  /** карта **/
}
@media (max-width: 480px) {
  .uk-v-contact-for-map {
    background-position: top 125px center;
    text-align: center;
    font-size: 16px;
  }
}
.uk-v-contact-for-map > div {
  margin-top: 25px;
}
.uk-v-contact-for-map__title {
  color: #ffffff;
  font-size: 54px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  /* Define variable for media query */
  /* Define variable for fallback */
  /* Base font size */
  font-size: 43px;
}
@media (min-width: 319px) and (max-width: 1199px) {
  .uk-v-contact-for-map__title {
    /* Adds a fallback for unsupported browsers */
    font-size: 48.5px;
    /* The fluid typography magic 🌟  */
    font-size: calc(43px + (54 - 43) * (100vw - 319px) / (1200 - 319));
  }
}
@media (min-width: 1200px) {
  .uk-v-contact-for-map__title {
    font-size: 54px;
  }
}
@media (max-width: 639px) {
  .uk-v-contact-for-map__title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .uk-v-contact-for-map__title {
    padding-bottom: 100px;
  }
}
.uk-v-contact-for-map__title {
  margin-bottom: 20px;
}
.uk-v-contact-for-map {
  width: 100%;
  max-width: 514px;
  padding: 30px;
  box-sizing: border-box;
  top: 40px;
  position: absolute;
  border-radius: 15px;
}
@media (max-width: 959px) {
  .uk-v-contact-for-map {
    position: relative;
    top: auto;
    margin: 0 auto 50px !important;
  }
}
.uk-v-contact-for-map {
  background-color: rgba(62, 67, 71, 0.9);
  background-repeat: no-repeat;
  background-position: right 25px top 125px;
  background-size: 183px auto;
  background-image: url(/images/tild3339-3563-4561-b362-353162396463__veranda-logo.png);
  box-shadow: 7px 7px 15px 1px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.35;
  font-weight: 400;
}
.uk-v-flink {
  color: rgb(243, 148, 47) !important;
  text-decoration: underline;
  display: list-item;
  list-style: none;
}
.uk-v-footer {
  padding-top: 70px;
  background-color: #3e4347;
}
.uk-v-footer__menu_orange {
  padding-left: 19px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .uk-v-footer__menu_orange {
    margin-left: 95px;
  }
}
.uk-v-footer__menu_orange, .uk-v-footer__menu_orange a {
  color: #f3942f !important;
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.uk-v-footer__logo {
  display: block;
  max-width: 228px;
  margin: 32px auto 40px;
}
.uk-v-footer__first {
  border-top: 2px solid #929292;
  padding-top: 40px;
}
.uk-v-footer__submenu a {
  display: list-item;
  font-size: 17px;
  line-height: 1.5;
}
* + .uk-v-footer__head_link {
  margin-top: 25px;
}
.uk-v-footer__head_link {
  color: #fff !important;
  font-weight: 600;
  display: list-item;
  font-size: 17px;
}
.uk-v-footer__head_link + .uk-v-footer__head_link {
  margin-top: 30px;
}
.uk-v-footer a {
  color: #c5c5c5;
}
.uk-v-footer {
  color: #c5c5c5;
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.35;
  font-weight: 400;
}
.uk-v-footer__tail {
  margin: 30px 0 0;
  border-top: 2px solid #929292;
  padding: 20px 0 60px;
}
.uk-v-footer__tail a {
  text-decoration: underline;
  color: #c5c5c5;
}
.uk-v-sroll-to-up {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999999;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  bottom: 90px; /*20px;*/
  right: 20px;
  min-height: 30px;
  opacity: 1;
  z-index: 99990;
}
.uk-v-sroll-to-up:hover svg rect {
  fill: #f3942f;
  fill-opacity: 1;
}
.uk-v-sroll-to-up:hover svg path {
  stroke: #ffffff;
  stroke-width: 1;
}

.uk-v-afv + .uk-v-afv {
  margin-top: 25px;
}

.uk-v-navt .uk-v-drop {
  min-width: 310px;
  padding: 20px !important;
}
.uk-v-navt a {
  color: #fff !important;
}
.uk-v-navt a:hover {
  text-decoration: none !important;
}

.uk-v-afv {
  color: #3e4347;
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.2;
  text-align: left;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 32px;
  background-image: url(/images/tild3461-6266-4237-b561-393134616632__galka.png);
}

.uk-v-stat + .uk-v-stat {
  border-top: 2px solid #929292;
  margin-top: 40px;
  padding-top: 40px;
}
@media (min-width: 960px) {
  .uk-v-stat + .uk-v-stat {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.uk-v-stat:nth-child(odd) .tit-i > *:first-child {
  order: 2;
}
.uk-v-stat:nth-child(odd) .tit-i > *:first-child + * {
  order: 1;
}
.uk-v-stat:last-child {
  padding-bottom: 80px;
}
.uk-v-stat h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .uk-v-stat h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .uk-v-stat .tit-i a {
    margin-top: 25px;
  }
}
.uk-v-stat .tit-i a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 55px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  border: 1px solid #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.uk-v-stat__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 60px;
  border: none;
  color: #ffffff;
  background-color: #f3942f;
  font-size: 16px;
}

.uk-v-st-all {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background-color: #f3942f;
  width: 212px;
  height: 60px;
  font-size: 16px;
  color: #ffffff !important;
}

#modal-form-1 {
  font-size: 16px;
  color: #c5c5c5;
}
#modal-form-1 .uk-modal-title {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
}
#modal-form-1 .uk-modal-body {
  background-color: #3e4347;
}
#modal-form-1 input[type=text], #modal-form-1 input[type=tel] {
  background-color: transparent;
  color: #c5c5c5;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-size: 16px;
  height: 60px;
  line-height: 1.33;
  margin: 0;
  outline: none;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.f-btn {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  height: 54px;
  width: 100%;
  position: relative;
  outline: none;
  color: #ffffff;
  border: 1px solid #fff !important;
  box-shadow: 0 15px 30px -10px rgba(0, 11, 48, 0.2) !important;
  font-weight: 500;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform;
  transition-timing-function: ease-in-out;
}
.f-btn:hover {
  color: #c5c5c5 !important;
  border-color: #000000 !important;
  box-shadow: 0 10px 20px rgba(0, 11, 48, 0.25) !important;
  background-color: #000000 !important;
}

@media (min-width: 1200px) {
  .uk-v-header--abs + * + .uk-v-first > .uk-container {
    padding-top: 214px;
  }
}

/********************/
.cookies-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #2c3e50;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  z-index: 10000;
  max-width: 920px;
  width: 90%;
  animation: slideUp 0.4s ease-out;
}

.cookies-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cookies-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.cookies-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

.cookies-text strong {
  display: block;
  margin-bottom: 2px;
}

.cookies-text span {
  color: #7f8c8d;
  font-size: 13px;
}

.cookies-text a {
  text-decoration: none;
  font-size: 13px;
  margin-left: 5px;
}

.cookies-text a:hover {
  text-decoration: underline;
}

.cookies-btn {
  background: #f3942f;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
  flex-shrink: 0;
}

.cookies-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 768px) {
  .cookies-content {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .cookies-text a {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
#modal-search .uk-modal-dialog {
  background-color: #3e4347;
  color: #fff;
}

.uk-v-nav-off__drop:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  top: -11px;
  left: 25px;
  transform: rotate(45deg);
}
.uk-v-nav-off__drop ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.uk-v-nav-off__drop a {
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}
.uk-v-nav-off__drop a:hover {
  color: #f3942f !important;
}

#offcanvas-block .uk-v-btn-op {
  height: 60px;
}

#modal-full * {
  list-style: none;
  font-size: 16.5px;
}

/*#modal-full a{
  color: #000 !important;
  font-size: 18px !important;
}

#modal-full .uk-modal-dialog{
  height: 100%;
  padding: 30px 15px;
}*/
.sub-menu {
  display: none;
  position: absolute;
  width: 75%;
  left: calc(100% - 1px);
  top: -1px;
  padding: 20px 0 20px 20px !important;
  background-color: #4a4f52;
  min-height: calc(100% + 2px);
  border-radius: 0 3px 3px 0;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  border-bottom: 1px solid #929292;
  box-sizing: border-box;
}
.sub-menu li {
  padding-right: 20px;
}
.sub-menu li + li {
  margin-top: 5px;
}

.uk-v-navt a {
  text-decoration: none !important;
}

.uk-v-navt li:hover > .sub-menu {
  display: block;
}

.uk-v-navt .uk-v-drop {
  padding-right: 0 !important;
}
.uk-v-navt .uk-v-drop > ul > li {
  padding-right: 20px;
}
.uk-v-navt .uk-v-drop > ul a {
  font-size: 14px;
}
.uk-v-navt .uk-v-drop > ul li:hover > a {
  color: #f3942f !important;
}
.uk-v-navt .uk-v-drop > ul li:hover > a svg {
  transition: transform 0.3s ease-out;
  transform: rotate(-180deg);
}

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

.price-tabs__nav > li.uk-active > a {
    color: #fefefe !important;
    border-color: #1e87f0 !important;
}