@charset "UTF-8";

/*
Theme Name: BPTheme
Author: 
Author URI: 
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html,
body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea,
select {
  padding: 0;
  margin: 0;
  border: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0 !important;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

th {
  font-weight: inherit;
  text-align: left;
}

a,
a:focus,
a:hover,
a:active {
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
}

img {
  height: auto;
}

* {
  outline: none;
}

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

a::-moz-selection {
  background-color: transparent;
}

a::selection {
  background-color: transparent;
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "TT Norms";
  src: url("fonts/TTNorms-Regular.eot");
  src: url("fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TTNorms-Regular.woff2") format("woff2"), url("fonts/TTNorms-Regular.woff") format("woff"), url("fonts/TTNorms-Regular.ttf") format("truetype"), url("fonts/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RF Dewi";
  src: url("fonts/RFDewi-Regular.eot");
  src: url("fonts/RFDewi-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/RFDewi-Regular.woff2") format("woff2"), url("fonts/RFDewi-Regular.woff") format("woff"), url("fonts/RFDewi-Regular.ttf") format("truetype"), url("fonts/RFDewi-Regular.svg#RFDewi-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Machina";
  src: url("fonts/NeueMachina-Regular.eot");
  src: url("fonts/NeueMachina-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/NeueMachina-Regular.woff2") format("woff2"), url("fonts/NeueMachina-Regular.woff") format("woff"), url("fonts/NeueMachina-Regular.ttf") format("truetype"), url("fonts/NeueMachina-Regular.svg#NeueMachina-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("fonts/TTCommons-Regular.eot");
  src: url("fonts/TTCommons-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TTCommons-Regular.woff2") format("woff2"), url("fonts/TTCommons-Regular.woff") format("woff"), url("fonts/TTCommons-Regular.ttf") format("truetype"), url("fonts/TTCommons-Regular.svg#TTCommons-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RF Dewi Light";
  src: url("fonts/RFDewi-Light.eot");
  src: url("fonts/RFDewi-Light.eot?#iefix") format("embedded-opentype"), url("fonts/RFDewi-Light.woff2") format("woff2"), url("fonts/RFDewi-Light.woff") format("woff"), url("fonts/RFDewi-Light.ttf") format("truetype"), url("fonts/RFDewi-Light.svg#RFDewi-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hide {
  display: none !important;
}

.has-bg-black {
  color: #fff;
  background: #252527;
}

.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.label {
  position: relative;
  width: 100%;
  display: block;
}

.grecaptcha-badge {
  right: -300px !important;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-arrow {
  font-size: 0;
}

#welcome-slider .slick-track {
  padding: 10px 0px;
}

@media screen and (max-width: 1365px) {
  #welcome-slider .slick-track {
    padding: 20px 0;
  }
}

#welcome-slider .slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#welcome-slider .slick-slide:not(:last-child) {
  margin-right: 100px;
}

@media screen and (max-width: 1365px) {
  #welcome-slider .slick-slide:not(:last-child) {
    margin-right: 70px;
  }
}

@media screen and (max-width: 1023px) {
  #welcome-slider .slick-slide:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #welcome-slider .slick-slide:not(:last-child) {
    margin-right: 20px;
  }
}

.slider-material.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .slider-material .slick-list {
    margin-bottom: 25px;
  }
}

.slider-material .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-material .slick-dots li {
  margin-bottom: 0;
  padding: 0;
  font-size: 0;
}

.slider-material .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slider-material .slick-dots li:before {
  display: none;
}

.slider-material .slick-dots .slick-active button {
  background: #a08e5e;
}

.slider-material .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #a08e5e;
}

.wpcf7 label {
  color: #fff;
  font: 14px "RF Dewi Light", sans-serif;
  display: block;
}

@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 12px;
  }
}

.wpcf7 p {
  position: relative;
}

.wpcf7 p:last-of-type {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .wpcf7 p:last-of-type {
    margin-top: 35px;
  }
}

.wpcf7 p:last-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #a08e5e;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.wpcf7 p:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background: #a08e5e;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.wpcf7 p:last-of-type .ajax-loader {
  position: absolute;
}

.wpcf7 p:hover:before,
.wpcf7 p:hover:after {
  width: 100%;
}

.wpcf7 input:not([type=submit]) {
  width: 100%;
  font: 20px "RF Dewi Light", sans-serif;
  color: #fff;
  opacity: 0.5;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=submit]) {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 12px 0;
  }
}

.wpcf7 input:not([type=submit]):focus {
  opacity: 1;
  border-bottom-color: #a08e5e;
}

.wpcf7 textarea {
  resize: none;
  width: 100%;
  font: 20px "RF Dewi Light", sans-serif;
  color: #fff;
  opacity: 0.5;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wpcf7 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea::-ms-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font: 14px "RF Dewi Light", sans-serif;
}

.wpcf7 textarea:focus:placeholder {
  opacity: 0;
}

.wpcf7 textarea:focus::-ms-placeholder {
  opacity: 0;
}

.wpcf7 textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .wpcf7 textarea {
    font-size: 16px;
    height: 95px;
  }

  .wpcf7 textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea::-ms-placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    font: 12px "RF Dewi Light", sans-serif;
  }

  .wpcf7 textarea:focus:placeholder {
    opacity: 0;
  }

  .wpcf7 textarea:focus::-ms-placeholder {
    opacity: 0;
  }

  .wpcf7 textarea:focus:-ms-input-placeholder {
    opacity: 0;
  }
}

.wpcf7 textarea:focus {
  opacity: 1;
  border-bottom-color: #a08e5e;
}

.wpcf7 input[type=submit] {
  font: 24px "TT Commons", sans-serif;
  letter-spacing: 0.02em;
  width: 100%;
  position: relative;
  color: #a08e5e;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type=submit] {
    font-size: 20px;
    padding: 15px;
  }
}

.wpcf7-not-valid-tip {
  font: 14px "RF Dewi Light", sans-serif;
  color: #c08768;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

.wpcf7-not-valid {
  border-bottom-color: #c08768 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  display: none !important;
}

.contact-textarea .wpcf7-not-valid-tip {
  -webkit-transform: translateY(calc(-50% - 20px));
  transform: translateY(calc(-50% - 20px));
}

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

.wrapper--hidden {
  overflow: hidden;
}

.header {
  padding: 35px 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1919px) {
  .header {
    padding: 35px;
  }
}

@media screen and (max-width: 1365px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 23px 20px;
  }
}

@media screen and (max-width: 767px) {
  .header--error {
    background: #fff;
  }
}

.represent {
  height: 100vh;
  min-height: 1015px;
  padding: 0 100px 130px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}

@media screen and (max-width: 1919px) {
  .represent {
    padding-left: 35px;
    padding-right: 35px;
    min-height: 745px;
    max-width: 1366px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1365px) {
  .represent {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 720px;
    max-width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .represent {
    min-height: 1050px;
    padding-bottom: 120px;
    max-width: 768px;
    min-height: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .represent {
    min-height: 615px;
    padding-bottom: 80px;
    min-height: 615px;
    max-width: 320px;
  }
}

.represent__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 65px;
}

@media screen and (max-width: 1919px) {
  .represent__title {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1365px) {
  .represent__title {
    padding-top: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .represent__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .represent__title {
    padding-top: 30px;
  }
}

.represent__title-part:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 1365px) {
  .represent__title-part:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .represent__title-part:not(:last-child) {
    margin-bottom: 15px;
  }
}

.represent__title-part--1 {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: show-left-main-title 0.75s ease-in-out forwards;
  animation: show-left-main-title 0.75s ease-in-out forwards;
}

.represent__title-part--2 {
  opacity: 0;
  margin-left: 50px;
  -webkit-animation: opacity-main-title 0.75s ease-in-out 0.75s forwards;
  animation: opacity-main-title 0.75s ease-in-out 0.75s forwards;
}

@media screen and (max-width: 1023px) {
  .represent__title-part--2 {
    margin-left: 0;
  }
}

.represent__title-part--3 {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: show-left-main-title 0.75s ease-in-out 1.5s forwards;
  animation: show-left-main-title 0.75s ease-in-out 1.5s forwards;
}

@-webkit-keyframes show-left-main-title {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes show-left-main-title {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes opacity-main-title {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacity-main-title {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu--header a {
  color: #000;
}

.menu--header a:hover,
.menu--header a:active {
  color: #c08768;
}

.menu--header .current-menu-item a {
  color: #c08768;
}

.menu--footer li:last-child {
  margin-right: 0;
}

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

.menu--footer a:hover,
.menu--footer a:active {
  color: #a08e5e;
}

.menu--footer .current-menu-item a {
  color: #a08e5e;
}

.menu--header li,
.menu--footer li {
  margin-right: 25px;
}

@media screen and (max-width: 1365px) {

  .menu--header li,
  .menu--footer li {
    margin-right: 20px;
  }
}

.menu--header a,
.menu--footer a {
  font: 18px "RF Dewi", sans-serif;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media screen and (max-width: 1365px) {

  .menu--header a,
  .menu--footer a {
    font-size: 16px;
  }
}

.menu--burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 65px;
  margin-right: -20%;
}

@media screen and (max-width: 1919px) {
  .menu--burger {
    margin-right: -15%;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .menu--burger {
    margin-right: 0;
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .menu--burger {
    margin-bottom: 20px;
  }
}

.menu--burger li {
  width: 50%;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

@media screen and (max-width: 1919px) {
  .menu--burger li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .menu--burger li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.menu--burger a {
  color: #000;
  font: 80px "Neue Machina", sans-serif;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media screen and (max-width: 1919px) {
  .menu--burger a {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .menu--burger a {
    font-size: 24px;
  }
}

.menu--burger a:hover,
.menu--burger a:active {
  color: #c08768;
}

.menu--burger-active li {
  opacity: 1;
}

.menu--burger-active li:nth-child(1) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.menu--burger-active li:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.menu--burger-active li:nth-child(3) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.menu--burger-active li:nth-child(4) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.menu--burger-active li:nth-child(5) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.menu--burger-active li:nth-child(6) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.menu--burger-active li:nth-child(7) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav--upper {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nav--upper {
    display: none;
  }
}

.error404 .nav--upper {
  display: none;
}

.nav--burger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background: #fbf7f3;
  -webkit-transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 105;
}

@media screen and (max-width: 1023px) {
  .nav--burger {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.nav--burger-active {
  height: 100vh;
}

.nav--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .nav--footer {
    display: none;
  }
}

.nav__header {
  padding: 35px 100px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 95px;
}

@media screen and (max-width: 767px) {
  .nav__header {
    padding: 30px 75px;
    height: 60px;
  }
}

.nav__wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding: 120px 0 100px;
}

@media screen and (max-width: 1919px) {
  .nav__wrap {
    padding: 70px 0 90px;
  }
}

@media screen and (max-width: 1023px) {
  .nav__wrap {
    padding-bottom: 135px;
  }
}

@media screen and (max-width: 767px) {
  .nav__wrap {
    padding: 55px 0 75px;
  }
}

.nav__menu--low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nav__menu--low {
    display: none;
  }
}

.nav__menu--burger {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 1919px) {
  .nav__menu--burger {
    width: 645px;
  }
}

@media screen and (max-width: 1023px) {
  .nav__menu--burger {
    width: 605px;
  }
}

@media screen and (max-width: 767px) {
  .nav__menu--burger {
    width: 280px;
  }
}

.btn {
  cursor: pointer;
}

.btn-more {
  color: #a08e5e;
  font: 20px "TT Commons", sans-serif;
  padding-right: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn-more {
    font-size: 16px;
    padding-right: 25px;
  }
}

.btn-more:hover {
  color: #c08768;
}

.btn-more:hover .icon {
  stroke: #c08768;
}

.btn-more:active {
  color: #c08768;
}

.btn-more:active .icon {
  stroke: #c08768;
}

.btn-more--first:hover .icon {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.btn-more--first:active .icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-more--biogs:hover .icon {
  -webkit-transform: translateX(10px) rotate(-90deg);
  transform: translateX(10px) rotate(-90deg);
}

.btn-more--biogs:active .icon {
  -webkit-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
}

.btn--stripe {
  font: 24px "TT Commons", sans-serif;
  letter-spacing: 0.02em;
  width: 100%;
  position: relative;
  color: #a08e5e;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .btn--stripe {
    font-size: 20px;
  }
}

.btn--stripe:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #a08e5e;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.btn--stripe:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background: #a08e5e;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.btn--stripe:hover:before,
.btn--stripe:hover:after,
.btn--stripe:active:before,
.btn--stripe:active:after {
  width: 100%;
}

.btn--rhomb {
  border: 1px solid #a08e5e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  -webkit-transition: border 0.25s ease-out;
  transition: border 0.25s ease-out;
}

.btn--rhomb-big {
  width: 72px;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .btn--rhomb-big {
    width: 50px;
    height: 50px;
  }
}

.btn--rhomb-small {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .btn--rhomb-small {
    width: 50px;
    height: 50px;
  }
}

.btn--search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--search-nav {
  left: 30px;
}

.btn--search-page {
  left: 0;
}

.btn--reset {
  position: absolute;
}

.btn--reset-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.btn--reset-page {
  bottom: 15px;
  right: 0;
}

.btn--reset-burger {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.icon--logo {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  fill: #fff;
}

.icon--logo-develop {
  opacity: 0.2;
}

.icon--logo-sponsor-1 {
  opacity: 1;
}

.icon--logo-sponsor-2 {
  opacity: 1;
}

.icon--arrow {
  -webkit-transition: stroke 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: stroke 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, stroke 0.25s ease-out;
  transition: transform 0.25s ease-out, stroke 0.25s ease-out, -webkit-transform 0.25s ease-out;
  stroke: #a08e5e;
}

.icon--arrow-down {
  width: 9px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .icon--arrow-down {
    width: 8px;
    height: 18px;
  }
}

.icon--arrow-slider {
  width: 9px;
  height: 20px;
}

.icon--arrow-side {
  position: absolute;
  top: 44%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.icon--arrow-side-big {
  height: 43px;
  width: 19px;
}

@media screen and (max-width: 767px) {
  .icon--arrow-side-big {
    height: 28px;
    width: 12px;
  }
}

.icon--arrow-side-small {
  height: 28px;
  width: 12px;
}

.icon--arrow-check {
  width: 24px;
  height: 12px;
  stroke: #a08e5e;
}

.icon--arrow-events {
  width: 7px;
  height: 14px;
  stroke: #a08e5e;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 15px;
}

.icon--arrow-more {
  width: 9px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: -15%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .icon--arrow-more {
    width: 8px;
    height: 18px;
    right: 5px;
  }
}

.icon--search {
  cursor: pointer;
}

.icon--search-nav {
  width: 21px;
  height: 22px;
  stroke: #000;
}

.icon--search-input {
  width: 47px;
  height: 49px;
  stroke: #000;
}

@media screen and (max-width: 767px) {
  .icon--search-input {
    width: 24px;
    height: 25px;
  }
}

.icon--burger {
  width: 30px;
  height: 16px;
  stroke: #a08e5e;
}

@media screen and (max-width: 767px) {
  .icon--burger {
    width: 24px;
    height: 12px;
  }
}

.icon--close {
  cursor: pointer;
}

.icon--close-burger {
  width: 20px;
  height: 20px;
  stroke: #a08e5e;
  display: none;
}

@media screen and (max-width: 767px) {
  .icon--close-burger {
    width: 16px;
    height: 16px;
  }
}

.icon--close-modal {
  width: 30px;
  height: 30px;
  stroke: #a08e5e;
}

.icon--reset {
  cursor: pointer;
}

.icon--reset-burger {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  stroke: #000;
  display: none;
}

@media screen and (max-width: 767px) {
  .icon--reset-burger {
    width: 20px;
    height: 20px;
  }
}

.icon--reset-page {
  width: 16px;
  height: 16px;
  stroke: #c08768;
}

.icon--socio {
  fill: #a08e5e;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

.icon--facebook {
  width: 14px;
  height: 30px;
}

.icon--telegram {
  width: 30px;
  height: 25px;
}

.icon--twitter {
  width: 34px;
  height: 28px;
}

.icon--vkcom {
  width: 45px;
  height: 40px;
  top: -6px;
  position: relative;
  left: -5px;
}

.icon--point {
  width: 15px;
  height: 21px;
  stroke: #000;
  -webkit-transition: stroke 0.25s ease-out;
  transition: stroke 0.25s ease-out;
}

.icon--list {
  width: 19px;
  height: 12px;
  stroke: #000;
  -webkit-transition: stroke 0.25s ease-out;
  transition: stroke 0.25s ease-out;
}

.logo {
  cursor: pointer;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.logo--burger {
  z-index: 110;
}

.logo--burger-active {
  position: fixed;
}

.logo--header {
  width: 145px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .logo--header {
    width: 115px;
    height: 13px;
  }
}

.logo--footer {
  width: 145px;
  height: 25px;
  margin-top: 3px;
}

.logo--develop {
  width: 95px;
  height: 18px;
}

.logo--sponsor-1 {
  width: 79px;
  height: 80px;
  margin-right: 35px;
}

.logo--sponsor-1:hover .icon--logo-sponsor-1,
.logo--sponsor-1:active .icon--logo-sponsor-1 {
  opacity: 0.2;
}

.logo--sponsor-2 {
  width: 146px;
  height: 42px;
}

.logo--sponsor-2:hover .icon--logo-sponsor-2,
.logo--sponsor-2:active .icon--logo-sponsor-2 {
  opacity: 0.2;
}

.img--author {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .img--author {
    width: 65px;
    height: 65px;
  }
}

.img--animated {
  -webkit-animation: showImg 1.5s ease-in-out forwards;
  animation: showImg 1.5s ease-in-out forwards;
}

@-webkit-keyframes showImg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes showImg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.who-is-dis {
  background: #fbf7f3;
  padding: 135px 0;
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  .who-is-dis {
    padding: 120px 0 145px;
  }
}

@media screen and (max-width: 1023px) {
  .who-is-dis {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .who-is-dis {
    padding: 75px 0;
  }
}

.who-is-dis__title {
  max-width: 645px;
}

.who-is-dis__title-part--1 {
  margin-left: -220px;
}

@media screen and (max-width: 1365px) {
  .who-is-dis__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .who-is-dis__title-part--1 {
    margin-left: 0;
  }
}

.who-is-dis__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 0 15px;
  width: 1115px;
  margin: 0 -240px;
}

@media screen and (max-width: 1365px) {
  .who-is-dis__wrap {
    padding: 90px 0 50px;
    width: 985px;
    margin: 0 -170px;
  }
}

@media screen and (max-width: 1023px) {
  .who-is-dis__wrap {
    padding: 80px 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .who-is-dis__wrap {
    padding: 50px 0 20px;
  }
}

.title--main {
  font: 66px/130% "Neue Machina", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 100px;
}

@media screen and (max-width: 1365px) {
  .title--main {
    font-size: 50px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .title--main {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.title--animated .title__part--1 {
  -webkit-animation: show-left-title 0.75s ease-in-out forwards;
  animation: show-left-title 0.75s ease-in-out forwards;
}

.title--animated .title__part--2 {
  -webkit-animation: show-right-title 0.75s ease-in-out forwards;
  animation: show-right-title 0.75s ease-in-out forwards;
}

.title__part--1 {
  opacity: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 1365px) {
  .title__part--1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .title__part--1 {
    margin-bottom: 15px;
  }
}

.title__part--2 {
  opacity: 0;
}

@-webkit-keyframes show-left-title {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes show-left-title {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes show-right-title {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes show-right-title {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.container {
  width: 645px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .container {
    width: 605px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
  }
}

.container--large {
  width: 1306px;
}

@media screen and (max-width: 1365px) {
  .container--large {
    width: 985px;
  }
}

@media screen and (max-width: 1023px) {
  .container--large {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .container--large {
    width: 320px;
  }
}

.single-regions .section-region .content .su-expand {
  margin: 0 auto;
}

.single-glossary .blockquote--content,
.single-regions .section-region .content .su-expand,
.single-regions .section-region .content p,
.single-regions .section-region .content blockquote,
.single-regions .su-spoiler {
  width: 1085px;
}

@media screen and (max-width: 1365px) {

  .single-glossary .blockquote--content,
  .single-regions .section-region .content .su-expand,
  .single-regions .section-region .content p,
  .single-regions .section-region .content blockquote,
  .single-regions .su-spoiler {
    width: 820px;
  }
}

@media screen and (max-width: 1023px) {

  .single-glossary .blockquote--content,
  .single-regions .section-region .content .su-expand,
  .single-regions .section-region .content p,
  .single-regions .section-region .content blockquote,
  .single-regions .su-spoiler {
    width: 645px;
  }
}

@media screen and (max-width: 767px) {

  .single-glossary .blockquote--content,
  .single-regions .section-region .content .su-expand,
  .single-regions .section-region .content p,
  .single-regions .section-region .content blockquote,
  .single-regions .su-spoiler {
    width: 100%;
    max-width: 440px;
  }
}

.single-regions .section-region .content .su-expand p {
  width: 100%;
}

.single-regions .su-spoiler {
  margin: 0 auto;
}

.single-regions .section-region .content blockquote {
  margin: 70px auto;
  display: block;
}

.single-glossary .term .container,
.single-parallels .reference .container,
.section--content .container {
  width: 1085px;
}

@media screen and (max-width: 1365px) {

  .single-glossary .term .container,
  .single-parallels .reference .container,
  .section--content .container {
    width: 820px;
  }
}

@media screen and (max-width: 1023px) {

  .single-glossary .term .container,
  .single-parallels .reference .container,
  .section--content .container {
    width: 645px;
  }
}

@media screen and (max-width: 767px) {

  .single-glossary .term .container,
  .single-parallels .reference .container,
  .section--content .container {
    width: 100%;
    max-width: 440px;
  }
}

.prg {
  color: #000;
  font: 20px/170% "RF Dewi Light", sans-serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .prg {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.prg--add {
  display: inline;
  margin-bottom: 0;
}

.prg--white {
  color: #fff;
}

.glossary-tooltip img {
  display: none !important;
}

.glossary-tooltip .glossary-link a {
  position: relative;
  font-weight: unset;
  padding: 0 10px 0 0;
  background-color: transparent;
  color: #a08e5e;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-link a:after {
  display: block;
  content: "+";
  width: 9px;
  height: 9px;
  color: #a08e5e;
  position: absolute;
  top: -9px;
  right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .glossary-tooltip .glossary-link a:after {
    top: -7px;
  }
}

.glossary-tooltip .glossary-link:hover a,
.glossary-tooltip .glossary-link:active a {
  color: #c08768;
}

.glossary-tooltip .glossary-link:hover a:after,
.glossary-tooltip .glossary-link:active a:after {
  color: #c08768;
}

.glossary-tooltip .glossary-tooltip-content {
  background-color: #fbf7f3;
  -webkit-box-shadow: 0 10px 15px 5px rgba(48, 54, 61, 0.2);
  box-shadow: 0 10px 15px 5px rgba(48, 54, 61, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content:after {
  border-top-color: #fbf7f3;
  border-left-color: #fbf7f3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 20px solid transparent;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .glossary-tooltip .glossary-tooltip-content:before {
    display: none;
  }
}

.glossary-tooltip .glossary-tooltip-content .glossary-tooltip-text {
  color: #252527;
  font-size: 14px;
  line-height: 160%;
  font-family: "RF Dewi", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content .glossary-tooltip-text a {
  font-family: "TT Commons", sans-serif;
  display: inline-block;
  position: relative;
  color: #a08e5e;
  padding: 0 8px 0 0;
  margin-top: 10px;
  background-color: transparent;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content .glossary-tooltip-text a:before,
.glossary-tooltip .glossary-tooltip-content .glossary-tooltip-text a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: 100%;
  width: 15px;
  height: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content .glossary-tooltip-text a:before {
  background-image: url(img/arrow.svg);
  opacity: 1;
}

.glossary-tooltip .glossary-tooltip-content .glossary-tooltip-text a:after {
  background-image: url(img/arrow-white.svg);
  opacity: 0;
}

.glossary-tooltip .glossary-tooltip-content:hover,
.glossary-tooltip .glossary-tooltip-content:active {
  background-color: #a08e5e;
}

.glossary-tooltip .glossary-tooltip-content:hover:after,
.glossary-tooltip .glossary-tooltip-content:active:after {
  border-top-color: #a08e5e;
  border-left-color: #a08e5e;
}

.glossary-tooltip .glossary-tooltip-content:hover .glossary-tooltip-text,
.glossary-tooltip .glossary-tooltip-content:active .glossary-tooltip-text {
  color: #fff;
}

.glossary-tooltip .glossary-tooltip-content:hover .glossary-tooltip-text a,
.glossary-tooltip .glossary-tooltip-content:active .glossary-tooltip-text a {
  color: #fff;
}

.glossary-tooltip .glossary-tooltip-content:hover .glossary-tooltip-text a:before,
.glossary-tooltip .glossary-tooltip-content:active .glossary-tooltip-text a:before {
  background-image: url(img/arrow.svg);
  opacity: 0;
}

.glossary-tooltip .glossary-tooltip-content:hover .glossary-tooltip-text a:after,
.glossary-tooltip .glossary-tooltip-content:active .glossary-tooltip-text a:after {
  background-image: url(img/arrow-white.svg);
  opacity: 1;
}

.glossary-tooltip .glossary-tooltip-content-mobile {
  background-color: #a08e5e;
}

.glossary-tooltip .glossary-tooltip-content-mobile .glossary-tooltip-text-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  font-family: "RF Dewi", sans-serif;
}

.glossary-tooltip .glossary-tooltip-content-mobile .glossary-tooltip-text-mobile a {
  font-family: "TT Commons", sans-serif;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 0 8px 0 0;
  margin-top: 10px;
  background-color: transparent;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content-mobile .glossary-tooltip-text-mobile a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  left: 100%;
  width: 15px;
  height: 9px;
  background-image: url(img/arrow-white.svg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary-tooltip .glossary-tooltip-content-mobile.glossary-show-tooltip .close {
  display: block;
  top: -5px;
  right: -10px;
  width: 15px;
  height: 15px;
  color: #a08e5e;
}

.glossary-tooltip .glossary-tooltip-content-mobile.glossary-show-tooltip .close:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/close.svg);
  background-size: cover;
}

.glossary__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.glossary__wrap_left {
  min-width: 400px;
  width: 400px;
  max-width: 20%;
  max-height: 100vh;
  height: 100%;
}

.glossary__wrap_right {
  max-width: 80%;
}

.glossary__slider {
  cursor: -webkit-grab;
  cursor: grab;
}

.glossary__slider_wrap {
  width: 95%;
  overflow: hidden;
}

.glossary__slider_item {
  font-family: "RF Dewi", sans-serif;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #252527;
}

.glossary__slider_item p {
  font: 16px/160% "RF Dewi", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.glossary__slider_item p a {
  color: #c08768;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.glossary__slider_item p a:hover,
.glossary__slider_item p a:active {
  color: #95e0e1;
}

.glossary__slider_item_title {
  font: 30px/160% "RF Dewi", sans-serif;
  color: #a08e5e;
  padding-bottom: 15px;
}

.glossary__slider_item_fz10 {
  font-size: 10px;
}

.glossary__slider_item_fz12 {
  font-size: 12px;
}

.glossary__slider_item_fz14 {
  font-size: 14px;
}

.glossary__slider_item_fz16 {
  font-size: 16px;
}

.glossary__slider_item_fz18 {
  font-size: 18px;
}

.glossary__slider_item_fz20 {
  font-size: 20px;
}

.glossary__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #fbf7f3;
  width: 100%;
  height: 100vh;
}

.glossary__aside .section__title {
  font-size: 52px;
}

.blockquote--item {
  position: relative;
  font: 26px/160% "RF Dewi", sans-serif;
  color: #a08e5e;
}

@media screen and (max-width: 767px) {
  .blockquote--item {
    font-size: 18px;
  }
}

.blockquote--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 205px;
  background: #a08e5e;
}

@media screen and (max-width: 767px) {
  .blockquote--item:before {
    width: 85px;
  }
}

.blockquote--item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 205px;
  background: #a08e5e;
}

@media screen and (max-width: 767px) {
  .blockquote--item:after {
    width: 85px;
  }
}

.blockquote--image {
  color: #000;
  font: 37px "RF Dewi Light", sans-serif;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .blockquote--image {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blockquote--image {
    font-size: 18px;
  }
}

.blockquote--image:before {
  content: "«";
  position: absolute;
  top: 0;
  left: -20px;
  width: 13px;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .blockquote--image:before {
    left: -13px;
  }
}

.blockquote--image-white:before {
  color: #fff;
}

.blockquote--image-small {
  max-width: 875px;
  line-height: 160%;
  margin: 80px -115px 0;
}

@media screen and (max-width: 1023px) {
  .blockquote--image-small {
    margin: 65px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .blockquote--image-small {
    margin-top: 30px;
    margin-left: 25px;
  }
}

.blockquote--image-big {
  margin-top: 80px;
  max-width: 975px;
  line-height: 150%;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

@media screen and (max-width: 1919px) {
  .blockquote--image-big {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}

@media screen and (max-width: 1365px) {
  .blockquote--image-big {
    max-width: 950px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@media screen and (max-width: 1023px) {
  .blockquote--image-big {
    max-width: 610px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .blockquote--image-big {
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 45px;
  }

  .blockquote--image-big:before {
    left: 32px;
  }
}

.blockquote--who-is-dis-1 {
  width: 610px;
  margin-bottom: 60px;
  padding: 70px 50px 70px 70px;
}

@media screen and (max-width: 1365px) {
  .blockquote--who-is-dis-1 {
    width: 535px;
    padding-left: 45px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .blockquote--who-is-dis-1 {
    width: 605px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .blockquote--who-is-dis-1 {
    padding: 40px 0;
    width: 100%;
    margin-bottom: 35px;
  }
}

.blockquote--who-is-dis-2 {
  width: 965px;
  margin: 0 auto 160px;
  padding: 70px 50px;
  margin-left: -165px;
  margin-right: -165px;
}

@media screen and (max-width: 1365px) {
  .blockquote--who-is-dis-2 {
    width: 980px;
  }
}

@media screen and (max-width: 1023px) {
  .blockquote--who-is-dis-2 {
    width: 705px;
    margin: 0 -50px 120px;
  }
}

@media screen and (max-width: 767px) {
  .blockquote--who-is-dis-2 {
    width: 100%;
    margin: 0 0 60px;
    padding: 40px 0;
  }
}

.blockquote--who-is-dis-2 .glossary-tooltip .glossary-link a {
  color: #c08768;
}

.blockquote--who-is-dis-2 .glossary-tooltip .glossary-link a:hover {
  color: #b75b29;
}

.blockquote--pressure-power {
  width: 920px;
  margin: 145px auto 0;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  padding: 70px 50px 70px 70px;
}

@media screen and (max-width: 1365px) {
  .blockquote--pressure-power {
    width: 780px;
    padding-left: 45px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .blockquote--pressure-power {
    width: 730px;
    margin: 100px auto 0;
    padding-left: 60px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .blockquote--pressure-power {
    min-width: 280px;
    width: 88%;
    max-width: 400px;
    margin: 50px auto 0;
    padding: 40px 0;
  }
}

.blockquote--restruct-country {
  width: 870px;
  margin: 145px auto 0;
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
  padding: 70px 50px 70px 70px;
}

@media screen and (max-width: 1365px) {
  .blockquote--restruct-country {
    padding-left: 45px;
    padding-right: 5px;
    width: 820px;
  }
}

@media screen and (max-width: 1023px) {
  .blockquote--restruct-country {
    padding-left: 60px;
    width: 725px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .blockquote--restruct-country {
    min-width: 280px;
    width: 88%;
    max-width: 400px;
    padding: 40px 0;
    margin-top: 60px;
  }
}

.blockquote--content {
  width: 865px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .blockquote--content {
    width: 815px;
  }
}

@media screen and (max-width: 1023px) {
  .blockquote--content {
    width: 605px;
  }
}

@media screen and (max-width: 767px) {
  .blockquote--content {
    width: 100%;
    padding-left: 35px;
    padding-right: 20px;
    max-width: 440px;
  }
}

.blockquote--content:before {
  content: "«";
  position: absolute;
  top: 3px;
  left: -15px;
  color: #000;
  font: 26px "RF Dewi", sans-serif;
}

@media screen and (max-width: 1023px) {
  .blockquote--content:before {
    left: -14px;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .blockquote--content:before {
    left: 19px;
    top: -5px;
  }
}

.blockquote--content .content p {
  color: #000;
  font: 26px/150% "RF Dewi", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .blockquote--content .content p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.blockquote--content .content cite {
  color: #000;
  opacity: 0.3;
  font: 20px/160% "RF Dewi Light", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .blockquote--content .content cite {
    font-size: 12px;
  }
}

.blockquote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockquote__text--who-is-dis {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .blockquote__text--who-is-dis {
    margin-bottom: 30px;
  }
}

.blockquote__text--big {
  margin-bottom: 65px;
}

@media screen and (max-width: 1023px) {
  .blockquote__text--big {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .blockquote__text--big {
    margin-bottom: 30px;
  }
}

.blockquote__text--white {
  color: #fff;
}

.blockquote__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.blockquote__img--small {
  margin-right: 15px;
}

.blockquote__img--big {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .blockquote__img--big {
    margin-right: 10px;
  }
}

.blockquote__name {
  color: #000;
  opacity: 0.3;
  font: 18px/160% "RF Dewi Light", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .blockquote__name {
    font-size: 12px;
  }
}

.blockquote__name--white {
  color: #fff;
}

.illustr--1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .illustr--1 {
    position: static;
  }
}

.illustr--2 {
  margin-right: -35px;
}

@media screen and (max-width: 1365px) {
  .illustr--2 {
    margin-right: -10px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr--2 {
    margin-bottom: 100px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .illustr--2 {
    margin-bottom: 45px;
  }
}

.illustr--3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 50px 0 110px;
  height: 850px;
}

@media screen and (max-width: 1919px) {
  .illustr--3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  .illustr--3 {
    height: auto;
    margin-bottom: 155px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--3 {
    margin-top: 35px;
    margin-bottom: 55px;
  }
}

.illustr--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px 0 85px;
}

@media screen and (max-width: 1365px) {
  .illustr--4 {
    margin: -10px 0 75px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr--4 {
    margin: -20px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--4 {
    margin: 0 0 50px;
  }
}

.illustr--5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}

.illustr--6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -215px -245px -115px 0;
}

@media screen and (max-width: 1023px) {
  .illustr--6 {
    margin: -205px -195px -95px 0;
  }
}

@media screen and (max-width: 767px) {
  .illustr--6 {
    margin: -45px 0 -30px;
  }
}

.illustr--7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 75px;
}

@media screen and (max-width: 767px) {
  .illustr--7 {
    margin: 45px 0;
  }
}

.illustr--8 {
  margin: -140px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .illustr--8 {
    margin-top: -125px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--8 {
    margin: -65px 0 55px;
  }
}

.illustr--9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 75px 0 50px;
}

@media screen and (max-width: 1365px) {
  .illustr--9 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr--9 {
    margin: 105px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--9 {
    margin: 50px 0 35px;
    padding-bottom: 0;
  }
}

.illustr--10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -210px 0 30px;
}

@media screen and (max-width: 1365px) {
  .illustr--10 {
    margin: -110px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--10 {
    margin: -75px 0 30px;
  }
}

.illustr--11 {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: -1;
}

.illustr--12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -120px 0 -140px;
}

@media screen and (max-width: 1919px) {
  .illustr--12 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  .illustr--12 {
    margin: -125px 0 -130px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--12 {
    margin: -35px 0 -40px;
  }
}

.illustr--13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -975px;
}

@media screen and (max-width: 1365px) {
  .illustr--13 {
    margin: 40px 0 -855px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr--13 {
    margin-bottom: -810px;
  }
}

@media screen and (max-width: 767px) {
  .illustr--13 {
    margin: 30px 0 -405px;
  }
}

.illustr--14 {
  position: absolute;
  right: 14%;
  bottom: -25px;
  z-index: -1;
}

@media screen and (max-width: 1919px) {
  .illustr--14 {
    right: 0;
  }
}

@media screen and (max-width: 1365px) {
  .illustr--14 {
    bottom: -30px;
  }
}

.illustr__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.illustr__img--1 {
  width: 1600px;
  min-height: 780px;
  height: calc(100% - 240px);
}

@media screen and (max-width: 1919px) {
  .illustr__img--1 {
    width: 1215px;
    min-height: 600px;
  }
}

@media screen and (max-width: 1365px) {
  .illustr__img--1 {
    min-height: 580px;
    height: calc(100% - 175px);
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--1 {
    min-height: 325px;
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
}

.illustr__img--2 {
  width: 540px;
  height: 515px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--2 {
    width: 465px;
    height: 445px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--2 {
    width: 280px;
    height: 265px;
  }
}

.illustr__img--3 {
  width: 1640px;
  height: 850px;
}

@media screen and (max-width: 1023px) {
  .illustr__img--3 {
    width: 1215px;
    height: 625px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--3 {
    width: 505px;
    height: 260px;
  }
}

.illustr__img--4 {
  width: 1260px;
  height: 795px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--4 {
    width: 1180px;
    height: 680px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--4 {
    width: 280px;
    height: 265px;
  }
}

.illustr__img--4:before {
  content: "";
  position: absolute;
  bottom: 2%;
  left: -13%;
  width: 345px;
  height: 210px;
  background: url("img/illustr-4.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1365px) {
  .illustr__img--4:before {
    bottom: 0;
    left: -15%;
    width: 305px;
    height: 185px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--4:before {
    display: none;
  }
}

.illustr__img--5 {
  width: 1635px;
  height: 1170px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--5 {
    width: 1365px;
    height: 970px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--5 {
    width: 565px;
    height: 405px;
  }
}

.illustr__img--6 {
  width: 1120px;
  height: 1390px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--6 {
    width: 920px;
    height: 1205px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--6 {
    width: 840px;
    height: 1040px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--6 {
    width: 360px;
    height: 445px;
  }
}

.illustr__img--6:before {
  content: "";
  position: absolute;
  top: -1%;
  right: 10%;
  width: 165px;
  height: 90px;
  background: url("img/illustr-6.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1365px) {
  .illustr__img--6:before {
    top: 0;
    right: 13%;
    width: 135px;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--6:before {
    right: -2%;
    width: 65px;
    height: 35px;
  }
}

.illustr__img--7 {
  width: 1370px;
  height: 755px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--7 {
    width: 1185px;
    height: 655px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--7 {
    width: 840px;
    height: 465px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--7 {
    width: 590px;
    height: 325px;
  }
}

.illustr__img--8 {
  width: 675px;
  height: 700px;
}

@media screen and (max-width: 1023px) {
  .illustr__img--8 {
    width: 620px;
    height: 640px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--8 {
    height: 295px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--8 {
    width: 285px;
    height: 295px;
  }
}

.illustr__img--9 {
  width: 1365px;
  height: 790px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--9 {
    width: 1240px;
    height: 720px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--9 {
    height: 635px;
    width: 1085px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--9 {
    width: 485px;
    height: 280px;
  }
}

.illustr__img--10 {
  width: 1365px;
  height: 925px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--10 {
    width: 1070px;
    height: 725px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--10 {
    width: 930px;
    height: 630px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--10 {
    width: 590px;
    height: 400px;
  }
}

.illustr__img--10:before {
  content: "";
  position: absolute;
  top: 6%;
  right: -1%;
  width: 230px;
  height: 130px;
  background: url("img/illustr-10.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1365px) {
  .illustr__img--10:before {
    top: 7%;
    right: 0;
    width: 180px;
    height: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--10:before {
    top: 6%;
    right: 1%;
    width: 140px;
    height: 80px;
  }
}

.illustr__img--11 {
  width: 1635px;
  height: 1160px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--11 {
    height: 1105px;
  }
}

.illustr__img--12 {
  width: 1525px;
  height: 950px;
  z-index: -12;
}

@media screen and (max-width: 1365px) {
  .illustr__img--12 {
    width: 1240px;
    height: 775px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--12 {
    width: 1120px;
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--12 {
    width: 475px;
    height: 295px;
  }
}

.illustr__img--13 {
  width: 1366px;
  height: 1580px;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .illustr__img--13 {
    width: 1255px;
    height: 1450px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--13 {
    width: 1135px;
    height: 1315px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--13 {
    width: 570px;
    height: 660px;
  }
}

.illustr__img--14 {
  width: 520px;
  height: 300px;
}

@media screen and (max-width: 1365px) {
  .illustr__img--14 {
    width: 475px;
    height: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img--14 {
    width: 455px;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img--14 {
    width: 320px;
    height: 255px;
  }
}

.illustr__img-item {
  width: 100%;
  height: 100%;
}

.illustr__img-item--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-42%, -49%);
  transform: translate(-42%, -49%);
}

@media screen and (max-width: 1919px) {
  .illustr__img-item--1 {
    -webkit-transform: translate(-37%, -51%);
    transform: translate(-37%, -51%);
  }
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--1 {
    -webkit-transform: translate(-34%, -50%);
    transform: translate(-34%, -50%);
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--1 {
    -webkit-transform: translate(-73%, -50%);
    transform: translate(-73%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--1 {
    -webkit-transform: translate(-82%, -46%);
    transform: translate(-82%, -46%);
  }
}

.illustr__img-item--2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -49%);
  transform: translate(-55%, -49%);
  width: 135%;
  height: 130%;
}

.illustr__img-item--3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -52%);
  transform: translate(-45%, -52%);
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1919px) {
  .illustr__img-item--3 {
    -webkit-transform: translate(-37%, -52%);
    transform: translate(-37%, -52%);
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--3 {
    -webkit-transform: translate(-37%, -36%);
    transform: translate(-37%, -36%);
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--3 {
    -webkit-transform: translate(-37%, -50%);
    transform: translate(-37%, -50%);
  }
}

.illustr__img-item--4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -52%);
  transform: translate(-45%, -52%);
  width: 105%;
  height: 105%;
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--4 {
    -webkit-transform: translate(-48%, -52%);
    transform: translate(-48%, -52%);
    width: 95%;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--4 {
    -webkit-transform: translate(-49%, -52%);
    transform: translate(-49%, -52%);
    width: 90%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--4 {
    -webkit-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
    width: 155%;
    height: 105%;
  }
}

.illustr__img-item--5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -55%);
  transform: translate(-60%, -55%);
  width: 105%;
  height: 105%;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--5 {
    width: 100%;
    height: 100%;
  }
}

.illustr__img-item--6 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-59%, -54%);
  transform: translate(-59%, -54%);
  width: 120%;
  height: 120%;
}

@media screen and (max-width: 1919px) {
  .illustr__img-item--6 {
    -webkit-transform: translate(-59%, -49%);
    transform: translate(-59%, -49%);
  }
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--6 {
    -webkit-transform: translate(-63%, -48%);
    transform: translate(-63%, -48%);
    width: 130%;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--6 {
    width: 125%;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--6 {
    width: 120%;
    -webkit-transform: translate(-53%, -48%);
    transform: translate(-53%, -48%);
  }
}

.illustr__img-item--7 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--7 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--7 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.illustr__img-item--8 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
  transform: translate(-52%, -50%);
  width: 110%;
  height: 110%;
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--8 {
    -webkit-transform: translate(-52%, -47%);
    transform: translate(-52%, -47%);
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--8 {
    -webkit-transform: translate(-54%, -49%);
    transform: translate(-54%, -49%);
    height: 115%;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--8 {
    -webkit-transform: translate(-54%, -45%);
    transform: translate(-54%, -45%);
  }
}

.illustr__img-item--9 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  width: 105%;
  height: 105%;
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--9 {
    -webkit-transform: translate(-49%, -54%);
    transform: translate(-49%, -54%);
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--9 {
    -webkit-transform: translate(-47%, -54%);
    transform: translate(-47%, -54%);
  }
}

.illustr__img-item--10 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -42%);
  transform: translate(-50%, -42%);
}

@media screen and (max-width: 767px) {
  .illustr__img-item--10 {
    width: 105%;
    -webkit-transform: translate(-47%, -42%);
    transform: translate(-47%, -42%);
  }
}

.illustr__img-item--11 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
  transform: translate(-52%, -50%);
  height: 145%;
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--11 {
    -webkit-transform: translate(-55%, -60%);
    transform: translate(-55%, -60%);
    width: 85%;
    height: 85%;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--11 {
    -webkit-transform: translate(-54%, -60%);
    transform: translate(-54%, -60%);
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--11 {
    display: none;
    -webkit-transform: translate(-40%, -64%);
    transform: translate(-40%, -64%);
  }
}

.illustr__img-item--12 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-57%, -47%);
  transform: translate(-57%, -47%);
  width: 125%;
  height: 125%;
}

@media screen and (max-width: 1919px) {
  .illustr__img-item--12 {
    -webkit-transform: translate(-67%, -47%);
    transform: translate(-67%, -47%);
    width: 120%;
    height: 120%;
  }
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--12 {
    -webkit-transform: translate(-72%, -43%);
    transform: translate(-72%, -43%);
    width: 115%;
    height: 115%;
  }
}

@media screen and (max-width: 1023px) {
  .illustr__img-item--12 {
    -webkit-transform: translate(-72%, -47%);
    transform: translate(-72%, -47%);
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--12 {
    -webkit-transform: translate(-70%, -48%);
    transform: translate(-70%, -48%);
  }
}

.illustr__img-item--13 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -66%);
  transform: translate(-50%, -66%);
}

@media screen and (max-width: 1365px) {
  .illustr__img-item--13 {
    -webkit-transform: translate(-55%, -66%);
    transform: translate(-55%, -66%);
  }
}

@media screen and (max-width: 767px) {
  .illustr__img-item--13 {
    -webkit-transform: translate(-50%, -66%);
    transform: translate(-50%, -66%);
  }
}

.slider--scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -100px;
  overflow: hidden;
}

@media screen and (max-width: 1919px) {
  .slider--scroll {
    margin-right: -140px;
  }
}

@media screen and (max-width: 1365px) {
  .slider--scroll {
    margin-right: -60px;
  }
}

@media screen and (max-width: 1023px) {
  .slider--scroll {
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .slider--scroll {
    margin-right: 0;
    width: 280px;
    margin: 0 auto;
  }
}

.slider--page {
  margin: 80px -640px 80px -540px;
}

@media screen and (max-width: 1919px) {
  .slider--page {
    margin-left: -330px;
    margin-right: -360px;
  }
}

@media screen and (max-width: 1365px) {
  .slider--page {
    margin-left: -170px;
    margin-right: -190px;
  }
}

@media screen and (max-width: 1023px) {
  .slider--page {
    margin-left: 0;
    margin-right: -80px;
  }
}

@media screen and (max-width: 767px) {
  .slider--page {
    margin: 40px -20px 40px 0;
  }
}

.slider--events {
  overflow: hidden;
  margin-left: -100px;
  margin-right: -100px;
  -ms-touch-action: none;
  touch-action: none;
}

@media screen and (max-width: 1919px) {
  .slider--events {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .slider--events {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .slider--biogs {
    width: 280px;
    margin: 0 auto;
  }
}

.slider__wrap--biogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__wrap--count {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider__wrap--count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.slider__wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .slider__wrap--center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.slider__wrap--events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 1023px) {
  .slider__wrap--events {
    overflow: scroll;
  }
}

.slider__count {
  font: 16px "RF Dewi", sans-serif;
  color: #a08e5e;
}

.slider__count--separ {
  padding: 0 5px;
}

.slider__count--active {
  color: #252527;
}

.slider__content--page {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .slider__content--page {
    margin-bottom: 0;
  }
}

.slider__content--biogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .slider__content--biogs {
    margin-bottom: 20px;
  }
}

.slider__content--biogs article {
  margin: 0 10px;
}

.slider__content--biogs .slick-list {
  overflow: visible;
  width: 100%;
}

.slider__content--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}

@media screen and (max-width: 1919px) {
  .slider__content--center {
    margin-right: 0;
  }
}

.slider__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider__item--scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .slider__item--scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }
}

.slider__item--page {
  margin-right: 20px;
  width: 645px;
  height: 360px;
}

@media screen and (max-width: 1023px) {
  .slider__item--page {
    width: 605px;
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .slider__item--page {
    width: 280px;
    height: 160px;
  }
}

.slider__item--events {
  width: 440px;
  padding: 0 30px 50px;
  cursor: -webkit-grab;
  cursor: grab;
}

@media screen and (max-width: 1023px) {
  .slider__item--events {
    width: 340px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slider__item--events {
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.slider__item--events:first-child {
  padding-left: 100px;
  width: 510px;
}

@media screen and (max-width: 1919px) {
  .slider__item--events:first-child {
    padding-left: 30px;
    width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .slider__item--events:first-child {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .slider__item--events:first-child {
    width: 320px;
    padding-left: 20px;
  }
}

.slider__item--events:last-child {
  padding-right: 100px;
  width: 510px;
}

@media screen and (max-width: 1919px) {
  .slider__item--events:last-child {
    padding-right: 30px;
    width: 440px;
  }
}

@media screen and (max-width: 1023px) {
  .slider__item--events:last-child {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .slider__item--events:last-child {
    width: 320px;
    padding-right: 20px;
  }
}

.slider__item--events:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .slider__item--events:not(:last-child) {
    border: none;
  }
}

.slider__img {
  height: 100%;
  width: auto;
}

.slider__img-item {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__illustr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-right: 40px;
}

@media screen and (max-width: 1365px) {
  .slider__illustr {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .slider__illustr {
    margin-right: 0;
    width: 280px;
    height: 320px;
  }
}

.slider__illustr--1 {
  width: 320px;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--1 {
    width: 280px;
  }
}

.slider__illustr--2 {
  width: 375px;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--2 {
    width: 280px;
  }
}

.slider__illustr--3 {
  width: 370px;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--3 {
    width: 280px;
  }
}

.slider__illustr--4 {
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--4 {
    width: 280px;
  }
}

.slider__illustr--5 {
  width: 300px;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--5 {
    width: 280px;
  }
}

.slider__illustr--circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(160, 142, 94, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--circle:before {
    width: 275px;
    height: 275px;
  }
}

.slider__illustr--rhomb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(160, 142, 94, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .slider__illustr--rhomb:before {
    width: 200px;
    height: 200px;
  }
}

.slider__illustr-item {
  position: absolute;
  top: 50%;
  left: 50%;
}

.slider__illustr-item--1 {
  width: 130%;
  height: 130%;
  -webkit-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
}

@media screen and (max-width: 767px) {
  .slider__illustr-item--1 {
    width: 110%;
    height: 110%;
  }
}

.slider__illustr-item--2 {
  width: 110%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .slider__illustr-item--2 {
    width: 130%;
  }
}

.slider__illustr-item--3 {
  width: 130%;
  height: 130%;
  -webkit-transform: translate(-54%, -40%);
  transform: translate(-54%, -40%);
}

@media screen and (max-width: 1023px) {
  .slider__illustr-item--3 {
    -webkit-transform: translate(-50%, -43%);
    transform: translate(-50%, -43%);
  }
}

@media screen and (max-width: 767px) {
  .slider__illustr-item--3 {
    width: 125%;
    height: 120%;
  }
}

.slider__illustr-item--4 {
  width: 130%;
  height: 130%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .slider__illustr-item--4 {
    width: 110%;
    height: 110%;
  }
}

.slider__illustr-item--5 {
  width: 160%;
  height: 140%;
  -webkit-transform: translate(-50%, -44%);
  transform: translate(-50%, -44%);
}

@media screen and (max-width: 1023px) {
  .slider__illustr-item--5 {
    width: 150%;
    height: 130%;
  }
}

@media screen and (max-width: 767px) {
  .slider__illustr-item--5 {
    width: 120%;
    height: 110%;
  }
}

.slider__block {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .slider__block {
    padding-top: 30px;
  }
}

.slider__block--1 {
  width: 265px;
}

@media screen and (max-width: 767px) {
  .slider__block--1 {
    width: 280px;
  }
}

.slider__block--2 {
  width: 265px;
}

@media screen and (max-width: 767px) {
  .slider__block--2 {
    width: 280px;
  }
}

.slider__block--3 {
  width: 565px;
}

@media screen and (max-width: 1023px) {
  .slider__block--3 {
    width: 425px;
  }
}

@media screen and (max-width: 767px) {
  .slider__block--3 {
    width: 280px;
  }
}

.slider__block--4 {
  width: 510px;
}

@media screen and (max-width: 1023px) {
  .slider__block--4 {
    width: 425px;
  }
}

@media screen and (max-width: 767px) {
  .slider__block--4 {
    width: 280px;
  }
}

.slider__block--5 {
  width: 330px;
}

@media screen and (max-width: 767px) {
  .slider__block--5 {
    width: 280px;
  }
}

.slider__title--scroll {
  font: 86px "Neue Machina", sans-serif;
  letter-spacing: 0.12em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (max-width: 1365px) {
  .slider__title--scroll {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .slider__title--scroll {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.slider__title--events {
  font: 30px "RF Dewi", sans-serif;
  color: #a08e5e;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .slider__title--events {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.slider__descrip--scroll {
  font: 26px/160% "RF Dewi", sans-serif;
  color: #a08e5e;
}

@media screen and (max-width: 1023px) {
  .slider__descrip--scroll {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slider__descrip--scroll {
    font-size: 18px;
  }
}

.slider__descrip--events {
  font: 14px/160% "RF Dewi", sans-serif;
  color: #252527;
  margin-bottom: 10px;
  max-height: 154px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider__descrip--events {
    font-size: 12px;
  }
}

.slider__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .slider__control--page {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slider__control--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slider__arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #a08e5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}

.slider__arrow:hover,
.slider__arrow:active {
  background: #c08768;
}

.slider__arrow:hover .icon--arrow-slider,
.slider__arrow:active .icon--arrow-slider {
  stroke: #fff;
}

.slider__arrow--prev {
  margin-right: 30px;
}

.slider__arrow--prev .icon--arrow-slider {
  -webkit-transform: scale(1, -1) rotate(90deg);
  transform: scale(1, -1) rotate(90deg);
}

.slider__arrow--next .icon--arrow-slider {
  -webkit-transform: scale(-1, -1) rotate(90deg);
  transform: scale(-1, -1) rotate(90deg);
}

.slider__link {
  font: 16px "TT Commons", sans-serif;
  color: #a08e5e;
  cursor: pointer;
  display: none;
}

.welcome-to-club {
  padding: 175px 0;
}

@media screen and (max-width: 1365px) {
  .welcome-to-club {
    padding: 145px 0;
  }
}

@media screen and (max-width: 1023px) {
  .welcome-to-club {
    padding: 120px 0 155px;
  }
}

@media screen and (max-width: 767px) {
  .welcome-to-club {
    padding: 70px 0;
  }
}

.welcome-to-club__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .welcome-to-club__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 720px;
    margin-left: -60px;
  }
}

@media screen and (max-width: 767px) {
  .welcome-to-club__title {
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
    line-height: 48px;
    white-space: nowrap;
    margin-left: 0;
  }
}

.welcome-to-club__title-part--1 {
  margin-left: -220px;
  margin-right: -90px;
}

@media screen and (max-width: 1365px) {
  .welcome-to-club__title-part--1 {
    margin-left: -185px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .welcome-to-club__title-part--1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .welcome-to-club__title-part--1 {
    margin-left: -20px;
    margin-bottom: 0;
  }
}

.welcome-to-club__title-part--2 {
  margin-right: -265px;
}

@media screen and (max-width: 1365px) {
  .welcome-to-club__title-part--2 {
    margin-right: -145px;
  }
}

@media screen and (max-width: 1023px) {
  .welcome-to-club__title-part--2 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .welcome-to-club__title-part--2 {
    margin-left: -20px;
  }
}

.welcome-to-club__title-slider {
  color: #000;
  font: 26px "RF Dewi", sans-serif;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .welcome-to-club__title-slider {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.welcome-to-club__rules {
  width: 1720px;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .welcome-to-club__rules {
    width: 1086px;
  }
}

@media screen and (max-width: 1365px) {
  .welcome-to-club__rules {
    width: 904px;
  }
}

@media screen and (max-width: 1023px) {
  .welcome-to-club__rules {
    width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .welcome-to-club__rules {
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
  }
}

.when-did-dis {
  background: #252527;
  padding: 140px 0 180px;
}

@media screen and (max-width: 1365px) {
  .when-did-dis {
    padding: 125px 0 150px;
  }
}

@media screen and (max-width: 767px) {
  .when-did-dis {
    padding: 80px 0;
  }
}

.when-did-dis__title {
  color: #fff;
}

.when-did-dis__title-part--1 {
  margin-left: -210px;
}

@media screen and (max-width: 1365px) {
  .when-did-dis__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .when-did-dis__title-part--1 {
    margin-left: 0;
  }
}

.scale-movement {
  padding: 145px 0 240px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  .scale-movement {
    padding: 125px 0 175px;
  }
}

@media screen and (max-width: 767px) {
  .scale-movement {
    padding: 80px 0 60px;
  }
}

.scale-movement__title-part--1 {
  margin-left: -210px;
}

@media screen and (max-width: 1365px) {
  .scale-movement__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .scale-movement__title-part--1 {
    margin-left: 0;
  }
}

.scale-movement__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -215px 0 -390px;
}

@media screen and (max-width: 1365px) {
  .scale-movement__count {
    margin: -190px 0 -315px;
  }
}

@media screen and (max-width: 767px) {
  .scale-movement__count {
    margin: -40px 0;
  }
}

.scale-movement__counter {
  font: 220px "Neue Machina", sans-serif;
  letter-spacing: 0.12em;
  color: #000;
  position: absolute;
  top: 50%;
  width: 1200px;
  padding-right: 100px;
  -webkit-transform: translate(210px, -45px);
  transform: translate(210px, -45px);
  background: linear-gradient(269.72deg, rgba(0, 0, 0, 0) 3.77%, #000 99.91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1919px) {
  .scale-movement__counter {
    -webkit-transform: translate(210px, -40px);
    transform: translate(210px, -40px);
  }
}

@media screen and (max-width: 1365px) {
  .scale-movement__counter {
    font-size: 190px;
    width: 1100px;
    padding-right: 80px;
    -webkit-transform: translate(150px, -40px);
    transform: translate(150px, -40px);
  }
}

@media screen and (max-width: 1023px) {
  .scale-movement__counter {
    font-size: 150px;
    width: 800px;
    padding-right: 60px;
    -webkit-transform: translate(55px, 15px);
    transform: translate(55px, 15px);
  }
}

@media screen and (max-width: 767px) {
  .scale-movement__counter {
    padding-right: 20px;
    width: 300px;
    font-size: 60px;
    -webkit-transform: translate(25px, 40px);
    transform: translate(25px, 40px);
  }
}

.tools {
  background: #fbf7f3;
  padding: 135px 0 150px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1365px) {
  .tools {
    padding: 115px 0 125px;
  }
}

@media screen and (max-width: 767px) {
  .tools {
    padding: 75px 0 70px;
  }
}

.tools__title-part--1 {
  margin-left: -215px;
}

@media screen and (max-width: 1365px) {
  .tools__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .tools__title-part--1 {
    margin-left: 0;
  }
}

.wanted-power {
  padding: 105px 0 180px;
}

@media screen and (max-width: 1365px) {
  .wanted-power {
    padding: 90px 0 150px;
  }
}

@media screen and (max-width: 1023px) {
  .wanted-power {
    padding: 90px 0 130px;
  }
}

@media screen and (max-width: 767px) {
  .wanted-power {
    padding: 80px 0;
  }
}

.wanted-power__title-part--1 {
  margin-left: -120px;
  margin-right: -140px;
}

@media screen and (max-width: 1365px) {
  .wanted-power__title-part--1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 1023px) {
  .wanted-power__title-part--1 {
    margin-left: -35px;
    margin-right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .wanted-power__title-part--1 {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .wanted-power__title-part--1 span {
    margin-top: 15px;
  }
}

.wanted-power__title-part--2 {
  margin: 0 -40px 0 -30px;
}

@media screen and (max-width: 1365px) {
  .wanted-power__title-part--2 {
    margin: 0 0 0 55px;
  }
}

@media screen and (max-width: 1023px) {
  .wanted-power__title-part--2 {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .wanted-power__title-part--2 {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

.pressure-power {
  background: #252527;
  padding: 130px 0 160px;
}

@media screen and (max-width: 1365px) {
  .pressure-power {
    padding: 105px 0 145px;
  }
}

@media screen and (max-width: 767px) {
  .pressure-power {
    padding: 80px 0;
  }
}

.pressure-power__title {
  color: #fff;
}

.pressure-power__title-part--1 {
  margin-left: -215px;
}

@media screen and (max-width: 1365px) {
  .pressure-power__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .pressure-power__title-part--1 {
    margin-left: 0;
  }
}

.coordination {
  position: relative;
  padding: 270px 0 310px;
}

@media screen and (max-width: 1365px) {
  .coordination {
    padding: 180px 0 230px;
  }
}

@media screen and (max-width: 767px) {
  .coordination {
    padding: 50px 0;
  }
}

.coordination__title {
  margin-bottom: 90px;
}

@media screen and (max-width: 1365px) {
  .coordination__title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .coordination__title {
    margin-bottom: 40px;
  }
}

.coordination__title-part--1 {
  margin-left: -215px;
}

@media screen and (max-width: 1365px) {
  .coordination__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .coordination__title-part--1 {
    margin-left: 0;
  }
}

.crisis {
  background: #fbf7f3;
  padding: 135px 0 140px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1365px) {
  .crisis {
    padding-bottom: 115px;
  }
}

@media screen and (max-width: 1023px) {
  .crisis {
    padding: 125px 0 105px;
  }
}

@media screen and (max-width: 767px) {
  .crisis {
    padding: 75px 0 70px;
  }
}

.crisis__title-part--1 {
  margin-left: -215px;
}

@media screen and (max-width: 1365px) {
  .crisis__title-part--1 {
    margin-left: -130px;
  }
}

@media screen and (max-width: 1023px) {
  .crisis__title-part--1 {
    margin-left: 0;
  }
}

.restruct-country {
  padding: 155px 0 140px;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .restruct-country {
    padding: 145px 0 190px;
  }
}

@media screen and (max-width: 1023px) {
  .restruct-country {
    padding: 135px 0 155px;
  }
}

@media screen and (max-width: 767px) {
  .restruct-country {
    padding: 80px 0 205px;
  }
}

.restruct-country__title-part--1 {
  margin-left: -215px;
  margin-bottom: 0;
}

@media screen and (max-width: 1365px) {
  .restruct-country__title-part--1 {
    margin-left: -130px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .restruct-country__title-part--1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .restruct-country__title-part--1 {
    margin-bottom: 0;
  }
}

.burger {
  z-index: 110;
  cursor: pointer;
}

.error404 .burger {
  display: none;
}

.burger--upper {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 25px;
}

@media screen and (max-width: 1023px) {
  .burger--upper {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .burger--upper {
    margin-right: 15px;
    width: 25px;
    height: 15px;
  }
}

.burger--scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fbf7f3;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  .burger--scroll {
    width: 65px;
    height: 65px;
  }
}

.burger--scroll-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.input {
  width: 100%;
}

.input--burger {
  font: 30px "RF Dewi", sans-serif;
  padding: 20px 100px;
  border-bottom: 1px solid #c7c7c7;
}

.input--burger::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger::-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger::placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger::-ms-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--burger:focus:placeholder {
  opacity: 0;
}

.input--burger:focus::-ms-placeholder {
  opacity: 0;
}

.input--burger:focus:-ms-input-placeholder {
  opacity: 0;
}

@media screen and (max-width: 1919px) {
  .input--burger {
    font-size: 26px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .input--burger::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger::-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger::placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger::-ms-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 26px "RF Dewi", sans-serif;
  }

  .input--burger:focus:placeholder {
    opacity: 0;
  }

  .input--burger:focus::-ms-placeholder {
    opacity: 0;
  }

  .input--burger:focus:-ms-input-placeholder {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .input--burger {
    font-size: 18px;
    padding: 15px 40px;
  }

  .input--burger::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger::-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger::placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger::-ms-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--burger:focus:placeholder {
    opacity: 0;
  }

  .input--burger:focus::-ms-placeholder {
    opacity: 0;
  }

  .input--burger:focus:-ms-input-placeholder {
    opacity: 0;
  }
}

.input--search {
  text-align: center;
  font: 30px "RF Dewi", sans-serif;
  padding: 20px 100px;
  border-bottom: 1px solid #c7c7c7;
}

.input--search::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search::-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search::placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search::-ms-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 30px "RF Dewi", sans-serif;
}

.input--search:focus:placeholder {
  opacity: 0;
}

.input--search:focus::-ms-placeholder {
  opacity: 0;
}

.input--search:focus:-ms-input-placeholder {
  opacity: 0;
}

@media screen and (max-width: 1919px) {
  .input--search {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 767px) {
  .input--search {
    font-size: 18px;
    padding: 15px 40px;
  }

  .input--search::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search::-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search::placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search::-ms-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
    font: 18px "RF Dewi", sans-serif;
  }

  .input--search:focus:placeholder {
    opacity: 0;
  }

  .input--search:focus::-ms-placeholder {
    opacity: 0;
  }

  .input--search:focus:-ms-input-placeholder {
    opacity: 0;
  }
}

.input--header {
  font: 18px "RF Dewi", sans-serif;
  padding: 10px 45px;
}

.input--header::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header::-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header::placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header::-ms-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font: 18px "RF Dewi", sans-serif;
}

.input--header:focus:placeholder {
  opacity: 0;
}

.input--header:focus::-ms-placeholder {
  opacity: 0;
}

.input--header:focus:-ms-input-placeholder {
  opacity: 0;
}

.form--menu {
  position: absolute;
  background: #fff;
  padding: 10px 20px;
  top: -15px;
  right: -20px;
  width: calc(100% + 50px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.alphabetical__order_link,
.alphabetical__order_link:link,
.alphabetical__order_link:visited {
  font: 18px "RF Dewi", sans-serif;
  -webkit-transition: color .25s ease-out;
  -o-transition: color .25s ease-out;
  transition: color .25s ease-out;
  padding: 5px;
  background: #fff;
  color: black;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.alphabetical__order_link:hover,
.alphabetical__order_link:active {
  color: #c08768 !important;
}

.aplhabetical__order_link_active {
  color: #c08768 !important;
}

.ds_filters_chars_wrapper {
  margin-bottom: 30px !important;
}

.ds_filters_chars {
  justify-content: center;
}

.ds_filter_char {
  margin-right: 25px !important;
}

@media screen and (max-width: 1919px) {
  .form--menu {
    right: -5px;
  }
}

@media screen and (max-width: 1365px) {
  .form--menu {
    right: 0;
    top: -20px;
    width: calc(100% + 40px);
  }
}

.form--active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.want-more {
  background: #252527;
  padding-top: 145px;
}

@media screen and (max-width: 1365px) {
  .want-more {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .want-more {
    padding: 60px 20px 0;
  }
}

.want-more__title {
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 155px;
}

@media screen and (max-width: 1365px) {
  .want-more__title {
    margin-bottom: 105px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .want-more__title {
    margin-bottom: 50px;
  }
}

.want-more__block-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-family: "TT Norms", sans-serif;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  margin-bottom: 40px;
}

@media screen and (max-width: 1919px) {
  .want-more__block-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1365px) {
  .want-more__block-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__block-title {
    margin-bottom: 15px;
  }
}

.want-more__block-title--main {
  font-size: 104px;
}

@media screen and (max-width: 1365px) {
  .want-more__block-title--main {
    font-size: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__block-title--main {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__block-title--main {
    font-size: 46px;
  }
}

.want-more__block-title--item {
  font-size: 34px;
}

@media screen and (max-width: 1365px) {
  .want-more__block-title--item {
    font-size: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__block-title--item {
    font-size: 26px;
  }
}

.want-more__wrap {
  width: 1720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 1919px) {
  .want-more__wrap {
    width: 1305px;
  }
}

@media screen and (max-width: 1365px) {
  .want-more__wrap {
    width: 985px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__wrap {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__wrap {
    width: 100%;
    max-width: 400px;
  }
}

.want-more__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(160, 142, 94, 0.3);
  padding: 0 205px;
}

@media screen and (max-width: 1919px) {
  .want-more__block {
    padding: 0 110px;
  }
}

@media screen and (max-width: 1365px) {
  .want-more__block {
    padding: 0 85px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__block {
    padding: 0 45px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__block {
    padding: 0 25px;
  }
}

.want-more__block--main {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.want-more__block--item {
  width: 50%;
  min-height: 350px;
}

@media screen and (max-width: 767px) {
  .want-more__block--item {
    width: 100%;
    min-height: 205px;
  }
}

.want-more__block:hover .want-more__block-title,
.want-more__block:active .want-more__block-title {
  color: #c08768;
}

.want-more__block:hover .btn--rhomb,
.want-more__block:active .btn--rhomb {
  border-color: #c08768;
}

.want-more__block:hover .icon--arrow-side,
.want-more__block:active .icon--arrow-side {
  stroke: #c08768;
}

.want-more__picture {
  width: 410px;
  height: 410px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 1365px) {
  .want-more__picture {
    width: 330px;
    height: 330px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__picture {
    width: 310px;
    height: 310px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__picture {
    display: none;
  }
}

.want-more__img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}

.want-more__img--active {
  opacity: 1;
}

.want-more__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.want-more__info--main {
  padding: 130px 0 100px;
}

@media screen and (max-width: 1023px) {
  .want-more__info--main {
    padding: 60px 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__info--main {
    padding: 45px 0;
  }
}

.want-more__info--item {
  padding: 70px 0 50px;
}

@media screen and (max-width: 1023px) {
  .want-more__info--item {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__info--item {
    padding: 40px 0 50px;
  }
}

.want-more__descrip {
  color: #fff;
  opacity: 0.4;
  font-family: "RF Dewi Light", sans-serif;
}

.want-more__descrip--main {
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 200%;
}

@media screen and (max-width: 1365px) {
  .want-more__descrip--main {
    font-size: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .want-more__descrip--main {
    font-size: 16px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__descrip--main {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.want-more__descrip--item {
  font-size: 16px;
  line-height: 180%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (max-width: 1023px) {
  .want-more__descrip--item {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .want-more__descrip--item {
    font-size: 12px;
    margin-bottom: 25px;
  }
}

.footer {
  background: #252527;
  padding: 70px 100px 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1365px) {
  .footer {
    padding: 40px 30px 25px;
  }
}

.error404 .footer {
  display: none;
}

.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 1919px) {
  .footer__upper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__upper {
    margin: 0 auto 20px;
    max-width: 400px;
  }
}

.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__sponsor {
    margin-bottom: 40px;
  }
}

.footer__sponsor-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.footer__sponsor-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.footer__develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .footer__develop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .footer__develop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.footer__develop:hover .footer__text--develop,
.footer__develop:active .footer__text--develop {
  opacity: 1;
}

.footer__develop:hover .icon--logo-develop,
.footer__develop:active .icon--logo-develop {
  opacity: 1;
}

.footer__text {
  font: 14px "RF Dewi", sans-serif;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.footer__text--develop {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .footer__text--develop {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer__text--develop {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.footer__text--project {
  margin-bottom: 10px;
}

.section-title {
  position: relative;
  text-align: center;
  margin-bottom: 155px;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 90px;
  }
}

.section-title--about:before {
  content: "";
  position: absolute;
  top: -60%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--about:before {
    top: -70%;
  }
}

.section-title--about:after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--about:after {
    bottom: -55%;
  }
}

.section-title--alphabet:before {
  content: "";
  position: absolute;
  top: -41%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--alphabet:before {
    top: -70%;
  }
}

.section-title--alphabet:after {
  content: "";
  position: absolute;
  bottom: -33%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--alphabet:after {
    bottom: -80%;
  }
}

.section-title--parallels:before {
  content: "";
  position: absolute;
  top: -46%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--parallels:before {
    top: -70%;
  }
}

.section-title--parallels:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--parallels:after {
    bottom: -80%;
  }
}

.section-title--biographies:before {
  content: "";
  position: absolute;
  top: -39%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--biographies:before {
    top: -70%;
  }
}

.section-title--biographies:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -19%;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(77deg) translateX(-45%);
  transform: rotate(77deg) translateX(-45%);
  z-index: -1;
}

@media screen and (max-width: 1919px) {
  .section-title--biographies:after {
    left: -27%;
  }
}

@media screen and (max-width: 1365px) {
  .section-title--biographies:after {
    left: -36%;
  }
}

@media screen and (max-width: 1023px) {
  .section-title--biographies:after {
    display: none;
  }
}

.section-title--media:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--media:before {
    top: -70%;
  }
}

.section-title--media:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -27%;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(113deg) translateX(-37%);
  transform: rotate(113deg) translateX(-37%);
  z-index: -1;
}

@media screen and (max-width: 1919px) {
  .section-title--media:after {
    left: -38%;
  }
}

@media screen and (max-width: 1365px) {
  .section-title--media:after {
    left: -51%;
  }
}

@media screen and (max-width: 1023px) {
  .section-title--media:after {
    right: -68%;
  }
}

@media screen and (max-width: 767px) {
  .section-title--media:after {
    display: none;
  }
}

.section-title--regions:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title--regions:before {
    top: -42%;
  }
}

.section-title--regions:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -33%;
  width: 100%;
  height: 1px;
  background: #c08768;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
  z-index: -1;
}

@media screen and (max-width: 1919px) {
  .section-title--regions:after {
    right: -47%;
  }
}

@media screen and (max-width: 1365px) {
  .section-title--regions:after {
    bottom: 110%;
    right: -37%;
  }
}

@media screen and (max-width: 1023px) {
  .section-title--regions:after {
    right: -49%;
  }
}

@media screen and (max-width: 767px) {
  .section-title--regions:after {
    display: none;
  }
}

.section-title__title {
  position: relative;
  display: inline-block;
  font: 100px "Neue Machina", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #252527;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.section-title__title--about {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .section-title__title--about {
    margin-bottom: 30px;
  }
}

.section-title__title--about:before {
  content: "";
  position: absolute;
  top: -122%;
  left: -31%;
  width: 260px;
  height: 315px;
  background: url("img/about-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--about:before {
    width: 210px;
    height: 250px;
    top: -76%;
    left: -26%;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--about:before {
    left: -13%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--about:before {
    width: 100px;
    height: 120px;
    top: -118%;
    left: -33%;
  }
}

.section-title__title--about:after {
  content: "";
  position: absolute;
  top: -41%;
  right: -35%;
  width: 343px;
  height: 227px;
  background: url("img/about-2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--about:after {
    width: 275px;
    height: 180px;
    top: -9%;
    right: -29%;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--about:after {
    right: -14%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--about:after {
    width: 132px;
    height: 87px;
    top: -24%;
    right: -31%;
  }
}

.section-title__title--alphabet:before {
  content: "";
  position: absolute;
  top: -133%;
  left: -68%;
  width: 200px;
  height: 312px;
  background: url("img/alphabet-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--alphabet:before {
    top: -126%;
    left: -40%;
    width: 172px;
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--alphabet:before {
    width: 75px;
    height: 116px;
    top: -182%;
    left: -68%;
  }
}

.section-title__title--alphabet:after {
  content: "";
  position: absolute;
  top: 12%;
  right: -42%;
  width: 355px;
  height: 220px;
  background: url("img/alphabet-2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--alphabet:after {
    top: 25%;
    right: -40%;
    width: 307px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--alphabet:after {
    width: 132px;
    height: 82px;
    top: -16%;
    right: -67%;
  }
}

.section-title__title--parallels:before {
  content: "";
  position: absolute;
  bottom: -127%;
  left: -33%;
  width: 335px;
  height: 100px;
  background: url("img/parallels-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--parallels:before {
    bottom: -121%;
    left: -26%;
    width: 300px;
    height: 90px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--parallels:before {
    bottom: -130%;
    left: -11%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--parallels:before {
    width: 129px;
    height: 38px;
    bottom: -220%;
    left: -28%;
  }
}

.section-title__title--parallels:after {
  content: "";
  position: absolute;
  top: 35%;
  right: -24%;
  width: 455px;
  height: 180px;
  background: url("img/parallels-2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--parallels:after {
    width: 415px;
    height: 165px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--parallels:after {
    right: -10%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--parallels:after {
    width: 178px;
    height: 71px;
    top: 25%;
    right: -25%;
  }
}

.section-title__title--biographies:before {
  content: "";
  position: absolute;
  top: -60%;
  left: -23%;
  width: 210px;
  height: 287px;
  background: url("img/biogs-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--biographies:before {
    top: -43%;
    left: -17%;
    width: 186px;
    height: 253px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--biographies:before {
    top: -67%;
    left: -8%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--biographies:before {
    width: 85px;
    height: 116px;
    top: -115%;
    left: -25%;
  }
}

.section-title__title--biographies:after {
  content: "";
  position: absolute;
  top: 28%;
  right: -29%;
  width: 460px;
  height: 162px;
  background: url("img/biogs-2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--biographies:after {
    top: 36%;
    right: -27%;
    width: 405px;
    height: 145px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--biographies:after {
    right: -7%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--biographies:after {
    width: 186px;
    height: 65px;
    top: 27%;
    right: -24%;
  }
}

.section-title__title--media:before {
  content: "";
  position: absolute;
  top: -18%;
  left: -29%;
  width: 242px;
  height: 278px;
  background: url("img/media-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--media:before {
    top: -22%;
    left: -21%;
    width: 230px;
    height: 265px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--media:before {
    top: -72%;
    left: -9%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--media:before {
    width: 95px;
    height: 110px;
    top: -164%;
    left: -25%;
  }
}

.section-title__title--media:after {
  content: "";
  position: absolute;
  top: 18%;
  right: -33%;
  width: 470px;
  height: 202px;
  background: url("img/media-2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--media:after {
    top: 27%;
    right: -29%;
    width: 450px;
    height: 195px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--media:after {
    right: -12%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--media:after {
    width: 182px;
    height: 77px;
    top: 27%;
    right: -26%;
  }
}

.section-title__title--regions:before {
  content: "";
  position: absolute;
  top: -32%;
  left: -54%;
  width: 212px;
  height: 296px;
  background: url("img/regions-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--regions:before {
    top: -34%;
    left: -45%;
    width: 190px;
    height: 265px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--regions:before {
    top: -81%;
    left: -25%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--regions:before {
    width: 92px;
    height: 128px;
    left: -46%;
  }
}

.section-title__title--regions:after {
  content: "";
  position: absolute;
  top: 31%;
  right: -30%;
  width: 335px;
  height: 170px;
  background: url("img/regions-2.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1365px) {
  .section-title__title--regions:after {
    top: 24%;
    right: -33%;
    width: 300px;
    height: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .section-title__title--regions:after {
    top: 19%;
    right: -25%;
  }
}

@media screen and (max-width: 767px) {
  .section-title__title--regions:after {
    width: 144px;
    height: 73px;
    top: 44%;
    right: -46%;
  }
}

.section-title__subtitle {
  font: 16px/180% "RF Dewi Light", sans-serif;
  color: #000;
  opacity: 0.5;
  margin: 0 auto;
  max-width: 645px;
}

@media screen and (max-width: 767px) {
  .section-title__subtitle {
    font-size: 12px;
    max-width: 280px;
  }
}

.section {
  padding: 235px 0 180px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 145px 0 100px;
  }
}

.section--turquoise {
  background: #95e0e1;
  position: relative;
  padding: 200px 0 150px;
}

.section--turquoise:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a08e5e;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

@media screen and (max-width: 767px) {
  .section--turquoise:before {
    top: 0;
  }
}

.section--turquoise:after {
  content: "";
  position: absolute;
  top: -4%;
  left: 50%;
  width: 680px;
  height: 200px;
  -webkit-transform: translateX(-64%);
  transform: translateX(-64%);
  background: url("img/term-1.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .section--turquoise:after {
    top: -3%;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
  }
}

@media screen and (max-width: 767px) {
  .section--turquoise:after {
    width: 280px;
    height: 85px;
    top: -2%;
  }
}

.section--social {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .section--social {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section--blockquote {
    padding: 70px 0 60px;
  }
}

.section--content {
  padding: 135px 0 0;
}

.section--content:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .section--content {
    padding: 60px 0 0;
  }
}

.section--item-block {
  padding: 50px 0 40px;
}

@media screen and (max-width: 1023px) {
  .section--item-block {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .section--item-block {
    padding: 5px 0;
  }
}

.section--events {
  background: #fbf7f3;
  padding: 135px 100px;
}

@media screen and (max-width: 1919px) {
  .section--events {
    padding: 135px 30px;
  }
}

@media screen and (max-width: 767px) {
  .section--events {
    padding: 95px 20px 50px;
  }
}

.section--biogs {
  padding: 15px 100px 115px;
}

@media screen and (max-width: 1919px) {
  .section--biogs {
    padding: 15px 30px 115px;
  }
}

@media screen and (max-width: 767px) {
  .section--biogs {
    padding: 10px 20px 65px;
  }
}

.section--search {
  padding: 110px 0 180px;
}

@media screen and (max-width: 767px) {
  .section--search {
    padding: 75px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .section__wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .section__wrap--events {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}

.section__form {
  background: #252527;
  padding: 140px 0;
  margin: 130px 0;
}

@media screen and (max-width: 767px) {
  .section__form {
    margin: 60px 0;
    padding: 75px 0;
  }
}

.section__form-title {
  font: 56px/130% "Neue Machina", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section__form-title {
    font-size: 24px;
    margin-bottom: 55px;
  }
}

.section__title {
  font: 56px "Neue Machina", sans-serif;
  color: #000;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

@media screen and (max-width: 767px) {
  .section__title {
    font-size: 24px;
  }
}

.section__title--event {
  margin-bottom: 75px;
  -webkit-animation: showSectionsTitle 0.5s ease-in-out 3s forwards;
  animation: showSectionsTitle 0.5s ease-in-out 3s forwards;
}

@media screen and (max-width: 767px) {
  .section__title--event {
    margin-bottom: 40px;
  }
}

.section__title--event:before {
  content: "";
  position: absolute;
  top: 8%;
  left: 10%;
  width: 221px;
  height: 108px;
  background: url("img/events-1.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1919px) {
  .section__title--event:before {
    left: 13%;
  }
}

@media screen and (max-width: 1365px) {
  .section__title--event:before {
    left: 17%;
  }
}

@media screen and (max-width: 1023px) {
  .section__title--event:before {
    left: 23%;
  }
}

@media screen and (max-width: 767px) {
  .section__title--event:before {
    display: none;
  }
}

.section__title--event:after {
  content: "";
  position: absolute;
  top: -180px;
  right: 4%;
  width: 212px;
  height: 296px;
  background: url("img/regions-1.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1919px) {
  .section__title--event:after {
    right: 11%;
  }
}

@media screen and (max-width: 1365px) {
  .section__title--event:after {
    right: -1%;
  }
}

@media screen and (max-width: 767px) {
  .section__title--event:after {
    top: -135px;
    width: 130px;
    height: 180px;
  }
}

.section__title--biogs {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section__title--biogs {
    margin-bottom: 35px;
  }
}

.section__title--animated {
  -webkit-animation: showSectionsTitle 0.5s ease-in-out forwards;
  animation: showSectionsTitle 0.5s ease-in-out forwards;
}

.section__content {
  font: 20px/170% "RF Dewi Light", sans-serif;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.section__content--alphabet {
  width: 1200px;
  margin-bottom: -75px;
}

@media screen and (max-width: 1365px) {
  .section__content--alphabet {
    width: 940px;
    margin-bottom: -90px;
  }
}

@media screen and (max-width: 1023px) {
  .section__content--alphabet {
    width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .section__content--alphabet {
    width: 280px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -35px;
  }
}

.section__content--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-right: -20px;
}

@media screen and (max-width: 767px) {
  .section__content--list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.section__content--list article {
  margin-right: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1365px) {
  .section__content--list article {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section__content--list article {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .section__content--media {
    width: 605px;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section__content--media {
    width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .section__content--media article {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section__content--search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@-webkit-keyframes showSectionsTitle {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes showSectionsTitle {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.content {
  color: #252527;
}

.content h2 {
  font-size: 56px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.content h3 {
  font-size: 50px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.content h4 {
  font-size: 44px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.content h5 {
  font-size: 38px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.content h6 {
  font-size: 32px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .content h6 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.content p,
.content .su-expand,
.content .su-expand-collapsed,
.content .su-tooltip-button,
.content .su-tooltip {
  font: 20px/170% "RF Dewi Light", sans-serif;
}

@media screen and (max-width: 767px) {

  .content p,
  .content .su-expand,
  .content .su-expand-collapsed,
  .content .su-tooltip-button,
  .content .su-tooltip {
    font-size: 16px;
  }
}

.content p:not(:last-child),
.content .su-expand:not(:last-child),
.content .su-expand-collapsed:not(:last-child),
.content .su-tooltip-button:not(:last-child),
.content .su-tooltip:not(:last-child) {
  margin-bottom: 15px;
}

.content ol,
.content ul {
  padding: 5px 0;
  counter-reset: list;
}

@media screen and (max-width: 1365px) {

  .content ol,
  .content ul {
    padding: 0;
  }
}

.content ol:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {

  .content ol:not(:last-child),
  .content ul:not(:last-child) {
    margin-bottom: 50px;
  }
}

.content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #a08e5e;
  font: 20px/170% "RF Dewi Light", sans-serif;
}

@media screen and (max-width: 767px) {
  .content ol li:before {
    font-size: 16px;
  }
}

.content ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a08e5e;
}

.content li {
  font: 20px/170% "RF Dewi Light", sans-serif;
  padding-left: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .content li {
    padding-left: 25px;
    font-size: 16px;
  }
}

.content li:not(:last-child) {
  margin-bottom: 10px;
}

.content .blocks-gallery-grid.columns-3 .blocks-gallery-image,
.content .blocks-gallery-grid.columns-3 .blocks-gallery-item,
.content .wp-block-gallery.columns-3 .blocks-gallery-image,
.content .wp-block-gallery.columns-3 .blocks-gallery-item {
  padding-left: 0;
}

.content .blocks-gallery-grid.columns-3 .blocks-gallery-image:before,
.content .blocks-gallery-grid.columns-3 .blocks-gallery-item:before,
.content .wp-block-gallery.columns-3 .blocks-gallery-image:before,
.content .wp-block-gallery.columns-3 .blocks-gallery-item:before {
  display: none;
}

@media screen and (max-width: 767px) {

  .content img:not(.slider__img-item),
  .content .wp-block-video,
  .content .wp-block-audio {
    margin: 30px 0 40px;
  }
}

.content blockquote {
  padding: 70px 0 70px 70px;
  position: relative;
  margin: 70px 0;
}

@media screen and (max-width: 767px) {
  .content blockquote {
    padding: 35px 0 35px 15px;
  }
}

.content blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 205px;
  background: #a08e5e;
}

@media screen and (max-width: 767px) {
  .content blockquote:before {
    width: 85px;
  }
}

.content blockquote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 205px;
  background: #a08e5e;
}

@media screen and (max-width: 767px) {
  .content blockquote:after {
    width: 85px;
  }
}

.content blockquote p {
  display: inline-block;
  position: relative;
  font: 26px/160% "RF Dewi", sans-serif;
  color: #a08e5e;
}

@media screen and (max-width: 767px) {
  .content blockquote p {
    font-size: 18px;
  }
}

.content blockquote p:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  color: #a08e5e;
  font: 26px "RF Dewi", sans-serif;
}

@media screen and (max-width: 767px) {
  .content blockquote p:before {
    left: -12px;
    top: 3px;
    font-size: 18px;
  }
}

.content blockquote p:after {
  content: "";
  color: #a08e5e;
  font: 26px "RF Dewi", sans-serif;
}

@media screen and (max-width: 767px) {
  .content blockquote p:after {
    font-size: 18px;
  }
}

.content blockquote cite {
  font: 18px/160% "RF Dewi", sans-serif;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .content blockquote cite {
    font-size: 12px;
  }
}

.content audio {
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .content audio {
    height: 36px;
  }
}

.content embed {
  width: 100%;
  height: 605px;
  margin-top: 70px;
}

@media screen and (max-width: 1365px) {
  .content embed {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .content embed {
    height: 575px;
  }
}

@media screen and (max-width: 767px) {
  .content embed {
    height: 265px;
    margin-top: 40px;
  }
}

.content--white {
  color: #fff;
}

.content--white cite {
  color: #fff;
}

.content a {
  color: #c08768;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.content a:hover,
.content a:active {
  color: #95e0e1;
}

.content .su-expand-link:hover {
  opacity: 1;
}

.content .su-expand-link a,
.content .su-expand-link a span {
  color: #c08768;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.content .su-expand-link a:hover,
.content .su-expand-link a:active,
.content .su-expand-link a span:hover,
.content .su-expand-link a span:active {
  color: #95e0e1;
}

.su-tooltip {
  font: 20px/170% "RF Dewi Light", sans-serif;
}

@media screen and (max-width: 767px) {
  .su-tooltip {
    font-size: 16px;
  }
}

.su-tooltip:not(:last-child) {
  margin-bottom: 15px;
}

.donate {
  color: #252527;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .donate {
    margin-top: 40px;
  }
}

.donate__title {
  font: 40px/130% "Neue Machina", sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .donate__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.donate__text {
  font: 20px/170% "RF Dewi Light", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .donate__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.background {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: transparent;
  -webkit-transition: z-index 0.15s linear, background 0.15s linear;
  transition: z-index 0.15s linear, background 0.15s linear;
}

.background--open {
  z-index: 120;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .background--open {
    background: #fff;
  }
}

.modal {
  position: absolute;
  width: 865px;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media screen and (max-width: 1023px) {
  .modal {
    width: 705px;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    height: 100vh;
    min-height: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal--thanks {
  padding: 110px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .modal--thanks {
    padding: 110px 50px;
  }
}

@media screen and (max-width: 767px) {
  .modal--thanks {
    padding: 35px;
    width: 320px;
  }
}

.modal--thanks-open {
  opacity: 1;
}

.modal--more {
  padding: 80px 110px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media screen and (max-width: 1023px) {
  .modal--more {
    padding: 80px 50px;
  }
}

@media screen and (max-width: 767px) {
  .modal--more {
    padding: 95px 20px 30px;
    width: 100vw;
  }
}

.modal--more-open {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.modal__title--large {
  font: 90px "Neue Machina", sans-serif;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .modal__title--large {
    font-size: 40px;
    margin-bottom: 15px;
    width: 260px;
    margin: 0 auto;
  }
}

.modal__title--large:before {
  content: "";
  position: absolute;
  top: -93%;
  right: 0;
  width: 120px;
  height: 180px;
  background: url("img/modal-1.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .modal__title--large:before {
    width: 75px;
    height: 115px;
    top: -173%;
    right: -5%;
  }
}

.modal__title--small {
  font: 20px/130% "Neue Machina", sans-serif;
  color: #000;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .modal__title--small {
    font-size: 16px;
  }
}

.modal__text--large {
  font: 20px "Neue Machina", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal__text--large {
    font-size: 16px;
  }
}

.modal__text--small {
  font: 14px/160% "Neue Machina", sans-serif;
  color: #000;
}

@media screen and (max-width: 767px) {
  .modal__text--small {
    font-size: 12px;
  }
}

.modal__year {
  font: 14px "Neue Machina", sans-serif;
  color: #a08e5e;
  display: inline-block;
  margin-bottom: 10px;
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal__close {
    top: 35px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

.alphabet {
  position: relative;
  margin-bottom: 105px;
}

@media screen and (max-width: 1365px) {
  .alphabet {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .alphabet {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .alphabet {
    margin-bottom: 40px;
  }
}

.alphabet:nth-child(3n-1) {
  margin-left: 190px;
  margin-top: 60px;
}

@media screen and (max-width: 1365px) {
  .alphabet:nth-child(3n-1) {
    margin-left: 105px;
  }
}

@media screen and (max-width: 1023px) {
  .alphabet:nth-child(3n-1) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .alphabet:nth-child(3n-1) {
    margin-left: 0;
    margin-top: 0;
  }
}

.alphabet:nth-child(3n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .alphabet:nth-child(3n) {
    width: auto;
  }
}

.alphabet__item {
  width: 475px;
  height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 60px;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .alphabet__item {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .alphabet__item {
    width: 320px;
    height: 320px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .alphabet__item {
    width: 135px;
    height: 135px;
    padding-left: 0;
  }
}

.alphabet__item:hover .alphabet__letter {
  color: #c08768;
}

.alphabet__item:hover .alphabet__descrip {
  color: #c08768;
}

.alphabet__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.alphabet__img-item {
  -webkit-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}

.alphabet__letter {
  font: 200px "RF Dewi", sans-serif;
  color: #000;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 1365px) {
  .alphabet__letter {
    font-size: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .alphabet__letter {
    font-size: 150px;
  }
}

@media screen and (max-width: 767px) {
  .alphabet__letter {
    font-size: 60px;
  }
}

.alphabet__title {
  font: 30px "Neue Machina", sans-serif;
  color: #000;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .alphabet__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .alphabet__title {
    font-size: 12px;
  }
}

.alphabet__link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.term {
  padding: 130px 0 140px;
}

@media screen and (max-width: 767px) {
  .term {
    padding: 95px 0 115px;
  }
}

.term__title {
  font: 90px/130% "Neue Machina", sans-serif;
  color: #252527;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .term__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.term__img {
  width: 475px;
  height: 475px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .term__img {
    width: 280px;
    height: 280px;
    margin-bottom: 30px;
  }
}

.term__descrip {
  font: 20px/170% "RF Dewi Light", sans-serif;
  color: #252527;
}

@media screen and (max-width: 767px) {
  .term__descrip {
    font-size: 16px;
  }
}

.social {
  width: 420px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 30px 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .social {
    width: 100%;
    max-width: 400px;
    padding-bottom: 30px;
  }
}

.social__title {
  font: 20px "RF Dewi Light", sans-serif;
  color: #000;
  opacity: 0.4;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .social__title {
    font-size: 16px;
  }
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  margin-right: 35px;
}

.social__link {
  display: block;
}

.social__link:hover .icon--socio,
.social__link:active .icon--socio {
  fill: #c08768;
}

.parallel--item {
  border: 1px solid #e9e9e9;
  padding: 20px 35px 60px;
  width: 420px;
  position: relative;
  -webkit-transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

@media screen and (max-width: 1365px) {
  .parallel--item {
    width: 480px;
  }
}

@media screen and (max-width: 1023px) {
  .parallel--item {
    width: 355px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .parallel--item {
    width: 280px;
    padding: 15px 25px 20px;
  }
}

.parallel--item:hover,
.parallel--item:active {
  background: #fbf7f3;
  border-color: transparent;
}

.parallel--item:hover .parallel__title,
.parallel--item:active .parallel__title {
  color: #c08768;
}

.parallel--item:hover .parallel__descrip,
.parallel--item:active .parallel__descrip {
  color: #c08768;
}

.parallel--page {
  width: 1300px;
  margin: 0 auto;
  color: #000;
  font: 60px "Neue Machina", sans-serif;
}

@media screen and (max-width: 1919px) {
  .parallel--page {
    width: 1085px;
  }
}

@media screen and (max-width: 1365px) {
  .parallel--page {
    width: 895px;
  }
}

@media screen and (max-width: 1023px) {
  .parallel--page {
    width: 645px;
  }
}

@media screen and (max-width: 767px) {
  .parallel--page {
    width: 280px;
    font-size: 26px;
  }
}

.parallel__title-wrap {
  max-height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .parallel__title-wrap {
    max-height: 155px;
  }
}

@media screen and (max-width: 767px) {
  .parallel__title-wrap {
    max-height: 135px;
  }
}

.parallel__title--item {
  font: 20px/160% "Neue Machina", sans-serif;
  position: relative;
  display: inline;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .parallel__title--item {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .parallel__title--item {
    font-size: 14px;
  }
}

.parallel__title--page {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .parallel__title--page {
    margin-bottom: 30px;
  }
}

.parallel__type {
  font: 14px/130% "RF Dewi Light", sans-serif;
  color: #252527;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  .parallel__type {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.parallel__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .parallel__author {
    margin-bottom: 10px;
  }
}

.parallel__img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

.parallel__img img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .parallel__img--item {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }

  .parallel__img--item img {
    height: 100%;
  }
}

.parallel__img--page {
  margin-right: 20px;
}

.parallel__name {
  font: 16px/160% "RF Dewi Light", sans-serif;
  color: #a08e5e;
}

.parallel__name--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 767px) {
  .parallel__name--item {
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media screen and (max-width: 767px) {
  .parallel__name--item .parallel__name-item:first-child {
    margin-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .parallel__name--page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 14px;
  }
}

.parallel__name--page .parallel__name-item:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .parallel__name--page .parallel__name-item:first-child {
    margin-right: 2px;
  }
}

.parallel__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .page-numbers:not(ul) {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 16px "RF Dewi", sans-serif;
  color: #000;
  border-radius: 50%;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pagination .page-numbers:not(ul) {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .pagination .page-numbers:not(ul) {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
}

.pagination .page-numbers:not(ul):hover:not(.dots) {
  color: #a08e5e;
  border: 1px solid #a08e5e;
}

.pagination .page-numbers:not(ul):active {
  color: #fff;
  background: #c08768;
}

.pagination .page-numbers .current,
.pagination .page-numbers .current:hover,
.pagination .page-numbers .current:active {
  cursor: default;
  background: #c08768;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .pagination li .dots {
    width: 20px;
  }
}

.pagination li .dots:hover,
.pagination li .dots:active {
  background-color: transparent !important;
}

.reference {
  background: #252527;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .reference {
    padding: 50px 0;
  }
}

.reference h2 {
  font: 40px/130% "Neue Machina", sans-serif;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .reference h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.reference p {
  font: 16px/170% "RF Dewi Light", sans-serif;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .reference p {
    font-size: 12px;
  }
}

.reference p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .reference p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.filters {
  background: #fbf7f3;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .filters {
    margin-bottom: 35px;
  }
}

.filters--switch {
  width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .filters--switch {
    display: none;
  }
}

.filters__header {
  display: none;
}

@media screen and (max-width: 1023px) {
  .filters__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 35px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .filters__header {
    padding: 15px 20px;
    margin-bottom: 5px;
  }
}

.filters__header:hover .filters__checked,
.filters__header:active .filters__checked {
  color: #c08768;
}

.filters__checked {
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media screen and (max-width: 1023px) {
  .filters__checked {
    color: #252527;
    font: 20px/130% "RF Dewi Light", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .filters__checked {
    font-size: 16px;
  }
}

.filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 30px 10px;
  margin-bottom: -20px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 1023px) {
  .filters__list {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    background: #fbf7f3;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    max-height: 300px;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .filters__list {
    max-height: 180px;
  }
}

@media screen and (max-width: 1023px) {
  .filters__list--open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.filters__item--regions {
  margin-right: 35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1365px) {
  .filters__item--regions {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .filters__item--regions {
    margin: 0;
    width: 40%;
    padding: 15px 35px;
  }
}

@media screen and (max-width: 767px) {
  .filters__item--regions {
    padding: 10px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .filters__item--regions:first-child {
    width: 100%;
    padding: 25px 35px 20px;
  }
}

@media screen and (max-width: 767px) {
  .filters__item--regions:first-child {
    padding: 10px 20px;
  }
}

.filters__item--switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filters__item--switch:hover .filters__text {
  color: #a08e5e;
}

.filters__item--switch:hover .icon--switch {
  stroke: #a08e5e;
}

.filters__item--switch:active .filters__text,
.filters__item--switch-active .filters__text {
  color: #c08768;
}

.filters__item--switch:active .icon--switch,
.filters__item--switch-active .icon--switch {
  stroke: #c08768;
}

.filters__link {
  color: #252527;
  font: 14px/130% "RF Dewi Light", sans-serif;
  position: relative;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  .filters__link {
    font-size: 12px;
  }
}

.filters__link:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #a08e5e;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.filters__link:hover {
  color: #a08e5e;
}

.filters__link:hover:before {
  opacity: 1;
}

.filters__link:active {
  color: #c08768;
}

.filters__link:active:before {
  opacity: 0;
}

.filters__link.active {
  color: #c08768;
  pointer-events: none;
}

.filters__link.active:before {
  opacity: 0;
}

.filters__text {
  font: 14px "RF Dewi Light", sans-serif;
  color: #000;
  margin-left: 10px;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.biography--item {
  border: 1px solid #e9e9e9;
  padding: 30px 35px 15px;
  width: 420px;
  position: relative;
  min-height: 300px;
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1365px) {
  .biography--item {
    width: 480px;
  }
}

@media screen and (max-width: 1023px) {
  .biography--item {
    width: 355px;
  }
}

@media screen and (max-width: 767px) {
  .biography--item {
    width: 280px;
    min-height: 250px;
    padding: 25px 25px 15px;
  }
}

.biography--item:hover,
.biography--item:active {
  background: #fbf7f3;
  border-color: transparent;
}

.biography--item:hover .biography__name-block,
.biography--item:active .biography__name-block {
  color: #c08768;
}

.biography--page {
  width: 1085px;
  margin: 0 auto;
}

@media screen and (max-width: 1365px) {
  .biography--page {
    width: 820px;
  }
}

@media screen and (max-width: 1023px) {
  .biography--page {
    width: 645px;
  }
}

@media screen and (max-width: 767px) {
  .biography--page {
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
  }
}

.biography__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #a08e5e;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.biography__name-block--item {
  font: 20px/160% "Neue Machina", sans-serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .biography__name-block--item {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .biography__name-block--item {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.biography__name-block--page {
  font: 80px/130% "Neue Machina", sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 1365px) {
  .biography__name-block--page {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .biography__name-block--page {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

.biography__date {
  color: #8b8b8b;
  display: inline-block;
}

.biography__date--item {
  font: 16px "RF Dewi Light", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .biography__date--item {
    font-size: 14px;
  }
}

.biography__date--page {
  font: 30px "RF Dewi Light", sans-serif;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .biography__date--page {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.biography__date--page {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .biography__date--page {
    width: 100%;
  }
}

.biography__descrip {
  font: 14px/160% "RF Dewi Light", sans-serif;
  color: #252527;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.biography__descrip--item {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-height: 66px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .biography__descrip--item {
    font-size: 12px;
    max-height: 76px;
  }
}

@media screen and (max-width: 767px) {
  .biography__descrip--item {
    margin-bottom: 20px;
  }
}

.biography__descrip--page {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .biography__descrip--page {
    font-size: 16px;
  }
}

.biography__country {
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
  margin-top: auto;
}

.biography__country-link {
  color: #252527;
  display: inline-block;
  font: 14px/130% "RF Dewi Light", sans-serif;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .biography__country-link {
    font-size: 12px;
  }
}

.biography__country-link:hover,
.biography__country-link:active {
  color: #c08768;
}

.biography__country-link {
  text-align: right;
}

.biography__country-link--single {
  color: #8b8b8b;
  display: inline-block;
  font: 14px/130% "RF Dewi Light", sans-serif;
  position: relative;
  z-index: 2;
  font: 25px "RF Dewi Light", sans-serif;
}

.biography--single {
  color: #8b8b8b;
  display: inline-block;
  font: 14px/130% "RF Dewi Light", sans-serif;
  position: relative;
  z-index: 2;
  font: 25px "RF Dewi Light", sans-serif;
}

.biography__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buy-book {
  background: #252527;
  padding: 135px 0;
}

@media screen and (max-width: 767px) {
  .buy-book {
    padding: 80px 20px 60px;
  }
}

.buy-book__title {
  color: #fff;
  font: 30px/160% "Neue Machina", sans-serif;
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .buy-book__title {
    max-width: 605px;
  }
}

@media screen and (max-width: 767px) {
  .buy-book__title {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.buy-book__title-item {
  display: inline-block;
  width: 100%;
}

.media--item {
  width: 310px;
  position: relative;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

@media screen and (max-width: 1365px) {
  .media--item {
    width: 310px;
    min-height: 330px;
  }
}

@media screen and (max-width: 1023px) {
  .media--item {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    min-height: 448px;
  }
}

@media screen and (max-width: 767px) {
  .media--item {
    margin-left: 0;
    margin-right: 0;
    width: 280px;
    min-height: 290px;
  }
}

.media--item:hover,
.media--item:active {
  background: #fbf7f3;
}

.media--item:hover .media__info,
.media--item:active .media__info {
  border-color: transparent;
}

.media--item:hover .media__descrip,
.media--item:active .media__descrip {
  color: #c08768;
}

.media--item:hover .media__type,
.media--item:active .media__type {
  color: #c08768;
}

.media__img {
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  .media__img {
    height: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .media__img {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .media__img {
    height: 500px;
  }
}

.media__img-item {
  -o-object-fit: cover;
  object-fit: cover;
}

.media__info {
  padding: 30px 35px;
  border: 1px solid #e9e9e9;
  border-top: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (max-width: 1365px) {
  .media__info {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .media__info {
    padding: 30px 45px;
  }
}

@media screen and (max-width: 767px) {
  .media__info {
    padding: 20px;
  }
}

.media__title--item {
  font: 20px/160% "RF Dewi", sans-serif;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.5s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.5s ease-in-out;
  max-height: 128px;
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  .media__title--item {
    font-size: 16px;
    max-height: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .media__title--item {
    font-size: 20px;
    max-height: 96px;
  }
}

@media screen and (max-width: 767px) {
  .media__title--item {
    font-size: 16px;
    max-height: 100px;
  }
}

.media__type {
  font: 12px/160% "RF Dewi", sans-serif;
  position: absolute;
  top: 25px;
  left: 35px;
  padding: 3px 15px;
  background: #fff;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  .media__type {
    top: 20px;
    left: 20px;
  }
}

.media__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.region--item {
  width: 560px;
  min-height: 225px;
  background: #fbf7f3;
  position: relative;
  padding: 30px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1919px) {
  .region--item {
    width: 420px;
    min-height: 170px;
    padding: 30px 50px;
  }
}

@media screen and (max-width: 1365px) {
  .region--item {
    width: 480px;
    min-height: 195px;
  }
}

@media screen and (max-width: 1023px) {
  .region--item {
    width: 355px;
    min-height: 140px;
    padding: 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  .region--item {
    width: 280px;
    min-height: 110px;
  }
}

.region--item:hover .region__icon,
.region--item:active .region__icon {
  stroke: #c7c7c7;
}

.region--item:hover .region__title,
.region--item:active .region__title {
  color: #c08768;
}

.region--page {
  padding: 170px 0 140px;
}

@media screen and (max-width: 767px) {
  .region--page {
    padding: 145px 0 70px;
  }
}

.region--search {
  width: 420px;
  min-height: 170px;
  padding: 30px 50px;
}

.region__wrap {
  position: relative;
}

.region__title {
  color: #252527;
}

.region__title--item {
  font: 36px "Neue Machina", sans-serif;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

@media screen and (max-width: 767px) {
  .region__title--item {
    font-size: 16px;
  }
}

.region__title--page {
  font: 90px/130% "Neue Machina", sans-serif;
  margin-bottom: 110px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-animation: showMainTitle 0.5s ease-in-out 1.5s forwards;
  animation: showMainTitle 0.5s ease-in-out 1.5s forwards;
}

@media screen and (max-width: 767px) {
  .region__title--page {
    font-size: 40px;
    margin-bottom: 75px;
  }
}

.region__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.region__descrip {
  color: #252527;
  font: 20px/170% "RF Dewi Light", sans-serif;
}

@media screen and (max-width: 767px) {
  .region__descrip {
    font-size: 16px;
  }
}

.region__descrip--page {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-animation: showDescrip 0.5s ease-in-out 2.5s forwards;
  animation: showDescrip 0.5s ease-in-out 2.5s forwards;
}

.region__icon {
  position: absolute;
  stroke: #95e0e1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: stroke 0.25s ease-out;
  transition: stroke 0.25s ease-out;
}

.region__icon--azer {
  width: 435px;
  height: 335px;
}

@media screen and (max-width: 1919px) {
  .region__icon--azer {
    width: 328px;
    height: 252px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--azer {
    width: 375px;
    height: 288px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--azer {
    width: 275px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--azer {
    width: 218px;
    height: 166px;
  }
}

.region__icon--alb {
  width: 178px;
  height: 381px;
}

@media screen and (max-width: 1919px) {
  .region__icon--alb {
    width: 134px;
    height: 288px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--alb {
    width: 153px;
    height: 329px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--alb {
    width: 112px;
    height: 240px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--alb {
    width: 89px;
    height: 190px;
  }
}

.region__icon--arm {
  width: 357px;
  height: 327px;
}

@media screen and (max-width: 1919px) {
  .region__icon--arm {
    width: 269px;
    height: 247px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--arm {
    width: 307px;
    height: 282px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--arm {
    width: 226px;
    height: 206px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--arm {
    width: 179px;
    height: 163px;
  }
}

.region__icon--bel {
  width: 440px;
  height: 306px;
}

@media screen and (max-width: 1919px) {
  .region__icon--bel {
    width: 331px;
    height: 231px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--bel {
    width: 378px;
    height: 264px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--bel {
    width: 278px;
    height: 193px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--bel {
    width: 220px;
    height: 153px;
  }
}

.region__icon--bol {
  width: 486px;
  height: 278px;
}

@media screen and (max-width: 1919px) {
  .region__icon--bol {
    width: 366px;
    height: 210px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--bol {
    width: 418px;
    height: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--bol {
    width: 307px;
    height: 175px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--bol {
    width: 243px;
    height: 138px;
  }
}

.region__icon--ven {
  width: 508px;
  height: 265px;
}

@media screen and (max-width: 1919px) {
  .region__icon--ven {
    width: 383px;
    height: 200px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--ven {
    width: 438px;
    height: 228px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--ven {
    width: 321px;
    height: 167px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--ven {
    width: 254px;
    height: 132px;
  }
}

.region__icon--ger {
  width: 300px;
  height: 335px;
}

@media screen and (max-width: 1919px) {
  .region__icon--ger {
    width: 225px;
    height: 252px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--ger {
    width: 257px;
    height: 288px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--ger {
    width: 189px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--ger {
    width: 149px;
    height: 166px;
  }
}

.region__icon--gruz {
  width: 580px;
  height: 258px;
}

@media screen and (max-width: 1919px) {
  .region__icon--gruz {
    width: 437px;
    height: 195px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--gruz {
    width: 500px;
    height: 223px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--gruz {
    width: 367px;
    height: 163px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--gruz {
    width: 290px;
    height: 128px;
  }
}

.region__icon--krim {
  width: 510px;
  height: 267px;
}

@media screen and (max-width: 1919px) {
  .region__icon--krim {
    width: 384px;
    height: 202px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--krim {
    width: 439px;
    height: 231px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--krim {
    width: 322px;
    height: 169px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--krim {
    width: 255px;
    height: 133px;
  }
}

.region__icon--lat {
  width: 536px;
  height: 252px;
}

@media screen and (max-width: 1919px) {
  .region__icon--lat {
    width: 404px;
    height: 190px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--lat {
    width: 462px;
    height: 217px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--lat {
    width: 339px;
    height: 159px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--lat {
    width: 268px;
    height: 125px;
  }
}

.region__icon--lit {
  width: 467px;
  height: 283px;
}

@media screen and (max-width: 1919px) {
  .region__icon--lit {
    width: 352px;
    height: 214px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--lit {
    width: 402px;
    height: 244px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--lit {
    width: 295px;
    height: 179px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--lit {
    width: 234px;
    height: 141px;
  }
}

.region__icon--mol {
  width: 330px;
  height: 367px;
}

@media screen and (max-width: 1919px) {
  .region__icon--mol {
    width: 249px;
    height: 277px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--mol {
    width: 284px;
    height: 316px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--mol {
    width: 209px;
    height: 231px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--mol {
    width: 165px;
    height: 183px;
  }
}

.region__icon--pol {
  width: 388px;
  height: 300px;
}

@media screen and (max-width: 1919px) {
  .region__icon--pol {
    width: 292px;
    height: 226px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--pol {
    width: 334px;
    height: 258px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--pol {
    width: 245px;
    height: 189px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--pol {
    width: 194px;
    height: 149px;
  }
}

.region__icon--rum {
  width: 502px;
  height: 302px;
}

@media screen and (max-width: 1919px) {
  .region__icon--rum {
    width: 378px;
    height: 228px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--rum {
    width: 432px;
    height: 260px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--rum {
    width: 317px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--rum {
    width: 251px;
    height: 150px;
  }
}

.region__icon--ukr {
  width: 570px;
  height: 287px;
}

@media screen and (max-width: 1919px) {
  .region__icon--ukr {
    width: 429px;
    height: 217px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--ukr {
    width: 490px;
    height: 248px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--ukr {
    width: 360px;
    height: 181px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--ukr {
    width: 285px;
    height: 143px;
  }
}

.region__icon--russia {
  width: 570px;
  height: 287px;
  top: -66px;
}

@media screen and (max-width: 1919px) {
  .region__icon--russia {
    width: 429px;
    height: 217px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--russia {
    width: 490px;
    height: 248px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--russia {
    width: 360px;
    height: 181px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--russia {
    width: 285px;
    height: 143px;
  }
}

.region__icon--cheh {
  width: 554px;
  height: 223px;
}

@media screen and (max-width: 1919px) {
  .region__icon--cheh {
    width: 417px;
    height: 168px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--cheh {
    width: 476px;
    height: 192px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--cheh {
    width: 350px;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--cheh {
    width: 277px;
    height: 111px;
  }
}

.region__icon--est {
  width: 438px;
  height: 282px;
}

@media screen and (max-width: 1919px) {
  .region__icon--est {
    width: 330px;
    height: 213px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--est {
    width: 377px;
    height: 243px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--est {
    width: 277px;
    height: 178px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--est {
    width: 219px;
    height: 140px;
  }
}

.region__icon--ugos {
  width: 462px;
  height: 350px;
}

@media screen and (max-width: 1919px) {
  .region__icon--ugos {
    width: 348px;
    height: 264px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--ugos {
    width: 398px;
    height: 301px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--ugos {
    width: 292px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--ugos {
    width: 231px;
    height: 174px;
  }
}

.region__icon--serbchern {
  width: 235px;
  height: 310px;
}

@media screen and (max-width: 1919px) {
  .region__icon--serbchern {
    width: 235px;
    height: 310px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--serbchern {
    width: 214px;
    height: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--serbchern {
    width: 168px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--serbchern {
    width: 138px;
    height: 180px;
  }
}

.region__icon--horv {
  width: 369px;
  height: 360px;
}

@media screen and (max-width: 1919px) {
  .region__icon--horv {
    width: 318px;
    height: 310px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--horv {
    width: 288px;
    height: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--horv {
    width: 226px;
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--horv {
    width: 186px;
    height: 180px;
  }
}

.region__icon--czech {
  width: 486px;
  height: 278px;
}

@media screen and (max-width: 1919px) {
  .region__icon--czech {
    width: 366px;
    height: 210px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--czech {
    width: 418px;
    height: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--czech {
    width: 307px;
    height: 175px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--czech {
    width: 243px;
    height: 138px;
  }
}

.region__icon--macedonia {
  width: 438px;
  height: 346px;
}

@media screen and (max-width: 1919px) {
  .region__icon--macedonia {
    width: 383px;
    height: 302px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--macedonia {
    width: 438px;
    height: 346px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--macedonia {
    width: 321px;
    height: 254px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--macedonia {
    width: 254px;
    height: 200px;
  }
}

.region__icon--bah {
  width: 438px;
  height: 428px;
}

@media screen and (max-width: 1919px) {
  .region__icon--bah {
    width: 383px;
    height: 374px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--bah {
    width: 438px;
    height: 428px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--bah {
    width: 321px;
    height: 314px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--bah {
    width: 254px;
    height: 250px;
  }
}

.region__icon--slovenia {
  width: 462px;
  height: 306px;
}

@media screen and (max-width: 1919px) {
  .region__icon--slovenia {
    width: 404px;
    height: 268px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--slovenia {
    width: 462px;
    height: 306px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--slovenia {
    width: 339px;
    height: 224px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--slovenia {
    width: 268px;
    height: 178px;
  }
}

.region__icon--slovakya {
  width: 554px;
  height: 223px;
}

@media screen and (max-width: 1919px) {
  .region__icon--slovakya {
    width: 417px;
    height: 168px;
  }
}

@media screen and (max-width: 1365px) {
  .region__icon--slovakya {
    width: 476px;
    height: 192px;
  }
}

@media screen and (max-width: 1023px) {
  .region__icon--slovakya {
    width: 350px;
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .region__icon--slovakya {
    width: 277px;
    height: 111px;
  }
}

.region__icon--page {
  top: -20%;
  z-index: -1;
  opacity: 0;
  -webkit-animation: showBorderRegion 0.5s ease-in-out 2s forwards;
  animation: showBorderRegion 0.5s ease-in-out 2s forwards;
}

@media screen and (max-width: 767px) {
  .region__icon--page {
    top: -40%;
    -webkit-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
  }
}

.region__icon--page-azer {
  width: 582px;
  height: 444px;
}

.region__icon--page-alb {
  width: 238px;
  height: 508px;
}

.region__icon--page-arm {
  width: 477px;
  height: 437px;
}

.region__icon--page-bel {
  width: 587px;
  height: 409px;
}

.region__icon--page-bol {
  width: 648px;
  height: 370px;
}

.region__icon--page-ven {
  width: 680px;
  height: 352px;
}

.region__icon--page-ger {
  width: 400px;
  height: 445px;
}

.region__icon--page-gruz {
  width: 775px;
  height: 344px;
}

.region__icon--page-krim {
  width: 680px;
  height: 360px;
}

.region__icon--page-lat {
  width: 716px;
  height: 336px;
}

.region__icon--page-lit {
  width: 624px;
  height: 377px;
}

.region__icon--page-mol {
  width: 443px;
  height: 488px;
}

.region__icon--page-pol {
  width: 519px;
  height: 400px;
}

.region__icon--page-rum {
  width: 670px;
  height: 403px;
}

.region__icon--page-ukr {
  width: 761px;
  height: 382px;
}

.region__icon--page-russia {
  width: 761px;
  height: 382px;
  top: -80px;
}

.region__icon--page-cheh {
  width: 740px;
  height: 297px;
}

.region__icon--page-est {
  width: 586px;
  height: 376px;
}

.region__icon--page-ugos {
  width: 616px;
  height: 466px;
}

.region__icon--page-serbchern {
  width: 494px;
  height: 648px;
}

.region__icon--page-horv {
  width: 624px;
  height: 610px;
}

.region__icon--page-czech {
  width: 648px;
  height: 368px;
}

.region__icon--page-macedonia {
  width: 680px;
  height: 536px;
}

.region__icon--page-bah {
  width: 624px;
  height: 612px;
}

.region__icon--page-slovenia {
  width: 680px;
  height: 448px;
}

.region__icon--page-slovakya {
  width: 740px;
  height: 297px;
}

@-webkit-keyframes showMainTitle {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes showMainTitle {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes showBorderRegion {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes showBorderRegion {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes showDescrip {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes showDescrip {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.regions {
  width: 1720px;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .regions {
    width: 1305px;
  }
}

@media screen and (max-width: 1365px) {
  .regions {
    width: 985px;
  }
}

@media screen and (max-width: 1023px) {
  .regions {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .regions {
    width: 280px;
  }
}

.regions__part--map {
  display: none;
  margin-bottom: -180px;
}

@media screen and (max-width: 767px) {
  .regions__part--map {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .regions__part--list {
    display: block !important;
  }
}

.regions__map {
  width: 2027px;
  height: 1053px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1919px) {
  .regions__map {
    width: 1580px;
    height: 820px;
  }
}

@media screen and (max-width: 1365px) {
  .regions__map {
    width: 1408px;
    height: 732px;
  }
}

@media screen and (max-width: 1023px) {
  .regions__map {
    width: 1122px;
    height: 583px;
  }
}

@media screen and (max-width: 767px) {
  .regions__map {
    display: none;
  }
}

.regions__svg {
  width: 100%;
  height: 100%;
}

.regions__region {
  fill: #95e0e1;
  cursor: pointer;
  -webkit-transition: fill 0.25s ease-in;
  transition: fill 0.25s ease-in;
}

.regions__region:hover,
.regions__region:active {
  fill: #c08768;
}

.regions__region:hover .regions__text,
.regions__region:active .regions__text {
  fill: #fff;
}

.regions__text {
  font: 18px "TT Norms", sans-serif;
  fill: #000;
}

@media screen and (max-width: 1365px) {
  .regions__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .regions__text {
    font-size: 10px;
  }
}

.ticker {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ticker {
    padding-top: 50px;
  }
}

.ticker__text {
  font: 46px/160% "Neue Machina", sans-serif;
  color: #c08768;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .ticker__text {
    font-size: 20px;
  }
}

.ticker__text:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .ticker__text:not(:last-child) {
    margin-right: 25px;
  }
}

.search {
  position: relative;
}

.search__return-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 95px;
  left: 100px;
  font: 12px/14px "RF Dewi", sans-serif;
  color: #a08e5e;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.search__return-link:hover,
.search__return-link:active {
  color: #c08768;
}

.search__return-link:hover .search__return-icon,
.search__return-link:active .search__return-icon {
  stroke: #c08768;
}

@media screen and (max-width: 1919px) {
  .search__return-link {
    left: 35px;
  }
}

@media screen and (max-width: 1365px) {
  .search__return-link {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .search__return-link {
    top: 60px;
  }
}

.search__return-icon {
  width: 20px;
  height: 1px;
  margin-right: 10px;
  stroke: #a08e5e;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.search-block {
  padding-bottom: 50px;
  border-bottom: 1px solid #c7c7c7;
  width: 1720px;
  margin: 0 auto;
}

.search-block--one {
  border-bottom: none;
}

@media screen and (max-width: 1919px) {
  .search-block {
    width: 1306px;
  }
}

@media screen and (max-width: 1365px) {
  .search-block {
    width: 985px;
  }
}

@media screen and (max-width: 1023px) {
  .search-block {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .search-block {
    width: 320px;
  }

  .search-block .container {
    padding: 0;
  }
}

.search-block:not(:last-child) {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .search-block:not(:last-child) {
    margin-bottom: 75px;
  }
}

.search-block--alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search__wrap {
  width: 865px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .search__wrap {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .search__wrap {
    width: 280px;
  }
}

.search__title {
  font: 66px/130% "Neue Machina", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}

.search__title--main {
  text-transform: uppercase;
  color: #c7c7c7;
  margin-bottom: 65px;
}

@media screen and (max-width: 1023px) {
  .search__title--main {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .search__title--main {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.search__title--section {
  margin-bottom: 50px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .search__title--section {
    font-size: 30px;
  }
}

.search__title-num {
  color: #c7c7c7;
  font-size: 47px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .search__title-num {
    font-size: 21px;
    margin-left: 10px;
  }
}

.search__btn {
  text-align: center;
}

.no-find--biogs {
  margin: 30px auto 0;
}

.no-find--search {
  background: #fbf7f3;
  padding-bottom: 200px;
  margin: -70px auto 0;
}

@media screen and (max-width: 767px) {
  .no-find--search {
    margin-top: -40px;
    padding-bottom: 80px;
  }
}

.no-find__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a08e5e;
}

.no-find__main {
  font: 20px "RF Dewi", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .no-find__main {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.no-find__sub {
  font: 14px "RF Dewi", sans-serif;
}

@media screen and (max-width: 767px) {
  .no-find__sub {
    font-size: 12px;
  }
}

.error {
  height: 100vh;
  min-height: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1919px) {
  .error {
    min-height: 650px;
  }
}

@media screen and (max-width: 1023px) {
  .error {
    min-height: 1024px;
  }
}

@media screen and (max-width: 767px) {
  .error {
    min-height: 480px;
    background: #252527;
  }
}

.error__wrap {
  width: 520px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1919px) {
  .error__wrap {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .error__wrap {
    width: 280px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.error__title {
  font: 250px "Neue Machina", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .error__title {
    font-size: 120px;
    margin-bottom: 10px;
  }
}

.error__subtitle {
  font: 36px "RF Dewi Light", sans-serif;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: -20px 0 55px;
}

@media screen and (max-width: 767px) {
  .error__subtitle {
    font-size: 20px;
    margin-top: 0;
  }
}

.error__bg {
  width: 1710px;
  height: 1930px;
  min-height: 935px;
  position: absolute;
  top: -167%;
  right: -40%;
  fill: #252527;
  z-index: -1;
}

@media screen and (max-width: 1919px) {
  .error__bg {
    top: -125%;
  }
}

@media screen and (max-width: 1365px) {
  .error__bg {
    right: -28%;
  }
}

@media screen and (max-width: 1023px) {
  .error__bg {
    right: -63%;
    top: -180%;
  }
}

@media screen and (max-width: 767px) {
  .error__bg {
    display: none;
  }
}

.error__img {
  width: 400px;
  height: 650px;
  position: absolute;
  top: -19%;
  right: -74%;
  z-index: -2;
}

@media screen and (max-width: 1919px) {
  .error__img {
    top: -7%;
    right: -82%;
  }
}

@media screen and (max-width: 1365px) {
  .error__img {
    top: -7%;
    right: -67%;
  }
}

@media screen and (max-width: 1023px) {
  .error__img {
    display: none;
  }
}

.chronograph__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.chronograph__wrap_left {
  min-width: 400px;
  width: 400px;
  max-width: 20%;
  max-height: 100vh;
  height: 100%;
}

.chronograph__wrap_right {
  max-width: 80%;
}

.chronograph__slider {
  cursor: -webkit-grab;
  cursor: grab;
}

.chronograph__slider_wrap {
  width: 95%;
  overflow: hidden;
}

.chronograph__slider_item {
  width: 100%;
  padding-top: 30px;
}

.chronograph__slider_item p {
  font: 16px/160% "RF Dewi", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.chronograph__slider_item p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.chronograph__slider_item p a {
  color: #c08768;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.chronograph__slider_item p a:hover,
.chronograph__slider_item p a:active {
  color: #95e0e1;
}

.chronograph__slider_item_title {
  font: 30px/160% "RF Dewi", sans-serif;
  color: #a08e5e;
  padding-bottom: 15px;
}

.chronograph__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #fbf7f3;
  width: 100%;
  height: 100vh;
}

.home .nav--upper {
  display: none;
}

.search .form--header {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-single-page {
  background: #fbf7f3;
  padding: 130px 0 120px;
}

@media screen and (max-width: 767px) {
  .header-single-page {
    padding: 75px 0 50px;
  }
}

.media-more__title {
  color: #252527;
  font: 56px/130% "Neue Machina", sans-serif;
  text-align: center;
  margin: 55px 0 30px;
}

@media screen and (max-width: 767px) {
  .media-more__title {
    width: 280px;
    margin: 45px 0;
  }
}

.media-single__title {
  color: #252527;
  font: 60px/130% "Neue Machina", sans-serif;
  width: 1306px;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .media-single__title {
    width: 1085px;
  }
}

@media screen and (max-width: 1365px) {
  .media-single__title {
    width: 895px;
  }
}

@media screen and (max-width: 1023px) {
  .media-single__title {
    width: 645px;
  }
}

@media screen and (max-width: 767px) {
  .media-single__title {
    max-width: 440px;
    font-size: 26px;
    padding: 0 20px;
    width: 100%;
  }
}

.section-region .wp-block-group {
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  .section-region .wp-block-group {
    padding: 60px 0 45px;
  }
}

.section-region .content ol,
.section-region .content ul,
.section-region .content p,
.section-region .content h2,
.section-region .content h3,
.section-region .content h4,
.section-region .content h5,
.section-region .content h6,
.section-region .content blockquote,
.section-region .content .img-content {
  width: 1085px;
  margin: 0 auto;
}

@media screen and (max-width: 1365px) {

  .section-region .content ol,
  .section-region .content ul,
  .section-region .content p,
  .section-region .content h2,
  .section-region .content h3,
  .section-region .content h4,
  .section-region .content h5,
  .section-region .content h6,
  .section-region .content blockquote,
  .section-region .content .img-content {
    width: 820px;
  }
}

@media screen and (max-width: 1023px) {

  .section-region .content ol,
  .section-region .content ul,
  .section-region .content p,
  .section-region .content h2,
  .section-region .content h3,
  .section-region .content h4,
  .section-region .content h5,
  .section-region .content h6,
  .section-region .content blockquote,
  .section-region .content .img-content {
    width: 645px;
  }
}

@media screen and (max-width: 767px) {

  .section-region .content ol,
  .section-region .content ul,
  .section-region .content p,
  .section-region .content h2,
  .section-region .content h3,
  .section-region .content h4,
  .section-region .content h5,
  .section-region .content h6,
  .section-region .content blockquote,
  .section-region .content .img-content {
    width: 100%;
    padding: 0 20px;
    max-width: 440px;
  }
}

.section-region .content blockquote {
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .section-region .content blockquote {
    padding: 35px 25px 35px 35px;
  }
}

@media screen and (max-width: 767px) {

  .section-region .content blockquote:before,
  .section-region .content blockquote:after {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-region .content blockquote p {
    padding: 0;
  }
}

.section-region .content blockquote p:after,
.section-region .content blockquote p:before {
  content: "";
}

.section-region .content ol:not(:last-child),
.section-region .content ul:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {

  .section-region .content ol:not(:last-child),
  .section-region .content ul:not(:last-child) {
    margin-bottom: 50px;
  }
}

.section-region .content figure {
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .section-region .content figure {
    margin: 30px 0 40px;
  }
}

.section-region .content .img-full {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content .img-full {
    margin: 0;
  }
}

.section-region .content .img-full img {
  margin: 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content .img-full img {
    margin: 0;
  }
}

.section-region .content h2 {
  font-size: 56px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin: 0 auto 30px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content h2 {
    width: 100%;
    max-width: 440px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.section-region .content h3 {
  font-size: 50px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin: 0 auto 30px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content h3 {
    width: 100%;
    max-width: 440px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.section-region .content h4 {
  font-size: 44px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin: 0 auto 30px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content h4 {
    width: 100%;
    max-width: 440px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.section-region .content h5 {
  font-size: 38px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin: 0 auto 30px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content h5 {
    width: 100%;
    max-width: 440px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.section-region .content h6 {
  font-size: 32px;
  font-family: "Neue Machina", sans-serif;
  line-height: 130%;
  margin: 0 auto 30px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section-region .content h6 {
    width: 100%;
    max-width: 440px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */