@font-face {
  font-family: "Manrope-Bold";
  src: url("../fonts/Manrope-Bold.ttf");
}
@font-face {
  font-family: "Manrope-ExtraBold";
  src: url("../fonts/Manrope-ExtraBold.ttf");
}
@font-face {
  font-family: "Manrope-Light";
  src: url("../fonts/Manrope-Light.ttf");
}
@font-face {
  font-family: "Manrope-Medium";
  src: url("../fonts/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("../fonts/Manrope-Regular.ttf");
}
html {
  box-sizing: border-box;
}

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

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details {
  display: block;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

body,
a,
p,
button {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope-Regular", sans-serif;
  font-weight: 700;
}

button,
a,
video {
  outline: none;
}
button:focus,
a:focus,
video:focus {
  outline: none;
}
button::-moz-focus-inner,
a::-moz-focus-inner,
video::-moz-focus-inner {
  border: 0;
}

.link-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 9, 136, 0.8) transparent;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar {
  background-color: transparent;
  /* or add it to the track */
}
html::-webkit-scrollbar-thumb {
  background: rgba(255, 9, 136, 0.8);
}

select:focus,
button:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: #ff0988;
}

section {
  position: relative;
}

.site {
  opacity: 0;
}

@media (min-width: 1920px) {
  .container {
    max-width: 59.375vw;
  }
}
@media (min-width: 1200px) {
  .container--big {
    max-width: 93.75vw;
  }
}
@media (min-width: 1600px) {
  .container--big {
    max-width: 88.0208333333vw;
  }
}
@media (min-width: 767px) {
  .container--small {
    max-width: 757px;
  }
}
@media (min-width: 1920px) {
  .container--small {
    max-width: 39.4270833333vw;
  }
}
@media (min-width: 576px) {
  .container--xsamll {
    max-width: 530px;
  }
}
@media (min-width: 1920px) {
  .container--xsamll {
    max-width: 27.6041666667vw;
  }
}
@media (min-width: 992px) {
  .container--medium {
    max-width: 800px;
  }
}
@media (min-width: 1920px) {
  .container--medium {
    max-width: 41.6666666667vw;
  }
}
@media (min-width: 992px) {
  .container--middle {
    max-width: 935px;
  }
}
@media (min-width: 1920px) {
  .container--middle {
    max-width: 48.6979166667vw;
  }
}

.homepage-report__caption {
  font-size: 10px;
}

@media (min-width: 1920px) {
  .homepage-report__caption {
    font-size: 0.5208333333vw;
  }
}
.footer__address, .footer__copy-rights, .footer__list a, .page-popup__label, .page-popup__alert {
  font-size: 12px;
}

@media (min-width: 1920px) {
  .footer__address, .footer__copy-rights, .footer__list a, .page-popup__label, .page-popup__alert {
    font-size: 0.625vw;
  }
}
.homepage-about__name, .homepage-about__personal, .homepage-about__text, .contact__text, .contact__info p, .raport__box-text, .raport__intro p, .footer__title {
  font-size: 14px;
}

@media (min-width: 1920px) {
  .homepage-about__name, .homepage-about__personal, .homepage-about__text, .contact__text, .contact__info p, .raport__box-text, .raport__intro p, .footer__title {
    font-size: 0.7291666667vw;
  }
}
.list__item {
  font-size: 15px;
}

@media (min-width: 1920px) {
  .list__item {
    font-size: 0.78125vw;
  }
}
.homepage-report__description, .homepage-report__percentage-caption, .list__show, .list__button, .page-popup__information {
  font-size: 16px;
}

@media (min-width: 1920px) {
  .homepage-report__description, .homepage-report__percentage-caption, .list__show, .list__button, .page-popup__information {
    font-size: 0.8333333333vw;
  }
}
.homepage-report__question, .homepage-report__button, .homepage-report__subject, .homepage-sign__info-button, .homepage-apel__text, .raport__button, .raport__intro h3, .footer__item, .header__mobile-options a, .header__button, .header__options a, .verification__information, .page-popup__button, .page-popup__subtitle, .page-popup__input, .page-popup__link {
  font-size: 18px;
}

