@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

/*@font-face {*/
/*	font-family: 'vasek';*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-display: auto;*/
/*	src: url('https://nikolayg130.sg-host.com/wp-content/uploads/2023/09/Vasek-Italic_0.eot');*/
/*	src: url('https://nikolayg130.sg-host.com/wp-content/uploads/2023/09/Vasek-Italic_0.eot?#iefix') format('embedded-opentype'),*/
/*	url('https://nikolayg130.sg-host.com/wp-content/uploads/2023/09/Vasek-Italic_0.woff2') format('woff2'),*/
/*	url('https://nikolayg130.sg-host.com/wp-content/uploads/2023/09/Vasek-Italic_0.woff') format('woff'),*/
/*	url('https://nikolayg130.sg-host.com/wp-content/uploads/2023/09/Vasek-Italic_0.ttf') format('truetype');*/
/*}*/

/*!
Theme Name: My Tours
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-tours
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Tours is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: "Kreadon";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./fonts/KreadonVF2.ttf") format('truetype');
}

@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('./fonts/Caveat-Regular.woff') format('woff');
}

/*@font-face {*/
/*	font-family: 'Montserrat-Alternates', sans-serif;*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	font-display: auto;*/
/*	src: url("./fonts/montserrat_alternates.ttf") format('truetype');*/
/*}*/

:root {
  --main: #202020;
  --dark-grey: #313041;
  --grey: black;
  --light-grey: #a9a8b6;
  --orange: #cc7d00;
  --grey-80: #384963;
  --grey-60: #6A778A;
  --grey-40: #9CA4BA;
  --grey-20: #CDD2D8;
  --grey-10: #E6E8EB;
  --grey-05: #F3F4F5;
  --gold-light: #FFF7CC;
  --gold: #FFD700;
  --green: #00A046;
  --green-bg: #80CFA2;
  --green-light-bg: #F2F9F6;
  --light-green: #00BC52;
  --blue: #0066CC;
  --dark-blue: #1953b4;
  --light-blue: #4092DE;
  --light-blue-bg: #F2F4FF;
  --red-error: #E33903;
  --red-error-light: #FF3E03;
  --red-light-bg: #FFEEEE;
  --orange-warning: #FF9E0C;
  --violet: #C7008E;

  --clr-text-primary: #231F20;
  --clr-text-secondary: #0568CB;
  --clr-text-footer: #797785;

  --let-palm-size: 28rem;
  --right-palm-size: 28rem;
}

html {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.vdisain-logo {
  color: #9ca9aa !important;
  text-decoration: underline;
}

.copyright {
  margin-top: 100px !important;
}

footer .footer-container .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 20px;
}

body {
  width: 100%;
  max-width: none;
  min-width: 320px;
  margin: 0 auto;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  background: #fff;
  color: var(--dark-grey);
  font-size: 16px;
  line-height: 1.25;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  letter-spacing: -0.2px;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

a:hover,
a:active {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover {
  transition: .3s all;
}

.container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}

.header-top {
  border-bottom: 1px solid #EBEBEB73;
}

.header-top,
.header-bottom {
  padding-inline: 1rem;
}

.header-top-container,
.header-bottom-container {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom-container {
  padding: 20px 0;
}

.header-contacts {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.75rem;

  @media (min-width: 32rem) {
    gap: 1.5rem;
  }
}

a,
a:hover {
  transition: .3s;
  text-decoration: none;
}

.header-contacts>a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-weight: 500;
  gap: 0.25rem;

  @media (min-width: 32rem) {
    gap: 0.5rem;
  }
}

.header-contacts>a:hover {
  color: var(--blue);
}

.header-top-menu {
  margin: 0 10px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header .menu-item>a {
  padding: 13px 9px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  border-radius: 10px;
}

header .menu-item>a:hover,
header .menu-item.current-menu-item>a {
  background: #fff;
  color: #000;
}

header .menu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wpml-ls>ul {
  display: flex;
  align-items: center;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item+.wpml-ls-item {
  margin-left: 20px;
}

.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
}

.wpml-ls-link {
  padding: 0 !important;
  color: #5B82A2;
  position: relative;
  font-family: 'Kreadon', sans-serif;
}

.wpml-ls-current-language .wpml-ls-link:after,
.wpml-ls-link:hover:after {
  color: var(--violet) !important;
  transition: .3s;
}

.wpml-ls-link>span {
  display: none;
}

.wpml-ls-item-et .wpml-ls-link:after {
  width: 100%;
  display: block;
  content: 'ET';
  color: #fff;
  text-align: center;
  transition: .3s;
}

.wpml-ls-item-ru .wpml-ls-link:after {
  width: 100%;
  display: block;
  content: 'RU';
  color: #fff;
  text-align: center;
  transition: .3s;
}

.wpml-ls-item+.wpml-ls-item .wpml-ls-link:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -10px;
}

.sws-logo {
  width: 120px;
  display: block;
  margin-right: 60px;
  flex-shrink: 0;
}

.sws-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}

.header-bottom-main {
  display: flex;
  align-items: center;
}

.header-bottom-menu .menu-item>a {
  padding: 13px 20px;
  font-size: 19px;
  border-radius: 10px;
}

.sws-social-networks {
  display: flex;
  align-items: center;
}

.sws-social-item {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background: var(--violet);
  color: #fff;
  font-size: 20px;
}

.sws-social-item:hover {
  background: var(--blue);
}

.sws-social-networks>li+li {
  margin-left: 10px;
}

.first-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 4rem;
}

