/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  src: url("../static/fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.woff2") format("woff2");
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  transition: opacity 0.1s ease;
  overflow-y: auto;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.modal-close {
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: none;
  padding: 0;
  margin-left: auto;
  margin-bottom: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .modal-close {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 666px) {
  .modal-close {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}
.modal-close svg {
  width: 100%;
  height: 100%;
}
.modal-close:hover svg path {
  stroke: #279f00;
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1040px;
  width: 90%;
  transform: translate(-50%, -50%);
  padding: 20px 20px 60px 20px;
  background: #ffffff;
  border-radius: 40px;
}
@media only screen and (max-width: 1024px) {
  .modal-content {
    padding: 15px 15px 30px 15px;
    width: 80%;
  }
}
@media only screen and (max-width: 666px) {
  .modal-content {
    padding: 12px 12px 30px 12px;
    width: 90%;
    border-radius: 30px;
  }
}

.partner-popup-wrapper {
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .partner-popup-wrapper {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-wrapper {
    padding: 0 18px;
  }
}

.partner-popup-info {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .partner-popup-info {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-info {
    flex-direction: column;
    gap: 30px;
  }
}

.partner-popup-left {
  width: 61.136364%; /* 538/880 */
}
@media only screen and (max-width: 1024px) {
  .partner-popup-left {
    width: 50.793651%; /* 256/504 */
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-left {
    width: 100%;
  }
}

.partner-popup-img {
  width: 34.318182%; /* 302/880 */
}
@media only screen and (max-width: 1024px) {
  .partner-popup-img {
    width: 41.269841%; /* 208/504 */
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-img {
    width: 58.823529%; /* 150/255 */
    margin: 0 auto;
  }
}
.partner-popup-img img {
  width: 100%;
}

.partner-popup-title {
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 700;
  line-height: 123.791667%; /* 59.42/48 */
  text-align: left;
  color: var(--1, #008c15);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .partner-popup-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-title {
    font-size: 24px;
  }
}

.partner-popup-text {
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%; /* 26.4/22 */
  text-align: left;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .partner-popup-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-text {
    font-size: 16px;
  }
}

.partner-popup-about-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 12px 15px;
  border: 2px solid var(--1, #008c15);
  border-radius: 69px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .partner-popup-about-link {
    padding: 6px 7px;
  }
}
@media only screen and (max-width: 666px) {
  .partner-popup-about-link {
    width: 228px;
    margin-right: auto;
  }
}
.partner-popup-about-link svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 666px) {
  .partner-popup-about-link svg {
    width: 28px;
    height: 28px;
  }
}
.partner-popup-about-link span {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  text-transform: uppercase;
  color: var(--1, #008c15);
}
.partner-popup-about-link:hover {
  border: 2px solid #279f00;
}
.partner-popup-about-link:hover svg rect {
  fill: #279f00;
}
.partner-popup-about-link:hover span {
  color: #279f00;
}

.footer {
  width: 100%;
  padding: 40px 0 165px;
  border-top: 1px solid #f1f1f0;
  background-image: url("../images/pine_bg.png");
  background-size: 100% 125px;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding: 40px 0 144px;
    background-size: 160% 104px;
  }
}
@media only screen and (max-width: 666px) {
  .footer {
    padding: 30px 0 107px;
    background-size: 220% 77px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 200px;
}
@media only screen and (max-width: 666px) {
  .footer-logo {
    width: 107px;
  }
}
.footer-logo img {
  width: 100%;
}

.footer-scroll-top {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 666px) {
  .footer-scroll-top {
    width: 54px;
    height: 54px;
  }
}
.footer-scroll-top img {
  width: 100%;
  height: 100%;
}

.home-page {
  width: 100%;
  background: #ffffff;
}

.home-main {
  width: 100%;
  overflow: hidden;
}

.section-top {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  min-height: 100dvh;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .section-top {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .section-top {
    padding: 0;
  }
}
.section-top .container {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .section-top .container {
    padding: 0;
  }
}
.section-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .section-top-inner {
    flex-direction: column;
  }
}
.section-top-left {
  width: 42%;
}
@media only screen and (max-width: 1023px) {
  .section-top-left {
    width: 100%;
    padding: 47px 40px 0;
  }
}
@media only screen and (max-width: 666px) {
  .section-top-left {
    padding: 20px 32px 0;
  }
}

.section-top-img {
  width: 57.940942%; /* 726/1253 */
}
@media only screen and (max-width: 1023px) {
  .section-top-img {
    width: 580px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 666px) {
  .section-top-img {
    width: 100%;
    max-width: 375px;
  }
}
.section-top-img img {
  width: 100%;
}

.section-top-logo {
  width: 100%;
  max-width: 442px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .section-top-logo {
    max-width: 399px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .section-top-logo {
    max-width: 212px;
    margin-bottom: 20px;
  }
}
.section-top-logo img {
  width: 100%;
}

.section-top-description {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .section-top-description {
    margin-bottom: 16px;
  }
}

.section-top-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%; /* 38.4/32 */
  margin-bottom: 10px;
}
@media only screen and (max-width: 666px) {
  .section-top-text {
    font-size: 20px;
  }
}

.section-top-subtext {
  font-size: 28px;
  font-weight: 300;
  line-height: 120%; /* 33.6/28 */
}
@media only screen and (max-width: 666px) {
  .section-top-subtext {
    font-size: 16px;
  }
}

.btn-accent {
  display: flex;
  align-items: center;
  padding: 18px 36px;
  border-radius: 69px;
  background: var(--1, #008c15);
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .btn-accent {
    padding: 15px 36px;
  }
}
@media only screen and (max-width: 666px) {
  .btn-accent {
    padding: 11px 20px;
  }
}
.btn-accent:hover {
  background: #279f00;
}
.btn-accent span {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 10px;
}
@media only screen and (max-width: 666px) {
  .btn-accent span {
    font-size: 14px;
  }
}
.btn-accent img {
  width: 17.5px;
  height: 14.92px;
}

.arrow-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .arrow-scroll-down {
    bottom: -10px;
  }
}
@media only screen and (max-width: 666px) {
  .arrow-scroll-down {
    width: 50px;
    height: 50px;
  }
}
.arrow-scroll-down img {
  width: 100%;
  height: 100%;
}

.section-step {
  padding: 80px 4px 100px;
}
@media only screen and (max-width: 1023px) {
  .section-step {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 666px) {
  .section-step {
    padding: 60px 0px 40px;
  }
}
.section-step .btn-accent {
  margin: 0 auto;
}

.section-step-logo {
  width: 345px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1023px) {
  .section-step-logo {
    width: 250px;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 666px) {
  .section-step-logo {
    width: 159px;
    margin: 0 auto 30px;
  }
}
.section-step-logo img {
  display: block;
  width: 100%;
}

.section-step-description {
  width: 74.422442%; /* 902/1212 */
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1023px) {
  .section-step-description {
    width: 100%;
    margin: 0 auto 40px;
  }
}

.step-description-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%; /* 28.6/22 */
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .step-description-text {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 666px) {
  .step-description-text {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.section-subtitle {
  font-family: Gilroy;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%; /* 41.6/32 */
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .section-subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .section-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  width: 100%;
  max-width: 1212px;
  margin: 0 auto 160px;
}
@media only screen and (max-width: 1200px) {
  .step-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    max-width: 712px;
    margin: 0 auto 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .step-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 512px;
  }
}
@media only screen and (max-width: 666px) {
  .step-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    max-width: 200px;
    margin: 0 auto 80px;
  }
}

.step-list-item {
  width: 258px;
}
@media only screen and (max-width: 1023px) {
  .step-list-item {
    width: 226px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 666px) {
  .step-list-item {
    width: 200px;
  }
}

.step-list-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--1, #008c15);
  padding: 20px 10px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 666px) {
  .step-list-item-top {
    padding: 10px;
  }
}

.step-list-item-top-img {
  height: 55px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1023px) {
  .step-list-item-top-img {
    margin-bottom: 10px;
  }
}
.step-list-item-top-img img {
  display: block;
  height: 100%;
}

.step-list-item-top-text {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%; /* 26/20 */
  text-align: center;
}
.step-list-item-top-text strong {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .step-list-item-top-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 666px) {
  .step-list-item-top-text {
    font-size: 16px;
  }
}

.step-list-item-bottom {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%; /* 26/20 */
  text-align: center;
  color: var(--1, #008c15);
}
@media only screen and (max-width: 1023px) {
  .step-list-item-bottom {
    font-size: 16px;
  }
}
.step-list-item-bottom span {
  font-size: 40px;
}
@media only screen and (max-width: 1023px) {
  .step-list-item-bottom span {
    font-size: 24px;
  }
}

.section-step-description-bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .section-step-description-bottom {
    margin-bottom: 25px;
  }
}

.section-step-litre {
  padding: 100px 0;
  background: var(--F1F1F0, #f1f1f0);
}
@media only screen and (max-width: 1023px) {
  .section-step-litre {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 666px) {
  .section-step-litre {
    padding: 40px 0;
  }
}

.section-title {
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%; /* 57.6/48 */
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 666px) {
  .section-title {
    font-size: 24px;
  }
}

.step-litre-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 1023px) {
  .step-litre-wrapper {
    max-width: 620px;
  }
}
@media only screen and (max-width: 666px) {
  .step-litre-wrapper {
    flex-direction: column;
  }
}

.step-inner,
.litre-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 666px) {
  .step-inner {
    margin-bottom: 30px;
  }
}

.step-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .step-head {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 666px) {
  .step-head {
    margin-bottom: 20px;
  }
}
.step-head img {
  height: 90px;
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .step-head img {
    height: 74px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .step-head img {
    height: 68px;
    margin-right: 26px;
  }
}

.step-counter {
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 1023px) {
  .step-counter {
    gap: 2px;
  }
}
.step-counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 66px;
  border-radius: 10px;
  background: linear-gradient(180deg, #008c15 0%, #2eba01 100%);
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%; /* 57.6/48 */
  text-align: center;
  color: var(--White, #ffffff);
}
@media only screen and (max-width: 1023px) {
  .step-counter-item {
    width: 27.88px;
    height: 40px;
    border-radius: 8px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .step-counter-item {
    font-size: 30px;
  }
}

.step-litre-arr {
  width: 72px;
}
@media only screen and (max-width: 1023px) {
  .step-litre-arr {
    width: 59px;
  }
}
@media only screen and (max-width: 666px) {
  .step-litre-arr {
    width: 35px;
    margin-bottom: 30px;
  }
}
.step-litre-arr img {
  width: 100%;
}

.litre-counter {
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 1023px) {
  .litre-counter {
    gap: 2px;
  }
}

.litre-counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 66px;
  border-radius: 10px;
  background: linear-gradient(180deg, #69b3e7 0%, #9bcbeb 100%);
  font-family: Gilroy;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%; /* 57.6/48 */
  text-align: center;
  color: var(--White, #ffffff);
}
@media only screen and (max-width: 1023px) {
  .litre-counter-item {
    width: 27.88px;
    height: 40px;
    border-radius: 8px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .litre-counter-item {
    font-size: 30px;
  }
}

.step-litre-description {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2/16 */
  text-align: center;
  color: var(--Grey-6b7384, #6b7384);
}
@media only screen and (max-width: 1023px) {
  .step-litre-description {
    font-size: 14px;
  }
}

.section-rules {
  padding: 40px 0 165px;
  background-image: url("../images/pine_bg.png");
  background-size: 100% 125px;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (max-width: 1023px) {
  .section-rules {
    padding: 40px 0 155px;
    background-size: 170% 125px;
  }
}
@media only screen and (max-width: 666px) {
  .section-rules {
    padding: 40px 0 109px;
    background-size: 270% 89px;
  }
}
.section-rules .section-title {
  margin-bottom: 20px;
}

.link-btn {
  display: flex;
  align-items: center;
  padding: 18px 36px;
  border-radius: 69px;
  border: 2px solid var(--Grey-6b7384, #6b7384);
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .link-btn {
    padding: 15px 36px;
  }
}
@media only screen and (max-width: 666px) {
  .link-btn {
    padding: 11px 20px;
  }
}
.link-btn:hover {
  border: 2px solid #008c15;
}
.link-btn:hover span {
  color: #008c15;
}
.link-btn:hover svg {
  fill: #008c15;
}
.link-btn span {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.41px;
  text-transform: uppercase;
  color: var(--Black-2c2c2c, #2c2c2c);
  margin-right: 10px;
}
@media only screen and (max-width: 666px) {
  .link-btn span {
    font-size: 14px;
  }
}
.link-btn svg {
  fill: #2c2c2c;
}

.section-partners {
  padding: 50px 0;
  background-image: url("../images/partners_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c4c4c4;
}
@media only screen and (max-width: 1023px) {
  .section-partners {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 666px) {
  .section-partners {
    padding: 30px 0;
  }
}
.section-partners .container {
  max-width: 1440px;
}
.section-partners .section-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .section-partners .section-title {
    margin-bottom: 30px;
  }
}

.section-partners-inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 50px 50px 60px;
}
@media only screen and (max-width: 1023px) {
  .section-partners-inner {
    padding: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .section-partners-inner {
    padding: 30px 15px;
    border-radius: 30px;
  }
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -30px;
}
@media only screen and (max-width: 1023px) {
  .partners-list {
    margin: -20px;
  }
}
@media only screen and (max-width: 666px) {
  .partners-list {
    margin: -8px;
  }
}

.partners-list-item {
  width: 164px;
  margin: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .partners-list-item {
    margin: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .partners-list-item {
    width: 84px;
    margin: 8px;
  }
}
.partners-list-item img {
  display: block;
  width: 100%;
}

.section-report {
  background: var(--F1F1F0, #f1f1f0);
  padding: 80px 30px;
}
@media only screen and (max-width: 1023px) {
  .section-report {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 666px) {
  .section-report {
    padding: 40px 0 46px;
  }
}
.section-report .section-title {
  margin-bottom: 40px;
}
.section-report .link-btn {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 666px) {
  .section-report .link-btn {
    border: none;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .section-report .link-btn span {
    display: none;
  }
  .section-report .link-btn svg {
    width: 26px;
    height: 22px;
  }
}

.report-slider-wrapper {
  position: relative;
  padding: 0 60px;
  max-width: 1228px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .report-slider-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 666px) {
  .report-slider-wrapper {
    padding: 0;
    width: calc(100% + 30px);
  }
}

.report-slider-arrows {
  width: 100%;
  position: absolute;
  left: 0;
  top: 49%;
  z-index: 10;
}
.report-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -26px;
  width: 26px;
  height: 52px;
}
.report-slider-arrows .slick-prev::before {
  display: none;
}
.report-slider-arrows .slick-prev img {
  width: 100%;
}
.report-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -26px;
  width: 26px;
  height: 52px;
}
.report-slider-arrows .slick-next::before {
  display: none;
}
.report-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .report-slider-arrows {
    display: none;
  }
}

.report-slider .slick-slide {
  margin-right: 1px;
}
@media only screen and (max-width: 666px) {
  .report-slider .slick-slide {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .report-slider .slick-list {
    padding: 0 28% 0 0 !important;
  }
}
.report-slider .slick-dots {
  bottom: -34px;
  left: 50%;
  transform: translate(-50%);
}
.report-slider .slick-dots li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 5.5px;
}
.report-slider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.report-slider .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--Grey-6b7384, #6b7384);
  opacity: 1;
}
.report-slider .slick-dots li.slick-active button:before {
  background: var(--Black-2c2c2c, #2c2c2c);
}

.report-slider-item {
  height: 100%;
}

.report-slider-item-inner {
  display: flex;
  justify-content: space-between;
  background: var(--White, #ffffff);
  border-radius: 40px;
  height: 386px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .report-slider-item-inner {
    height: 320px;
    height: 290px;
  }
}
@media only screen and (max-width: 666px) {
  .report-slider-item-inner {
    flex-direction: column-reverse;
    height: auto;
    border-radius: 30px;
  }
}

.report-slider-item-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 44.584838%; /* 494/1108 */
  padding: 45px 10px 45px 30px;
}
@media only screen and (max-width: 1023px) {
  .report-slider-item-description {
    width: 45.67474%; /* 264/578 */
    width: 40%;
    padding: 38px 10px 38px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .report-slider-item-description {
    width: 100%;
    padding: 20px 10px 20px 20px;
  }
}
@media only screen and (max-width: 666px) {
  .report-slider-item-description {
    width: 100%;
    padding: 30px 26px 24px;
  }
}

.report-slider-item-img {
  aspect-ratio: 1/0.85;
  height: 100%;
}
@media only screen and (max-width: 666px) {
  .report-slider-item-img {
    width: 100%;
  }
}
.report-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}
@media only screen and (max-width: 666px) {
  .report-slider-item-img img {
    border-radius: 30px;
  }
}

.report-slider-item-description-title {
  font-family: Gilroy;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%; /* 45.6/38 */
  text-align: left;
  color: var(--Black-2c2c2c, #2c2c2c);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .report-slider-item-description-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .report-slider-item-description-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .report-slider-item-description-title {
    font-size: 20px;
  }
}

.report-slider-item-description-text {
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%; /* 26.4/22 */
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .report-slider-item-description-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 666px) {
  .report-slider-item-description-text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.section-info-partners {
  padding: 60px 20px 100px;
}
@media only screen and (max-width: 1023px) {
  .section-info-partners {
    padding: 60px 0px 80px;
  }
}
@media only screen and (max-width: 666px) {
  .section-info-partners {
    padding: 30px 0px 60px;
  }
}
.section-info-partners .section-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .section-info-partners .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 666px) {
  .section-info-partners .section-title {
    margin-bottom: 20px;
  }
}

.info-partners-slider-wrapper {
  position: relative;
  padding: 0 60px;
  max-width: 1228px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .info-partners-slider-wrapper {
    padding: 0 50px;
    max-width: 638px;
  }
}
@media only screen and (max-width: 666px) {
  .info-partners-slider-wrapper {
    padding: 0;
  }
}

.info-partners-slider-arrows {
  width: 100%;
  position: absolute;
  left: 0;
  top: 49%;
  z-index: 10;
}
.info-partners-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: -26px;
  width: 26px;
  height: 52px;
}
.info-partners-slider-arrows .slick-prev::before {
  display: none;
}
.info-partners-slider-arrows .slick-prev img {
  width: 100%;
}
.info-partners-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: -26px;
  width: 26px;
  height: 52px;
}
.info-partners-slider-arrows .slick-next::before {
  display: none;
}
.info-partners-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .info-partners-slider-arrows {
    display: none;
  }
}

.info-partners-slider .slick-slide {
  margin-right: 40px;
}
@media only screen and (max-width: 666px) {
  .info-partners-slider .slick-slide {
    margin-right: 30px;
  }
}
.info-partners-slider .slick-list {
  padding: 0 8% 0 0 !important;
}
@media only screen and (max-width: 1023px) {
  .info-partners-slider .slick-list {
    padding: 0 22.5% 0 0 !important;
  }
}
@media only screen and (max-width: 666px) {
  .info-partners-slider .slick-list {
    padding: 0 18% 0 0 !important;
  }
}
.info-partners-slider .slick-dots {
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
.info-partners-slider .slick-dots li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 3px;
}
.info-partners-slider .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
}
.info-partners-slider .slick-dots li button:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--Grey-6b7384, #6b7384);
  opacity: 1;
}
.info-partners-slider .slick-dots li.slick-active button:before {
  background: var(--Black-2c2c2c, #2c2c2c);
}

.info-partners-slider-item img {
  opacity: 0.6;
  width: 100%;
}
.info-partners-slider-item:hover img {
  opacity: 1;
}

html,
body {
  font-family: "Gilroy";
  font-weight: 400;
  color: var(--Black-2c2c2c, #2c2c2c);
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1340px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 666px) {
  .container {
    padding: 0 30px;
  }
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
/*# sourceMappingURL=main.css.map */
