@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import 'owl-slider/owl.carousel.min.css';
@import 'owl-slider/owl.themes.css';
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

.docs__wrap {
	display: block;
	max-width: 1040px;
}

.docs__title {
	font-family: "KabelC Book Bold", sans-serif;
	display: block;
	font-weight: 700;
	font-size: 44px;
	line-height: 56px;
	color: #111111;
	margin-bottom: 16px;
}

.docs__subtitle {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 48px;
}

.docs__container {
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
}

.docs__link {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	text-decoration: underline;
	margin-bottom: 16px;
	display: flex;
}

.docs__link svg {
	margin-right: 8px;
	flex: none;
}

.docs__link:hover {
	color: #9CC653;
	text-decoration: none;
}

.docs__link:hover path {
	fill: #9CC653;
}

.docs-container__wrap {
  flex-direction: column;
}

.docs-container__wrap .breadcrumbs {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 40px 0;
}

.docs-container__wrap .docs__title {
  margin-bottom: 32px;
}

.docs-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 80px;
}

.docs-container__block {
  width: 100%;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.02), 8px 8px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.docs-container__block:hover {
  box-shadow: 4px 4px 64px 0px rgba(0, 0, 0, 0.14), 8px 8px 64px 0px rgba(0, 0, 0, 0.16);
}

.docs-container__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #111;
  margin-bottom: 16px;
}

.docs-container__more {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #9CC653;
  display: flex;
  align-items: center;
}

.docs-container__more svg {
  margin-left: 16px;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 481px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 993px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1120px;
  }
}
@media (min-width: 1360px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 481px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 993px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1201px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1360px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "PT Sans", sans-serif;
  line-height: 1.4;
  background-color: #ffffff;
  color: #111111;
  position: relative;
}