.first-block__background {
  position: relative;
  z-index: -1;
  grid-row: 1 / 3;
  grid-column: 1 / -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.first-block__background::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: transparent;
  background-image: linear-gradient(34deg, #000230FC 27%, #1F007273 67%);
  opacity: 0.4;
}

.first-block__content {
  grid-row: 1 / 1;
  grid-column: 1 / -1;
  padding-block: 12rem 6rem;
  padding-inline: 1rem;
  color: white;
}

.first-block__search-bar {
  grid-row: 2 / 4;
  grid-column: 1 / -1;
  max-width: 32rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

@media screen and (min-width: 64rem) {
  .first-block__content {
    padding-block: 20rem 12rem;
  }

  .first-block__search-bar {
    max-width: 100%;
  }
}

.otgs-development-site-front-end {
  display: none;
}

.cursive-title {
  color: #fff;
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 12px;
}

.first-block-title {
  margin-bottom: 22px;
}

.first-block-title * {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
  font-weight: 600;
  margin-top: -10px;
}

.standard-btn {
  padding: 15px 20px;
  cursor: pointer;
  line-height: 1;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
  font-family: 'Kreadon', sans-serif;
  letter-spacing: 0.3px;
  border-radius: 5px 5px 5px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  transition: .3s;
}

.standard-btn:hover {
  background: var(--light-blue);
  transition: .3s;
}

.standard-btn.violet-btn {
  background: var(--violet);
}

footer {
  background: #313041 url("img/bg-map.png") no-repeat right top/auto;
  padding: 115px 0 100px;
  color: var(--light-grey);
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-column {
  width: auto;
  margin-left: 30px;
}

.footer-column:first-of-type {
  width: 300px;
  flex-shrink: 0;
  margin-left: 0;
}

.footer-column:last-of-type {
  width: 320px;
  flex-shrink: 0;
}

.footer-column-title {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin-bottom: 26px;
  font-weight: 700;
}

footer .sws-logo {
  width: 130px;
  margin-bottom: 20px;
}

.footer-text {
  padding-bottom: 45px;
  letter-spacing: -0.3px;
  border-bottom: 1px solid #ffffff33;
  line-height: 1.8;
  font-weight: 500;
}

.footer-contacts-block {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.footer-contacts-block>* {
  color: var(--light-grey);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
  font-weight: 500;
}

.footer-contacts-block>a:hover {
  color: var(--blue);
}

.footer-contacts-block i {
  color: var(--blue);
  width: 24px;
  flex-shrink: 0;
  font-size: 14px;
}

footer .menu .menu-item {
  margin-bottom: 20px;
}

footer .menu .menu-item>a {
  color: var(--light-grey);
  font-weight: 500;
}

footer .menu .menu-item>a:hover {
  color: #fff;
}

.current-tours-block-wrapper {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  /* padding: 140px 0; */
}

.current-tours-block {
  width: calc(100% + 30px);
  margin: 0 -15px;
  display: flex;
  flex-flow: wrap;
}

.current-tour-item {
  width: calc(100% - 720px);
  margin: 0 15px 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 290px;
}

.current-tour-info {}

.current-tour-item-text {
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
}

.current-tour-item-title {
  font-size: 26px;
  color: var(--dark-grey);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sws-more-btn {
  color: var(--blue);
  font-family: 'Kreadon', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sws-more-btn i {
  margin-left: 2px;
}

.current-tour-item.current-tour-card {
  width: 315px;
  flex-shrink: 0;
}

.current-tour-card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
  transition: 0;
}

.current-tour-card:after {
  content: '';
  position: absolute;
  background: rgba(49, 48, 65, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.current-tour-item.current-tour-card:hover .current-tour-card-image {
  transition: 10s;
  transform: translate(-50%, -50%) scale(1.2);
}

.current-tour-card-quantity {
  font-size: 11px;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  right: 20px;
  z-index: 4;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: 'Kreadon', sans-serif;
  font-weight: bold;
  background: var(--blue);
}

.current-tour-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  z-index: 3;
}

.current-tour-card-title {
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: 15px;
  line-height: 1;
  color: #fff;
}

.current-tour-card-link {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 30px;
}

.standard-btn.white-btn {
  background: #fff;
  color: var(--main);
}

.standard-btn.white-btn:hover {
  color: #fff;
  background: var(--blue);
  /*opacity: 0.9;*/
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.current-tour-booking-card {
  padding: 20px 45px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.current-tour-booking-card .current-tour-item-text {
  font-size: 46px;
  color: #fff;
}

.current-tour-booking-card .current-tour-item-title {
  line-height: 1.35;
  color: #fff;
}

.current-tour-booking-card:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: var(--violet);
  left: 0;
  top: 0;
  opacity: 0.85;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.current-tour-booking-card * {
  position: relative;
  z-index: 4;
}

.current-tour-booking-card .current-tour-card-image {
  position: absolute;
  z-index: 1;
}

.sws-features-block {
  margin: 0 auto 56px;
}

.sws-features-list {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
  flex-flow: wrap;
}

.sws-features-list .text-with-icon-item {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
}

.text-with-icon-item {
  display: flex;
  /*align-items: center;*/
  align-items: flex-start;
}

.icon-item {
  width: 70px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}

.sws-content-item {
  width: 100%;
  text-align: left;
}

.sws-item-title {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.sws-item-text {
  color: black;
  font-size: 16px;
  line-height: 1.4;
}

.benefits-block {
  margin: 120px 0 auto;
  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  background: url("img/map_bg.png") no-repeat 80% top/1150px;
}

.benefits-image-wrapper {
  width: 50%;
  max-height: 830px;
  flex-shrink: 0;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}

.benefits-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: right center;
}

.benefits-content {
  width: 50%;
  flex-shrink: 0;
  padding-top: 60px;
}

.benefits-content-inner {
  max-width: 410px;
  margin-left: 80px;
}

.benefits-logo {
  display: block;
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.benefits-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 60px;
}

.benefits-list .text-with-icon-item {
  margin-bottom: 30px;
}

.benefits-list .text-with-icon-item .icon-item {
  width: 80px;
}

.banner-block {
  margin: 120px auto;
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.banner-block:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #1036A7;
  opacity: 0.68;
  position: absolute;
}

.banner-block>* {
  z-index: 3;
}

.banner-block.with-statistic {
  margin-bottom: 220px;
  padding-bottom: 150px;
}

.banner-block-inner {
  text-align: center;
}

.banner-block-title {
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.banner-block-text {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.banner-block-inner {
  margin: 0;
}

.statistic-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 60px 15px 60px 15px;
  border-radius: 15px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.statistic-item {
  width: 370px;
  text-align: center;
}

.statistic-item-value {
  font-size: 58px;
  font-weight: bold;
  color: var(--blue);
}

.statistic-item-text {
  font-size: 18px;
  font-weight: 300;
  color: var(--grey);
}

.statistic-item+.statistic-item {
  border-left: 1px solid #EBE6DE;
}

.our-values-block {
  margin: 110px auto;
}

.our-values-block-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.our-values-content {
  width: 100%;
  padding-inline: 1rem;
}

@media screen and (min-width: 64rem) {
  .our-values-content {
    padding-inline: 0;
  }
}

.our-values-title {
  color: var(--blue);
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.our-values-text {
  font-size: 26px;
  color: var(--dark-grey);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}

.our-values-list {
  display: flex;
  flex-flow: wrap;
}

.our-values-list .text-with-icon-item {
  width: calc(50% - 15px);
  flex-shrink: 0;
  margin-bottom: 50px;
}

.our-values-list.fullwidth-list .text-with-icon-item {
  width: calc(25% - 90px / 4);
  flex-shrink: 0;
  margin-bottom: 0;
  margin-left: 30px;
}

.our-values-list.fullwidth-list .text-with-icon-item:first-of-type {
  margin-left: 0;
}

.our-values-list.fullwidth-list .text-with-icon-item .icon-item {
  width: 60px;
}

.our-values-list .text-with-icon-item .sws-item-text {
  line-height: 1.6;
}

.our-values-list .text-with-icon-item:nth-of-type(even) {
  margin-left: 30px;
}

.our-values-image-wrapper {
  width: 43%;
  flex-shrink: 0;
  margin-left: 30px;
  position: relative;
}

.our-values-image {
  width: 100%;
  display: block;
  height: auto;
}

.book-tour-btn {
  text-transform: uppercase;
  min-width: 210px;
  padding: 15px 30px 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
  color: var(--main);
  font-family: 'Kreadon', sans-serif;
}

.book-tour-btn>span {
  font-size: 18px;
  font-weight: bold;
}

.sws-spacing {
  background: transparent;
}

.sws-spacing-extra-small {
  height: 10px;
}

.sws-spacing-small {
  height: 20px;
}

.sws-spacing-medium {
  height: 40px;
}

.sws-spacing-big {
  height: 60px;
}

.sws-spacing-extra-big {
  height: 100px;
}

.sws-banner-block {
  padding: 105px 0 70px 0;
  background: var(--blue) url("img/bg-line.png") center top/100%;
}

.sws-banner-container {}

.sws-banner-title {
  color: #fff;
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

.sws-banner-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
}


.standard-btn.black-btn {
  background: #000;
  color: #fff;
}

.standard-btn.black-btn:hover {
  background: var(--dark-grey);
}

.testimonials-block {
  padding: 105px 0 112px;
  background: #F0F3F6 url("img/map_bg.png") no-repeat center bottom/1150px;
}

.testimonials-title {
  color: var(--blue);
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.testimonials-text {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}

.testimonials-slider-wrapper {}

.testimonials-slider:not(.slick-initialized) {
  display: none;
}

.testimonial-slide {
  padding: 0 0 0 65px;
  margin: 0 15px 45px;
  position: relative;
}

.testimonial-slide:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 36px 36px 0 36px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 125px;
  z-index: 2;
}

.testimonial-image-wrapper {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 10px solid #fff;
  transition: .3s;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}

.testimonial-slide:hover .testimonial-image-wrapper {
  transition: .3s;
  border-color: var(--blue);
}

.testimonial-image {
  width: 90px;
  height: auto;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-content {
  height: 100%;
  /*padding: 50px 45px 55px 95px;*/
  padding: 50px 45px 110px 95px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.testimonial-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: black;
}

.testimonial-content-bottom {}

.testimonial-author {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-grey);
  margin-top: 30px;
  padding-right: 60px;
  position: absolute;
  width: calc(100% - 140px);
  bottom: 55px;
  left: 95px;
}

.testimonial-icon {
  color: #F0F3F6;
  position: absolute;
  right: 45px;
  bottom: 40px;
  font-size: 60px;
  transition: .3s;
}

.testimonial-slide:hover .testimonial-icon {
  transition: .3s;
  color: var(--blue);
}

.testimonial-name {}

.testimonial-position {}

/* Slick slider styles start */
.slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  border: none;
  outline: none !important;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: rgba(43, 45, 47, .9) !important;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  width: 42px;
  height: 42px;
  top: calc(50% - 21px);
  left: 27px;
}

.slick-lightbox .slick-next {
  width: 42px;
  height: 42px;
  top: calc(50% - 21px);
  right: 27px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  /*background: rgba(0,0,0,.9);*/
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-inner .slick-slide img {
  width: auto;
  max-width: 90%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-size: 32px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.slick-prev,
.slick-next {
  display: block;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s all;
  width: 50px;
  height: 50px;
  /*border-radius: 50%;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  text-indent: -9999px;
  background: #fff url("img/icons/arrow_prev_icon.svg") no-repeat center/50%;
  /*background: url("./images/icons/arrow_prev_white.png") no-repeat center/22%;*/
  z-index: 1;
  outline: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  padding: 0;
  opacity: 1;
  /*box-shadow: 0 2px 10px rgba(0,0,0,.2);*/
}

.slick-prev:hover,
.slick-next:hover {
  transition: .3s all;
  opacity: 1;
  /*box-shadow: 0 2px 20px rgba(0,0,0,.3);*/
  /*background-color: rgba(0,0,0,.9);*/
}

.feedbacks-list .slick-arrow.slick-disabled {
  opacity: .5;
}

.slick-next {
  left: auto;
  right: -25px;
  transform: translateY(-50%) rotate(180deg);
  /*background-image: url("./images/icons/arrow_next_white.png");*/
}

.slick-prev {}

.slogan-block {
  margin-top: 60px;
  background: #fff url("img/map_bg.png") no-repeat center/1150px;
}

.slogan-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
}

.slogan-container:after {
  content: '';
  width: 660px;
  height: 660px;
  border-radius: 50%;
  opacity: .21;
  background: #CC002C;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slogan-image {
  width: 830px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
}

.slogan-content {
  width: 360px;
  position: relative;
  z-index: 3;
}

.slogan-logo {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 30px;
  display: block;
}

.slogan-title,
.slogan-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slogan-text,
.slogan-content p {
  line-height: 1.8;
  color: var(--grey);
  font-size: 17px;
  max-width: 310px;
}

.socials-wrapper,
.slogan-block .sws-social-networks {
  margin: 40px 0 0 65px;
}

.slogan-block .sws-social-networks {
  display: block;
  margin-bottom: 0;
}

.social-item-square,
.slogan-block .sws-social-item {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  background: var(--violet);
  color: #fff;
  font-size: 30px;
  border-radius: 0;
}

.slogan-block .sws-social-networks>li+li {
  margin: 0;
}

.social-item-square:hover,
.slogan-block .sws-social-item:hover {
  transition: .3s;
  opacity: .9;
}

.subscribe-form {}

.subscribe-form input:not(.agreement-input, .standard-btn, [name="agreement-input"]) {
  width: 100%;
  height: 66px;
  transition: .3s;
  margin-bottom: 10px;
  padding: 0 15px;
  border-radius: 8px;
  text-align: center;
  border: none;
  line-height: 66px;
  font-size: 16px;
  color: var(--light-grey);
  background: rgba(0, 0, 0, 0.2);
  outline: none;
  box-shadow: none;
}

.subscribe-form input:not(.agreement-input, .standard-btn):hover,
.subscribe-form input:not(.agreement-input, .standard-btn):focus {
  transition: .3s;
  background: rgba(0, 0, 0, 0.3);
}

.subscribe-form .standard-btn {
  height: 66px;
  width: 100%;
  background: var(--blue);
  color: #fff;
}

.subscribe-form .standard-btn:hover {
  background: var(--light-blue);
}

.agreement-block {
  position: relative;
  margin-top: 20px;
}

.agreement-label {
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
  cursor: pointer;
  color: var(--light-grey);
  position: relative;
  padding-left: 22px;
  display: block;
}

.agreement-label:hover {
  color: #fff;
}

.agreement-label:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  transition: .3s;
  border: 1px solid var(--light-grey);
  border-radius: 2px;
  background: transparent url("img/icons/check_icon.svg") no-repeat center/0;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
}

.agreement-label:hover:before {
  border-color: #fff;
}

.agreement-input:checked~.agreement-label:before {
  transition: .3s;
  background-size: 80%;
}

.agreement-input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 14px;
  border: none;
  outline: none;
  opacity: 0;
  margin: 0;
}

.header-bottom {
  transition: .3s;
}

.header-bottom.sticky-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 102, 204, .9);
  transition: .3s;
  z-index: 999;
}

.header-bottom.sticky-header .header-bottom-container {
  padding: 10px 0;
}

.sws-burger-menu-btn,
.mobile-menu,
.mobile-menu-top {
  display: none;
}

.testimonials-slider .slick-track {
  display: flex !important;
}

.testimonials-slider .slick-slide {
  height: inherit !important;
}

body:not(.home, .error404, .page-id-565, .page-id-849, .page-id-853, .page-id-855, .page-id-866, .page-id-864, .page-id-860, .page-id-862) {
  padding-top: 180px;
}

body:not(.home, .error404, .page-id-565, .page-id-849, .page-id-853, .page-id-855, .page-id-866, .page-id-864, .page-id-860, .page-id-862) header {
  background: rgba(0, 102, 204, .9);
}

body:not(.home, .error404, .page-id-565, .page-id-849, .page-id-853, .page-id-855, .page-id-866, .page-id-864, .page-id-860, .page-id-862) .header-contacts>a:hover {
  color: var(--violet);
}

.sws-region-slider:not(.slick-initialized) {
  opacity: 0;
  transition: .3s;
}

.sws-region-slider {
  /*height: 500px;*/
  transition: .3s;
}

.sws-region-slide {
  margin: 0 15px;
  height: 500px;
}

.sws-region-slide.slick-slide img {
  width: auto;
  height: 100%;
}

.sws-region-top-block {
  padding: 40px 0 50px;
  background: #eef4fa;
}

.sws-region-top-block-info {
  margin: 0 auto 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.region-title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.sws-region-content-wrapper {
  margin: 32px auto 96px;
}

.sws-region-content {
  display: flex;
  justify-content: space-between;
}

.sws-region-content-inner {
  width: 100%;
  padding-bottom: 170px;
}

.sws-region-form-wrapper {
  /*width: 46%;*/
  width: 580px;
  flex-shrink: 0;
  margin-left: 85px;
  padding-top: 120px;
}

.sws-region-content-inner>* {
  margin-bottom: 48px;
}

.sws-region-content-inner>*,
.sws-country-content>* {
  margin-bottom: 16px;
  line-height: 1.5;
  color: #999;
}

.value-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #999;
  line-height: 1;
  display: block;
}

.value-text {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.price-block {
  padding-left: 60px;
  background: url('img/icons/price_icon.png') no-repeat left center/47px;
}

.duration-block {
  padding-left: 59px;
  background: url('img/icons/duration_icon.png') no-repeat left center/auto 43px;
}

.cursive-text {
  color: var(--blue);
  font-family: "Caveat", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.content-subtitle,
.sws-country-content h3 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}

.sws-country-content h3 {
  margin: 36px 0 24px;
}

.sws-region-content-inner li {
  padding-left: 22px;
  position: relative;
}

.sws-region-content-inner li+li {
  margin-top: 16px;
}

.sws-region-content-inner li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  background: var(--blue);
}

.sws-hotels-block {}

.hotels-list-tip-wrapper {
  max-width: 600px;
  padding-bottom: 60px;
  margin-bottom: 30px;
  background: url("img/icons/arrow_blue.png") no-repeat right 75px bottom/63px;
}

.hotels-list-tip {
  width: 100%;
  font-size: 48px;
  padding: 0 90px;
  display: block;
  transform: rotate(-10deg);
  line-height: .6;
  color: var(--blue);
}

.sws-hotels-list-wrapper {
  padding: 0;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  width: 600px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.sws-hotels-block {
  width: 90vw;
  max-width: 1240px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -120px;
}

.sws-hotel-content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sws-hotels-list {
  width: 100%;
}

.sws-hotel-descriptions {
  width: calc(100% - 600px);
  padding: 30px 45px;
  background: #eef4fa;
  border-radius: 0 9px 9px 0;
  margin-top: 30px;
}

.sws-hotel-description:not(.active) {
  display: none;
}

.hotel-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 73px 18px 54px;
  border-top: 1px solid rgb(204, 204, 204, .2);
  transition: .3s;
}

.hotel-item-row.active {
  transition: .3s;
  background: var(--blue) !important;
}

.hotel-item-row.active .sws-star {
  background-image: url("img/icons/star_icon_white.svg");
}

.hotel-item-row.active * {
  color: #fff;
}

.hotel-item-row:nth-of-type(odd) {
  background: #eef4fa;
}

thead .hotel-item-row {
  background: #fff !important;
  padding: 35px 73px 28px 54px;
  border: none;
}

thead .hotel-item-row th {
  color: #333;
  font-weight: bold;
  line-height: 1;
}

.hotel-item-cell {
  flex-shrink: 0;
  text-align: left;
}

.hotel-item-name-cell {
  width: 56%;
  font-size: 16px;
  color: var(--blue);
}

.hotel-item-price-cell {
  width: calc(44% - 28px);
}

.hotel-item-checkbox-cell {
  width: 28px;
  height: 28px;
  position: relative;
}

.hotel-item-checkbox {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
}

.hotel-item-checkbox-label {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: .1s;
  cursor: pointer;
  background: #ededed url("img/icons/check_icon.svg") no-repeat center/0;
}

.hotel-item-checkbox:checked~.hotel-item-checkbox-label {
  transition: .1s;
  background: var(--violet) url("img/icons/check_icon.svg") no-repeat center/50%;
}

.hotel-price-info {
  margin-top: 3px;
}

.hotel-price {
  font-weight: bold;
  color: var(--blue);
}

.hotel-price-text {
  font-size: 16px;
  color: #737373;
}

.sws-hotel-stars {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.sws-star {
  width: 24px;
  height: 26px;
  display: block;
  background: url("img/icons/star_icon_violet.svg") no-repeat center/100%;
  margin-right: 4px;
}

.sws-hotel-slider .slick-slide {
  height: 300px;
}

.sws-hotel-slider:not(.slick-initialized) {
  opacity: 0;
}

.sws-hotel-slider {
  margin-bottom: 48px;
}

.sws-hotel-slider .slick-list {
  border-radius: 20px;
}

.sws-hotel-description-top {
  padding-right: 30px;
  position: relative;
  margin-bottom: 32px;
}

.sws-hotel-description-title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.sws-hotel-description-text {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}

.show-hotel-map-btn {
  width: 23px;
  height: 29px;
  position: absolute;
  top: 9px;
  right: 0;
  background: url("img/icons/location_icon.png") no-repeat center/100%;
  cursor: pointer;
}

.sws-hotel-description-inner {
  margin-bottom: 36px;
}

.sws-hotel-food-type {
  min-height: 38px;
  padding-left: 62px;
  background: url("img/icons/food_type_icon.png") no-repeat left center/43px;
}

.sws-hotel-food-type-label {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #999;
}

.sws-hotel-food-type-value {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.sws-hotel-description-content {
  font-size: 16px;
  color: #999;
}

.sws-hotel-description-content p {
  margin-bottom: 22px;
}

.sws-hotel-features-wrapper {
  border-radius: 9px;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 36px 50px;
  margin-bottom: -72px;
}

.sws-hotel-features-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 32px;
}

.sws-hotel-features-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}

.sws-hotel-feature {
  width: 50%;
  flex-shrink: 0;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
}

.sws-hotel-feature-icon-container {
  width: 42px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: url("img/icons/credit_card.svg") no-repeat left center/32px;
}

.sws-hotel-feature.car-parking .sws-hotel-feature-icon-container {
  background-image: url("img/icons/parking_car.svg");
}

.sws-hotel-feature.laundry-service .sws-hotel-feature-icon-container {
  background-image: url("img/icons/laundry_service.svg");
}

.sws-hotel-feature.outdoor-seating .sws-hotel-feature-icon-container {
  background-image: url("img/icons/outdoor_seating.png");
}

.sws-hotel-feature.restaurant .sws-hotel-feature-icon-container {
  background-image: url("img/icons/restaurant.svg");
}

.sws-hotel-feature.wireless-internet .sws-hotel-feature-icon-container {
  background-image: url("img/icons/wireless_internet.svg");
}

.sws-hotel-feature.free-coupons .sws-hotel-feature-icon-container {
  background-image: url("img/icons/free_coupons.svg");
}

.sws-hotel-feature.reservations .sws-hotel-feature-icon-container {
  background-image: url("img/icons/reservations.svg");
}

.sws-hotel-feature-icon-container i {
  font-size: 28px;
  color: var(--light-blue);
}

.sws-hotel-feature-icon {
  width: auto;
  height: 36px;
  display: block;
}

.sws-hotel-feature-label {
  font-size: 14px;
  color: #333;
}

.container.sws-region-content-wrapper {
  max-width: 1180px;
}

.sws-region-form-block {
  min-height: 815px;
  background: url("img/ticket_bg_2.png") no-repeat left top/100% 100%;
  padding: 30px 50px 45px 110px;
  z-index: 2;
  position: relative;
}

.sws-region-form-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.sws-region-form-point {
  /*width: 110px;*/
  flex-shrink: 0;
  overflow: hidden;
}

.sws-region-form-point-tip {
  font-size: 16px;
  color: #999;
  margin-bottom: 8px;
}

.sws-region-form-point-abbr {
  font-size: 56px;
  font-weight: bold;
  color: var(--violet);
  line-height: 1;
}

.sws-region-form-point-label {
  font-size: 21px;
  color: #333;
}

.sws-region-form-point-icon {
  width: 100%;
  margin: 0 10px;
  display: block;
  height: 60px;
  background: url("img/icons/plain_icon.png") no-repeat center/100%;
}

.sws-input-block {
  width: 100%;
  margin-bottom: 28px;
}

input:not(.tour-selection-submit-btn, .submit-region-form-btn, .submit-contact-form-btn),
textarea,
select {
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  border-radius: 8px;
  box-shadow: inset 0 0 10px 0 rgba(210, 210, 210, 0.49);
  background-color: #fff;
  color: var(--main);
  transition: .3s;
  font-family: inherit;
  border: 1px solid transparent;
  outline: none;
  /*font-family: 'Montserrat Alternates', sans-serif;*/
}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  transition: .3s;
  border-color: #999;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #d9d9d9;
}

textarea {
  line-height: 1.7;
  height: 145px;
  resize: none;
}

.sws-region-form-block textarea {
  margin-top: 54px;
}

.submit-region-form-btn {
  width: 100%;
  height: 63px;
  font-size: 20px;
  font-weight: bold;
}

.sws-region-form-date-block {
  padding: 16px 24px 16px 83px;
  min-height: 80px;
  margin-bottom: 30px;
  border-radius: 9px;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff url("img/icons/clock_icon.png") no-repeat 24px center/37px;
}

.sws-region-form-date-label {
  font-size: 16px;
  color: #999;
}

.sws-region-form-date-value {
  font-size: 21px;
  font-weight: bold;
  color: #000;
  padding: 0;
  box-shadow: none;
  border: none !important;
}

.sws-region-form-date-value::placeholder {
  opacity: 1;
  color: #000;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  /*font-family: arial;*/
  font-size: 15px;
  line-height: 1em;
  transform: translateY(-30px);
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  /*background-color: #eee;*/
  background-color: #c7008e;
  color: #fff;
  border-color: transparent;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  /*background-color: #ebf4f8;*/
  background-color: #ECA7D9;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  /*background-color: #357ebd;*/
  background-color: var(--violet);
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

.overlay {
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(20px);
}

.overlay.active {
  display: block;
}

.map-iframe {
  width: 100%;
  height: 100%;
  min-height: calc(80vh - 10px);
  border-radius: 20px;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

.popup-content {
  overflow-y: auto;
  /*min-height: 500px;*/
  max-height: 80vh;
  padding: 5px 5px 0;
}

.close-popup-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 1;
  cursor: pointer;
  background: url("img/icons/cross_icon_dark.svg") no-repeat center/100%;
}

.site-main {
  width: 100vw;
  overflow: hidden;
}

.sws-region-content-wrapper .our-values-block-container {
  width: 100%;
}

.subtitle-text {
  font-size: 26px;
  color: var(--dark-grey);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.contact-us-container .cursive-text {
  font-size: 3.25rem;
}

.sws-contact-us-block {
  padding: 45px 0 16px;
}

.contact-us-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.contact-us-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}

@media screen and (min-width: 64rem) {
  .contact-us-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.text {
  color: var(--grey);
  line-height: 1.8;
}

.contact-us-form {
  border-top: 9px solid var(--violet);
  box-shadow: 0 0 53px -3px rgba(0, 0, 0, 0.08);
  border-radius: 9px;
  padding: 22px 15px;
  background: #fff url("img/map_bg.png") no-repeat center bottom/auto 85%;
}

.input-label {
  font-size: 15px;
  color: #161616;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.contact-us-form input:not(.submit-contact-form-btn),
.contact-us-form textarea {
  padding: 12px 12px;
  box-shadow: none;
  border: 1px solid #E6E6E6;
  font-size: 15px;
  margin-top: 5px;
}

.contact-us-form input:hover,
.contact-us-form textarea:hover,
.contact-us-form input:focus,
.contact-us-form textarea:focus {
  border-color: #777;
}

.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
  opacity: .6;
  color: inherit;
}

.submit-contact-form-btn {
  width: 100%;
  margin-bottom: 24px;
}

.accordion-block {
  margin: 24px auto;
}

.accordion-item {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d8dc;
}

.accordion-item-title {
  width: 100%;
  cursor: pointer;
  color: #1d1d1d;
  padding: 15px 15px 0;
  font-weight: 500;
}

.accordion-item-content {
  color: var(--grey);
  line-height: 1.5;
  padding: 5px 15px 0;
  display: none;
}

.accordion-item-title i {
  transition: .3s;
  margin-right: 5px;
}

.accordion-item-title.active i {
  transform: rotate(-90deg);
  transition: .3s;
  transform-origin: center;
}

.map-block .map-iframe {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.contact-list {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #BDBDBD;
}

.contact-list__item {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  letter-spacing: 0.025rem;
  line-height: 1;
}

.contact-list__item+.contact-list__item {
  margin-top: 1.5rem;
}

.contact-list__icon {
  width: 2rem;
  height: 2rem;
}

.contact-list__label {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.contact-list__content {
  color: black;
  font-size: 1.5rem;
  font-weight: 700;
}

a.contact-list__content:hover {
  color: var(--blue);
}

.team-block {
  margin: 48px auto;
  padding-bottom: 25px;
  background: url("img/map_bg.png") no-repeat center 150px/100%;
}

.team-list {
  width: 90%;
  max-width: 1560px;
  margin: 80px auto 0;
  display: flex;
  flex-flow: wrap;
}

.team-item {
  width: calc(100% / 3 - 40px);
  margin: 0 0 60px 60px;
  padding-left: 80px;
  position: relative;
}

.team-item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.team-item-info {
  position: absolute;
  left: -15px;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  z-index: 1;
}

.team-item-name {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.team-item-position {
  color: #000;
  font-size: 24px;
}

.team-item-inner {}

.team-item-inner .team-item-name-top {
  margin-bottom: 20px;
  transform: rotate(-7.5deg);
  transform-origin: left bottom;
}

.team-item-inner-content {
  box-shadow: 0 1px 27px 0 rgba(0, 0, 0, 0.08);
  border-radius: 9px;
  position: relative;
}

.team-item-inner-content-bottom {
  padding: 30px 24px 40px;
  background: #fff;
  border-radius: 0 0 9px 9px;
}

.team-item-image {
  width: 100%;
  display: block;
  border-radius: 9px;
}

.team-item-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
}

.team-block .sws-social-networks {
  margin-top: 24px;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1.5rem;
}

.team-member__image {
  width: 100%;
  aspect-ratio: 1.216;
  margin-bottom: 1.5rem;
  overflow: hidden;
  object-fit: cover;
  background-color: #D9D9D9;
  border-radius: 9px;
}

.team-member__name {
  color: var(--clr-text-primary);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.team-member__position {
  color: var(--clr-text-footer);
  line-height: 1;
}

.team-member__email,
.team-member__phone {
  display: inline-block;
  color: var(--clr-text-secondary);
  font-weight: 600;
  line-height: 1;

  &:is(:focus, :hover) {
    color: var(--dark-blue);
  }
}

.destinations-block {
  margin: 48px auto;
  padding-bottom: 25px;
  background: url("img/map_bg.png") no-repeat center 100px/100%;
}

.filters-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 40px auto 20px;
  max-width: 1000px;
}

.filter-item {
  cursor: pointer;
  transition: .3s;
  padding: 8px 30px;
  border-radius: 16px;
  border: solid 1px black;
  background-color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: black;
  margin: 0 7px 12px;
}

.filter-item:hover,
.filter-item.active,
.clear-filters-btn:hover {
  transition: .3s;
  background-color: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.clear-filters-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.destinations-list {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  padding: 0 20px;
}

.destination-card {
  width: calc(100% / 3 - 40px);
  margin: 0 20px 40px;
  border-radius: 11px;
  box-shadow: 0 1px 27px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  position: relative;
}

.destination-card-top {
  border-radius: 11px;
  position: relative;
  /*min-height: 200px;*/
  padding-top: 66%;
  background: #ccc;
  overflow: hidden;
  display: block;
}

.destination-card-top:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(32, 47, 89, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
  opacity: 0;
}

.destination-card:hover .destination-card-top:before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 1;
}

.destination-card-image {
  display: block;
  width: 100%;
  border-radius: 11px;
  transition: .35s;
  transform-origin: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}

.destination-card:hover .destination-card-image {
  transition: .35s;
  transform: translate(-50%, -50%) scale(1.05);
}

.destination-card-badges-list {
  width: calc(100% - 64px);
  position: absolute;
  top: 26px;
  left: 32px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  z-index: 3;
}

.destination-card-badge-item {
  height: 26px;
  white-space: nowrap;
  padding: 0 12px 0 28px;
  margin-right: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  background: var(--violet);
  background: #fff;
  border-radius: 12px;
}

.destination-card-badge-item.promo-item {
  background: var(--violet) url("img/icons/promo_icon.png") no-repeat 4px center/21px;
}

.destination-card-badge-item.hot-item {
  background: var(--orange) url("img/icons/hot_icon.png") no-repeat 7px center/17px;
}

.destination-card-badge-icon {}

.destination-card-badge-label {
  font-size: 12px;
  text-transform: uppercase;
}

.destination-card-months-list {
  position: absolute;
  bottom: 20px;
  left: 32px;
  display: flex;
  align-items: center;
  z-index: 3;
}

.destination-card-month-item {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
}

.destination-card-bottom {
  padding: 20px 30px 95px;
}

.destination-card-points-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-card-point {
  flex-shrink: 0;
  max-width: 140px;
}

.destination-card-point-country {
  font-size: 22px;
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 8px;
}

.destination-card-point-city {
  min-height: 43px;
  /*padding: 5px 0 0 27px;*/
  padding: 0 0 0 27px;
  background: url("img/icons/location_marker_icon.png") no-repeat left top/18px;
  font-size: 18px;
  color: #999;
}

.destination-card-point-separator {
  width: 100%;
  margin: 0 20px 15px;
  height: 50px;
  background: url("img/icons/plain_icon.png") no-repeat center/100%;
}

.destination-card-info {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-min-price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--blue);
}

.arrow-btn {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 70px;
  line-height: 1;
  transition: .3s;
  background: url("img/icons/arrow_right_long_icon.png") no-repeat right center/61px;
}

.arrow-btn:hover {
  transition: .3s;
  color: var(--blue);
  background-image: url("img/icons/arrow_right_long_icon_blue.png");
}

.tour-selection-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(5px);
}

.tour-selection-popup {
  width: 90%;
  height: 70%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
}

.tour-selection-popup-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.tour-selection-popup-inner {
  display: none;
}

.tour-selection-popup-inner.start-step {
  display: block;
  color: #fff;
  background: url("https://dev.mytour.ee/wp-content/uploads/2023/11/cta_bg.jpg") no-repeat center/cover;
  position: relative;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.75;
  background: #ccc;
}

.tour-selection-list {
  width: 100%;
}

.tour-selection-item {
  display: none;
  width: 100%;
  height: 100%;
  /*padding: 70px 30px 20px;*/
  padding: 30px;
}

.tour-selection-popup-top {
  width: 100%;
}

.tour-selection-item-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  display: block;
}

.tour-selection-item label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.tour-selection-item.first-item {
  display: block;
  /*color: #fff;*/
  /*background: url("https://dev.mytour.ee/wp-content/uploads/2023/11/cta_bg.jpg") no-repeat center/cover;*/
  /*position: relative;*/
}

.tour-selection-title {
  max-width: 500px;
  font-size: 28px;
  font-weight: bold;
  /*text-align: center;*/
  /*text-shadow: 1px 1px var(--blue);*/
  margin-bottom: 20px;
}

.tour-selection-item-subtitle {
  max-width: 500px;
  font-size: 20px;
  /*text-align: center;*/
  /*text-shadow: 1px 1px var(--blue);*/
  margin-bottom: 30px;
}

.tour-selection-item-inner {
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.tour-selection-popup-inner.start-step:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.tour-selection-item.first-item .tour-selection-item-title {
  /*color: #fff;*/
}

.tour-selection-item {}

.tour-selection-popup-inner.main-content {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  /*padding-bottom: 100px;*/
}

.tour-selection-slogan {
  font-size: 16px;
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}

.tour-selection-item.last-item {}

.tour-selection-item-top {}

.tour-selection-item-title {}

.tour-selection-item-content {}

.tour-selection-item-form-group p span span span.wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  gap: 5px;
}

.tour-selection-item-form-group p span span span.wpcf7-list-item input {
  width: 20px;

}

.tour-selection-progress-bottom {
  width: 100%;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  padding: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tour-selection-progress-block {
  width: 100%;
  flex: 2;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.tour-selection-navigation {
  width: 100%;
  flex: 1;
}

.tour-selection-overlay .wpcf7-spinner {
  display: none;
}

.tour-selection-progress-block>p:not([class]) {
  width: 100%;
}

.tour-selection-progress {
  width: 100%;
  height: 15px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
  transition: .45s;
}

/*.tour-selection-navigation, */
.tour-selection-navigation>p {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-left: 30px;
}

.tour-selection-next-btn {
  min-width: 142px;
}

.tour-selection-progress-text {
  font-size: 12px;
}

.tour-selection-progress-status {
  font-size: 18px;
  font-weight: 500;
  color: var(--blue);
}

.tour-selection-item input {
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 15px;
}

.tour-selection-progress::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  transition: .45s;
}

.tour-selection-progress::-webkit-progress-value {
  border-radius: 10px;
  background: linear-gradient(to right, var(--light-green), var(--green));
  transition: .45s;
}

.tour-selection-popup-close-btn {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 91;
  cursor: pointer;
  background: url("img/icons/cross_icon_dark.svg") no-repeat center/100%;
  transition: .3s;
  opacity: 0.5;
}

.tour-selection-popup-close-btn:hover {
  transition: .3s;
  opacity: 1;
}

.tour-selection-item-form-group+.tour-selection-item-form-group {
  margin-top: 24px;
}

.tour-selection-item-text {
  font-size: 16px;
  margin-bottom: 24px;
}

.tour-selection-submit-btn {
  display: none;
}

.tour-selection-overlay .wpcf7-not-valid-tip,
label.error {
  font-size: 14px;
  margin-top: 10px;
  color: #DC3232;
}

.tour-selection-overlay .wpcf7-not-valid-tip {
  display: none !important;
}

.radios-list {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.wpcf7-list-item {
  width: calc(50% - 6px);
  margin: 0 0 14px;
}

.wpcf7-list-item:nth-of-type(even) {
  margin-left: 12px;
}

.wpcf7-list-item label {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.wpcf7-list-item label input {
  margin: 0 10px 0 0;
  width: auto;
}

.standard-btn i {
  margin-right: 10px;
}

.notice-wrapper {
  padding: 250px 5% 150px;
  text-align: center;
  background: url("img/bg-404.jpg") no-repeat center/cover;
  color: #fff;
}

.notice-title {
  font-size: 120px;
  font-weight: bold;
  margin-bottom: 20px;
}

.notice-subtitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.notice-text {
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.5;
  font-size: 20px;
}

.search-filters-block {
  position: relative;
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translate(-50%, 38px); */
  z-index: 5;
}

@media screen and (min-width: 64rem) {
  .search-filters-block {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 38px);
    z-index: 5;
  }
}

/* .search-filters-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
} */

.search-filter-item {
  /*width: calc( 100% / 4 - 40px );*/
  flex: 2;
  height: 100%;
  flex-shrink: 0;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.search-filter-item.number-of-people {
  flex: 1;
}

.children-age-fields {
  background-color: #fff;
  padding: 20px;
  max-width: 260px;
  flex-wrap: wrap;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  right: 20px;
  display: none;
  gap: 15px;
}

.child-age-field {
  max-width: 100px;
}

.search-filter-item+.search-filter-item {
  border-left: 1px solid #EBE6DE;
}

.search-filters-inner .standard-btn {
  width: 160px;
  flex: 1;
  flex-shrink: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.search-filter-item-input-wrapper input {
  width: 100%;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  font-weight: bold;
  border-radius: 0;
  margin-top: 5px;
}

.search-filter-item-input-wrapper input::placeholder {
  color: inherit;
  opacity: 1;
}

.search-filter-item i {
  font-size: 32px;
  margin-right: 15px;
  color: var(--light-blue);
}

.subscribe-form .wpcf7-spinner {
  display: none;
}

.subscribe-form .wpcf7-list-item label {
  padding: 0 0 0 22px;
  position: relative;
  border: none;
  align-items: center;
  font-size: 15px;
}

.subscribe-form .wpcf7-form-control-wrap,
.subscribe-form .wpcf7-form-control {
  width: 100%;
  display: block;
}

.subscribe-form .wpcf7-list-item {
  width: 100%;
}

.subscribe-form br {
  display: none;
}

.wpcf7-not-valid-tip {
  /*margin: -5px 0 15px;*/
  font-size: 14px;
}

.subscribe-form .wpcf7-not-valid-tip {
  margin: -5px 0 15px;
}

.contact-us-form .wpcf7-not-valid-tip,
.sws-region-form-block .wpcf7-not-valid-tip {
  margin: 5px 0;
}

.subscribe-form :where(.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output),
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.subscribe-form .wpcf7-list-item label input {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  transition: .3s;
  border: 1px solid var(--light-grey);
  border-radius: 2px;
  background: transparent url("img/icons/check_icon.svg") no-repeat center/0 !important;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

#blog-main {
  padding: 47px 0 16px;
}

#blog-main .container {
  padding: 60px 0;
}

#blog-main .upper {
  margin-bottom: 40px;
}

#blog-main .posts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4rem 1rem;
}

@media screen and (min-width: 48rem) {
  #blog-main .posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#blog-main .post-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 5px 10px 0 hsl(0 0% 0% / 0.05);
  transition: all 0.2s ease;
}

#blog-main .post-card:hover {
  box-shadow: 0 5px 10px 0 hsl(0 0% 0% / 0.1);
}

#blog-main .post-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4;
  object-fit: cover;
  border-radius: 0.5rem;
}

#blog-main .post-card h2 {
  color: var(--clr-text-primary);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

#blog-main .post-card .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  color: var(--clr-text-primary);
  font-weight: 600;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog-main .post-card .date {
  margin: 0;
  font-size: 14px;
}

#post-main {
  padding: 47px 0 16px;
}

#post-main .container {
  padding: 60px 0;
}

#post-main .upper {
  display: flex;
  margin-bottom: 40px;
}

#post-main .upper .info {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  gap: 10px;
}

#post-main .upper .info a {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c7008e;
  padding: 7px 15px;
  border-radius: 50px;
  color: #fff;
}

#post-main .upper .info a svg {
  width: auto;
  height: 20px;
}

