@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/Nunito-Variable.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/Poppins.ttf") format("truetype");
}

body {
  height: 100%;
  margin: 0;
}

#main {
  background-color: #fef8f3;
}

body > * {
  font-family: "Nunito", sans-serif;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main {
  flex: 1;
}

.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
img {
  max-width: 100%;
  height: auto;
}
/*HEADER STYLES*/
#footer .ajax-progress,
#header .ajax-progress {
  display: none;
}

.header-bottom {
  background: #ccc;
}

.toolbar .toolbar-tab .toolbar-icon {
  padding: 0.75em 1.5em 0.75em 2.5em;
}
.path-admin .messages--error {
  display: none;
}
/* *** contextual-region *** */
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}

.contextual-region .contextual-region .contextual {
  top: 8px;
}

.contextual-region:hover .contextual {
  display: block;
}

.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}

.cart-block--summary .cart-block--summary__count {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background: #ccc;
  color: #fff;
  top: -3px;
  right: -9px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
}

#header-mob {
  top: 0;
  width: 100%;
  background: #d9d9d9;
  color: #000;
  padding: 5px 5px;
  z-index: 50;
}

#header-mob.toolbar-horizontal #header-mob {
  top: 0;
}

#header-mob > * {
  padding: 0 10px;
}

#header-mob a {
  color: #000;
}

.offcanvas {
  --bs-offcanvas-bg: #d9d9d9;
}

.offcanvas .offcanvas-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}

/*HEADER STYLES*/

/* SLICK STYLES */
.region-slider .view-content:not(.slick-initialized) .views-row {
  display: none;
}

.region-slider .view-content:not(.slick-initialized) .views-row:first-child {
  display: block;
}

div#slider-block
  .view.view-slayder.view-id-slayder
  .view-content
  .node--type-slide
  .content {
  position: absolute;
  top: 0;
  bottom: calc(1vw + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

button.slick-prev.slick-arrow {
  left: 25px;
}

button.slick-next.slick-arrow {
  right: 25px;
}

ul.slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
  list-style: none;
  margin: 10px 0;
}

ul.slick-dots li button {
  background: #686868;
  border-radius: 50%;
  border: none;
  padding: 0;
  width: 10px;
  font-size: 0;
  height: 10px;
  display: block;
}

ul.slick-dots li button::before {
  display: none;
}

ul.slick-dots li.slick-active button {
  background: #272727;
}

button.slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

button.slick-arrow::before {
  content: "";
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
}

button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
  transform: rotate(-90deg);
}

button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
  transform: rotate(90deg);
}

#scrollToTop {
  width: 43px;
  height: 43px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 118px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}

/* SLICK STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser {
  display: flex;
  gap: 50px;
}

.product-teaser .product-teaser-image {
  max-width: 500px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .current-slide.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track
  .element.slick-slide
  img {
  max-width: 500px;
  min-width: 500px;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .nav-slide.slick-initialized.slick-slider
  .slick-list.draggable {
  margin: 0 -5px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .nav-slide.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track
  .element.slick-slide {
  margin: 0 5px;
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
}

.product-teaser
  .product-teaser-image
  .field.field--name-field-variation-image.field--type-image
  .elements
  .nav-slide.slick-initialized.slick-slider
  .slick-list.draggable
  .slick-track
  .element.slick-slide
  img {
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
  object-fit: cover;
}

.product-teaser .product-teaser-info {
  max-width: 500px;
}

.product-view-full button.slick-prev.slick-arrow {
  left: -25px;
}

.product-view-full button.slick-next.slick-arrow {
  right: -25px;
}

.node--view-mode-full .field--name-body img {
  margin: 0 10px;
}

/* PRODUCT PAGE STYLES*/
:root {
  --h1-size: 52px;
  --h2-size: 42px;
  --h3-size: 32px;
  --h4-size: 24px;
  --blue: #1474b9;
  --blue-focus: rgba(99, 99, 99, 0.25);
}

.form-control:focus,
.btn:focus-visible,
.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem var(--blue-focus);
}

h1 {
  font-size: var(--h1-size);
}

h2 {
  font-size: var(--h2-size);
}

h3 {
  font-size: var(--h3-size);
}

h4 {
  font-size: var(--h4-size);
}

/* header */
#header {
  background-color: #fff;
}

#header .header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .header-top .container .col-logo a {
  text-decoration: none;
}

#header .header-top .container .col-logo img {
  max-width: 70px;
  max-height: auto;
  padding-top: 11px;
  padding-bottom: 15px;
}

#header .header-top .container .col-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .header-top .container .col-logo .site-name {
  font-family: Poppins, Nunito;
  font-size: 25px;
  font-weight: 800;
  text-align: left;
  color: #feb33b;
}

#header .header-top .container .col-tel {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#header .header-top .container .col-tel .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

#header .header-top .container .col-tel .contact-item a {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #3b3b3b;
  text-decoration: none;
}

#header .header-top .container .col-mail .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

#header .header-top .container .col-mail a,
#header .header-top .container .col-mail span {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #3b3b3b;
  text-decoration: none;
}

#header .header-top .container .col-mail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#header .header-top .container .col-callback .field--name-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(100deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  border: none;
}

#header .header-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 77px;
}

#header .header-bottom {
  background: #fff;
}

#header .header-bottom .col-nav .nav-link {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #3b3b3b;
  padding: 0;
}

#header .header-bottom .col-nav .nav-link:hover {
  color: #51a4d6;
}

#header .header-bottom .col-nav .nav {
  display: flex;
  justify-content: space-between;
}

#header .header-bottom .col-nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

#header .header-bottom .region-navigation {
  width: 100%;
}

#header .header-bottom .col-msg {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .header-bottom .col-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header-bottom .col-search form input {
  display: none;
}

#header .header-bottom {
  padding-bottom: 15px;
}

#header .header-bottom .col-search .search-form__submit {
  width: 20px;
  height: 23px;
  background: none;
  border: none;
  position: relative;
  padding: 0;
  font-size: 0px;
}

#header .header-bottom .col-search .search-form__submit::after {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wr_banner .view-content .views-row {
  position: relative;
  background-image: url("../image/banner_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wr_banner .view-content .contextual-region {
  position: static;
}

.wr_banner .field--name-field-banner-img {
  position: absolute;
  right: 1%;
  bottom: 3.5%;
}

