@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import "./components/not-found.css?v=4";
@import "./components/stepper.css?v=4";
@import "./components/agency.css?v=4";
@import "./components/tooltip.css?v=4";
@import "./components/tour.css?v=4";
@import "./pages/main-page.css?v=4";
@import "./pages/catalog-page.css?v=4";
@import "./pages/news-page.css?v=4";
@import "./components/seo-text.css?v=4";
@import "./components/booking-form.css?v=4";
@import "./components/cookies-banner.css?v=4";
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:before,
:after {
  box-sizing: border-box;
}
body {
  position: relative;
  background: var(--white);
  font-size: 14px;
  color: var(--colors-30);
  font-family: var(--font-family);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.container {
  margin: 0 auto;
  min-width: 320px;
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
}
H1,
.h1 {
  font-family: var(--second-family);
  font-weight: 900;
  color: var(--prime-blue);
  font-size: 28px;
}
H2,
.h2 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 36px;
  color: var(--prime-blue);
}
H3,
.h3 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 32px;
  color: var(--prime-blue);
}
.fs-3 {
  font-size: 28px;
}
H4,
.h4 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 24px;
}
H5,
.h5 {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 20px;
}
ul,
ul li {
  list-style: none;
}
ul:not([class]) {
  margin-top: 15px;
}
ul:not([class]) li {
  position: relative;
  padding-left: 24px;
}
ul:not([class]) li:before {
  content: "•";
  display: block;
  position: absolute;
  left: 8px;
  top: 1px;
}
a {
  text-decoration: none;
  color: var(--prime-blue);
  transition: all 300ms ease;
}
p {
  margin-top: 15px;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}
.hidden {
  display: none;
}

.viewport-wrapper {
  position: relative;
  min-width: 320px;
}
.viewport-wrapper.overflow {
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.header-top {
  height: 64px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  z-index: 100;
}
.header-logo {
  margin: 0 auto 0 5px;
  width: 150px;
}
.header a.my-booking {
  display: none;
}
.header-tel {
  font-weight: 700;
  font-size: 17px;
  color: var(--colors-20);
}
.header-tel .bt-social {
  background: var(--extreme-light-blue-bg);
}
.header-tel .bt-social svg {
  width: 26px;
  height: 26px;
  fill: var(--prime-green);
}
.header .bt-social {
  margin-left: 4px;
}
.header-dropdown {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--white);
  padding: 0 20px;
  height: 100vh;
  overflow: auto;
  display: none;
}
.span-href span {
  border-bottom: 3px dashed #63c3ff;
  cursor: pointer;
}
.header-dropdown::-webkit-scrollbar {
  width: 6px;
}
.header-dropdown::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 6px;
}
.header-dropdown::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--prime-blue);
}
.header-dropdown .wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.header-dropdown .head {
  position: relative;
  z-index: 20;
  margin: 0 -20px;
  padding: 0 20px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.04);
  background: var(--white);
  height: 64px;
}
.header-dropdown .close {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: -10px;
}
.header-dropdown .close::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: var(--extreme-light-blue-bg);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.header-dropdown .close svg {
  width: 12px;
  height: 12px;
}
.header-dropdown .bt-social {
  margin-left: 10px;
}
.nav-menu .step {
  padding-top: 15px;
}
.nav-menu .step-title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--colors-extreme-light-blue--1);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 20px;
  color: var(--colors-0);
}
.nav-menu .step > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--colors-extreme-light-blue--1);
  padding: 15px 30px 15px 0;
  font-size: 16px;
  color: var(--colors-20);
}
.nav-menu .step > ul > li > a svg {
  width: 8px;
  height: 13px;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  fill: var(--prime-blue);
}
.nav-menu .dropdown-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 10;
  background: #fff;
  padding: 94px 20px 0;
  display: none;
}
.link-back {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  color: var(--colors-20);
}
.link-back svg {
  width: 8px;
  height: 13px;
  margin-right: 20px;
  transform: rotate(180deg);
}
.header-dropdown .buttons {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 20px 0;
  margin-top: auto;
}
.header-dropdown .bt {
  height: 42px;
  font-size: 16px;
}
.dropdown-content .list {
  overflow: auto;
  margin: 20px -20px 0 0;
  padding-right: 20px;
  height: 78vh;
}
.dropdown-content .list::-webkit-scrollbar {
  width: 6px;
}
.dropdown-content .list::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 6px;
}
.dropdown-content .list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: var(--prime-blue);
}
.dropdown-content .section {
  padding-bottom: 20px;
}
.dropdown-content .section .title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 20px;
  color: var(--colors-0);
}
.dropdown-content .section li {
  margin-top: 18px;
}
.dropdown-content .section li a, .dropdown-content .section a  {
	font-size: 16px;
	color: var(--colors-20);
}

.preview {
	background: var(--prime-blue);
	padding: 104px 0 30px;
	text-align: center;
	color: var(--white);
}

.preview.not-found-page {
  background-image: none;
}
.preview H2, .preview H1 {
	color: inherit;
	line-height: 120%;
}
.preview-subtitle {
  margin-top: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
}
.search-form {
  margin-top: 30px;
  padding: 15px;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.15);
  background: var(--white);
  border-radius: 16px;
}
.search-form .button {
  margin-top: 12px;
}
.link-help {
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
}
.link-help .border-bottom {
  display: inline-block;
  margin-bottom: 2px;
  border-bottom: 2px dashed;
}
.link-help svg {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 3px;
  width: 17px;
  height: 17px;
  fill: var(--white);
}

.promo, .recommend {
  position: relative;
  z-index: 1;
  background: var(--extreme-light-blue-bg);
  padding: 16px 0;
  overflow: hidden;
}

/* top categories on home page */
.top-categories__wrap {
    margin-top: 30px;
	display: grid;
	gap: 10px;
    border-radius: 16px;
}

.top-categories__title {
	margin-bottom: 20px;
}

.top-categories__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.top-categories__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 16px;
}

.top-categories__item:hover::before {
	background-color: #00000096;
}

.top-categories__item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #0000004a;
	transition: background-color 0.6s ease;
    border-radius: 16px;
}

.top-categories__item-title {
	color: var(--white);
	z-index: 1;
	position: relative;
}

.top-categories__item-caption {
	color: var(--white);
	z-index: 1;
	position: relative;
	margin-top: 0;
	font-weight: 500;
}
/* top categories on home page */

.promo-slider {
  margin: 0 -20px 0;
  padding: 0 20px 30px;
}
.promo-slider:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.promo-slider:not(.slick-slider) .promo-item {
  width: 335px;
  min-width: 335px;
}
.promo-slider .promo-item, .recommend-slider .recommend-item {
  margin: 0 3px 10px;
}
.promo-item, .recommend-item {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-radius: 16px;
  padding: 10px 10px 5px;
  min-height: 180px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.promo-item .content {
  position: relative;
  z-index: 2;
  width: 60%;
}
.promo-item .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.promo-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left center;
}
.promo-item .date {
  display: inline-block;
  background: #e5f0f6;
  border-radius: 89px;
  padding: 4px 13px;
  font-size: 11px;
  line-height: 150%;
  color: var(--colors-20);
}
.promo-item .title {
  margin-top: 10px;
  font-weight: 600;
  line-height: 140%;
  color: var(--colors-20);
}
.promo-item .button {
  padding: 10px 0 5px;
  margin-top: auto;
  width: 100%;
}
.promo-item .bt {
  height: 32px;
  width: 100%;
  padding: 0;
  max-width: 138px;
  font-size: 14px;
}
.promo-item .info {
  z-index: 3;
  font-weight: 500;
  font-size: 9px;
  line-height: 130%;
  color: var(--colors-20);
}
.promo-item .info span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0px 5px;
  border-radius: 29px;
}
.promo-item.bg-danger,
.promo-item.bg-danger .date,
.promo-item.bg-danger .title {
  color: var(--white);
}
.promo-item.bg-danger .date {
  background: rgba(0, 0, 0, 0.1);
}

.tours {
  padding: 50px 0;
}
.tours .tours-list{
    padding-top: 0;
}

