/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
ul, p, span, li, h1, input {
  margin: 0;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/*!
*   Accessibility Buttons v4.0.0
*   http://tiagoporto.github.io/accessibility-buttons
*   Copyright (c) 2014-present Tiago Porto (http://tiagoporto.com)
*   Released under the MIT license
*/
html {
  font-size: 100%;
}

body {
  transition: background 1s ease, font-size 0.7s linear;
}

input,
textarea,
select,
button {
  transition: all 0.6s linear;
}

.accessibility-font {
  /* First font-size fallback to older browsers*/
  font-size: 1.25em;
  font-size: 1.25rem;
}

.accessibility-font input,
.accessibility-font textarea,
.accessibility-font select,
.accessibility-font button {
  /* The default font-size of these elements is approximately 20% less than the body */
  font-size: 1.041625em;
  font-size: 1.04163rem;
}

.accessibility-contrast {
  color: #fff;
  background: #000;
}

body {
  font-family: "Alfa Slab One", cursive;
  overflow-x: hidden;
}
body.menu {
  overflow-x: hidden;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
img {
  max-width: 100%;
  height: auto;
}

header {
  background: #F7DBE4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.header__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 58px 57px 86px 57px;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  z-index: 2;
  align-items: center;
}
.header__nav li {
  margin-left: 47px;
}
.header__nav li a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #3D3F40;
}
.header__nav li a.active {
  color: #F05359;
}

.header__logo {
  -o-object-fit: contain;
     object-fit: contain;
  justify-self: flex-start;
}

.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14%;
  padding-bottom: 129px;
}

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

.header__main__right__img {
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none !important;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.header__main__left {
  max-width: 463px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.mk-red {
  color: #F05359 !important;
}

.p25 {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  color: #F05359;
}

h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 145px;
  line-height: 199px;
  color: #3D3F40;
  margin: 5px 0;
}

.p20 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #3D3F40;
}

.more-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.more-holder svg {
  margin-bottom: 13px;
  transition: all 0.5s;
}
.more-holder:hover svg {
  transform: translateX(15px);
}

.more {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  text-decoration: none;
  color: #F05359;
  margin-right: 15px;
}

.p55 {
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 70px;
  text-align: center;
  color: #3D3F40;
}

.p24 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #BABABA;
}

.p23 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #3D3F40;
}

.bold {
  font-weight: bold;
}

.s1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 130px 15px 60px 15px;
}
.s1 p {
  margin: 15px 0;
  max-width: 739px;
}

.s2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #F05359;
  padding: 78px 12% 0px 12%;
  margin-bottom: 420px;
}
.s2__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2__img-holder {
  margin-right: 50px;
}

.s2__top__img {
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: none !important;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

.s2__top__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  flex-shrink: 0;
}
.s2__top__content p {
  text-align: left;
  margin: 10px 0;
}
.s2__top__content .p55 {
  line-height: 60px;
  color: #FFFFFF;
}
.s2__top__content .p24 {
  line-height: 33px;
  color: #F7DBE4;
}
.s2__top__content .p20 {
  line-height: 23px;
  color: #FFFFFF;
}

.s2__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: -290px;
  margin-top: 20px;
  flex-direction: column;
}

.img-holder {
  position: relative;
  max-width: 365px;
  overflow: hidden;
  transition: all 1s;
  cursor: pointer;
}
.img-holder:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35.37%, rgba(0, 0, 0, 0.0001)), to(#000000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 35.37%, #000000 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 35.37%, #000000 100%);
  height: 100%;
  width: 100%;
}
.img-holder:hover img {
  transform: scale(1.1);
}
.img-holder:hover svg path {
  transition: all 1s;
  fill: #F05359;
}
.img-holder:hover .img-holder__content {
  transform: translateY(-30px);
}
.img-holder img {
  transition: all 1s;
}

.img-holder__content {
  transition: all 1s;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 25px 20px;
}
.img-holder__content .img-holder__content__left {
  margin-right: 20px;
}
.img-holder__content p {
  text-align: left;
}
.img-holder__content .p24 {
  line-height: 33px;
  color: #F05359;
}
.img-holder__content .p20 {
  line-height: 27px;
  color: #FFFFFF;
}