#post-main .upper .info a svg path {
  fill: white;
}

#post-main .upper .image-container {
  width: 50%;
  display: flex;
  align-items: center;
}

#post-main .upper .image-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

/* #post-main .content{
    max-width: 800px;
    margin: 0 auto;
} */

@media screen and (max-width: 1500px) {
  .sws-region-content {
    margin-bottom: 48px;
  }

  .sws-region-slide {
    height: 400px;
  }

  .hotels-list-tip-wrapper {
    max-width: 50%;
    background-size: 50px;
    margin-bottom: 10px;
  }

  .hotel-item-row {
    padding: 18px 20px;
  }

  thead .hotel-item-row {
    padding: 18px 20px;
  }

  .hotels-list-tip {
    padding: 0 40px;
    font-size: 40px;
  }

  .sws-hotels-list-wrapper {
    width: 50%;
  }

  .sws-hotel-descriptions {
    width: 50%;
  }

  .sws-region-form-wrapper {
    width: 50%;
    margin-left: 35px;
  }

  /* .first-block {
    padding: 300px 0 160px 0;
  } */

  .benefits-content {
    padding-top: 0;
  }
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

@media screen and (max-width: 1400px) {
  .team-item-name {
    font-size: 18px;
  }

  .team-item-position {
    font-size: 18px;
  }

  .team-item {
    width: calc(100% / 3 - 30px);
    margin: 0 0 45px 45px;
    padding-left: 60px;
  }

  .team-item-inner .team-item-name-top {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .team-list {
    margin-top: 48px;
  }

  .destination-card-bottom {
    padding: 16px 20px 65px;
  }

  .destination-card-point-separator {
    margin: 0 10px 15px;
  }

  .arrow-btn {
    font-size: 14px;
    padding-right: 48px;
    background-size: 40px;
  }

  .destination-card-point-country {
    font-size: 22px;
  }

  .destination-card-point-city {
    font-size: 16px;
    padding: 0 0 0 20px;
    background: url('img/icons/location_marker_icon.png') no-repeat left 2px/14px;
  }

  .destination-min-price {
    font-size: 20px;
  }

  .destination-card-info {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .notice-wrapper {
    padding: 150px 5% 70px;
  }

  .notice-title {
    font-size: 80px;
    margin-bottom: 10px;
  }

  .notice-subtitle {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .notice-text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .destinations-list {
    padding: 0 2.5%;
  }

  .team-list {
    width: 95%;
  }

  .filters-list {
    margin: 24px auto;
  }

  .team-item-position {
    font-size: 16px;
  }

  .team-item-name {
    font-size: 16px;
  }

  .team-item {
    width: calc(50% - 20px);
    margin: 0 0 40px 40px !important;
    padding-left: 60px;
  }

  .team-item:nth-of-type(2n + 1) {
    margin-left: 0 !important;
  }

  .destination-card {
    width: calc(50% - 15px);
    margin: 0 0 30px;
  }

  .destination-card:nth-of-type(even) {
    margin-left: 30px;
  }

  .subtitle-text {
    font-size: 24px;
  }

  .contact-us-container .cursive-text {
    font-size: 40px;
  }

  .sws-region-content-wrapper {
    margin-bottom: 64px;
  }

  .sws-region-form-block {
    padding-left: 90px;
  }

  .sws-region-form-point-abbr {
    font-size: 48px;
  }

  .our-values-list.fullwidth-list .text-with-icon-item {
    width: calc(50% - 20px);
    margin-bottom: 32px;
  }

  .our-values-list .text-with-icon-item:nth-of-type(even) {
    margin-left: 30px;
  }

  .our-values-list .text-with-icon-item:nth-of-type(odd) {
    margin-left: 0;
  }

  .sws-region-top-block {
    padding-top: 20px;
  }

  .sws-region-top-block-info {
    margin-bottom: 30px;
  }

  .region-title {
    font-size: 36px;
  }

  .value-text {
    font-size: 20px;
  }

  body:not(.home, .error404, .page-id-565, .page-id-849, .page-id-853, .page-id-855, .page-id-866, .page-id-864, .page-id-860, .page-id-862) {
    padding-top: 126px;
  }

  header .menu-item>a {
    font-size: 14px;
    padding: 10px 8px;
  }

  .container {
    width: 95%;
  }

  .current-tours-block-wrapper {
    width: 95%;
  }

  .header-top-container {
    padding: 5px 0;
  }

  .header-bottom-container {
    padding: 10px 0;
  }

  .header-bottom-menu .menu-item>a {
    padding: 10px 20px;
    font-size: 16px;
  }

  .sws-logo {
    width: 90px;
  }

  .statistic-list {
    width: 95%;
    padding: 30px 15px;
  }

  .our-values-image-wrapper {
    width: 40%;
  }

  .testimonial-content {
    /*padding: 35px 30px 40px 75px;*/
    padding: 35px 30px 95px 75px;
  }

  .testimonial-icon {
    font-size: 50px;
    right: 25px;
    bottom: 30px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .testimonial-author {
    width: calc(100% - 105px);
    font-size: 18px;
    margin-top: 20px;
    left: 75px;
    bottom: 40px;
  }

  .statistic-item {
    width: calc(100% / 3);
    padding: 0 10px;
  }

  .statistic-item-text {
    font-size: 16px;
  }

  .statistic-item-value {
    font-size: 42px;
  }

  .current-tour-item {
    width: calc(100% / 3 - 30px) !important;
  }

  .current-tour-card-title {
    font-size: 42px;
  }

  .current-tour-booking-card {
    padding: 20px 30px;
  }

  .current-tours-block-wrapper {
    padding: 100px 0 40px;
  }

  .footer-container {
    flex-flow: wrap;
    padding-inline: 1rem;
  }

  .footer-column:last-of-type {
    width: 100%;
    max-width: 400px;
    margin: 48px 0 0;
  }

  .benefits-block {
    margin-top: 80px;
  }

  .banner-block {
    margin-top: 100px;
  }

  .banner-block.with-statistic {
    margin-bottom: 150px;
  }

  .our-values-block {
    margin: 80px auto 40px;
    padding-inline: 1rem;
  }

  .sws-banner-block {
    padding-top: 70px;
    padding-inline: 1rem;
  }

  .testimonials-block {
    padding: 70px 0 60px;
  }

  footer {
    padding: 70px 0;
  }

  .slogan-image {
    width: 630px;
  }

  .slogan-container:after {
    width: 500px;
    height: 500px;
    left: 40%;
  }

  .slogan-logo {
    width: 220px;
  }

  .slogan-container {
    min-height: 550px;
    background-size: 100%;
  }

  .socials-wrapper,
  .slogan-block .sws-social-networks {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .search-filter-item i {
    font-size: 24px;
    margin-right: 10px;
  }

  .search-filters-inner .standard-btn {
    width: 120px;
  }

  .search-filters-block {
    height: 70px;
  }

  .search-filter-item {
    width: calc(100% / 3 - 40px);
  }

  .tour-selection-next-btn {
    background: var(--blue) !important;
  }

  .tour-selection-overlay .btn-disabled {
    pointer-events: none !important;
    opacity: 0.75 !important;
    background: #ccc !important;
  }

  .tour-selection-popup {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    transform: none;
    top: 0;
    left: 0;
  }

  .team-item-info {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 15px 24px 0;
  }

  .team-item-name {
    font-size: 18px;
  }

  .team-item-position {
    font-size: 16px;
  }

  .team-item {
    padding: 0;
  }

  .team-list {
    width: 90%;
    margin-top: 30px;
  }

  .team-item-inner .team-item-name-top {
    display: none;
  }

  .team-item-inner-content-bottom {
    padding: 15px 24px 24px;
  }

  .team-member-image {
    height: 150px;
  }

  #blog-main .post-card img {
    height: 125px;
  }

  .map-block .map-iframe {
    height: 50vh;
  }

  .sws-contact-us-block {
    padding-top: 24px;
  }

  .contact-us-top,
  .contact-us-inner {
    flex-flow: wrap;
  }

  .container-part {
    width: 100%;
  }

  .container-part+.container-part {
    margin-top: 24px;
  }

  .contact-us-top .container-part+.container-part {
    margin-top: 0;
  }

  .contact-us-inner {
    margin-top: 24px;
  }

  .close-popup-btn {
    top: 0;
    right: 0;
  }

  .popup {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .popup-content {
    padding: 5%;
  }

  .map-overlay .popup-content {
    padding: 0;
    max-height: 100%;
    overflow: hidden;
  }

  .map-iframe {
    height: 100vh;
    border-radius: 0;
  }

  .region-title {
    font-size: 32px;
  }

  .price-block {
    padding-left: 45px;
    background: url('img/icons/price_icon.png') no-repeat left center/32px;
  }

  .duration-block {
    padding-left: 44px;
    background: url('img/icons/duration_icon.png') no-repeat left center/auto 31px;
  }

  .value-label {
    font-size: 14px;
  }

  .value-text {
    font-size: 16px;
  }

  .sws-region-content {
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .sws-region-form-wrapper {
    width: 100%;
    max-width: 550px;
    margin: 24px auto 0;
    padding: 0;
  }

  .sws-hotels-block {
    /*max-width: 550px;*/
    margin-top: 24px;
  }

  .sws-hotel-content-wrapper {
    flex-flow: wrap;
  }

  .sws-hotels-list-wrapper {
    width: 100%;
  }

  .sws-hotel-descriptions {
    width: 100%;
    border-radius: 9px;
  }

  .hotels-list-tip-wrapper {
    padding: 0;
    background: transparent;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 32px;
  }

  .hotels-list-tip {
    padding: 0;
    transform: none;
  }

  .sws-region-content-inner {
    padding: 0;
  }

  .sws-region-slide {
    height: 350px;
  }

  body:not(.home, .error404, .page-id-565, .page-id-849, .page-id-853, .page-id-855, .page-id-866, .page-id-864, .page-id-860, .page-id-862) {
    padding-top: 116px;
  }

  .current-tour-item-text {
    font-size: 42px;
  }

  .mobile-menu-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 5%;
  }

  .sws-close-menu-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 12px;
    right: 5%;
    background: url("img/icons/cross_icon.svg") no-repeat center/100%;
  }

  .sws-burger-menu-btn {
    width: 40px;
    height: 40px;
    display: block;
    background: url("img/icons/burger.svg") no-repeat center/100%;
  }

  .header-top-menu {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }

  .header-bottom-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 90px 5% 0;
    background: rgba(0, 102, 204, .5);
    transition: .3s;
    top: 0;
    left: -110%;
    z-index: 9999;
    backdrop-filter: blur(20px);
  }

  .header-bottom-menu-inner .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
  }

  .header-bottom-menu.active {
    transition: .3s;
    left: 0;
  }

  .header-bottom-menu-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
  }

  .current-tour-item {
    width: calc(50% - 30px) !important;
  }

  .container,
  .current-tours-block-wrapper {
    width: 90%;
  }

  .sws-features-list {
    padding-inline: 1rem;
  }

  .sws-features-list .text-with-icon-item {
    width: 100%;
    margin: 0;
  }

  .sws-features-list .text-with-icon-item+.text-with-icon-item {
    margin-top: 32px;
  }

  .icon-item {
    width: 60px;
  }

  .current-tours-block-wrapper {
    padding-bottom: 20px;
  }

  .benefits-content-inner {
    margin-left: 40px;
    padding-right: 5%;
  }

  .benefits-title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .benefits-list .text-with-icon-item .icon-item {
    width: 70px;
  }

  .first-block-title * {
    font-size: 40px;
  }

  /* .first-block {
    padding: 200px 1rem 120px 1rem;
    background-size: cover;
    /* background-size: auto 600px; * /
    background-position: center top;
  } */

  .current-tour-item-title,
  .banner-block-text,
  .sws-banner-text,
  .testimonials-text,
  .our-values-text {
    font-size: 22px;
  }

  .banner-block-title,
  .sws-banner-title,
  .testimonials-title,
  .our-values-title {
    font-size: 42px;
  }

  .testimonials-text,
  .our-values-text {
    margin-bottom: 40px;
  }

  .our-values-block-container {
    flex-flow: wrap;
  }

  .our-values-image-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .testimonial-image-wrapper {
    top: 20px;
  }

  .footer-column:first-of-type {
    width: 230px;
  }

  .slogan-image {
    width: 400px;
  }

  .slogan-container:after {
    width: 350px;
    height: 350px;
    left: 30%;
  }

  .slogan-logo {
    width: 170px;
  }

  .socials-wrapper,
  .slogan-block .sws-social-networks {
    justify-content: flex-end;
  }

  .filter-item {
    padding: 5px 15px;
    border-radius: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 4px 8px;
  }

  .clear-filters-btn {
    width: 26px;
    height: 26px;
    padding: 2px;
  }

  .destinations-list {
    width: 90%;
    padding: 0;
  }

  .destination-card-point-country {
    font-size: 18px;
  }

  .destination-card-point-city {
    font-size: 14px;
    padding: 0 0 0 17px;
    background: url('img/icons/location_marker_icon.png') no-repeat left 1px/12px;
  }

  .arrow-btn {
    padding-right: 0;
    background: transparent;
  }

  .destination-min-price {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  /* .first-block {
    margin-bottom: 180px;
  } */

  .search-filters-block {
    height: auto;
    bottom: -145px;
  }

  .search-filters-inner {
    flex-flow: wrap;
    /*flex-flow: column;*/
    /*justify-content: flex-end;*/
    /*align-items: center;*/
  }

  .search-filter-item {
    width: 100%;
    box-sizing: border-box;
  }

  .search-filter-item {
    width: 100%;
    border: none;
    border-top: 1px solid #EBE6DE;
    /*display: flex;*/
    /*justify-content: center;*/
  }

  .search-filters-inner .standard-btn {
    width: 100%;
    border-radius: 0;
  }

  .notice-wrapper {
    padding: 130px 5% 70px;
  }

  .notice-subtitle {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .notice-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .tour-selection-item .wpcf7-list-item label {
    font-size: 14px;
    padding: 8px 12px;
  }

  .wpcf7-list-item {
    width: 100%;
    margin: 0 0 10px !important;
  }

  .tour-selection-item-inner {
    padding: 50px 25px;
  }

  .tour-selection-popup-inner.start-step:before {
    background: rgba(0, 0, 0, .55);
  }

  .tour-selection-popup-close-btn {
    top: 10px;
  }

  .tour-selection-progress-bottom {
    flex-flow: wrap;
  }

  .tour-selection-progress-block {
    width: 100%;
    margin-bottom: 15px;
  }

  .tour-selection-navigation {
    width: 100%;
    flex: 1;
  }

  .tour-selection-navigation>p {
    width: 100%;
    margin-left: 0;
  }

  .tour-selection-slogan {
    font-size: 14px;
    padding: 10px 50px 10px 25px;
  }

  .tour-selection-item,
  .tour-selection-progress-bottom {
    padding: 20px 25px;
  }

  .tour-selection-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .tour-selection-item-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .tour-selection-item label {
    font-size: 12px;
  }

  .tour-selection-item input {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
  }

  .tour-selection-item-form-group+.tour-selection-item-form-group {
    margin-top: 15px;
  }



  .destination-card-point-city {
    min-height: 0;
  }

  .destination-card-bottom {
    padding: 12px 13px 20px;
  }

  .destination-card-point-separator {
    height: 40px;
    margin-bottom: 0;
  }

  .destination-card-point-country {
    margin-bottom: 5px;
  }

  .destination-card-badges-list {
    top: 12px;
    left: 12px;
  }

  .destination-card-months-list {
    left: 12px;
    bottom: 12px;
  }

  .arrow-btn {
    color: #333;
  }

  .destination-card-info {
    margin-top: 20px;
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
  }

  .filter-item {
    font-size: 12px;
  }

  .destination-card {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px !important;
  }

  .team-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 32px !important;
  }

  .team-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .team-members {
    flex-direction: column;
  }

  .team-member-image {
    height: 250px;
  }

  #blog-main .posts-grid {
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
  }

  #blog-main .post-card {
    width: 100%;
    max-width: 450px;
  }

  #blog-main .post-card img {
    height: 200px;
  }

  #post-main .upper {
    flex-direction: column;
  }

  #post-main .upper .info {
    width: 100%;
    padding-right: 0;
    height: 200px;
  }

  #post-main .upper .info a {
    transform: translateY(-100%);
  }

  #post-main .upper .info a svg {
    width: auto;
    height: 20px;
  }

  #post-main .upper .image-container {
    width: 100%;
  }

  #post-main .upper .image-container img {
    height: 200px;
  }

  .accordion-item-title {
    padding: 15px 0 0;
  }

  .accordion-item-content {
    padding: 5px 0 0;
  }

  .contact-us-container .cursive-text {
    font-size: 32px;
  }

  .subtitle-text {
    font-size: 20px;
  }

  .contact-item {
    width: 100%;
  }

  .contact-item+.contact-item {
    margin-top: 12px;
  }

  .contact-item-icon {
    height: 40px;
    margin-bottom: 10px;
  }

  .contact-item-label {
    margin-bottom: 4px;
  }

  .daterangepicker {
    /*transform: translateX(-30px);*/
  }

  .sws-region-top-block {
    padding-bottom: 30px;
  }

  .sws-region-content-wrapper {
    margin-top: 20px;
  }

  .region-title {
    font-size: 24px;
  }

  .sws-region-content-inner>*,
  .sws-country-content>* {
    font-size: 16px;
  }

  .sws-hotel-description-content {
    font-size: 16px;
  }

  .hotel-item-row,
  thead .hotel-item-row {
    padding: 12px 15px;
  }

  .sws-hotel-description-title {
    font-size: 24px;
  }

  .show-hotel-map-btn {
    top: 0;
  }

  .sws-region-slide {
    height: 200px;
    margin: 0 6px;
  }

  .hotel-item-row td:not(:last-of-type) {
    padding-right: 10px;
  }

  .sws-hotel-descriptions {
    width: 100vw;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    border-radius: 0;
    padding: 24px 5%;
  }

  .sws-hotel-features-wrapper {
    padding: 24px 15px;
  }

  .sws-region-top-block-info {
    flex-flow: column;
  }

  .cursive-text {
    font-size: 40px;
  }

  .price-block,
  .duration-block {
    margin-top: 16px;
  }

  .content-subtitle,
  .sws-country-content h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .sws-country-content h3 {
    margin-top: 24px;
  }

  .our-values-list.fullwidth-list .text-with-icon-item {
    width: 100%;
    margin: 0 0 24px !important;
  }

  .sws-region-content-wrapper {
    margin-bottom: 48px;
  }

  body:not(.home, .error404, .page-id-565, .page-id-849, .page-id-853, .page-id-855, .page-id-866, .page-id-864, .page-id-860, .page-id-862) {
    padding-top: 104px;
  }

  .cursive-title {
    font-size: 34px;
  }

  .first-block-title * {
    font-size: 28px;
    margin: 15px 0 0;
  }

  .current-tours-block {
    width: 100%;
    margin: 0 auto;
  }

  .current-tour-item {
    width: 100% !important;
    margin: 0;
  }

  .current-tour-item+.current-tour-item {
    margin-top: 16px;
  }

  .current-tour-item.current-tour-info {
    height: auto;
    min-height: 0;
    margin-bottom: 12px;
  }

  .current-tours-block-wrapper {
    padding-top: 40px;
  }

  .sws-features-list {
    width: 100%;
    margin: 0 auto;
  }

  .sws-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .benefits-block {
    flex-flow: wrap;
  }

  .benefits-image-wrapper {
    max-height: 350px;
    margin-bottom: 32px;
    width: 100%;
    border-radius: 0;
  }

  .benefits-content {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }

  .benefits-content-inner {
    margin: 0;
  }

  .benefits-logo {
    width: 150px;
    margin: 0 auto 24px;
  }

  .banner-block {
    margin-top: 70px;
  }

  .statistic-list {
    width: 90%;
    padding: 10px 30px 20px;
    transform: translate(-50%, -30%);
    flex-flow: wrap;
  }

  .statistic-item {
    width: 100%;
  }

  .statistic-item+.statistic-item {
    border: none;
    border-top: 1px solid #EBE6DE;
    padding-top: 15px;
    margin-top: 15px;
  }

  .banner-block.with-statistic {
    margin-bottom: 260px;
  }

  .our-values-list .text-with-icon-item {
    width: 100%;
    margin: 0;
  }

  .our-values-list .text-with-icon-item+.text-with-icon-item {
    margin: 32px 0 0;
  }

  .our-values-image-wrapper {
    margin-top: 32px;
  }

  .slogan-image {
    width: 100%;
    position: relative;
  }

  .statistic-item-value {
    font-size: 32px;
  }

  .current-tour-item-title,
  .banner-block-text,
  .sws-banner-text,
  .testimonials-text,
  .our-values-text {
    font-size: 20px;
  }

  .testimonials-slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .testimonial-slide {
    margin: 0 10px 45px;
    padding: 65px 0 0;
  }

  .testimonial-content {
    /*padding: 75px 20px 40px;*/
    padding: 75px 20px 90px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .testimonial-image-wrapper {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonial-slide .testimonial-image-wrapper {
    border-color: var(--blue);
  }

  .slogan-logo {
    width: 150px;
  }

  .slogan-title,
  .slogan-content h2 {
    font-size: 20px;
  }

  .slogan-container {
    min-height: 0;
    display: block;
  }

  .slogan-container > .slogan-content {
    width: 100%;
    margin-inline: 1rem;
  }

  .socials-wrapper,
  .slogan-block .sws-social-networks {
    justify-content: flex-start;
    margin: 24px 0;
  }

  .social-item-square,
  .slogan-block .sws-social-item {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .slogan-text,
  .slogan-content p {
    font-size: 16px;
    max-width: 100%;
  }

  .footer-column-title {
    font-size: 18px;
  }

  .slogan-container:after {
    display: none;
  }

  .footer-container {
    flex-flow: column;
  }

  .footer-column {
    width: 100% !important;
    margin: 0 0 32px !important;
  }

  .footer-text {
    padding-bottom: 20px;
    border: none;
  }


  .footer-column:first-of-type {
    margin-bottom: 48px !important;
  }

  footer {
    padding-bottom: 20px;
  }

  .testimonial-author {
    font-size: 16px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 40px;
  }

  .header-contacts>a {
    font-size: 0.75rem;
  }

  .sws-logo {
    width: 70px;
    margin: 0;
  }

  .sws-social-item {
    width: 38px;
    height: 38px;
  }

  .sws-region-form-date-value {
    font-size: 15px;
  }

  .hotel-item-name-cell {
    font-size: 15px;
  }

  .hotel-item-price-cell {
    font-size: 15px;
    width: calc(44% - 24px);
  }

  .sws-star {
    width: 20px;
    height: 22px;
    margin-right: 3px;
  }

  .hotel-item-checkbox-cell {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 563px) {
  .drp-selected {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 500px) {
  .sws-region-form-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  .sws-region-form-block {
    min-height: 350px;
    padding: 25px 38px 30px 16%;
  }

  .submit-region-form-btn {
    height: 50px;
    font-size: 16px;
  }

  input,
  textarea,
  select {
    font-size: 14px;
    padding: 10px 15px;
  }

  .sws-input-block {
    margin-bottom: 10px;
  }

  .sws-region-form-point-abbr {
    font-size: 38px;
  }

  .sws-region-form-point-label {
    font-size: 18px;
  }

  .sws-region-form-date-label {
    font-size: 14px;
  }

  .sws-region-form-date-block {
    padding: 12px 15px 12px 50px;
    min-height: 65px;
    margin-bottom: 15px;
    border-radius: 9px;
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff url('img/icons/clock_icon.png') no-repeat 12px center/28px;
  }

  .sws-region-form-top {
    margin-bottom: 16px;
  }

  .sws-region-form-date-value {
    font-size: 15px;
  }
}

#destinations-select-box,
#duration-select-box {
  padding: 0;
  box-shadow: none;
  font-weight: bold;
  border: 0;
  outline: 0;
  margin-left: -3px;
  font-size: 14px;
}

.search-filter-item-input-wrapper {
  width: 100%;
}

.search-filters-item-label {
  font-size: 14px;
}

input.single-datepicker {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  left: 0;
  background: #0000;
  position: absolute;
  transform: scale(12)
}

#loadingAJAX {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: black;
  border-radius: 20px;
  color: white;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  display: none;
  z-index: 99;
}

#loadingAJAX svg {
  width: 20px;
  height: 20px;
  animation: rotate 2s linear infinite;
  margin-right: 5px;
  margin-bottom: -4px;
  margin-top: 3px;
}

#loadingAJAX svg path {
  fill: white;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#normalMain .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}

.bottom-filters {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}

.contact-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.contact-popup-inner {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-popup-content {
  width: 100%;
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

.contact-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
}

.contact-popup-close svg {
  width: 30px;
  height: 30px;
}

.gform_required_legend {
  display: none;
}

#waavo-insert-iframe {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}

#normalMain .wp-block-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.hs-menu-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hs-menu-inner a {
  color: var(--blue);
}

.hs-menu-inner p {
  width: 100%;
}

.content ul {
  list-style: inside;
}

.content p {
  margin: 1em 0;
}

.content h4 {
  margin: 1.33em 0;
}

.page-id-595236 main#primary, .page-id-595559 main#primary{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-id-595236 main#primary .gform_wrapper, .page-id-595559 main#primary .gform_wrapper{
  width: 100%;
  max-width: 700px;
}