.buttons-list {
  margin-top: -4px;
}
.buttons-list .bt-input {
  margin: 4px 2px 0;
}
.tours-list {
  padding-top: 14px;
  margin: 0 -8px;
}
.tour {
  margin-top: 16px;
  position: relative;
  border: 1px solid var(--cards-border);
  border-radius: 24px;
  background: var(--white);
  padding: 12px;
}
.tour-image {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  height: 260px;
}
.tour-image > a {
  height: 100%;
  width: 100%;
}
.tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tour-location {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.tour-location .item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 19px;
  color: var(--white);
}
.tour-location .item span {
  display: block;
  padding: 8px 14px;
}
.tour-location .item:last-child span {
  border-radius: 12px 0 12px 12px;
}
.tour-location .item:first-child span {
  border-radius: 12px 12px 0 12px;
}
.tour-location .item .md-size {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.tour-content .label-list {
  padding-top: 7px;
  justify-content: flex-end;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.tour-content .title {
  font-weight: 700;
  font-size: 24px;
  color: var(--prime-blue);
}
.tour-content .option-list {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.badge-list {
  padding-top: 16px;
}
.tour-aside {
  display: none;
}
.tour .price-old {
  margin-right: 12px;
}
.tour .link {
  margin-top: 10px;
  text-align: center;
}
.tour .link a {
  border-width: 2px;
  font-weight: 700;
  font-size: 15px;
  color: var(--prime-blue);
}
.tour .bt {
  margin-top: 16px;
}

.label-item {
	border-radius: 999px;
	min-height: 26px;
	height: auto;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-weight: 500;
    padding: 4px 16px;
    font-size: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 2px;
	color: var(--white);
	margin-right: 0.5em;
	margin-top: 0.5em;
    flex-wrap: nowrap !important;
    max-height: 26px;
}
.label-item svg {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	fill: var(--white);
}
.option-item {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  color: var(--colors-20);
}
.option-item:not(:last-child) {
  margin-right: 46px;
}
.option-item svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: var(--prime-blue);
}
.badge-item {
  margin: 4px 4px 0 0;
  border-radius: 32px;
  padding: 4px 8px;
  background: var(--extreme-light-blue-bg);
  font-size: 13px;
  color: var(--colors-30);
}
.price-old {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 19px;
  color: #9c9c9c;
  text-decoration: line-through;
  text-decoration-color: var(--prime-red);
}
.price-discount {
  display: inline-block;
  vertical-align: middle;
  background: var(--prime-red);
  transform: rotate(-3deg);
  border-radius: 8px;
  padding: 3px 6px;
  font-style: italic;
  font-weight: 900;
  font-size: 17px;
  text-align: right;
  color: var(--white);
}
.price-new--request {
  font-size: 28px !important;
}
.price-new {
  margin-top: 4px;
  font-weight: 800;
  font-size: 28px;
  color: var(--colors-20);
  font-family: var(--second-family);
}
.info-board {
  margin-top: 15px;
  border: 1px solid var(--light-blue-bg);
  border-radius: 12px;
  padding: 10px 10px 0;
}
.info-board .h5 {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #5a5a5a;
}
.info-item {
  margin-top: 14px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--light-blue-bg);
  border-radius: 12px;
  padding: 4px 15px;
}
.info-item .value {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-right: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  text-align: right;
  color: var(--prime-blue);
  white-space: nowrap;
}
.info-item .value svg {
  margin-right: 7px;
  width: 16px;
  height: 19px;
  fill: var(--prime-blue);
}
.info-board .info-item {
  margin: 0;
  padding: 10px 0;
  border-radius: 0;
  border-width: 0;
  border-top-width: 1px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
}
.tour .select {
  margin-top: 14px;
}
.tour select.custom-select,
.tour .select2-container--default .select2-selection--single {
  border-radius: 12px;
  padding: 0 48px 0 20px;
  height: 50px;
  font-size: 15px;
}
.tour .select .label {
  margin-bottom: 5px;
  font-size: 15px;
  text-align: center;
  color: var(--colors-20);
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}

.tour .select .label span {
  color: #929292;
}
.info-item .text {
  max-width: 50%;
  line-height: 130%;
  text-align: right;
  color: #666;
    font-size: 13px;
}
.link-load {
  margin-top: 36px;
  font-size: 18px;
  text-align: center;
}
.link-load a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
}
.link-load a span {
  border-bottom: 1px dashed;
}
.link-load svg {
  fill: var(--prime-blue);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.about {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
.about-bg {
  position: relative;
  z-index: 1;
  padding: 40px 0 0;
  background: var(--extreme-light-blue-bg);
}
.about-subtitle {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: #344754;
}
.about-img {
  position: relative;
}

.advatage-list .item {
  position: relative;
  padding-left: 68px;
}
.advatage-list .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.advatage-list .icon svg {
  width: 48px;
  height: 48px;
}
.advatage-list .icon .icon-protection {
  width: 42px;
  height: 50px;
}
.advatage-list .icon .icon-gift {
  width: 50px;
  height: 50px;
}
.advatage-list .title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
}
.advatage-list p {
  margin-top: 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  color: var(--colors-20);
}
.about-lic {
  padding-bottom: 30px;
}
.lic-list {
  margin: 50px 10px 0;
}
.lic-item {
  position: relative;
}
.lic-item {
  position: relative;
  padding: 0 5px;
  width: 50%;
}
.lic-item::before {
  content: "";
  display: block;
  border: 4px solid var(--prime-blue);
  border-radius: 16px;
  position: absolute;
  left: -5px;
  top: -10px;
  right: 13px;
  bottom: 13px;
}
.lic-item:nth-child(2n)::before {
  left: 13px;
  top: 13px;
  right: -5px;
  bottom: -10px;
}
.lic-item a {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lic-item img {
  width: 100%;
  border-radius: 16px;
}
.lic-item .shadow {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.lic-text {
  margin-top: 40px;
}
.lic-text H3 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
  color: var(--dark-blue-text);
}
.link-all {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
}
.link-all svg {
  margin-left: 14px;
  width: 32px;
  height: 20px;
  fill: var(--prime-blue);
}

.news {
  position: relative;
  z-index: 1;
  background: var(--extreme-light-blue-bg);
  padding: 20px 0;
  overflow: hidden;
}
.news h2 {
  font-size: 26px;
}
.news .link-all {
  margin-top: 5px;
}
.news-list {
  position: relative;
  margin: 30px -24px 0 -4px;
  padding: 0 110px 34px 0;
  overflow: hidden;
}
.news-list:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.news-list:not(.slick-slider) .news-item {
  width: 245px;
  min-width: 245px;
}
.news-item {
  padding: 0 4px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.news-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px 30px;
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  color: var(--colors-20);
}
.news-item .img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 105px;
  border-bottom-left-radius: 250px 40px;
  border-bottom-right-radius: 250px 40px;
  overflow: hidden;
}
.news-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-item .label {
  margin-top: 15px;
  display: inline-block;
  border-radius: 12px;
  padding: 0 7px;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
}
.news-item .title {
  display: block;
  margin-top: 8px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
}
.news-item .text {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 150%;
}

.useful {
  padding-top: 30px;
}
.useful-list {
  position: relative;
  padding: 30px 0 126px;
}
.useful-item {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 15px;
  background-color: var(--light-blue-bg);
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  color: var(--dark-blue-text);
}
.useful-item .title {
  position: relative;
  z-index: 2;
  display: block;
}
.useful-item picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.useful-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  transition: all 0.2s;
  transform: scale(1);
}
.feedback-item {
  padding: 0 10px;
  background: var(--light-blue-bg);
  height: 116px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.feedback-item .wrap {
  width: 100%;
}
.feedback-item .bt {
  margin-top: 12px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0 30px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-family);
}

.help {
  padding-top: 50px;
}
.help-head H2, .help-head H3 {
  position: relative;
  display: inline-block;
  padding-right: 130px;
  min-height: 76px;
}
.help-head H2 img, .help-head H3 img {
  position: absolute;
  top: 12px;
  right: 0;
  width: 114px;
}
.tab-select {
  position: relative;
  z-index: 10;
  margin-top: 10px;
}
.tab-select .current {
  position: relative;
  background: var(--extreme-light-blue-bg);
  border: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 24px;
  padding: 0 40px 0 20px;
  height: 68px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  color: var(--colors-0);
  white-space: nowrap;
}
.tab-select .current span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-select.open .current {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tab-select .current svg {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  fill: var(--prime-blue);
}
.tab-select .list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid var(--colors-extreme-light-blue--1);
  border-left: 1px solid var(--colors-extreme-light-blue--1);
  border-right: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 0 0 24px 24px;
  padding: 6px 0px;
  background: var(--extreme-light-blue-bg);
  overflow: auto;
  max-height: 300px;
  display: none;
}
.tab-select .list .bt-tab {
  padding: 11px 20px;
  cursor: default;
  display: block;
  font-size: 15px;
  color: var(--colors-0);
  font-weight: 400;
  cursor: pointer;
}
.tab-select .list .bt-tab.active {
  color: var(--prime-blue);
}
.faq-list {
  padding-top: 4px;
}
.faq-item {
  border-bottom: 1px solid #e6e6e6;
}
.faq-item .head {
  position: relative;
  padding: 18px 0 18px 27px;
  font-size: 17px;
  line-height: 150%;
  color: var(--colors-0);
  cursor: pointer;
}
.faq-item .head svg {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  fill: var(--prime-blue);
}
.faq-item.open .head svg {
  transform: rotate(-90deg);
}
.faq-item .content {
  display: none;
  padding: 2px 0 18px;
  font-size: 15px;
  line-height: 170%;
}
.faq-item .content p:first-child {
  margin: 0;
}
.file-list {
  padding-top: 20px;
}
.file-item {
  position: relative;
  display: block;
  margin-top: 10px;
  background: var(--extreme-light-blue-bg);
  border-radius: 24px;
  padding: 22px 24px 22px 66px;
}
.file-item svg {
  width: 24px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  fill: var(--prime-blue);
}
.file-item .title {
  font-weight: 500;
  font-size: 16px;
}
.file-item .text {
  display: block;
  font-size: 13px;
  color: var(--colors-30);
  line-height: 170%;
}

.feedback {
  padding-top: 50px;
  overflow: hidden;
}
.form {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  background: var(--prime-blue);
  border-radius: 24px;
  color: var(--white);
}
.help-order-form {
  overflow-x: clip;
}
.form H3 {
  padding: 0 100px 13px 0;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}
@media (min-width: 767px) {
  .form H3 br {
    display: none;
  }
}

.form-img {
  position: absolute;
  z-index: -1;
  top: -27px;
  right: -38px;
  width: 192px;
}
.form .button {
  margin-top: 12px;
}
.agree-text {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}
.agree-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
}

.seo {
  padding: 50px 0;
}
.seo p {
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
}

.review {
  position: relative;
  z-index: 1;
  overflow: hidden;
    padding: 0;
    padding-top: 40px;
  background: #f5f5f5;
}
.review .icon-speaker {
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 38px;
}
.review-slider {
  overflow: hidden;
  padding: 30px 75px 34px 0;
  margin: 0 -55px 0 -10px;
}
.review-slider:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.review-slider:not(.slick-slider) .review-item {
  width: 300px;
  min-width: 300px;
}
.review-slider .review-item {
  margin: 0 10px;
}
.review-item {
  position: relative;
  z-index: 2;
  border-radius: 32px;
  overflow: hidden;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  height: 380px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  color: #0f2533;
}
.rating {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.rating svg {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  fill: var(--colors-yellow);
}
.review-item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.review-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.review-item .text {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  max-height: 196px;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  color: #666;
}
.review-item .name {
  position: relative;
  z-index: 2;
  padding: 10px 70px 0 0;
  margin-top: auto;
  font-weight: 500;
  font-size: 17px;
  color: inherit;
}
.review-item .link-more {
  padding-top: 5px;
}
.review-item .link-more a {
  border-bottom: 1px dashed;
  font-size: 16px;
  line-height: 150%;
}
.video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.video-wrapper::before,
.video-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 65px;
  background: url('data:image/svg+xml,<svg width="250" height="65" viewBox="0 0 250 65" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M321 65L0 65L5.68248e-06 -2.80627e-05L321 0L321 65Z" fill="url(%23paint0_linear_469_49193)" /><defs><linearGradient id="paint0_linear_469_49193" x1="160.5" y1="65" x2="160.5" y2="-1.40314e-05" gradientUnits="userSpaceOnUse"><stop stop-opacity="0.6" /><stop offset="1" stop-opacity="0" /></linearGradient></defs></svg>');
  background-repeat: repeat-x;
}
.video-wrapper::before {
  top: 0;
  transform: rotate(180deg);
}
.video-wrapper::after {
  bottom: 0;
}
.bt-play {
  display: block;
  background: url('data:image/svg+xml,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M29 58C45.0163 58 58 45.0163 58 29C58 12.9837 45.0163 0 29 0C12.9837 0 0 12.9837 0 29C0 45.0163 12.9837 58 29 58ZM26.3636 40.4158L40.2045 32.4247C42.8409 30.9026 42.8409 27.0974 40.2045 25.5753L26.3636 17.5842C23.7273 16.0621 20.4318 17.9647 20.4318 21.0089L20.4318 36.9911C20.4318 40.0353 23.7273 41.9379 26.3636 40.4158Z" fill="%23D9D9D9" fill-opacity="0.7" /><path d="M40.2045 32.4247L26.3636 40.4158C23.7273 41.9379 20.4318 40.0353 20.4318 36.9911L20.4318 21.0089C20.4318 17.9647 23.7273 16.0621 26.3636 17.5842L40.2045 25.5753C42.8409 27.0974 42.8409 30.9026 40.2045 32.4247Z" fill="%234F4F4F" fill-opacity="0.8" /></svg>');
  width: 58px;
  height: 58px;
  position: absolute;
  right: 23px;
  bottom: 11px;
  z-index: 2;
}
.bt-center {
  margin-top: 20px;
}
.bt-center .bt {
  padding: 0 30px;
}
.review-add {
  margin-top: 20px;
  font-size: 18px;
}
.review-add img {
  vertical-align: middle;
  margin: 0 6px;
}

