:root {
  --bs-body-font-family: "Unbounded", sans-serif;
  --bs-body-font-family-2: "Manrope", sans-serif;
  --bs-body-color: var(--bs-blue);
  --bs-border-radius: 10px;
  --bs-link-color: inherit;
  --bs-h1: 48px;
  --bs-h1-not-front: 46px;
  --bs-h2: 42px;
  --bs-services-title: 24px;
  --bs-blue: #194ba4;
  --bs-body-line-height: normal;
  --bs-body-font-size: 18px;
  --bs-slider-body: 26px;
  --bs-nav-link-font-size: 14px;
  --bs-benefit-number: 35px;
  --bs-services-title: 24px;
}
h1 {
  font-size: var(--bs-h1);
  font-weight: 500;
  text-transform: uppercase;
}
.not-front h1 {
  font-size: var(--bs-h1-not-front);
}
h2 {
  font-size: var(--bs-h2);
  margin-bottom: 70px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-blue);
  --bs-btn-border-color: var(--bs-blue);
  --bs-btn-hover-color: var(--bs-blue);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: var(--bs-blue);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: var(--bs-blue);
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: var(--bs-blue);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-blue);
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: var(--bs-blue);
}
.btn {
  --bs-btn-font-size: 14px;
  --bs-btn-line-height: normal;
  --bs-btn-padding-y: 15.5px;
  --bs-btn-padding-x: 22px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 80%;
}
.nav {
  --bs-nav-link-font-weight: 400;
}
.form-control {
  padding: 17.5px 20px;
  font-size: 12px;
  font-weight: 300;
  color: #194ba4bf;
  border-color: var(--bs-blue);
}
.form-control::placeholder {
  color: #194ba4bf;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(25 75 164 / 8%);
}
body {
  overflow-x: hidden;
}
header .social {
  gap: 15px;
}
.social {
  gap: 25px;
}
.social img {
  width: 40px;
}
header .social img {
  width: 30px;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-blue);
}
div#block-vesta-theme-page-title {
  margin-bottom: 30px;
}
.not-front main#main {
  padding: 40px 0 90px;
}
main {
  flex: 1 0 auto;
}
.body-node--812 main#main {
  background: url(/sites/all/themes/vesta_theme/image/bc.jpg) center center
    no-repeat;
  background-size: cover;
  padding: 0;
}
div#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* header */
header {
  flex: 0 0 auto;
}
.logo {
  width: 56px;
}
.header-top {
  border-bottom: 2px solid #194ba44d;
}
.contact-item {
  gap: 10px;
}
header .contact-item {
  font-size: 12px;
}
.contact-item.tel {
  font-weight: 500;
}
.contact-item:before {
  content: "";
  flex-shrink: 0;
}
.contact-item.adress:before {
  width: 15px;
  height: 20px;
  background: url(/sites/all/themes/vesta_theme/image/local.svg) center center
    no-repeat;
  background-size: contain;
}
.contact-item.tel:before {
  width: 15px;
  height: 15px;
  background: url(/sites/all/themes/vesta_theme/image/phone.svg) center center
    no-repeat;
  background-size: contain;
}
.contact-item.mail:before {
  width: 17px;
  height: 12px;
  background: url(/sites/all/themes/vesta_theme/image/mail.svg) center center
    no-repeat;
  background-size: contain;
}
header .adress {
  max-width: 220px;
}
header .col-contacts {
  gap: 80px;
}
.search-form__submit,
.search-form__submit:hover,
.search-form__submit:not(:disabled):not(.disabled):active:focus,
.search-form__submit:focus {
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.col-search__block {
  width: 35px;
  height: 35px;
  background: url(/sites/all/themes/vesta_theme/image/search.svg) center center
    no-repeat;
  cursor: pointer;
  background-size: 16px;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  -webkit-box-shadow:
    -2px 0px 14px 0px rgba(41, 81, 151, 0.11),
    3px 4px 14px 0px rgba(41, 81, 151, 0.12);
  -moz-box-shadow:
    -2px 0px 14px 0px rgba(41, 81, 151, 0.11),
    3px 4px 14px 0px rgba(41, 81, 151, 0.12);
  box-shadow:
    -2px 0px 14px 0px rgba(41, 81, 151, 0.11),
    3px 4px 14px 0px rgba(41, 81, 151, 0.12);
  background-color: #f4f3f8;
}
.col-search__block.close {
  background: url(/sites/all/themes/vesta_theme/image/close.svg) center center
    no-repeat;
  background-size: 12px;
  background-color: #f4f3f8;
}
header .region-search {
  display: none;
  position: absolute;
  top: 0;
  width: max-content;
  right: 60px;
  z-index: 10;
}
.col-search {
  position: relative;
}
.header-bottom {
  padding: 6px 0 9px;
}
header .nav-item:first-child .nav-link {
  padding-left: 0;
}
.form-search.form-control {
  padding: 10px 20px;
}
/* end header */

/* slider */
.node--type-slide {
  position: relative;
  min-height: 711px;
  display: flex;
  justify-content: center;
}
.field--name-field-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-slide .field--name-body {
  font-family: var(--bs-body-font-family-2);
  font-size: var(--bs-slider-body);
  font-weight: 600;
}
.field--name-field-slide-link a,
.field--name-field-about-link a,
.field--name-field-knopka-broni a {
  font-size: 16px;
  background-color: var(--bs-blue);
  border-radius: var(--bs-border-radius);
  display: block;
  text-align: center;
  padding: 19px 10px;
  width: 280px;
  margin-top: 45px;
  border: 1px solid var(--bs-blue);
  color: #fff;
}
.field--name-field-slide-link a:hover,
.field--name-field-about-link a:hover,
.field--name-field-knopka-broni a:hover {
  color: var(--bs-blue);
  background-color: #fff;
}
.node--type-slide:after {
  position: absolute;
  height: 183px;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  -moz-box-shadow: 0px -143px 81px -24px rgba(255, 255, 255, 1) inset;
  box-shadow: 0px -143px 81px -24px rgba(255, 255, 255, 1) inset;
  z-index: 1;
}
/* end slider */

/* benefits */
.field--name-field-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.field--name-field-benefits > .field__item {
  display: flex;
  justify-content: space-between;
}
.field--name-field-benefits > .field__item:not(:last-child):after {
  height: 100%;
  width: 2px;
  content: "";
  display: block;
  background-color: var(--bs-blue);
  margin-right: 60px;
  flex-shrink: 0;
}
.field--name-field-benefit-number {
  font-size: var(--bs-benefit-number);
  font-weight: 700;
  margin-bottom: 20px;
}
div#benefits-block {
  position: relative;
  padding-top: 90px;
}
div#benefits-block:after {
  position: absolute;
  height: 200px;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  -moz-box-shadow: 0px 121px 81px -24px rgba(255, 255, 255, 1) inset;
  box-shadow: 0px 121px 81px -24px rgba(255, 255, 255, 1) inset;
}
.region.region-benefits {
  z-index: 1;
  position: relative;
}
/* end benefits */