@media (min-width: 1920px) {
  .homepage-report__question, .homepage-report__button, .homepage-report__subject, .homepage-sign__info-button, .homepage-apel__text, .raport__button, .raport__intro h3, .footer__item, .header__mobile-options a, .header__button, .header__options a, .verification__information, .page-popup__button, .page-popup__subtitle, .page-popup__input, .page-popup__link {
    font-size: 0.9375vw;
  }
}
.list__label {
  font-size: 20px;
}

@media (min-width: 1920px) {
  .list__label {
    font-size: 1.0416666667vw;
  }
}
.homepage-sign__button {
  font-size: 22px;
}

@media (min-width: 1920px) {
  .homepage-sign__button {
    font-size: 1.1458333333vw;
  }
}
.homepage-sign__label, .contact__label, .raport__info {
  font-size: 24px;
}

@media (min-width: 1920px) {
  .homepage-sign__label, .contact__label, .raport__info {
    font-size: 1.25vw;
  }
}
.verification__title {
  font-size: 25px;
}

@media (min-width: 1920px) {
  .verification__title {
    font-size: 1.3020833333vw;
  }
}
.policy__title {
  font-size: 30px;
}

@media (min-width: 1920px) {
  .policy__title {
    font-size: 1.5625vw;
  }
}
.page-popup__title {
  font-size: 34px;
}

@media (min-width: 1920px) {
  .page-popup__title {
    font-size: 1.7708333333vw;
  }
}
.homepage-report__title, .homepage-about__title, .homepage-apel__title {
  font-size: 36px;
}

@media (min-width: 1920px) {
  .homepage-report__title, .homepage-about__title, .homepage-apel__title {
    font-size: 1.875vw;
  }
}
.list__title, .contact__title, .raport__title {
  font-size: 40px;
}

@media (min-width: 1920px) {
  .list__title, .contact__title, .raport__title {
    font-size: 2.0833333333vw;
  }
}
.list__number {
  font-size: 60px;
}

@media (min-width: 1920px) {
  .list__number {
    font-size: 3.125vw;
  }
}
.homepage-sign__number {
  font-size: 72px;
}

@media (min-width: 1920px) {
  .homepage-sign__number {
    font-size: 3.75vw;
  }
}
.page-link {
  cursor: pointer;
}

.page-popup {
  display: none;
  opacity: 0;
  width: 100%;
  overflow: scroll;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}