.book {
  padding: 30px 0;
  background: var(--prime-blue);
}
.book-step {
  margin: 20px -16px 0;
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
}
.book-step .h4 {
  color: var(--colors-20);
}
.book-shifts {
  margin-top: 20px;
}
.book-shifts .h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
  color: var(--colors-20);
}
.book-shifts .link-dashed {
  font-size: 16px;
}
.book-box {
  margin-top: 20px;
}
.book-box .date {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--prime-blue);
  font-weight: 500;
  font-size: 18px;
  color: var(--prime-blue);
}
.book-list-items .item {
  margin-top: 10px;
}
.book-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.book-item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.book-item .wrapper {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  padding: 9px 11px 9px 39px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background: #fff;
}
.book-item .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #dfdfdf;
  border-radius: 26px;
  width: 20px;
  height: 20px;
  z-index: 5;
}
.book-item .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
}
.book-item .cell {
  padding-right: 35px;
  min-width: 76px;
}
.book-item .date-range {
  padding-top: 4px;
  color: var(--colors-20);
}
.book-item .location {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}
.book-item .price {
  white-space: nowrap;
  font-weight: 700;
  font-size: 17px;
  color: var(--colors-20);
}
.book-item .number {
  display: inline-block;
  margin-top: 5px;
  border: 2px solid;
  border-radius: 8px;
  padding: 3px 5px;
  font-weight: 600;
  font-size: 11px;
}
.book-item .count {
  margin-left: auto;
  border-left: 1px solid var(--light-blue-bg);
  padding: 12px 0 0 8px;
  text-align: center;
  font-size: 12px;
  line-height: 120%;
  color: #686868;
}
.book-item .count span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #444;
}
.book-item input:checked + .wrapper::before {
  border-width: 7px;
  border-color: var(--prime-blue);
}
.book-item input:checked + .wrapper {
  background: var(--extreme-light-blue-bg);
}
.book-item input:checked + .wrapper::after {
  border-width: 2px;
  border-color: var(--prime-blue);
}
.book-item input:checked + .wrapper .count,
.book-item input:checked + .wrapper .count span {
  color: var(--prime-blue);
}
.book-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.book-form .h5 {
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 17px;
  color: var(--colors-20);
}
.book-form .form-item {
  margin-top: 12px;
}
.book-form .button {
  margin-top: 20px;
}
.book-form .agree-text, .d-flex .agree-text {
  color: var(--colors-60);
}
.book .note {
  margin-top: 20px;
  background: rgba(0, 140, 228, 0.2);
  border-radius: 16px;
  padding: 16px;
  font-size: 16px;
  line-height: 150%;
  color: #3f3f3f;
}
.book .note.bg-warning-20 {
  background: rgba(255, 214, 0, 0.2);
}
.book .bt-primary-outline {
  margin: 20px 0;
}
.data-form {
  margin-top: 20px;
  border: 2px solid #e6e6e6;
  border-radius: 16px;
  padding: 16px;
}
.data-form .title {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: var(--prime-blue);
}
.data-form .step:not(:last-child) {
  padding-bottom: 10px;
}
.data-form .step:not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.data-form .step .label {
  font-weight: 500;
  font-size: 17px;
  text-align: left ;
  color: var(--colors-20);
}
.data-form .link-dashed {
  margin-top: 10px;
  font-size: 16px;
}
.data-form .button {
  margin-top: 20px;
}
.data-form .bt-primary-outline {
  margin-top: 10px;
}

.book-summary {
  margin-top: 20px;
  border-radius: 16px;
  padding: 16px;
  background: var(--extreme-light-blue-bg);
  color: var(--colors-20);
}
.book-summary .total {
  padding-bottom: 10px;
}
.book-summary .total .label {
  padding-right: 10px;
  font-weight: 700;
  font-size: 18px;
}
.book-summary .total .value {
  white-space: nowrap;
  font-weight: 500;
  font-size: 24px;
}
.book-summary .person {
  padding: 10px 0;
  border-top: 2px solid #e6e6e6;
}
.book-summary .person .person-name {
  font-weight: 500;
  font-size: 16px;
}
.book-summary .person .item {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.book-summary .person .label {
  padding-right: 6px;
  font-size: 14px;
  color: #555;
}
.book-summary .person .value {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.book-summary .checkbox-item {
  margin-top: 10px;
  color: #3f3f3f;
}
.book-summary .bt {
  margin: 20px 0;
}
.book-summary .hint {
  font-size: 14px;
  line-height: 170%;
}

.book-success .box {
  margin-top: 20px;
  background: var(--extreme-light-blue-bg);
  border-radius: 16px;
  padding: 16px;
  font-size: 14px;
  line-height: 170%;
  color: #3f3f3f;
}
.book-success H5 {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
  color: var(--colors-20);
}
.book-success .help-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 15px;
}
.book-success .help-link svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  fill: var(--prime-blue);
}
.book-success .img {
  margin: 20px auto 0;
  max-width: 162px;
}
.book-success .sum {
  margin-top: 10px;
  font-weight: 700;
  font-size: 30px;
  color: var(--prime-blue);
}
.book-success .sum + p {
  margin-top: 10px;
}
.book-success .bt {
  margin-top: 10px;
}
.bt .icon-sbp {
  margin-right: 8px;
  width: 27px;
  height: 30px;
}
.bt .icon-download {
  width: 17px;
  height: 22px;
  margin-left: 13px;
}

.team {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 30px;
}
.team-slider {
  overflow: hidden;
  margin: 20px -10px 0;
  padding-bottom: 34px;
}
.team-slider:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.team-slider:not(.slick-slider) .team-item {
  width: 140px;
  min-width: 140px;
}
.team-slider .team-item {
  margin: 0 10px;
}
.team-item {
  text-align: center;
}
.team-item .photo {
  position: relative;
  background: #e6e6e6;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.team-item .photo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-item .photo .caption {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -65px;
  border-radius: 8px;
  padding: 5px 6px;
  width: 130px;
  background: var(--prime-red);
  transform: rotate(-3deg);
  border-radius: 8px;
  padding: 5px 6px;
  font-style: italic;
  font-weight: 900;
  font-size: 13px;
  color: var(--white);
}
.team-item .name {
  margin-top: 38px;
  margin-bottom: 10px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 18px;
  color: var(--colors-20);
}
.team-item .tel {
  margin-top: 10px;
  color: var(--colors-0);
}
.team-item .soc-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 3px 0;
  width: 26px;
  height: 25px;
  border-radius: 50%;
}
.team-item .soc-icon svg {
  width: 26px;
  height: 25px;
}
.team-item .mail {
  margin-top: 10px;
  font-size: 13px;
  color: var(--colors-0);
}
.team-item .mail a {
  color: inherit;
  border-bottom: 1px solid var(--prime-blue);
}
@media (min-width: 767px) {
  .team-slider__dots {
    display: none !important;
  }
}

.team-slider__dots {
  width: 103px;
  max-height: 15px;
  overflow: hidden;
  margin: -14px auto 0 auto;
}
.team-slider__dots .slick-list {
  overflow: hidden;
}

.team-slider__dots .team-slider__dots-item {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: #D9D9D9;
  border-radius: 50%;
  transform: scale(.75);
  outline: none;
  cursor: pointer;
  margin-right: 7px;
  transition: .3s;
}
.team-slider__dots-item.slick-center {
  transform: scale(1);
  background-color: #008CE4;
}

.subs {
  padding: 30px 0;
  overflow: hidden;
}
.subs-box {
  position: relative;
  z-index: 1;
  padding: 30px 20px 50px;
  background: #b8d1f5;
  border-radius: 24px;
}
.subs-text {
  padding-right: 97px;
}
.subs-box H4 {
  color: var(--colors-20);
}
.subs-box p {
  margin-top: 5px;
  font-weight: 300;
  line-height: 150%;
}
.subs-img {
  position: absolute;
  top: 30px;
  right: -53px;
  width: 172px;
  z-index: -1;
}
.subs-box .group {
  position: relative;
  margin-top: 32px;
}
.subs-box .bt {
  margin-top: 8px;
}
.subs-box .agree-text {
  margin-top: 8px;
  text-align: left;
  font-weight: 300;
  line-height: 150%;
  color: var(--colors-30);
}

.page {
  position: relative;
  padding-top: 64px;
  z-index: 1;
  background: var(--extreme-light-blue-bg);
}

.breadcrumbs {
  padding-bottom: 0;
    padding-top: 0;
}