/* services */
.services-block {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.view-services .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.view-services .view-content .views-row {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  -webkit-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  -moz-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
}
.services_content {
  padding: 25px;
  background-color: #fff;
  height: 100%;
}
.node--type-services.node--view-mode-full img.image-style-uslugi {
  border-radius: var(--bs-border-radius);
}
.node--type-services.node--view-mode-full .field--name-field-services-img {
  margin-bottom: 20px;
}

.node--type-services.node--view-mode-full .field--name-field-services-img img {
  max-width: 570px;
  width: 100%;
  height: 303px;
  border-radius: var(--bs-border-radius);
  object-fit: cover;
}
.field--name-node-title {
  font-size: var(--bs-services-title);
  font-weight: 500;
}
.node--type-services.node--view-mode-teaser .field--name-node-link a,
.more-link a {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 200px;
  color: #fff;
  background-color: var(--bs-blue);
  border-radius: var(--bs-border-radius);
  justify-content: center;
  border: 1px solid var(--bs-blue);
  font-size: 14px;
  padding: 15.5px;
}

.node--type-services.node--view-mode-teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.node--type-services.node--view-mode-teaser .field--name-node-link a:after,
.more-link a:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url(/sites/all/themes/vesta_theme/image/arrow.svg) center center
    no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.node--type-services.node--view-mode-teaser .field--name-node-link a:hover,
.more-link a:hover {
  background-color: #fff;
  color: var(--bs-blue);
}
.node--type-services.node--view-mode-teaser
  .field--name-node-link
  a:hover:after,
.more-link a:hover:after {
  background: url(/sites/all/themes/vesta_theme/image/arrow-blue.svg) center
    center no-repeat;
  background-size: contain;
}

/* end services */

/* services-hostel */
.body-node--812 .node--type-services.node--view-mode-full {
  position: relative;
}
.region.region-hostel {
  z-index: 1;
  position: relative;
}
.body-node--812
  .node--type-services.node--view-mode-full
  img.image-style-uslugi {
  border-radius: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.body-node--812
  .node--type-services.node--view-mode-full
  .field--name-field-services-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.body-node--812
  .node--type-services.node--view-mode-full
  .field--name-field-services-img
  img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 0;
}
.body-node--812 .field--name-field-about-img {
  display: flex;
  gap: 30px;
}
.field--name-field-title-hostel-full {
  z-index: 1;
  position: relative;
  width: 1186px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 200px 0 340px;
}
div#hostel-block {
  padding: 90px 0 60px;
  position: relative;
}
div#hostel-block:after {
  position: absolute;
  top: 10%;
  bottom: 18%;
  right: 0;
  left: 0;
  content: "";
  background-color: #fff;
  filter: blur(160px);
}
/* end services-hostel */