@font-face {
  font-family: "KabelC Book";
  src: url('../fonts/KabelC_Book.woff2') format('woff2'),
  url('../fonts/KabelC_Book.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "KabelC Book Bold";
  src: url('../fonts/KabelC_Book_Bold.woff2') format('woff2'),
  url('../fonts/KabelC_Book_Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
.container-wide {
  width: 100%;
}

.row {
  --bs-gutter-x: 20px;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

a {
  color: #111111;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: none;
}
a svg path {
  transition: fill 0.2s cubic-bezier(0.4, 0, 1, 1);
}

h1, .h1 {
  font-family: "KabelC Book Bold", sans-serif;
  font-weight: 700;
  color: #111111;
  font-size: 48px;
}

h2, .h2 {
  font-family: "KabelC Book Bold", sans-serif;
  font-weight: 700;
  color: #111111;
  font-size: 44px;
  line-height: 1.27;
}

h3, .h3 {
  font-family: "KabelC Book Bold", sans-serif;
  font-weight: 700;
  color: #111111;
  font-size: 32px;
  line-height: 1.25;
}

h4, .h4 {
  font-family: "PT Sans", sans-serif;
  color: #111111;
  font-size: 24px;
  font-weight: 700;
}

.button {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 3px 16px;
  height: 40px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #9CC653;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1);
  border: none;
  outline: none;
}

.button:hover {
  background-color: #A6D05D;
}

.button_green {
  background-color: #9CC653;
}
.button_green:hover {
  background-color: #A6D05D;
}

.button_transparent {
  background-color: transparent;
  border: 2px solid #fff;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), border-color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.button_transparent:hover {
  background-color: #6171B0;
  border-color: #6171B0;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-body {
  margin: 5% auto;
  width: 90%;
  max-width: 980px;
  padding: 32px 32px 48px 48px;
  background: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}
.modal-body .title {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 8px;
}
.modal-body .subtitle {
  text-align: center;
  color: #555555;
}

.modal-footer {
  text-align: center;
}

.modal-close-cross {
  float: right;
  cursor: pointer;
}

.form-group {
  width: 100%;
  margin-bottom: 12px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-input, .form-textarea {
  border: none;
  outline: none;
  height: 40px;
  font-size: 1rem;
  padding: 8px 16px;
  color: #111111;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
}
.form-input.error, .form-textarea.error {
  border-color: #ff4a4a;
}

.form-textarea {
  resize: none;
  height: 90px;
}

input.form-input::-webkit-input-placeholder, textarea.form-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

input.form-input::-moz-placeholder, textarea.form-textarea::-moz-placeholder {
  color: #cccccc;
}

input.form-input:-moz-placeholder, textarea.form-textarea:-moz-placeholder {
  color: #cccccc;
}

input.form-input:-ms-input-placeholder, textarea.form-textarea:-ms-input-placeholder {
  color: #cccccc;
}

input.shadowed-search-form__input::-webkit-input-placeholder, textarea.form-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input.shadowed-search-form__input::-moz-placeholder, textarea.form-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input.shadowed-search-form__input:-moz-placeholder, textarea.form-textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input.shadowed-search-form__input:-ms-input-placeholder, textarea.form-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.message {
  background-color: #6171B0;
  padding: 8px 0 9px 0;
}

.message-content {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.message-content__text {
  font-size: 14px;
  color: #ffffff;
}
.message-content__text a {
  color: #ffffff;
}

.message-content__close {
  display: flex;
  margin-top: 5px;
  margin-left: 8px;
}

header {
  background-color: #ffffff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
  width: 100%;
  z-index: 3;
  position: absolute;
}

.header__logo .mobile, .header__logo .index-logo {
  display: none;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  padding-top: 28px;
  padding-bottom: 23px;
}
.header-top .header-bottom__links {
  display: none;
}

.header-socials {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.header-socials li {
  margin-right: 20px;
}
.header-socials li:last-child {
  margin-right: 0;
}

.header-socials__link {
  display: flex;
}
.header-socials__link svg path {
  transition: fill 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.header-socials__link:hover svg path {
  fill: #6171B0;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.header-bottom .header__logo {
  display: none;
}
.header-bottom .header-socials {
  display: none;
}

.header-nav {
  display: flex;
  align-items: center;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -16px;
}
.header-nav li {
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-in;
}
.header-nav li:hover:not(:last-child) {
  background-color: #ffffff;
}
.header-nav li:hover .header-nav__link, .header-nav li:hover .header-lang-link {
  color: #6171B0;
}
.header-nav .default-hidden {
  display: none;
}

.header-nav__link {
  font-size: 15px;
  color: #111111;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  white-space: nowrap;
  line-height: 60px;
}
.header-nav__link svg path {
  transition: fill 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.header-nav__link_photo-album{
	width: 107px !important;
    height: 32px !important;
    padding: 6px 12px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	gap: 8px;
	width: 107px;
	height: 32px;
	background: #9CC653;
	border-radius: 2px;
	
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}
.header-nav__link_photo-album:hover{
	background: #A6D05D;
}

.header-lang-link {
  font-size: 15px;
  color: #111111;
  display: flex;
}

.header-lang-link + .dropdown-menu-wrapper .dropdown-menu__link {
  padding: 8px 12px;
}

.dropdown-link {
  position: relative;
}
.dropdown-link .header-nav__link, .dropdown-link .header-lang-link {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.dropdown-link .header-nav__link svg, .dropdown-link .header-lang-link svg {
  margin-left: 8px;
}
.dropdown-link:hover .header-nav__link svg, .dropdown-link:hover .header-lang-link svg {
  transform: rotate(180deg);
}
.dropdown-link:hover .header-nav__link svg path, .dropdown-link:hover .header-lang-link svg path {
  fill: #6171B0;
}
.dropdown-link:hover .dropdown-menu-wrapper {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  top: 55px;
  left: 0;
  position: absolute;
}
.dropdown-menu-wrapper.transition {
  transition: opacity 0.2s ease-in;
}

.dropdown-menu {
  list-style: none;
  background-color: #fff;
  width: auto;
  padding: 8px;
}
.dropdown-menu li {
  height: auto;
  padding: 0;
}

.dropdown-menu__link {
  display: block;
  font-size: 15px;
  padding: 8px 40px 8px 12px;
  width: 100%;
  color: #111111;
  line-height: 1.35;
  white-space: nowrap;
}
.dropdown-menu__link:hover {
  color: #6171B0;
}

.header-bottom__links {
  display: flex;
  align-items: center;
}
.header-bottom__links a {
  display: flex;
}

.header-user-link {
  margin-right: 20px;
  margin-left: 20px;
}
.header-user-link .header-user-link_white {
  display: none;
}

.header-search-link .header-search-link_white {
  display: none;
}

.search-section {
  width: 100%;
  display: none;
}
.search-section .container {
  padding-bottom: 14px;
}

.article .text iframe {
  height: 50vh;
  min-height: 480px;
}

@media only screen and (min-width: 768.1px) {
  body.index header:not(.opened) {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  body.index header:not(.opened) .header-top {
    border-color: rgba(255, 255, 255, 0.2);
  }
  body.index header:not(.opened) .header-nav__link {
    color: #fff;
  }
  body.index header:not(.opened) .header-nav__link svg path {
    fill: #fff;
  }
  body.index header:not(.opened) .header-nav li:hover .header-nav__link {
    color: #6171B0;
  }
  body.index header:not(.opened) .header-nav li:hover .header-nav__link svg path {
    fill: #6171B0;
  }
  body.index header:not(.opened) .header-search-link_black, body.index header:not(.opened) .header-user-link_black {
    display: none;
  }
  body.index header:not(.opened) .header-search-link_white, body.index header:not(.opened) .header-user-link_white {
    display: block;
  }
  body.index header:not(.opened) .header__logo img.desktop {
    display: none;
  }
  body.index header:not(.opened) .header__logo img.index-logo {
    display: block;
  }
  body.index header:not(.opened) .header-socials__link svg path {
    fill: rgba(255, 255, 255, 0.32);
  }
  body.index header:not(.opened) .header-socials__link:hover svg path {
    fill: #6171B0;
  }
}
header.fixed, body.index header.fixed {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
  top: 0;
  transition: background-color ease-in 0.3s;
}
header.fixed .header-top .header__logo img.desktop, header.fixed .header-top .header__logo img.index-logo, body.index header.fixed .header-top .header__logo img.desktop, body.index header.fixed .header-top .header__logo img.index-logo {
  display: none;
}
header.fixed .header-bottom .header__logo, body.index header.fixed .header-bottom .header__logo {
  display: block;
}
header.fixed .header-search-link_white, header.fixed .header-user-link_white, body.index header.fixed .header-search-link_white, body.index header.fixed .header-user-link_white {
  display: none;
}
header.fixed .header-search-link_black, header.fixed .header-user-link_black, body.index header.fixed .header-search-link_black, body.index header.fixed .header-user-link_black {
  display: block;
}
header.fixed .header-nav__link svg path, body.index header.fixed .header-nav__link svg path {
  fill: #111111;
}
header.fixed .header-nav li:nth-child(n+9), body.index header.fixed .header-nav li:nth-child(n+9) {
  display: none;
}
header.fixed .header-nav li.default-hidden, body.index header.fixed .header-nav li.default-hidden {
  display: block;
}
header.fixed .header-nav li.default-hidden li, body.index header.fixed .header-nav li.default-hidden li {
  display: none;
}
header.fixed .header-nav li.default-hidden li:nth-child(n+5), body.index header.fixed .header-nav li.default-hidden li:nth-child(n+5) {
  display: block;
}
header.fixed .header-nav__link, body.index header.fixed .header-nav__link {
  color: #111111;
}
header.fixed .search-section, body.index header.fixed .search-section {
  background: #F9F9F9;
}
header.fixed .search-section .container, body.index header.fixed .search-section .container {
  padding-top: 14px;
}

.search-form {
  display: flex;
}

.search-form__input {
  color: #555555;
  flex: 1;
  margin-right: 16px;
}

.search-form__submit {
  min-width: 111px;
  border: none;
  outline: none;
}

.index-main-slider {
  position: relative;
  height: 100%;
}
.index-main-slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.index-main-slider .owl-dots {
  position: absolute;
  display: flex;
  height: 14px;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 60px;
  margin: 0 auto;
  left: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
.index-main-slider .owl-dot {
  margin-right: 6px;
}
.index-main-slider .owl-dot span {
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  opacity: 0.4;
}
.index-main-slider .owl-dot:last-child {
  margin-right: 0;
}
.index-main-slider .owl-dot.active span {
  background-color: #ffffff;
}
.index-main-slider .owl-nav {
  position: absolute;
  width: 99%;
  max-width: 1300px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.index-main-slider .owl-nav button {
  display: flex;
}
.index-main-slider .button {
  opacity: 0;
  transition: opacity 0.2s ease-in, background-color 0.2s cubic-bezier(0.4, 0, 1, 1), border-color 0.2s cubic-bezier(0.4, 0, 1, 1);
  visibility: hidden;
}
.index-main-slider:hover .owl-nav {
  opacity: 0.7;
}
.index-main-slider:hover .button {
  opacity: 1;
  visibility: visible;
}

.index-main-slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top center;
}
.index-main-slide .container {
  height: 100%;
  min-height: 100vh;
  padding-top: 240px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.index-main-slide .container h2, .index-main-slide .container .h2 {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 28px;
}
.index-main-slide .container h2::after, .index-main-slide .container .h2::after {
  content: "";
  display: block;
  width: 172px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 28px;
}
.index-main-slide .container .subtitle {
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 570px;
  line-height: 1.5;
  font-size: 16px;
}

.index-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.index-section-projects {
  padding-bottom: 96px;
}

.index-section__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.index-section__title:before {
  content: "";
  display: block;
  width: 128px;
  height: 4px;
  background-color: #ECECEC;
  margin: 0 auto;
  margin-bottom: 20px;
}

.index-section__subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.index-banner-info {
  display: block;
  height: 320px;
  background-size: cover;
  background-position: top center;
}
.index-banner-info .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner-info .container h2, .index-banner-info .container .h2 {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}

/* ПУТЕВОДИТЕЛЬ */
.guide {
  display: flex;
}

.guide__item {
  display: block;
  flex: 1;
  margin-right: 20px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.guide__item:last-child {
  margin-right: 0;
}
.guide__item .img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 2s ease-in;
  border-radius: 2px;
}
.guide__item .link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 30px;
  border-radius: 2px;
}
.guide__item .link .title {
  color: #ffffff;
  position: absolute;
  transition: transform 0.3s ease-in;
  bottom: 45%;
  padding: 0 1rem;
  margin-bottom: 0;
}
.guide__item .link .subtitle, .guide__item .link .desc {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.guide__item .link .desc {
  line-height: 1.3;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  position: absolute;
  opacity: 0;
  top: 55%;
  padding: 0 1rem;
  margin-top: 10px;
}
.guide__item:hover .img {
  transform: scale(1.05);
}
.guide__item:hover .link {
  background-color: rgba(0, 0, 0, 0.2);
}
.guide__item:hover .link .title {
  transform: translateY(10%);
}
.guide__item:hover .link .desc {
  transform: translateY(-10%);
  opacity: 1;
}

/* ПУТЕВОДИТЕЛЬ */
/* ТАБЫ "Чем заняться"*/
.index-section-tabs {
  background: linear-gradient(359.8deg, rgba(40, 45, 68, 0.9) 20.21%, rgba(40, 45, 68, 0) 62.23%), linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 47.18%), url(../img/index-tabs-bg.jpg);
  background-size: cover;
  background-position: center;
}

.index-tabs-header {
  display: flex;
  position: relative;
}

.index-tabs-header__item {
  background-color: #ffffff;
  width: calc(100%/3);
  text-align: center;
  padding: 48px 20px 36px 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 12px solid transparent;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.index-tabs-header__item:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.index-tabs-header__item:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.index-tabs-header__item.active {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 0 8px 40px rgba(0, 0, 0, 0.06);
  border-color: #9CC653;
  z-index: 1;
}
.index-tabs-header__item.active .index-tab-title {
  color: #555555;
}
.index-tabs-header__item.active .index-tab-title .title {
  color: #111111;
}
.index-tabs-header__item.active .index-tab-title .title span {
  color: #9CC653;
}
.index-tabs-header__item.active .index-tab-title svg path {
  fill: #9CC653;
}

.index-tab-title {
  font-weight: 400;
  font-size: 14px;
  color: #cccccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  line-height: 1.2;
}
.index-tab-title .title {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  position: relative;
  color: #999999;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  line-height: 1.35;
}
.index-tab-title .title span {
  color: #cccccc;
  font-size: 15px;
  margin-left: 11px;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.index-tab-title .subtitle {
  margin-top: 8px;
}
.index-tab-title svg path {
  transition: fill 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.index-tabs-body {
  margin-top: 56px;
}

.index-tab-content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 56px;
}

.index-tab-card .info {
  margin-top: 32px;
}
.index-tab-card .info .title {
  font-family: "KabelC Book Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.25;
}
.index-tab-card .info .subtitle {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
}

.index-tab-img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.index-tab-img-wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  background-size: cover;
  background-position: center;
}
.index-tab-img-wrapper .data {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
}
.index-tab-img-wrapper .data li {
  display: flex;
  align-items: center;
  margin-right: 24px;
  line-height: 1;
}
.index-tab-img-wrapper .data li:last-child {
  margin-right: 0;
}
.index-tab-img-wrapper .data li img {
  margin-right: 8px;
}

.index-tabs-link {
  margin-top: 48px;
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.index-tabs-link img {
  margin-top: 3px;
  margin-left: 19px;
}

/* ТАБЫ "Чем заняться" */
.index-banner-souvenirs {
  background-position: center;
  background-size: cover;
}
.index-banner-souvenirs .container {
  height: 100%;
  min-height: 404px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.index-banner-souvenirs .container h2, .index-banner-souvenirs .container .h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.index-banner-souvenirs .container p {
  max-width: 612px;
  text-align: center;
  margin-bottom: 40px;
}

.index-banner-feedback {
  background-position: center 25%;
  background-size: cover;
  height: 260px;
}
.index-banner-feedback .container {
  display: flex;
  justify-content: center;
}
.index-banner-feedback .button {
  margin-top: 80px;
  width: 100%;
  max-width: 300px;
}

.news-section {
  position: relative;
  justify-content: space-between;
}

.news-section_left {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-section_left .button {
  margin-top: 30px;
  display: none;
}
.news-section_left .news-card {
  display: none;
}
.news-section_left .news-card.active {
  display: block;
}

.news-card {
  background: #FFFFFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
}
.news-card .img {
  width: 100%;
  height: 293px;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.news-card .card-body {
  padding: 32px 24px 38px;
}
.news-card .card-body .date {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 7px;
}
.news-card .card-body .title {
  font-size: 24px;
  color: #111111;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-card .card-body p {
  font-size: 1rem;
  margin: 16px 0 0 0;
  line-height: 1.5;
  color: #555555;
}
.news-card .card-body .link {
  display: flex;
  align-items: center;
  color: #9CC653;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  margin-top: 32px;
}
.news-card .card-body .link img {
  margin-top: 3px;
  margin-left: 16px;
}

.section_gray-gradient {
  background: linear-gradient(to right, white 38%, #FAFAFA 38%);
}

.news-section_right {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-list {
  margin: 0;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 48px;
  list-style: none;
}
.news-list li {
  margin-bottom: 28px;
}
.news-list li:last-child {
  margin-bottom: 0;
}

.news-list__link {
  font-size: 18px;
  color: #111111;
  display: inline-flex;
  justify-content: space-between;
}
.news-list__link::before {
  content: url("../img/icon-news-list.svg");
  min-width: 17px;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  flex-shrink: 1;
}
.news-list__link.active::before {
  content: url("../img/icon-news-list-active.svg");
}

.news-button-wrap {
  display: none;
}


.index__projects-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index__projects-slider a{
	width: 1920px !important;
    position: static !important;
}
.index__projects-slider .slick-track{
	  width: 100% !important;
	    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.project-slider .owl-stage {
  height: 500px;
  display: flex;
  align-items: center;
}
.project-slider .owl-item.center .project-card {
  height: 500px;
  padding-top: 100px;
}
/*.project-slider .owl-item.center .project-card .icon {
  opacity: 0;
}*/
.project-slider .owl-item img {
  width: auto;
}
.project-slider .owl-nav {
	display: flex !important;
  margin-top: 32px;
  text-align: center;
}
.project-slider .owl-nav .owl-prev {
  margin-right: 48px;
}
.project-slider .owl-nav .button {
  border: none;
  outline: none;
}

/*#projectsSlider .owl-item {
  opacity: 0.5;
}

#projectsSlider .owl-item.active {
  opacity: 1;
}

#projectsSlider .owl-item.active.half-opacity {
  opacity: 0.5;
}*/
#projectsSlider .half-opacity {
	opacity: 0.3;
}
.owl-nav button.disabled{
	opacity: 0;
	z-index: -10;
}

.project-card {
  display: block;
  height: 436px;
  background-size: cover;
  background-position: center;
  padding-top: 68px;
  border-radius: 2px;
}
.project-card .icon {
  opacity: 1;
  height: 111px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.project-card .title {
  text-align: center;
  color: #ffffff;
  max-width: 220px;
  margin: 0 auto;
}

.modal-contact .modal-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.form-contact {
  width: 100%;
  max-width: 500px;
  margin-bottom: 24px;
}

.modal-contacts-block {
  width: 100%;
  max-width: 292px;
  background: #FFFFFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
  padding: 32px 32px 48px;
  margin-bottom: 24px;
}

.modal-contacts-block__title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
}

.contacts-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #555555;
  margin-bottom: 16px;
}
.contacts-item i {
  width: 17px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contacts-item:last-child {
  margin-bottom: 0;
}

a.contacts-item span {
  text-decoration: underline;
}

a.contacts-item_phone span {
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  text-decoration: none;
}

.captcha {
  max-width: 100%;
}

.checkbox-group {
  margin-bottom: 16px;
}

.checkbox-group input[type=checkbox] {
  display: none;
}

.checkbox-group a {
  color: #9CC653;
  text-decoration: underline;
  margin: 0 3px;
}

.checkbox-group a:hover {
  text-decoration: none;
}

.checkbox + label {
  display: flex;
  flex-wrap: wrap;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #555555;
  line-height: 1.25;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.checkbox + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox:checked + label::before {
  background-image: url("../img/icon-checkbox.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.search-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  z-index: 3;
  padding-top: 50px;
  padding-top: 22vh;
}
.search-overlay .row {
  justify-content: center;
}

.shadowed-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.shadowed-search-form__input {
  width: 100%;
  font-family: "KabelC Book Bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.25;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 2px 30px 2px 0;
}
.shadowed-search-form__input:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
.shadowed-search-form__input:focus + .shadowed-search-form__submit {
  opacity: 1;
}

.shadowed-search-form__submit {
  position: absolute;
  right: 0;
  bottom: 4px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../img/icon-search_white.svg");
  opacity: 0.6;
  width: 16px;
  height: 20px;
  padding: 5px;
  padding-right: 0;
  background-repeat: no-repeat;
  background-position: right center;
  box-sizing: content-box;
}

.header-nav__link_culture img {
  max-height: 32px;
}

.pd0 {
  padding: 0 !important;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.search-tag {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  line-height: 1.25;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.search-tag:hover {
  color: rgba(255, 255, 255, 0.6);
}

.search-close {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
}
.search-close:hover {
  opacity: 1;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 12px;
  background: #FFF;
  cursor: default;
  overflow: auto;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.autocomplete-suggestion {
  padding: 14px 20px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  cursor: pointer;
}

.autocomplete-no-suggestion {
  padding: 14px 20px;
}

.autocomplete-selected {
  background: #F9F9F9;
  color: #6171B0;
}

.mobile-menu-wrapper {
  display: none;
  margin-left: 20px;
}

.mobile-menu-button {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("../img/icon-hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu-button.opened {
  background-image: url("../img/icon-menu-close.svg");
}

/* ФУТЕР */
footer {
  background-color: #333333;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 64px 0 80px 0;
}

footer .mb {
  margin-bottom: 21px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-left__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-left__links > * {
  width: 100%;
  max-width: 179px;
}

.footer-logo {
  margin-bottom: 40px;
}
.footer-logo img {
  width: 100%;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.footer-contact > * {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.footer-contact > *:last-child {
  margin-bottom: 0;
}
.footer-contact:last-child {
  margin-bottom: 0;
}

.footer-contact .title {
  color: white;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.4);
}

.footer-contact a:hover {
  color: white;
}

.footer-socials {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  margin-top: 24px;
  flex-wrap: wrap;
}
.footer-socials li {
  margin-right: 21px;
}
.footer-socials li:last-child {
  margin-right: 0;
}

.footer-socials__link img {
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
}
.footer-socials__link:hover img {
  opacity: 0.4;
}

.footer-center {
  display: flex;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 20px;
  flex: 1;
}
.footer-nav:last-child {
  margin-right: 0;
}

.footer-nav li {
  margin-bottom: 20px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -8px;
}
.footer-nav ul li {
  margin-bottom: 5px;
}
.footer-nav ul li a {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
}

.footer-button {
  width: 100%;
  display: block;
  height: 44px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}

.footer-button_white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #111111;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.footer-button_white svg {
  margin-right: 10px;
}
.footer-button_white svg path {
  transition: fill 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.footer-button_white:hover {
  background-color: transparent;
  color: #fff;
}
.footer-button_white:hover svg path {
  fill: transparent;
  stroke: #fff;
}

.footer-button_dark {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 30px;
  padding-right: 42px;
  background: url("../img/icon-arrow-right.svg") no-repeat center right 13px, linear-gradient(to left, #ffffff 42px, transparent 42px, transparent 100%);
}

.tripadvisor {
  margin-bottom: 21px;
}

.footer-bottom {
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}
/* ФУТЕР */

.quote, .article .text .quote {
  margin: 40px 0 48px 0;
  border-top: 4px solid rgba(156, 198, 83, .5);
  border-bottom: 4px solid rgba(156, 198, 83, .5);
  padding: 32px 0;
  display: flex;
}
.quote::before, .article .text .quote::before {
  content: url('../img/quotes.svg');
  display: block;
  margin-right: 32px;
}
.quote__text, .article .text .quote__text {
  border-left: 1px solid rgba(156, 198, 83, .5);
  padding-left: 24px;
}
.quote__text p, .article .text .quote__text p {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.quote__text p:last-child, .article .text .quote__text p:last-child {
  margin-bottom: 0;
}
.quote__text span, .article .text .quote__text span {
  color: #999;
  display: block;
  line-height: 1.5;
}
.article .text .quote:first-child {
  margin-top: 0;  
}
.article .text .quote:last-child {
  margin-bottom: 0;  
}












.tours__wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tours__banner {
  position: relative;
  width: 100%;
  margin-top: 140px;
  background: url(/local/templates/2021/img/tours/tours-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  background-position: 0 -130px;
  z-index: 0;
}

.tours__mask-banner {
  position: absolute;
  width: 100%;
  background-color: rgba(40, 45, 68, 0.4);
  height: 100%;
  top: 0;
  z-index: 1;
}

.tours__nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  padding-top: 60px;
  margin: 0 auto 50px;
  max-width: 1040px;
  z-index: 2;
}
.tours__nav > svg {
  margin: auto 0;
}

.tours__main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  color: #FFFFFF;
  margin: auto auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tours__block-filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 48px auto 64px;
}

.tours__sliders-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 55px;
}

.tours__one-filter-slider {
  width: 343px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tours__description-one-tour {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
   gap: 20px;
}
.tours__description-one-tour > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.tours__description-one-tour svg {
  margin: auto;
}

.tours__prices {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tours__prices-min {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.tours__prices-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #111111;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.tours__clear-filters {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  right: 30px;
  top: 15px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.tours__clear-filters > svg {
  margin: auto 0;
}
.tours__clear-filters:hover{
	color: #9CC653;
}
.tours__clear-filters:hover path {
  stroke: #9CC653;
}

.tours__seasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.tours__seasons > div {
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.tours__one-season:hover{
	color: #9CC653;
}
.tours__types-recreation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  padding-top: 5px;
}

.tours__types-recreation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.tours__types-recreation .checkbox-group label:hover {
  color: #9CC653;
}
.tours__types-recreation .checkbox-group label:hover::before {
  background-color: #F9F9F9;
}
.tours__types-recreation .checkbox-group label:active::before {
  background-color: #ECECEC;
}

.tours__one-tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border-radius: 2px;
}

.tours__img-one-tour {
  margin-bottom: 12px;
  max-width: 356px;
  max-height: 212px;
}

.tours__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.tours__title-one-tour {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}

.tours__subtitle-one-tour {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}

.noUi-horizontal {
  height: 4px !important;
}

.noUi-horizontal .noUi-handle {
  width: 12px !important;
  height: 12px !important;
  right: -9px !important;
  border-radius: 50% !important;
  border: 2px solid #9CC653;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.noUi-horizontal .noUi-handle:hover .noUi-touch-area {
  background: #9CC653;
  cursor: pointer;
    min-width: 10px;
    min-height: 11px;
    border-radius: 50%;
    top: -1px;
    left: -1px;
    position: relative;
}

.noUi-handle:before, .noUi-handle:after {
  display: none !important;
}

.noUi-connect {
  background: #9CC653 !important;
}

.noUi-target {
  margin: 8px 0 4px;
}

.tours__select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 64px;
}
.tours__select-block_calendar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.tours__types-recreation_calendar{
	  padding-top: 0;
}
.calendar__select-date{
	width: 100%;
  max-width: 156px;	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  padding: 8px 16px;
  background-color: #F9F9F9;
  border: none;
  padding-left: 46px;
  padding-right: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  cursor: pointer;
  border-radius: 2px;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.events-filter .tours__sliders-block{
	gap: 40px;
}
.events-filter .tours__block-filters{
	margin: 0 0 45px;	
}




 .tours__clear-filters_calendar{
	top: 10px;
 }
 .tours__seasons_calendar{
	height: fit-content;
    margin: auto 0;
	position: relative;
	-webkit-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
 }
.calendar__select-date:hover {
  color: #9CC653;
}
.calendar__select-date:hover path {
  fill: #9CC653;
}
.tours__select-season {
  font-weight: 700;
  color: #9CC653;
}

.tours__links-one-tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 44px;
  margin-bottom: 100px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tours__links-one-tour a {
	width: 356px;
}
.one-tour__other-tours .tours__links-one-tour{
    flex-wrap: nowrap;	
}
.one-tour__green-button a{
	color: #fff;
}
.tours__slider_days .noUi-handle.noUi-handle-lower {
  right: -6px !important;
}
.tours__slider_price .noUi-handle.noUi-handle-lower {
  right: -9px !important;
}

.calendar__wrapper-select-date svg {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.calendar__select-date_wide{
	max-width: 245px;
}
.calendar__wrapper-select-date path {
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.calendar__wrapper-select-date:hover path {
  fill: #9CC653;
}
.events-wrapper{
	padding-bottom: 32px;
}
.events-wrapper p{
	color: #555555 !important;
	margin-bottom: 0 !important;
}
.events-wrapper .index-calendar__col{
	margin-bottom: 14px;
}
.calendar__select-date {
  outline: none;
}
.calendar__select-date:hover {
  color: #9CC653;
}
.events-filter{
	padding: 0 !important;
}
.events-filter .tours__block-filters{
	padding: 0 15px !important;
}
.air-datepicker{
	font-family: "PT Sans", sans-serif !important;
}
.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
    z-index: -100;
    opacity: 0;
}
.air-datepicker--pointer{
	display: none;
}
.air-datepicker.-inline-{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3) !important;
	border-radius: 4px !important;
}
.air-datepicker-cell{
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #555555 !important;
}
.air-datepicker-body--day-name{
	color: #999999 !important;
}
.air-datepicker-nav--title{
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #555555 !important;
	order: 1;
	margin-left: 0;
    margin-right: auto;
	padding: 0 !important;
}
.air-datepicker-nav--title:hover{
	background: #fff !important;
}
.air-datepicker-nav--title strong{
	font-style: normal;
	font-weight: 700;
	color: #111;
}
.air-datepicker-cell:hover{
	background: #9CC653 !important;
	color: #fff !important;
}
.air-datepicker-cell.-selected-{
	background: #9CC653 !important;
	color: #fff !important;
}
.air-datepicker-cell.-in-range-{
	background: #ECECEC !important;
}
.air-datepicker-cell.-range-from-{
	border-radius: 2px 0px 0px 2px !important;
	border: 1px solid #9CC653 !important;
}
.air-datepicker-cell.-range-to-{
	border-radius: 0px 2px 2px 0px !important;
	border: 1px solid #9CC653 !important;
}
.air-datepicker-cell.-range-to-::before{
	position: absolute;
    left: -6px;
	content:url( "/local/templates/2021/img/unit_arrow.svg");
}
.air-datepicker-nav--action path{
	stroke: #9CC653 !important; 
}
.air-datepicker-nav .air-datepicker-nav--action:first-child{
	order: 2;
}
.air-datepicker-nav .air-datepicker-nav--action:last-child{
	order: 3;
}
.air-datepicker-nav--action{
	border-radius: 0 !important;
}
.air-datepicker-nav--action:hover{
	background: #F9F9F9 !important;
}
.air-datepicker-nav{
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}
.air-datepicker-body--cells{
	row-gap: 2px;
}
.air-datepicker-nav{
	padding: 20px 20px 0 !important;
	border-bottom: none !important;
}
.air-datepicker-body--day-names{
	margin: 0 0 5px!important;
}
.air-datepicker-body.-days- {
    padding: 10px !important;
}
.air-datepicker--content{
	padding: 0 !important;
}


.one-event__wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin: 0;
}
.one-event__wrapper a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #9CC653;
}
.one-event__wrapper ul {
  margin-bottom: 15px;
  margin-top: 2px;
}
.one-event__wrapper li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.one-event__wrapper .grid_2x2 {
  max-width: 100%;
  margin: 0;
}

.breadcrumbs_one-event {
  margin-left: 0;
  padding-left: 0;
}




.one-event__wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin: 0;
}
.one-event__wrapper a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #9CC653;
}
.one-event__wrapper ul {
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.one-event__wrapper li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.one-event__wrapper .grid_2x2 {
  max-width: 100%;
  margin: 0;
}

.breadcrumbs_one-event {
  margin-left: 0;
  padding-left: 0;
}

.one-event__wrapper-title-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
}
.one-event__wrapper-title-page h1 {
  font-size: 48px;
  line-height: 67px;
  margin-top: 0;
  margin-bottom: 8px;
}
.one-event__wrapper-title-page > div {
  font-size: 16px;
  line-height: 24px;
}
.one-event__wrapper-title-page > span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #555555;
}

.one-event__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  margin-bottom: 80px;
}

.one-event__left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.one-event__left-container img {
  max-width: 708px;
}
.one-event__left-container > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.one-event__left-container > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.one-event__right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -48px;
}
.one-event__right-container h3 {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
  margin-bottom: 16px;
}

.one-event__details-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  margin-top: 24px;
}
.one-event__details-route > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.one-event__details-route svg {
  width: 6%;
  margin: auto 0;
}

.one-event__map > iframe, .one-event__right-container .map {
  width: 413px;
  height: 557px;
}











.tours__banner_one-tour {
  background-size: cover;
  background-position-y: -40px;
  height: 692px;
  background-repeat: no-repeat;
}
.tours__banner_one-tour_islands{
	background-image: url(/local/templates/2021/img/tours/island/banner-island.jpg);
}
.tours__banner_one-tour_sea-walk{
	background-image: url(/local/templates/2021/img/tours/sea-walk/banner-sea-walk.jpg);
}
.tours__banner_one-tour_river-rafting{
	background-image: url(/local/templates/2021/img/tours/river-rafting/banner-river-rafting.jpg);
	background-position-y: -340px;
}
.tours__mask-banner_one-tour {
  background: linear-gradient(359.8deg, rgba(40, 45, 68, 0.81) 0.22%, rgba(40, 45, 68, 0.144) 81.7%, rgba(40, 45, 68, 0) 99.88%);
}

.tours__nav_one-link-underline {
  text-decoration: underline;
  color: #fff;
}

.one-tuor__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 470px;
}

.one-tuor__title-banner {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 44px !important;
  line-height: 56px !important;
  color: #FFFFFF !important;
  margin: 24px 0 8px;
}

.one-tour__subtitle-banner {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.tours__nav_one-tour-nav {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.tours__wrapper_one-tour{
	overflow-x: hidden;
}
.tours__wrapper_one-tour h1 {
  font-family: "KabelC Book Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  color: #111111;
}
.tours__wrapper_one-tour h2 {
  font-family: "KabelC Book Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #111111;
  margin: 0 0 12px;
}
.tours__wrapper_one-tour h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
}
.tours__wrapper_one-tour h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}
.tours__wrapper_one-tour p {
  max-width: 679px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin: 0;
}
.tours__wrapper_one-tour img {
  border-radius: 2px;
}

.one-tour__yamsky-islands-main-photo{
    margin-top: 16px;
}
.one-tour__paragraph-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.one-tour__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 64px;
  padding-top: 64px;
  margin-bottom: 48px;
}

.one-tour__left-block > div:not(:first-child) {
  margin-top: 64px;
}

.one-tour__left-block {
	max-width: 736px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.one-tour__left-block img {
	width: 100%;
    height: 100%;
}
.one-tour__left-block_river-rafting h3{
	margin-bottom: 0;
}
.one-tour__one-resting-place .one-tour__paragraph-block {
  margin: 64px 0 48px;
}
.one-tour__one-resting-place ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 24px 0 0 50px;
	padding-left: 0; 
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #555555;   
}
.one-tour__one-resting-place_sea-walk{
	margin-top: 48px !important;
}
.one-tour__paragraph-block_margin-top {
  margin-top: 0 !important;
}
.one-tour__paragraph-block_margin-bottom {
  margin-bottom: 0 !important;
}
.one-tour__paragraph-block_sea-walk{
	margin: 32px 0 0 !important;
}
.one-tour__publication-date_sea-walk{
	margin-bottom: 16px;
}
.one-tour__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.one-tour__right-block .ya-share2 {
  margin: 20px 0 12px;
}

.one-tour__publication-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.one-tour__video {
  position: relative;
  width: fit-content;
}
.one-tour__video video {
  width: 100%;
  max-width: 736px;
  height: 416px;
}
.one-tour__play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.one-tour__play-video:hover {
	opacity: 0.9;
}

.one-tour__block-img {
  width: 100%;
}
.one-tour__block-img_sea-walk{
	margin-top: 48px;
}
.one-tour__block-img_river-rafting{
	margin-top: 48px;	
	margin-bottom: 64px;
}
.one-tour__block-img_double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.one-tour__description-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 48px 40px 32px;
  gap: 32px;
  background: #F9F9F9;
}
.one-tour__description-days h2 {
  margin-bottom: 0;
}
.one-tour__wrapper-description-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.one-tour__description-one-day {
  display: none;
}
.one-tour__display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.one-tour__description-one-day h3 {
  font-family: "PT Sans", sans-serif;
}
.one-tour__description-one-day div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.one-tour__description-one-day svg {
  width: 30px;
  margin-top: 10px;
}
.one-tour__description-one-day .one-tour__paragraph-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.one-tour__button-see-all {
  max-width: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #111111;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.one-tour__button-see-all:hover {
  border: 1px solid #9CC653;
  background-color: #9CC653;
  color: #fff;
}
.one-tour__button-see-all:hover path {
  stroke: #fff;
}
.one-tour__button-see-all svg {
  margin-top: 9px;
}

.one-tour__detils-right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #999999;
}
.one-tour__detils-right-block a {
  color: #9CC653;
  text-decoration: underline;
}
.one-tour__detils-right-block a:hover {
	color: #A6D05D;
}

.one-tour__detils-right-block > div:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.one-tour__block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.one-tour__block-price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.one-tour__block-price > div > span:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 4px;
}
.one-tour__block-price > div > span:nth-child(2) {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
}

.one-tour__green-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  background: #9CC653;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.one-tour__green-button:hover{
	background: #A6D05D;
}
.one-tour__green-button svg {
  margin: auto 0 3px;
}

.one-tour__green-button_book {
  max-width: 157px;
  margin: 16px 0 24px;
}
.one-tour__green-button_touroperator-website{
    max-width: 265px;
	margin-bottom: 80px;
}
.one-tour__descriptions-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.one-tour__one-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 12px 20px 20px;
  background: #F9F9F9;
  color: #999999;
}
.one-tour__one-description p {
	font-size: 14px;
	line-height: 20px;
}	
.one-tour__one-description > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.one-tour__one-description svg, .one-tour__one-description img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 2px;
}

.one-tour__wrapper-snowflake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
}

.one-tour__map-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.one-tour__map-block h3{
	margin:0;
}
.one-tour__map-block iframe {
    max-width: 380px;
    width: 100%;
    height: 480px;
}
.one-tour__other-tours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  margin-top: 64px;
}
.one-tour__other-tours_sea-walk{
	
}
.one-tour__other-tours >div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 64%;
}
.one-tour__slider-block h4 {
  margin: 16px 0 4px;
}
.one-tour__slider-block p {
  font-size: 14px;
  line-height: 20px;
}
.one-tour__slider-block {
  max-width: 736px;
  max-height: 490px;
}
.one-tour__slider-block_sea-walk{
	margin-top: 64px;
}
.one-tour__slider img {
  max-width: 736px;
  max-height: 490px;
}
.one-tour__slider {
  position: relative;
  z-index: 2;
}
.one-tour__slider-block .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;  font-size: 0;
  background: none;
  z-index: 1000;
  width: 16px;
  height: 56px;
  background-repeat: no-repeat;
  border: none;
  background-position: center;
  border-radius: 50%;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.one-tour__slider-block .slick-next.slick-arrow {
  right: 12px;
  background-image: url(/local/templates/2021/img/tours/arrow-right.png);
}
.one-tour__slider-block .slick-next.slick-arrow:hover {
  background-image: url(/local/templates/2021/img/tours/arrow-right-hover.png);
}
.one-tour__slider-block .slick-prev.slick-arrow {
  left: 12px;
  background-image: url(/local/templates/2021/img/tours/arrow-left.png);
}
.one-tour__slider-block .slick-prev.slick-arrow:hover {
  background-image: url(/local/templates/2021/img/tours/arrow-left-hover.png);
}
.one-tour__block-attention{
	padding: 36px 24px;
	text-align: center;
	border-top: 4px solid rgb(156, 198, 83, 0.5);
	border-bottom: 4px solid rgb(156, 198, 83, 0.5);
}
.one-tour__block-attention p {
	font-size: 18px;
	line-height: 28px;
}













	.tours__routse-wrapper_routes .tours__select-season {
		font-weight: 700 !important;
		color: #9CC653 !important;
	}
	.tours__one-filter-slider_routes .tours__seasons {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.tours__one-filter-slider_routes .tours__prices-select {
  margin-left: 150px;
}

.tours__routse-wrapper_routes .tours__clear-filters {
  top: 19px;
}

.tours__routse-wrapper_routes .tours__sliders-block > div {
  margin: auto 0;
}

.tours__brand-routes {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.tours__brand-routes {
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.tours__brand-routes:hover {
  color: #9CC653;
}

.tours__description-card-routes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.tours__description-card-routes > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.tours__description-card-routes svg {
  margin: auto 0;
}

.tours__routse-wrapper_routes .tours__types-recreation {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tours__routse-wrapper_routes .grid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 44px;
  margin-bottom: 92px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.tours__routse-wrapper_routes .grid a {
  width: calc((100% - 88px) / 3);
  margin-bottom: 8px;
}
.tours__routse-wrapper_routes .grid a > span {
  margin-bottom: 8px;
}
.tours__routse-wrapper_routes .grid a .image {
  margin-bottom: 20px;
}

.tours__wrapper_one-route p {
  margin: 0;
}
.tours__wrapper_one-route .tours__banner_one-route {
  background-size: cover;
  background-position-y: -105px;
  height: 692px;
  background-repeat: no-repeat;
}
.tours__wrapper_one-route .tours__mask-banner_one-route {
  background: linear-gradient(359.8deg, rgba(40, 45, 68, 0.81) 0.22%, rgba(40, 45, 68, 0.144) 81.7%, rgba(40, 45, 68, 0) 99.88%);
}
.tours__wrapper_one-route .tours__nav_one-route-nav {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

.one-rout__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.one-rout__description h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}
.one-tuor__title-text_one-route{
	top: 504px;
}
.one-rout__description-stop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.one-rout__description-stop > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.one-rout__description-stop > div > div:first-child {
  background-color: #F9F9F9;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  padding: 4px 11px;
  color: #9CC653;
}
.one-rout__description-stop > div > div:nth-child(2) {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
.one-rout__description-stop .one-rout__grey-line {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #F9F9F9;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 50%;
  left: -97px;
  z-index: -1;
}

.one-rout__additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.one-rout__additional-information h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}
.one-rout__additional-information > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.one-rout__one-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px 25px;
  background-color: #F9F9F9;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.one-rout__one-information:hover{
	background-color: #ECECEC;
}

.one-rout__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  padding: 32px;
  background-color: #F9F9F9;
}

.one-rout__info-block > p > a{
	text-decoration: underline;
}
.one-rout__info-block > svg{
	width: 24%;
	max-width: 64px;
}

.one-rout__reach-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 32px;
  background-color: #F9F9F9;
}
.one-rout__reach-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
}
.one-rout__reach-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.one-rout__one-reach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.one-rout__one-reach h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
}
.one-rout__one-reach > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.one-rout__take-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 32px;
  background-color: #F9F9F9;
}
.one-rout__take-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
}
.one-rout__take-block h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #555555;
}
.one-rout__take-block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.one-rout__take-season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.one-rout__one-take {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.one-rout__one-take > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}

.one-tour__left-block_one-route {
  width: 68%;
  max-width: 736px;
}
.one-tour__left-block_one-route h3 {
	margin: 0;
}
.one-tour__left-block_one-route img {
  width: 100%;
}
.one-tour__left-block_one-route > div:not(:first-child) {
  margin-top: 48px;
}
.one-tour__left-block_one-route .one-tour__paragraph-block {
  gap: 24px;
}
.one-tour__paragraph-block p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}
.one-tour__left-block_one-route .one-tour__paragraph-block a {
  color: #9CC653;
  text-decoration: underline;
}
.one-tour__left-block_one-route .one-tour__paragraph-block_margin-top {
  margin-top: 0 !important;
}
.one-tour__left-block_one-route .one-tour__one-resting-place h4 {
  margin: 64px 0 24px;
}

.one-tour__right-block_one-route {
  width: 32%;
  min-width: 364px;
  padding-top: 44px;
}
.one-tour__right-block_one-route .ya-share2 {
  margin-bottom: 32px;
}
.one-tour__right-block_one-route .one-rout__additional-information h4 {
  margin-bottom: 0;
}
.one-tour__right-block_one-route .one-rout__one-information {
  gap: 8px;
  padding: 16px 20px;
  cursor: pointer;
}
.one-tour__right-block_one-route .one-rout__one-information > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.one-tour__other-tours_one-route {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 16px auto 80px;
}
.one-tour__other-tours_one-route > h3 {
	margin: 0;
	text-transform: uppercase;
}
.one-tour__other-tours_one-route .wrap {
  gap: 44px;
  padding: 0;
}
.one-tour__other-tours_one-route .wrap h3{
	font-style: normal;
    font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #111111;
}
.one-tour__other-tours_one-route .wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 30%;
  margin-bottom: 0;
}
.one-tour__other-tours_one-route .wrap a .image {
  margin-bottom: 0;
}
.one-tour__other-tours_one-route .one-route__description-other-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.one-tour__other-tours_one-route .one-route__description-other-route > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.one-tour__other-tours_one-route .one-route__description-other-route svg {
  margin: auto 0;
}

.one-tour__green-button_one-route {
  max-width: 182px;
  margin: 32px 0;
}

.one-tour__detils-right-block_one-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #999999;
}
.one-tour__detils-right-block_one-route > div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.one-tour__detils-right-block_one-route svg {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

.one-tour__one-description_one-route {
  background-color: #fff;
  padding: 0;
}

.one-tour__map-block {
  max-width: 736px;
}

.one-tour__block-img_one-route-double-horizontally {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.one-tour__block-img_one-route-double-horizontally > div{
	width: 48%;
}
.one-tour__block-img_one-route-double-vertically{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 64px;
}

.one-tour__block-img_one-route-double > div {
  width: 48%;
}

.one-route__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  
  font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.one-tour__left-block_one-route .one-tour__paragraph-block_stone-crown {
  margin-top: 64px;
}
.one-route__title_en-stone-crown{
	margin-bottom: 24px !important;
}
.one-route__title_en-korean-key{
	margin: 64px 0 24px !important;
}
.one-route__title_en-bukhta-batareynaya{
	margin: 40px 0 24px !important;
}
.one-tour__block-img_last-img{
	margin-bottom: 16px;
}
.one-tour__paragraph-block_bukhta-batareynaya{
	margin-bottom: 28px;
}
.one-tour__block-img_last-img .one-route__img-wrapper >div{
	margin-bottom: -16px;
}
.ya-share2_ostrovnoy-mys{
	margin-bottom: 0 !important;
}
.one-tour__left-block_one-route #map iframe{
	width: 100%;
	height: 405px;
}
.ostrovnoy-mys__photo-signature{
	margin: 0 !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}
.one-tour__paragraph-block_entry{
	margin-top: 32px !important;
}
.excursions__other {
	margin-top: 32px;
}
//*.excursions__other a{
	width: 356px !important;
}*/
.excursions__other a h3 {
	margin-bottom: 8px;
}
.excursions__map{
	margin-top: 64px;
}
.excursions__map #map{
	width: 100%;
	max-width: 736px;
	height:408px;
}

@media (max-width: 1280px) {
  .tours__wrapper_one-route .one-rout__description-stop .one-rout__grey-line {
    left: -93px;
  }
}
@media (max-width: 1024px) {
  .tours__wrapper_one-route .tours__banner_one-route {
    background-position-y: 0px;
  }
  .tours__wrapper_one-route .one-tour__other-tours_one-route .wrap a {
    width: 29%;
  }
	.one-tour__right-block_one-route {
	  padding-top: 0;
	}
	.excursions__banner{
		background-position: 0 !important;
	}
}

.tours__banner_excursions{
	background-position: center;
	background-image: url('/local/templates/2021/img/excursions/excursions-banner.jpg');
}
.excursions__organizational-details{
	margin-top: 64px;
}
.excursions__organizational-details p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}
.one-resting-place .one-tour__paragraph-block:not(:first-child) {
  margin: 64px 0 48px;
}
.excursions__paragraph-block_entry {
  margin: 0 0 48px !important;
}
.excursions__banner{
	min-height:	692px;
}
.excursions__banner-title{
	top: 511px;
}
.excursions__nav{
	margin: 0;
    padding: 0 !important;
}
.excursions__banner-title .one-tuor__title-banner {
	margin: 24px 0 0;
}
.excursions__organizational-details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #111111;
  margin: 0 0 32px;
}
.excursions__take-block{
	margin-top: 32px;
}
.excursions__take-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  margin: 0 0 24px;
}