.wr_banner .container {
  padding-top: 268px;
  padding-bottom: 244px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wr_banner .container h1 {
  font-weight: bold;
  text-align: left;
  color: #3b3b3b;
  padding-right: 30%;
}

.wr_banner .field--name-body p {
  font-size: 18px;
  text-align: left;
  color: #3b3b3b;
  padding-right: 45%;
}

.wr_banner .field--name-field-banner-fos {
  display: flex;
}

.wr_banner .field--name-field-banner-fos a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(100deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* преимущества */
.wr_advantages .block-title {
  font-weight: bold;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 46px;
  margin-top: 80px;
}

.wr_advantages .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.advantages-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 14px 17px 14px 17px;
  border-radius: 20px;
  border: solid 3px #51a4d6;
  background-color: #fff;
  height: 100%;
}

.wr_advantages .node--type-advantages {
  height: 100%;
}

.advantages-top {
  display: flex;
  gap: 5px;
}

.advantages-top h4 {
  font-weight: bold;
  line-height: 1.22;
  text-align: center;
  color: #feb33b;
  margin-bottom: 0;
  margin-top: 10px;
}

.advantages-container .field--name-body p {
  font-size: 14px;
  text-align: center;
  color: #5b5b5b;
  margin-bottom: 0;
}

.field--name-field-advantages-img {
  flex-shrink: 0;
}

/* экскурсии */
.wr_tours .block-title {
  font-weight: bold;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 46px;
  margin-top: 80px;
}

.tours-container,
.travel-container {
  display: flex;
  position: relative;
}

.tours-container .tours-left,
.travel-container .travel-left {
  flex-shrink: 0;
  position: relative;
}

.tours-left .field--name-field-tours-city,
.travel-left .field--name-field-travel-city {
  position: absolute;
  left: 30px;
  bottom: 24px;
  pointer-events: none;
  text-align: left;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.wr_tours .view-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tours-container .tours-left img,
.travel-container .travel-left img {
  border-radius: 20px 0 0 20px;
}

.tours-container .tours-left .field--name-field-field-tours-img::after,
.travel-container .travel-left .field--name-field-field-travel-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background-image: linear-gradient(
    to bottom,
    rgba(84, 166, 216, 0) 0%,
    #54a6d8 100%
  );
  pointer-events: none;
  border-radius: 20px 0 0 20px;
}

.tours-right,
.travel-right {
  padding: 30px 40px 20px 35px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% / 3 + 27px);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tours-right h3, .travel-right h3 {
    font-weight: bold;
    text-align: right;
    color: #3b3b3b;
    margin-bottom: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
}

.tours-right .field--name-field-tours-value-guests,
.travel-right .field--name-field-travel-value-guests {
  font-size: 18px;
  text-align: right;
  color: #3b3b3b;
  margin-bottom: 10px;
}

.tours-right .field--name-body,
.travel-right .field--name-body {
  font-size: 18px;
  text-align: right;
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tours-right .field--name-field-price,
.travel-right .field--name-field-travel-price {
  font-size: 32px;
  font-weight: bold;
  text-align: right;
  color: #51a4d6;
  margin-top: 10px;
  margin-bottom: 13px;
}

.tours-right .field--name-field-tours-fos,
.travel-right .field--name-field-travel-fos {
  display: flex;
}

.tours-right .field--name-field-tours-fos a,
.travel-right .field--name-field-travel-fos a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(98deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.wr_tours .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wr_tours .more-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(104deg, #7cc5f2 0%, #51a4d6 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

/* как это работает */
.wr_how_it_works .block-title {
  font-weight: bold;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 26px;
  margin-top: 80px;
}

.wr_how_it_works .view-header p {
  font-size: 18px;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 40px;
}

.wr_how_it_works .view-content {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.how-it-work-container {
  padding: 0px 40px 30px 0;
  border-radius: 35.5px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
  width: calc(100% / 2);
}

.how-it-work-top .field--name-field-how-it-work-number {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wr_how_it_works
  .views-row:nth-child(1)
  .how-it-work-top
  .field--name-field-how-it-work-number {
  background-image: linear-gradient(135deg, #aee273 0%, #90cc60 100%);
}

.wr_how_it_works
  .views-row:nth-child(2)
  .how-it-work-top
  .field--name-field-how-it-work-number {
  background-image: linear-gradient(135deg, #fdb23a 0%, #e88b0c 100%);
}

.wr_how_it_works
  .views-row:nth-child(3)
  .how-it-work-top
  .field--name-field-how-it-work-number {
  background-image: linear-gradient(135deg, #7ac4f1 0%, #53a5d8 100%);
}

.wr_how_it_works
  .views-row:nth-child(4)
  .how-it-work-top
  .field--name-field-how-it-work-number {
  background-image: linear-gradient(135deg, #fcb5bb 0%, #fa9ba3 100%);
}

.how-it-work-top {
  display: flex;
  gap: 30px;
  align-items: center;
}

.how-it-work-top h3 {
  font-weight: bold;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 0;
}

.how-it-work-bottom p {
  font-size: 18px;
  text-align: left;
  color: #5b5b5b;
  margin-left: 100px;
}

.wr_how_it_works::after {
  content: "";
  position: absolute;
  right: 1%;
  bottom: 10%;
  background-image: url("../image/how_it_works.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 900px;
  height: 600px;
  pointer-events: none;
}

.wr_how_it_works {
  position: relative;
}

/* галерея */
.wr_gallery .block-title {
  font-weight: bold;
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 46px;
  margin-top: 80px;
}

.wr_gallery .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.wr_gallery .views-row img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wr_gallery .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wr_gallery .more-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(104deg, #7cc5f2 0%, #51a4d6 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.wr_callback_form .views-row {
  margin-top: 80px;
  width: calc(100% / 2);
  margin-left: auto;
}

.wr_callback_form .views-row h2 {
  font-weight: bold;
  text-align: right;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.wr_callback_form .views-row .js-form-type-webform-markup p {
  font-size: 18px;
  text-align: right;
  color: #3b3b3b;
}

.container-name-tel label {
  display: none;
}

.container-name-tel {
  display: flex;
  gap: 30px;
}

.container-name-tel input {
  border-radius: 30px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
  padding: 17px 20px 17px 20px;
  font-size: 18px;
  color: #5b5b5b;
  margin-top: 0;
  border: none;
}

.container-name-tel input::placeholder {
  font-size: 18px;
  color: #5b5b5b;
}

.wr_callback_form .js-form-type-checkbox {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-top: 20px;
}

.wr_callback_form .js-form-type-checkbox .description > * {
  font-size: 14px;
  text-align: left;
  color: #636363;
}

.wr_callback_form .js-form-type-checkbox .description a {
  font-size: 14px;
  text-align: left;
  color: #636363;
}

.wr_callback_form .alert-error {
  display: none;
}

.wr_callback_form .form-item--error-message {
  font-size: 13px;
  color: #636363;
}

.wr_callback_form .form-control:focus {
  color: #636363;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
}

.wr_callback_form .js-form-type-checkbox {
  position: relative;
}

.wr_callback_form .js-form-type-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #636363;
  border-radius: 2px;
  background: #fef8f3;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.wr_callback_form .js-form-type-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wr_callback_form .js-form-type-checkbox input[type="checkbox"]:checked {
  background: #636363;
  border-color: #636363;
}

.wr_callback_form .webform-button--submit {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  border-radius: 20px;
  background-image: linear-gradient(95deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: none;
}

.wr_callback_form::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 0;
  background-image: url("../image/fos_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  width: 600px;
  height: 400px;
}

.wr_callback_form {
  position: relative;
}

/* footer */
.footer-col-logo .footer-logo img {
  max-width: 170px;
  max-height: auto;
}

.footer-col-logo .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
}

#footer {
  padding-top: 28px;
}

.org-tours-text,
.copyright,
.ooo,
.politika a {
  font-size: 14px;
  color: #5b5b5b;
}

/* карта */
.wr_map {
  margin-top: 70px;
}

.footer-col-nav .nav-text,
.footer-col-cities .cities-text,
.footer-col-contacts .contacts-text {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #feb33b;
  margin-bottom: 18px;
}

.footer-col-logo {
  max-width: 303px;
}

.footer-col-nav .nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col-nav .nav-link {
  padding: 0;
  font-size: 14px;
  color: #3b3b3b;
}

.footer-col-nav .nav-link-glav,
.footer-col-cities .field--name-body p {
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #3b3b3b;
}

.col-msg-footer a {
  text-decoration: none;
}

.col-msg-footer {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-col-contacts .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.footer-col-contacts .contact-item a,
.footer-col-contacts .contact-item span {
  font-size: 14px;
  color: #3b3b3b;
  text-decoration: none;
}

.col-webvesta a {
  font-size: 14px;
  color: #3b3b3b;
  text-decoration: none;
}

/* страница поиска */
.search-page-custom {
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-page-custom h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.search-page-custom h2 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.search-page-custom .search-form__submit {
  width: 20px;
  height: 23px;
  background: none;
  border: none;
  position: relative;
  padding: 0px;
  font-size: 0px;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
}

.search-page-custom input {
  border: none;
  background-color: #fef8f3;
  border-radius: 0;
  border-bottom: 1px solid #feb33b;
  font-size: 18px;
  color: #5b5b5b;
}

.search-page-custom input::placeholder {
  font-size: 18px;
  color: #5b5b5b;
}

.search-page-custom input:focus {
  color: #5b5b5b;
  background-color: initial;
  border-color: #feb33b;
  outline: 0;
  box-shadow: none;
}

.search-page-custom .search-api-page-block-form-search {
  display: flex;
  align-items: center;
}

.search-page-custom a {
  text-decoration: none;
  color: #51a4d6;
}

/* страница контактов */
.contacts-block-custom-container-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 46px;
}

.body-node--800 .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-node--800 h1 span {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 46px;
  display: block;
}

.contacts-block-custom-container-top * {
  margin-bottom: 0;
  color: #5b5b5b;
}

/* страница фотогаллереи */
.body-view--fotogalereya .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-view--fotogalereya h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 46px;
}

.body-view--fotogalereya .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-view--fotogalereya .views-row img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-view--fotogalereya .views-row h3 {
  border-radius: 0 0 20px 20px;
  text-align: center;
  background-color: #feb33b;
  border-top: none;
  font-weight: bold;
  line-height: 1.22;
  color: white;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-view--fotogalereya .field--name-node-title {
  display: flex;
  height: 100%;
}

.node--type-photogallery {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* страница экскурсии */

.body-view--ekskursii .wr_content,
.body-view--travels .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-view--ekskursii h1,
.body-view--travels h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 46px;
}

.body-view--ekskursii .view-content,
.body-view--travels .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 30px 40px 20px 35px;
    border-radius: 0px 20px 20px 0px;
    position: static;
    width: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-view--ekskursii .tours-container, .body-view--travels .travel-container {
    flex-direction: column;
}

.body-view--ekskursii .tours-container .tours-left img, .body-view--travels .travel-container .travel-left img {
    border-radius: 20px 20px 0 0;
}

.body-view--ekskursii .tours-container .tours-left .field--name-field-field-tours-img::after,
.body-view--travels .travel-container .travel-left .field--name-field-field-travel-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(84, 166, 216, 0) 0%, #54a6d8 100%);
    pointer-events: none;
    border-radius: 20px 20px 0 0;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 15px 20px 15px 10px;
    border-radius: 0px 0px 20px 20px;
    height: 100%;
}

.body-view--ekskursii .view-content .views-row,
.body-view--ekskursii .view-content .views-row .node--type-ekskursii,
.body-view--ekskursii .view-content .views-row .tours-container,
.body-view--travels .view-content .views-row,
.body-view--travels .view-content .views-row .node--type-travel,
.body-view--travels .view-content .views-row .travel-container {
  height: 100%;
}

.tours-right .field--name-body, .travel-right .field--name-body {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* страница отзывов */
.body-view--reviews .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 46px;
}

.body-view--reviews .view-header input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(100deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  border: none;
}

.body-view--reviews .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-view--reviews h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.body-view--reviews #block-add-review-form {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
}

.body-view--reviews #block-add-review-form label {
  display: none;
}

.body-view--reviews #block-add-review-form input {
  margin-top: 0;
}

.body-view--reviews #block-add-review-form .field--type-datetime h4 {
  display: none;
}

.body-view--reviews #block-add-review-form textarea {
  border-radius: 20px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
  padding: 17px 20px 17px 20px;
  font-size: 18px;
  color: #5b5b5b;
  border: none;
  margin: 10px 0;
  border: rgba(0, 0, 0, 0.25) solid 1px;
  transition: 0.3s;
}

.body-view--reviews #block-add-review-form textarea:focus {
  color: #5b5b5b;
  background-color: #fef8f3;
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: none;
}

.body-view--reviews #block-add-review-form input {
  border-radius: 20px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
  padding: 17px 20px 17px 20px;
  font-size: 18px;
  color: #5b5b5b;
  border: none;
  border: rgba(0, 0, 0, 0.25) solid 1px;
  transition: 0.3s;
}

.body-view--reviews #block-add-review-form input[type="date"] {
  padding: 10px;
  border-radius: 10px;
}

.body-view--reviews #block-add-review-form input:focus {
  color: #5b5b5b;
  background-color: #fef8f3;
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: none;
}

.body-view--reviews #block-add-review-form .field--type-boolean label {
  display: inline;
}

