/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input,
button {
  -webkit-appearance: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.woff2") format("woff2"),
    url("../fonts/Impact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Great Day Personal Use";
  src: url("../fonts/GreatDayPersonalUse.woff2") format("woff2"),
    url("../fonts/GreatDayPersonalUse.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans 100";
  src: url("../fonts/MuseoSans-100.woff2") format("woff2"),
    url("../fonts/MuseoSans-100.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans 700";
  src: url("../fonts/MuseoSans-700.woff2") format("woff2"),
    url("../fonts/MuseoSans-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Great Day Bold Personal Use";
  src: url("../fonts/GreatDayBoldPersonalUse.woff2") format("woff2"),
    url("../fonts/GreatDayBoldPersonalUse.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EN MI CUADRA NADA CUADRA";
  src: url("../fonts/ENMICUADRANADACUADRA-Bold.woff2") format("woff2"),
    url("../fonts/ENMICUADRANADACUADRA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoboldExtra2";
  src: url("../fonts/GoboldExtra2.eot");
  src: url("../fonts/GoboldExtra2.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GoboldExtra2.woff") format("woff"),
    url("../fonts/GoboldExtra2.woff2") format("woff2"),
    url("../fonts/GoboldExtra2.ttf") format("truetype"),
    url("../fonts/GoboldExtra2.svg#GoboldExtra2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filmotype Leader";
  src: url("../fonts/FilmotypeLeader.woff2") format("woff2"),
    url("../fonts/FilmotypeLeader.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1260px;
}

.wide-container {
  margin: 0 30px;
}

.inner-container {
  max-width: 750px;
  margin: 0 auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #492f06;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: "Teko";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #a26b25;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

video,
img {
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  background: url("../img/fond.gif");
}

.impetus {
  font-family: "Impetus-Heavy";
}

.poppins {
  font-family: "Poppins";
}

.post-img-desc {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 45px;
  color: #492f06;
}

.green-note {
  color: #447850;
  font-family: "Impetus-Heavy";
  margin-right: 5px;
}

.section-title {
  font-family: "Impetus-Heavy";
  color: #fff;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 90px 0 30px;
  margin-bottom: 120px;
  z-index: 1;
}
.section-title span {
  font-size: 58px;
}
.section-title img {
  position: absolute;
  right: -100px;
  top: -120px;
}
.section-title:after {
  content: "";
  width: 100%;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0 100%);
  background: #447850;
  height: 105px;
  position: absolute;
  top: -18px;
  left: 0;
  z-index: -1;
}

.content {
  position: relative;
}

.top-img-content-mob,
.top-img-content {
  position: relative;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 390px;
}

.top-img-content-mob {
  display: none;
}

.page-title {
  background: url("../img/title_backgr.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  max-width: 610px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 182px;
  margin-left: auto;
  margin-right: 14%;
  position: absolute;
  top: -35px;
  right: 0;
}
.page-title h1 {
  font-size: 78px;
  font-family: "FilmotypeLeader";
  color: #492f06;
  font-weight: 400;
  text-indent: -30px;
}
.page-title p {
  font-family: "Teko";
  font-size: 24px;
  color: #447850;
}
.page-title p a {
  color: #447850;
  font-size: 24px;
  position: relative;
}
.page-title p a:not(:last-of-type):after {
  content: "-";
}

.link-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-pic p {
  font-weight: 500;
  font-size: 18px;
  color: #006837;
}

.link-pic-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: unset;
  margin-bottom: 25px;
}
.link-pic-h p {
  font-weight: 500;
  font-size: 18px;
  color: #006837;
}
.link-pic-h img {
  max-width: 85px;
  margin-right: 15px;
}
.link-pic-h p {
  max-width: 110px;
  font-size: 26px;
  line-height: 24px;
  font-weight: 500;
}

.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}

.more-button {
  display: none;
}

.video-link {
  position: relative;
  height: 230px;
}

.video {
  position: relative;
}
.video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 65px;
}
.video svg #Lozenge path {
  fill: rgba(0, 0, 0, 0.5);
}

.video:hover svg #Lozenge path {
  fill: #447850;
}

.green-bg {
  background: #889d7b;
}

.brown-bg {
  background: #af7e67;
}

.blue-bg {
  background: #9dbacf;
}

.grey-bg {
  background: #bac9c8;
}

.dark-green-bg {
  background: #215950;
}

.grey-brown-bg {
  background: #a0886d;
}

.yellow-bg {
  background: #e3dea7;
}

.light-blue-bg {
  background: #5d8a8d;
}

.imapct {
  font-family: "Impact";
}

.roboto {
  font-family: "Roboto";
}

.patrick {
  font-family: "Patrick Hand";
}

.gobold {
  font-family: "GoboldExtra2";
}

.up-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 1111;
  text-align: center;
}

.up-btn-text {
  font-weight: 500;
  font-size: 20px;
  color: #006837;
}

.up-btn img {
  width: 71px;
}

@media screen and (max-width: 1850px) {
  .page-title {
    margin-right: 20%;
  }
}

@media screen and (max-width: 1600px) {
  .page-title {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 150px;
  }
  .page-title h1 {
    font-size: 74px;
    text-indent: 0;
  }
}

@media screen and (max-width: 991px) {
  .up-btn {
    display: none;
  }
  .page-title {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: unset;
    right: 30px;
    top: -50px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 122px;
    font-size: 60px;
    padding: 0 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 350px;
  }
  .page-title h1 {
    font-size: 60px;
    position: relative;
    top: 4px;
  }
}

@media screen and (max-width: 688px) {
  .more-button {
    display: block;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 100px;
  }
  .more-button button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 35px;
    background: #447850;
    color: #fff;
    border: 0;
    font-family: "Impetus-Heavy";
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding: 0;
  }
  .section-title:after {
    top: unset;
    bottom: -20px;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
  }
  .section-title span {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  .page-title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 220px;
    top: -20px;
    height: 70px;
  }
  .page-title h1 {
    font-size: 42px;
    text-indent: -10px;
  }
  .top-img-content {
    display: none;
  }
  .top-img-content-mob {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 235px;
  }
}

@media screen and (max-width: 576px) {
  .section-title {
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .section-title span {
    font-size: 30px;
  }
  .section-title .girl {
    max-width: 166px;
    top: -80px;
    right: -50px;
  }
}

@media screen and (max-width: 480px) {
  .section-title {
    margin-bottom: 50px;
  }
  .page-title {
    right: 20px;
  }
  .wide-container {
    margin: 0 20px;
  }
  .wide-container .container {
    padding: 0;
  }
}

header {
  padding-top: 20px;
}
header .head-container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1920px;
}
header .head-container .head-wrap {
  display: grid;
  grid-template-columns: 365px 1fr 365px;
}
header .head-container .head-wrap .menu-wrap {
  max-width: 940px;
  margin: 0 auto;
}
header .head-container .head-wrap .menu-wrap .mobile-menu-button {
  display: none;
}
header .head-container .head-wrap .menu-wrap .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .head-container .head-wrap .menu-wrap .menu li {
  margin: 0 10px 15px;
}
header .head-container .head-wrap .menu-wrap .menu li a {
  font-weight: 500;
  font-size: 24px;
  color: #006837;
}
header .head-container .head-wrap .menu-wrap .menu li a:hover {
  text-decoration: underline;
}
header .head-container .head-wrap .menu-wrap .menu li:last-of-type {
  margin-right: 0;
}
header .head-container .head-wrap .menu-wrap .menu li.active a {
  color: #a26b25;
}
header .head-container .head-wrap .subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
header .head-container .head-wrap .subscribe .newsletters-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
header .head-container .head-wrap .subscribe .newsletters-wrap .newsletters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 24px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
}
header
  .head-container
  .head-wrap
  .subscribe
  .newsletters-wrap
  .newsletters
  span.desc-newsletter {
  display: block;
  max-width: 98px;
  text-align: right;
}
header
  .head-container
  .head-wrap
  .subscribe
  .newsletters-wrap
  .newsletters
  span.mob-newsletter {
  display: none;
}
header
  .head-container
  .head-wrap
  .subscribe
  .newsletters-wrap
  .newsletters
  img {
  display: block;
  max-width: 100px;
  position: relative;
  top: -30px;
}
header .head-container .head-wrap .subscribe .newsletters-wrap .music {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
header .head-container .head-wrap .subscribe .newsletters-wrap .music img {
  max-width: 105px;
}
header
  .head-container
  .head-wrap
  .subscribe
  .newsletters-wrap
  .newsletters:hover,
header .head-container .head-wrap .subscribe .newsletters-wrap .music:hover {
  color: #a26b25;
}
header .head-container .head-wrap .subscribe .languages {
  position: relative;
  top: -20px;
  z-index: 1;
}
header .head-container .head-wrap .subscribe .languages ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 82px;
}
header .head-container .head-wrap .subscribe .languages ul li a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
header .head-container .head-wrap .subscribe .languages ul li a:hover {
  color: #a26b25;
}
header .head-container .head-wrap .subscribe .languages ul li.current-lang a {
  color: #a56b25;
}
header .head-container .head-wrap .subscribe:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: -9%;
  left: -5%;
  background: url(../img/subscribe.png);
  background-repeat: no-repeat;
  height: 125%;
  width: 120%;
  background-size: contain;
}

header.main-header {
  position: relative;
}
header.main-header .main-header-img-mid,
header.main-header .main-header-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: -3;
  min-height: 1064px;
  max-height: 1064px;
  max-width: 1920px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header.main-header .main-header-img-mob,
header.main-header .main-header-img-mid {
  display: none;
}
header.main-header .head-wrap {
  overflow: hidden;
  padding: 30px;
  margin: -30px;
}
header.main-header .head-wrap .soc-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.main-header .head-wrap .soc-wrap a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header.main-header .head-wrap .soc-wrap a:not(:last-child) {
  margin-right: 15px;
}
header.main-header .head-wrap .soc-wrap a:not(:last-child) svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header.main-header .head-wrap .soc-wrap a:hover svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  fill: #a26b25;
}
header.main-header .logo-main {
  text-align: center;
  position: relative;
  top: -110px;
  z-index: -1;
}
header.main-header .note-main {
  text-align: center;
  position: relative;
  top: -80px;
  z-index: -1;
}
header.main-header .note-main .note-main-after-head {
  font-size: 66px;
  font-family: "FilmotypeLeader";
  color: #a26b25;
  visibility: hidden;
}
header.main-header .note-main .note-main-after-head.animate-text {
  visibility: visible;
}
header.main-header .note-main .note-main-after-head.animate-text span {
  opacity: 0;
}
header.main-header .images-wrap {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  margin-left: -30px;
  padding-top: 200px;
  margin-top: -200px;
  overflow: hidden;
}
header.main-header .images-wrap .images {
  position: relative;
  top: 20px;
}
header.main-header .images-wrap .images .main-header-img2 {
  position: relative;
  top: -175px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: unset;
}
header.main-header .images-wrap .images .main-header-img3 {
  position: absolute;
  top: -30px;
  left: 42%;
  width: 870px;
  height: auto;
  z-index: -2;
  max-width: 786px;
}
header.main-header .images-wrap .images .main-header-mid,
header.main-header .images-wrap .images .main-header-mobile {
  display: none;
}
header.main-header .text-under-bus {
  font-family: "Poppins";
  max-width: 610px;
  margin-left: auto;
  margin-right: -5%;
  margin-top: -575px;
  height: 355px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
header.main-header .text-under-bus p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

header.green-header {
  background: #447850;
  height: 160px;
}
header.green-header .head-container .head-wrap .menu-wrap .menu li a {
  color: #eeeeee;
}
header.green-header .head-container .head-wrap .menu-wrap .menu li.active a {
  color: #fff;
  text-decoration: underline;
}
header.green-header .head-container .subscribe:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: -9%;
  left: -5%;
  background: url(../img/subscribe-dark.png);
  background-repeat: no-repeat;
  height: 125%;
  width: 120%;
  background-size: contain;
}