.children-ages-wrapper {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 100%;
  /* Adjust as needed */
  left: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.hotels-filter {
  margin-top: 100px;
}


.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--blue);
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;

  &:is(:focus, :hover) {
    background-color: var(--dark-blue);
  }
}

.subtitle {
  margin: 0 !important;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  line-height: 1;
}

.left-palm,
.right-palm {
  position: relative
}

@media screen and (min-width: 36rem) {
  .left-palm::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    translate: -50% 0;
    width: var(--let-palm-size);
    height: var(--let-palm-size);
    background-image: url(img/palm.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
  }
}

.left-palm--lg {
  --let-palm-size: 42rem
}

.right-palm::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 50% 0;
  width: var(--right-palm-size);
  height: var(--right-palm-size);
  background-image: url(img/palm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1
}

.right-palm--lg {
  --right-palm-size: 42rem
}

/* Blocks */

.wp-block-columns {
  margin-bottom: 4rem;
}

.wp-block-image img {
  border-radius: 1.25rem;
}

.wp-block-quote {
  display: grid;
  justify-content: center;
  padding-block: 2rem;
  margin-bottom: 4rem;

  p {
    max-width: 60ch;
    color: var(--clr-text-secondary);
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
  }
}

.testimonial-block {
  display: grid;
  justify-content: center;
  padding-block: 2rem;
  margin-bottom: 4rem;
}