.breadcrumbs li {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #bbb;
}
.breadcrumbs li:not(:last-child):after {
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg width="4" height="8" viewBox="0 0 4 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.76569 3.38128C4.05407 3.69671 4.07626 4.19303 3.83224 4.53629L3.76569 4.61872L1.36569 7.24372C1.05327 7.58543 0.546734 7.58543 0.234314 7.24372C-0.0540727 6.92829 -0.0762565 6.43197 0.167763 6.08871L0.234314 6.00628L2.068 4L0.234315 1.99372C-0.0540724 1.67829 -0.0762563 1.18197 0.167763 0.838713L0.234315 0.756281C0.522702 0.440858 0.976487 0.416595 1.29032 0.683491L1.36569 0.756281L3.76569 3.38128Z" fill="%23CECECE" /></svg>');
  width: 4px;
  height: 8px;
  background-size: 100% 100%;
  margin: 0 10px;
}
.breadcrumbs a {
  color: #888;
}

.tour-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px 20px;
  margin: 0 -20px;
  border-radius: 16px;
  background: var(--white);
}
.tour-box .pre-title {
  color: #464646;
}
.tour-box .option-item {
  font-size: 15px;
}
.tour-box .label-item {
  margin: 0;
}
.tour-box .badge-list {
  padding-top: 6px;
}
.tour-box .badge-item {
  margin: 6px 6px 0 0;
  background: var(--light-blue-bg);
  padding: 8px;
  font-size: 12px;
  color: var(--colors-30);
}
.tour-box .head {
  margin-bottom: 10px;
}
.tour-gallery .list {
  margin: 25px -22px 0 -2px;
  padding-right: 20px;
  overflow: hidden;
    width: 100%;
}
.tour-gallery .list:not(.slick-slider) {
  overflow: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.tour-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
    max-height: 246px;
}

.gallery-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 2px;
}
.gallery-item a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}

.tour-gallery .slick-list{
    padding-right: 15px;
}

.tour-box .desc {
  font-size: 15px;
  line-height: 150%;
  color: var(--colors-20);
  text-align: justify;
}

.summary-box {
  position: relative;
  padding: 20px;
  margin: 20px -20px 0;
  border-radius: 16px;
  background: var(--white);
  text-align: center;
}
.summary-box .hint {
  margin-top: 10px;
  color: var(--colors-60);
}
.summary-box .price-old {
  margin: 5px 12px 0 0;
}
.summary-box .book-wrap {
  margin-top: 15px;
}
.summary-box .book-wrap .label {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--colors-20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.summary-box .book-wrap .label span {
  color: #929292;
}
.summary-box .link {
  margin-top: 15px;
}
/* Класс для фиксированной позиции кнопки в туре*/
.fixed-booking-btn {
  position: fixed !important;
  bottom: 5px;
  left: 5px;
  z-index: 1000;
  width: calc(100% - 10px) !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
/* Класс для стандартного положения кнопки */
.default-booking-btn {
  position: relative;
}

.super-tabs {
  position: relative;
  padding: 10px 20px;
  margin: 20px -20px 0;
  border-radius: 16px;
  background: var(--white);
  text-align: center;
}
.super-tabs li {
  width: 33.333%;
  padding: 10px 5px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #535353;
}
.super-tabs li a {
  color: inherit;
}
.super-tabs li .icon {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 auto 13px;
}
.super-tabs li .icon svg {
  width: 32px;
  height: 31px;
  fill: var(--white);
}
.super-tabs li .icon .icon-accomm {
  width: 30px;
  height: 24px;
}
.super-tabs li .icon .icon-program {
  width: 49px;
  height: 30px;
}
.super-tabs li .icon .icon-transfer {
  width: 26px;
  height: 30px;
}
.super-tabs li .icon .icon-faq {
  width: 25px;
  height: 25px;
}
.super-tabs li .icon .icon-infrastructure {
  width: 36px;
  height: 33px;
}

.tab-section {
  position: relative;
  padding: 20px;
  margin: 20px -20px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
.tab-section H4:first-child{
    margin-bottom: 20px;
}

.tab-section H4 {
  color: #3f4042;
}
.tab-section H5 {
	margin-top: 20px;
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 17px;
	line-height: 140%;
	color: var(--colors-20);
}
.tab-section p,
.tab-section li {
  font-size: 15px;
  line-height: 170%;
  color: var(--colors-20);
  text-align: justify;
}
.tab-section p:empty::before {
    content: "\00a0";
}

.tab-section .parsley-required {
  list-style-type: none !important;
  color: #ff5b57;
  font-size: .75rem !important;
  line-height: inherit !important;
}
.tab-section H6 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: var(--colors-20);
}
.tab-section .label-info {
  margin-top: 16px;
  background: var(--extreme-light-blue-bg);
  border-radius: 16px;
  padding: 20px;
  font-weight: 700;
  font-size: 19px;
  line-height: 170%;
  color: var(--colors-20);
}


.tab-section#accommodation .block-template{
    flex-direction: column;
}
.tab-section#accommodation .block-template .block-template-item{
    width: 100%;
}

.video-item {
  position: relative;
  margin-top: 22px;
  max-width: 640px;
}
.video-item a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  min-height: 190px;
}
.video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-item a::before {
  content: "";
  display: block;
}
.gallery-slider {
  margin: 30px -25px 30px -5px;
  padding-right: 40px;
  overflow: hidden;
}
.gallery-slider:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.gallery-slider:not(.slick-slider) .item {
  min-width: 300px;
}
.gallery-slider .item {
  margin: 0 5px;
  text-align: center;
}
.gallery-slider .item a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  height: 200px;
}
.gallery-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.gallery-slider .item .caption {
  margin-top: 10px;
  font-size: 16px;
  line-height: 170%;
  color: var(--colors-20);
}
.faq-card {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  z-index: 1;
}
.faq-card + .faq-card {
  margin-top: 15px;
}
.faq-card::before {
  content: "";
  display: block;
  border: 2px solid #e6e6e6;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faq-card .head {
  position: relative;
  border-radius: 16px;
  padding: 22px 40px 22px 22px;
  cursor: pointer;
}
.faq-card .head span {
  display: inline-block;
  border-bottom: 2px dashed;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: var(--prime-blue);
}
.faq-card .head svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  width: 23px;
  height: 15px;
  fill: var(--prime-blue);
}
.faq-card.open .head span {
  border-color: transparent;
}
.faq-card.open .head svg {
  transform: rotate(180deg);
}
.faq-card .content {
  display: none;
  padding: 2px 22px 18px;
}
.faq-card .content > *:first-child {
  margin-top: 0;
}
.faq-card .content p:first-child {
  margin: 0;
}
.data-board {
  margin-top: 30px;
  background: var(--light-blue-bg);
  border-radius: 16px;
  padding: 15px;
  text-align: center;
}
.data-board .h6 {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
  color: var(--colors-20);
}
.data-board .select {
  margin-top: 10px;
}
.data-board .select select {
  background: var(--white)
    url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.392591 0.646257C0.898068 0.179114 1.69761 0.198549 2.17841 0.689666L8 6.63615L13.8216 0.689666C14.3024 0.198549 15.1019 0.179114 15.6074 0.646257C16.1129 1.1134 16.1329 1.89022 15.6521 2.38134L9.47665 8.68926C8.6687 9.51455 7.33131 9.51455 6.52335 8.68926L0.347913 2.38134C-0.132889 1.89022 -0.112886 1.1134 0.392591 0.646257Z" fill="%23008CE4" /></svg>')
    right 21px center no-repeat;
  border: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 24px;
  padding: 14px 20px;
  height: 68px;
  font-size: 18px;
  color: var(--colors-0);
}
.data-board .select .select2-container--default .select2-selection--single {
  background: var(--white);
}
.data-board .card {
  margin-top: 12px;
  border-radius: 16px;
  padding: 16px;
  background: var(--white);
  padding: 16px;
}
.data-board .card H5 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  color: var(--colors-20);
}
.data-board .card .text{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}

.data-board .list {
  padding-top: 16px;
}
.data-board H4 {
  font-family: var(--font-family);
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--colors-20);
}
.data-board .label {
  margin-top: 20px;
  font-size: 14px;
  line-height: 160%;
    text-align: center;
    color: black;
}
.data-board .tel {
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  color: var(--prime-blue);
}
.data-board .item {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
}
.data-board .item .cell:nth-child(2) {
  text-align: right;
}
.data-board .item .city {
  margin-bottom: 5px;
  font-size: 16px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    color: #090909;
}
.data-board .item small {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #090909;
}
.data-board .line {
  position: relative;
  margin-top: 16px;
  padding-top: 2px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.data-board .line:before {
  content: "";
  display: block;
    background: url('data:image/svg+xml,<svg viewBox="0 0 334 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12C2 12 108.232 1.78553 177.185 2.00344C238.256 2.19644 332 12 332 12" stroke="%23D7263D" stroke-width="3" stroke-linecap="round" stroke-dasharray="8 8"/></svg>') no-repeat;
    background-size: 100% auto;
    width: 100%;
  height: 20px;
  position: absolute;
  left: 2px;
  top: 0;
}
.data-board .line .dot {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #df2f32;
}
.tab-links a {
  margin-right: 16px;
  border-bottom: 2px dashed;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 21px;
  color: #929397;
}
.tab-links a small {
  font-weight: 400;
  color: #929397;
}
.tab-links a.active {
  border-color: transparent;
  color: #3f4042;
}
.tab-section .buttons-list {
  padding: 20px 0;
  border-bottom: 1px solid var(--light-blue-bg);
  overflow: auto;
  margin: 0 -20px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.tab-section .bt-input {
  margin: 0 6px 0 0;
}
.tab-section .bt-input .label {
  padding: 10px 14px;
  font-weight: 500;
  font-size: 16px;
}
.tab-section .link-load {
  margin-top: 10px;
  font-size: 16px;
}
.tab-section .link-load svg {
  width: 12px;
  height: 12px;
}
.tab-section .button {
  margin-top: 12px;
}
.tab-section .agree {
  text-align: left;
}
.review-card {
  border-bottom: 1px solid var(--light-blue-bg);
  padding: 10px 0;
}
.review-card .name {
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--colors-20);
}
.review-card .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: var(--colors-20);
}
.review-card .content {
  margin-top: 10px;
}
.review-card .text {
  font-size: 14px;
  line-height: 170%;
  color: #555;
}
.review-card .text p:first-child {
  margin-top: 0;
}
.gallery-list {
  margin: 0 -5px;
  padding-top: 6px;
}
.gallery-list .item {
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}
.gallery-list .item a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 110px;
  border-radius: 16px;
  overflow: hidden;
}
.gallery-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bt-like {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 16px;
  background: var(--extreme-light-blue-bg);
  border-radius: 99px;
  padding: 0 14px;
  height: 34px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 170%;
  color: var(--prime-blue);
}
.bt-like svg {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  fill: var(--prime-blue);
}
.question-card {
  border-bottom: 1px solid var(--light-blue-bg);
  padding: 10px 0;
}
.question-card .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--colors-20);
}
.question-card .date {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--colors-20);
}
.question-card p {
  font-size: 14px;
  line-height: 170%;
  color: #555;
}
.question-card p:first-child {
  margin-top: 0;
}
.review-card .content {
  margin-top: 10px;
}
.question-card .answer {
  margin-top: 16px;
  background: var(--extreme-light-blue-bg);
  border-radius: 16px;
  padding: 16px;
}
.question-card .answer .caption {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  line-height: 150%;
  color: #666;
}