header.third-header {
  background: url(../img/omnibus/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 160px;
}
header.third-header .logo {
  max-width: 160px;
}

audio {
  display: none;
}

@media screen and (max-width: 1850px) {
  header.main-header .text-under-bus {
    margin-right: -4%;
  }
  header.main-header .images-wrap .images {
    top: -20px;
  }
  header.main-header .main-header-img {
    min-height: 1110px;
    max-height: 1110px;
  }
  header.main-header .text-under-bus {
    margin-top: -600px;
  }
}

@media screen and (max-width: 1600px) {
  header.main-header .head-container .note-main {
    top: -45px;
  }
  header.main-header .head-container .menu-wrap .menu li {
    margin-left: 7px;
    margin-right: 7px;
  }
  header.main-header .head-container .menu-wrap .menu li a {
    font-size: 20px;
  }
  header.main-header .head-container .subscribe {
    right: -20px;
  }
  header.main-header .head-container .subscribe .newsletters-wrap .newsletters {
    font-size: 20px;
  }
  header.main-header
    .head-container
    .subscribe
    .newsletters-wrap
    .newsletters
    .newsletter-img {
    max-width: 85px;
  }
  header.main-header .head-container .subscribe .newsletters-wrap .music {
    font-size: 20px;
  }
  header.main-header .head-container .subscribe .newsletters-wrap .music img {
    max-width: 88px;
  }
  header.main-header .head-container .subscribe .languages ul {
    width: 70px;
  }
  header.main-header .head-container .subscribe .languages ul li a {
    font-size: 20px;
  }
  header.main-header .head-container .subscribe:after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    top: -12%;
    left: 2%;
  }
  header.main-header .text-under-bus p {
    font-size: 14px;
  }
  header .head-container .head-wrap .menu-wrap .menu li a {
    font-size: 19px;
  }
  header.main-header .text-under-bus {
    height: 268px;
  }
  header.main-header .logo-main {
    top: -60px;
  }
}

@media screen and (max-width: 1520px) {
  header.main-header .text-under-bus {
    margin-top: -500px;
  }
  header.main-header .images-wrap .images .main-header-img3 {
    top: 55px;
  }
  header.main-header .images-wrap .images .main-header-img2 {
    top: -90px;
  }
}

@media screen and (max-width: 1200px) {
  header .head-container .head-wrap {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
  }
  header .head-container .head-wrap .soc-wrap {
    margin-left: 0;
  }
  header .head-container .head-wrap .subscribe .newsletters-wrap .music,
  header .head-container .head-wrap .subscribe .newsletters-wrap .newsletters {
    font-size: 20px;
  }
  header .head-container .head-wrap .subscribe .newsletters-wrap .music img {
    max-width: 70px;
  }
  header
    .head-container
    .head-wrap
    .subscribe
    .newsletters-wrap
    .newsletters
    img {
    max-width: 90px;
    top: -20px;
  }
  header .head-container .head-wrap .subscribe .languages {
    top: -15px;
    right: -15px;
  }
  header .head-container .head-wrap .subscribe .languages ul {
    width: 70px;
  }
  header .head-container .head-wrap .subscribe .languages ul li a {
    font-size: 20px;
  }
  header .head-container .head-wrap {
    display: grid;
    grid-template-columns: 100px 1fr 300px;
  }
  header.main-header .head-container .subscribe:after {
    top: -9%;
    left: -6%;
  }
  header.main-header .images-wrap .images .main-header-img2 {
    left: 60%;
  }
}

@media screen and (max-width: 1000px) {
  header.main-header .text-under-bus {
    margin-top: -480px;
  }
}