/* about */
div#about-block {
  position: relative;
}
.region-about {
  position: relative;
  z-index: 1;
}
div#about-block:after {
  position: absolute;
  top: 10%;
  bottom: 18%;
  right: 0;
  left: 0;
  content: "";
  background-color: #fff;
  filter: blur(200px);
}
.field--name-field-about-text-bold {
  font-size: 24px;
  font-weight: 500;
}
.block-content--type-o-kompanii .field--name-body {
  font-family: var(--bs-body-font-family-2);
  font-weight: 600;
}
.about-content {
  gap: 25px;
}
.block-content--type-o-kompanii {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.field--name-field-about-img {
  max-height: 327px;
}
.field--name-field-about-img .field__item {
  -webkit-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  -moz-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.field--name-field-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field--name-field-about-link a {
  margin-top: 20px;
  font-size: 14px;
  padding: 21px 10px;
}
/* end about*/

/* gallery */
div#gallery-block {
  padding: 90px 0;
  position: relative;
}
.region.region-gallery {
  z-index: 2;
  position: relative;
}
div#gallery-block:after {
  position: absolute;
  top: 25%;
  bottom: 12%;
  right: 0;
  left: 0;
  content: "";
  background-color: #fff;
  filter: blur(127px);
}
.view-fotogalereya .view-content,
.view-gallery-page .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.view-fotogalereya .view-content .views-row {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  -webkit-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  -moz-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
}
.more-link a {
  padding: 20.5px;
  margin: 45px auto 0;
  width: 280px;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  padding: 20px;
}
.view-gallery-page img.image-style-galereya {
  border-radius: 10px;
}
/* end gallery */

/* form */
div#form-block {
  padding-bottom: 90px;
}
.region-form {
  padding: 55px 102px 55px 48px;
  background-color: #ffffff80;
  backdrop-filter: blur(5px);
  border-radius: var(--bs-border-radius);
  -webkit-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  -moz-box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
  box-shadow: -2px 0px 14px 0px rgba(41, 81, 151, 0.5);
}
.js-form-type-webform-markup {
  font-family: var(--bs-body-font-family-2);
  font-size: 24px;
  line-height: 130%;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 14px;
  flex-shrink: 0;
  border: 1px solid var(--bs-blue);
  border-radius: 2px;
}
input[type="checkbox"]:checked {
  background: url(/sites/all/themes/vesta_theme/image/checked.svg) center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.js-form-item-privacy {
  font-family: var(--bs-body-font-family-2);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  line-height: 113%;
  font-weight: 600;
}
.form-block .js-form-item-privacy {
  margin-top: 23px;
}
.description {
  width: calc(100% - 15px - 7px);
}

.form-block .fieldset-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 340px;
  gap: 30px;
}
.form-block .form-text {
  margin: 0;
}
.webform-button--submit {
  width: 100%;
  height: 55px;
}

/* end form */

/* map/contact */
.map-block {
  position: relative;
}
div#block-vesta-theme-yandekskarta-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contacts {
  gap: 40px;
}
.contact-block {
  gap: 25px;
}
.map-block .block-title {
  font-size: 24px;
  margin-bottom: 45px;
  line-height: 120%;
}
div#block-vesta-theme-yandekskarta-2 .field--name-body {
  height: 100%;
}
.contacts-block {
  width: 50%;
  background-color: #ffffffad;
  padding: 45px 70px;
  border-radius: var(--bs-border-radius);
  -webkit-box-shadow: 2px 0px 17px 0px rgba(41, 81, 151, 0.17);
  -moz-box-shadow: 2px 0px 17px 0px rgba(41, 81, 151, 0.17);
  box-shadow: 2px 0px 17px 0px rgba(41, 81, 151, 0.17);
  backdrop-filter: blur(6.4px);
  z-index: 1;
  position: relative;
}
div#block-vesta-theme-contact {
  padding: 69px 0 60px;
}
.contacts-block .contact-item.tel:before {
  width: 23px;
  height: 23px;
}
.contacts-block .contact-item.mail:before {
  width: 20px;
  height: 14px;
}
.contacts-block .contact-item.adress:before {
  width: 20px;
  height: 26px;
}
.contacts-block .contact-item.adress {
  width: 320px;
}
/* end map/contact */

/* footer */
footer#footer {
  padding: 70px 0 30px;
  background: url(/sites/all/themes/vesta_theme/image/bc.jpg) bottom center
    no-repeat;
  background-size: cover;
  position: relative;
  flex: 0 0 auto;
}
footer#footer.fixed-bottom {
  position: fixed;
}
footer#footer:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #ffffff9c;
  filter: blur(60px);
}