.s3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.s3 .s3__timeline {
  overflow-x: auto;
  margin-left: 12%;
  padding-bottom: 30px;
}
.s3 .s3__timeline .timeline {
  padding: 0;
}
.s3 .s3__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s3 .p55 {
  margin-bottom: 24px;
}
.s3 .p55, .s3 .p20 {
  max-width: 754px;
  text-align: center;
}
.s3 .no-news {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 180px;
}
.s3 .timeline {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 75px;
  margin-bottom: 0px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.s3 .li {
  transition: all 200ms ease-in;
  min-width: 320px;
}
.s3 .li span, .s3 .li h4 {
  color: #BABABA;
}
.s3 .li.complete span {
  font-style: normal;
  font-weight: normal;
  color: #F05359;
}
.s3 .timestamp {
  margin-bottom: 50px;
  padding: 0px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
  white-space: nowrap;
}
.s3 .status-holder {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s3 .date {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  margin-top: 10px;
  color: #3D3F40 !important;
}
.s3 .v1 {
  margin-bottom: 102px;
}
.s3 .status {
  padding: 0px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-top: 4px solid #E9E9E9;
  position: relative;
  transition: all 200ms ease-in;
}
.s3 .status h4 {
  font-weight: 600;
}
.s3 .status:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #E9E9E9;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  position: absolute;
  top: -14px;
  left: 42%;
  transition: all 200ms ease-in;
}
.s3 .li.complete .status {
  border-top: 4px solid #F05359;
}
.s3 .li.complete .status:before {
  width: 40px;
  height: 40px;
  top: -26px;
  background-color: #F05359;
  border: 3px solid #E9E9E9;
  transition: all 200ms ease-in;
}
.s3 .li.complete .status h4 {
  color: #F05359;
}

.s4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.s4__left {
  width: 50%;
  max-width: 50%;
}

#map {
  height: 100%;
  width: 100%;
}

.s4__right {
  min-height: 700px;
  width: 50%;
  max-width: 50%;
  background: #F05359;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.s4__right p {
  text-align: left;
  margin: 15px 0;
  max-width: 487px;
}
.s4__right .p55 {
  line-height: 60px;
  color: #FFFFFF;
}
.s4__right .p24 {
  line-height: 33px;
  color: #F7DBE4;
}
.s4__right .search {
  max-width: 487px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: white;
  margin-top: 15px;
  width: 100%;
}
.s4__right .search .search-svg {
  padding: 0 22px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.s4__right input, .s4__right textarea {
  padding: 0 25px;
  font-size: 20px;
  line-height: 23px;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  color: #3D3F40;
  width: 100%;
  border: none;
  height: 100%;
}

.btn {
  height: 80px;
  background: #F05359;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  background: #ec242c;
}

.underline-hover {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 2px;
}

.underline-hover:before, .underline-hover:after, .underline-hover > span:before, .underline-hover > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

.underline-hover:before {
  left: -1px;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #492059;
  transform: translateX(-100%);
}

li:hover .underline-hover:before {
  transform: translateX(0);
}

.underline-hover:hover:before {
  transform: translateX(0);
}

.s5__input-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}
.s5__input-holder .btn {
  margin-left: 25px;
}

.s5__top {
  max-width: 755px;
  margin: 0 auto;
}

.s5__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 160px auto;
}
.s5__container input, .s5__container textarea {
  height: 80px;
  background: #F7DBE4;
  border: 0;
  width: 100%;
  padding: 28px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto Condensed", sans-serif;
  color: #3D3F40;
}
.s5__container p {
  text-align: center;
}
.s5__container .p24 {
  margin: 18px 0 30px 0;
}

.s5__form {
  margin: 60px 0 100px 0;
}

.s5__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 12%;
}
.s5__bottom svg {
  flex-shrink: 0;
  margin-left: 15px;
}
.s5__bottom p {
  text-align: left;
}

.s6 {
  padding: 0 12%;
  margin-bottom: 0px;
}
.s6 .s6__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s6 .p55 {
  max-width: 949px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 80px 0;
}

.swiper-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.swiper-btns div {
  position: static;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3D3F40;
  margin: 1px;
}
.swiper-btns div:after {
  color: white;
  font-size: 24px;
}

.mySwiper2 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mySwiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mySwiper .swiper-slide .p24 {
  margin: 20px 0;
  max-width: 365px;
}