.body-view--reviews .form-item--error-message {
  font-size: 13px;
  color: #636363;
}

.body-view--reviews #block-add-review-form .form-actions {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.body-view--reviews .form-actions button {
  padding: 10px 28px;
  border-radius: 20px;
  background-image: linear-gradient(95deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  border: none;
}

.body-view--reviews #block-add-review-form .form-actions input {
  border: none;
  display: inline;
  color: #feb33b;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  border: none;
  box-shadow: none;
}

.body-view--reviews .views-row {
  border-radius: 20px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
  padding: 20px;
}

.body-view--reviews .views-row h2 {
  font-weight: bold;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 0;
}

.body-view--reviews .field--name-field-review-date {
  font-size: 14px;
  color: #5b5b5b;
  margin-bottom: 10px;
  border-bottom: 1px solid #5b5b5b;
  padding-bottom: 10px;
}

.body-view--reviews .field--name-field-review-description {
  font-size: 18px;
  color: #5b5b5b;
  margin-top: 10px;
}

/* полная страница галереи */
.body-node-type--photogallery .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-node-type--photogallery h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 46px;
}

.body-node-type--photogallery .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.body-node-type--photogallery .photoswipe-gallery .field__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* модалка фос */
.modal-dialog .modal-content {
  background-color: #fef8f3;
  border: #3b3b3b solid 1px;
}