.tab-section .icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 26px 0 36px;
  width: 70px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.tab-section .icon svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}
.tab-section .icon .icon-accomm {
  width: 40px;
  height: 32px;
}
.tab-section .icon .icon-program {
  width: 54px;
  height: 32px;
}
.tab-section .icon .icon-infrastructure {
  width: 42px;
  height: 37px;
}
.tab-section .icon .icon-transfer {
  width: 32px;
  height: 38px;
}
.tab-section .icon .icon-faq {
  width: 33px;
  height: 34px;
}

.catalog-tools {
  margin-top: 16px;
}
.catalog-tools .custom-select,
.catalog-tools .select2-container--default .select2-selection--single {
  background-color: #fff;
}
.catalog-tools .text {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
}
.catalog-content .list {
  margin: 0 -8px;
}
.catalog-content .tour,
.catalog-content .form {
  margin: 0 0 16px;
}
.catalog-aside {
  margin-top: 17px;
    margin-bottom: 10px;
}
.search-box {
  margin-top: 10px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px;
  display: none;
}
.search-box .link-close {
  margin-top: 20px;
  font-size: 16px;
}

.template-box {
  margin: 20px -20px 0;
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
}

.reserve-page {
  padding-bottom: 26px;
}

.reserve-number {
  display: inline-block;
  margin-top: 10px;
  background: var(--light-blue-bg);
  border-radius: 32px;
  padding: 14px 24px;
  font-size: 15px;
}
.nav-page {
  margin: 10px -15px 40px;
}
.nav-page li {
  margin: 10px 15px 0;
}
.nav-page li a {
  display: inline-block;
  border-bottom: 1.5px dashed var(--prime-blue);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  color: var(--prime-blue);
}
.reserve-status {
  margin-top: 10px;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
}
.reserve-status p {
  margin-top: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}
.radio-list {
  margin: 0 -7px;
}
.reserve-status .radio-item {
  margin: 8px 7px 20px;
}
.reserve-status .bt {
  margin-top: 10px;
}
.reserve-status .sum {
  margin-top: 30px;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 24px;
}