.testimonial__text {
  max-width: 60ch;
  color: var(--clr-text-secondary);
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}

.wp-block-giftup-checkout {
  margin-inline: auto;
}

@media screen and (min-width: 48rem) {
  .wp-block-giftup-checkout {
    width: 32rem;
  }
}

/* Utilities */

.grid {
  display: grid
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.gap-4 {
  gap: 1rem
}

.gap-8 {
  gap: 2rem
}

.h-full {
  height: 100%
}

.h-60 {
  height: 15rem
}

.w-full {
  width: 100%
}

.object-cover {
  object-fit: cover
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.mb-1 {
  margin-bottom: 0.25rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mb-32 {
  margin-bottom: 8rem
}

.mt-auto {
  margin-top: auto
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-12 {
  margin-top: 3rem
}

.mt-16 {
  margin-top: 4rem
}

.pb-16 {
  padding-bottom: 4rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.rounded-3xl {
  border-radius: 1.25rem
}

.font-bold {
  font-weight: 700
}

.text-center {
  text-align: center
}

.text-blue {
  color: var(--blue)
}

.text-secondary {
  color: var(--clr-text-secondary)
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-4xl {
  font-size: 2.25rem
}

.leading-none {
  line-height: 1
}

.tracking-normal {
  letter-spacing: 0em
}

.uppercase {
  text-transform: uppercase
}

.overflow-hidden {
  overflow: hidden
}

.justify-center {
  justify-content: center
}

@media screen and (min-width: 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:aspect-\[2\.5\] {aspect-ratio: 2.5}
}