@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.eot");
  src: url("~assets/fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
*,
*:before,
*:after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.4em;
  width: 100%;
  color: #333333; }
  @media (max-width: 768px) {
    body {
      font-size: 15px; } }

h1, h2 {
  color: #56656D;
  font-weight: 500; }

h1 {
  text-trasform: uppercase; }

a {
  color: #56656D; }

.wrapper {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%; }

.header {
  margin: 50px 0; }
  @media (max-width: 1240px) {
    .header {
      margin: 40px; } }
  @media (max-width: 768px) {
    .header {
      margin: 20px; } }

.logo {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .logo {
      justify-content: center; } }
  .logo .language {
    font-size: 14px; }
    @media (max-width: 768px) {
      .logo .language {
        position: absolute;
        right: 20px;
        top: 21px; } }
    .logo .language a {
      color: #56656D; }

.intro {
  margin: 70px 0 105px;
  display: flex;
  gap: 45px; }
  @media (max-width: 768px) {
    .intro {
      flex-direction: column;
      margin: 0;
      align-items: center; } }

.intro__left {
  margin-top: 40px;
  width: 60%; }
  @media (max-width: 768px) {
    .intro__left {
      width: 95%; } }

.intro__img_mob {
  display: none; }
  .intro__img_mob img {
    width: 100%;
    max-width: 500px; }
    @media (max-width: 768px) {
      .intro__img_mob img {
        width: 100%; } }
  @media (max-width: 768px) {
    .intro__img_mob {
      display: flex;
      justify-content: center; } }

.intro__right {
  width: 40%; }
  @media (max-width: 1100px) {
    .intro__right {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .intro__right {
      width: 100%;
      display: none; } }
  .intro__right img {
    width: 100%;
    max-width: 475px; }
    @media (max-width: 768px) {
      .intro__right img {
        display: none; } }

.intro__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 108%;
  letter-spacing: 0.17px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .intro__title {
      max-width: 450px;
      margin: 0 auto 15px;
      text-align: center;
      font-size: 21px;
      line-height: 26px;
      letter-spacing: 1.5px; } }

.subtitle {
  padding-top: 15px;
  max-width: 413px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .subtitle {
      margin-bottom: 20px;
      text-align: center;
      max-width: 450px;
      margin: 0 auto; } }
  @media (max-width: 400px) {
    .subtitle {
      font-size: 11px;
      line-height: 13px; } }

@media (max-width: 768px) {
  .button__container {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px; } }

.button {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #56656D;
  background-color: #CEDAC0;
  padding: 20px 36px;
  border-radius: 5px;
  transition: 0.2s ease background-color;
  transition: 0.2s ease color; }
  .button:hover {
    background-color: #647272;
    color: #FAFAFA; }

.container {
  background-color: #ECF0F3; }

.container__share {
  padding: 20px 0;
  background-color: #ECF0F3; }

.main {
  margin: 0 auto;
  width: 60%;
  max-width: 824px;
  padding: 80px 20px 20px; }
  @media (max-width: 1300px) {
    .main {
      width: 70%; } }
  @media (max-width: 1200px) {
    .main {
      width: 80%; } }
  @media (max-width: 768px) {
    .main {
      width: 100%;
      width: 80px 20px 20px; } }

.report {
  margin: 55px 0px; }

@media (max-width: 768px) {
  .report__title {
    line-height: 29px; } }

.report__picture {
  margin-top: 20px; }

.report__img_mob {
  display: none; }
  @media (max-width: 768px) {
    .report__img_mob {
      display: block; } }
  .report__img_mob img {
    height: 100%;
    max-height: 355px; }

.report__picture__text {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-image: url(../img/report.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 20px;
  text-align: center; }
  @media (max-width: 768px) {
    .report__picture__text {
      margin: 0;
      background: none;
      text-align: start;
      flex-direction: row;
      max-width: 400px; } }

.percent {
  display: flex;
  position: relative;
  height: 30px;
  align-items: center;
  z-index: 10; }
  @media (max-width: 768px) {
    .percent {
      align-items: flex-start;
      flex-direction: column;
      height: auto;
      position: relative;
      left: -91px; } }

.percent-item:nth-child(1) {
  width: 50%; }
  @media (max-width: 768px) {
    .percent-item:nth-child(1) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 37px;
      height: 49%; } }
.percent-item:nth-child(2) {
  width: 33%; }
  @media (max-width: 768px) {
    .percent-item:nth-child(2) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 37px;
      height: 32%; } }
.percent-item:nth-child(3) {
  width: 17%; }
  @media (max-width: 768px) {
    .percent-item:nth-child(3) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 37px;
      height: 18%; } }

.desc {
  display: flex;
  margin-top: 45px;
  width: 101%; }
  @media (max-width: 768px) {
    .desc {
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 0;
      position: relative;
      left: -15px; } }

.desc-item {
  font-size: 14px; }
  .desc-item:nth-child(1) {
    width: 50%;
    padding: 0 40px; }
    @media (max-width: 768px) {
      .desc-item:nth-child(1) {
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%;
        height: 50%; } }
  .desc-item:nth-child(2) {
    width: 33%;
    padding: 0 20px; }
    @media (max-width: 850px) {
      .desc-item:nth-child(2) {
        padding: 0 10px; } }
    @media (max-width: 768px) {
      .desc-item:nth-child(2) {
        display: flex;
        align-items: center;
        padding: 0;
        width: 100%;
        height: 32%; } }
  .desc-item:nth-child(3) {
    width: 19%; }
    @media (max-width: 768px) {
      .desc-item:nth-child(3) {
        display: flex;
        align-items: center;
        width: 100%;
        height: 18%; } }

.analysis__list {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
  gap: 20px; }
  @media (max-width: 1100px) {
    .analysis__list {
      padding: 0 20px; } }
  @media (max-width: 768px) {
    .analysis__list {
      margin: 65px auto 40px;
      padding: 0;
      max-width: 450px;
      flex-direction: column;
      gap: 40px; } }
  .analysis__list .analysis__item {
    width: 30%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .analysis__list .analysis__item {
        flex-direction: row;
        align-items: center;
        width: 100%; } }
    .analysis__list .analysis__item .number {
      display: block;
      text-align: center;
      padding-top: 25px;
      height: 82px;
      font-size: 80px;
      background: linear-gradient(to right, #CEDAC0 0%, #93A6B0 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-bottom: 1px solid #A9ACAD; }
      @media (max-width: 768px) {
        .analysis__list .analysis__item .number {
          border-bottom: 0;
          border-right: 1px solid #A9ACAD;
          width: 50%;
          text-align: end;
          padding-right: 20px; } }
    .analysis__list .analysis__item .description {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1px;
      text-align: center;
      margin: 15px 0; }
      @media (max-width: 768px) {
        .analysis__list .analysis__item .description {
          width: 50%;
          padding-left: 15px;
          text-align: start;
          margin: 0; } }

.footer {
  background-color: #ECF0F3;
  margin: 0 auto;
  width: 60%;
  max-width: 824px;
  padding: 20px;
  position: relative; }
  @media (max-width: 1300px) {
    .footer {
      width: 70%; } }
  @media (max-width: 1200px) {
    .footer {
      width: 80%; } }
  @media (max-width: 768px) {
    .footer {
      width: 100%; } }
  .footer .footer__logo {
    position: absolute;
    left: -240px; }
    @media (max-width: 1300px) {
      .footer .footer__logo {
        position: static;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .footer .footer__logo {
        text-align: start; } }
  .footer img {
    width: 140px; }
  .footer .text_opacity {
    max-width: 753px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    opacity: 0.7; }

/*# sourceMappingURL=style.css.map */