footer {
  background: #EAEAEA;
}

.f__container {
  padding: 65px 12%;
}

.f__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
.f__top .footer-item {
  margin-right: 90px;
}
.f__top .footer-item:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
.f__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D8D8D8;
  padding-top: 44px;
}
.f__bottom .copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #3D3F40;
}
.f__bottom .f__links {
  color: #D8D8D8;
}
.f__bottom .f__links a {
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  color: #F05359;
  transition: all 0.3s;
}
.f__bottom .f__links a:hover {
  color: #cb1219;
}

.btn2 {
  display: none;
  width: 60px;
  height: 60px;
  top: 100px;
  left: 120px;
  transition-duration: 0.5s;
  z-index: 2;
}

.btn2 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 60px;
  top: 90px;
  background-color: #3D3F40;
}

.btn2 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  left: 12px;
  height: 3px;
  background-color: #3D3F40;
  content: "";
  top: -13px;
}

.btn2 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  left: 12px;
  height: 3px;
  background-color: #3D3F40;
  content: "";
  top: 13px;
}

.btn2.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}

.btn2.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6px, 4px);
  left: 0px;
}

.btn2.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  left: 0px;
}

.btn2:hover {
  cursor: pointer;
}

.s5__form .error-notice {
  margin-top: 30px;
  color: #3D3F40;
}

.textarea-holder {
  position: relative;
}
.textarea-holder textarea {
  padding-right: 80px;
}

#the-count {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  /* identical to box height */
  color: #F05359;
  position: absolute;
  right: 15px;
  bottom: 0px;
  top: 0;
  margin: auto 0;
}

.close-video {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  font-family: sans-serif;
}
@media screen and (max-width: 1023px) {
  .close-video {
    top: 0px;
    right: 15px;
  }
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.video-popup .added-video {
  max-height: 90%;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.header-v2 {
  background-image: url("../images/h-aktivnosti.jpg");
  background-size: cover;
  background-position: center;
}
.header-v2.press {
  background-image: url("../images/press.jpg");
}
.header-v2.o-projektu {
  background-image: url("../images/o-projektu.jpg");
}
.header-v2.novosti-single {
  background-image: url("../images/o-projektu.jpg");
}
.header-v2 .header__main {
  flex-direction: column;
  max-width: 743px;
  padding: 0px 15px 100px 15px;
  margin: 0 auto;
}
.header-v2 h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 76px;
  margin-bottom: 30px;
  text-align: center;
  color: #3D3F40;
}
.header-v2 .p20 {
  text-align: center;
}

.novosti-single h1 {
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
}
.novosti-single h1 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
  font-size: 70px;
  line-height: 96px;
}
@media screen and (max-width: 767px) {
  .novosti-single h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.novosti-single h2 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
  font-size: 60px;
  line-height: 82px;
}
@media screen and (max-width: 767px) {
  .novosti-single h2 {
    font-size: 34px;
    line-height: 47px;
  }
}
.novosti-single h3 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
  font-size: 50px;
  line-height: 68px;
}
@media screen and (max-width: 767px) {
  .novosti-single h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.novosti-single h4 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
  font-size: 38px;
  line-height: 52px;
}
@media screen and (max-width: 767px) {
  .novosti-single h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.novosti-single h5 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .novosti-single h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
.novosti-single h6 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  color: #494F5A;
  font-size: 20px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .novosti-single h6 {
    font-size: 12px;
    line-height: 16px;
  }
}
.novosti-single .p20 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 60px;
  color: #3D3F40;
}

.ns-hero {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}

.sns2 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px;
}

.keyword {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.keyword p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 169% */
  color: #3B3D3E;
  margin-right: 23px;
}
.keyword p:first-of-type {
  color: #818181;
}

.sns3 {
  font-style: normal;
  font-weight: normal;
  font-size: 51px;
  line-height: 76px;
  /* identical to box height, or 149% */
  text-align: center;
  color: #3D3F40;
}
@media screen and (max-width: 1400px) {
  .sns3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  figure {
    margin: 0;
    max-width: 100%;
  }
}

.sns1__top {
  max-width: 100%;
}