.excursions__take-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.excursions__take-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.excursions__take-list svg {
  margin: auto 0;
}

.excursions__map .one-tour__paragraph-block {
  margin: 32px 0 24px;
}

.one-tour__green-button_one-excursions {
  width: 100%;
  max-width: 196px;
  height: 40px;
  padding: 10px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  gap: 8px;
}

.excursions__book-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.excursions__book-block h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  margin: 0;
}
.excursions__other-paragraph{
	display: none;
}
.one-rout__info-block_excursions p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 28px !important;
	color: #555555;
}
.tours__prices-select_excursions{
	margin-left: 165px !important;
}

.events-slider {
  margin-bottom: 40px;
}

.events-slider .glide__arrow--right {
  right: -3em;
}

.events-slider .glide__arrow--left {
  left: -3em;
}

.events-slide {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.events-slide__img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 235px;
  margin-bottom: 20px;
}

.events-slide__block {
  display: flex;
  ont-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #555;
}

.events-slide__dates {
  display: flex;
  flex-direction: column;
  margin-right: 17px;
}

.events-slide__date {
  width: 63px;
  height: 63px;
  background: #6F6F6F;
  padding: 7px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #FFF;
}

.events-slide__number {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  margin-bottom: -4px;
}

.events-slide__date:first-child {
  background: #9CC653;
}