.page-popup__bg {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 11;
  top: 0;
  left: 0;
}
.page-popup__content {
  height: 100vh;
  align-items: start;
  transform: translateY(10%);
  position: relative;
  z-index: 13;
}
@media (min-height: 620px) {
  .page-popup__content {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .page-popup__content {
    align-items: start;
  }
}
.page-popup__wrap {
  background-color: #000;
  padding: 30px 10px;
  z-index: 12;
  position: absolute;
  min-height: 100vh;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .page-popup__wrap {
    width: 44.2708333333vw;
    min-width: 850px;
    min-height: 0;
  }
}
@media (min-width: 767px) {
  .page-popup__wrap {
    padding: 2.6041666667vw;
  }
}
.page-popup__close {
  cursor: pointer;
}
.page-popup__title {
  text-align: center;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ffffff;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .page-popup__title {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .page-popup__title {
    padding-bottom: 1.0416666667vw;
  }
}
.page-popup__information {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  text-align: center;
  color: #ffffff;
  padding: 8px 0;
}
@media (min-width: 1200px) {
  .page-popup__information {
    padding: 0.5208333333vw 0 0.15625vw;
  }
}
.page-popup__information a {
  color: #ff0988;
  text-decoration: underline;
}
.page-popup__alert {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ff0988;
}
.page-popup__alert-wrap {
  margin-bottom: 5px;
  height: 1.8229166667vw;
  min-height: 35px;
}
@media (min-width: 576px) {
  .page-popup__alert-wrap {
    min-height: 20px;
  }
}
.page-popup__link {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  text-decoration: underline;
  text-align: center;
  color: #ff0988;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .page-popup__link {
    margin-bottom: 0.5208333333vw;
  }
}
.page-popup__input {
  width: 100%;
  text-align: center;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  border: none;
  padding: 15px 8px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page-popup__input {
    margin-bottom: 0.78125vw;
    padding: 1.0416666667vw 0.5208333333vw;
  }
}
.page-popup__input.error {
  box-shadow: 0px 0px 15px red;
}
.page-popup__subtitle {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-popup__subtitle {
    padding-bottom: 1.0416666667vw;
  }
}
.page-popup__label {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  display: block;
  padding-left: 35px;
}
.page-popup__check {
  opacity: 0;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  min-width: 22px;
  min-height: 22px;
  top: 2px;
  left: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.page-popup__check:checked ~ .page-popup__checkmark::after {
  display: block;
}
.page-popup__check-wrap {
  position: relative;
  margin-bottom: 10px;
}
.page-popup__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.1458333333vw;
  width: 1.1458333333vw;
  min-width: 22px;
  min-height: 22px;
  background-color: #000;
  border: 1px solid #ff0988;
}
.page-popup__checkmark::after {
  position: absolute;
  content: " ";
  top: 5px;
  left: 5px;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  min-width: 10px;
  min-height: 10px;
  background-color: #ff0988;
  display: none;
}
.page-popup__button {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  padding: 20px 75px;
  background-color: #ff0988;
  border: 2px solid #ff0988;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .page-popup__button {
    margin-top: 1.5625vw;
  }
}
.page-popup__button:hover {
  background-color: #ffffff;
  color: #ff0988;
}
.page-popup__button:disabled {
  opacity: 0.5;
}
.page-popup__button:disabled:hover {
  background-color: #ff0988;
  color: #ffffff;
}

.verification__wrap {
  background: #000;
  width: 100%;
  text-align: center;
  padding: 50px;
}
@media (min-width: 1920px) {
  .verification__wrap {
    padding: 2.6041666667vw;
  }
}
.verification__title {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ffffff;
}
.verification__information {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  margin: 10px 0;
}
.verification__information a {
  color: #ff0988;
}

.page-top, .contact__header, .page-top--yellow, .list__header, .page-top--cyan, .page-top--blue, .raport__header {
  padding: 100px 0;
  width: 100%;
}
.page-top--blue, .raport__header {
  color: #ffffff;
  background-color: #0062d3;
}
.page-top--cyan {
  background-color: #3bffff;
}
.page-top--yellow, .list__header {
  color: #ffffff;
  background-color: #fbba04;
}

.header {
  padding: 20px 30px 20px 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  .header {
    padding: 20px 30px 20px 70px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 1.0416666667vw 1.5625vw 1.0416666667vw 3.6458333333vw;
  }
}
.header__logo {
  min-width: 150px;
  width: 7.8125vw;
}
.header__options {
  display: none;
}
@media (min-width: 1200px) {
  .header__options {
    display: block;
  }
}
.header__options a {
  margin-left: 0;
  margin-top: 20px;
  color: #000;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  cursor: pointer;
  transition: border 0.5s ease-out;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffffff;
}
.header__options a:hover {
  border-bottom: 3px solid #ff0988;
}
@media (min-width: 1920px) {
  .header__options a:hover {
    border-bottom: 0.15625vw solid #ff0988;
  }
}
@media (min-width: 1200px) {
  .header__options a {
    margin-left: 1.5625vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .header__options a {
    padding-bottom: 0.1041666667vw;
    border-bottom: 0.15625vw solid #ffffff;
  }
}
.header__options a.active-link {
  border-bottom: 3px solid #ff0988;
}
@media (min-width: 1920px) {
  .header__options a.active-link {
    border-bottom: 0.15625vw solid #ff0988;
  }
}
.header__button {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  margin-left: 0;
  padding: 15px 20px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: 0.5s ease-out;
  background-color: #ff0988;
  border: 2px solid #ff0988;
}
.header__button:hover {
  background-color: #ffffff;
  color: #ff0988;
}
@media (min-width: 1200px) {
  .header__button {
    margin-left: 30px;
  }
}
@media (min-width: 1920px) {
  .header__button {
    margin-left: 1.5625vw;
    padding: 0.78125vw 1.0416666667vw;
    border: 0.1041666667vw solid #ff0988;
  }
}
.header__mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 66px;
  left: 0;
  background-color: #ffffff;
  padding: 50px 0;
  border-bottom: 5px solid #ff0988;
}
.header__mobile-options {
  text-align: center;
}
.header__mobile-options a {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #000;
  display: block;
  transition: border 0.5s ease-out;
  padding-bottom: 2px;
  border-bottom: 3px solid #ffffff;
  margin-top: 15px;
}