@media screen and (max-width: 991px) {
  header .head-container .head-wrap {
    grid-template-columns: 1fr;
  }
  header .head-container .head-wrap .menu-wrap {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .head-container .head-wrap .menu-wrap .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    top: 16px;
    right: 30px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
  }
  header .head-container .head-wrap .menu-wrap .mobile-menu-button .line {
    display: block;
    height: 3px;
    background: transparent;
    position: relative;
    width: 100%;
  }
  header
    .head-container
    .head-wrap
    .menu-wrap
    .mobile-menu-button
    .line:before {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    top: -4px;
    left: 0;
    height: 3px;
    background: #447850;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  header .head-container .head-wrap .menu-wrap .mobile-menu-button .line:after {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    height: 3px;
    background: #447850;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  header
    .head-container
    .head-wrap
    .menu-wrap
    .mobile-menu-button.active
    .line:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    top: 0;
  }
  header
    .head-container
    .head-wrap
    .menu-wrap
    .mobile-menu-button.active
    .line:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    top: 0;
  }
  header .head-container .head-wrap .menu-wrap .menu {
    position: absolute;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 60px;
    background: #fff8e9;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 50px;
    z-index: 2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
  }
  header .head-container .head-wrap .menu-wrap .menu li:last-of-type {
    margin-bottom: 0;
  }
  header .head-container .head-wrap .menu-wrap .menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  header .head-container .head-wrap .subscribe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  header
    .head-container
    .head-wrap
    .subscribe
    .newsletters-wrap
    .newsletters
    span.desc-newsletter,
  header
    .head-container
    .head-wrap
    .subscribe
    .newsletters-wrap
    .newsletters
    .newsletter-img {
    display: none;
  }
  header .head-container .head-wrap .subscribe .newsletters-wrap .music {
    display: none;
  }
  header .head-container .head-wrap .subscribe .languages {
    top: 0;
    right: unset;
  }
  header .head-container .head-wrap .subscribe:after {
    display: none;
  }
  header.main-header .head-container .head-wrap .subscribe .languages ul li a,
  header.main-header .mob-newsletter {
    color: #447850;
  }
  header.main-header
    .head-container
    .head-wrap
    .subscribe
    .languages
    ul
    li
    a:hover,
  header.main-header .mob-newsletter:hover {
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  header.main-header
    .subscribe
    .newsletters-wrap
    .newsletters
    span.mob-newsletter {
    display: block;
  }
  header.main-header .images {
    top: 20px;
  }
  header.main-header .images-wrap .images .main-header-img2 {
    display: none;
  }
  header.main-header .images-wrap .images .main-header-mid {
    display: block;
    position: relative;
    top: -150px;
    z-index: -1;
    left: 70%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: unset;
    right: 0;
    max-width: 1300px;
  }
  header.main-header .images-wrap .images .main-header-img3 {
    width: 550px;
    top: 6px;
  }
  header.main-header .text-under-bus {
    margin-top: -100px;
    max-width: 100%;
    margin-right: unset;
    background: #f5e4c9;
    padding: 36px 15px;
    max-width: -webkit-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
    height: unset;
  }
  header.main-header .main-header-img {
    display: none;
  }
  header.main-header .main-header-img-mid {
    display: block;
    min-height: 610px;
  }
  header.third-header .logo-main,
  header.main-header .logo-main {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  header.main-header
    .head-container
    .head-wrap
    .subscribe
    .languages
    ul
    li.current-lang
    a {
    color: #a56b25;
  }
  header.main-header .head-container .note-main p {
    font-size: 48px;
  }
  header.main-header .head-container .subscribe {
    right: unset;
  }
  header.main-header .text-under-bus p {
    font-size: 16px;
  }
  header.green-header
    .head-container
    .head-wrap
    .menu-wrap
    .mobile-menu-button
    .line:before,
  header.green-header
    .head-container
    .head-wrap
    .menu-wrap
    .mobile-menu-button
    .line:after {
    background: #fff;
  }
  header.green-header .head-container .head-wrap .menu-wrap .menu li a {
    color: #447850;
  }
  header.green-header .head-container .head-wrap .menu-wrap .menu li.active a {
    color: #a56b25;
  }
  header.third-header .head-container .head-wrap .subscribe,
  header.green-header .head-container .head-wrap .subscribe {
    position: absolute;
    right: 30px;
    top: 40px;
  }
  header.third-header .head-container .head-wrap .subscribe .languages ul li a {
    color: #447850;
  }
  header.third-header
    .head-container
    .head-wrap
    .subscribe
    .languages
    ul
    li.current-lang
    a {
    color: #a56b25;
  }
}

@media screen and (max-width: 768px) {
  header.main-header .head-container .note-main p {
    font-size: 45px;
  }
}

@media screen and (max-width: 688px) {
  header.main-header .images-wrap .images .main-header-mid {
    left: 84%;
    top: -150px;
  }
  header.main-header .images-wrap .images .main-header-img3 {
    top: 10px;
  }
}

@media screen and (max-width: 640px) {
  header.third-header,
  header.green-header {
    height: 110px;
  }
  header.third-header .logo,
  header.green-header .logo {
    max-width: 96px;
  }
}

@media screen and (max-width: 480px) {
  header.main-header {
    overflow-x: hidden;
  }
  header .head-container {
    padding: 0 20px;
  }
  header.main-header .main-header-img-mid {
    display: none;
  }
  header.main-header .main-header-img-mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    max-height: 585px;
    min-height: 585px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  header.main-header .images-wrap .images .main-header-mid,
  header.main-header .images-wrap .images .main-header-img3 {
    display: none;
  }
  header.main-header .images-wrap .images .main-header-mobile {
    display: block;
    width: -webkit-calc(100% + 160px);
    width: calc(100% + 160px);
    max-width: unset;
    left: -60px;
    position: relative;
  }
  header.main-header .text-under-bus {
    margin-top: 0;
  }
  header.main-header .note-main .note-main-after-head {
    font-size: 40px;
  }
  header.main-header .logo-main {
    margin-top: 100px;
  }
  header.main-header .head-container .note-main {
    top: -15px;
  }
  header.main-header .text-under-bus {
    padding: 36px 20px;
  }
  header.main-header .head-container .note-main p {
    font-size: 30px;
  }
  header.main-header .main-header-img-mob {
    min-height: -webkit-calc(585px - 2%);
    min-height: calc(585px - 2%);
  }
  header .head-container .head-wrap .menu-wrap .mobile-menu-button {
    right: 20px;
  }
  header.third-header .head-container .head-wrap .subscribe,
  header.green-header .head-container .head-wrap .subscribe {
    right: 20px;
  }
}

footer {
  background: #447850;
  padding: 70px 0 60px;
}
footer .foot-wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Teko";
}
footer .foot-wrap a {
  display: block;
}
footer .foot-wrap .left-block img {
  margin-right: 25px;
  position: relative;
  top: 15px;
}
footer .foot-wrap .left-block span {
  color: #fff8e9;
  font-weight: 500;
  font-size: 14px;
}
footer .foot-wrap .left-block .bymoloko {
  display: none;
}
footer .foot-wrap .center-block p,
footer .foot-wrap .center-block a {
  color: #fff8e9;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.6px;
}
footer .foot-wrap .right-block a {
  color: #fff8e9;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  footer .foot-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .foot-wrap .center-block {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 45px;
  }
  footer .foot-wrap .center-block a,
  footer .foot-wrap .center-block p {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
  }
  footer .foot-wrap .left-block {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  footer .foot-wrap .left-block a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .foot-wrap .left-block a .logo-moloko {
    max-width: 55px;
    top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
  footer .foot-wrap .left-block .bymoloko {
    display: block;
    margin-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer .foot-wrap .right-block {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 576px) {
  footer {
    padding: 50px 0;
  }
}

.actuales-section {
  margin-top: 50px;
}
.actuales-section .actuales-wrap {
  overflow: hidden;
}
.actuales-section .actuales-wrap .top-actuale {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-height: 418px;
  height: 100%;
}
.actuales-section .actuales-wrap .top-actuale .img-wrap {
  overflow: hidden;
}
.actuales-section .actuales-wrap .top-actuale .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.actuales-section .actuales-wrap .top-actuale .title-actuale {
  background: #5d8a8d;
  color: #fff;
  font-size: 32px;
  padding-bottom: 80px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.actuales-section .actuales-wrap .top-actuale .title-actuale p {
  max-width: 333px;
  font-family: "GoboldExtra2";
  font-size: 42px;
  line-height: 50px;
}
.actuales-section .actuales-wrap .top-actuale:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.actuales-section .actuales-wrap .grid-actuales {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.actuales-section .actuales-wrap .grid-actuales .grid-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 290px;
}
.actuales-section .actuales-wrap .grid-actuales .grid-col .img-wrap {
  overflow: hidden;
  max-height: 350px;
}
.actuales-section .actuales-wrap .grid-actuales .grid-col .img-wrap img {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.actuales-section .actuales-wrap .grid-actuales .grid-col .grid-title {
  min-height: 185px;
  padding: 15px 25px;
}
.actuales-section .actuales-wrap .grid-actuales .grid-col .grid-title p {
  font-size: 30px;
  max-width: 240px;
  color: #fff;
}
.actuales-section .actuales-wrap .grid-actuales .grid-col:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.instagram-section {
  padding-top: 125px;
  overflow: hidden;
}
.instagram-section .section-title {
  padding-right: 290px;
}
.instagram-section .section-title img {
  right: 20px;
}
.instagram-section .slider-instagram {
  max-height: 240px;
}
.instagram-section .slider-instagram a.swiper-slide {
  max-height: 240px;
}
.instagram-section .slider-instagram a.swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .actuales-section .actuales-wrap .top-actuale {
    max-height: 375px;
  }
  .actuales-section .actuales-wrap .top-actuale .title-actuale p {
    font-size: 35px;
  }
  .instagram-section .slider-instagram a.swiper-slide,
  .instagram-section .slider-instagram {
    max-height: 200px;
  }
  .actuales-section {
    padding-top: 150px;
    margin-top: 0;
  }
}

@media screen and (max-width: 688px) {
  .actuales-section .actuales-wrap .top-actuale {
    grid-template-columns: 1fr;
    max-height: 518px;
  }
  .actuales-section .actuales-wrap .top-actuale .title-actuale {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 43px;
    padding-top: 60px;
  }
  .actuales-section .actuales-wrap .grid-actuales .grid-col .img-wrap {
    max-height: 400px;
    height: 100%;
  }
  .actuales-section .actuales-wrap .grid-actuales .grid-col .img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
  .actuales-section .actuales-wrap .grid-actuales .grid-col {
    max-width: 100%;
  }
  .instagram-section .section-title {
    padding-right: 150px;
  }
  .instagram-section .section-title .girl {
    max-width: 200px;
    right: -60px;
  }
}

@media screen and (max-width: 576px) {
  .instagram-section .section-title {
    padding-right: 130px;
  }
  .instagram-section .section-title .girl {
    max-width: 165px;
    right: -45px;
    top: -118px;
  }
  .actuales-section .section-title .girl {
    top: -91px;
  }
  .actuales-section .actuales-wrap .grid-actuales .grid-col {
    display: none;
  }
  .actuales-section .actuales-wrap .grid-actuales .grid-col.active {
    display: block;
  }
  .actuales-section .actuales-wrap .top-actuale .title-actuale p {
    font-size: 48px;
    max-height: 150px;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .actuales-section .actuales-wrap .grid-actuales {
    margin-top: 80px;
  }
  .actuales-section .section-title .girl {
    right: -30px;
  }
  .actuales-section .actuales-wrap .grid-actuales .grid-col .grid-title p {
    font-size: 38px;
  }
  .actuales-section .actuales-wrap .top-actuale .title-actuale p {
    font-size: 42px;
  }
  .instagram-section,
  .actuales-section {
    overflow-x: hidden;
  }
  .actuales-section .section-title .girl {
    top: -80px;
    right: -43px;
  }
  .instagram-section .section-title {
    padding-right: 90px;
  }
  .instagram-section .section-title .girl {
    right: -50px;
  }
}

@media screen and (max-width: 450px) {
  .instagram-section .container,
  .actuales-section .container {
    padding: 0;
  }
  .actuales-section .actuales-wrap .grid-actuales,
  .actuales-section .actuales-wrap .grid-actuales .grid-col {
    width: 100% !important;
  }
  .instagram-section .slider-instagram a.swiper-slide,
  .instagram-section .slider-instagram {
    max-height: 375px;
  }
  .instagram-section .slider-instagram {
    margin-bottom: 145px;
  }
}

@media screen and (max-height: 800px) and (min-width: 991px) {
  header.main-header .main-header-img {
    min-height: 900px;
    max-height: 900px;
  }
  header.main-header .images-wrap .images {
    top: -60px;
  }
  header.main-header .text-under-bus {
    margin-top: -550px;
  }
}

.new-content {
  position: relative;
  padding-top: 40px;
  font-family: "Poppins";
  margin-top: -380px;
}
.new-content .back-page {
  position: absolute;
  left: 0;
  top: 25px;
  max-width: 140px;
}
.new-content h1 {
  text-align: center;
  max-width: 578px;
  margin: 0 auto;
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  line-height: 70px;
  font-family: "GoboldExtra2";
  margin-bottom: 50px;
}
.new-content h4 {
  color: #5d8a8d;
  font-size: 35px;
  margin-bottom: 30px;
}
.new-content h4:not(:first-of-type) {
  margin-top: 70px;
}
.new-content p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #534741;
}
.new-content p b {
  color: #5d8a8d;
}

@media screen and (max-width: 991px) {
  .new-content h1 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 40px;
  }
  .new-content .back-page {
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .new-content {
    margin-top: -300px;
  }
  .new-content h1 {
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .news .top-img-content-mob {
    min-height: 320px;
  }
}

@media screen and (max-width: 576px) {
  .new-content {
    margin-top: -300px;
  }
  .new-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .new-content h4 {
    font-size: 28px;
  }
}

.activities header.green-header .head-container .subscribe:after {
  background: url(../img/bg-kletka.png);
}

.activities .wide-container {
  margin: 0;
  padding-top: 100px;
  margin-top: -100px;
}

.activities-content {
  overflow-x: hidden;
  font-family: "Poppins";
}
.activities-content p {
  font-size: 16px;
  line-height: 26px;
  color: #534741;
}
.activities-content .voyage-1 .section-title {
  margin-top: 30px;
  margin-bottom: 150px;
}
.activities-content .voyage-1 .section-title .girl {
  right: -120px;
}
.activities-content .voyage-1 .voyage-1-title {
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  left: 0;
  top: -40px;
}
.activities-content .voyage-1 .voyage-wrap {
  display: grid;
  grid-template-columns: 60% 40%;
}
.activities-content .voyage-1 .voyage-wrap .img-wrap {
  position: relative;
  width: 600px;
  height: 600px;
  left: 150px;
}
.activities-content .voyage-1 .voyage-wrap .img-wrap .televizor {
  height: 380px;
  position: relative;
}
.activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .tel-bg {
  position: absolute;
  z-index: -1;
  width: 44vw;
  max-width: 44vw;
  right: -90px;
  width: 44vw;
  max-width: 44vw;
  bottom: -100px;
}
.activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .tel-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .swiper-tel {
  position: absolute;
  max-width: 300px;
  max-height: 275px;
  height: 100%;
  left: 15px;
  top: 45px;
}
.activities-content
  .voyage-1
  .voyage-wrap
  .img-wrap
  .televizor
  .swiper-tel
  .swiper-slide
  img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(15deg);
  -ms-transform: translateY(15deg);
  transform: translateY(15deg);
}
.activities-content .voyage-1 .voyage-wrap .tel {
  display: block;
  width: 44vw;
  height: 14.5vw;
  position: absolute;
  bottom: -200px;
}
.activities-content .voyage-1 .voyage-wrap .voyage-desc {
  position: relative;
}
.activities-content .voyage-1 .voyage-wrap .voyage-desc p {
  margin-bottom: 35px;
}
.activities-content .voyage-1 .voyage-wrap .desc-img {
  content: "";
  z-index: -2;
  position: absolute;
  left: -10.7vw;
  top: -10.7vw;
  width: 1395px;
  max-width: 1395px;
  height: 687px;
  display: block;
}
.activities-content .voyage-1 .voyage-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -200px;
  left: -350px;
  font-family: "Teko";
  color: #006837;
}
.activities-content .voyage-1 .voyage-buttons .lupa {
  position: relative;
}
.activities-content .voyage-1 .voyage-buttons .lupa a {
  position: absolute;
  top: 100px;
  right: 50px;
  font-size: 44px;
  max-width: 190px;
  line-height: 38px;
  text-align: center;
  color: #006837;
}
.activities-content .voyage-1 .voyage-buttons .lupa:hover a {
  font-size: 48px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.activities-content .voyage-1 .voyage-buttons .pechat {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 100px;
  margin-right: 40px;
}
.activities-content .voyage-1 .voyage-buttons .pechat p {
  font-size: 28px;
  color: #006837;
  text-align: center;
  max-width: 164px;
  margin: 0 auto;
  font-weight: 500;
}
.activities-content .voyage-1 .voyage-buttons .commander-paper {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 20px;
}
.activities-content .voyage-1 .voyage-buttons .commander-paper p {
  position: absolute;
  font-size: 28px;
  color: #006837;
  max-width: 128px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.activities-content .voyage-1 .voyage-buttons-img-mob {
  display: none;
}
.activities-content .voyage-1 .voyage-1-buttos {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  max-width: 38.4vw;
  bottom: 180px;
  z-index: -1;
  left: 62%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.activities-content .voyage-2 {
  position: relative;
  top: -200px;
}
.activities-content .voyage-2 .section-title {
  padding-right: 130px;
}
.activities-content .voyage-2 .section-title .girl {
  right: -90px;
}
.activities-content .voyage-2 .voyage-2-title {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 65%;
  height: 100%;
  right: 0;
  top: -30px;
}
.activities-content .voyage-2 .voyage-2-buttos-mob {
  display: none;
}
.activities-content .voyage-2 .voyage-wrap {
  display: grid;
  grid-template-columns: 40% 60%;
}
.activities-content .voyage-2 .voyage-wrap .img-wrap {
  width: 35.3vw;
}
.activities-content .voyage-2 .voyage-wrap .img-wrap img {
  position: relative;
  left: -10.7vw;
}
.activities-content .voyage-2 .voyage-wrap .voyage-desc {
  margin-top: 20px;
  position: relative;
}
.activities-content .voyage-2 .voyage-wrap .voyage-desc p {
  margin-bottom: 35px;
}
.activities-content .voyage-2 .voyage-wrap .desc-img {
  z-index: -2;
  position: absolute;
  left: -17.7vw;
  top: -10.7vw;
  width: 1230px;
  max-width: 1230px;
  height: 644px;
  display: block;
}
.activities-content .voyage-2 .voyage-buttons {
  position: relative;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
}
.activities-content .voyage-2 .voyage-buttons .photoaparat,
.activities-content .voyage-2 .voyage-buttons .pechat-apparat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.activities-content .voyage-2 .voyage-buttons .photoaparat p,
.activities-content .voyage-2 .voyage-buttons .pechat-apparat p {
  font-size: 28px;
  color: #447850;
  margin-top: 15px;
  font-weight: 500;
}
.activities-content .voyage-2 .voyage-buttons .photoaparat img,
.activities-content .voyage-2 .voyage-buttons .pechat-apparat img {
  height: 115px;
  max-width: 160px;
}
.activities-content .voyage-2 .voyage-buttons .photoaparat {
  margin-right: 40px;
}
.activities-content .voyage-2 .voyage-2-buttos {
  content: "";
  display: block;
  width: 115%;
  position: absolute;
  max-width: 38.4vw;
  z-index: -1;
  top: 40px;
  left: -30px;
}
.activities-content .voyage-3 {
  margin-bottom: 150px;
}
.activities-content .voyage-3 .voyage-3-title {
  position: absolute;
  z-index: -1;
  display: block;
  width: 85%;
  height: 100%;
  right: 60px;
  top: 35px;
}
.activities-content .voyage-3 .voyage-wrap {
  display: grid;
  grid-template-columns: 60% 40%;
}
.activities-content .voyage-3 .voyage-wrap .img-wrap {
  width: 35.3vw;
}
.activities-content .voyage-3 .voyage-wrap .img-wrap .voyage-3-desc-img {
  position: relative;
  left: 0;
}
.activities-content .voyage-3 .voyage-wrap .img-wrap .voyage-3-mob-img {
  display: none;
}
.activities-content .voyage-3 .voyage-wrap .voyage-desc {
  margin-top: 20px;
  position: relative;
}
.activities-content .voyage-3 .voyage-wrap .voyage-desc p {
  margin-bottom: 35px;
}
.activities-content .voyage-3 .voyage-wrap .desc-img {
  z-index: -2;
  position: absolute;
  left: -3.7vw;
  top: -9vw;
  width: 1335px;
  max-width: 1335px;
  height: 533px;
  display: block;
}
.activities-content .voyage-3 .voyage-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 45px;
  min-width: 300px;
}
.activities-content .voyage-3 .voyage-buttons .photoaparat,
.activities-content .voyage-3 .voyage-buttons .pechat-apparat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.activities-content .voyage-3 .voyage-buttons .photoaparat p,
.activities-content .voyage-3 .voyage-buttons .pechat-apparat p {
  font-size: 28px;
  color: #447850;
  margin-top: 15px;
  font-weight: 500;
}
.activities-content .voyage-3 .voyage-buttons .photoaparat img,
.activities-content .voyage-3 .voyage-buttons .pechat-apparat img {
  height: 115px;
  max-width: 165px;
}
.activities-content .voyage-3 .voyage-buttons .photoaparat {
  margin-right: 60px;
}
.activities-content .voyage-3 .voyage-3-buttos {
  content: "";
  display: block;
  width: 115%;
  position: absolute;
  max-width: 38.4vw;
  z-index: -1;
  top: 40px;
  left: -30px;
}
.activities-content .voyage-3 .voyage-3-buttos-mob {
  display: none;
}
.activities-content .voyage-4 {
  margin-bottom: 100px;
}
.activities-content .voyage-4 .section-title {
  padding-right: 250px;
}
.activities-content .voyage-4 .voyage-wrap {
  display: grid;
  grid-template-columns: 40% 60%;
}
.activities-content .voyage-4 .voyage-wrap .img-wrap {
  width: 32.7vw;
}
.activities-content .voyage-4 .voyage-wrap .img-wrap img {
  position: relative;
  left: -10.7vw;
}
.activities-content .voyage-4 .voyage-wrap .voyage-desc {
  margin-top: 20px;
  position: relative;
}
.activities-content .voyage-4 .voyage-wrap .voyage-desc p {
  margin-bottom: 35px;
}
.activities-content .voyage-4 .voyage-wrap .desc-img {
  content: "";
  z-index: -2;
  position: absolute;
  left: -15.7vw;
  top: -10.7vw;
  width: 1088px;
  max-width: 1088px;
  height: 560px;
  display: block;
}
.activities-content .voyage-4 .voyage-buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.activities-content .voyage-4 .voyage-buttons .photoaparat,
.activities-content .voyage-4 .voyage-buttons .pechat-apparat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.activities-content .voyage-4 .voyage-buttons .photoaparat p,
.activities-content .voyage-4 .voyage-buttons .pechat-apparat p {
  font-size: 28px;
  color: #447850;
  margin-top: 15px;
  font-weight: 500;
}
.activities-content .voyage-4 .voyage-buttons .photoaparat img,
.activities-content .voyage-4 .voyage-buttons .pechat-apparat img {
  height: 115px;
  max-width: 160px;
}
.activities-content .voyage-4 .voyage-buttons .photoaparat {
  margin-right: 40px;
}
.activities-content .voyage-4 .voyage-4-buttos {
  display: block;
  width: 180%;
  position: absolute;
  max-width: 16.6vw;
  z-index: -1;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.activities-content .voyage-4 .voyage-4-buttos-mob {
  display: none;
}

@media screen and (max-width: 1850px) {
  .activities-content .voyage-4 .voyage-wrap .desc-img {
    left: -5.7vw;
  }
  .activities-content .voyage-4 .voyage-wrap .img-wrap img {
    left: -5.7vw;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap {
    left: 50px;
  }
  .activities-content .voyage-1 .voyage-wrap .desc-img {
    top: -12.7vw;
  }
  .activities-content .voyage-2 {
    top: -100px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 1600px) {
  .page-title p a {
    font-size: 20px;
  }
  .activities-content p {
    font-size: 13px;
  }
  .activities .section-title:after {
    height: 90px;
    top: -16px;
  }
  .activities .section-title span {
    font-size: 48px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap {
    height: 450px;
    width: 500px;
    left: 60px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .tel-bg {
    right: -30px;
    bottom: -30px;
  }
  .activities-content .voyage-1 .voyage-wrap .desc-img {
    max-width: 1162px;
    width: 1162px;
    height: 570px;
    left: -6vw;
    top: -11vw;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .swiper-tel {
    position: absolute;
    max-width: 255px;
    max-height: 235px;
    height: 100%;
    left: 10px;
    top: 35px;
  }
  .activities-content
    .voyage-1
    .voyage-wrap
    .img-wrap
    .televizor
    .swiper-tel
    .swiper-slide
    img {
    max-width: 250px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa {
    max-width: 430px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa a {
    font-size: 36px;
    line-height: 31px;
    top: 65px;
    right: 32px;
    max-width: 150px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa:hover a {
    font-size: 38px;
  }
  .activities-content .voyage-1 .voyage-buttons .pechat img {
    max-width: 215px;
  }
  .activities-content .voyage-1 .voyage-buttons {
    left: -200px;
    top: -160px;
  }
  .activities-content .voyage-1 .voyage-buttons .pechat {
    top: 60px;
  }
  .activities-content .voyage-1 .voyage-1-buttos {
    left: 52%;
    bottom: 110px;
  }
  .activities-content .voyage-2 .voyage-buttons {
    top: 115px;
  }
  .activities-content .voyage-2 .voyage-wrap .img-wrap img {
    position: relative;
    left: -7.7vw;
  }
  .activities-content .voyage-3 .voyage-wrap .desc-img {
    height: 31vw;
    width: 80vw;
  }
  .activities-content .voyage-3 .voyage-buttons {
    bottom: 15px;
    position: relative;
  }
  .activities-content .voyage-4 .voyage-wrap .desc-img {
    height: 32vw;
  }
  header .head-container .head-wrap {
    display: grid;
    grid-template-columns: 167px 1fr 365px;
  }

  .head-wrap .logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .activities-content .voyage-1 .voyage-1-buttos {
    max-width: 75%;
  }
  .activities-content .voyage-1 .voyage-wrap .desc-img {
    top: -14vw;
  }
  .activities-content .voyage-1 .voyage-buttons {
    top: -100px;
  }
  .activities-content .voyage-2 .voyage-buttons .voyage-2-buttos {
    max-width: 400px;
  }
  .activities-content .voyage-3 .voyage-buttons .voyage-3-buttos {
    max-width: 500px;
  }
  .activities-content .voyage-4 .voyage-buttons {
    margin-top: 0;
  }
  .activities-content .voyage-4 .voyage-buttons .voyage-4-buttos {
    max-width: 350px;
    width: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .tel-bg {
    width: 84vw;
    max-width: 84vw;
  }
  .links-activities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    position: relative;
    margin-bottom: 70px;
  }
  .links-activities a {
    text-align: right;
    font-size: 26px;
    color: #447850;
    font-weight: 500;
    line-height: 32px;
  }
  .activities-content .voyage-1 .voyage-wrap,
  .activities-content .voyage-2 .voyage-wrap,
  .activities-content .voyage-3 .voyage-wrap,
  .activities-content .voyage-4 .voyage-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .activities-content .voyage-1 .voyage-wrap .voyage-desc,
  .activities-content .voyage-2 .voyage-wrap .voyage-desc,
  .activities-content .voyage-3 .voyage-wrap .voyage-desc,
  .activities-content .voyage-4 .voyage-wrap .voyage-desc {
    position: relative;
  }
  .activities-content .voyage-1 .voyage-wrap .voyage-desc:after,
  .activities-content .voyage-2 .voyage-wrap .voyage-desc:after,
  .activities-content .voyage-3 .voyage-wrap .voyage-desc:after,
  .activities-content .voyage-4 .voyage-wrap .voyage-desc:after {
    content: "";
    display: block;
    top: -60px;
    left: -60px;
    height: -webkit-calc(100% + 120px);
    height: calc(100% + 120px);
    z-index: -1;
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    background: #a9cf9b;
    opacity: 0.7;
    position: absolute;
  }
  .activities-content .voyage-1 .voyage-wrap .voyage-desc .desc-img,
  .activities-content .voyage-2 .voyage-wrap .voyage-desc .desc-img,
  .activities-content .voyage-3 .voyage-wrap .voyage-desc .desc-img,
  .activities-content .voyage-4 .voyage-wrap .voyage-desc .desc-img {
    display: none;
  }
  .activities-content .voyage-1 .voyage-wrap .voyage-desc:after {
    background: #bacdbe;
  }
  .activities-content .voyage-1 .section-title {
    margin-bottom: 50px;
  }
  .activities-content .voyage-1 .section-title .girl {
    right: -75px;
    top: -115px;
    max-width: 200px;
  }
  .activities-content .voyage-1 .voyage-1-buttos {
    max-width: 75vw;
    left: 0;
    top: 150px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .activities-content .voyage-1 .voyage-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: unset;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    top: -150px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa {
    height: 150px;
    left: -100px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa a {
    right: 125px;
    top: 35px;
    font-size: 24px;
    line-height: 18px;
    font-weight: 500;
    max-width: 90px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa img {
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    position: relative;
    top: -150px;
    min-width: 345px;
    height: 300px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa:hover a {
    font-size: 26px;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper {
    margin-top: 0;
    top: -100px;
    margin-left: 150px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper p {
    font-size: 21px;
    max-width: 115px;
    line-height: 18px;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper img {
    max-width: 150px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .activities-content .voyage-1 .voyage-buttons .pechat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    top: -80px;
  }
  .activities-content .voyage-1 .voyage-buttons .pechat p {
    font-size: 21px;
    line-height: 18px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap {
    margin-left: auto;
    left: unset;
    margin-right: -50px;
  }
  .activities-content .voyage-2 {
    top: -200px;
    margin-bottom: 0;
  }
  .activities-content .voyage-2 .section-title {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .activities-content .voyage-2 .section-title .girl {
    right: -40px;
    max-width: 200px;
    top: -92px;
  }
  .activities-content .voyage-2 .voyage-buttons {
    top: 50px;
    left: unset;
    margin-right: auto;
  }
  .activities-content .voyage-2 .voyage-wrap .img-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .activities-content .voyage-2 .voyage-wrap .img-wrap img {
    left: unset;
    width: 100%;
  }
  .activities-content .voyage-3 .section-title {
    margin-top: 0;
    margin-bottom: 50px;
    padding-right: 65px;
  }
  .activities-content .voyage-3 .section-title .girl {
    max-width: 150px;
  }
  .activities-content .voyage-3 .voyage-wrap .img-wrap {
    width: 100%;
  }
  .activities-content .voyage-3 .voyage-buttons {
    margin-left: auto;
  }
  .activities-content .voyage-4 .section-title {
    margin-bottom: 50px;
  }
  .activities-content .voyage-4 .voyage-wrap .img-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .activities-content .voyage-4 .voyage-wrap .img-wrap img {
    left: unset;
    width: 100%;
  }
  .activities-content .voyage-4 .voyage-buttons {
    margin-right: auto;
  }
  .activities-content p {
    font-size: 16px;
  }
  .activities .section-title:after {
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
  }
  .activities .wide-container {
    margin-top: -200px;
  }
}

@media screen and (max-width: 920px) {
  .links-activities {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .activities .section-title span {
    font-size: 32px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .swiper-tel {
    top: 25px;
    max-height: 180px;
    max-width: 190px;
  }
  .activities-content
    .voyage-1
    .voyage-wrap
    .img-wrap
    .televizor
    .swiper-tel
    .swiper-slide
    img {
    max-width: 190px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .tel-bg {
    bottom: 60px;
    max-width: 75vw;
    width: 75vw;
  }
  .activities-content .voyage-1 .section-title .girl {
    max-width: 200px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap {
    width: 380px;
  }
  .activities-content .voyage-1 .voyage-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin-top: 40px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa {
    left: -50px;
  }
  .activities-content .voyage-1 .voyage-buttons .voyage-1-buttos {
    display: none;
  }
  .activities-content .voyage-1 .voyage-buttons .voyage-buttons-img-mob {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    max-width: 38.4vw;
    bottom: 90px;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .activities-content .voyage-2 .section-title .girl {
    max-width: 200px;
    top: unset;
    bottom: -20px;
  }
  .activities-content .voyage-2 .section-title .voyage-2-title {
    top: -35px;
  }
  .activities-content .voyage-3 .section-title {
    margin-bottom: 50px;
    padding-right: 65px;
  }
  .activities-content .voyage-3 .section-title .girl {
    max-width: 150px;
  }
  .activities-content .voyage-4 .section-title {
    margin-bottom: 50px;
    padding-right: 200px;
  }
  .activities-content .voyage-4 .section-title .girl {
    max-width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .activities-content .voyage-1 .voyage-buttons .pechat {
    margin-right: 0;
  }
  .activities-content .voyage-1 .voyage-buttons .pechat img {
    max-width: 180px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa {
    width: 150px;
    left: 50px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa a {
    right: 28px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa img {
    left: -180px;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper {
    margin-left: 100px;
  }
}

@media screen and (max-width: 576px) {
  .links-activities {
    margin-top: 80px;
  }
  .activities-content .voyage-1 .voyage-buttons {
    margin-top: 50px;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper {
    margin-left: 70px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa {
    left: 0;
  }
  .activities-content .voyage-1 .voyage-buttons .voyage-buttons-img-mob {
    max-width: 275px;
  }
  .activities-content .voyage-4 .section-title .girl {
    max-width: 245px;
    top: -108px;
  }
}

@media screen and (max-width: 480px) {
  .activities-content .voyage-1 .section-title,
  .activities-content .voyage-2 .section-title,
  .activities-content .voyage-3 .section-title,
  .activities-content .voyage-4 .section-title {
    margin-left: -20px;
  }
  .activities .wide-container .container {
    padding: 0 20px;
  }
  .activities-content .voyage-1 .section-title {
    margin-left: -20px;
  }
  .activities-content .voyage-1 .section-title .girl {
    right: -50px;
    top: -108px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor {
    height: 480px;
  }
  .activities-content .voyage-1 .voyage-wrap .img-wrap .televizor .tel-bg {
    bottom: 100px;
    right: 0px;
    max-width: 500px;
    width: 500px;
  }
  .activities-content .voyage-1 .voyage-buttons {
    padding-top: 120px;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper {
    margin-left: 20px;
  }
  .activities-content .voyage-1 .voyage-buttons .pechat {
    right: -30px;
  }
  .activities-content .voyage-2 .voyage-2-buttos-mob,
  .activities-content .voyage-3 .voyage-3-buttos-mob,
  .activities-content .voyage-4 .voyage-4-buttos-mob {
    display: block;
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    min-width: 320px;
  }
  .activities-content .voyage-2 .voyage-2-buttos,
  .activities-content .voyage-3 .voyage-3-buttos,
  .activities-content .voyage-4 .voyage-4-buttos {
    display: none;
  }
  .activities .activities-content .voyage-2 .voyage-buttons,
  .activities .activities-content .voyage-3 .voyage-buttons,
  .activities .activities-content .voyage-4 .voyage-buttons {
    min-width: unset;
  }
  .activities .activities-content .voyage-2 .voyage-buttons .photoaparat img,
  .activities .activities-content .voyage-2 .voyage-buttons .pechat-apparat img,
  .activities .activities-content .voyage-3 .voyage-buttons .photoaparat img,
  .activities .activities-content .voyage-3 .voyage-buttons .pechat-apparat img,
  .activities .activities-content .voyage-4 .voyage-buttons .photoaparat img,
  .activities
    .activities-content
    .voyage-4
    .voyage-buttons
    .pechat-apparat
    img {
    max-width: 100%;
    height: auto;
  }
  .activities .activities-content .voyage-2 .voyage-buttons a p,
  .activities .activities-content .voyage-3 .voyage-buttons a p,
  .activities .activities-content .voyage-4 .voyage-buttons a p {
    color: #fff;
    max-width: 116px;
    text-align: center;
  }
  .activities-content .voyage-2 .voyage-wrap .img-wrap {
    width: -webkit-calc(100% + 120px);
    width: calc(100% + 120px);
    left: -60px;
    position: relative;
  }
  .activities-content .voyage-2 .voyage-buttons .photoaparat,
  .activities-content .voyage-3 .voyage-buttons .photoaparat {
    margin-right: 30px;
    position: relative;
    top: -10px;
  }
  .activities-content .voyage-2 .voyage-buttons .photoaparat p,
  .activities-content .voyage-3 .voyage-buttons .photoaparat p {
    margin-top: 0;
  }
  .activities-content .voyage-2 .voyage-buttons .pechat-apparat,
  .activities-content .voyage-3 .voyage-buttons .pechat-apparat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    top: 20px;
  }
  .activities-content .voyage-2 .voyage-wrap .img-wrap .voyage-3-desc-img,
  .activities-content .voyage-3 .voyage-wrap .img-wrap .voyage-3-desc-img {
    display: none;
  }
  .activities-content .voyage-2 .voyage-wrap .img-wrap .voyage-3-mob-img,
  .activities-content .voyage-3 .voyage-wrap .img-wrap .voyage-3-mob-img {
    display: block;
    min-width: 498px;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .activities-content .voyage-3 .section-title .girl {
    max-width: 130px;
  }
  .activities-content .voyage-4 .voyage-wrap .img-wrap {
    text-align: center;
  }
  .activities-content .voyage-4 .voyage-wrap .img-wrap img {
    max-width: 315px;
  }
  .activities-content .voyage-4 .voyage-4-buttos-mob {
    left: 44%;
    top: -20px;
  }
  .activities-content .voyage-4 .voyage-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 300px;
  }
  .activities-content .voyage-4 .voyage-buttons .pechat-apparat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .activities-content .voyage-4 .voyage-buttons .pechat-apparat p {
    max-width: 116px;
    text-align: center;
    color: #fff;
    font-size: 30px;
  }
  .activities-content .voyage-4 .voyage-buttons .pechat-apparat img {
    position: relative;
    top: 80px;
  }
  .activities-content .voyage-1 .voyage-buttons .voyage-buttons-img-mob {
    max-width: 275px;
    left: 40%;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa {
    left: 20px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa img {
    left: -140px;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
    position: relative;
    top: -120px;
    min-width: 300px;
    height: 250px;
  }
  .activities-content .voyage-1 .voyage-buttons .lupa a {
    right: 22px;
    top: 30px;
  }
  .activities-content .voyage-1 .voyage-buttons .commander-paper {
    margin-left: 35px;
  }
  .activities-content .voyage-1 .voyage-buttons .pechat {
    right: -15px;
  }
}

@media screen and (max-width: 360px) {
  .activities-content .voyage-1 .voyage-buttons .commander-paper {
    margin-left: 0;
  }
}

.archives {
  background: #f2e1c6;
}
.archives .archives-content {
  padding-bottom: 50px;
}
.archives .archives-content .archives-note {
  text-align: right;
  font-size: 48px;
  font-family: "Teko";
  color: #447850;
  margin-top: -50px;
  margin-bottom: 60px;
  padding-right: 50px;
}
.archives .archives-content .archives {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.archives .archives-content .archives .archive-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 320px;
  margin-bottom: 55px;
}
.archives .archives-content .archives .archive-block .archive-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  height: 100%;
}
.archives .archives-content .archives .archive-block .archive-title {
  font-size: 19px;
  font-family: "Poppins";
  color: #534741;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .archives .archives-content .archives {
    grid-template-columns: repeat(3, 1fr);
  }
  .archives .archives-content .archives .archive-block {
    margin-bottom: 25px;
    min-height: unset;
  }
}

@media screen and (max-width: 768px) {
  .archives .archives-content .archives {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .archives-note {
    display: none;
  }
  .archives .archives-content {
    padding-top: 55px;
  }
}

@media screen and (max-width: 576px) {
  .archives .archives-content .archives {
    grid-template-columns: 1fr;
  }
  .archives-content .container {
    padding: 0;
  }
}

.omnibus {
  background: #447850;
}
.omnibus .omnibus-content .section-title {
  color: #447850;
  padding-left: 150px;
  margin-top: 18px;
}
.omnibus .omnibus-content .section-title img {
  right: unset;
  left: -100px;
  top: -150px;
}
.omnibus .omnibus-content .section-title:after {
  background: #e9e0b7;
}
.omnibus .omnibus-content .omnibus-pretext {
  max-width: 605px;
  margin-left: auto;
  color: #fff8e9;
  margin-top: -110px;
}
.omnibus .omnibus-content .omnibus-pretext p {
  margin-bottom: 30px;
  word-break: break-all;
}
.omnibus .omnibus-content .omnibus-pretext p span {
  margin-right: 5px;
  font-size: 21px;
}
.omnibus .omnibus-catalog {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px 10px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.omnibus .omnibus-catalog .bus-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.omnibus .omnibus-catalog .bus-col img {
  max-height: 55px;
  min-height: 55px;
}
.omnibus .omnibus-catalog .bus-col p {
  font-size: 18px;
  font-family: "Poppins";
  color: #fff8e9;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}
.omnibus .omnibus-info-bus-wrap {
  position: relative;
  padding-top: 250px;
  margin-top: -100px;
  padding-bottom: 100px;
  background-position: top;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 80px;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .img-wrap {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .images a {
  display: block;
  max-width: 285px;
  margin-bottom: 22px;
  margin-right: 22px;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .images a img {
  display: block;
  width: 100%;
  height: auto;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .images.hidden {
  display: none;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .bus-desc {
  padding-left: 40px;
  background: #fff8e9;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__title {
  height: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  font-family: "Impetus-Heavy";
  font-size: 21px;
  color: #fff8e9;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__subtitle {
  font-family: "Impetus-Heavy";
  font-size: 18px;
  text-align: center;
  margin: 10px 0 40px;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__text
  p {
  font-family: "Poppins";
  font-size: 20px;
  margin-bottom: 30px;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .hidden-block {
  padding-right: 25px;
  background: #fff8e9;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .hidden-block
  .hidden-label {
  padding-left: 75px;
  font-size: 18px;
  font-family: "Poppins";
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .hidden-block
  .hidden-val {
  padding-left: 75px;
  font-size: 18px;
  font-family: "Poppins";
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.omnibus
  .omnibus-info-bus-wrap
  .omnibus-info-bus
  .right-part
  .hidden-block.hidden {
  display: none;
}
.omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .bus-desc__more {
  margin-top: 30px;
  display: block;
  text-align: center;
  color: #fff8e9;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.omnibus .omnibus-info-bus-wrap:nth-child(even) {
  background: url(../img/omnibus/top-second.png);
  background-repeat: no-repeat;
}
.omnibus .omnibus-info-bus-wrap:nth-child(even) .left-part .img-wrap {
  text-align: right;
}
.omnibus .omnibus-info-bus-wrap:nth-child(even) .omnibus-info-bus {
  display: grid;
  grid-template-columns: 400px 1fr;
}
.omnibus .omnibus-info-bus-wrap:nth-child(even) .omnibus-info-bus .right-part {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.omnibus
  .omnibus-info-bus-wrap:nth-child(even)
  .omnibus-info-bus
  .left-part
  .images {
  padding-left: 40px;
}
.omnibus .omnibus-info-bus-wrap:nth-child(odd) {
  background: url(../img/omnibus/top-first.png);
  background-repeat: no-repeat;
}
.omnibus
  .omnibus-info-bus-wrap:nth-child(odd)
  .omnibus-info-bus
  .left-part
  .img-wrap {
  text-align: left;
}
.omnibus
  .omnibus-info-bus-wrap.red-color
  .omnibus-info-bus
  .right-part
  .bus-desc {
  color: #af7e67;
}
.omnibus
  .omnibus-info-bus-wrap.red-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__title {
  background: #af7e67;
}
.omnibus
  .omnibus-info-bus-wrap.red-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  + .hidden-block
  .hidden-label {
  background: #af7e67;
  color: #fff;
}
.omnibus
  .omnibus-info-bus-wrap.red-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  + .hidden-block
  .hidden-val {
  color: #af7e67;
}
.omnibus
  .omnibus-info-bus-wrap.blue-color
  .omnibus-info-bus
  .right-part
  .bus-desc {
  color: #84a8c3;
}
.omnibus
  .omnibus-info-bus-wrap.blue-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__title {
  background: #84a8c3;
}
.omnibus
  .omnibus-info-bus-wrap.blue-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  + .hidden-block
  .hidden-label {
  background: #84a8c3;
  color: #fff;
}
.omnibus
  .omnibus-info-bus-wrap.blue-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  + .hidden-block
  .hidden-val {
  color: #84a8c3;
}
.omnibus
  .omnibus-info-bus-wrap.green-color
  .omnibus-info-bus
  .right-part
  .bus-desc {
  color: #889d7b;
}
.omnibus
  .omnibus-info-bus-wrap.green-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  .bus-desc__title {
  background: #889d7b;
}
.omnibus
  .omnibus-info-bus-wrap.green-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  + .hidden-block
  .hidden-label {
  background: #889d7b;
  color: #fff;
}
.omnibus
  .omnibus-info-bus-wrap.green-color
  .omnibus-info-bus
  .right-part
  .bus-desc
  + .hidden-block
  .hidden-val {
  color: #889d7b;
}

@media screen and (max-width: 1850px) {
  .omnibus .omnibus-content .section-title {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .omnibus .omnibus-content .omnibus-pretext {
    margin-top: 0;
  }
  .omnibus .omnibus-content .section-title {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .omnibus .omnibus-catalog {
    grid-template-columns: repeat(4, 1fr);
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus {
    grid-gap: 30px;
  }
  .omnibus .section-title span {
    font-size: 35px;
  }
  .omnibus .section-title:after {
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .omnibus .omnibus-content .section-title img {
    max-width: 150px;
    right: unset;
    left: -5px;
    top: -62px;
  }
  .omnibus .omnibus-content .section-title {
    margin-left: 0;
    margin-top: 80px;
    margin-bottom: 70px;
    padding-left: 120px;
    padding-right: 50px;
  }
  .omnibus .omnibus-catalog .bus-col p {
    font-size: 16px;
  }
  .omnibus .section-title:after {
    height: 64px;
    top: -12px;
    left: 40px;
  }
  .omnibus .omnibus-content .section-title {
    margin-left: -30px;
    padding-right: 10px;
  }
  .omnibus
    .omnibus-info-bus-wrap
    .omnibus-info-bus
    .right-part
    .bus-desc
    .bus-desc__text
    p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .omnibus .omnibus-info-bus-wrap:last-of-type {
    -webkit-box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.6);
  }
  .omnibus .omnibus-info-bus-wrap:nth-child(even) .omnibus-info-bus,
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .omnibus
    .omnibus-info-bus-wrap:nth-child(even)
    .omnibus-info-bus
    .right-part {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .omnibus
    .omnibus-info-bus-wrap
    .omnibus-info-bus
    .right-part
    .bus-desc
    .bus-desc__title {
    padding-top: 65px;
    padding-bottom: 30px;
    height: unset;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .bus-desc {
    padding-left: 0;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .img-wrap {
    margin-bottom: -70px;
    z-index: 1;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .left-part .images {
    margin-top: 100px;
  }
  .omnibus-info-bus-wrap:nth-child(2n) {
    padding-top: 150px;
    padding-bottom: 0;
    z-index: 1;
  }
  .omnibus-catalog-wrap .container,
  .omnibus .omnibus-info-bus-wrap .container {
    padding: 0 20px;
  }
  .omnibus
    .omnibus-info-bus-wrap
    .omnibus-info-bus
    .right-part
    .hidden-block
    .hidden-label {
    height: 36px;
  }
  .omnibus
    .omnibus-info-bus-wrap
    .omnibus-info-bus
    .right-part
    .bus-desc__more {
    margin-left: 0;
  }
  .omnibus
    .omnibus-info-bus-wrap
    .omnibus-info-bus
    .right-part
    .bus-desc__more.active {
    margin-left: auto;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .images.hidden {
    display: none;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .images a {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    max-height: 215px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus .right-part .images a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .omnibus .omnibus-catalog {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .omnibus-catalog-wrap {
    background: url(../img/omnibus/top-first.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 150px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 640px) {
  .omnibus .omnibus-catalog {
    grid-template-columns: repeat(2, 1fr);
  }
  .omnibus .omnibus-info-bus-wrap .omnibus-info-bus {
    grid-gap: 30px;
  }
  .omnibus .omnibus-content .omnibus-pretext p span {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .omnibus .omnibus-content .section-title img {
    right: unset;
    left: -10px;
    top: -70px;
    max-width: 150px;
  }
  .omnibus-content .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .omnibus {
    overflow-x: hidden;
  }
  .omnibus .omnibus-info-bus-wrap:nth-child(odd) {
    background-position: top;
  }
  .omnibus .omnibus-info-bus-wrap:nth-child(2n) {
    padding-top: 100px;
  }
  .omnibus .omnibus-info-bus-wrap {
    padding-top: 200px;
  }
  .omnibus .omnibus-info-bus-wrap .container {
    padding: 0;
  }
  .omnibus
    .omnibus-info-bus-wrap
    .omnibus-info-bus
    .right-part
    .bus-desc__more {
    margin-left: 20px;
  }
}

.voyagers .content {
  overflow: hidden;
}

.voyagers .section-title {
  margin-top: 115px;
  padding-right: 130px;
  position: relative;
  left: -55px;
}
.voyagers .section-title a {
  position: absolute;
  bottom: -60px;
  right: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.voyagers .section-title a img {
  position: relative;
  right: 0;
  top: unset;
}

.voyagers header.green-header .head-container .subscribe:after {
  background: url(../img/bg-kletka.png);
}

.voyagers .voyagers-content .voyages-wrap {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) 360px;
}
.voyagers .voyagers-content .voyages-wrap .left .posts-voyage .post-voyage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 90px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .date-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 25px;
  min-width: 223px;
  padding-top: 100px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .date-post
  .or {
  font-family: "FilmotypeLeader";
  font-size: 28px;
  display: block;
  margin: 0 15px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .date-post
  .date-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .date-post
  .date-post-item__title {
  text-align: center;
  font-size: 32px;
  font-family: "Teko";
  font-weight: 500;
  background: #447850;
  padding-top: 3px;
  color: #fff;
  width: 100%;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .date-post
  .date-post-item__number {
  font-size: 82px;
  font-family: "Teko";
  font-weight: 500;
  background: url(../img/history/day.png);
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap {
  display: grid;
  grid-template-columns: 458px 1fr;
  background: #fff;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__img {
  overflow: hidden;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 40px 15px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__text
  .post-info__text__title {
  font-family: "Impetus-Heavy";
  font-size: 40px;
  margin-bottom: 23px;
  color: #447850;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__text
  .post-info__text__desc {
  font-family: "Poppins";
  line-height: 26px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__text
  .post-info__text__desc
  p {
  max-height: 182px;
  overflow-y: hidden;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__text
  .post-info__text__desc
  .show-more-post {
  font-size: 22px;
  font-family: "Teko";
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  color: #447850;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .post-info-wrap
  .post-info__text
  .post-info__text__desc
  .show-more-post.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info {
  background: #fff;
  display: grid;
  grid-template-columns: 458px 1fr;
  padding: 25px 40px 45px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info
  .hidden-info__desc {
  display: grid;
  grid-template-columns: 350px 1fr;
  grid-gap: 40px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info
  .hidden-info__desc
  .left-part {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info
  .hidden-info__desc
  .left-part
  p {
  background: #447850;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  font-family: "Poppins";
  padding: 0 15px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info
  .hidden-info__desc
  .left-part
  p
  span:first-of-type {
  margin-right: 5px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info
  .hidden-info__desc
  .right-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info
  .hidden-info__desc
  .right-part
  .hide-more {
  margin-left: auto;
  margin-right: 0;
  margin-top: auto;
  font-size: 22px;
  color: #447850;
  font-weight: 500;
  margin-bottom: -30px;
  z-index: 1;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage
  .post-info
  .hidden-info.hidden {
  display: none;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .left
  .posts-voyage
  .post-voyage:hover
  .post-info
  .post-info-wrap
  .post-info__img
  img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.voyagers .voyagers-content .voyages-wrap .right .calendar {
  /* position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-top: -200px; */
  /* transform: translateY(); */
}

.voyages-wrap .right {
  margin-top: -200px;
}

.voyagers .voyagers-content .voyages-wrap .right .calendar .calendar-title {
  font-size: 57px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-title
  .cal-title {
  font-family: "FilmotypeLeader";
  margin-right: 15px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-title
  .cal-title2 {
  font-family: "Teko";
}
.voyagers .voyagers-content .voyages-wrap .right .calendar .calendar-mounthes {
  display: grid;
  grid-template-columns: 130px 130px;
  grid-gap: 10px;
  position: relative;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-mounthes
  .mounth
  .mounth-title {
  text-align: center;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Teko";
  font-size: 18px;
  font-weight: 500;
  padding-top: 3px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-mounthes
  .mounth
  .mounth-days {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #fff;
  font-family: "Teko";
  font-size: 14px;
  position: relative;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-mounthes
  .mounth
  .mounth-days
  .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  color: #000;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-mounthes
  .mounth
  .mounth-days
  .day.active {
  background: #000;
  color: #fff;
  pointer-events: inherit;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-mounthes
  .mounth
  .mounth-days:after {
  content: "";
  display: block;
  width: 42px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: #f2e1c6;
  z-index: 0;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-mounthes:after {
  content: url(../img/history/c.png);
  position: absolute;
  right: -80px;
  top: 30px;
  z-index: -1;
}
.voyagers .voyagers-content .voyages-wrap .right .calendar .calendar-archives {
  margin-top: 40px;
}
.voyagers
  .voyagers-content
  .voyages-wrap
  .right
  .calendar
  .calendar-archives
  p {
  font-size: 22px;
  font-weight: 500;
  max-width: 94px;
  margin: 0 auto;
  text-align: center;
  color: #447850;
  font-weight: 500;
  left: 21px;
}

@media screen and (max-width: 1850px) {
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post
    .date-post-item {
    width: 75px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post
    .date-post-item
    .date-post-item__title {
    font-size: 26px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post
    .date-post-item
    .date-post-item__number {
    font-size: 68px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info {
    max-width: 950px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap {
    grid-template-columns: 381px 1fr;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__text
    .post-info__text__title {
    font-size: 34px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__text
    .post-info__text__desc
    p {
    font-size: 14px;
    line-height: 23px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__text
    .post-info__text__desc
    .show-more-post {
    font-size: 18px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info {
    grid-template-columns: 381px 1fr;
    padding-left: 0;
    grid-gap: 40px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info
    .hidden-info__desc {
    grid-template-columns: 270px 1fr;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info
    .hidden-info__desc
    .left-part
    p {
    font-size: 12px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info
    .hidden-info__desc
    .right-part
    .link-pic-h
    p {
    font-size: 21px;
    line-height: 20px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info
    .hidden-info__desc
    .right-part
    .hide-more {
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1580px) {
  .voyagers .voyagers-content .voyages-wrap .left .posts-voyage .post-voyage {
    margin-bottom: 58px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info {
    grid-template-columns: 1fr;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info__empty {
    display: none;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info__desc {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .voyagers .section-title {
    left: 0;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post {
    position: absolute;
    margin-left: 20px;
    z-index: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post
    .date-post-item {
    width: 55px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post
    .date-post-item
    .date-post-item__title {
    font-size: 18px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post
    .date-post-item
    .date-post-item__number {
    font-size: 48px;
  }
}

@media screen and (max-width: 1200px) {
  .voyagers .section-title:after {
    top: unset;
    bottom: -12px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
  }
  .voyagers .section-title span {
    font-size: 36px;
  }
  .voyagers .voyagers-content .voyages-wrap {
    grid-template-columns: minmax(320px, 1fr) 300px;
  }
  .voyagers .voyagers-content .voyages-wrap .right .calendar {
    margin-top: 0;
  }

  .voyages-wrap .right {
    margin-top: 0;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes:after {
    right: -110px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap {
    grid-template-columns: 300px 1fr;
  }
}

@media screen and (max-width: 991px) {
  .voyagers .section-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
  }
  .voyagers .section-title a {
    right: unset;
    top: -100px;
    left: 0;
    bottom: unset;
  }
  .voyagers .voyagers-content .voyages-wrap {
    grid-template-columns: 1fr;
  }
  .voyagers .voyagers-content .voyages-wrap .right {
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes {
    grid-template-columns: 230px 230px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes
    .mounth
    .mounth-title {
    font-size: 31px;
    height: 46px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes
    .mounth
    .mounth-days
    .day {
    font-size: 24px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes
    .mounth
    .mounth-days:after {
    width: 70px;
  }
  .voyagers .voyagers-content .voyages-wrap .left .calendar-archives {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .voyagers .voyagers-content .voyages-wrap .left .calendar-archives p {
    font-size: 19px;
    line-height: 18px;
    font-weight: 500;
    max-width: 94px;
    margin: 0 auto;
    text-align: center;
    color: #447850;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 688px) {
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes:after {
    display: none;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__text
    .post-info__text__desc
    p {
    font-size: 16px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__text
    .post-info__text__desc
    .show-more-post {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 22px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info
    .hidden-info__desc {
    grid-template-columns: 1fr;
  }
  .post-voyage .post-info .hidden-info .hidden-info__desc .left-part p {
    font-size: 16px !important;
  }
  .post-voyage .post-info .right-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #447850;
    padding: 10px 20px;
    position: relative;
  }
  .post-voyage .post-info .right-part .link-pic-h {
    margin-bottom: 0;
  }
  .post-voyage .post-info .right-part .link-pic-h p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
  }
  .post-voyage .post-info .right-part .hide-more {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    right: 20px;
    top: -40px;
    position: absolute;
    font-size: 22px;
    color: #447850;
    font-weight: 500;
  }
  .post-voyage .post-info .hidden-info.hidden + .right-part .hide-more {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .voyagers .section-title .girl {
    max-width: 206px;
    right: -90px;
    top: -100px;
  }
}

@media screen and (max-width: 540px) {
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .hidden-info
    .hidden-info__desc {
    padding-left: 0;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-title
    .more-mounthes {
    margin-left: 10px;
    cursor: pointer;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-title
    .more-mounthes.hidden {
    display: none;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes {
    grid-template-columns: 230px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes
    .mounth {
    display: none;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .right
    .calendar
    .calendar-mounthes
    .mounth.active {
    display: block;
  }
  .voyagers .voyagers-content .voyages-wrap .left .posts-voyage .post-voyage {
    margin-bottom: 30px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__img {
    max-height: 240px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .post-info-wrap
    .post-info__text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .right-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .right-part
    .link-pic-h {
    margin-bottom: 10px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .post-info
    .right-part
    .link-pic-h
    p {
    max-width: unset;
  }
}

@media screen and (max-width: 480px) {
  .voyagers .section-title {
    margin-left: -20px;
    padding-right: 90px;
  }
  .voyagers .section-title span {
    font-size: 28px;
  }
  .voyagers .section-title .girl {
    right: -70px;
  }
  .voyagers
    .voyagers-content
    .voyages-wrap
    .left
    .posts-voyage
    .post-voyage
    .date-post {
    padding-top: 15px;
    left: 15px;
  }
}

.visitors {
  background: url(../img/visitors/bg.png);
  overflow-x: hidden;
}
.visitors .review-content {
  padding-bottom: 70px;
}
.visitors .review-content .review-title {
  margin-top: -50px;
  text-align: right;
  font-size: 33px;
  color: #fff;
  font-family: "Teko";
  text-transform: uppercase;
  margin-right: 150px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
}
.visitors .review-content .review-title .review-button-img {
  display: none;
}
.visitors .review-content .review-title:after {
  content: "";
  display: block;
  width: 370px;
  position: absolute;
  z-index: -1;
  left: -60px;
  top: -30px;
  height: 91px;
  background: url(../img/visitors/title-bg.png);
  background-repeat: no-repeat;
}
.visitors .review-content .reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 75px;
  padding-bottom: 200px;
}
.visitors .review-content .reviews .review {
  margin-bottom: -100px;
}
.visitors .review-content .reviews .review__date {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: "Teko";
  margin-bottom: 5px;
}
.visitors .review-content .reviews .review__info {
  font-family: "Allura";
  background: url(../img/visitors/message.jpg);
  padding: 90px 2.7vw 4.8vw;
  background-size: 392px;
}
.visitors .review-content .reviews .review__info__text {
  font-size: 20px;
  line-height: 27px;
}
.visitors .review-content .reviews .review__info__author {
  margin-top: 55px;
  font-size: 20px;
  text-align: right;
}
.visitors .review-content .reviews .review:nth-child(3n + 2) {
  margin-top: 135px;
}
.visitors .review-content .reviews .review:nth-child(3n + 3) {
  margin-top: 90px;
}

@media screen and (max-width: 1200px) {
  .visitors .review-content .reviews .review:nth-child(3n + 2),
  .visitors .review-content .reviews .review:nth-child(3n + 3) {
    margin-top: 0;
  }
  .visitors .review-content .reviews .review:nth-child(2n) {
    margin-top: 100px;
  }
  .visitors .review-content .reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .visitors .review-content .reviews {
    grid-template-columns: 1fr;
  }
  .visitors .review-content .reviews .review {
    margin-bottom: 0;
  }
  .visitors .review-content .reviews .review:nth-child(2n) {
    margin-top: 0;
  }
  .visitors .review-content .review-title {
    margin-bottom: 50px;
  }
  .visitors .review-content .reviews .review {
    display: none;
  }
  .visitors .review-content .reviews .review.active {
    display: block;
  }
}

@media screen and (max-width: 688px) {
  .visitors .review-content .reviews {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .visitors .review-content .reviews .review__info {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
  }
  .visitors .review-content .review-title {
    font-size: 24px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 50px;
  }
  .visitors .review-content .review-title:after {
    top: -35px;
  }
  .visitors .review-content .review-title .review-button-img {
    display: block;
    position: absolute;
    max-width: 120px;
    top: -80px;
    left: 30%;
  }
}

@media screen and (max-width: 480px) {
  .visitors .review-content .review-title {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

.gallery {
  background: url(../img/gallery/bg.png);
}
.gallery .tabs-gallery {
  margin-top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.gallery .tabs-gallery a {
  font-size: 28px;
  font-family: "Teko";
  color: #447850;
  font-weight: 500;
  margin: 0 10px;
}
.gallery .tabs-gallery a.active {
  text-decoration: underline;
}
.gallery .gallery-wrap .content-gallery-wrap {
  display: none;
  padding-bottom: 80px;
}
.gallery .gallery-wrap .content-gallery-wrap.active {
  display: block;
}
.gallery .gallery-wrap .content-gallery-wrap.active .content-gallery {
  margin-left: auto;
  margin-right: auto;
}
.gallery .gallery-wrap .content-gallery-wrap.active .content-gallery a {
  display: block;
  max-width: 350px;
  margin-bottom: 65px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(73, 47, 6, 0.2);
  box-shadow: 0px 0px 50px 20px rgba(73, 47, 6, 0.2);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gallery .gallery-wrap .content-gallery-wrap.active .content-gallery .video {
  height: 205px;
  max-width: 350px;
  width: 100%;
}
.gallery
  .gallery-wrap
  .content-gallery-wrap.active
  .content-gallery
  .video
  iframe,
.gallery
  .gallery-wrap
  .content-gallery-wrap.active
  .content-gallery
  .video
  video {
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery .gallery-wrap .content-gallery-wrap.active .more-photos {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  border: 0;
  background: #447850;
  color: #fff;
  font-family: "Impetus-Heavy";
  font-size: 22px;
  cursor: pointer;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
.gallery .fancybox__track .fancybox__slide {
  display: grid;
  grid-template-areas:
    "img date"
    "img desc";
  grid-template-columns: 60% 40%;
  grid-gap: 0 80px;
}
.gallery .fancybox__content {
  grid-area: img;
  width: 100% !important;
}
.gallery .fancybox__caption {
  grid-area: date;
  font-family: "Teko";
  font-weight: 500;
  font-size: 38px;
  margin-top: auto;
  margin-bottom: 30px;
}
.gallery .fancybox__desc {
  grid-area: desc;
  font-family: "Poppins";
  max-width: 385px;
  line-height: 26px;
}
.gallery .has-image[data-image-fit="contain"] .fancybox__content {
  margin-left: auto;
  margin-right: auto;
}
.gallery .fancybox__slide::before,
.gallery .fancybox__slide::after {
  display: none;
}
.gallery .fancybox__content .carousel__button.is-close {
  display: none;
}
.gallery .has-image[data-image-fit="contain"] .fancybox__image {
  max-height: 570px;
}
.gallery
  .fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__backdrop,
.gallery
  .fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__caption,
.gallery .fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.gallery .fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.gallery
  .fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

@media screen and (max-width: 768px) {
  .gallery .fancybox__track .fancybox__slide {
    grid-gap: 0 30px;
    grid-template-areas: unset;
    grid-template-columns: 1fr;
  }
  .gallery .fancybox__content {
    grid-area: unset;
  }
  .gallery .fancybox__desc {
    max-width: 100%;
    grid-area: unset;
  }
  .gallery .fancybox__caption {
    max-width: 100%;
    grid-area: unset;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .gallery .has-image[data-image-fit="contain"] .fancybox__image {
    max-height: 270px;
  }
  .gallery .fancybox__desc {
    font-size: 14px;
    line-height: 18px;
    max-height: 200px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 640px) {
  .gallery .tabs-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery .tabs-gallery a {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .gallery .gallery-wrap .content-gallery-wrap.active .content-gallery a {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .gallery .gallery-wrap .content-gallery-wrap.active .more-photos {
    height: 35px;
    max-width: 120px;
    width: 100%;
    padding: 0;
    font-size: 18px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact {
  background: #f5e4c9;
}
.contact .contact-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin-left: auto;
  margin-top: -100px;
}
.contact .contact-content .left-part {
  font-family: "Poppins";
}
.contact .contact-content .left-part .content-block {
  margin-bottom: 35px;
  line-height: 26px;
}
.contact .contact-content .left-part .content-block .content-block__title {
  font-weight: bold;
}
.contact .contact-content .left-part .content-block .content-block__adress {
  margin-left: 0;
}
.contact .contact-content .left-part .content-block a {
  font-family: "Poppins";
  color: #000;
  margin-left: 5px;
}
.contact .contact-content .left-part .content-block a:hover {
  text-decoration: underline;
}
.contact .contact-content .left-part .content-block .contact-label {
  font-weight: bold;
}
.contact .contact-content .right-part {
  text-align: center;
  margin-top: -120px;
}

@media screen and (max-width: 1850px) {
  .contact .contact-content .right-part {
    margin-top: -100px;
  }
}

@media screen and (max-width: 1200px) {
  .contact .contact-content .right-part {
    margin-top: -50px;
  }
}

@media screen and (max-width: 640px) {
  .contact .contact-content {
    margin-top: -30px;
    grid-template-columns: 1fr;
    padding-bottom: 70px;
  }
  .contact .contact-content .right-part {
    margin-top: 0;
  }
}

.history {
  background: url(../img/history/bg-history.png);
  font-family: "Poppins";
}
.history .history-content {
  margin-top: -150px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.history .history-content h4 {
  font-family: "FilmotypeLeader";
  font-size: 48px;
  font-weight: 400;
}
.history .history-content .link-pic {
  margin-left: auto;
  margin-right: 100px;
  margin-bottom: 40px;
}
.history .history-content .col-2 .left .text {
  padding: 30px 50px;
  max-width: 590px;
}
.history .history-content .col-2 .left .text p {
  font-size: 13px;
  color: #534741;
  margin-bottom: 30px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .history .history-content .link-pic {
    margin-right: 0;
  }
  .history .history-content .col-2 {
    grid-template-columns: 1fr;
  }
  .history .history-content .col-2 .left .text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .history .page-title {
    height: 100px;
  }
  .history .history-content {
    margin-top: -50px;
  }
  .history .history-content h4 {
    font-size: 37px;
  }
  .history .history-content .col-2 .left .text {
    padding-top: 20px;
  }
  .col-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .history .page-title {
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    right: 0;
  }
  .history .history-content .link-pic {
    margin-bottom: 20px;
  }
  .history-img {
    margin-left: -20px;
    margin-right: -20px;
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
}

.press {
  background: #f2e1c6;
}
.press .press-content {
  padding-bottom: 65px;
}
.press .press-content .text-under-title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
}
.press .press-content .text-under-title .press-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-family: "Teko";
  color: #fff;
  font-weight: 500;
  position: relative;
}
.press .press-content .text-under-title .press-file .img-docs {
  max-width: 218px;
}
.press .press-content .text-under-title .press-file .img-bg {
  position: absolute;
  z-index: -1;
  width: 520px;
  top: 35px;
}
.press .press-content .text-under-title .press-text {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 26px;
  padding-left: 60px;
  margin-top: -100px;
}
.press .press-content h4 {
  font-size: 48px;
  font-family: "Teko";
  font-weight: 500;
  color: #447850;
  margin-bottom: 25px;
}
.press .press-content .photos-hd-press {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 58px;
  margin-bottom: 45px;
}
.press .press-content .photos-hd-press a {
  display: block;
  max-height: 230px;
}
.press .press-content .photos-hd-press a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.press .press-content .videos-press {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 45px;
}
.press .press-content .videos-press a {
  display: block;
  max-height: 230px;
}
.press .press-content .videos-press a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.press .press-content .text-press p {
  margin-bottom: 35px;
  font-family: "Poppins";
}
.press .press-content .logos-press {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.press .press-content .logos-press a {
  margin-right: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.press .press-content .logos-press a p {
  font-size: 18px;
  margin-top: 35px;
  font-family: "Poppins";
  color: #000;
}
.press .fancybox__track .fancybox__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.press .fancybox__track .fancybox__slide .fancybox__content {
  margin-top: auto;
  margin-bottom: auto;
}
.press .fancybox__track .fancybox__slide .download-link {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1701px) {
  header .head-container .head-wrap {
    grid-template-columns: 195px 1fr 365px;
  }
}
@media screen and (max-width: 1400px) {
  header .head-container .head-wrap .menu-wrap .menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .press .press-content .text-under-title {
    grid-template-columns: 1fr;
  }
  .press .press-content .text-under-title .press-text {
    margin-top: 0;
    padding-left: 0;
  }
  .press .press-content .videos-press,
  .press .press-content .photos-hd-press {
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }

  header .head-container .head-wrap {
    grid-template-columns: 121px 1fr 270px;
  }
  .head-wrap .logo {
    max-width: 106px;
  }
  header .head-container .head-wrap .menu-wrap .menu li a {
    font-size: 12px;
  }
  header .head-container .head-wrap .subscribe .newsletters-wrap .music,
  header .head-container .head-wrap .subscribe .newsletters-wrap .newsletters {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .press .press-content .container {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .press .press-content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .press .press-content .text-under-title .press-file {
    display: none;
  }
  .press .press-content .text-under-title .press-text {
    font-size: 14px;
  }
  .press .press-content h4 {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .press .press-content .logos-press a {
    max-width: 116px;
    margin-right: 45px;
  }
}

@media screen and (max-width: 480px) {
  .press .press-content .videos-press,
  .press .press-content .photos-hd-press {
    grid-gap: 25px;
    grid-template-columns: 1fr;
  }
}