.events-slide__text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #555;
}

.events-slide__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #111;
  margin-bottom: 8px;
}

.events-slide__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  padding: 10px 16px;
  margin: 0 auto;
  border-radius: 2px;
  background: #9CC653;
  width: fit-content;
}

.events-slide__link:hover {
  background: #A6D05D;
}

.modal-row__pers-data {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #555;
}

.modal-row__pers-data a {
  color: #9CC653;
  text-decoration: underline;
}

.modal-row__pers-data a:hover {
  text-decoration: none;
}

.personal-popup {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #6171B0;
    border-radius: 4px 4px 0 0;
    padding: 24px 0 64px;
    box-shadow: 0px 0px 16px 0px rgba(0, 48, 116, 0.12);
}

.personal-popup.hidden {
  display: none;
}

.personal-popup .container, .personal-popup__block {
    display: flex;
    align-items: center;
}

.personal-popup__block {
  /* width: calc(100% - 180px); */
}

.personal-popup__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.personal-popup__text a {
  color: #fff;
  text-decoration: underline;
}

.personal-popup__text a:hover {
  text-decoration: none;
}

.personal-popup__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 2px;
    background: #9CC653;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

.events-mob {
  display: none;
}

@media (max-width: 1450px) {
	.tours__banner_one-tour_sea-walk{
		background-position-y: -8px !important;
	}
}
@media (max-width: 1280px) {
  .tours__banner {
    background-position: 0 -100px;
  }
  .tours__banner_one-tour {
    background-position-y: -27px;
  }
	.tours__banner_one-tour_sea-walk{
		background-position-y: 0 !important;
	}
	.one-event__map > iframe, .one-event__right-container .map  {
		max-width: 330px;
	}
  
  .events-slider .glide__arrow--left {
    left: -1em;
  }
  
  .events-slider .glide__arrow--right {
    right: -1em;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .project-slider .owl-stage {
    height: auto;
  }

  #projectsSlider .owl-item.active.half-opacity {
    opacity: 1;
  }

  #projectsSlider .owl-item {
    opacity: 1;
  }

  .index-section-projects .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .index-tab-content {
    grid-gap: 20px;
  }

  .index-main-slide .container h2, .index-main-slide .container .h2 {
    font-size: 40px;
  }

  .footer-plug {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tours__links-one-tour {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 64px;
  }
    .tours__img-one-tour{
        max-width: 100%;
	}
	.tours__nav{
        padding-top: 24px;
        padding-left: 20px;
    }
	.tours__banner {
		background-position: 0 -80px;
	}
	.tours__banner_one-tour {
		background-position-y: 0 !important;
	}
	.one-tour__wrapper-content{
		flex-direction: column-reverse;
	}
	.one-tour__publication-date > p {
		display: none;
	}
	.one-tour__other-tours .tours__links-one-tour{
		margin-left: 0;		
	}
	.events-filter .tours__types-recreation{
		flex-wrap: wrap;
		gap: 20px;
	}
	.events-filter .tours__sliders-block {
		flex-direction: column-reverse;
		gap: 24px;
	}
	.events-filter .tours__block-filters {
		margin-top: 18px !important;
		gap: 24px;
		margin-bottom: 9px;
	}
	  .one-event__wrapper-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	  }

	  .one-event__right-container {
		margin-top: 0;
	  }

	  .one-event__map iframe, .one-event__right-container .map  {
		max-width: 100%;
	  }
	.one-event__details-route svg {
		width: 2%;
	}
}
@media only screen and (max-width: 992px) {
  .guide {
    flex-wrap: wrap;
  }

  .guide__item {
    width: 100%;
    margin-right: 0;
    flex: unset;
    margin-bottom: 20px;
  }
  .guide__item:last-child {
    margin-bottom: 0;
  }
  .guide__item .link {
    padding: 30px;
    justify-content: flex-end;
  }
  .guide__item .link .title {
    position: static;
    padding: 0;
  }
  .guide__item .link .desc {
    position: static;
    padding: 0;
    opacity: 1;
  }
  .guide__item .link:hover .title, .guide__item .link:hover .desc {
    transform: none;
  }

  .footer-center {
    justify-content: flex-start;
  }

  .footer-nav {
    flex: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-nav:last-child {
    margin-bottom: 0;
  }
  .footer-nav:last-child ul {
    margin-bottom: 0;
  }

  .footer-center {
    flex-direction: column;
  }

  .index-main-slider .button {
    opacity: 1;
    visibility: visible;
  }

  .button_transparent {
    border-color: #6171B0;
    background-color: #6171B0;
  }
}
@media (max-width:912px){
    .tours__sliders-block{
        flex-direction: column;
    }
    .tours__select-block{
        flex-direction: column;
    }
}
@media (max-width:820px){
	#projectsSlider{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.project-card{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 48px
	}
	.project-card .icon{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  .index-tab-card .info .title {
    font-size: 24px;
  }

  .index-main-slide .container h2, .index-main-slide .container .h2 {
    font-size: 32px;
  }

  .index-main-slide .container {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .index-main-slide .container .subtitle {
    margin-bottom: 30px;
  }

  .index-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /*.index-section-projects {
    padding-bottom: 0;
  }*/

  .index-section__title {
    margin-bottom: 30px;
  }
  .index-section__title::before {
    margin-bottom: 10px;
  }

  .index-section__subtitle {
    margin-bottom: 24px;
  }

  footer {
    padding: 40px 0 48px 0;
  }

  .footer-nav {
    margin-bottom: 16px;
  }
  .footer-nav li {
    margin-bottom: 16px;
  }
  .footer-nav li a {
    font-size: 16px;
  }
  .footer-nav ul li a {
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 12px;
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .footer-bottom .copyrights {
    margin-right: 10px;
  }

  .index-banner-subscribe {
    height: auto;
    background-position: center;
  }

  .subscribe-content {
    height: auto;
    padding-bottom: 40px;
  }

  .index-banner-subscribe p {
    margin-bottom: 20px;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .header-socials {
    display: none;
  }

  header {
    background-color: #ffffff;
    position: fixed;
  }
  header.opened {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  header.opened > .container {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  header.fixed-mobile {
    position: fixed;
  }

  .header-top {
    border-bottom: none;
    height: 68px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-top .header-bottom__links {
    display: flex;
  }

  .mobile-menu {
    display: none;
    width: 100%;
    color: #000000;
    flex: 1;
    position: relative;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .mobile-menu:before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    height: 1px;
    background-color: #ECECEC;
    margin-bottom: 30px;
  }
  .mobile-menu.opened {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .mobile-menu .header-bottom__links {
    display: none;
  }
  .mobile-menu .header-socials {
    display: flex;
    margin-top: auto;
  }
  .mobile-menu .header-socials li {
    margin-right: 30px;
  }
  .mobile-menu .header-socials__link img {
    opacity: 1;
  }

  .mb-12 {
    margin-bottom: 12px !important;
  }

  .mobile-menu .header-nav {
    display: block;
    column-count: 1;
    width: 100%;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 220px);
    margin-left: 0;
  }
  .mobile-menu .header-nav li {
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-right: 0;
    margin-bottom: 26px;
    width: 100%;
  }
  .mobile-menu .header-nav li.default-hidden {
    display: none;
  }
  .mobile-menu .header-nav li:hover .header-nav__link {
    color: #111;
  }

  .header-nav__link {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    line-height: 1;
    justify-content: space-between;
    white-space: normal;
  }
  .header-nav__link svg {
    width: 15px;
    height: 8px;
    opacity: 0.7;
  }
  .header-nav__link svg path {
    fill: #111;
  }

  .header-lang-link + .dropdown-menu-wrapper {
    z-index: 1;
  }

  .dropdown-link:hover .header-nav__link svg, .dropdown-link:hover .header-lang-link svg {
    transform: rotate(0);
  }
  .dropdown-link:hover .header-nav__link svg path, .dropdown-link:hover .header-lang-link svg path {
    fill: #111;
  }
  .dropdown-link.active .header-nav__link svg, .dropdown-link.active .header-lang-link svg {
    transform: rotate(180deg);
  }

  .dropdown-menu-wrapper {
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .header-nav .dropdown-menu-wrapper {
    padding-top: 0;
    position: relative;
  }
  .header-nav .dropdown-menu-wrapper .dropdown-menu {
    width: 100%;
    padding: 0;
    position: relative;
    background-color: #F9F9F9;
    margin-top: 19px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 0;
    box-shadow: none;
  }
  .header-nav .dropdown-menu-wrapper .dropdown-menu li {
    margin-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-nav .dropdown-menu-wrapper .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  .header-nav .dropdown-menu-wrapper .dropdown-menu li:hover {
    background-color: #F9F9F9;
  }

  .header-nav .dropdown-menu__link {
    color: #111111;
    padding: 0;
  }
  .header-nav .dropdown-menu__link:hover {
    background-color: transparent;
  }

  .header-nav .dropdown-menu__link {
    font-size: 14px;
  }

  .news-section_right {
    display: none;
  }

  .section_gray-gradient {
    background: transparent;
  }

  .news-section_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news-section_left .owl-stage {
    padding-bottom: 40px;
    padding-top: 32px;
  }
  .news-section_left .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: -16px;
    margin-bottom: 32px;
  }
  .news-section_left .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ececec;
    margin-right: 8px;
  }
  .news-section_left .owl-dots .owl-dot.active {
    background-color: #cccccc;
  }
  .news-section_left .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .news-section_left .news-card {
    display: block;
  }
  .news-section_left .link img {
    width: auto;
  }

  .index-section-news {
    padding-bottom: 32px;
    background-color: #f9f9f9;
  }
  .index-section-news .index-section__title {
    margin-bottom: 0;
  }

  .news-button-wrap {
    display: block;
    text-align: center;
  }

  .modal-contact .modal-row {
    margin-top: 20px;
  }

  header.fixed {
    position: fixed;
    background: #FFFFFF;
    top: 0;
  }
  header.fixed .header-top {
    display: flex;
  }
  header.fixed .mobile-menu {
    background: transparent;
  }
  header.fixed .search-section {
    background: #ffffff;
  }

  header.mobile-opened {
    background-color: #ffffff;
  }

  .news-card .card-body {
    padding: 28px 24px 32px;
  }

  .news-card .card-body .link {
      margin-top: 24px;
  }

  .news-card .card-body .title {
    font-size: 20px;
  }

  .index-tabs-header__item {
    padding: 20px 14px 16px 14px;
    border-width: 4px;
  }

  .index-tab-title .title {
    font-size: 20px;
  }

  .index-tabs-body {
    margin-top: 30px;
  }

  .index-tabs-link {
    margin-top: 30px;
  }

  .index-tab-card .info {
    margin-top: 20px;
  }

  .index-tab-img-wrapper .img {
    padding: 14px;
  }

  .index-tab-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index-tab-content .index-tab-card:nth-child(n+3) {
    display: none;
  }

  .index-main-slider .button {
    visibility: visible;
    opacity: 1;
  }
  .index-main-slider .owl-nav {
    display: none;
  }
  .index-main-slider .owl-dots {
    bottom: 30px;
  }

  .index-section-projects .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index-banner-souvenirs .container {
    min-height: 320px;
  }
  .index-banner-souvenirs .container p {
    margin-bottom: 30px;
  }

  .index-banner-info {
    height: 260px;
  }

  .project-card {
    height: 350px;
    padding-top: 40px;
  }
  .project-card .icon {
    margin-bottom: 110px;
  }

  .guide__item .link .desc {
    margin-top: 5px;
  }

  .shadowed-search-form__input {
    font-size: 24px;
  }

  .dropdown-menu-wrapper {
    top: unset;
    box-shadow: none;
  }

  body.index header, body.index header:not(.opened) {
    background: white;
  }

  .header-nav li {
    height: unset;
  }

  .quote, .article .text .quote {
    padding: 20px 0;
  }

  .quote__text p, .article .text .quote__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  
	.docs__title {
		font-size: 32px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 12px;
	}
	
	.docs__subtitle {
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.docs__container {
		margin-bottom: 64px;
	}
	.tours__clear-filters{
		position: static;
		margin-right: 0;
		margin-left: auto;
	}
	.tours__banner {
		margin-top: 70px;
		background-position: 0 -55px;
	}
	 .tours__types-recreation_calendar{
		flex-wrap: wrap;
		gap: 20px !important;
	 }
	.events-filter .tours__block-filters {
		padding: 0 5px !important;
		margin-top: 18px !important;
	 }
	 .events-wrapper .index-calendar__col{
		 padding-left: 0;
		 padding-right: 0;
	 }
	 .breadcrumbs_events-page{
		 padding-top: 121px;
	 }
	 .events-wrapper .tours__select-block{
		 gap: 8px;
	 }
	 .events-wrapper .index-calendar__col {
		margin-bottom: 0;
	}
	.events-wrapper {
		padding-bottom: 49px;
	}
	.one-event__wrapper-title-page h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.one-event__map > iframe, .one-event__right-container .map  {
	  width: 100%;
	  height: 432px;
	}
	.one-event__wrapper {
		padding: 0 20px;
	}
	.one-event__left-container img {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
  .tours__routse-wrapper_routes .grid {
    margin-bottom: 56px;
    gap: 32px;
  }
  .tours__routse-wrapper_routes .grid a {
    width: 100%;
    margin-bottom: 8px;
  }
  .tours__routse-wrapper_routes .tours__sliders-block {
    gap: 24px;
  }
  .tours__brand-routes {
    display: none;
  }
}
@media (max-width: 768px) {
  .tours__wrapper_one-route .tours__banner_one-route {
    height: 380px;
  }
  .tours__wrapper_one-route .one-tuor__title-text {
    top: 230px;
    padding: 0 20px;
  }
  .tours__wrapper_one-route .one-tour__wrapper-content {
    padding-top: 32px;
    gap: 48px;
  }
  .tours__wrapper_one-route .one-tour__detils-right-block_one-route {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
  }
  .tours__wrapper_one-route .one-rout__additional-information {
    display: none;
  }
  .tours__wrapper_one-route .one-tour__one-resting-place h3 {
    margin-bottom: 0;
  }
  .tours__wrapper_one-route .one-tour__paragraph-block {
    margin-bottom: 32px;
  }
  .tours__wrapper_one-route .one-tour__green-button_one-route {
    margin-bottom: 0;
  }
  .tours__wrapper_one-route .one-tour__right-block_one-route {
    width: 100%;
  }
  .tours__wrapper_one-route .one-tour__left-block_one-route {
    width: 100%;
  }
  .tours__wrapper_one-route .one-tour__block-img {
    margin-bottom: 24px;
  }
  .tours__wrapper_one-route .one-tour__left-block_one-route .one-tour__one-resting-place h4 {
    margin-top: 40px;
  }
  .tours__wrapper_one-route .one-rout__description-stop .one-rout__grey-line {
    left: -95px;
    width: 30%;
  }
  .tours__wrapper_one-route .one-tour__left-block_one-route > div:not(:first-child) {
    margin-top: 32px;
  }
  .tours__wrapper_one-route .one-tour__other-tours_one-route .wrap {
    gap: 32px;
  }
  .tours__wrapper_one-route .one-tour__other-tours_one-route .wrap a {
    width: 100%;
    height: 276px;
  }
  .one-rout__info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
  }
  .tours__wrapper_one-route .one-rout__reach-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
  }
  .tours__wrapper_one-route .one-rout__reach-block h3 {
    margin: 0;
  }
  .tours__wrapper_one-route .one-rout__reach-block > div {
    gap: 20px;
  }
  .tours__wrapper_one-route .one-rout__reach-block .one-rout__one-reach {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .tours__wrapper_one-route .one-rout__take-block {
    padding: 24px 20px;
  }
  .tours__wrapper_one-route .one-rout__take-block > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .tours__wrapper_one-route .one-rout__take-block h3 {
    margin: 0;
  }
  .tours__wrapper_one-route .one-rout__take-block svg {
    margin: auto 0;
  }
  .one-tour__block-img_one-route-double-horizontally {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
  .one-tour__block-img_one-route-double-horizontally > div{
	width: 100%;
  }
  .one-tour__left-block_one-route #map iframe{
	height: 420px;
  }
	.excursions__other a {
		width: 100% !important;
	}
	.excursions__banner-title {
		top: 568px !important;
	}
	.excursions__paragraph-block_entry{
		margin-bottom: 32px;
	}
	.one-tour__block-img_excursions{
		gap: 16px !important;
	}
	.one-tour__block-img_excursions img{
		margin-top: 0 !important;
	}
	.one-rout__info-block_excursions{
		margin-top: 32px !important;
	}
	.excursions__organizational-details h3{
		margin-bottom: 24px;
	}
	.excursions__take-block{
		margin-top:24px;
	}
	.excursions__take-block h3{
		margin-bottom: 20px;
	}
	.excursions__take-list{
		gap:16px;
	}
	.excursions__map h3 {
		margin: 0;
	}
	.excursions__map .one-tour__paragraph-block {
		margin: 24px 0 20px;
	}
	.excursions__other{
		margin-bottom: 64px;
	}
	.excursions__other-paragraph{
		display: block;
		font-style: normal !important;
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 20px !important;
		color: #555555 !important;
		margin-bottom: 8px !important;
	}
  
    .docs-container {
      grid-template-columns: 1fr;
    }
    
    .docs-container__wrap .docs__title {
      text-align: start;
    }
    
    .events-slider {
      display: none;
    }
    
    .events-mob {
      display: flex;
      flex-direction: column;
      margin-bottom: 32px;
    }
    
    .personal-popup .container, .personal-popup__block {
      flex-direction: column;
    }
    
    .personal-popup__text {
      margin-bottom: 16px;
    }
    
    .personal-popup__button {
      width: 100%;
      margin-left: 0;
    }
}

@media only screen and (max-width: 540px) {
	.tours__banner {
		margin-top: 68px;
		background-position: 0 -40px;
	}
	.tours__types-recreation{
		gap: 46px;
	}
	.tours__types-recreation > div{
		flex-direction: column;
	}
	.tours__block-filters {
		gap: 24px;
		margin: 32px auto 40px;
	}
	.tours__sliders-block{
		gap: 20px;
	}
	.checkbox-group {
		margin-bottom: 0;
	}
	.tours__select-block{
		gap: 24px;
	}
	.tours__description-one-tour > div{
		gap: 4px;
	}
	.tours__links-one-tour{
		gap:32px;
	}
	.tours__main-title{
		font-size: 32px;
		line-height: 40px;
	}
	.one-tuor__title-banner{
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.one-tour__subtitle-banner{
		font-size: 16px;
		line-height: 24px;
	}
	.one-tour__block-price > div > span:first-child{
		font-size: 18px;
		line-height: 24px;
	}
	.one-tour__block-price > div > span:nth-child(2){
		font-size: 32px;
		line-height: 40px;
	}
	.tours__wrapper_one-tour p{
		font-size: 14px;
		line-height: 20px;
	}
	.one-tour__block-img_double{
		flex-direction: column;
	}
	.one-tour__wrapper-description-days{
		font-size: 16px;
		line-height: 24px;
	}
	.one-tuor__title-text{
	    top: 70%;	
	}
	.tours__wrapper_one-tour img {
		width: 100%;
		margin-top: 8px;
	}
	.one-tour__other-tours >div:nth-child(2){
		width: 100%;
	}
	.one-tour__wrapper-content{
		gap: 48px;
		padding-top: 32px;
		padding: 32px 20px 0;
		margin-bottom: 32px;
	}
	.one-tour__map-block iframe{
		max-width: 100%;
	}
	.one-tour__video video{
		height: 100%;
	}
	.one-tour__left-block > div:not(:first-child) {
		margin-top: 48px;
	}
	.one-tour__yamsky-islands-main-photo {
		margin-top: 0;
	}
	.one-tour__one-resting-place .one-tour__paragraph-block {
		margin: 48px 0 32px;
	}
	.one-tour__left-block h2{
		margin-bottom: 24px;
	}
	.one-tour__description-days{
		padding-left: 20px;
		padding-right: 20px;
	}
	.one-tour__description-days h2{
		margin-bottom: 0;
	}
	.one-tour__description-one-day h3{
		margin-bottom: 12px;
	}
	.one-tour__slider-block img{
		margin-top: 0;
	}
	.one-tour__other-tours{
		margin-top: 0;
		padding: 0 20px;
	}
	.one-tour__green-button_touroperator-website{
		margin-bottom: 64px;
	}
	.one-tour__other-tours >div:nth-child(2){
		gap: 24px;
	}
	.one-tour__other-tours img{
		margin-top: 0;
	}
	.one-tour__description-one-day svg {
		position: absolute;
		width: 10px;
	}
	.one-tour__description-one-day >div{
		margin-left: 32px;
	}
	.tours__banner_one-tour_river-rafting{
		background-position-x: -220px;
	}
	  .one-event__details-route svg {
		width: 6%;
	  }
	.calendar__wrapper-select-date {
	  position: relative;
	  width: 64%;
	}
  
  .events-slide__img {
    height: 209px;
  }
  
  .events-slide__block {
    flex-direction: column;
  }
  
  .events-slide__dates {
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 17px;
  }
  
  .events-slide__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-left {
    margin-bottom: 30px;
  }
  
  .article .text iframe {
    height: 200px;
    min-height: 200px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscribe-form .subscribe-form__input {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .modal-contacts-block {
    max-width: none;
  }

  .modal-body {
    padding: 15px 15px 30px 15px;
  }

  .index-tabs-header {
    flex-direction: column;
  }

  .index-tabs-header__item {
    width: auto;
  }

  .index-tab-content {
    display: flex;
    flex-direction: column;
  }

  .index-tab-content {
    grid-gap: 30px;
  }

  .index-tabs-link {
    font-size: 20px;
  }

  .index-tab-img-wrapper {
    height: 240px;
    padding-bottom: unset;
  }

  .index-tab-card .info {
    margin-top: 16px;
  }

  .index-tab-title .subtitle {
    display: none;
  }

  .index-tabs-header__item:first-child {
    border-radius: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
  }

  .index-tabs-header__item:last-child {
    border-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .news-card .img {
    height: 200px;
  }

  .header__logo img {
    max-width: 170px;
  }

  .header__logo .desktop {
    display: none;
  }
  .header__logo .mobile {
    display: block;
  }

  .mobile-menu .header-socials {
    width: 100%;
    justify-content: space-between;
  }
  .mobile-menu .header-socials li {
    margin-right: 0;
  }

  .footer-right {
    margin-top: 30px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-contact {
    margin-bottom: 16px;
  }
  .footer-contact > * {
    margin-bottom: 8px;
  }

  .guide__item {
    height: 200px;
  }

  .quote, .article .text .quote {
    flex-direction: column;
  }

  .quote::before, .article .text .quote::before {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .quote__text, .article .text .quote__text {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(156, 198, 83, .5);
    padding-top: 16px;
  }
}

@media only screen and (max-width: 414px) {
	.tours__banner {
		background-position: 0 -25px;
		height: 205px;
	}
	.tours__banner_one-tour{
		height: 380px !important;
	}
	.one-tuor__title-text {
		top: 40%;
	}
	.one-tuor__title-text_river-rafting{
		top: 58%;
	}
	.tours__nav_sea-walk{
		flex-wrap: wrap;
	}
	.one-tuor__title-text_sea-walk{
		top: 35%;
	}
	.excursions__banner-title {
		top: 528px !important;
	}
}

@media only screen and (max-width: 393px) {
	.tours__banner {
		background-position: 0 -23px;
		height: 195px;
	}
	.excursions__single-photo img{
		max-height: 213px
	}
}

@media only screen and (max-width: 375px) {
	.tours__banner {
		height: 188px;
	}
	.tours__links-one-tour a {
		width: 100%;
	}
}

@media only screen and (max-width: 360px) {
	.tours__banner {
		height: 179px;
	}
}

@media only screen and (max-width: 280px) {
	.tours__banner {
		height: 134px;
	}
	.tours__one-filter-slider {
		width: 248px;
	}
	.tours__types-recreation {
		gap: 33px;
	}
}