.modal-dialog .modal-title {
  font-weight: bold;
  color: #3b3b3b;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

.modal-header {
  border-bottom: #3b3b3b solid 1px;
}

.modal-dialog .container-name-tel {
  flex-direction: column;
  gap: 10px;
}

.modal-dialog h2 {
  font-weight: bold;
  color: #3b3b3b;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 650px;
  }
}

.modal-dialog .js-form-type-checkbox {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-top: 20px;
}

.modal-dialog .js-form-type-checkbox .description > * {
  font-size: 14px;
  text-align: left;
  color: #636363;
}

.modal-dialog .js-form-type-checkbox .description a {
  font-size: 14px;
  text-align: left;
  color: #636363;
}

.modal-dialog .js-form-type-checkbox {
  position: relative;
}

.modal-dialog .js-form-type-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #636363;
  border-radius: 2px;
  background: #fef8f3;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.modal-dialog .js-form-type-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.modal-dialog .js-form-type-checkbox input[type="checkbox"]:checked {
  background: #636363;
  border-color: #636363;
}

.modal-footer {
  border-top: none;
}

.modal-footer .webform-button--submit {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  border-radius: 20px;
  background-image: linear-gradient(95deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: none;
}

.modal-dialog .alert-danger {
  display: none;
}

.modal-dialog .form-item--error-message {
  font-size: 13px;
  color: #636363;
}

/* пагинация */
.pager {
  margin-top: 20px;
}

.pager .pager__items {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pager .pager__items > * {
  color: #636363;
  text-decoration: none;
  list-style-type: none;
  font-weight: bold;
}

.pager .pager__items a {
  color: #feb33b;
  text-decoration: none;
  list-style-type: none;
}

.wr_callback_on_front .field--name-field-fos-img {
  display: flex;
  justify-content: end;
}

.wr_catalog_on_front .field--name-field-service-image img {
  width: 100%;
}

/* страница услуг */

.body-view--services .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.body-view--services h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 46px;
}

.body-view--services .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-view--services .wr_content .node--type-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 14px 17px 14px 17px;
  border-radius: 20px;
  border: solid 3px #51a4d6;
  background-color: #fff;
  height: 100%;
}

.body-view--services .wr_content .node--type-service h3 a {
  font-weight: bold;
  line-height: 1.22;
  text-align: center;
  color: #feb33b;
  margin-bottom: 0;
  margin-top: 10px;
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body-view--services .wr_content .node--type-service .field--name-body {
  text-align: center;
  color: #5b5b5b;
  margin-bottom: 0;
}

/* полная страница услуг */
.body-node-type--service .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.body-node-type--service h1 {
  font-weight: bold;
  color: #3b3b3b;
  margin-bottom: 46px;
}

.body-node-type--service .field--name-body p {
  font-size: 18px;
  color: #5b5b5b;
}

/* полная страница экскурсий */
.tours-full-container,
.travel-full-container {
  display: flex;
  gap: 30px;
  margin-top: 46px;
}

.tours-full-left,
.tours-full-right,
.travel-full-left,
.travel-full-right {
  width: 50%;
}

.tours-full-left .slick-slide img,
.travel-full-left .slick-slide img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tours-full-left .slick-list,
.travel-full-left .slick-list {
  border-radius: 20px;
}

.tours-full-right .field--name-field-price,
.travel-full-right .field--name-field-travel-price {
  font-size: 32px;
  font-weight: bold;
  color: #51a4d6;
}

.tours-full-right .field--name-field-tours-value-guests,
.travel-full-right .field--name-field-travel-value-guests {
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 10px;
  font-weight: bold;
}

.tours-full-right .field--name-body,
.travel-full-right .field--name-body {
  font-size: 18px;
  color: #3b3b3b;
}

.tours-full-left .field--name-field-tours-fos a,
.travel-full-left .field--name-field-travel-fos a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(98deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  width: 100%;
  text-decoration: none;
  margin-top: 20px;
}

.body-node-type--ekskursii .wr_content,
.body-node-type--travel .wr_content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: white;
}

/* модальное окно при нажатии заказать */
.ui-dialog {
  background-color: #fef8f3 !important;
  border: #3b3b3b solid 1px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.ui-dialog .ui-dialog-titlebar {
  border: none;
  background-color: #fef8f3 !important;
  border-bottom: #3b3b3b solid 1px !important;
  border-radius: 8px 8px 0 0 !important;
  padding: 15px 20px !important;
}

.ui-dialog .ui-dialog-title {
  font-weight: bold;
  color: #3b3b3b;
  font-size: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 20px;
  height: 20px;
  background: none !important;
  border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close::after {
  content: "×";
  font-size: 28px;
  color: #3b3b3b;
  line-height: 1;
}

#drupal-modal {
  padding: 20px !important;
}

.webform-submission-callback-form h2 {
  font-weight: bold;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 10px;
  font-size: 24px;
}

.webform-submission-callback-form .js-form-type-webform-markup p {
  font-size: 18px;
  text-align: left;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.webform-submission-callback-form .container-name-tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.webform-submission-callback-form .container-name-tel input {
  border-radius: 30px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
  background-color: #fef8f3;
  padding: 17px 20px 17px 20px;
  font-size: 18px;
  color: #5b5b5b;
  border: none;
  transition: 0.3s;
}

.webform-submission-callback-form .container-name-tel input::placeholder {
  font-size: 18px;
  color: #5b5b5b;
}

.webform-submission-callback-form .container-name-tel input:focus {
  color: #5b5b5b;
  background-color: initial;
  border-color: initial;
  outline: 0;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
}

.webform-submission-callback-form .js-form-type-checkbox {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.webform-submission-callback-form .js-form-type-checkbox .description > * {
  font-size: 14px;
  text-align: left;
  color: #636363;
}

.webform-submission-callback-form .js-form-type-checkbox .description a {
  font-size: 14px;
  text-align: left;
  color: #636363;
}

.webform-submission-callback-form
  .js-form-type-checkbox
  input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  margin-top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #636363;
  border-radius: 2px;
  background: #fef8f3;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.webform-submission-callback-form
  .js-form-type-checkbox
  input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.webform-submission-callback-form
  .js-form-type-checkbox
  input[type="checkbox"]:checked {
  background: #636363;
  border-color: #636363;
}

.webform-submission-callback-form .webform-button--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 28px;
  border-radius: 20px;
  background-image: linear-gradient(95deg, #feb33b 0%, #e6890a 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.webform-submission-callback-form .webform-button--submit:hover {
  opacity: 0.9;
}

.webform-submission-callback-form .form-item--error-message {
  font-size: 13px;
  color: #636363;
  margin-top: 5px;
}

.webform-submission-callback-form .alert-danger {
  display: none;
}

#header-mob .col-logo img {
  max-width: 100px;
}

#header-mob {
  top: 0;
  width: 100%;
  background: white;
  color: #000;
  padding: 5px 5px;
  z-index: 50;
}

#header-mob a {
  text-decoration: none;
  font-weight: bold;
}