footer .container {
  z-index: 1;
  position: relative;
}
.footer-contact {
  width: 500px;
}
footer .block-contact {
  gap: 20px;
}
footer .col-contacts {
  gap: 30px;
  width: 250px;
  font-size: 14px;
}
footer .col-logo {
  width: 200px;
  font-size: 12px;
  line-height: 115%;
  gap: 20px;
}
footer .col-logo img {
  width: 120px;
}
.col-nav .nav {
  flex-direction: column;
}
footer a.nav-link {
  padding: 0 0 15px 0;
}
footer .dropdown-toggle::after {
  display: none;
}
footer .col-nav {
  width: 180px;
}
.col-services {
  width: 200px;
}
footer .col-callback {
  width: max-content;
}
.col-webvesta {
  margin-top: 80px;
  font-size: 12px;
  line-height: 115%;
}
div#block-vesta-theme-osnovnayanavigaciya-menu,
div#block-vesta-theme-uslugi-menu {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
/* end footer */

.ajax-progress .throbber,
.ajax-progress-throbber .throbber {
  display: inline-block;
  float: none;
  margin: 400px auto 0 auto;
  width: 64px;
  height: 64px;
  background: url("../image/preloader.gif") no-repeat center center;
}
.ajax-progress,
.ajax-progress-throbber {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  vertical-align: middle;
  text-align: center;
}
.background {
  background: url(/sites/all/themes/vesta_theme/image/bc.jpg) top center
    no-repeat;
  background-size: cover;
}
.vpa-container.vpa-full .vpa-wrapper.vpa-visible {
  background-color: #194ba4;
}
.dropdown-toggle::after {
  border: none;
  background: url(/sites/all/themes/vesta_theme/image/arrow-blue.svg) center
    center no-repeat;
  transform: rotate(90deg);
  width: 10px;
  height: 10px;
  background-size: contain;
  vertical-align: 0;
  margin-left: 10px;
}
.modal .js-form-type-webform-markup {
  font-size: 14px;
}
.modal .form-control {
  margin-bottom: 20px;
}
.modal-header,
.modal-footer {
  border: none;
}
.form-item--error-message {
  order: 2;
}

/* schedule */
#block-vesta-theme-content .view-schedule .view-content {
  display: flex;
  border-radius: 10px;
  border: 1px solid var(--bs-blue);
  width: max-content;
  overflow: hidden;
}
.view-schedule .view-content .views-row .node-select {
  padding: 15px 20px;
  cursor: pointer;
}
#block-vesta-theme-content .view-schedule .view-content .views-row:first-child {
  border-right: 1px solid var(--bs-blue);
}
.body-view--schedule .region-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.body-view--schedule .region-content > div {
  width: 100%;
}
.body-view--schedule .region-content div#block-vesta-theme-knopka,
.body-view--schedule .region-content div#block-vesta-theme-content {
  width: 47%;
}
.body-view--schedule .region-content div#block-vesta-theme-knopka {
  text-align: end;
}
div#block-vesta-theme-soderzhimoeraspisaniya {
  margin-top: 40px;
}
tbody th {
  font-weight: 400;
  font-size: 16px;
  background-color: #bac9e4 !important;
  padding: 7px 20px !important;
  border: 6px solid white;
}
tbody th strong {
  color: var(--bs-blue);
}
thead th:not(:first-child) {
  font-size: 14px;
  color: var(--bs-blue) !important;
  background-color: #bac9e4 !important;
  border: 10px solid white;
  border-radius: 22px;
  overflow: hidden;
}
td span {
  background-color: #194ba4 !important;
  color: #fff !important;
  display: flex;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  align-items: center;
}
td {
  border-right: 1px solid #bac9e447;
}
tr {
  border-color: transparent;
}
th {
  border-radius: 15px;
}
button#week-toggle {
  background-color: var(--bs-blue);
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 15.5px;
  border: 1px solid var(--bs-blue);
}
button#week-toggle:hover {
  color: var(--bs-blue);
  background-color: #fff;
}
.view-schedule .view-content .views-row .node-select.active-node-select {
  color: #fff;
  background-color: #194ba4;
}
#node-full-loader.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  vertical-align: middle;
  text-align: center;
}
div#node-full-loader {
  display: none;
}
.node--type-schedule .field--name-body {
  overflow-x: auto;
}
td {
  position: relative;
}
/* end schedule */

/* team */
.node--type-team.node--view-mode-teaser {
  display: flex;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #194ba4;
  align-items: center;
}
.field--name-field-team-season > * {
  display: inline-block;
}
.field--name-field-team-logo {
  flex-shrink: 0;
}
.view-header {
  margin-bottom: 40px;
}
.body-node--832 .region-content .field--name-body img {
  width: 220px;
}
/* end team */

div#vpa-short-wrapper {
  background-color: #194ba4;
}