.sns1__l.mob {
  display: none;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.sns1__l.mob p {
  color: #BABABA;
  font-weight: normal;
}
.sns1__l.mob p, .sns1__l.mob a {
  margin-right: 15px;
}
@media screen and (max-width: 1100px) {
  .sns1__l.mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.vote-btn-js {
  padding: 0 30px;
  min-width: 246px;
}

.sns1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 15px 0 15px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  max-width: 760px;
}
.sns1 .sns1__l {
  position: absolute;
  left: -150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .sns1 .sns1__l {
    display: none;
  }
}
.sns1 .sns1__l a {
  margin-top: 15px;
  transition: all 0.5s;
}
.sns1 .sns1__l a:hover {
  transform: scale(1.1);
}
.sns1 .sns1__r p {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  color: #3D3F40;
}
.sns1 .sns1__r img,
.sns1 .sns1__r video {
  margin: 20px auto 50px auto;
  display: block;
  max-width: 100%;
}
.sns1 .sns1__r figure {
  margin-bottom: 60px;
}
.sns1 .sns1__r figcaption {
  font-weight: normal;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}
.sns1 .sns1__r .quotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sns1 .sns1__r .quotation {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .sns1 .sns1__r .quotation .p24 {
    margin: 0;
    text-align: center;
    line-height: 24px !important;
  }
  .sns1 .sns1__r .quotation svg {
    margin: 0 auto 30px auto;
    display: block;
  }
}
.sns1 .sns1__r .quotation svg {
  flex-shrink: 0;
}
.sns1 .sns1__r .quotation p {
  text-align: left;
  margin-left: 25px;
  margin-bottom: 60px;
}
.sns1 .sns1__r .quotation .p24 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  color: #F05359;
  font-family: "Alfa Slab One", cursive;
}

.sa1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 12% 45px 12%;
}

.sa1__left {
  max-width: 365px;
  min-width: 365px;
  width: 100%;
}
.sa1__left .cat-p {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #BABABA;
}
.sa1__left ul {
  list-style: none;
  padding: 0 25px 0 0;
}
.sa1__left ul li {
  border-bottom: 1px solid #D8D8D8;
  padding: 25px 0;
  cursor: pointer;
}
.sa1__left ul li:last-of-type {
  border-bottom: none;
}
.sa1__left ul li p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #3D3F40;
}
.sa1__left ul li.active p {
  color: #F05359;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  margin-left: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #BABABA;
  width: auto;
  height: 40px;
}

.select-styled {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 8px 15px 8px 15px;
  transition: all 0.2s ease-in;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: flex-start;
}
.select-styled:hover {
  background-color: #fafafa;
}
.select-styled:active, .select-styled.active {
  background-color: #f2f2f2;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #BABABA transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f2f2f2;
}
.select-options li {
  margin: 0;
  padding: 12px 15px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  transition: all 0.15s ease-in;
  cursor: pointer;
  color: #3D3F40;
}
.select-options li:hover {
  color: #F05359;
}
.select-options li[rel=hide] {
  display: none;
}

.filter-arrow {
  transition: all 0.5s;
}
.filter-arrow.active {
  transform: rotate(180deg);
}

.filter {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  color: #BABABA;
}

.filter__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.filter__container svg {
  margin-left: 10px;
}

.sa1__right {
  flex-grow: 1;
}
.sa1__right .akt__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.sa1__right .p34 {
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 47px;
  margin: 15px 0;
  color: #3D3F40;
}
.sa1__right .p20 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  color: #3D3F40;
}

.akt {
  cursor: pointer;
  transition: all 0.3s;
  padding: 55px 60px 55px 60px;
  border-bottom: 1px solid #EBEAEA;
}
.akt .arrow-dropdown {
  transition: all 0.3s;
}
.akt .p-dropdown {
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
}
.akt.open {
  background: #F4F4F4;
}
.akt.open .p-dropdown {
  max-height: 100%;
  opacity: 1;
}
.akt.open .arrow-dropdown {
  transform: rotate(180deg);
}

.sa1-btn {
  margin: 0 auto 130px auto;
}

.p51 {
  font-style: normal;
  font-weight: normal;
  font-size: 51px;
  line-height: 76px;
  /* identical to box height, or 149% */
  text-align: center;
  color: #3D3F40;
}
@media screen and (max-width: 1023px) {
  .p51 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #3D3F40;
  }
}