/* vpa */
div#vpa-short-wrapper {
  padding: 8px 30px 8px 40px;
  background-color: #fef8f3;
  box-shadow: none;
  border-radius: 0px;
  margin: 0 0 0 auto;
  max-width: 720px;
  padding: 8px 30px 8px 40px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: #032542;
  align-items: center;
  bottom: 0;
}

.vpa-content p,
.vpa-content a {
  font-size: 14px;
  text-align: left;
  color: #3b3b3b;
  text-decoration: none;
}

div#vpa-short-wrapper .vpa-actions button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 28px;
  border-radius: 20px;
  background-image: linear-gradient(104deg, #7cc5f2 0%, #51a4d6 100%);
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

/* offcanvas */
.offcanvas {
  background-color: white;
}

.offcanvas-header img {
  max-height: 150px;
}

.offcanvas-body .nav-link {
  padding: 0;
}

/* offcanvas search - use same styling as search page */
.offcanvas-body .search-api-page-block-form-search {
  display: flex;
  align-items: center;
}

.offcanvas-body .search-api-page-block-form-search .search-form__submit {
  width: 20px;
  height: 23px;
  background: none;
  border: none;
  position: relative;
  padding: 0px;
  font-size: 0px;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.offcanvas-body .search-api-page-block-form-search input {
  border: none;
  background-color: white;
  border-radius: 0;
  border-bottom: 1px solid #feb33b;
  font-size: 18px;
  color: #5b5b5b;
}

.offcanvas-body .search-api-page-block-form-search input::placeholder {
  font-size: 18px;
  color: #5b5b5b;
}

.offcanvas-body .search-api-page-block-form-search input:focus {
  color: #5b5b5b;
  background-color: initial;
  border-color: #feb33b;
  outline: 0;
  box-shadow: none;
}

.offcanvas-end .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.offcanvas-end .contact-item a,
.offcanvas-end .contact-item span {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #3b3b3b;
  text-decoration: none;
}

.offcanvas-end .col-msg {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.offcanvas-body .footer-nav .nav-link-glav {
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
  font-size: 18px;
}

.offcanvas-body .footer-nav .nav-link {
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

/* изменения туров для трех колонок */
.body-view--ekskursii .tours-left .field--name-field-tours-city, .body-view--travels .travel-left .field--name-field-travel-city {
    left: 15px;
    bottom: 12px;
    font-size: 24px;
}

.body-view--ekskursii .tours-right h3,
.body-view--travels .travel-right h3 {
    margin-bottom: 12px;
    font-size: 24px;
        -webkit-line-clamp: 10;
    line-clamp: 10;
}

.body-view--ekskursii .tours-right .field--name-field-price, .body-view--travels  .travel-right .field--name-field-travel-price {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 13px;
}

/* *** ADAPTIVE *** */

@media screen and (max-width: 991px) {
  #offcanvasNav .nav .dropdown-menu {
    display: none;
    position: static;
    border: 0px solid;
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #bdbdbd;
  }

  #offcanvasNav li.nav-item {
    width: 100%;
  }
}

/* <576px */
@media (max-width: 575px) {
  .search-page-custom,
  .body-node--800 .wr_content,
  .body-view--reviews .wr_content,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content,
  .body-view--ekskursii .wr_content,
  .body-node-type--ekskursii .wr_content,
  .body-node-type--travel .wr_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-node--800 h1 span,
  .body-view--fotogalereya h1,
  .body-node-type--photogallery h1,
  .body-view--services h1,
  .body-node-type--service h1,
  .body-view--ekskursii h1 {
    margin-bottom: 16px;
  }







  .wr_advantages .block-title,
.wr_tours .block-title,
.wr_how_it_works .block-title,
.wr_gallery .block-title {
margin-top: 30px;
margin-bottom: 16px;
}

  .wr_banner .container {
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 5px;
}

.wr_banner .field--name-body p {
    font-size: 16px;
}

.wr_banner .field--name-field-banner-fos a {
    padding: 6px 14px;
    font-size: 16px;
}

.field--name-field-advantages-img {
    width: 40%;
}

.field--name-field-advantages-img img {
    width: 70%;
}

.advantages-container {
    gap: 3px;
    padding: 10px 12px 10px 12px;
    border-radius: 10px;
    border: solid 2px #51a4d6;
    background-color: #fff;
    height: 100%;
}

.wr_banner .container h1 {
    font-size: 32px;
}

  .wr_banner .field--name-field-banner-img {
    display: none;
}

.wr_how_it_works::after {
    display: none;
}

.wr_callback_form::after {
    display: none;
}

.wr_advantages .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.wr_how_it_works .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.wr_banner .container h1,
.wr_banner .field--name-body p {
    padding-right: 0%;
}

.how-it-work-container {
    width: 100%;
    padding: 0px 10px 10px 0;
    border-radius: 20px;
}

.webform-submission-callback-form .webform-button--submit {
    font-size: 18px;
}

.webform-submission-callback-form .container-name-tel input {
    padding: 10px 20px 10px 20px;
}

.wr_tours .view-content {
    gap: 15px;
}

.wr_tours .more-link,
.wr_gallery .more-link {
    margin-top: 10px;
}

.wr_tours .more-link a,
.wr_gallery .more-link a {
    padding: 4px 28px;
    font-size: 16px;
}

.how-it-work-top .field--name-field-how-it-work-number {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.how-it-work-bottom p {
    font-size: 16px;
    margin-left: 55px;
    margin-bottom: 0;
}

.how-it-work-top {
    gap: 15px;
}

.wr_how_it_works .view-header p {
    margin-bottom: 10px;
}

.wr_how_it_works .view-header p {
    font-size: 16px;
}

.how-it-work-top h3 {
    font-size: 20px;
}

.wr_gallery .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.wr_gallery .views-row:not(:first-child) {
    display: none;
    border: 10px solid red;
}

.wr_callback_form .views-row {
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
}

.wr_callback_form .views-row h2,
.wr_callback_form .views-row .js-form-type-webform-markup p {
    text-align: left;
}

.wr_callback_form .views-row h2 {
    margin-bottom: 10px;
}

.webform-submission-callback-form .webform-button--submit {
    padding: 6px 28px;
    font-size: 18px;
}



















  .footer-col-logo {
    min-width: auto;
  }

  div#vpa-short-wrapper .vpa-actions button {
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }

  .tours-full-container,
  .travel-full-container {
    display: block;
    gap: 15px;
    margin-top: 16px;
  }

  .tours-full-left,
  .tours-full-right,
  .travel-full-left,
  .travel-full-right {
    width: 100%;
  }

  .tours-full-left,
  .travel-full-left {
    margin-bottom: 30px;
  }

  .tours-container .tours-left,
  .travel-container .travel-left {
    flex-shrink: 1;
  }

  .tours-right,
  .travel-right {
    padding: 15px 20px 10px 17px;
    border-radius: 20px;
    width: 100%;
    position: static;
    border-radius: 0px 0px 20px 20px;
    max-width: 100%;
  }

  .tours-container .tours-left .field--name-field-field-tours-img::after,
  .travel-container .travel-left .field--name-field-field-travel-img::after {
    height: 100px;
    border-radius: 0px;
  }

  .tours-container .tours-left img,
  .travel-container .travel-left img {
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
    height: 100%;
  }

  .tours-right h3,
  .travel-right h3 {
    margin-bottom: 12px;
    text-align: left;
  }

  .tours-right .field--name-field-tours-value-guests,
  .travel-right .field--name-field-travel-value-guests {
    text-align: left;
  }

  .tours-right .field--name-body,
  .travel-right .field--name-body {
    text-align: left;
  }

  .tours-container,
  .travel-container {
    display: flex;
    flex-direction: column;
  }

  .tours-right .field--name-field-price,
  .travel-right .field--name-field-travel-price {
    font-size: 22px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tours-right .field--name-field-tours-fos a,
  .travel-right .field--name-field-travel-fos a {
    padding: 4px 28px;
    border-radius: 20px;
    font-size: 18px;
  }

  .tours-left .field--name-field-field-tours-img > *,
  .travel-left .field--name-field-field-travel-img > *,
  .tours-left .field--name-field-field-tours-img,
  .travel-left .field--name-field-field-travel-img {
    height: 100%;
  }

  .tours-left .field--name-field-tours-city,
  .travel-left .field--name-field-travel-city {
    position: absolute;
    left: 15px;
    bottom: 12px;
    pointer-events: none;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
  }

  .vpa-actions {
    width: 100%;
  }

  div#vpa-short-wrapper {
    max-width: 100%;
    padding: 20px 24px 6px 28px;
    gap: 14px;
    flex-direction: column;
  }

  #scrollToTop {
    width: 30px;
    height: 30px;
    bottom: 40px;
    right: 20px;
  }

  .ui-dialog .ui-dialog-title {
    font-size: 16px;
  }

  .webform-submission-callback-form .webform-button--submit {
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .footer-col-logo .footer-logo img {
    max-width: 100px;
  }

  .footer-col-nav .nav-text,
  .footer-col-cities .cities-text,
  .footer-col-contacts .contacts-text {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col-logo {
    order: 1;
    width: calc(50% - 10px);
  }

  .footer-col-nav {
    order: 2;
    width: calc(50% - 10px);
  }

  .footer-col-cities {
    order: 3;
    width: calc(50% - 10px);
  }

  .footer-col-contacts {
    order: 4;
    width: calc(50% - 10px);
  }

  .footer-col-logo > * {
    text-align: center;
  }

  #footer .container > div {
    flex-wrap: wrap;
    gap: 20px;
  }

  .webform-submission-callback-form .container-name-tel input {
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 16px;
  }

  .modal-footer .webform-button--submit {
    font-size: 18px;
  }

  .webform-submission-callback-form .js-form-type-checkbox .description > * {
    font-size: 13px;
    text-align: left;
    color: #636363;
  }

  .body-view--services .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-view--services .wr_content .node--type-service {
    padding: 14px 17px 14px 17px;
    border-radius: 10px;
    border: solid 2px #51a4d6;
  }

  :root {
    --h1-size: 36px;
    --h2-size: 26px;
    --h3-size: 20px;
    --h4-size: 16px;
  }

  #header-mob .col-logo img {
    max-width: 50px;
  }

  #header-mob a {
    text-decoration: none;
    font-size: 13px;
  }

  .body-view--reviews .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 16px;
  }

  #header-mob .col-phone {
    padding-left: 0px;
  }

  .body-view--reviews #block-add-review-form {
    padding: 10px;
    border-radius: 10px;
  }

  .body-view--reviews .view-header input {
    padding: 6px 18px;
    font-size: 18px;
  }

  .body-view--reviews #block-add-review-form textarea,
  .body-view--reviews #block-add-review-form input {
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 18px;
  }

  .body-view--reviews #block-add-review-form input[type="date"] {
    padding: 5px;
  }

  .body-view--reviews .form-actions button {
    padding: 10px 18px;
    font-size: 18px;
  }

  .body-view--reviews #block-add-review-form .form-actions {
    justify-content: space-between;
    margin-top: 10px;
  }

  .body-view--reviews .views-row {
    border-radius: 10px;
    padding: 10px;
  }

  .body-view--reviews .field--name-field-review-description {
    font-size: 16px;
  }

  .body-view--fotogalereya .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-view--fotogalereya .views-row img {
    border-radius: 10px 10px 0 0;
  }

  .body-view--fotogalereya .views-row h3 {
    border-radius: 0 0 10px 10px;
  }

  .body-node-type--photogallery .photoswipe-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-node-type--photogallery .photoswipe-gallery .field__item img {
    border-radius: 10px;
  }

  .body-view--ekskursii .view-content, .body-view--travels .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.body-view--ekskursii .tours-container .tours-left .field--name-field-field-tours-img::after, .body-view--travels .travel-container .travel-left .field--name-field-field-travel-img::after {
    height: 100px;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 15px 20px 10px 15px;
    border-radius: 0px 0px 20px 20px;
    height: 100%;
}
}