.reserve-tour .image {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  height: 241px;
}
.reserve-tour .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.reserve-tour .content {
  padding-top: 30px;
}
.reserve-tour .h4 {
  color: var(--prime-blue);
}
.reserve-tour .subtitle {
  font-weight: 300;
  font-size: 14px;
  text-transform: lowercase;
  color: #464646;
}
.reserve-tour .option-list {
  margin-top: 12px;
}
.reserve-tour .option-item {
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
  margin: 0;
}
.reserve-tour .option-item:not(:last-child) {
  margin-right: 0;
  padding-bottom: 16px;
}
.reserve-tour .option-item svg {
  top: 15px;
  transform: translateY(0%);
}
.reserve-customer > .head {
  padding-bottom: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.reserve-customer > .head .edit{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 10px;
}
.reserve-customer > .head .edit svg{
    width: 16px;
    height: 16px;
}

.reserve-customer .h4 {
  margin-right: 10px;
}
.reserve-customer .bt {
  height: 42px;
  font-weight: 700;
  font-size: 16px;
}
.property-list {
  overflow: hidden;
}
.property-list ul {
  margin: 0 -10px;
}
.property-list + .property-list ul {
  margin-top: 16px;
  border-top: 1px solid #e6e6e6;
}
.property-list .item {
  padding: 16px 10px 0;
  width: 100%;
}
.property-list .col-50 {
  width: 50%;
}
.property-list .label {
  padding-bottom: 8px;
	text-align: left;
  font-size: 15px;
}
.property-list .argument {
  font-weight: 500;
  font-size: 16px;
  color: #19222b;
	text-align: left;
}

.property-list .label {
  text-align: left;
}
.child-box {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.child-box::before {
  content: "";
  display: block;
  border: 2px solid var(--colors-blue);
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.child-box .head {
  padding: 16px;
}
.child-box .head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 20px;
}

.child-box .head .actions{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.child-box .head .actions .edit{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.child-box .head .actions .edit svg{
    width: 16px;
    height: 16px;
}

.child-box .head .bt {
  margin-top: 12px;
  height: 42px;
  font-weight: 700;
  font-size: 16px;
}
.child-box .bt-toggle {
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
}
.child-box .bt-toggle svg {
  width: 23px;
  height: 13px;
  fill: var(--prime-blue);
}
.child-box.open .head svg {
  transform: rotate(180deg);
}
.child-box .content {
  padding: 0 16px 16px;
  display: none;
}
.child-box .property-list ul {
  margin-top: 0;
}
.child-box .property-list + .property-list ul {
  border-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.child-box .data-board {
  margin-top: 16px;
  background: 0;
  border-radius: 0;
  padding: 0;
  text-align: left;
}
.child-box .card {
  background: var(--colors-extreme-light-blue);
  text-align: center;
}
.reserve-finance .book-summary .h5 {
  padding-bottom: 16px;
  font-size: 17px;
}
.reserve-finance .book-summary .person {
  padding: 16px 0;
}
.reserve-finance .total-sum {
  border-top: 2px solid #e6e6e6;
  padding-top: 16px;
  font-weight: 500;
  color: var(--colors-20);
}
.reserve-finance .total-sum .label {
  font-size: 16px;
}
.reserve-finance .total-sum .value {
  font-size: 20px;
}
.reserve-finance .table-simple {
  width: 100%;
  display: block;
  padding-bottom: 16px;
  border-top: 2px solid #e6e6e6;
}
.table-simple tr {
  display: block;
  padding-top: 11px;
}
.table-simple td {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  color: #555;
}
.table-simple a {
  text-decoration: underline;
  font-size: 16px;
}

.preview-slider {
  overflow: hidden;
  padding-bottom: 26px;
  margin: 20px -20px 0;
}
.preview-slider:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.preview-slider .item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.preview-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-article {
  margin-top: 50px;
  font-size: 16px;
  line-height: 27px;
  color: #666;
}
.about-article H2 {
  line-height: 1.3;
}
.about-article p {
  margin-top: 20px;
}

.article-img {
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.reliably {
  margin-top: 50px;
}
.reliably .template-box {
  margin: 20px 0 0;
  padding: 16px;
}
.registry-item .logo {
  width: 54px;
  min-width: 54px;
}
.registry-item .h6 {
  width: calc(100% - 54px);
  padding-left: 30px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
}
.registry-item .bt {
  margin-top: 10px;
  height: auto;
  padding: 14px 30px;
  font-weight: 700;
  font-size: 16px;
}
.reliably H5 {
  color: var(--colors-20);
}
.reliably-list {
  margin-top: 20px;
}
.reliably-list .item:not(:first-child) {
  margin-top: 12px;
}
.reliably-list.border {
  border: 1px solid var(--cards-border);
  border-radius: 12px;
  padding: 12px;
}
.reliably-list .label {
  font-weight: 300;
  line-height: 170%;
  color: #666;
  font-size: 15px;
}
.reliably-list .argument {
  line-height: 170%;
  color: var(--colors-20);
  font-size: 16px;
}
.reliably-aside .gallery-item {
  display: inline-block;
}
.reliably-aside .gallery-item img {
  width: 207px;
}
.page .team {
  padding-top: 50px;
}
.job {
  margin: 30px -20px 0;
  background: var(--colors-blue);
  border-radius: 16px;
  padding: 20px;
}
.job-text p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
}
.job-form {
  margin-top: 20px;
  background: var(--white);
  border-radius: 12px;
  padding: 12px;
}
.job-form .h4 {
  padding-bottom: 8px;
}
.job-form .bt {
  margin-top: 20px;
}
.job-form .agree-text {
  margin-top: 20px;
  font-size: 13px;
}

.thanksgiving {
  margin-top: 50px;
}
.thanksgiving-list {
  position: relative;
  overflow: hidden;
  padding: 0 55px 34px 0;
  margin: 20px -20px 0 -10px;
}
.thanksgiving-list:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.thanksgiving-list:not(.slick-slider) .item {
  width: 300px;
  min-width: 300px;
}
.thanksgiving-list .item {
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.thanksgiving-list .item a {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.thanksgiving-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-list {
  margin: -14px -10px 0;
}
.article-item {
  margin-top: 16px;
}
.article-item a {
  width: 100%;
  display: block;
  border-radius: 24px;
  padding: 20px;
  background: var(--white);
}

.article-list-index .article-item a{
    height: 100%;
}

.article-list-index .article-item{
    margin-top: 0;
}

.article-item .img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-radius: 16px;
  height: 180px;
  overflow: hidden;
}
.article-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.article-item .title {
  margin-top: 10px;
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  color: var(--prime-blue);
}
.article-item .date {
  margin-top: 6px;
  font-size: 15px;
  line-height: 170%;
  color: var(--colors-60);
}
.likes {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 170%;
  color: var(--prime-blue);
}
.likes svg {
  width: 20px;
  height: 20px;
  margin: -3px 5px 0 0;
  fill: var(--prime-blue);
}
.article-item .desc {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 170%;
  color: var(--colors-30);
}

.article-content .template-box {
  margin-top: 0;
}
.article time {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 16px 0 0;
  font-size: 17px;
  line-height: 170%;
  color: var(--colors-60);
}
.article .likes {
  margin-top: 12px;
  vertical-align: middle;
  border-radius: 99px;
  padding: 0 14px;
  height: 34px;
  background: var(--extreme-light-blue-bg);
}
.article img {
  margin-top: 20px;
  border-radius: 16px;
    height: 100%;
  display: block;
}
.article p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 170%;
  color: var(--colors-20);
}
.article p:empty::before {
    content: "\00a0";
}

.article code {
  display: block;
  margin-top: 20px;
  background: #fff7cc;
  border-radius: 16px;
  padding: 30px;
  font-size: 18px;
  line-height: 150%;
  color: #3f3f3f;
}
.article q {
  display: block;
  margin: 20px 0 0 20px;
  border-left: 4px solid var(--colors-blue);
  padding: 16px 0px 16px 30px;
  font-size: 17px;
  line-height: 170%;
  color: var(--colors-20);
}
.article H4 {
  margin-top: 30px;
  color: var(--colors-blue);
}
.article ol {
  margin-top: 20px;
  background: var(--colors-extreme-light-blue);
  border-radius: 16px;
  padding: 20px;
  font-size: 16px;
  line-height: 170%;
  color: var(--colors-20);
  counter-reset: item;
  list-style-type: none;
}
.article ol li {
  position: relative;
  padding-left: 20px;
}
.article ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
.article ol li:not(:first-child) {
  margin-top: 20px;
}
.article blockquote{
    margin: 20px 0 20px 20px;
    padding: 15px 0 15px 15px;
    border-left: 3px solid var(--prime-blue);
}
.photo-slider {
  overflow: hidden;
  padding-right: 55px;
  margin: 20px -20px 0 -10px;
}
.photo-slider:not(.slick-slider) {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: auto;
}
.photo-slider:not(.slick-slider) .item {
  width: 300px;
  min-width: 300px;
}
.photo-slider .item {
  padding: 0 10px;
}
.photo-slider .item a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 170%;
  color: var(--colors-20);
}
.photo-slider .item img {
  border-radius: 16px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.photo-slider .item figcaption {
  display: block;
  margin-top: 10px;
}

.article-aside {
  margin-top: 30px;
}
.aside-list {
  padding-top: 10px;
}
.aside-list .article-item {
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.aside-list .article-item a {
  padding: 0;
}
.aside-list .article-item .img {
  height: 200px;
}
.aside-list .article-item .likes {
  height: 34px;
  margin-top: 2px;
}
.aside-list .article-item .title {
  margin-top: 2px;
  font-size: 18px;
}

.agency-preview .img {
  position: relative;
  height: 236px;
  background: url(../i/agancy-img.png) 50% 0 no-repeat;
  background-size: auto 100%;
  margin: 18px -20px 0;
  padding-top: 14px;
}
.agency-preview .img img {
  width: 138px;
}
.agency-preview p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 170%;
  color: #666;
}
.agency-preview .bt {
  margin-top: 30px;
}

.agency-preview .agency-preview-text{
    max-width: 805px;
    margin: 0 auto;
}

.agency-about {
  margin-top: 50px;
}

.agency-about .aside .aside-text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 170%;
}

.agency-about .content {
  margin-top: 30px;
  font-size: 15px;
  line-height: 170%;
  text-align: justify;
  color: #666;
}
.agency-about .content p {
  margin-top: 5px;
}
.agency-about .content H6 {
  margin-top: 5px;
  font-size: 18px;
}
.agency-about .aside {
  margin: 40px 0 0;
  padding: 30px;
}
.agency-about .aside .h6 {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
  color: var(--colors-0);
}
.agency-about .file-list {
  padding-top: 0;
}
.agency-about .file-item {
  margin-top: 20px;
  border-radius: 12px;
  padding: 8px 16px 8px 62px;
}
.agency-about .file-item svg {
  left: 16px;
  width: 28px;
  height: 36px;
}

.agency-profit {
  margin: 44px 0 0;
  border-radius: 24px;
  padding: 20px;
}
.profit-list li {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.profit-list li .wrap {
  border-radius: 16px;
  padding: 16px;
}
.profit-list li .title {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 29px;
  line-height: 40px;
}
.profit-list li p {
  margin-top: 6px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
}
.profit-list li a {
  margin-top: 6px;
  font-weight: 500;
  font-size: 18px;
  color: var(--colors-100);
}

.agency-price {
  margin: 50px 0;
}
.price-section {
  margin-top: 20px;
}
.price-section .h5 {
  padding-bottom: 10px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
}
.price-box {
  margin-top: 10px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px;
}
.price-box .title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 17px;
  line-height: 140%;
  color: var(--prime-blue);
}
.price-box .h6 {
  margin-top: 20px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
}
.price-list li {
  position: relative;
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 18px;
}
.dots {
    flex: 1;
    min-height: 20px;
    border-bottom: 1px dotted #000;
}
/*.price-list li::before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 5px;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  border-bottom: 1px dashed #666;*/
/*}*/
.price-list li .label {
  position: relative;
  z-index: 2;
  padding-right: 4px;
  background: #fff;
  color: #4d4d4d;
}
.price-list li .value {
  position: relative;
  z-index: 2;
  padding-left: 4px;
  background: #fff;
  text-align: right;
  font-weight: 500;
}

.contacts-step {
  position: relative;
  padding-left: 44px;
  margin: 20px 0 30px;
}
.contacts-step .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.contacts-step .icon svg {
  fill: var(--colors-blue);
}
.contacts-step .icon-phone {
  width: 20px;
  height: 20px;
}
.contacts-step .icon-mail {
  width: 24px;
  height: 19px;
}
.contacts-step .tel {
  margin-bottom: 11px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 19px;
  line-height: 140%;
  color: var(--colors-blue);
  white-space: nowrap;
}
.contacts-step .worktime {
  font-size: 15px;
  line-height: 140%;
  color: var(--colors-60);
}
.contacts-step .bt {
  margin-top: 11px;
  height: 42px;
  font-weight: 700;
  font-size: 16px;
}
.contacts-step .bt svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: var(--colors-blue);
}
.contacts-step .mail {
  margin-bottom: 10px;
}
.contacts-step .mail a {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
}
.contacts-step .mail .label {
  font-size: 15px;
  line-height: 140%;
  color: var(--colors-60);
}
.contacts-buttons {
  margin-top: -5px;
}
.contacts-buttons .bt {
  margin-top: 5px;
  width: 100%;
  height: 42px;
  font-weight: 500;
  font-size: 16px;
}
.contacts-buttons .bt svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  fill: var(--white);
}
.contacts-follow {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.contacts-follow .d-flex {
  margin: 20px -5px 0;
}
.bt-follow {
  margin: 10px 5px 0;
  border-radius: 12px;
  padding: 2% 5%;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;

    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bt-follow .icon svg{
    width: 100%;
    height: 100%;
    max-height: 64px;
    max-width: 64px;
    min-width: 32px;
    min-height: 32px;
}

.contacts-follow .contact-icons .bt-follow .icon{
    width: clamp(32px, 8vw, 64px);
    height: clamp(32px, 8vw, 64px);
    display: inline-flex;
}

.bt-follow .label{
    font-family: Roboto;
    font-weight: 500;
    font-size: clamp(12px, 3.2vw, 15px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.bt-telegram {
    background: #008CE41A;
    color: #008CE4;
}
.bt-youtube {
    background: #FF00001A;
    color: #FF0000;
}
.bt-vk {
    background: #0077FF1A;
    color: #0077FF;
}

.bt-telegram{
  background: rgba(0, 140, 228, 0.1);
  color: #008CE41A;
  svg {
    fill: var(--prime-blue);
  }
}
.bt-youtube {
  background: #FF00001A;
  color: #FF0000;
}
.bt-vk {
  background: #0077FF1A;
  color: #0077FF;
}

.bt-telegram .label{
    color: rgba(0, 140, 228, 1);
}
.bt-youtube .label {
    color: rgba(255, 0, 0, 1);
}
.bt-vk .label {
    color: rgba(0, 119, 255, 1);
}



.contacts-form .bt {
  margin-top: 20px;
}
.contacts-form .agree-text {
  margin-top: 20px;
  font-size: 13px;
}
.location-box.template-box {
  margin-top: 30px;
  margin-bottom: 50px;
}
.location-box .h4 {
  padding-bottom: 10px;
}
.contact-item {
  position: relative;
  padding-left: 44px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 170%;
}
.contact-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.contact-item .icon svg {
  fill: var(--colors-blue);
}
.location-map {
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
}
#map {
  width: 100%;
  height: 352px;
  object-fit: cover;
}

.footer {
  position: relative;
}
.footer-wrapper {
  background: var(--extreme-light-blue-bg);
  border-radius: 16px;
  margin: 0 -20px;
  padding: 0 20px;
}
.footer-v2 .footer-wrapper {
  background: var(--light-blue-bg);
}
.footer-top {
  padding-top: 30px;
}
.footer-title {
  display: none;
}
.footer-contacts .tel {
  font-size: 21px;
  color: var(--colors-0);
}
.footer-contacts .tel:not(:first-child) {
  margin-top: 10px;
}
.footer-contacts .tel a {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  color: inherit;
}
.footer-contacts .tel .icon {
  margin-right: 10px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--extreme-light-blue-bg);
  border-radius: 8px;
}
.footer-contacts .tel svg {
  width: 12px;
  height: 12px;
  fill: var(--prime-green);
}
.footer-contacts .buttons {
  margin-top: 25px;
}
.footer-contacts .bt {
  flex-grow: 1;
  height: 42px;
  font-size: 16px;
}
.footer-contacts .bt svg {
  margin-right: 10px;
  width: 23px;
  height: 22px;
  fill: var(--white);
}
.footer-contacts .bt-social {
  margin-left: 5px;
  border-radius: 12px;
  width: 42px;
  min-width: 42px;
  height: 42px;
}
.footer-contacts .item {
  margin-top: 25px;
}
.footer-contacts .item:not(:last-child) {
  margin-right: 14px;
}
.footer-contacts .item a {
  border-bottom: 1px solid var(--prime-blue);
  font-size: 15px;
  color: var(--colors-0);
}
.footer-contacts .item .label {
  margin-top: 5px;
  color: #989898;
}
.footer-nav {
  margin-top: 25px;
  border-top: 1px solid var(--colors-extreme-light-blue--1);
}
.footer-nav > ul > li {
  border-bottom: 1px solid var(--colors-extreme-light-blue--1);
}
.footer-nav > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
  font-size: 16px;
  color: var(--colors-20);
}
.footer-nav > ul > li > a svg {
  fill: var(--prime-blue);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
}
.footer-nav > ul > li.open > a svg {
  transform: rotate(-90deg);
}
.footer-nav li ul {
  display: none;
}
.footer-nav li li {
  margin-bottom: 12px;
}
.footer-nav li li a {
  color: var(--colors-30);
}
.footer-nav .soc-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
}
.footer-nav .soc-link img {
  width: 26px;
  margin-right: 12px;
}
.footer-bot {
  padding: 25px 0 30px;
}
.footer-payment .item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: 4px;
}
.footer-lic {
  margin: 0 auto 0 0;
}
.footer-lic .text {
  padding-left: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: var(--dark-blue-text);
}
.footer-lic .val {
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
}
.footer-info {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}
.footer-info .copy {
  font-weight: 500;
  font-size: 13px;
  color: var(--colors-20);
}
.footer-info .adds {
  margin-top: 5px;
  font-size: 12px;
  line-height: 150%;
  color: var(--colors-60);
}
.footer-info .adds p {
  margin: 0;
}
.footer-mobile-panel {
  padding: 18px 0;
}
.footer-policy {
  width: 60%;
  font-size: 12px;
  line-height: 140%;
}
.footer-policy a {
  color: inherit;
}
.footer-rating {
  margin-top: 20px;
}

.footer-privacy {
  order: -6;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
  text-align: center;
}

input,
textarea,
select {
  border: 0;
  background: #fff;
  resize: none;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-overflow: ellipsis;
  font-family: var(--font-family);
}
button {
  cursor: pointer;
  border: none;
}
select::-ms-expand {
  display: none;
}
::-moz-placeholder {
  opacity: 1;
  color: var(--colors-30);
}
::-webkit-input-placeholder {
  opacity: 1;
  color: var(--colors-30);
}
::-ms-placeholder {
  opacity: 1;
  color: var(--colors-30);
}
::placeholder {
  opacity: 1;
  color: var(--colors-30);
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-placeholder {
  opacity: 0;
}
input:focus::placeholder {
  opacity: 0;
}
.form-item {
  position: relative;
  margin-top: 12px;
}
.form-item input {
  width: 100%;
  background: var(--extreme-light-blue-bg);
  border: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 12px;
  padding: 0 20px;
  height: 50px;
  font-weight: 400;
  font-size: 15px;
  color: var(--colors-30);
}
input[type="date"]:before {
  content: attr(placeholder) !important;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent !important;
}
input[type="date"]:in-range::-webkit-datetime-edit-year-field,
input[type="date"]:in-range::-webkit-datetime-edit-month-field,
input[type="date"]:in-range::-webkit-datetime-edit-day-field,
input[type="date"]:in-range::-webkit-datetime-edit-text {
  color: transparent !important;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.form-item textarea {
  width: 100%;
  background: var(--extreme-light-blue-bg);
  border: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  color: var(--colors-30);
}

.switch {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: var(--colors-60);
}
.switch input {
  display: none;
}
.slider {
  position: relative;
  cursor: pointer;
  margin: 0 18px;
  border: 2px solid var(--prime-blue);
  border-radius: 16px;
  width: 60px;
  height: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background: var(--prime-blue);
  border-radius: 50%;
  transition: all 0.2s;
}
input:checked + .wrap .slider:before {
  left: 28px;
}
.on {
  order: -1;
  color: var(--prime-blue);
}
.on,
.off {
  user-select: none;
}
input:checked + .wrap .on {
  color: var(--colors-60);
}
input:checked + .wrap .off {
  color: var(--prime-blue);
}

.checkbox-item {
  position: relative;
  margin-top: 12px;
  font-size: 14px;
  line-height: 150%;
}
.checkbox-item label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.checkbox-item input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.checkbox-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  width: 16px;
  height: 16px;
}
.checkbox-custom:before {
  content: "";
  display: block;
  opacity: 0;
  background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 3.5L5 6L10.5 1.5" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  width: 12px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input:checked + .checkbox-custom {
  background: var(--prime-blue);
  border-color: var(--prime-blue);
}
input:checked + .checkbox-custom:before {
  opacity: 1;
}

.bt-input {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.bt-input input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.bt-input .label {
  background: var(--extreme-light-blue-bg);
  border-radius: 32px;
  padding: 8px 14px;
  font-size: 14px;
  white-space: nowrap;
  color: var(--colors-30);
}
.bt-input input:checked + .label {
  background: var(--prime-blue);
  color: #fff;
}

.radio-item {
  position: relative;
  margin-top: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
}
.radio-item label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.radio-item input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}
.radio-custom {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--colors-30);
  border-radius: 50%;
}
.radio-custom::before {
  content: "";
  opacity: 0;
  background: var(--colors-30);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input:checked + .radio-custom:before {
  opacity: 1;
}
.st-white .radio-custom {
  border-color: #dfdfdf;
}
.st-white .radio-custom::before {
  background: #ebedf0;
}
.st-white input:checked + .radio-custom {
  border-color: #ebedf0;
}

select.custom-select {
  width: 100%;
  border: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 12px;
  padding: 0 48px 0 20px;
  height: 50px;
  background: var(--extreme-light-blue-bg)
    url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.392591 0.646257C0.898068 0.179114 1.69761 0.198549 2.17841 0.689666L8 6.63615L13.8216 0.689666C14.3024 0.198549 15.1019 0.179114 15.6074 0.646257C16.1129 1.1134 16.1329 1.89022 15.6521 2.38134L9.47665 8.68926C8.6687 9.51455 7.33131 9.51455 6.52335 8.68926L0.347913 2.38134C-0.132889 1.89022 -0.112886 1.1134 0.392591 0.646257Z" fill="%23008CE4" /></svg>')
    right 21px center no-repeat;
  font-size: 15px;
  color: var(--colors-0);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-group {
  position: relative;
}
.floating-label {
  font-size: 11px;
  color: var(--colors-30);
  opacity: 1;
  top: 16px;
  left: 21px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  z-index: 1;
}
.floating-diff .floating-label {
  opacity: 0;
}
.floating-diff.focused .floating-label {
  opacity: 1;
}
.form-group.focused .floating-label {
  opacity: 1;
  top: 8px;
}
.form-group.focused select.form-control {
  padding-top: 21px;
}
.select2Part .floating-label {
  opacity: 0;
}
.select2Part.focused .floating-label {
  opacity: 1;
}
.select2multiple .floating-label {
  opacity: 1;
}
.select2Part.focused
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 16px;
}

.slick-slider {
  position: relative;
  display: block;
  max-height: 100%;
}

.slick-track {
  display: flex;
}
.slick-arrow {
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
  /* background: var(--colors-0);
	border: 1px solid var(--colors-0); */
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.slick-arrow:before {
  content: "";
  display: block;
  background: url('data:image/svg+xml,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.12132 0.292893C8.51184 0.683417 8.51184 1.31658 8.12132 1.70711L2.82843 7L8.12132 12.2929C8.51184 12.6834 8.51184 13.3166 8.12132 13.7071C7.7308 14.0976 7.09763 14.0976 6.70711 13.7071L0 7L6.70711 0.292893C7.09763 -0.0976311 7.7308 -0.0976311 8.12132 0.292893Z" fill="%23008CE4"/></svg>');
  /* background: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7842 1.19692C11.2968 1.70949 11.2968 2.54051 10.7842 3.05308L3.83731 10L10.7842 16.9469C11.2968 17.4595 11.2968 18.2905 10.7842 18.8031C10.2717 19.3156 9.44064 19.3156 8.92808 18.8031L0.125 10L8.92808 1.19692C9.44064 0.684359 10.2717 0.684359 10.7842 1.19692Z" fill="white" /></svg>'); */
  width: 12px;
  height: 20px;
  background-size: 100% 100%;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
  transform: rotate(180deg);
}
.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
}
.slick-dots li * {
  display: none;
}
.slick-dots li {
  position: relative;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  border-radius: 50%;
}
.slick-dots li::before {
  content: "";
  display: block;
  transition: all 0.1s;
  border-radius: 100%;
  background: var(--cards-border);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li:hover::before,
.slick-dots li.slick-active::before {
  width: 14px;
  height: 14px;
  background: var(--prime-blue);
}

.modal {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
}
.modal-sm {
  max-width: 600px;
}
.modal-title {
  padding-right: 42px;
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 24px;
  color: var(--colors-20);
}
.modal-subtitle {
  margin-top: 20px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 19px;
  line-height: 140%;
  text-align: center;
  color: var(--colors-20);
}
.modal .data-form {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.modal .data-form .step {
  padding-top: 20px;
}
.modal .data-form .step:not(:last-child) {
  padding-bottom: 20px;
}
.modal .data-form .step .label {
  font-size: 19px;
}
.modal .bt {
  margin-top: 20px;
}
.modal .agree-text {
  margin-top: 20px;
  font-size: 13px;
}
.modal-img {
  margin: 20px auto 0;
  width: 144px;
}

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.j-between {
  justify-content: space-between;
}
.j-center {
  justify-content: center;
}
.j-end {
  justify-content: flex-end;
}
.a-start {
  align-items: flex-start;
}
.a-center {
  align-items: center;
}
.a-end {
  align-items: flex-end;
}
.w-100 {
  width: 100%;
}
.m-0 {
  margin: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.form-item .input-age {
  height: 50px;
  font-size: 15px;
  color: var(--colors-0);
}
.form-group .input-age {
  height: 50px;
  font-size: 15px;
  color: var(--colors-0);
}
.form-item .input-age::placeholder {
  color: var(--colors-0);
}
.form-group .input-age::placeholder {
  color: var(--colors-0);
}
.subsection {
	background-color: var(--extreme-light-blue-bg);
	border-radius: 16px;
	padding: 1em;
	margin-bottom: 1em;
}
.subsection p,
.subsection ul {
	margin-top: 10px;
	text-align: initial;
}
.add_info_infrastructure {
	margin-top: 15px;
}
.add-info {
	border: 1.5px none #008CE4;
	border-bottom-style: dashed;
}
.add_info_infrastructure svg {
	width: 12px;
	height: 12px
}
.add_info_infrastructure.open svg {
	transform: rotate(180deg);
}
.add_info_infrastructure a {
	margin-left: 5px;
}
.add_info_infrastructure .bt-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 0;
}
.add_info_infrastructure .bt-toggle svg {
  width: 10px;
}
.add_info_infrastructure .hidden {
	margin-top: 10px;
}
#add_info_infrastructure h5 {
  font-size: 18px;
  margin: 0;
  padding-left: 0;
}
#add_info_infrastructure p,
#add_info_infrastructure ul,
#add_info_infrastructure ol {
  padding-left: 0;
}
.label-hidden {
	cursor: pointer;
}
.subsection_accommodation__wrap, .subsection_add_info_infrastructure__wrap {
  display: flex;
  gap: 16px;
  margin: 20px 0;
}
.subsection_accommodation, .subsection_info_infrastructure {
	background-color: var(--extreme-light-blue-bg);
	border-radius: 16px;
	padding: 20px;
	width: 100%;
}
.subsection_accommodation p,
.subsection_accommodation ul,
.subsection_info_infrastructure p,
.subsection_info_infrastructure ul{
	margin-top: 10px;
	text-align: initial;
}
.label-hidden {
	cursor: pointer;
}
.subsection_accommodation H5, .subsection_info_infrastructure H5 {
	font-size: 18px !important;
    margin-top: 0;
}
.not-found__title {
    color: var(--prime-blue) !important;
    font-size: 46px !important;
}

/* hover style */

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .bt-social:hover svg {
    transform: scale(1.1);
  }
  .useful-item:hover picture img {
    transform: scale(1.05);
  }
  .header-nav li li a:hover,
  .dropdown-content .section li a:hover {
    color: var(--prime-blue);
  }
  .select2-results__option:hover {
    background: #fff;
  }
  .bt-primary:hover {
    background: var(--colors-blue-1);
  }
  .bt-danger:hover {
    background: var(--colors-red-1);
  }
  .bt-light:hover {
    background: var(--white);
    color: var(--colors-20);
  }
  .bt-dark-outline:hover {
    border-color: var(--colors-60);
    color: var(--colors-30);
  }
  .bt-primary-outline:hover {
    border-color: var(--colors-blue-1);
    color: var(--colors-blue-1);
  }
  .slick-arrow:hover {
    border-color: var(--prime-blue);
    background: 0;
  }
  .slick-arrow:hover:before {
    background: url('data:image/svg+xml,<svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.12132 0.292893C8.51184 0.683417 8.51184 1.31658 8.12132 1.70711L2.82843 7L8.12132 12.2929C8.51184 12.6834 8.51184 13.3166 8.12132 13.7071C7.7308 14.0976 7.09763 14.0976 6.70711 13.7071L0 7L6.70711 0.292893C7.09763 -0.0976311 7.7308 -0.0976311 8.12132 0.292893Z" fill="%23008CE4"/></svg>');
    background-size: 100% 100%;
  }
  .body-text {
    max-width: 1360px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 24px;
  }
  .form-item .input-age::placeholder {
    color: var(--colors-0);
}

@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}

.book-step-first--homepage {
    margin-top: 0 !important;
}

.text-transfer-to, .text-transfer-from
{
	padding: 0.5em;
}
}
.breadcrumbs.d-flex{
  padding-left: 5px;
}

