html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
body {
  font-family: robotoslab, sans-serif;
  margin: 0;
  padding: 0;
  color: #343434;
  height: 100%;
}
body,
html {
  height: 100%;
}
img {
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  font-family:
    barlow semi condensed,
    sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 28px;
  color: #343434;
}
h2 {
  position: relative;
  font-size: 26px;
  color: #343434;
}
h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #343434;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
a,
a:active,
a:hover,
a:visited {
  color: #2e97ec;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.btn {
  display: block;
  text-transform: uppercase;
  background: 0 0;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 900;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  margin: 40px auto 60px;
  text-align: center;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}
.header {
  background: url("/img/1.jpg") center;
  background-size: cover;
}
.header__bg {
  background: rgba(0, 0, 0, 0.7);
}
.header__head {
  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: 12px 0;
}
.header__body {
  padding: 30px 0;
}
.header__category {
  color: #ec9a1f;
  padding: 14px;
  line-height: 0;
  background: #343434;
  display: inline-block;
  font-size: 16px;
}
.header h1 {
  color: #fff;
}
.logo {
  font-family: sansita, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo__img {
  width: 38px;
  height: auto;
  margin-right: 10px;
}
.logo__title {
  font-family: quicksand, sans-serif;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  font-size: 28px;
}
.details {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0 20px;
  position: relative;
}
.details__item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
  padding: 0 0 0 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  list-style: none;
}
.menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 60px;
  z-index: 2;
}
.menu__list {
  padding: 0;
}
.menu__item {
  font-family:
    barlow semi condensed,
    sans-serif;
  font-size: 16px;
  text-align: center;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.9);
  padding: 8px 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.menu__item:last-child {
  margin-bottom: 20px;
}
.menu__item a {
  color: #fff;
  letter-spacing: 2px;
}
.menu__item a:hover {
  text-decoration: none;
}
.menu__burger {
  display: block;
  position: relative;
  width: 22px;
  padding: 8px 6px 4px;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.menu__burger .line {
  display: block;
  width: 21px;
  height: 2px;
  background: #fff;
  margin-bottom: 3px;
}
.menu__burger:hover .line {
  background: #fff;
}
.menu__burger:hover {
  background: #ec9a1f;
  cursor: pointer;
}
.menu ul {
  margin: 0;
}
.content {
  padding: 30px 0;
}
.content__pic {
  background: #3a3a3a;
  color: #fff;
  padding: 12px;
  margin: 30px 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
.pulse {
  position: relative;
}
.pulse:after,
.pulse:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}
.pulse:before {
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}
.pulse:after {
  -webkit-animation: pulse 2s 0.4s infinite linear;
  animation: pulse 2s 0.4s infinite linear;
}
.pulse:hover:after,
.pulse:hover:before {
  display: none;
}
.interview {
  padding: 30px 0;
  background: #e8e8e8;
}
.footer {
  background: url("/img/footer-bg.jpg") no-repeat center;
  background-size: cover;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
}
.footer__wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 0 140px;
}
.footer__text {
  padding-bottom: 20px;
}
body {
  height: 100vh;
}
@media (min-width: 460px) {
  .btn {
    font-size: 18px;
  }
}
@media (min-width: 640px) {
  p {
    font-size: 20px;
  }
  .btn {
    font-size: 22px;
  }
  .footer__wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  a.middle {
    position: relative;
  }
  a.middle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #ec9a1f;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a.middle:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  ul {
    font-size: 18px;
  }
  .btn {
    font-size: 28px;
  }
  .container {
    padding: 0 20px;
  }
  .header__body {
    padding: 90px 0 60px;
  }
  .header__category {
    font-size: 18px;
    padding: 20px;
  }
  .menu {
    display: block;
    position: relative;
    background: 0 0;
    top: 0;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu__item {
    font-size: 14px;
    background: 0 0;
    position: relative;
    margin-bottom: 0;
    padding: 0 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .menu__item a {
    padding: 13px 0;
  }
  .menu__item:last-child {
    margin-bottom: unset;
    padding-right: 0;
  }
  .menu__burger {
    display: none;
  }
  .content {
    padding: 30px 0 60px;
  }
  .content__pic {
    padding: 20px;
  }
  .interview {
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
  .menu__item {
    font-size: 18px;
    padding: 0 9px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
}
.content__pic {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .content__pic {
    max-width: none;
  }
}
.comments_section {
  margin-top: 60px;
}
.fb--container ._51xa ._4jy1 + .uiPopover > ._4jy1:not(:focus)::after {
  background-color: #e6e7e9;
  bottom: -1px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}
._li .totaliser .info progress::progress-bar {
  background: #fff;
  color: #fff;
}
._li .totaliser .info progress::progress-value {
  opacity: 0.7;
}
._li .referendum progress::progress-bar {
  background: #fff;
}

.fb--container ._51xa ._4jy1 + .uiPopover > ._4jy1:not(:focus)::after {
  background-color: #e6e7e9;
  bottom: -1px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
:root {
  --swiper-navigation-color: #000000;
  --swiper-pagination-color: #000000;
}
body {
  margin: 0;
  font-family:
    system-ui,
    Segoe UI,
    Arial,
    sans-serif;
  background: #fff;
}
.slider-wrap {
  max-width: 1080px;
  margin: 40px auto;
  padding: 0 16px;
}
.swiper {
  position: relative;
  width: 100%;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #e6e7e9;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 12px;
}
.slide-media {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.slide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caption {
  padding: 0 12px;
  font-size: 15px;
  line-height: 1.45;
  color: #323232;
}
.kardineoCom__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.kardineoCom__avatarWrapper {
  display: flex;
  margin: 10px 20px 0 0;
  border-radius: 50%;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.kardineoCom__avatar {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .kardineoCom__avatar {
    width: 100px;
    height: 100px;
  }
  .slide-media {
    height: 200px !important;
  }
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-slide {
  height: auto !important;
}
.btn--orange {
  background: #108044;
  color: #fff !important;
  text-decoration: none !important;
  transition: 0.3s;
}
.btn--orange:hover {
  opacity: 0.75;
}
.btn--orange:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.fly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fly__link {
  position: fixed;
  bottom: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fly__link a {
  color: #fff;
  font-weight: 700;
}
.fly__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #108048;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 1.4;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition:
    background 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  will-change: transform;
  padding: 12px 30px;
}
.fly__button:hover {
  background: #000;
  -webkit-box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.fly__button:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
.fly__link {
  z-index: 999 !important;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