/* 576px – 767px */
@media (min-width: 576px) and (max-width: 767px) {
  .search-page-custom,
  .body-node--800 .wr_content,
  .body-view--reviews .wr_content,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content,
  .body-view--ekskursii .wr_content,
  .body-node-type--ekskursii .wr_content,
  .body-node-type--travel .wr_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .body-node--800 h1 span,
  .body-view--fotogalereya h1,
  .body-node-type--photogallery h1,
  .body-view--services h1,
  .body-node-type--service h1,
  .body-view--ekskursii h1 {
    margin-bottom: 26px;
  }





  .wr_advantages .block-title,
.wr_tours .block-title,
.wr_how_it_works .block-title,
.wr_gallery .block-title {
margin-top: 50px;
margin-bottom: 26px;
}

  .wr_banner .container {
    padding-top: 70px;
    padding-bottom: 50px;
    gap: 10px;
}

  .wr_banner .field--name-field-banner-img {
    display: none;
}

.wr_how_it_works::after {
    display: none;
}

.wr_callback_form::after {
    display: none;
}

.wr_advantages .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.wr_how_it_works .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.wr_banner .container h1,
.wr_banner .field--name-body p {
    padding-right: 0%;
}

.how-it-work-container {
    width: 100%;
    padding: 0px 10px 10px 0;
    border-radius: 20px;
}

.webform-submission-callback-form .webform-button--submit {
    font-size: 18px;
}

.webform-submission-callback-form .container-name-tel input {
    padding: 10px 20px 10px 20px;
}

.wr_tours .view-content {
    gap: 15px;
}

.wr_tours .more-link,
.wr_gallery .more-link {
    margin-top: 20px;
}

.how-it-work-top .field--name-field-how-it-work-number {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.how-it-work-bottom p {
    font-size: 16px;
    margin-left: 55px;
    margin-bottom: 0;
}

.how-it-work-top {
    gap: 15px;
}

.wr_how_it_works .view-header p {
    margin-bottom: 20px;
}

.how-it-work-top h3 {
    font-size: 22px;
}

.wr_gallery .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.wr_gallery .views-row:not(:first-child) {
    display: none;
    border: 10px solid red;
}

.wr_callback_form .views-row {
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
}

.wr_callback_form .views-row h2,
.wr_callback_form .views-row .js-form-type-webform-markup p {
    text-align: left;
}

.wr_callback_form .views-row h2 {
    margin-bottom: 10px;
}

.webform-submission-callback-form .webform-button--submit {
    padding: 6px 28px;
    font-size: 18px;
}





  div#vpa-short-wrapper .vpa-actions button {
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }

  .tours-left .field--name-field-tours-city,
  .travel-left .field--name-field-travel-city {
    position: absolute;
    left: 15px;
    bottom: 12px;
    pointer-events: none;
    text-align: left;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
  }

  .tours-full-container,
  .travel-full-container {
    display: block;
    gap: 30px;
    margin-top: 46px;
  }

  .tours-full-left,
  .tours-full-right,
  .travel-full-left,
  .travel-full-right {
    width: 100%;
  }

  .tours-full-left,
  .travel-full-left {
    margin-bottom: 30px;
  }

  .tours-container .tours-left,
  .travel-container .travel-left {
    flex-shrink: 1;
  }

  .tours-right,
  .travel-right {
    padding: 15px 20px 10px 17px;
    border-radius: 20px;
    width: 100%;
    position: static;
    border-radius: 0px 20px 20px 0px;
  }

  .tours-container .tours-left img,
  .travel-container .travel-left img {
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    height: 100%;
  }

  .tours-right h3,
  .travel-right h3 {
    margin-bottom: 12px;
  }

  .tours-right .field--name-field-price,
  .travel-right .field--name-field-travel-price {
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #51a4d6;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tours-right .field--name-field-tours-fos a,
  .travel-right .field--name-field-travel-fos a {
    padding: 4px 28px;
    border-radius: 20px;
    font-size: 18px;
  }

  .tours-left .field--name-field-field-tours-img > *,
  .travel-left .field--name-field-field-travel-img > *,
  .tours-left .field--name-field-field-tours-img,
  .travel-left .field--name-field-field-travel-img {
    height: 100%;
  }

  .vpa-actions {
    width: 100%;
  }

  div#vpa-short-wrapper {
    max-width: 100%;
    padding: 20px 24px 6px 28px;
    gap: 14px;
    flex-direction: column;
  }

  .footer-col-logo {
    max-width: 150px;
  }

  #scrollToTop {
    width: 32px;
    height: 32px;
    bottom: 60px;
    right: 40px;
  }

  .footer-col-logo .footer-logo img {
    max-width: 150px;
  }

  .footer-col-nav .nav-text,
  .footer-col-cities .cities-text,
  .footer-col-contacts .contacts-text {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col-logo {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-col-logo > * {
    text-align: center;
  }

  #footer .container > div {
    flex-wrap: wrap;
  }

  .webform-submission-callback-form .container-name-tel input {
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 16px;
  }

  .modal-footer .webform-button--submit {
    font-size: 18px;
  }

  .body-view--services .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  :root {
    --h1-size: 42px;
    --h2-size: 32px;
    --h3-size: 22px;
    --h4-size: 18px;
  }

  .body-view--reviews .view-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 26px;
  }

  .body-view--fotogalereya .view-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .body-node-type--photogallery .photoswipe-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

    .body-view--ekskursii .view-content,