#booking-data {
	min-height: 300px;
}

.tab-section ol, .tab-section ul {
  padding-left: 30px;
}

.tab-section {
  scroll-margin-top: 120px;
}

.custom-select2 {
  width: 100%;
  background: var(--extreme-light-blue-bg);
  border: 1px solid var(--colors-extreme-light-blue--1);
  border-radius: 24px;
  padding: 0 20px;
  height: 68px;
  font-weight: 400;
  font-size: 18px;
  color: var(--colors-30);
}

input[name="contract_sum"]::-webkit-inner-spin-button,
input[name="contract_sum"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.promo, .top-categories, .recommend  {
  padding: 30px 0;
}
@media (max-width: 600px) {
  .container {
    padding: 0 15px;
  }
}

.online-booking #form-step1, .online-booking #form-step2, .online-booking #form-step3{
    margin-top: 0 !important;
    padding: 0 !important;
    padding-bottom: 40px !important;
}

.online-booking .title {
  margin-bottom: 10px;
  margin-left: 20px;
}
.online-booking .booking-form-select-tour__wrapper {
  padding: 20px 35px;
}
.online-booking H2 {
  font-size: 26px;
}
.feedback-order-form a {
  text-decoration: underline;
  color: var(--white);
}
.concent-checkbox .checkbox {
  display: flex;
  margin-top: 20px;
}
.concent-checkbox label {
  padding-left: 10px;
}
.feedback-order-form .parsley-errors-list, .help-order-form .parsley-errors-list {
  font-size: 1rem !important;
  color: #fd0600;
}
.underline-link a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
}
@media (pointer:coarse){
  .concent-checkbox input[type=checkbox] {
    width: 30px;
  }
}
.search_tags .label {
    background: var(--white);
}
.ymaps3--hint {
    max-width: none !important;
}
.recommend-slider {
  display: grid;
  margin-top: 20px;
  justify-content: center;
}
.recommend-item {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.recommend-item .content {
  width: 60%;
}
.recommend-item .title {
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
  padding-top: 10px;
}
.recommend-item .info, .recommend-item .price-wrap {
  padding-top: 10px;
  font-size: 13px;
}
.recommend-item .img {
  width: 40%;
  height: 100%;
}
.recommend-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.recommend-item .review-hotel {
  position: absolute;
  bottom: 10px;
  right: 8px;
  background: var(--colors-blue);
  padding: 7px;
  border-radius: 16px;
}
.recommend-item .review-hotel a {
  color: var(--white);
}
.recommend-item .price-new {
  font-size: 20px;
}
.recommend-item .price-discount {
  font-size: 10px;
}
.recommend-item .price-discount {
  font-size: 11px;
}
.navigation {
  margin-top: 15px;
}
.navigation .item {
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.navigation .not-link {
  background: var(--light-blue-bg);
}
.navigation .link {
  background: var(--prime-blue);
  color: var(--white);
}
.ymaps3--hint {
    max-width: none !important;
}
.feedback-order-form a {
    text-decoration: underline;
    color: var(--white);
}
.concent-checkbox .checkbox {
    display: flex;
    margin-top: 20px;
}
.concent-checkbox label {
    padding-left: 10px;
}
.feedback-order-form .parsley-errors-list, .help-order-form .parsley-errors-list {
    font-size: 1rem !important;
    color: #fd0600;
}
.underline-link a {
    color: inherit;
    text-decoration: underline;
    text-underline-position: under;
}
@media (pointer:coarse){
    .concent-checkbox input[type=checkbox] {
        width: 30px;
    }
}

.iti {
    width: 100%;
}
.iti__flag {
    background-image: url(../i/flags.webp) !important;
}

.article-list.article-list-index {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.article-list.article-list-index li{
    height: 100%;
    width: 100%;
}

.parsley-error input,
.parsley-error textarea,
.parsley-error select {
    border: 1px solid #ff5b57 !important;
}

.parsley-error input[type="checkbox"] {
    outline: none;
    box-shadow: 0 0 0 2px #ff5b57;
    border-radius: 2px;
}
body .tour-page__aside{
    max-width: 270px;
    width: 100%;
    top: 15px;
}

.block-prices{
    flex-direction: row;
}

.block-prices .block-template-item{
    width: calc(50% - 15px);
}

.block-prices .prices-list{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block-prices .prices-list .prices-row{
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 24px;
    color: var(--prime-blue);
}

.block-prices .prices-description{
    margin-top: 20px;
}

.tab-links{
    margin-bottom: 15px;
}

.question-form .concent-checkbox{
    margin-bottom: 12px;
}

.block-template-item > div:first-child {
    color: #212529;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.block-template-item > div:first-child > *:first-child {
    margin-top: 0;
}

.block-template-item > div:first-child p {
    margin: 0 0 0.8rem 0;
}

.block-template-item > div:first-child h1,
.block-template-item > div:first-child h2,
.block-template-item > div:first-child h3,
.block-template-item > div:first-child h4,
.block-template-item > div:first-child h5,
.block-template-item > div:first-child h6 {
    margin: 1.2rem 0 0.6rem 0;
    line-height: 1.25;
    font-weight: 600;
}

.block-template-item > div:first-child ul,
.block-template-item > div:first-child ol {
    margin: 0 0 0.8rem 1.25rem;
    padding: 0 0 0 0.75rem;
}

.block-template-item > div:first-child li {
    margin: 0.25rem 0;
}

.block-template-item > div:first-child a {
    color: #0d6efd;
    text-decoration: underline;
}

.block-template-item > div:first-child a:hover {
    text-decoration: none;
}

.block-template-item > div:first-child img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem 0;
    border-radius: 6px;
}

.block-template-item > div:first-child table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.8rem 0;
}

.block-template-item > div:first-child th,
.block-template-item > div:first-child td {
    border: 1px solid #e9ecef;
    padding: 0.5rem;
    vertical-align: top;
}

.block-template-item > div:first-child blockquote {
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-left: 4px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 4px;
}


.block-template{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.block-template-accordion{
    display: block;
}

.block-template a{
    font-size: 16px;
    line-height: 150%;
}

.block-template .bt-toggle svg {
    width: 12px;
    height: 12px;
}

.block-template .block-template-content{
    margin-top: 10px;
}

.block-template-content .block-template-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.block-template .block-template-item{
    font-size: 16px;
    line-height: 150%;
    padding: 1.5em;
    background-color: var(--extreme-light-blue-bg);
    border-radius: 16px;
    width: 100%;
}

.block-template-list .block-template-item{
    width: 100%;
}

.block-template .block-template-item h5{
    font-size: 18px;
    margin: 0;
    padding-left: 0;
}

.block-prices .block-template-item{
    width: 100%;
}

.about-content{
    display: flex;
    flex-direction: row;
    border-bottom: 3px solid var(--light-blue-bg);
    padding-bottom: 66px;
}

.about-content .about-text{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-content .about-text .about-subtitle{
    margin-bottom: 50px;
    margin-top: 40px;
}

.about-content .advatage-list{
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.about-content .about-text .about-title, .about-content .about-text .about-subtitle{
    text-align: center;
}

.about-content .about-img{
    width: 0;
    display: none;
}

.about-content .about-text .about-img{
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.about-content .about-text .about-img picture, .about-content .about-text .about-img picture img{
    width: 100%;
}

.about-advantage-minimize{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-advantage-minimize .about-title{
    font-size: 36px;
}

.about-advantage-minimize .about-text{
    width: 100%;
}

.about-advantage-minimize .about-advatage{
    width: 100%;
    padding: 0;
}

.about-advantage-minimize .about-subtitle{
    margin-top: 15px;
}

article .article .gallery-slider{

}