.sa2 {
  background: #F05359;
  padding: 120px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.sa2 .sa2__container {
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 790px;
}
.sa2 p {
  text-align: center;
}
.sa2 .p24 {
  color: #F7DBE4;
  margin: 19px 0;
}
.sa2 .p55 {
  color: white !important;
}
.sa2 .sa2__form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.sa2 .sa2__form__item p {
  text-align: left;
}
.sa2 .sa2__form__item svg path {
  stroke: white;
}
.sa2 .sa2__form__item {
  margin-top: 100px;
}
.sa2 .sa2__form__item.v2 .form-number {
  background: #CC3C42;
}
.sa2 .form-item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
}
.sa2 .sa2__form {
  width: 100%;
}
.sa2 .dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.sa2 .dropdown-item .select-options {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.sa2 .dropdown-item .select-options li {
  cursor: pointer;
}
.sa2 .dropdown-item .select-options li:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #F05359;
}
.sa2 .dropdown-item .select-styled {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  background-color: transparent;
  padding-left: 0;
  border-bottom: 1px solid white;
  width: 100%;
}
.sa2 .select {
  width: 100%;
}
.sa2 .form-right {
  width: 100%;
}
.sa2 .form-number {
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 68px;
  text-align: center;
  color: #F05359;
  background: white;
  height: 99px;
  width: 99px;
  min-width: 99px;
  min-height: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 60px;
}

.sa1-dropdown {
  display: none;
  align-items: center;
  width: 100%;
}
.sa1-dropdown .select {
  width: 100%;
}
.sa1-dropdown .select-styled {
  width: 100%;
  color: #F05359;
  font-size: 20px;
}

.latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 15px;
}
.latest .akt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.latest .akt .akt-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.latest .akt .akt-holder .akt-l {
  margin-bottom: 30px;
}
.latest .akt .akt-holder .akt-r {
  margin-top: auto;
}
.latest .akt-holder .akt-l img {
  max-width: 323px !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 230px;
}
.latest .latest-holder {
  border-top: 1px solid #EAEAEA;
  margin-top: 60px;
  padding-top: 60px;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.latest .latest-holder .akt-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.latest .latest-holder .akt-l img {
  max-width: 570px;
}
@media screen and (max-width: 1023px) {
  .latest .latest-holder {
    margin-top: 30px;
    padding-top: 30px;
  }
  .latest .latest-holder .akt-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .latest .latest-holder .akt-r .p20 {
    font-size: 16px;
    line-height: 22px;
  }
  .latest .latest-holder .akt-r .p34 {
    font-size: 25px;
    line-height: 34px;
    text-align: center;
  }
  .latest .latest-holder .akt-r .more {
    font-size: 16px;
    line-height: 22px;
  }
}
.latest .all-latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .latest .all-latest {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.latest .akt {
  border-bottom: 0;
  max-width: 367px;
  padding: 15px 10px;
}
.latest .more-holder {
  margin-top: 0;
}
.latest .p34 {
  margin: 15px 0;
}
.latest .p20 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  color: #BABABA !important;
}
.latest .p34 {
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 37px;
  text-align: left;
  color: #3D3F40;
}
.latest .more {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #F05359;
}

html {
  overflow-x: hidden;
}

.accessibility {
  font-family: "Roboto Condensed", sans-serif !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3D3F40;
  position: absolute;
  right: 30px;
  top: 10px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .accessibility {
    display: none;
  }
}
.accessibility.v2 {
  display: none;
  position: initial;
}
.accessibility.v2 p {
  font-size: 16px;
}
.accessibility.v2 .font-size {
  margin-left: 15px;
}
.accessibility.v2 .font-size p {
  margin: 0 5px;
}
.accessibility.v2 .font-size p.acc-large {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .accessibility.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.accessibility p {
  cursor: pointer;
  font-size: 14px;
}
.accessibility .font-size {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.accessibility .font-size p {
  margin: 0 10px;
}
.accessibility .font-size p.active {
  border-bottom: 1px solid #3D3F40;
}
.accessibility .font-size p.acc-large {
  font-size: 16px;
}

.contrast {
  background: black !important;
}
.contrast .s3 span {
  color: white !important;
}
.contrast * {
  color: white !important;
  background: black !important;
  border-color: white !important;
}
.contrast button {
  background: #F05359 !important;
}
.contrast a.active {
  color: #F05359 !important;
}
.contrast #map {
  background: none !important;
}
.contrast #map * {
  background: none !important;
  color: black !important;
}

.Cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  padding: 20px;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
  transform: translateY(100%);
}
.Cookies a {
  color: white;
}
.Cookies.active {
  transform: none;
}
@media screen and (max-width: 575px) {
  .Cookies {
    display: block;
  }
}
.Cookies p {
  color: #ffffff;
  margin: 0px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4em;
  padding-right: 20px;
  flex: 1;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif !important;
}
.Cookies p span {
  color: #f4e802;
  text-decoration: underline;
  cursor: pointer;
}
.Cookies button {
  height: 60px;
  padding: 0 40px;
}
@media screen and (max-width: 575px) {
  .Cookies button {
    margin-top: 20px;
  }
}