.body-view--travels .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 30px 40px 20px 35px;
    border-radius: 0px 20px 20px 0px;
    position: static;
    width: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-view--ekskursii .tours-container, .body-view--travels .travel-container {
    flex-direction: column;
}

.body-view--ekskursii .tours-container .tours-left img, .body-view--travels .travel-container .travel-left img {
    border-radius: 20px 20px 0 0;
}

.body-view--ekskursii .tours-container .tours-left .field--name-field-field-tours-img::after,
.body-view--travels .travel-container .travel-left .field--name-field-field-travel-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background-image: linear-gradient(to bottom, rgba(84, 166, 216, 0) 0%, #54a6d8 100%);
    pointer-events: none;
    border-radius: 20px 20px 0 0;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 15px 20px 10px 18px;
    border-radius: 0px 0px 20px 20px;
    height: 100%;
}

.body-view--ekskursii .view-content .views-row,
.body-view--ekskursii .view-content .views-row .node--type-ekskursii,
.body-view--ekskursii .view-content .views-row .tours-container,
.body-view--travels .view-content .views-row,
.body-view--travels .view-content .views-row .node--type-travel,
.body-view--travels .view-content .views-row .travel-container {
  height: 100%;
}

.tours-right .field--name-body, .travel-right .field--name-body {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.body-view--ekskursii .tours-left .field--name-field-tours-city, .body-view--travels .travel-left .field--name-field-travel-city {
    display: none;
}
}