.footer {
  background-color: #212121;
}
.footer__title {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer__title {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer__title {
    padding-bottom: 1.5625vw;
  }
}
.footer__top {
  padding: 50px 0 65px;
  background-color: #000;
}
@media (min-width: 1920px) {
  .footer__top {
    padding: 2.6041666667vw 0 3.3854166667vw;
  }
}
.footer__bottom {
  background-color: #ffffff;
  padding: 10px 0 25px;
}
@media (min-width: 1920px) {
  .footer__bottom {
    padding: 0.5208333333vw 0 1.3020833333vw;
  }
}
.footer__logo {
  margin-bottom: 10px;
  min-width: 206px;
  width: 10.7291666667vw;
}
.footer__list a {
  display: block;
  width: auto;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  padding-bottom: 15px;
  cursor: pointer;
  transition: color 0.5s;
}
.footer__list a:hover {
  color: #ff0988;
}
@media (min-width: 1920px) {
  .footer__list a {
    padding-bottom: 0.78125vw;
  }
}
.footer__item {
  display: block;
  width: auto;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  padding-bottom: 15px;
  cursor: pointer;
  transition: color 0.5s;
}
.footer__item:hover {
  color: #ff0988;
}
@media (min-width: 1920px) {
  .footer__item {
    padding-bottom: 0.78125vw;
  }
}
.footer__copy-rights {
  text-align: center;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #000;
}
.footer__copy-rights a {
  text-decoration: underline;
}
.footer__address {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  line-height: 2;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer__address {
    padding-top: 0;
  }
}
.footer__menu {
  display: none;
}
@media (min-width: 576px) {
  .footer__menu {
    display: block;
  }
}
.footer__link {
  margin-left: 20px;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  min-width: 40px;
  min-height: 40px;
}
.footer__link:first-of-type {
  margin-left: 0;
}
@media (min-width: 1220px) {
  .footer__link {
    margin-left: 1.0416666667vw;
  }
}
.footer__link-img {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  min-width: 35px;
  min-height: 35px;
  transition: 0.2s ease-out;
}
.footer__link-img:hover {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  min-width: 40px;
  min-height: 40px;
}

.raport {
  padding-top: 66px;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .raport {
    padding-top: 3.4375vw;
  }
}
.raport__title {
  text-align: center;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
}
.raport__intro h3 {
  line-height: 1.8;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  padding-top: 55px;
}
@media (min-width: 1200px) {
  .raport__intro h3 {
    padding-top: 2.8645833333vw;
  }
}
.raport__intro p {
  line-height: 1.8;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  padding: 30px 0 50px;
}
@media (min-width: 1200px) {
  .raport__intro p {
    padding: 1.5625vw 0 2.6041666667vw;
  }
}
.raport__info {
  line-height: 1.8;
  padding: 50px;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  text-align: center;
}
@media (min-width: 1200px) {
  .raport__info {
    padding: 2.6041666667vw;
  }
}
.raport__button {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  padding: 20px 75px;
  border: 2px solid #ff0988;
  background-color: #ff0988;
  color: #ffffff;
  transition: 0.5s ease-out;
  cursor: pointer;
}
.raport__button:hover {
  background-color: #ffffff;
  color: #ff0988;
}
@media (min-width: 1200px) {
  .raport__button {
    padding: 1.0416666667vw 3.90625vw;
    border: 0.1041666667vw solid #ff0988;
  }
}
.raport__box-text {
  line-height: 1.8;
  padding: 15px 0 30px;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .raport__box-text {
    padding: 0.78125vw 0 1.0416666667vw;
    margin-bottom: 0;
  }
}
.raport__box-text b {
  font-family: "Manrope-Bold", sans-serif;
  text-transform: uppercase;
}
.raport__box-img {
  width: 100%;
}
.raport__img {
  margin-bottom: -10%;
  z-index: -1;
  width: 51.0416666667vw;
  min-width: 300px;
  transform: rotate(5deg);
}
@media (min-width: 1200px) {
  .raport {
    min-width: 980px;
  }
}

.contact {
  padding-top: 66px;
}
@media (min-width: 1200px) {
  .contact {
    padding-top: 3.4375vw;
  }
}
.contact__header {
  background-color: #3bffff;
}
.contact__title {
  text-align: center;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
}
.contact__info {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .contact__info {
    padding-bottom: 0;
    margin-right: 100px;
  }
}
@media (min-width: 1200px) {
  .contact__info {
    margin-right: 5.2083333333vw;
  }
}
.contact__info p {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #707070;
}
.contact__desc {
  padding: 100px 15px;
}
@media (min-width: 1200px) {
  .contact__desc {
    padding: 5.2083333333vw 0.78125vw;
  }
}
.contact__label {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .contact__label {
    padding-bottom: 2.6041666667vw;
  }
}
.contact__text {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}

.list {
  padding: 66px 0 100px;
}
@media (min-width: 1200px) {
  .list {
    padding: 3.4375vw 0 5.2083333333vw;
  }
}
.list__title {
  text-align: center;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ffffff;
}
@media (max-width: 576px) {
  .list__title {
    font-size: 25px;
  }
}
.list__box-wrap {
  width: 100%;
  background-color: #ff0988;
  padding: 100px 15px;
}
@media (min-width: 1200px) {
  .list__box-wrap {
    padding: 5.2083333333vw 0.78125vw;
  }
}
.list__count {
  height: 100%;
}
.list__column {
  padding: 0;
}
.list__paper {
  margin-right: 0;
  margin-bottom: 20px;
  width: 6.7708333333vw;
  min-width: 130px;
}
@media (min-width: 1200px) {
  .list__paper {
    margin-right: 1.5625vw;
    margin-bottom: 0;
  }
}
.list__number {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .list__number {
    padding-bottom: 0;
  }
}
.list__label {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ffffff;
}
.list__wrap {
  padding: 0 20px;
  margin: 50px auto;
}
@media (min-width: 1200px) {
  .list__wrap {
    margin: 6.25vw 3.125vw;
  }
}
.list__content {
  position: relative;
  padding-bottom: 50px;
  column-count: 2;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .list__content {
    column-count: 4;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .list__content {
    padding-bottom: 2.6041666667vw;
  }
}
.list__content.limited {
  max-height: 300px;
}
@media (min-width: 767px) {
  .list__content.limited {
    max-height: 20.8333333333vw;
  }
}
.list__content-list {
  height: 100%;
}
@media (min-width: 767px) {
  .list__content-list {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .list__content-list {
    padding-bottom: 2.6041666667vw;
  }
}
.list__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, white 100%);
}
.list__item {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}
.list__button {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ffffff;
  padding: 15px 50px;
  margin-top: 30px;
  background-color: #0062d3;
  color: #ffffff;
  border: 2px solid #0062d3;
  transition: 0.5s ease-out;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .list__button {
    padding: 0.78125vw 2.6041666667vw;
    margin-top: 1.5625vw;
    border: 0.1041666667vw solid #0062d3;
  }
}
.list__button:hover {
  color: #0062d3;
  background-color: #ffffff;
}
.list__show {
  margin: 25px auto 0;
  width: 5.2083333333vw;
  min-width: 100px;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #000;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .list__show {
    margin-top: 2.6041666667vw;
  }
}
.list__show-wrap {
  position: relative;
  z-index: 2;
  box-shadow: 0px -50px 150px 100px #ffffff;
}
.list__show--display {
  display: block;
}
.list__show:after {
  content: " ";
  width: 0.78125vw;
  height: 0.4166666667vw;
  min-width: 15px;
  min-height: 8px;
  background: url("../img/arrow-down.svg") no-repeat center/100%;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media (min-width: 1920px) {
  .list__show:after {
    right: -1.5625vw;
    top: 0.5208333333vw;
  }
}

.burger {
  width: 40px;
  height: 40px;
  border: none;
  padding: 5px 0;
  margin: 0;
  background: #ffffff;
  transition: 0.4s ease-out;
  outline: none;
}
.burger__path {
  fill: none;
  stroke: #ff0988;
  stroke-width: 2px;
  transform-origin: right;
  transition: 0.4s ease;
}
.burger__path--second {
  transform: translateY(6px) translateX(6px);
}
.burger__path--third {
  transform: translateY(13px);
}
.burger--open {
  background: #ff0988;
}
.burger--open .burger__path {
  stroke: #ffffff;
}
.burger--open .burger__path--second {
  opacity: 0;
}
.burger--open .burger__path--first {
  transform: rotate(-45deg) translate(6px, 4px) scale(1.4);
}
.burger--open .burger__path--third {
  transform: translate(-7px, 15px) rotate(45deg) scale(1.4);
}

.policy {
  padding: 100px 0;
}
.policy__title {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  margin: 30px 0;
  text-align: left;
}
@media (min-width: 576px) {
  .policy__content {
    padding: 0;
  }
}
.policy__info h1, .policy__info h2, .policy__info h3, .policy__info h4, .policy__info h5, .policy__info h6 {
  color: #000;
  line-height: 1.37;
  font-family: "Manrope-Bold", sans-serif;
  margin: 40px 0 20px;
  font-size: 18px;
}
@media (min-width: 576px) {
  .policy__info h1, .policy__info h2, .policy__info h3, .policy__info h4, .policy__info h5, .policy__info h6 {
    font-size: 27px;
  }
}
.policy__info p, .policy__info li {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}
.policy__info li {
  padding: 15px 0;
  list-style: disc;
}

.homepage-banner {
  position: relative;
  margin-top: 62px;
  height: 100vh;
  min-height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1920px) {
  .homepage-banner {
    margin-top: 3.2291666667vw;
  }
}
.homepage-banner__img {
  width: 100%;
}
.homepage-banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background-color: #0062d3;
  padding: 40px 0 50px;
}
@media (min-width: 767px) {
  .homepage-banner__content {
    padding: 100px 0 70px;
  }
}
@media (min-width: 1200px) {
  .homepage-banner__content {
    padding: 7.03125vw 0 3.6458333333vw;
  }
}
.homepage-banner__logo {
  min-width: 200px;
  width: 42.3958333333vw;
}