.darkmode--activated .header__nav a {
  color: #c1c0bf;
}
.darkmode--activated .dark-btn {
  color: #c1c0bf;
}

.dark-mode * {
  background: black !important;
  color: white !important;
}

.dark-btn {
  position: fixed;
  right: 30px;
  top: 20px;
  cursor: pointer;
  color: #3D3F40;
}

.sp1 .sp1__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0px;
}
@media screen and (max-width: 1100px) {
  .sp1 .sp1__top {
    padding: 0 15px;
  }
  .sp1 .sp1__top img {
    margin-right: auto;
  }
}
.sp1 .sp1__top .p24 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #3D3F40;
  font-family: "Roboto Condensed", sans-serif !important;
  text-align: left;
  max-width: 756px;
  position: relative;
  z-index: 2;
  margin: 0 30px 0 -300px;
}
@media screen and (max-width: 1023px) {
  .sp1 .sp1__top .p24 {
    text-align: center !important;
  }
}
.sp1 .sp1__top.v2 .p24 {
  max-width: 657px;
  padding-left: 30px;
  margin: 0 30px 0 auto;
}
@media screen and (max-width: 1100px) {
  .sp1 .sp1__top.v2 .p24 {
    padding-left: 0;
  }
  .sp1 .sp1__top.v2 img {
    margin-left: auto !important;
    margin-right: -15px;
  }
}

.tc {
  font-family: "Roboto Condensed", sans-serif;
  padding: 60px 12%;
  font-size: 20px;
  line-height: 30px;
}
.tc a {
  font-size: 20px;
  line-height: 30px;
}

.author {
  white-space: nowrap;
}

.sp2 {
  background: #F05359;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp2 .p20 {
  color: white;
  max-width: 755px;
  padding: 135px 15px;
  font-family: "Alfa Slab One", cursive;
  font-size: 30px;
  line-height: 40px;
}

.sp3-container {
  padding: 135px 15%;
}
.sp3-container .p55 {
  max-width: 739px;
  text-align: left;
}
.sp3-container .poveznice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.sp3-container .poveznice .poveznice-l {
  width: 50%;
}
.sp3-container .poveznice .poveznice-l p {
  margin-right: 15px;
}
.sp3-container .poveznice .poveznice-r {
  width: 50%;
}
.sp3-container .poveznice .poveznice-r p {
  margin-left: 15px;
}
.sp3-container .poveznice .p20 {
  font-family: "Alfa Slab One", cursive;
  color: #F05359;
  margin-bottom: 20px;
}
.sp3-container .sp2-bottom {
  margin: 100px auto;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #3D3F40;
  max-width: 754px;
}
.sp3-container .p40 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 55px;
  /* identical to box height */
  text-align: center;
  color: #F05359;
}

.sp4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}
.sp4 .sp4__bg {
  background: #F05359;
  position: absolute;
  left: 0;
  right: 12%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.sp4 .sp4__l {
  padding: 110px 20px 110px 12%;
  margin-left: auto;
  margin-right: auto;
}
.sp4 p {
  text-align: left;
  max-width: 556px;
  color: white;
}
.sp4 .p24 {
  color: #F7DBE4;
  margin: 20px 0;
}
.sp4 .sp4-video {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .sp4 .sp4-video {
    max-width: 100%;
  }
}

.akt__header__btn {
  margin-left: 15px;
}

.akt-holder .akt-l img {
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .akt-holder .akt-l img {
    max-width: 100%;
  }
}

.sa1.v2 .akt-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sa1.v2 .akt-holder .akt-r {
  max-width: 500px;
  margin-left: 40px;
}
.sa1.v2 .akt__header p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  font-family: "Alfa Slab One", cursive;
  color: #BABABA !important;
}