/* 768px – 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .search-page-custom,
  .body-node--800 .wr_content,
  .body-view--reviews .wr_content,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content,
  .body-view--ekskursii .wr_content,
  .body-node-type--ekskursii .wr_content,
  .body-node-type--travel .wr_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  :root {
    --h1-size: 44px;
    --h2-size: 34px;
    --h3-size: 24px;
    --h4-size: 18px;
  }




  .wr_advantages .block-title,
.wr_tours .block-title,
.wr_how_it_works .block-title,
.wr_gallery .block-title {
margin-top: 60px;
margin-bottom: 36px;
}

  .wr_banner .container {
    padding-top: 120px;
    padding-bottom: 100px;
    gap: 20px;
}

  .wr_banner .field--name-field-banner-img {
    width: 50%;
}

.wr_how_it_works::after {
    display: none;
}

.wr_callback_form::after {
    left: 5%;
    top: 20%;
    width: 300px;
height: 200px;
}

.wr_advantages .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.wr_how_it_works .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.how-it-work-container {
    width: 100%;
    padding: 0px 10px 10px 0;
}

.webform-submission-callback-form .webform-button--submit {
    font-size: 18px;
}

.webform-submission-callback-form .container-name-tel input {
    padding: 10px 20px 10px 20px;
}

.wr_tours .view-content {
    gap: 15px;
}

.wr_tours .more-link,
.wr_gallery .more-link {
    margin-top: 25px;
}

.how-it-work-top .field--name-field-how-it-work-number {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}

.how-it-work-bottom p {
    font-size: 16px;
    margin-left: 55px;
    margin-bottom: 0;
}

.how-it-work-top {
    gap: 15px;
}

.wr_how_it_works .view-header p {
    margin-bottom: 25px;
}

.how-it-work-top h3 {
    font-size: 22px;
}

.wr_gallery .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}









  div#vpa-short-wrapper .vpa-actions button {
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .tours-full-container,
  .travel-full-container {
    display: block;
    gap: 30px;
    margin-top: 46px;
  }

  .tours-full-left,
  .tours-full-right,
  .travel-full-left,
  .travel-full-right {
    width: 100%;
  }

  .tours-full-left,
  .travel-full-left {
    margin-bottom: 30px;
  }

  .tours-container .tours-left,
  .travel-container .travel-left {
    flex-shrink: 1;
  }

  .tours-right,
  .travel-right {
    padding: 15px 20px 10px 17px;
    border-radius: 20px;
    width: 100%;
    position: static;
    border-radius: 0px 20px 20px 0px;
  }

  .tours-container .tours-left img,
  .travel-container .travel-left img {
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    height: 100%;
  }

  .tours-right h3,
  .travel-right h3 {
    margin-bottom: 12px;
  }


  .tours-right .field--name-field-price,
  .travel-right .field--name-field-travel-price {
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #51a4d6;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tours-right .field--name-field-tours-fos a,
  .travel-right .field--name-field-travel-fos a {
    padding: 4px 28px;
    border-radius: 20px;
    font-size: 18px;
  }

  .tours-left .field--name-field-field-tours-img > *,
  .travel-left .field--name-field-field-travel-img > *,
  .tours-left .field--name-field-field-tours-img,
  .travel-left .field--name-field-field-travel-img {
    height: 100%;
  }

  div#vpa-short-wrapper {
    padding: 8px 30px 8px 40px;
    max-width: 100%;
    padding: 6px 24px 6px 28px;
    gap: 14px;
  }

  #scrollToTop {
    width: 36px;
    height: 36px;
    bottom: 80px;
    right: 60px;
  }

  .footer-col-logo {
    max-width: 150px;
  }

  .footer-col-logo .footer-logo img {
    max-width: 150px;
  }

  .footer-col-nav .nav-text,
  .footer-col-cities .cities-text,
  .footer-col-contacts .contacts-text {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-col-logo .footer-logo {
    padding-bottom: 15px;
  }

  .body-view--fotogalereya .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .body-node-type--photogallery .photoswipe-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .body-view--ekskursii .view-content,
.body-view--travels .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 30px 40px 20px 35px;
    border-radius: 0px 20px 20px 0px;
    position: static;
    width: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-view--ekskursii .tours-container, .body-view--travels .travel-container {
    flex-direction: column;
}

.body-view--ekskursii .tours-container .tours-left img, .body-view--travels .travel-container .travel-left img {
    border-radius: 20px 20px 0 0;
}

.body-view--ekskursii .tours-container .tours-left .field--name-field-field-tours-img::after,
.body-view--travels .travel-container .travel-left .field--name-field-field-travel-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background-image: linear-gradient(to bottom, rgba(84, 166, 216, 0) 0%, #54a6d8 100%);
    pointer-events: none;
    border-radius: 20px 20px 0 0;
}

.body-view--ekskursii .tours-right, .body-view--travels .travel-right {
    padding: 15px 20px 10px 18px;
    border-radius: 0px 0px 20px 20px;
    height: 100%;
}

.body-view--ekskursii .view-content .views-row,
.body-view--ekskursii .view-content .views-row .node--type-ekskursii,
.body-view--ekskursii .view-content .views-row .tours-container,
.body-view--travels .view-content .views-row,
.body-view--travels .view-content .views-row .node--type-travel,
.body-view--travels .view-content .views-row .travel-container {
  height: 100%;
}

.tours-right .field--name-body, .travel-right .field--name-body {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.body-view--ekskursii .tours-left .field--name-field-tours-city, .body-view--travels .travel-left .field--name-field-travel-city {
    display: none;
}
}

/* 992px – 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .search-page-custom,
  .body-node--800 .wr_content,
  .body-view--reviews .wr_content,
  .body-view--fotogalereya .wr_content,
  .body-node-type--photogallery .wr_content,
  .body-view--services .wr_content,
  .body-node-type--service .wr_content,
  .body-view--ekskursii .wr_content,
  .body-node-type--ekskursii .wr_content,
  .body-node-type--travel .wr_content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

.wr_advantages .block-title,
.wr_tours .block-title,
.wr_how_it_works .block-title,
.wr_gallery .block-title {
margin-top: 70px;
}

.body-view--ekskursii .tours-left .field--name-field-tours-city, .body-view--travels .travel-left .field--name-field-travel-city {
    font-size: 20px;
}

  .tours-left .field--name-field-tours-city, .travel-left .field--name-field-travel-city {
    width: 70%;
  }

  .wr_banner .container {
    padding-top: 180px;
    padding-bottom: 160px;
    gap: 20px;
}

  .wr_banner .field--name-field-banner-img {
    width: 60%;
}

.wr_how_it_works::after {
    display: none;
}

.wr_callback_form::after {
    left: 5%;
    top: 20%;
    width: 400px;
height: 267px;
}

.wr_advantages .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.wr_how_it_works .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.how-it-work-container {
    width: 100%;
}

.webform-submission-callback-form .webform-button--submit {
    font-size: 18px;
}

.webform-submission-callback-form .container-name-tel input {
    padding: 10px 20px 10px 20px;
}









  :root {
    --h1-size: 46px;
    --h2-size: 36px;
    --h3-size: 26px;
    --h4-size: 20px;
  }

  div#vpa-short-wrapper .vpa-actions button {
    padding: 4px 20px;
    font-size: 18px;
    font-weight: 600;
  }

  div#vpa-short-wrapper {
    padding: 8px 30px 8px 40px;
    max-width: 650px;
    padding: 6px 24px 6px 28px;
    gap: 14px;
  }

  #header .header-top .container .col-logo .site-name {
    font-size: 20px;
  }

  #scrollToTop {
    width: 38px;
    height: 38px;
    bottom: 100px;
    right: 80px;
  }

  #header .header-top .container .col-tel .contact-item a {
    font-size: 16px;
  }

  #header .header-top .container .col-mail a,
  #header .header-top .container .col-mail span {
    font-size: 16px;
  }

  #header .header-top .container .col-callback .field--name-body a {
    padding: 6px 16px;
    font-size: 18px;
  }

  #header .header-bottom .col-nav .nav-link {
    font-size: 18px;
  }

  .body-view--fotogalereya .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  
}

/* 1200px – 1400px */
@media (min-width: 1200px) and (max-width: 1400px) {
  :root {
    --h1-size: 48px;
    --h2-size: 38px;
    --h3-size: 28px;
    --h4-size: 22px;
  }

  #scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 110px;
    right: 100px;
  }

  .tours-left .field--name-field-tours-city, .travel-left .field--name-field-travel-city {
    width: 80%;
  }

  .wr_banner .field--name-field-banner-img {
    width: 60%;
}

.wr_how_it_works::after {
    right: 0%;
    bottom: 20%;
    width: 600px;
    height: 400px;
}

.wr_callback_form::after {
    left: 5%;
    top: 0;
    width: 450px;
    height: 300px;
}
}

/* от 1400px */
@media (min-width: 1400px) {
  .container {
    padding: 0;
    width: 1170px;
  }
  :root {
    --h1-size: 52px;
    --h2-size: 42px;
    --h3-size: 32px;
    --h4-size: 24px;
  }
}


@media (min-width: 1401px) and (max-width: 1800px) {
.wr_banner .field--name-field-banner-img {
    width: 60%;
}

.wr_how_it_works::after {
    right: 1%;
    bottom: 20%;
    width: 600px;
    height: 400px;
}

.wr_callback_form::after {
    left: 15%;
    top: 0;
    width: 450px;
    height: 300px;
}
}