.homepage-apel {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .homepage-apel {
    padding: 5.7291666667vw 0 4.6875vw;
  }
}
.homepage-apel__title {
  text-align: center;
  padding-bottom: 26px;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
}
@media (min-width: 1200px) {
  .homepage-apel__title {
    padding-bottom: 1.3541666667vw;
  }
}
.homepage-apel__text {
  text-align: center;
  line-height: 1.9;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .homepage-apel__text {
    margin-bottom: 1.5625vw;
  }
}

.homepage-sign {
  border-bottom: 10px solid #0062d3;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .homepage-sign {
    border-bottom: 0.5208333333vw solid #0062d3;
    padding-bottom: 4.6875vw;
  }
}
.homepage-sign__bar {
  width: 100%;
  background-color: #ff0988;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .homepage-sign__bar {
    padding: 3.90625vw 0;
  }
}
.homepage-sign__button {
  cursor: pointer;
  padding: 30px 60px;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ff0988;
  background-color: #ffffff;
  border: 4px solid #ff0988;
  transition: 0.5s ease-out;
}
.homepage-sign__button:hover {
  background-color: #ff0988;
  color: #ffffff;
  border: 4px solid #ffffff;
}
@media (min-width: 1200px) {
  .homepage-sign__button {
    padding: 2.0833333333vw 7.2916666667vw;
  }
}
.homepage-sign__img {
  margin-bottom: 30px;
}
@media (min-width: 567px) {
  .homepage-sign__img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .homepage-sign__img {
    margin-right: 2.0833333333vw;
  }
}
.homepage-sign__number {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ff0988;
  line-height: 1;
}
.homepage-sign__label {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  color: #ff0988;
}
.homepage-sign__people {
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .homepage-sign__people {
    padding-bottom: 0;
  }
}
.homepage-sign__info {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .homepage-sign__info {
    padding-top: 3.125vw;
  }
}
.homepage-sign__info-button {
  border: 2px solid #0062d3;
  background-color: #0062d3;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  transition: 0.5s ease-out;
  cursor: pointer;
  padding: 24px 60px;
}
.homepage-sign__info-button:hover {
  background-color: #ffffff;
  color: #0062d3;
}
@media (min-width: 1200px) {
  .homepage-sign__info-button {
    border: 0.1041666667vw solid #0062d3;
    padding: 1.25vw 3.125vw;
  }
}