.sa1.v2 .akt.open {
  background: none !important;
}

@media screen and (max-width: 1400px) {
  .sa1.v2 {
    padding: 100px 5% 45px 5% !important;
  }
}
@media screen and (max-width: 1100px) {
  .sa1.v2 .akt-holder {
    flex-direction: column;
    align-items: center;
  }
  .sa1.v2 .akt-holder .akt-r {
    margin-left: 0;
  }
  .sa1.v2 .akt-holder p {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
  .sa1.v2 .akt-holder img {
    margin-bottom: 30px;
  }

  .sp1__top {
    flex-direction: column;
    align-items: center;
  }
  .sp1__top img {
    margin-left: -30px;
  }
  .sp1__top .p24 {
    margin: 30px 0 0px 0 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
  }
  .sp1__top.v2 .p24 {
    margin: 30px 0 30px 0 !important;
  }
  .sp1__top.v2 img {
    margin-left: initial !important;
    margin-right: -30px;
  }

  .sp2 .p20 {
    padding: 60px 15px;
    text-align: center;
  }

  .sp3-container {
    padding: 60px 15px;
  }

  .sa1__left {
    display: none;
  }

  .sa1-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .sa1 {
    flex-direction: column;
  }

  .f__container {
    padding: 60px 15px;
  }

  .f__top .footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px !important;
  }
  textarea {
    height: 236px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
  }

  #the-count {
    left: 15px;
    right: initial;
    bottom: 15px;
    top: initial;
  }

  .btn2 {
    display: block;
  }

  .s5__form .error-notice {
    font-size: 16px;
  }

  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
    padding-top: 30px;
    transition: all 0.5;
  }
  .header__nav li {
    margin: 30px;
  }

  .menu .header__nav {
    display: block;
  }

  .header__main {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .more-holder {
    margin-bottom: 15px;
  }

  .s1 {
    padding: 60px 15px;
  }

  .s2__top {
    flex-direction: column;
    max-width: 560px;
    align-items: center;
    margin: 0 auto;
  }
  .s2__top img {
    max-width: 320px;
  }
  .s2__top p {
    text-align: center;
  }

  .s2__top__content {
    align-items: center;
    margin-top: 30px;
  }

  .s2__bottom {
    margin-top: 0px;
  }
  .s2__bottom .p24 {
    font-size: 16px;
    line-height: 22px;
  }
  .s2__bottom .p20 {
    font-size: 13px;
    line-height: 18px;
  }

  .swiper-container {
    margin: 40px 0;
  }

  .s4 {
    flex-direction: column-reverse;
  }

  .search {
    height: 70px !important;
  }

  .s4__left {
    width: 100%;
    max-width: 100%;
    height: 600px;
  }

  .s4__right {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
    min-height: 0;
  }
  .s4__right p {
    text-align: center;
  }

  .s5__container {
    margin: 0;
    padding: 60px 15px;
  }

  .s5__form {
    margin-bottom: 60px;
  }

  .s5__bottom {
    padding: 0 0 0 15px;
  }
  .s5__bottom .p24 {
    min-width: 305px;
    line-height: 22px;
    margin: 0;
  }

  .sp4 {
    flex-direction: column;
    background: #F05359;
    margin-bottom: 60px;
  }
  .sp4 .sp4__l {
    margin: 0;
    padding: 60px 15px;
  }
  .sp4 .sp4__l p {
    text-align: center;
  }

  .sp4__bg {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .sa1.v2 {
    padding: 30px 15px !important;
  }
  .sa1.v2 .filter {
    margin-bottom: 0px;
  }
  .sa1.v2 .more-holder {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    justify-content: center;
  }

  .more {
    font-size: 16px;
  }

  .more-holder svg {
    width: 46px;
  }

  .sp3-container .p55 {
    text-align: center;
  }

  .sp2-bottom {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .p40 {
    font-size: 16px !important;
  }

  .poveznice {
    flex-direction: column;
    align-items: center;
    margin-top: 30px !important;
  }
  .poveznice .poveznice-l, .poveznice .poveznice-r {
    align-items: center;
    width: 100% !important;
    margin: 0;
  }
  .poveznice .poveznice-l p, .poveznice .poveznice-r p {
    margin-right: 0 !important;
    text-align: center;
  }

  .sp2-bottom {
    text-align: center !important;
  }

  .header__main {
    padding-bottom: 60px !important;
  }

  .header-v2 h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 20px !important;
  }

  .sa1 .p34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .sa1 .p20 {
    font-size: 16px;
    line-height: 22px;
  }

  .sa1 {
    padding: 60px 15px;
  }

  .akt {
    padding: 30px 15px;
  }

  .filter {
    justify-content: center;
  }

  .p55 {
    line-height: 34px !important;
  }

  .p24 {
    line-height: 22px !important;
  }

  .s5__form {
    margin: 40px 0;
  }

  header h1 {
    line-height: 123px;
  }

  .s6 {
    margin-bottom: 0px;
  }

  .s1 .p55 {
    margin-top: 0;
  }
  .s1 p {
    margin: 7px 0;
  }

  .s2 p {
    margin: 5px 0;
  }

  .s3__content {
    padding: 0px 15px;
  }

  .s5__bottom .p24 {
    min-width: 215px;
  }

  .s5__input-holder {
    flex-direction: column;
  }
  .s5__input-holder .btn {
    margin: 20px 0 0 0;
  }

  .s5__bottom {
    padding: 30px 0 0 15px;
  }

  .s5__top .p24 {
    margin: 15px 0 15px 0;
  }

  .s4 {
    margin-top: 30px;
  }
  .s4 .p55 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .header__banner {
    padding: 30px 15px 40px 15px;
  }

  .btn2 .icon {
    top: 60px;
    right: 27px;
  }

  .p25 {
    font-size: 16px;
  }

  h1 {
    font-size: 90px;
  }

  .p20 {
    font-size: 16px;
  }

  .p24 {
    font-size: 16px;
  }

  .p55 {
    font-size: 25px;
    line-height: 34px;
  }

  .header__main {
    padding-left: 15px;
  }

  .s2__top__img {
    max-width: 150px !important;
  }

  .s2 {
    padding: 60px 15px;
    margin-bottom: 300px;
  }
  .s2 .swiper-btns {
    width: 100%;
    justify-content: flex-end;
    margin-right: -15px;
  }

  .header__main__right__img {
    margin-top: 20px;
  }

  .f__bottom {
    flex-direction: column-reverse;
  }

  .copyright {
    text-align: center;
  }

  .f__links {
    color: #EAEAEA !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .s3__timeline {
    margin-left: 15px !important;
  }
  .s3__timeline .timeline {
    padding: 0;
  }
}
.sa2-btn {
  background: white;
  color: #F05359;
  margin-top: 60px;
}
.sa2-btn:hover {
  background: white;
  color: #ec242c;
}

.bookstores {
  margin: 60px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  overflow: hidden;
}

.bookstore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  align-items: center;
  border-bottom: 1px solid #F7DBE4;
  padding-bottom: 30px;
}
.bookstore:last-of-type {
  border-bottom: none;
}
.bookstore .form-number {
  margin-right: 0px;
}
.bookstore p {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .bookstore {
    flex-direction: column;
  }
  .bookstore .bookstore-content {
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .bookstore p {
    text-align: center;
  }
  .bookstore .form-number {
    height: 65px;
    width: 65px;
    min-width: 65px;
    min-height: 65px;
    font-size: 34px;
  }
}

.bookstore-cat {
  margin: 80px 0;
}

.bookstore-name {
  font-size: 20px;
}

.bookstore-content {
  margin: 0 auto 0 0;
  padding: 0 30px;
}

.bookstore-cat-name {
  font-size: 34px;
  color: #3D3F40;
}

.bookstore-address {
  margin: 10px 0;
  font-size: 16px;
  color: #F7DBE4;
}

.bookstore-link {
  color: white;
  font-size: 16px;
}

.bookstore-btn {
  background: white;
  color: #F05359;
  max-width: 247px;
}
.bookstore-btn.vote-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.bookstore-btn:hover {
  background: white;
  color: #ec242c;
}

.hide {
  display: none;
}

.press-description a {
  pointer-events: auto !important;
}
