:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
a,
input,
button,
textarea,
select {
  text-decoration: none !important;
  transition: 0.3s !important;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a,
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #007FDA;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover,
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #2FB1E9;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Mulish", sans-serif;
  color: #31363A;
}
.btn-primary {
  display: block;
  padding: 15px 20px;
  border: none;
  border-radius: 100px;
  background-color: #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
}
@media screen and (max-width: 1199px) {
  .btn-primary {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .btn-primary {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-primary {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .btn-primary {
    font-size: 14px;
  }
}
.btn-primary-hover {
  background-color: #2FB1E9;
}
.btn-secondary {
  display: block;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
}
@media screen and (max-width: 1199px) {
  .btn-secondary {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .btn-secondary {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-secondary {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .btn-secondary {
    font-size: 14px;
  }
}
.btn-secondary-hover {
  border: 2px solid #2FB1E9;
  color: #2FB1E9;
}
.title-block {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .title-block {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .title-block {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .title-block {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .title-block {
    font-size: 22px;
  }
}
.subtitle-block {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  .subtitle-block {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .subtitle-block {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle-block {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .subtitle-block {
    font-size: 20px;
  }
}
.slick-arrow {
  z-index: 10;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid #31363A;
  border-radius: 50%;
  outline: none;
  background: transparent;
  transition: 0.3s;
}
.slick-arrow:before {
  content: '';
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
  transition: 0.3s;
}
.slick-arrow:hover {
  border: 1px solid #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-prev {
  left: 25px;
}
.slick-prev:before {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-left.svg");
}
.slick-prev:hover:before {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-left-blue.svg");
}
@media screen and (max-width: 1199px) {
  .slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .slick-prev {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
}
.slick-next {
  right: 25px;
}
.slick-next:before {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-right.svg");
}
.slick-next:hover:before {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-right-blue.svg");
}
@media screen and (max-width: 1199px) {
  .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: 10px;
  }
}
.slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0;
}
.slick-dots li {
  list-style-type: none;
  display: flex;
  width: 12px;
  height: 12px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #D9F4FF;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
}
.slick-dots li button:hover {
  background-color: #007FDA;
}
@media screen and (max-width: 1199px) {
  .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 991px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 575px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .slick-dots li {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 991px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 575px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots .slick-active button {
  background-color: #007FDA;
}
.more-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.more-link a {
  display: block;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
  width: 170px;
}
@media screen and (max-width: 1199px) {
  .more-link a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .more-link a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .more-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .more-link a {
    font-size: 14px;
  }
}
.more-link a:hover {
  border: 2px solid #2FB1E9;
  color: #2FB1E9;
}
@media screen and (max-width: 767px) {
  .more-link a {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .more-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-link {
    margin-top: 15px;
  }
}
#app {
  overflow: clip;
  background-color: #F8FDFF;
  /*.desctop-md-max({
    padding-top: 55px;
  });*/
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
#header {
  position: relative !important;
  z-index: 2;
}
#header .header-top {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
#header .header-top .col-contacts {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .header-top .col-contacts > * {
  margin: 0;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#header .header-top .col-contacts > *:before {
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-contacts > * {
    font-size: 12px;
  }
}
#header .header-top .col-contacts a:hover {
  color: #2FB1E9;
}
#header .header-top .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo-alt-blue.svg);
}
#header .header-top .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/envelope-blue.svg);
}
#header .header-top .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/telephone-blue.svg);
}
#header .header-top .col-contacts .social a {
  width: 28px;
  height: 28px;
  background-size: cover;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-contacts .social a {
    width: 24px;
    height: 24px;
  }
}
#header .header-top .col-contacts .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/telegram.svg);
}
#header .header-top .col-contacts .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-contacts {
    gap: 15px;
  }
}
#header .header-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 127, 218, 0.7);
}
#header .header-bottom .logo {
  width: 115px;
  height: 65px;
}
#header .header-bottom .logo * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .logo {
    width: 80px;
    height: 55px;
  }
}
#header .header-bottom .region-navigation .block-menu > *:nth-child(1) {
  display: none;
}
#header .header-bottom .region-navigation .block-menu .nav {
  gap: 0 25px;
}
#header .header-bottom .region-navigation .block-menu .nav * {
  background-color: transparent !important;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item a {
  padding: 25px 0;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F8FDFF;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item a:hover {
  color: #D9F4FF !important;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .region-navigation .block-menu .nav .nav-item a {
    font-size: 14px;
  }
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-toggle {
  display: flex;
  gap: 7px;
  align-items: center;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-toggle:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-down.svg);
  font-size: 0;
  filter: brightness(0) invert(1);
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-toggle:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-up.svg);
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  background-color: #F8FDFF !important;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  border: none;
  min-width: 255px;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #4C555D !important;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-right.svg);
  font-size: 0;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #31363A !important;
  text-decoration: underline !important;
  text-decoration-color: #2FB1E9 !important;
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-right-blue.svg);
}
#header .header-bottom .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item + .nav-item {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .region-navigation .block-menu .nav {
    gap: 0 15px;
  }
}
#header .header-bottom .col-callback {
  display: flex;
  gap: 5px;
  align-items: center;
}
#header .header-bottom .col-callback .region-search .field--name-body .search {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 2px solid #F8FDFF;
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
#header .header-bottom .col-callback .region-callback .field--name-body a {
  display: block;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
  border-color: #F8FDFF;
  color: #F8FDFF;
  font-size: 16px;
  width: 200px;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .col-callback .region-callback .field--name-body a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .col-callback .region-callback .field--name-body a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .col-callback .region-callback .field--name-body a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .col-callback .region-callback .field--name-body a {
    font-size: 14px;
  }
}
#header .header-bottom .col-callback .region-callback .field--name-body a:hover {
  border: 2px solid #2FB1E9;
  color: #2FB1E9;
  border-color: #D9F4FF;
  color: #D9F4FF;
}
#header-mob {
  background-color: #2FB1E9;
}
#header-mob .col-nav {
  filter: brightness(0) invert(1);
}
#header-mob .col-logo img {
  max-height: 50px;
}
#header-mob .social {
  display: flex;
  gap: 7px;
}
#header-mob .social a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  border-radius: 4px;
}
#header-mob .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/telegram.svg);
}
#header-mob .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
}
.offcanvas {
  background-color: #F8FDFF;
}
.offcanvas .offcanvas-body .region-navigation .block-menu > *:nth-child(1) {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav * {
  background-color: transparent !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a:hover {
  color: #2FB1E9 !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-toggle {
  display: flex;
  gap: 7px;
  align-items: center;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-toggle:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-down.svg);
  font-size: 0;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-toggle:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-up.svg);
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  background-color: #F8FDFF !important;
  padding-left: 10px !important;
  border-bottom: none !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item {
  border: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  border: none;
  display: flex;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  color: #31363A !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:after {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #2FB1E9 !important;
  text-decoration: underline !important;
  text-decoration-color: #007FDA !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron-right-blue.svg);
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item + .nav-item {
  margin-top: 10px;
}
.offcanvas .offcanvas-body .region-search {
  margin-top: 15px;
}
.offcanvas .offcanvas-body .region-search .field--name-body .search {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
}
.offcanvas .offcanvas-body .col-contacts {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.offcanvas .offcanvas-body .col-contacts > * {
  margin: 0;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
.offcanvas .offcanvas-body .col-contacts > *:before {
  font-size: 0;
}
.offcanvas .offcanvas-body .col-contacts a:hover {
  color: #2FB1E9;
}
.offcanvas .offcanvas-body .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo-alt-blue.svg);
}
.offcanvas .offcanvas-body .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/envelope-blue.svg);
}
.offcanvas .offcanvas-body .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/telephone-blue.svg);
}
.offcanvas .offcanvas-body .col-contacts .social a {
  width: 24px;
  height: 24px;
  background-size: cover;
  border-radius: 4px;
}
.offcanvas .offcanvas-body .col-contacts .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/telegram.svg);
}
.offcanvas .offcanvas-body .col-contacts .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
}
#slider-block {
  margin-top: -70px;
}
#slider-block .view-slayder .view-content .node--type-slide .field--name-field-image {
  background-color: #000;
  height: 700px;
}
#slider-block .view-slayder .view-content .node--type-slide .field--name-field-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#slider-block .view-slayder .view-content .node--type-slide .field--name-field-image img {
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .field--name-field-image {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .field--name-field-image {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .field--name-field-image {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .field--name-field-image {
    height: 300px;
  }
}
#slider-block .view-slayder .view-content .node--type-slide .content {
  top: 50% !important;
  transform: translateY(-50%);
  bottom: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 32px;
  color: #2FB1E9;
  max-width: 770px;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 22px;
  }
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-node-title {
    font-size: 16px;
  }
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  font-size: 32px;
  color: #F8FDFF;
  max-width: 770px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 20px;
  }
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  margin-bottom: 0;
  font-size: 32px;
  color: #F8FDFF;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 16px;
  }
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-body {
  max-width: 770px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-body * {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body * {
    font-size: 13px;
  }
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-body a * {
  transition: 0.3s;
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-body a:hover {
  color: #2FB1E9;
}
#slider-block .view-slayder .view-content .node--type-slide .content .field--name-body a:hover * {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .view-slayder .view-content .node--type-slide .content .field--name-body {
    font-size: 13px;
  }
}
#slider-block .view-slayder .view-content .slick-arrow {
  border: 1px solid #F8FDFF;
}
#slider-block .view-slayder .view-content .slick-arrow:before {
  filter: brightness(0) invert(1);
}
#slider-block .view-slayder .view-content .slick-arrow:hover {
  border: 1px solid #2FB1E9;
}
#slider-block .view-slayder .view-content .slick-arrow:hover:before {
  filter: unset;
}
#slider-block .view-slayder .view-content .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #slider-block .view-slayder .view-content .slick-dots {
    bottom: 65px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .view-slayder .view-content .slick-dots {
    bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .view-slayder .view-content .slick-dots {
    bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block {
    margin-top: 0;
  }
}
.front-h1 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.front-h1:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/sites/all/themes/vesta_theme/image/pattern3.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #CFF1FF;
  z-index: 0;
}
.front-h1 .field--name-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .front-h1 .field--name-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .front-h1 .field--name-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .front-h1 .field--name-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .front-h1 .field--name-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .front-h1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .front-h1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front-h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .front-h1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 {
  margin-top: 50px;
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .block-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .block-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .block-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .block-title {
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row {
  margin-left: 15px;
  margin-right: 15px;
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row .content0 {
  display: flex;
  flex-direction: column;
  min-height: 285px;
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row .content0 .field--name-field-nomera-cena {
  padding-top: 18px;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row .content0 .field--name-field-nomera-cena {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row .content0 {
    min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row .content0 {
    min-height: 270px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row .content0 {
    min-height: 230px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .views-row {
    margin-left: 7px;
    margin-right: 7px;
  }
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-prev {
  left: -55px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-prev {
    left: -45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-prev {
    left: 5px;
  }
}
#block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-next {
  right: -55px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-next {
    right: -45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 .view-dostupnye-nomera .view-content {
    width: calc(100% + 14px);
    margin-left: -7px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-dostupnye-nomera-block-1 {
    margin-top: 20px;
  }
}
.view-dostupnye-nomera .view-header {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-header {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-header {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-header {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-header {
    font-size: 20px;
  }
}
.view-dostupnye-nomera .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-dostupnye-nomera .view-content .views-row {
  width: 370px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .field--name-field-nomera-foto {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .field--name-field-nomera-foto * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .field--name-field-nomera-foto img {
  transition: 0.3s;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .field--name-field-nomera-foto img:hover {
  transform: scale(1.1);
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 {
  margin-top: -15px;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title * {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title * {
    font-size: 16px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title a:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-title {
    font-size: 16px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body {
  margin-top: 15px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body * {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-body {
    font-size: 14px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena * {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena {
    margin-top: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-field-nomera-cena {
    font-size: 16px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku {
  margin-top: 18px;
  display: none;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a {
  display: block;
  padding: 15px 20px;
  border: none;
  border-radius: 100px;
  background-color: #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    font-size: 14px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a:hover {
  background-color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku {
    margin-top: 15px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link {
  margin-top: 18px;
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link a {
  display: block;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link a {
    font-size: 14px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link a:hover {
  border: 2px solid #2FB1E9;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 .field--name-node-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row .node--type-nomer .content0 {
    padding: 10px;
  }
}
.view-dostupnye-nomera .view-content .views-row .node--type-nomer:hover .field--name-dynamic-token-fieldnode-ostavit-zayavku {
  display: block;
}
@media screen and (max-width: 1199px) {
  .view-dostupnye-nomera .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-dostupnye-nomera .view-content .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 420px) {
  .view-dostupnye-nomera .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-dostupnye-nomera .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-about-block-1 {
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#block-vesta-theme-views-block-about-block-1:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/sites/all/themes/vesta_theme/image/pattern1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #CFF1FF;
  z-index: 0;
}
#block-vesta-theme-views-block-about-block-1 > *:not(.contextual) {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
  width: 570px;
  position: relative;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto .field__item:nth-child(1) {
  width: calc(100% - 30px);
  height: 440px;
  border-radius: 15px;
  overflow: hidden;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto .field__item:nth-child(1) * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto .field__item:nth-child(2) {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 280px;
  height: 185px;
  border: 3px solid #F8FDFF;
  border-radius: 15px;
  overflow: hidden;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto .field__item:nth-child(2) * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
    width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
  width: 570px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title * {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title * {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title * {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title * {
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas {
    font-size: 20px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas * {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas * {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas * {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas * {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-field-podzagolovok-o-nas * {
    font-size: 20px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
  margin-top: 50px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
  display: block;
  padding: 15px 20px;
  border: none;
  border-radius: 100px;
  background-color: #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
  width: 270px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a:hover {
  background-color: #2FB1E9;
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 {
  margin-top: 50px;
}
#block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 .block-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 .block-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 .block-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 .block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-razvlecheniya-i-otdyh-block-1 {
    margin-top: 20px;
  }
}
.view-razvlecheniya-i-otdyh .view-header {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-header {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .view-razvlecheniya-i-otdyh .view-header {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-razvlecheniya-i-otdyh .view-header {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .view-razvlecheniya-i-otdyh .view-header {
    font-size: 20px;
  }
}
.view-razvlecheniya-i-otdyh .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-razvlecheniya-i-otdyh .view-content .views-row {
  width: 271px;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-razvlechenie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-razvlechenie * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-razvlechenie img {
  transition: 0.3s;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-ikonka-nad-tekstom-anons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007FDA;
  border-radius: 50%;
  overflow: hidden;
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 1;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-ikonka-nad-tekstom-anons * {
  display: block;
  width: 25px !important;
  height: 25px !important;
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-ikonka-nad-tekstom-anons * {
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-ikonka-nad-tekstom-anons {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-field-ikonka-nad-tekstom-anons {
    width: 35px;
    height: 35px;
  }
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title * {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie .field--name-node-title {
    font-size: 16px;
  }
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie:hover .field--name-field-razvlechenie img {
  transform: scale(1.1);
}
.view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie:hover .field--name-node-title a {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row .node--type-razvlechenie {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row {
    width: 292px;
    height: 265px;
  }
}
@media screen and (max-width: 991px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row {
    width: calc(50% - 15px);
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row {
    width: calc(50% - 7.5px);
    height: 230px;
  }
}
@media screen and (max-width: 420px) {
  .view-razvlecheniya-i-otdyh .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-razvlecheniya-i-otdyh .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-otzyvy {
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#block-vesta-theme-otzyvy:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/sites/all/themes/vesta_theme/image/pattern2.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #CFF1FF;
  z-index: 0;
}
#block-vesta-theme-otzyvy > *:not(.contextual) {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-otzyvy .block-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-otzyvy .block-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-otzyvy .block-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-otzyvy .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-otzyvy .block-title {
    font-size: 22px;
  }
}
#block-vesta-theme-otzyvy .field--name-body {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-otzyvy .field--name-body h6 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-otzyvy .field--name-body h6 {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-otzyvy .field--name-body h6 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-otzyvy .field--name-body h6 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-otzyvy .field--name-body h6 {
    font-size: 20px;
  }
}
#block-vesta-theme-otzyvy .field--name-body .yandex-widget {
  position: relative;
  width: 670px;
  height: 820px;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-otzyvy .field--name-body .yandex-widget {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-otzyvy .field--name-body .yandex-widget {
    width: 100%;
  }
}
#block-vesta-theme-otzyvy .field--name-body .review-img {
  width: 470px;
  height: 820px !important;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-otzyvy .field--name-body .review-img {
    width: 355px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-otzyvy .field--name-body .review-img {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-otzyvy {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-otzyvy {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-otzyvy {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-otzyvy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 {
  margin-top: 40px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header {
    font-size: 20px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item {
  width: 370px;
  height: 370px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item img {
  transition: 0.3s;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item {
    width: 292px;
    height: 292px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item {
    width: 333px;
    height: 333px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .field__item {
    width: 243px;
    height: 243px;
    margin-right: 7px;
    margin-left: 7px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-prev {
  left: -55px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-prev {
    left: -45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-prev {
    left: 5px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-next {
  right: -55px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-next {
    right: -45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-next {
    right: 5px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-dots {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-dots {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .field--name-field-gallery .slick-dots {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content {
    width: calc(100% + 14px);
    margin-left: -7px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-news-block-1 {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#block-vesta-theme-views-block-news-block-1:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/sites/all/themes/vesta_theme/image/pattern1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #CFF1FF;
  z-index: 0;
}
#block-vesta-theme-views-block-news-block-1 > *:not(.contextual) {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-views-block-news-block-1 .block-title {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 22px;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: block;
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row {
  margin-left: 15px;
  margin-right: 15px;
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content {
  display: flex;
  flex-direction: column;
  min-height: 270px;
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content .field--name-node-link {
  padding-top: 18px;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content .field--name-node-link {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content {
    min-height: 250px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content {
    min-height: 220px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content {
    min-height: 245px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row .content {
    min-height: 210px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row {
    margin-left: 7px;
    margin-right: 7px;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-dots {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-dots {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-dots {
    margin-top: 15px;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-prev {
  left: -55px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-prev {
    left: -45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-prev {
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-prev {
    left: 5px;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-next {
  right: -55px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-next {
    right: -45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-next {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content {
    width: calc(100% + 14px);
    margin-left: -7px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.view-news .view-header {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .view-news .view-header {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-header {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-header {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-header {
    font-size: 20px;
  }
}
.view-news .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-news .view-content .views-row {
  width: 372px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
.view-news .view-content .views-row .node--type-news .content {
  padding: 20px 15px;
}
.view-news .view-content .views-row .node--type-news .content .field--name-field-date {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
.view-news .view-content .views-row .node--type-news .content .field--name-field-date * {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-field-date * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-field-date * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-field-date * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-field-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-field-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-field-date {
    font-size: 14px;
  }
}
.view-news .view-content .views-row .node--type-news .content .field--name-node-title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
.view-news .view-content .views-row .node--type-news .content .field--name-node-title * {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title * {
    font-size: 16px;
  }
}
.view-news .view-content .views-row .node--type-news .content .field--name-node-title a:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title {
    margin-top: 10px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-title {
    font-size: 16px;
  }
}
.view-news .view-content .views-row .node--type-news .content .field--name-body {
  margin-top: 15px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
.view-news .view-content .views-row .node--type-news .content .field--name-body * {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-body {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-body {
    font-size: 14px;
  }
}
.view-news .view-content .views-row .node--type-news .content .field--name-node-link {
  margin-top: 18px;
}
.view-news .view-content .views-row .node--type-news .content .field--name-node-link a {
  display: block;
  padding: 15px 20px;
  border: none;
  border-radius: 100px;
  background-color: #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-link a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-link a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-link a {
    font-size: 14px;
  }
}
.view-news .view-content .views-row .node--type-news .content .field--name-node-link a:hover {
  background-color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content .field--name-node-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .content {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .content {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-yandekskarta-2 {
  margin-top: 50px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
  width: 470px;
  display: flex;
  flex-direction: column;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts h5 {
  margin-bottom: 15px;
  font-family: "Caveat", cursive;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2FB1E9;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h5 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h5 {
    font-size: 22px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts h6 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h6 {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h6 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h6 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h6 {
    font-size: 20px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4C555D;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 14px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel {
    font-size: 16px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel1 {
  margin-bottom: 10px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel2 {
    margin-bottom: 10px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail {
    font-size: 16px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 100%;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  width: 670px !important;
  height: 460px !important;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 453px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 100% !important;
    height: 400px !important;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 20px;
  }
}
#footer {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #AEE8FF;
}
#footer .row-footer {
  display: flex;
  gap: 20px 0;
  justify-content: space-between;
}
#footer .row-footer .col-logo {
  width: 195px;
}
#footer .row-footer .col-logo a {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#footer .row-footer .col-logo a:hover {
  color: #007FDA;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-logo a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-logo a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-logo a {
    font-size: 14px;
  }
}
#footer .row-footer .col-logo img {
  width: 110px !important;
  height: 60px !important;
  object-fit: contain;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-logo img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-logo {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-logo {
    width: 100%;
  }
}
#footer .row-footer .col-nav,
#footer .row-footer .col-fun {
  width: 195px;
}
#footer .row-footer .col-nav .block-menu > *:nth-child(1),
#footer .row-footer .col-fun .block-menu > *:nth-child(1) {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-nav .block-menu > *:nth-child(1),
  #footer .row-footer .col-fun .block-menu > *:nth-child(1) {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-nav .block-menu > *:nth-child(1),
  #footer .row-footer .col-fun .block-menu > *:nth-child(1) {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-nav .block-menu > *:nth-child(1),
  #footer .row-footer .col-fun .block-menu > *:nth-child(1) {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-nav .block-menu > *:nth-child(1),
  #footer .row-footer .col-fun .block-menu > *:nth-child(1) {
    font-size: 16px;
  }
}
#footer .row-footer .col-nav .block-menu .nav,
#footer .row-footer .col-fun .block-menu .nav {
  display: flex;
  gap: 18px;
  flex-direction: column;
}
#footer .row-footer .col-nav .block-menu .nav .nav-item a,
#footer .row-footer .col-fun .block-menu .nav .nav-item a {
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#footer .row-footer .col-nav .block-menu .nav .nav-item a:after,
#footer .row-footer .col-fun .block-menu .nav .nav-item a:after {
  display: none;
}
#footer .row-footer .col-nav .block-menu .nav .nav-item a:hover,
#footer .row-footer .col-fun .block-menu .nav .nav-item a:hover {
  color: #007FDA;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-nav .block-menu .nav .nav-item a,
  #footer .row-footer .col-fun .block-menu .nav .nav-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-nav .block-menu .nav .nav-item a,
  #footer .row-footer .col-fun .block-menu .nav .nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-nav .block-menu .nav .nav-item a,
  #footer .row-footer .col-fun .block-menu .nav .nav-item a {
    font-size: 14px;
  }
}
#footer .row-footer .col-nav .block-menu .nav .nav-item .dropdown-menu,
#footer .row-footer .col-fun .block-menu .nav .nav-item .dropdown-menu {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-nav .block-menu .nav,
  #footer .row-footer .col-fun .block-menu .nav {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-nav .block-menu .nav,
  #footer .row-footer .col-fun .block-menu .nav {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-nav,
  #footer .row-footer .col-fun {
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-nav,
  #footer .row-footer .col-fun {
    width: 100%;
  }
}
#footer .row-footer .col-contacts {
  width: 295px;
}
#footer .row-footer .col-contacts h6 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-contacts h6 {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-contacts h6 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-contacts h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-contacts h6 {
    font-size: 16px;
  }
}
#footer .row-footer .col-contacts .tel {
  margin-bottom: 25px;
  display: flex;
  gap: 7px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#footer .row-footer .col-contacts .tel:hover {
  color: #007FDA;
}
#footer .row-footer .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/telephone-blue.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-contacts .tel {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-contacts .tel {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-contacts .tel {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
#footer .row-footer .col-contacts .mail {
  margin-bottom: 25px;
  display: flex;
  gap: 7px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#footer .row-footer .col-contacts .mail:hover {
  color: #007FDA;
}
#footer .row-footer .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/envelope-blue.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-contacts .mail {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-contacts .mail {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-contacts .mail {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
#footer .row-footer .col-contacts .adress_full {
  margin-bottom: 0;
  display: flex;
  gap: 7px;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#footer .row-footer .col-contacts .adress_full:before {
  content: url(/sites/all/themes/vesta_theme/image/geo-alt-blue.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-contacts .adress_full {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-contacts .adress_full {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-contacts .adress_full {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-contacts {
    width: 220px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-contacts {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-contacts {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-contacts {
    width: 100%;
  }
}
#footer .row-footer .col-callback {
  width: 295px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#footer .row-footer .col-callback .region-callback .field--name-body a {
  display: block;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-callback .region-callback .field--name-body a {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-callback .region-callback .field--name-body a {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-callback .region-callback .field--name-body a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-callback .region-callback .field--name-body a {
    font-size: 14px;
  }
}
#footer .row-footer .col-callback .region-callback .field--name-body a:hover {
  border: 2px solid #2FB1E9;
  color: #2FB1E9;
}
#footer .row-footer .col-callback .social {
  margin-top: 20px;
  display: flex;
  gap: 7px;
}
#footer .row-footer .col-callback .social a {
  display: block;
  width: 35px;
  height: 35px;
  background-size: cover;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-callback .social a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-callback .social a {
    width: 25px;
    height: 25px;
  }
}
#footer .row-footer .col-callback .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/telegram.svg);
}
#footer .row-footer .col-callback .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/whatsapp.svg);
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-callback .social {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-callback .social {
    margin-top: 10px;
  }
}
#footer .row-footer .col-callback .politika {
  margin-top: 35px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #4C555D;
  text-decoration: underline !important;
}
#footer .row-footer .col-callback .politika:hover {
  color: #007FDA;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-callback .politika {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .col-callback .politika {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer .col-callback .politika {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .col-callback {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer .col-callback {
    width: 100%;
    align-items: start;
  }
}
#footer .row-copiryght {
  margin-top: 35px;
}
#footer .row-copiryght .col-webvesta a {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
  text-decoration: underline !important;
}
#footer .row-copiryght .col-webvesta a:hover {
  color: #007FDA;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght .col-webvesta a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght .col-webvesta a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-copiryght .col-webvesta a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-copiryght {
    margin-top: 20px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
  left: auto;
  right: 30px;
  bottom: 30px;
  width: 600px;
  box-shadow: none;
  border: none !important;
  padding: 10px 20px;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content {
  max-width: 405px;
  font-family: "Commissioner", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content * {
  font-family: "Commissioner", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content * {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content * {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content * {
    font-size: 12px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content a:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content {
    font-size: 12px;
    max-width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions {
  max-width: 140px;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
  display: block;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 2px solid #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
  font-family: "Commissioner", sans-serif;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
    font-size: 14px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button:hover {
  border: 2px solid #2FB1E9;
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
    right: 25px;
    bottom: 25px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
    right: 20px;
    bottom: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }
}
#block-vesta-theme-page-title {
  margin-top: 15px;
}
#block-vesta-theme-page-title h1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-page-title h1 {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-page-title h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-page-title h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-page-title h1 {
    font-size: 20px;
  }
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto {
  float: left;
  width: 570px;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 15px;
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item {
  width: 570px;
  height: 350px;
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item img {
  transition: 0.3s;
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item {
    width: 450px;
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item {
    width: 450px;
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .field__item {
    height: 300px;
  }
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .slick-prev {
  left: 5px !important;
  background-color: #F8FDFF;
}
.node--type-nomer.node--view-mode-full .field--name-field-nomera-foto .slick-next {
  right: 5px !important;
  background-color: #F8FDFF;
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto {
    width: 450px;
    height: 320px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto {
    width: 450px;
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto {
    width: 100%;
    height: 350px;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .node--type-nomer.node--view-mode-full .field--name-field-nomera-foto {
    height: 300px;
  }
}
.node--type-nomer.node--view-mode-full .content0 {
  float: right;
  width: 575px;
  margin-bottom: 20px;
}
.node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  font-size: 20px;
  text-align: left;
  color: #2FB1E9;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    font-size: 20px;
  }
}
.node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #31363A;
  font-size: 20px;
  text-align: left;
  color: #2FB1E9;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-nomer.node--view-mode-full .content0 .field--name-field-nomera-cena {
    font-size: 16px;
  }
}
.node--type-nomer.node--view-mode-full .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku {
  margin-top: 15px;
}
.node--type-nomer.node--view-mode-full .content0 .field--name-dynamic-token-fieldnode-ostavit-zayavku a {
  width: max-content;
}
@media screen and (max-width: 1199px) {
  .node--type-nomer.node--view-mode-full .content0 {
    width: 470px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-nomer.node--view-mode-full .content0 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-nomer.node--view-mode-full .content0 {
    width: 100%;
  }
}
.node--type-nomer.node--view-mode-full .field--name-body {
  margin-top: 20px;
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie {
  float: left;
  width: 570px;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 15px;
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item {
  width: 570px;
  height: 350px;
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item img {
  transition: 0.3s;
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item {
    width: 450px;
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item {
    width: 450px;
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .field__item {
    height: 300px;
  }
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .slick-prev {
  left: 5px !important;
  background-color: #F8FDFF;
}
.node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie .slick-next {
  right: 5px !important;
  background-color: #F8FDFF;
}
@media screen and (max-width: 1199px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie {
    width: 450px;
    height: 320px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie {
    width: 450px;
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie {
    width: 100%;
    height: 350px;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .node--type-razvlechenie.node--view-mode-full .field--name-field-razvlechenie {
    height: 300px;
  }
}
#scrollToTop {
  width: 70px;
  height: 70px;
  background-color: #007FDA;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop img {
  width: 30px;
  height: 30px;
}
#scrollToTop:hover {
  background-color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 25px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 40px;
    height: 40px;
    right: 12px;
  }
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #007FDA;
  font-size: 20px;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .not-front #block-vesta-theme-content > h3 > a {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .not-front #block-vesta-theme-content > h3 > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .not-front #block-vesta-theme-content > h3 > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .not-front #block-vesta-theme-content > h3 > a {
    font-size: 16px;
  }
}
.not-front #main .search-api-page-block-form-search {
  background-color: transparent;
  width: 100%;
  display: flex;
  gap: 10px;
}
.not-front #main .search-api-page-block-form-search .js-form-type-search {
  width: 100%;
}
.not-front #main .search-api-page-block-form-search .js-form-type-search input {
  border-radius: 50px;
}
.not-front #main .search-api-page-block-form-search .js-form-submit {
  border-radius: 50px;
  background-color: #2FB1E9;
  border: 1px solid #2FB1E9;
  padding-top: 6px;
  padding-bottom: 6px;
}
.not-front #main .search-api-page-block-form-search .js-form-submit:hover {
  color: #2FB1E9;
  background-color: transparent;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks,
.not-front #main .node--view-mode-search-index {
  margin-bottom: 10px;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a,
.not-front #main .node--view-mode-search-index a {
  color: #007FDA;
  font-weight: 700;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a:hover,
.not-front #main .node--view-mode-search-index a:hover {
  color: #2FB1E9;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
}
.pagination .page-item a {
  color: #007FDA;
}
.pagination .page-item.active a {
  border-color: #007FDA;
  color: #F8FDFF;
  background-color: #007FDA;
}
.node--type-news.node--view-mode-full .field--name-field-date {
  margin-bottom: 15px;
  color: #007FDA;
}
.node--type-news.node--view-mode-full .field--name-field-date * {
  color: #007FDA;
}
.body-view--fotogalereya .view-fotogalereya .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row {
  width: 372px !important;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery {
  width: 100%;
  height: 100%;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
  width: 100%;
  height: 400px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img {
  transition: 0.3s;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: auto;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
  margin-top: 10px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #007FDA;
  margin: 0;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 292px !important;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 333px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: calc(50% - 7.5px) !important;
  }
}
@media screen and (max-width: 420px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content {
    gap: 15px;
  }
}
.not-front .view-id-gallery_page .view-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: max-content !important;
}
.not-front .view-id-gallery_page .view-content > div > div {
  position: relative;
  width: 279px;
  height: 279px;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  border-radius: 15px;
}
.not-front .view-id-gallery_page .view-content > div > div * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.not-front .view-id-gallery_page .view-content > div > div img {
  transition: 0.3s;
}
.not-front .view-id-gallery_page .view-content > div > div img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 219px;
    height: 219px;
  }
}
@media screen and (max-width: 991px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 218px;
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: calc(50% - 7.5px);
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div {
    gap: 15px;
  }
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer {
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#drupal-bootstrap4-modal {
  background-color: rgba(9, 49, 66, 0.4);
}
#drupal-bootstrap4-modal .modal-dialog {
  max-width: max-content;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content {
  padding: 65px 113px 80px;
  border-radius: 20px;
  border: none;
  position: relative;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header {
  width: 590px;
  padding: 0;
  border: none;
  position: unset;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 30px;
  height: 30px;
  padding: 0;
  background-image: url(/sites/all/themes/vesta_theme/image/x-lg.svg);
  background-size: 30px 30px;
  opacity: 1;
  transition: 0.3s;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header .btn-close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-header {
    width: calc(100vw - 54px);
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body {
  width: 590px;
  padding: 0;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content * {
  display: block;
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content * {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .web-content {
    font-size: 20px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name {
    margin-top: 20px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon {
    margin-top: 10px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name,
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon {
  width: 100%;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input,
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #99A0A5;
  background-color: #FAFAFA;
  padding: 30px 25px;
  font-size: 17px;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input::placeholder,
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input::placeholder {
  font-size: 17px;
  color: #99A0A5;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input::placeholder,
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input::placeholder,
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input::placeholder {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input::placeholder,
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input,
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input {
    padding: 25px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input,
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input {
    padding: 20px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-name input,
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-telefon input {
    padding: 15px 10px;
    font-size: 16px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions {
  margin-top: 20px;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
  display: block;
  padding: 15px 20px;
  border: none;
  border-radius: 100px;
  background-color: #007FDA;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #F8FDFF;
  display: block !important;
  padding: 30px 25px !important;
  width: 100% !important;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    padding: 10px 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    font-size: 14px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit:hover {
  background-color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    padding: 25px 20px !important;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    padding: 20px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions .webform-button--submit {
    padding: 15px 10px !important;
  }
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-actions {
    margin-top: 10px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .form-checkbox {
  order: 0;
  appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #99A0A5;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .form-checkbox:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description {
  order: 1;
  font-size: 15px;
  width: calc(100% - 35px);
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description * {
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description * {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description * {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description * {
    font-size: 12px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description a {
  color: #007FDA;
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description a:hover {
  color: #2FB1E9;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .description {
    font-size: 12px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy .form-item--error-message {
  order: 2;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item-privacy {
    margin-top: 20px;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body .webform-submission-form .form-item--error-message {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body {
    width: calc(100vw - 54px);
  }
}
@media screen and (max-width: 575px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content .modal-body {
    width: auto;
  }
}
#drupal-bootstrap4-modal .modal-dialog .modal-content .modal-footer {
  display: none;
}
@media screen and (max-width: 1199px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content {
    padding: 45px 80px 60px;
  }
}
@media screen and (max-width: 991px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content {
    padding: 25px 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  #drupal-bootstrap4-modal .modal-dialog .modal-content {
    padding: 15px;
  }
}
.ajax-progress {
  display: none !important;
}
.node--type-page.node--view-mode-full .field--name-body img {
  max-width: 50%;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .node--type-page.node--view-mode-full .field--name-body img {
    max-width: 100%;
    width: 100% !important;
  }
}
.node--type-page.node--view-mode-full .field--name-body img.align-left {
  margin: 5px 5px 5px 0 !important;
}
@media screen and (max-width: 991px) {
  .node--type-page.node--view-mode-full .field--name-body img.align-left {
    margin: 5px 0 !important;
  }
}
.node--type-page.node--view-mode-full .field--name-body img.align-right {
  margin: 5px 0 5px 5px !important;
}
@media screen and (max-width: 991px) {
  .node--type-page.node--view-mode-full .field--name-body img.align-right {
    margin: 5px 0 !important;
  }
}