.homepage-about {
  position: relative;
  padding: 100px 0 100px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .homepage-about {
    padding: 7.2916666667vw 0 7.8125vw;
  }
}
.homepage-about__title {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .homepage-about__title {
    padding-bottom: 3.6458333333vw;
  }
}
.homepage-about__text {
  z-index: 1;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  padding: 0 0 20px 0;
  line-height: 1.9;
}
@media (min-width: 767px) {
  .homepage-about__text {
    padding: 0 58px 20px 0;
  }
}
@media (min-width: 1200px) {
  .homepage-about__text {
    padding: 0 3.0208333333vw 1.0416666667vw 0;
  }
}
.homepage-about__personal {
  width: 100%;
  padding-top: 24px;
  text-align: center;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}
@media (min-width: 767px) {
  .homepage-about__personal {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .homepage-about__personal {
    padding-top: 1.25vw;
  }
}
.homepage-about__name {
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
}
.homepage-about__img {
  width: 9.84375vw;
  min-width: 189px;
  padding-top: 20px;
}
@media (min-width: 767px) {
  .homepage-about__img {
    padding-top: 0;
  }
}
.homepage-about__decoration {
  display: none;
}
@media (min-width: 767px) {
  .homepage-about__decoration {
    z-index: -3;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
  }
}
@media (min-width: 1200px) {
  .homepage-about__decoration {
    bottom: -5.2083333333vw;
  }
}

.homepage-report {
  width: 100%;
}
.homepage-report__header {
  margin-bottom: -1px;
  position: relative;
  width: 100%;
}
.homepage-report__header-cyan {
  background-color: #3bffff;
  width: 100%;
  padding: 100px 0 25px 0;
}
@media (min-width: 992px) {
  .homepage-report__header-cyan {
    padding: 160px 0 25px 0;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .homepage-report__header-cyan {
    padding: 8.3333333333vw 0 1.3020833333vw 0;
    margin-bottom: -0.0520833333vw;
  }
}
.homepage-report__header-blue {
  background-color: #0062d3;
  width: 33.3333333333%;
  display: none;
}
@media (min-width: 992px) {
  .homepage-report__header-blue {
    display: block;
  }
}
.homepage-report__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  color: #000;
  font-family: "Manrope-Bold", sans-serif;
}
@media (min-width: 1200px) {
  .homepage-report__title {
    bottom: 1.5625vw;
  }
}
.homepage-report__column {
  width: 100%;
  padding: 35px 10px;
}
@media (min-width: 992px) {
  .homepage-report__column {
    padding: 85px 10px 20px 10px;
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .homepage-report__column {
    padding: 4.4270833333vw 0.5208333333vw 1.0416666667vw 0.5208333333vw;
  }
}
.homepage-report__column--yellow {
  background-color: #fbba04;
}
.homepage-report__column--cyan {
  background-color: #3bffff;
  order: -1;
}
@media (min-width: 992px) {
  .homepage-report__column--cyan {
    order: 0;
  }
}
.homepage-report__column--blue {
  background-color: #0062d3;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .homepage-report__column--blue {
    padding-left: 1.5625vw;
  }
}
.homepage-report__subject {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}
.homepage-report__subject b {
  font-family: "Manrope-Bold", sans-serif;
  text-transform: uppercase;
}
.homepage-report__caption {
  width: 100%;
  max-width: 350px;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}
.homepage-report__caption--light {
  color: #ffffff;
  max-width: 350px;
  z-index: 1;
}
@media (min-width: 992px) {
  .homepage-report__caption--light {
    max-width: 250px;
  }
}
@media (min-width: 1920px) {
  .homepage-report__caption {
    width: 18.2291666667vw;
    max-width: none;
    min-width: 350px;
  }
}
.homepage-report__diagram {
  margin: 50px 0 40px 0;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 1200px) {
  .homepage-report__diagram {
    margin: 2.6041666667vw 0 2.0833333333vw 0;
  }
}
@media (min-width: 1920px) {
  .homepage-report__diagram {
    max-width: none;
  }
}
.homepage-report__percentage {
  width: 100%;
  max-width: 300px;
}
.homepage-report__percentage-caption {
  margin-left: -70px !important;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
}
@media (min-width: 1200px) {
  .homepage-report__percentage-caption {
    transform: translateY(-20px);
  }
}
@media (min-width: 1920px) {
  .homepage-report__percentage-caption {
    margin-left: -3.6458333333vw !important;
    width: 300vw;
    max-width: none;
  }
}
.homepage-report__percentage-wrap {
  box-sizing: border-box;
  padding-left: 40px;
  padding-bottom: 20px;
}
@media (min-width: 1920px) {
  .homepage-report__percentage {
    width: 15.625vw;
    max-width: none;
    min-width: 300px;
  }
}
.homepage-report__description {
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  max-width: 350px;
  padding-bottom: 30px;
}
@media (min-width: 1920px) {
  .homepage-report__description {
    width: 18.2291666667vw;
    min-width: 350px;
    max-width: none;
  }
}
.homepage-report__description b {
  font-family: "Manrope-Bold", sans-serif;
}
.homepage-report__button {
  margin-top: 45px;
  background-color: #ff0988;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  border: 2px solid #ff0988;
  transition: 0.5s ease-out;
  cursor: pointer;
  padding: 20px 70px;
}
.homepage-report__button:hover {
  color: #ff0988;
  background-color: #ffffff;
}
@media (min-width: 1920px) {
  .homepage-report__button {
    padding: 1.0416666667vw 4.6875vw;
    margin-top: 2.34375vw;
  }
}
.homepage-report__puppet {
  position: absolute;
  bottom: 0;
  right: -150px;
  filter: contrast(0.5);
}
@media (min-width: 1920px) {
  .homepage-report__puppet {
    height: 15.625vw;
    right: -7.8125vw;
  }
}
.homepage-report__question {
  z-index: 1;
  max-width: 320px;
  color: #000;
  font-family: "Manrope-Regular", sans-serif;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (min-width: 1920px) {
  .homepage-report__question {
    max-width: 16.6666666667vw;
  }
}
.homepage-report__question b {
  font-family: "Manrope-Bold", sans-serif;
  text-transform: uppercase;
}
.homepage-report__graph {
  z-index: 1;
  margin-bottom: 20px;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1920px) {
  .homepage-report__graph {
    max-width: 18.2291666667vw;
  }
}