@charset "UTF-8";
/* 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: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  src: url("../fonts/MerriweatherRegular.eot");
  src: url("../fonts/MerriweatherRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherRegular.ttf") format("truetype"), url("../fonts/MerriweatherRegular.woff") format("woff"), url("../fonts/MerriweatherRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 700;
  src: url("../fonts/MerriweatherBold.eot");
  src: url("../fonts/MerriweatherBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MerriweatherBold.ttf") format("truetype"), url("../fonts/MerriweatherBold.woff") format("woff"), url("../fonts/MerriweatherBold.woff2") format("woff2");
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.1s ease;
  padding: 50px;
}
@media only screen and (max-width: 1140px) {
  .modal {
    padding: 60px 0;
  }
}

.modal__overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.contacts-popup-content {
  max-width: 980px;
  width: 100%;
  height: 580px;
  background: #fafcfc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 1140px) {
  .contacts-popup-content {
    width: 90%;
    padding: 60px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-popup-content {
    padding: 24px;
  }
}

.contacts-popup-close {
  cursor: pointer;
  position: absolute;
  top: -16px;
  right: -16px;
}

.contacts-popup-icon {
  margin-bottom: 32px;
}
@media only screen and (max-width: 666px) {
  .contacts-popup-icon {
    margin-bottom: 24px;
  }
  .contacts-popup-icon img {
    width: 64px;
  }
}

.contacts-popup-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #262626;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1140px) {
  .contacts-popup-title {
    font-size: 32px;
    text-align: center;
  }
}

.contacts-popup-desctiption {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #262626;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 666px) {
  .contacts-popup-desctiption {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.contacts-popup-button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contacts-popup-button .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.contacts-popup-button .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.contacts-popup-button:hover .btn-text {
  transform: translateX(0);
}
.contacts-popup-button:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}

.menu-wrapper {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0;
  overflow: hidden;
  display: none;
}
.menu-wrapper.show {
  display: block;
}
@media only screen and (max-width: 666px) {
  .menu-wrapper {
    width: 100%;
  }
}

.menu-overlay {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: none;
}
.menu-overlay.show {
  display: block;
}

.menu-content {
  width: 320px;
  height: 100dvh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
  background: #fafcfc;
}
@media only screen and (max-width: 666px) {
  .menu-content {
    width: 100%;
  }
}

.menu-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 0 16px;
  height: 58px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 666px) {
  .menu-top {
    justify-content: space-between;
  }
}

.menu-logo {
  display: none;
}
@media only screen and (max-width: 666px) {
  .menu-logo {
    display: block;
    width: 173px;
  }
  .menu-logo img {
    width: 100%;
  }
}

.menu-center {
  padding-left: 48px;
}
@media only screen and (max-width: 666px) {
  .menu-center {
    padding: 0 16px;
  }
}

.menu-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
}

.menu-lang-item {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.5;
  color: #393939;
}
.menu-lang-item.active {
  opacity: 1;
}

.menu-list-item {
  display: block;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #393939;
  margin-bottom: 48px;
}
@media only screen and (max-width: 666px) {
  .menu-list-item {
    margin-bottom: 32px;
  }
}

.menu-join-btn {
  padding: 12px 24px;
  background: #488fa0;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fafcfc;
  border-radius: 28px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 666px) {
  .menu-join-btn {
    margin-top: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header {
  width: 100%;
  height: 74px;
  padding: 5px 80px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  background: #fafcfc;
  z-index: 5;
}
@media only screen and (max-width: 1280px) {
  .header {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .header {
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .header {
    padding: 3px 16px;
    height: 58px;
  }
}

.header-logo {
  display: block;
}
@media only screen and (max-width: 666px) {
  .header-logo {
    width: 173px;
  }
  .header-logo img {
    width: 100%;
  }
}

.header-menu {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 46px;
}
@media only screen and (max-width: 1280px) {
  .header-menu {
    gap: 25px;
  }
}
@media only screen and (max-width: 1140px) {
  .header-menu {
    display: none;
  }
}

.header-menu-item {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  color: #393939;
}
.header-menu-item:hover {
  text-decoration: underline;
}

.header-right {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 42px;
}
@media only screen and (max-width: 1140px) {
  .header-right {
    gap: 24px;
  }
}

.header-lang {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1140px) {
  .header-lang {
    display: none;
  }
}

.header-lang-item {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  color: #393939;
  opacity: 0.5;
  cursor: pointer;
}
.header-lang-item.active {
  opacity: 1;
}
.header-lang-item:hover {
  opacity: 1;
}

.header-join-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #488fa0;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header-join-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.header-join-btn .btn-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.header-join-btn:hover .btn-text {
  transform: translateX(0);
}
.header-join-btn:hover .btn-plus {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .header-join-btn {
    display: none;
  }
}

.header-burger {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .header-burger {
    display: block;
  }
}

.footer {
  width: 100%;
  padding: 60px 80px 80px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .footer {
    padding: 60px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 666px) {
  .footer {
    padding: 48px 16px;
  }
}

.footer-left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
}
@media only screen and (max-width: 1140px) {
  .footer-left {
    width: 100%;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-left {
    margin-bottom: 48px;
  }
}

.footer-left-text {
  max-width: 310px;
  width: 100%;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 666px) {
  .footer-left-text {
    font-size: 10px;
  }
}

.footer-menu {
  width: 30%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 80px;
}
@media only screen and (max-width: 1140px) {
  .footer-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: unset;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 666px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 55px;
    margin-bottom: 48px;
  }
}

.footer-menu-item {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  color: #393939;
}
.footer-menu-item:hover {
  text-decoration: underline;
}

.footer-social-title {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #393939;
  margin-bottom: 20px;
}

.footer-social-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}

.footer-policy {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #393939;
  text-decoration: underline;
}

body.positive .header-join-btn {
  background: #964196;
}
body.positive .first-block-btn {
  background: #ff5e97;
}
body.positive .home-statistic {
  background: #f7f5f3;
}
body.positive .home-projects-top-btn {
  background: #ff5e97;
}
body.positive .home-projects-item-arrow svg path {
  stroke: #ff5e97;
}
body.positive .home-news-top-btn {
  background: #ff5e97;
}
body.positive .home-news-slider-item-inner {
  background: #ffcde0;
}
body.positive .home-news-slider-item-inner:hover {
  background: #964196;
}
body.positive .home-news-slider-item-info-tag {
  color: #964196;
}
body.positive .home-news-slider-item-title {
  color: #964196;
}
body.positive .home-gallery {
  background: #f7f5f3;
}
body.positive .contacts-left-bottom-item-icon svg path {
  fill: #ff5e97;
}
body.positive .contacts-form-btn {
  background: #ff5e97;
}
body.positive .subscription-inner {
  background: #964196;
}
body.positive .about-second {
  background: #f7f5f3;
}
body.positive .about-docs-more-btn {
  background: #ff5e97;
}
body.positive .projects-list-more-btn {
  background: #ff5e97;
}
body.positive .news-show-more-btn {
  background: #ff5e97;
}
body.positive .home-gallery-more {
  background: #ff5e97;
}
body.positive .project-second {
  background: #f7f5f3;
}
body.positive .project-result {
  background: #f7f5f3;
}
body.positive .article-first {
  background: #f7f5f3;
}
body.positive .article-content-button {
  background: #ff5e97;
}
body.power .header-join-btn {
  background: #ffbe4a;
  color: #111a21;
}
body.power .header-join-btn svg path {
  fill: #111a21;
}
body.power .first-block-btn {
  background: #5971af;
}
body.power .home-statistic {
  background: #e5e5e5;
}
body.power .home-projects-top-btn {
  background: #5971af;
}
body.power .home-projects-item-arrow svg path {
  stroke: #5971af;
}
body.power .home-news-top-btn {
  background: #5971af;
}
body.power .home-news-slider-item-inner {
  background: #e5e5e5;
}
body.power .home-news-slider-item-inner:hover {
  background: #ffbe4a;
}
body.power .home-news-slider-item-inner:hover .home-news-slider-item-info-tag {
  color: #694515;
}
body.power .home-news-slider-item-inner:hover .home-news-slider-item-info-tag::before {
  background: #694515;
}
body.power .home-news-slider-item-inner:hover .home-news-slider-item-title {
  color: #694515;
}
body.power .home-news-slider-item-inner:hover .home-news-slider-item-description {
  color: #694515;
}
body.power .home-news-slider-item-inner:hover .home-news-slider-item-info-date {
  color: #694515;
}
body.power .home-news-slider-item-inner:hover .home-news-slider-item-more {
  color: #694515;
  border-bottom: 1px solid #694515;
}
body.power .home-news-slider-item-info-tag {
  color: #694515;
}
body.power .home-news-slider-item-info-tag::before {
  background: #694515;
}
body.power .home-news-slider-item-title {
  color: #694515;
}
body.power .home-news-slider-item-description {
  color: #694515;
}
body.power .home-gallery {
  background: #e5e5e5;
}
body.power .contacts-left-bottom-item-icon svg path {
  fill: #5971af;
}
body.power .contacts-form-btn {
  background: #5971af;
}
body.power .subscription-inner {
  background: #ffbe4a;
}
body.power .subscription-left-title {
  color: #694515;
}
body.power .subscription-left-description {
  color: #694515;
}
body.power .subscription-form-name {
  color: #694515;
}
body.power .subscription-form-name-input {
  color: #694515;
  border-bottom: 1px solid #694515;
}
body.power .subscription-form-name-input::-moz-placeholder {
  color: #694515;
}
body.power .subscription-form-name-input::placeholder {
  color: #694515;
}
body.power .subscription-form-btn {
  color: #ffffff;
  background: #5971af;
}
body.power .subscription-form-btn svg path {
  stroke: #ffffff;
}
body.power .about-second {
  background: #e5e5e5;
}
body.power .about-docs-more-btn {
  background: #5971af;
}
body.power .projects-list-more-btn {
  background: #5971af;
}
body.power .news-show-more-btn {
  background: #5971af;
}
body.power .home-gallery-more {
  background: #5971af;
}
body.power .project-second {
  background: #e5e5e5;
}
body.power .project-result {
  background: #e5e5e5;
}
body.power .article-first {
  background: #e5e5e5;
}
body.power .article-content-button {
  background: #5971af;
}
body.support .header-join-btn {
  background: #4f2c40;
}
body.support .first-block-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .first-block-btn svg path {
  stroke: #4f2c40;
}
body.support .home-statistic {
  background: #e2e2e2;
}
body.support .home-projects-top-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .home-projects-top-btn svg path {
  stroke: #4f2c40;
}
body.support .home-projects-item-arrow svg path {
  stroke: #fc7a9f;
}
body.support .home-news-top-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .home-news-top-btn svg path {
  stroke: #4f2c40;
}
body.support .home-news-slider-item-inner {
  background: #e2e2e2;
}
body.support .home-news-slider-item-inner:hover {
  background: #fc7a9f;
}
body.support .home-news-slider-item-inner:hover .home-news-slider-item-info-tag {
  color: #4f2c40;
}
body.support .home-news-slider-item-inner:hover .home-news-slider-item-info-tag::before {
  background: #4f2c40;
}
body.support .home-news-slider-item-inner:hover .home-news-slider-item-title {
  color: #4f2c40;
}
body.support .home-news-slider-item-inner:hover .home-news-slider-item-description {
  color: #4f2c40;
}
body.support .home-news-slider-item-inner:hover .home-news-slider-item-info-date {
  color: #4f2c40;
}
body.support .home-news-slider-item-inner:hover .home-news-slider-item-more {
  color: #4f2c40;
  border-bottom: 1px solid #4f2c40;
}
body.support .home-news-slider-item-info-tag {
  color: #111a21;
}
body.support .home-news-slider-item-info-tag::before {
  background: #111a21;
}
body.support .home-news-slider-item-title {
  color: #111a21;
}
body.support .home-news-slider-item-description {
  color: #111a21;
}
body.support .home-gallery {
  background: #e2e2e2;
}
body.support .contacts-left-bottom-item-icon svg path {
  fill: #fc7a9f;
}
body.support .contacts-form-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .contacts-form-btn svg path {
  stroke: #4f2c40;
}
body.support .subscription-inner {
  background: #4f2c40;
}
body.support .subscription-form-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .subscription-form-btn svg path {
  stroke: #4f2c40;
}
body.support .about-second {
  background: #e2e2e2;
}
body.support .about-docs-more-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .about-docs-more-btn svg path {
  stroke: #4f2c40;
}
body.support .projects-list-more-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .projects-list-more-btn svg path {
  stroke: #4f2c40;
}
body.support .news-show-more-btn {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .news-show-more-btn svg path {
  stroke: #4f2c40;
}
body.support .home-gallery-more {
  background: #fc7a9f;
  color: #4f2c40;
}
body.support .home-gallery-more svg path {
  stroke: #4f2c40;
}
body.support .project-second {
  background: #e2e2e2;
}
body.support .project-result {
  background: #e2e2e2;
}
body.support .article-first {
  background: #e2e2e2;
}
body.support .article-content-button {
  background: #fc7a9f;
}
body.league .header-join-btn {
  background: #3652ad;
}
body.league .first-block-btn {
  background: #ff7f00;
}
body.league .home-projects-top-btn {
  background: #ff7f00;
}
body.league .home-projects-item-arrow svg path {
  stroke: #ff7f00;
}
body.league .home-news-top-btn {
  background: #ff7f00;
}
body.league .home-news-slider-item-inner {
  background: #dce1e5;
}
body.league .home-news-slider-item-inner:hover {
  background: #3652ad;
}
body.league .home-news-slider-item-inner:hover .home-news-slider-item-info-tag {
  color: #fff;
}
body.league .home-news-slider-item-inner:hover .home-news-slider-item-info-tag::before {
  background: #fff;
}
body.league .home-news-slider-item-inner:hover .home-news-slider-item-title {
  color: #fff;
}
body.league .home-news-slider-item-inner:hover .home-news-slider-item-description {
  color: #fff;
}
body.league .home-news-slider-item-inner:hover .home-news-slider-item-info-date {
  color: #fff;
}
body.league .home-news-slider-item-inner:hover .home-news-slider-item-more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
body.league .home-news-slider-item-info-tag {
  color: #3652ad;
}
body.league .home-news-slider-item-info-tag::before {
  background: #3652ad;
}
body.league .home-news-slider-item-title {
  color: #3652ad;
}
body.league .home-news-slider-item-description {
  color: #111a21;
}
body.league .home-gallery {
  background: #e5e5e5;
}
body.league .contacts-left-bottom-item-icon svg path {
  fill: #ff7f00;
}
body.league .contacts-form-btn {
  background: #ff7f00;
}
body.league .subscription-inner {
  background: #3652ad;
}
body.league .subscription-form-btn {
  color: #3652ad;
  background: #fafcfc;
}
body.league .subscription-form-btn svg path {
  stroke: #3652ad;
}
body.league .about-second {
  background: #e5e5e5;
}
body.league .about-docs-more-btn {
  background: #ff7f00;
}
body.league .projects-list-more-btn {
  background: #ff7f00;
}
body.league .news-show-more-btn {
  background: #ff7f00;
}
body.league .home-gallery-more {
  background: #ff7f00;
}
body.league .project-second {
  background: #e5e5e5;
}
body.league .project-result {
  background: #e5e5e5;
}
body.league .article-first {
  background: #e5e5e5;
}
body.league .article-content-button {
  background: #ff7f00;
}
body.success .header-join-btn {
  background: #ee7d00;
}
body.success .first-block-btn {
  background: #111a21;
}
body.success .home-statistic {
  background: #ede7e2;
}
body.success .home-projects-top-btn {
  background: #111a21;
}
body.success .home-projects-item-arrow svg path {
  stroke: #ee7d00;
}
body.success .home-news-top-btn {
  background: #111a21;
}
body.success .home-news-slider-item-inner {
  background: #ede7e2;
}
body.success .home-news-slider-item-inner:hover {
  background: #ee7d00;
}
body.success .home-news-slider-item-inner:hover .home-news-slider-item-info-tag {
  color: #111a21;
}
body.success .home-news-slider-item-inner:hover .home-news-slider-item-info-tag::before {
  background: #111a21;
}
body.success .home-news-slider-item-inner:hover .home-news-slider-item-title {
  color: #111a21;
}
body.success .home-news-slider-item-inner:hover .home-news-slider-item-description {
  color: #111a21;
}
body.success .home-news-slider-item-inner:hover .home-news-slider-item-info-date {
  color: #111a21;
}
body.success .home-news-slider-item-inner:hover .home-news-slider-item-more {
  color: #111a21;
  border-bottom: 1px solid #111a21;
}
body.success .home-news-slider-item-info-tag {
  color: #111a21;
}
body.success .home-news-slider-item-info-tag::before {
  background: #111a21;
}
body.success .home-news-slider-item-title {
  color: #111a21;
}
body.success .home-news-slider-item-description {
  color: #111a21;
}
body.success .home-gallery {
  background: #ede7e2;
}
body.success .contacts-left-bottom-item-icon svg path {
  fill: #111a21;
}
body.success .contacts-form-btn {
  background: #111a21;
}
body.success .subscription-inner {
  background: #ee7d00;
}
body.success .subscription-left-title {
  color: #111a21;
}
body.success .subscription-left-description {
  color: #111a21;
}
body.success .subscription-form-name {
  color: #111a21;
}
body.success .subscription-form-name-input {
  color: #111a21;
  border-bottom: 1px solid #111a21;
}
body.success .subscription-form-name-input::-moz-placeholder {
  color: #111a21;
}
body.success .subscription-form-name-input::placeholder {
  color: #111a21;
}
body.success .subscription-form-btn {
  color: #ffffff;
  background: #111a21;
}
body.success .subscription-form-btn svg path {
  stroke: #ffffff;
}
body.success .about-second {
  background: #ede7e2;
}
body.success .about-docs-more-btn {
  background: #111a21;
}
body.success .projects-list-more-btn {
  background: #111a21;
}
body.success .news-show-more-btn {
  background: #111a21;
}
body.success .home-gallery-more {
  background: #111a21;
}
body.success .project-second {
  background: #ede7e2;
}
body.success .project-result {
  background: #ede7e2;
}
body.success .article-first {
  background: #ede7e2;
}
body.success .article-content-button {
  background: #111a21;
}
body.roma .header-join-btn {
  background: #3d83a6;
}
body.roma .first-block-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .first-block-btn svg path {
  stroke: #1e2c32;
}
body.roma .home-statistic {
  background: #e8f5fa;
}
body.roma .home-projects-top-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .home-projects-top-btn svg path {
  stroke: #1e2c32;
}
body.roma .home-projects-item-arrow svg path {
  stroke: #afcb08;
}
body.roma .home-news-top-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .home-news-top-btn svg path {
  stroke: #1e2c32;
}
body.roma .home-news-slider-item-inner {
  background: #e8f5fa;
}
body.roma .home-news-slider-item-inner:hover {
  background: #3d83a6;
}
body.roma .home-news-slider-item-info-tag {
  color: #3d83a6;
}
body.roma .home-news-slider-item-title {
  color: #3d83a6;
}
body.roma .home-gallery {
  background: #e8f5fa;
}
body.roma .contacts-left-bottom-item-icon svg path {
  fill: #afcb08;
}
body.roma .contacts-form-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .contacts-form-btn svg path {
  stroke: #1e2c32;
}
body.roma .subscription-inner {
  background: #3d83a6;
}
body.roma .about-second {
  background: #e8f5fa;
}
body.roma .about-docs-more-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .about-docs-more-btn svg path {
  stroke: #1e2c32;
}
body.roma .projects-list-more-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .projects-list-more-btn svg path {
  stroke: #1e2c32;
}
body.roma .news-show-more-btn {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .news-show-more-btn svg path {
  stroke: #1e2c32;
}
body.roma .home-gallery-more {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .home-gallery-more svg path {
  stroke: #1e2c32;
}
body.roma .project-second {
  background: #e8f5fa;
}
body.roma .project-result {
  background: #e8f5fa;
}
body.roma .article-first {
  background: #e8f5fa;
}
body.roma .article-content-button {
  background: #afcb08;
  color: #1e2c32;
}
body.roma .article-content-button svg path {
  stroke: #1e2c32;
}

.home-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 1140px) {
  .home-main {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 666px) {
  .home-main {
    padding-top: 120px;
  }
}

.home-hero {
  width: 100%;
}

.first-block {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.first-block.gray {
  background: #dce1e5;
}
@media only screen and (max-width: 1140px) {
  .first-block {
    flex-direction: column;
    align-items: flex-start;
  }
}

.first-block-left {
  width: 50%;
  padding: 0 64px 0 80px;
}
@media only screen and (max-width: 1280px) {
  .first-block-left {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .first-block-left {
    padding: 0 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .first-block-left {
    padding: 0 16px;
  }
}

.first-block-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .first-block-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .first-block-title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .first-block-title {
    font-size: 32px;
  }
}

.first-block-description {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}
.first-block-description p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .first-block-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .first-block-description p {
    margin-bottom: 16px;
  }
}

.first-block-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.first-block-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.first-block-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.first-block-btn:hover .btn-text {
  transform: translateX(0);
}
.first-block-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .first-block-btn {
    width: 100%;
  }
}

.first-block-right {
  width: 50%;
  height: 734px;
}
.first-block-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1140px) {
  .first-block-right {
    margin-top: 48px;
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 666px) {
  .first-block-right {
    height: 320px;
  }
}

.home-statistic {
  width: 100%;
  padding: 120px 80px;
  background: #dce1e5;
}
@media only screen and (max-width: 1280px) {
  .home-statistic {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-statistic {
    padding: 80px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-statistic {
    padding: 64px 16px;
  }
}

.home-statistic-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1140px) {
  .home-statistic-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
  }
}

.home-statistic-top-left {
  width: 50%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px;
}
@media only screen and (max-width: 1280px) {
  .home-statistic-top-left {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-statistic-top-left {
    width: 100%;
    font-size: 40px;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-statistic-top-left {
    font-size: 32px;
  }
}

.home-statistic-top-right {
  width: 50%;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .home-statistic-top-right {
    width: 100%;
    font-size: 16px;
  }
}

.home-statistic-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 666px) {
  .home-statistic-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}

.home-statistic-item {
  padding: 24px 0;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
@media only screen and (max-width: 1140px) {
  .home-statistic-item {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 666px) {
  .home-statistic-item:nth-child(1) {
    border-bottom: none;
  }
  .home-statistic-item:nth-child(2) {
    border-bottom: none;
  }
}

.home-statistic-item-num {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1140px) {
  .home-statistic-item-num {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.home-statistic-item-text {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .home-statistic-item-text {
    font-size: 14px;
  }
}

.home-projects {
  width: 100%;
  padding: 80px;
}
@media only screen and (max-width: 1280px) {
  .home-projects {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-projects {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-projects {
    padding: 48px 16px;
  }
}

.home-projects-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 666px) {
  .home-projects-top {
    margin-bottom: 32px;
  }
}

.home-projects-top-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .home-projects-top-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-projects-top-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-projects-top-title {
    font-size: 32px;
  }
}

.home-projects-top-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-projects-top-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.home-projects-top-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.home-projects-top-btn:hover .btn-text {
  transform: translateX(0);
}
.home-projects-top-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .home-projects-top-btn {
    display: none;
  }
}

.home-projects-item {
  border-top: 1px solid #dce1e5;
  border-bottom: 1px solid #dce1e5;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #393939;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.home-projects-item:not(:first-child) {
  margin-top: -1px;
}
.home-projects-item:hover {
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  position: relative;
  z-index: 2;
}
.home-projects-item:hover .home-projects-item-left-img img {
  transform: scale(1.1);
}

.home-projects-item-left {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1140px) {
  .home-projects-item-left {
    gap: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-projects-item-left {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.home-projects-item-left-img {
  width: 302px;
  height: 220px;
  overflow: hidden;
  border-radius: 16px;
}
.home-projects-item-left-img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1140px) {
  .home-projects-item-left-img {
    width: 280px;
    height: 220px;
  }
}
@media only screen and (max-width: 666px) {
  .home-projects-item-left-img {
    width: 100%;
    height: 220px;
  }
}

.home-projects-item-left-content {
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .home-projects-item-left-content {
    max-width: 416px;
  }
}

.home-projects-item-left-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 22px;
  padding-left: 16px;
}
@media only screen and (max-width: 666px) {
  .home-projects-item-left-tags {
    padding-right: 15px;
    margin-bottom: 16px;
  }
}

.home-projects-item-left-tags-item {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #488fa0;
  position: relative;
}
.home-projects-item-left-tags-item::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #488fa0;
}
@media only screen and (max-width: 1140px) {
  .home-projects-item-left-tags-item {
    font-size: 12px;
  }
  .home-projects-item-left-tags-item::before {
    width: 4px;
    height: 4px;
    top: 40%;
  }
}

.home-projects-item-left-title {
  font-family: Merriweather;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1140px) {
  .home-projects-item-left-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-projects-item-left-title {
    font-size: 22px;
  }
}

.home-projects-item-left-description {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 666px) {
  .home-projects-item-left-description {
    font-size: 14px;
  }
}

@media only screen and (max-width: 666px) {
  .home-projects-item-arrow {
    position: absolute;
    top: 24px;
    right: 2px;
    width: 15px;
  }
  .home-projects-item-arrow svg {
    width: 100%;
  }
}

.home-projects-mobail-more-btn {
  display: none;
}
@media only screen and (max-width: 666px) {
  .home-projects-mobail-more-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 32px;
    padding: 12px;
    background: #f47e70;
    border-radius: 40px;
    color: #ffffff;
  }
}

.home-news {
  width: 100%;
  padding: 80px;
}
@media only screen and (max-width: 1280px) {
  .home-news {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-news {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-news {
    padding: 48px 16px 48px 16px;
  }
}

.home-news-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.home-news-top-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .home-news-top-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-news-top-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .home-news-top-title {
    font-size: 32px;
  }
}

.home-news-top-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-news-top-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.home-news-top-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.home-news-top-btn:hover .btn-text {
  transform: translateX(0);
}
.home-news-top-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .home-news-top-btn {
    display: none;
  }
}

.home-news-slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-news-slider-arrows {
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: -70px;
  z-index: 10;
}
@media only screen and (max-width: 1140px) {
  .home-news-slider-arrows {
    display: none;
  }
}
.home-news-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0px;
  width: 32px;
  height: 32px;
}
.home-news-slider-arrows .slick-prev::before {
  display: none;
}
.home-news-slider-arrows .slick-prev img {
  width: 100%;
}
.home-news-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0px;
  width: 32px;
  height: 32px;
}
.home-news-slider-arrows .slick-next::before {
  display: none;
}
.home-news-slider-arrows .slick-next img {
  width: 100%;
}

.home-news-slider {
  width: 100%;
}
.home-news-slider .slick-dots {
  width: calc(100% - 94px);
  bottom: -42px;
  left: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.home-news-slider .slick-dots li {
  width: 100%;
  height: 4px;
  margin: 0;
}
.home-news-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
}
.home-news-slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #dce1e5;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.2s ease;
}
.home-news-slider .slick-dots li.slick-active button:before {
  background: #488fa0;
}
@media only screen and (max-width: 1140px) {
  .home-news-slider .slick-dots {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 666px) {
  .home-news-slider .slick-dots {
    bottom: -23px;
  }
}
.home-news-slider .slick-slide {
  padding: 0 10px;
}
.home-news-slider .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 1140px) {
  .home-news-slider .slick-slide {
    padding: 0 7px;
  }
  .home-news-slider .slick-list {
    margin: 0 -7px;
  }
}

.home-news-slider-item-inner {
  background: #dce1e5;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 420px;
}
.home-news-slider-item-inner:hover {
  background: #488fa0;
}
.home-news-slider-item-inner:hover .home-news-slider-item-info-tag {
  color: #fafcfc;
}
.home-news-slider-item-inner:hover .home-news-slider-item-info-tag::before {
  background: #fafcfc;
}
.home-news-slider-item-inner:hover .home-news-slider-item-info-date {
  color: #fafcfc;
}
.home-news-slider-item-inner:hover .home-news-slider-item-title {
  color: #fafcfc;
}
.home-news-slider-item-inner:hover .home-news-slider-item-description {
  color: #fafcfc;
}
.home-news-slider-item-inner:hover .home-news-slider-item-more {
  color: #fafcfc;
  border-bottom: 1px solid #fafcfc;
}
@media only screen and (max-width: 1140px) {
  .home-news-slider-item-inner {
    height: 389px;
  }
}

.home-news-slider-item-top {
  width: 100%;
}

.home-news-slider-item-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-news-slider-item-info-tag {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #488fa0;
  margin-left: 22px;
  position: relative;
}
.home-news-slider-item-info-tag::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #488fa0;
}

.home-news-slider-item-info-date {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: rgba(57, 57, 57, 0.5);
  margin-bottom: 16px;
}

.home-news-slider-item-title {
  font-family: Merriweather;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #488fa0;
  margin-bottom: 16px;
  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: 1140px) {
  .home-news-slider-item-title {
    font-size: 24px;
  }
}

.home-news-slider-item-description {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.home-news-slider-item-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #393939;
  height: 27px;
  border-bottom: 1px solid #393939;
}

.home-news-mobail-more-btn {
  display: none;
}
@media only screen and (max-width: 666px) {
  .home-news-mobail-more-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 52px;
    padding: 12px;
    background: #f47e70;
    border-radius: 40px;
    color: #ffffff;
  }
}

.home-gallery {
  padding: 80px;
  background: #dce1e5;
}
.home-gallery.white {
  background: #ffffff;
}
@media only screen and (max-width: 1280px) {
  .home-gallery {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .home-gallery {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .home-gallery {
    padding: 48px 0 48px 16px;
  }
}

.lg-outer .lg-item.lg-complete .lg-image,
.lg-outer .lg-item.lg-complete img,
.lg-outer .lg-item .lg-object {
  border-radius: 12px !important;
  overflow: hidden !important;
}

.lg-toolbar,
.lg-close {
  opacity: 1 !important;
  visibility: visible !important;
}

.lg-zoom-in,
.lg-zoom-out,
.lg-actual-size {
  display: none !important;
}

.lg-close {
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  display: block !important;
  z-index: 99999 !important;
}

.home-gallery-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1140px) {
  .home-gallery-title {
    font-size: 40px;
  }
}

.home-gallery-description {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .home-gallery-description {
    font-size: 14px;
  }
}

.home-galery-wrapper {
  width: 100%;
}
@media only screen and (max-width: 666px) {
  .home-galery-wrapper {
    padding-bottom: 16px;
    overflow-x: scroll;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #5ba3b5 #747474; /* колір ползунка і фону */
  }
  .home-galery-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .home-galery-wrapper::-webkit-scrollbar-track {
    background: #747474; /* колір фону треку */
  }
  .home-galery-wrapper::-webkit-scrollbar-thumb {
    background: #5ba3b5; /* колір ползунка */
    border-radius: 10px;
  }
  .home-galery-wrapper::-webkit-scrollbar-thumb:horizontal {
    min-width: 30px;
  }
}

.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
@media only screen and (max-width: 1140px) {
  .home-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .home-gallery-grid {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: 8px;
    padding-right: 16px;
  }
}

.gallery-item {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 666px) {
  .gallery-item {
    width: 89vw;
  }
  .gallery-item:hover img {
    transform: scale(1);
  }
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}

[hidden] {
  display: none !important;
}

.home-gallery-more {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  margin: 0 auto;
  margin-top: 32px;
}
.home-gallery-more .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.home-gallery-more .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.home-gallery-more:hover .btn-text {
  transform: translateX(0);
}
.home-gallery-more:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
.home-gallery-more.hide {
  display: none;
}

.contacts {
  width: 100%;
  padding: 80px;
  display: flex;
}
@media only screen and (max-width: 1280px) {
  .contacts {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts {
    padding: 64px 24px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .contacts {
    padding: 48px 16px;
  }
}

.contacts-left {
  width: 50%;
  padding-right: 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .contacts-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 48px;
  }
}

.contacts-left-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #262626;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .contacts-left-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-left-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-left-title {
    font-size: 32px;
  }
}

.contacts-left-bottom-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.contacts-left-bottom-item-text {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #393939;
}
@media only screen and (max-width: 666px) {
  .contacts-left-bottom-item-text {
    font-size: 16px;
  }
}

.contacts-form {
  width: 50%;
}
@media only screen and (max-width: 1140px) {
  .contacts-form {
    width: 100%;
  }
}

.contacts-form-title {
  font-family: Merriweather;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #262626;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1140px) {
  .contacts-form-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-form-title {
    font-size: 22px;
  }
}

.contacts-form-item {
  border-bottom: 1px solid #393939;
  margin-bottom: 32px;
  position: relative;
}
.contacts-form-item.error {
  border-bottom: 1px solid #ff5f57;
}
.contacts-form-item.error .contacts-form-item-error {
  display: block;
}

.contacts-form-item-name {
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #393939;
  margin-bottom: 24px;
}

.contacts-form-item-input {
  width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
  color: #393939;
  border: none;
  margin-bottom: 16px;
}
.contacts-form-item-input::-moz-placeholder {
  color: #393939;
  opacity: 0.5;
}
.contacts-form-item-input::placeholder {
  color: #393939;
  opacity: 0.5;
}

.contacts-form-item-error {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #ff5f57;
  position: absolute;
  top: 105%;
  left: 0;
  display: none;
}

.contacts-form-item-textarea {
  width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
  color: #393939;
  border: none;
  resize: vertical;
  margin-bottom: 16px;
}
.contacts-form-item-textarea::-moz-placeholder {
  color: #393939;
  opacity: 0.5;
}
.contacts-form-item-textarea::placeholder {
  color: #393939;
  opacity: 0.5;
}

.contacts-form-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  width: 100%;
}
.contacts-form-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.contacts-form-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.contacts-form-btn:hover .btn-text {
  transform: translateX(0);
}
.contacts-form-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}

.subscription {
  width: 100%;
  padding: 80px 80px 0 80px;
}
@media only screen and (max-width: 1280px) {
  .subscription {
    padding: 80px 30px 0 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .subscription {
    padding: 64px 24px 0 24px;
  }
}
@media only screen and (max-width: 666px) {
  .subscription {
    padding: 48px 16px 0 16px;
  }
}

.subscription-inner {
  width: 100%;
  border-radius: 20px;
  background: #488fa0;
  padding: 48px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .subscription-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 666px) {
  .subscription-inner {
    padding: 24px;
  }
}

.subscription-left {
  width: 48.986486%; /* 580/1184 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .subscription-left {
    width: 100%;
    margin-bottom: 48px;
  }
}

.subscription-left-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fafcfc;
}
.subscription-left-title.show {
  display: block;
}
.subscription-left-title.hide {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .subscription-left-title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .subscription-left-title {
    font-size: 32px;
  }
}

.subscription-left-description {
  max-width: 358px;
  width: 100%;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fafcfc;
}
.subscription-left-description.show {
  display: block;
}
.subscription-left-description.hide {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .subscription-left-description {
    font-size: 14px;
    max-width: 100%;
  }
}

.subscription-form {
  width: 48.986486%; /* 580/1184 */
}
.subscription-form.signed-up {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 1140px) {
  .subscription-form {
    width: 100%;
  }
}

.subscription-form-name {
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fafcfc;
  margin-bottom: 24px;
}

.subscription-form-name-input {
  width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: transparent;
  color: #fafcfc;
  border: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #fafcfc;
  margin-bottom: 24px;
}
.subscription-form-name-input::-moz-placeholder {
  color: #fafcfc;
  opacity: 0.5;
}
.subscription-form-name-input::placeholder {
  color: #fafcfc;
  opacity: 0.5;
}

.subscription-form-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #393939;
  background: #fafcfc;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
}
.subscription-form-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.subscription-form-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.subscription-form-btn:hover .btn-text {
  transform: translateX(0);
}
.subscription-form-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}

.about-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 666px) {
  .about-main {
    padding-top: 58px;
  }
}
.about-main .first-block {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .about-main .first-block {
    padding: 74px 0 0 0;
  }
}
@media only screen and (max-width: 666px) {
  .about-main .first-block {
    padding: 62px 0 0 0;
  }
}

.breadcrumbs {
  position: absolute;
  top: 10px;
  left: 80px;
  width: 41%;
}
@media only screen and (max-width: 1280px) {
  .breadcrumbs {
    left: 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .breadcrumbs {
    width: calc(100% - 48px);
    left: 24px;
  }
}
@media only screen and (max-width: 1140px) {
  .breadcrumbs {
    width: calc(100% - 32px);
    left: 16px;
  }
}

.breadcrumbs-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.breadcrumbs-item {
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #111a21;
  opacity: 0.5;
  cursor: pointer;
  white-space: nowrap;
}
.breadcrumbs-item.active {
  opacity: 1;
  pointer-events: none;
}
@media only screen and (max-width: 666px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}

.breadcrumbs-separator {
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #111a21;
  opacity: 0.5;
}
@media only screen and (max-width: 666px) {
  .breadcrumbs-separator {
    font-size: 12px;
  }
}

.breadcrumbs-separator:has(+ .active) {
  opacity: 1;
}

.about-second {
  width: 100%;
  padding: 120px 80px;
  background: #dce1e5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .about-second {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-second {
    padding: 80px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 666px) {
  .about-second {
    padding: 48px 16px;
  }
}

.about-second-title {
  width: 34%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .about-second-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-second-title {
    font-size: 40px;
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .about-second-title {
    font-size: 32px;
  }
}

.about-second-description {
  width: 63.75%; /* 816/1280 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.about-second-description p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .about-second-description {
    font-size: 16px;
    width: 100%;
  }
}

.about-team {
  width: 100%;
  padding: 80px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1280px) {
  .about-team {
    padding: 80px 30px 100px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-team {
    padding: 64px 24px 100px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team {
    padding: 48px 0 48px 16px;
  }
}

.about-team-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1140px) {
  .about-team-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about-team-title {
  width: 32%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .about-team-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-team-title {
    font-size: 40px;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-title {
    font-size: 32px;
  }
}

.about-team-description {
  width: 63.75%; /* 816/1280 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .about-team-description {
    width: 100%;
    font-size: 16px;
  }
}

.about-team-slider-wrapper {
  width: 100%;
  position: relative;
}

.about-team-slider-arrows {
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: -70px;
  z-index: 10;
}
@media only screen and (max-width: 1140px) {
  .about-team-slider-arrows {
    display: none;
  }
}
.about-team-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0px;
  width: 32px;
  height: 32px;
}
.about-team-slider-arrows .slick-prev::before {
  display: none;
}
.about-team-slider-arrows .slick-prev img {
  width: 100%;
}
.about-team-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0px;
  width: 32px;
  height: 32px;
}
.about-team-slider-arrows .slick-next::before {
  display: none;
}
.about-team-slider-arrows .slick-next img {
  width: 100%;
}

.about-team-slider .slick-slide {
  padding: 0 12px;
}
.about-team-slider .slick-list {
  margin: 0 -12px;
}
.about-team-slider .slick-dots {
  width: calc(100% - 94px);
  bottom: -42px;
  left: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.about-team-slider .slick-dots li {
  width: 100%;
  height: 4px;
  margin: 0;
}
.about-team-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
}
.about-team-slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #dce1e5;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.2s ease;
}
.about-team-slider .slick-dots li.slick-active button:before {
  background: #488fa0;
}
@media only screen and (max-width: 1140px) {
  .about-team-slider .slick-dots {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-slider .slick-dots {
    width: calc(100% - 16px);
    bottom: -23px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-slider .slick-slide {
    padding: 0 4px;
    margin: 0;
  }
  .about-team-slider .slick-list {
    margin: 0 -4px;
    padding-right: 8px;
  }
}

.about-team-slider-item {
  background: #dce1e5;
  border-radius: 12px;
  padding-bottom: 36px;
}

.about-team-slider-item-img {
  width: 100%;
  aspect-ratio: 16/11;
  margin-bottom: 16px;
}
.about-team-slider-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.about-team-slider-item-name {
  padding-left: 24px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1140px) {
  .about-team-slider-item-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-slider-item-name {
    font-size: 16px;
  }
}

.about-team-slider-item-post {
  padding-left: 24px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1140px) {
  .about-team-slider-item-post {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-slider-item-post {
    font-size: 12px;
  }
}

.about-team-slider-item-description {
  padding-left: 24px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  min-height: 105px;
}
@media only screen and (max-width: 1140px) {
  .about-team-slider-item-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-slider-item-description {
    font-size: 12px;
  }
}

.about-team-slider-item-email {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 24px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #488fa0;
}
@media only screen and (max-width: 1140px) {
  .about-team-slider-item-email {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .about-team-slider-item-email {
    font-size: 12px;
  }
}

.about-values {
  width: 100%;
  padding: 80px;
  background: #fafcfc;
}
@media only screen and (max-width: 1280px) {
  .about-values {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-values {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-values {
    padding: 48px 16px;
  }
}

.about-values-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .about-values-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-values-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .about-values-title {
    font-size: 32px;
  }
}

.about-values-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 48px;
}
@media only screen and (max-width: 1140px) {
  .about-values-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 666px) {
  .about-values-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-values-item {
  padding: 24px 0;
  border-bottom: 1px solid #488fa0;
  border-top: 1px solid #488fa0;
}
.about-values-item:nth-child(n+5) {
  border-top: none;
}
@media only screen and (max-width: 1140px) {
  .about-values-item:nth-child(n+4) {
    border-top: none;
  }
}
@media only screen and (max-width: 666px) {
  .about-values-item {
    padding: 16px 0;
  }
  .about-values-item:nth-child(n+2) {
    border-top: none;
  }
}

.about-values-item-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}

.about-values-item-top-name {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1140px) {
  .about-values-item-top-name {
    font-size: 20px;
  }
}

.about-values-item-description {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .about-values-item-description {
    font-size: 14px;
  }
}

.about-history {
  width: 100%;
  padding: 80px 0 80px 80px;
}
@media only screen and (max-width: 1280px) {
  .about-history {
    padding: 80px 0 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-history {
    padding: 64px 0 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history {
    padding: 48px 0 48px 16px;
  }
}

.about-history-top {
  padding-right: 80px;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1140px) {
  .about-history-top {
    padding-right: 24px;
    margin-bottom: 48px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-top {
    padding-right: 16px;
    margin-bottom: 32px;
  }
}

.about-history-top-title {
  width: 32%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .about-history-top-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-history-top-title {
    font-size: 40px;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-top-title {
    font-size: 32px;
  }
}

.about-history-top-description {
  width: 63.75%; /* 816/1280 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .about-history-top-description {
    font-size: 16px;
    width: 100%;
  }
}

.about-history-slider-wrapper {
  width: 100%;
  position: relative;
}

.about-history-slider-arrows {
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 97px;
  z-index: 10;
}
.about-history-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0px;
  width: 32px;
  height: 32px;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
.about-history-slider-arrows .slick-prev.slick-disabled {
  display: none !important;
}
.about-history-slider-arrows .slick-prev::before {
  display: none;
}
.about-history-slider-arrows .slick-prev img {
  width: 100%;
}
.about-history-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 30px;
  width: 32px;
  height: 32px;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
.about-history-slider-arrows .slick-next.slick-disabled {
  display: none !important;
}
.about-history-slider-arrows .slick-next::before {
  display: none;
}
.about-history-slider-arrows .slick-next img {
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  .about-history-slider-arrows {
    top: 68px;
  }
  .about-history-slider-arrows .slick-next {
    right: 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-slider-arrows {
    display: none;
  }
}

.about-history-slider-item-year {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #f47e70;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1140px) {
  .about-history-slider-item-year {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-slider-item-year {
    font-size: 40px;
  }
}

.about-history-slider-item-inner {
  border: 2px solid #dce1e5;
  border-bottom: none;
  border-right: none;
  padding-top: 24px;
  padding-right: 80px;
  position: relative;
}
.about-history-slider-item-inner::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f47e70;
}
@media only screen and (max-width: 1140px) {
  .about-history-slider-item-inner {
    padding-top: 24px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-slider-item-inner {
    padding-top: 16px;
    padding-right: 32px;
  }
}

.about-history-slider-item-title {
  padding-left: 16px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 67.2px;
}
@media only screen and (max-width: 1140px) {
  .about-history-slider-item-title {
    font-size: 20px;
    min-height: auto;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-slider-item-title {
    font-size: 20px;
    padding-left: 12px;
    min-height: 56px;
  }
}

.about-history-slider-item-description {
  padding-left: 16px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 105px;
}
@media only screen and (max-width: 1140px) {
  .about-history-slider-item-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .about-history-slider-item-description {
    font-size: 14px;
  }
}

.about-history-slider-item-image {
  width: 100%;
  aspect-ratio: 16/11;
}
.about-history-slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 12px 12px 0;
}

.partners {
  width: 100%;
  padding: 80px;
}
@media only screen and (max-width: 1280px) {
  .partners {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .partners {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .partners {
    padding: 48px 16px;
  }
}

.partners-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1280px) {
  .partners-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .partners-title {
    font-size: 40px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 666px) {
  .partners-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.partners-slider-wrapper {
  position: relative;
  width: 100%;
}

.partners-slider-arrows {
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: -70px;
  z-index: 10;
}
@media only screen and (max-width: 1140px) {
  .partners-slider-arrows {
    display: none;
  }
}
.partners-slider-arrows .slick-prev {
  position: absolute;
  top: 0;
  left: 0px;
  width: 32px;
  height: 32px;
}
.partners-slider-arrows .slick-prev::before {
  display: none;
}
.partners-slider-arrows .slick-prev img {
  width: 100%;
}
.partners-slider-arrows .slick-next {
  position: absolute;
  top: 0;
  right: 0px;
  width: 32px;
  height: 32px;
}
.partners-slider-arrows .slick-next::before {
  display: none;
}
.partners-slider-arrows .slick-next img {
  width: 100%;
}

.partners-slider .slick-slide {
  padding: 0 32px;
}
.partners-slider .slick-list {
  margin: 0 -32px;
}
.partners-slider .slick-dots {
  width: calc(100% - 94px);
  bottom: -42px;
  left: 47px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.partners-slider .slick-dots li {
  width: 100%;
  height: 4px;
  margin: 0;
}
.partners-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
}
.partners-slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #dce1e5;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.2s ease;
}
.partners-slider .slick-dots li.slick-active button:before {
  background: #488fa0;
}
@media only screen and (max-width: 1140px) {
  .partners-slider .slick-dots {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 666px) {
  .partners-slider .slick-dots {
    bottom: -23px;
  }
}
@media only screen and (max-width: 1140px) {
  .partners-slider .slick-slide {
    padding: 0 16px;
  }
  .partners-slider .slick-list {
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 1140px) {
  .partners-slider .slick-slide {
    padding: 0 8px;
  }
  .partners-slider .slick-list {
    margin: 0 8px;
  }
}

.partners-slider-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-docs {
  width: 100%;
  padding: 80px;
}
@media only screen and (max-width: 1280px) {
  .about-docs {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-docs {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .about-docs {
    padding: 48px 16px;
  }
}

.about-docs-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .about-docs-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .about-docs-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .about-docs-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

.about-docs-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.about-docs-tag {
  padding: 8px 12px;
  border-radius: 20px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: rgba(57, 57, 57, 0.6);
  border: 1px solid #dce1e5;
  cursor: pointer;
  transition: all 0.2s ease;
}
.about-docs-tag:hover {
  border: 1px solid #488fa0;
}
.about-docs-tag.active {
  border: 1px solid #488fa0;
}
@media only screen and (max-width: 1140px) {
  .about-docs-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .about-docs-tag {
    font-size: 12px;
  }
}

.about-docs-download {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 80px;
}
@media only screen and (max-width: 1140px) {
  .about-docs-download {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.about-docs-download-link {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #393939;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 0;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.about-docs-download-link span {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  z-index: 1;
}
.about-docs-download-link img {
  position: relative;
  z-index: 2;
  transform: translatey(-4px);
}
.about-docs-download-link::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 98%;
  height: 1px;
  border-bottom: 1px dotted #dce1e5;
}
@media only screen and (max-width: 1140px) {
  .about-docs-download-link {
    font-size: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .about-docs-download-link span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.about-docs-more-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  margin-top: 32px;
}
.about-docs-more-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.about-docs-more-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.about-docs-more-btn:hover .btn-text {
  transform: translateX(0);
}
.about-docs-more-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .about-docs-more-btn {
    width: 100%;
  }
}

.projects-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 666px) {
  .projects-main {
    padding-top: 58px;
  }
}
.projects-main .first-block {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .projects-main .first-block {
    padding: 74px 0 0 0;
  }
}
@media only screen and (max-width: 666px) {
  .projects-main .first-block {
    padding: 62px 0 0 0;
  }
}

.projects-hero {
  width: 100%;
}

.projects-block {
  width: 100%;
  padding: 80px;
}
@media only screen and (max-width: 1280px) {
  .projects-block {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .projects-block {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .projects-block {
    padding: 48px 16px;
  }
}

.select-filters-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 666px) {
  .select-filters-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.select-filters {
  cursor: pointer;
  position: relative;
  z-index: 3;
  width: 220px;
}
@media only screen and (max-width: 666px) {
  .select-filters {
    width: 100%;
  }
}
.select-filters:hover {
  z-index: 4;
}
.select-filters:hover .select-filters-drop {
  display: block;
}
.select-filters .select-filters-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 35px;
  padding: 8px 16px;
  border: 1px solid #dce1e5;
  border-radius: 30px;
  z-index: 2;
  position: relative;
}
.select-filters .select-filters-btn span {
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media only screen and (max-width: 1140px) {
  .select-filters .select-filters-btn span {
    font-size: 13px;
  }
}
.select-filters .select-filters-drop {
  width: 100%;
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
  z-index: 3;
}
.select-filters .select-filters-drop-inner {
  width: 100%;
  padding: 16px 16px 4px 16px;
  border: 1px solid #dce1e5;
  border-radius: 16px;
  background: #fff;
}
.select-filters .select-filters-drop-item {
  width: 100%;
  margin-bottom: 12px;
}
.select-filters input[type=checkbox]:checked,
.select-filters input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.select-filters input[type=checkbox]:checked + label,
.select-filters input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  line-height: 20px;
  cursor: pointer;
  display: block;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.select-filters input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #393939;
  width: 14px;
  height: 14px;
  border: 1px solid #393939;
  border-radius: 2px;
}
.select-filters input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border: 1px solid #393939;
  border-radius: 2px;
}
.select-filters input[type=checkbox]:checked + label:after,
.select-filters input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}
.select-filters input[type=checkbox]:checked + label:after,
.select-filters input[type=checkbox]:not(:checked) + label:after {
  right: 3px;
  top: 3px;
  width: 7px;
  height: 4px;
  border-radius: 1px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.select-filters input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.select-filters input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.projects-list {
  margin-bottom: 32px;
}

.projects-list-more-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
.projects-list-more-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.projects-list-more-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.projects-list-more-btn:hover .btn-text {
  transform: translateX(0);
}
.projects-list-more-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .projects-list-more-btn {
    width: 100%;
  }
}

.project-page {
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  .project-page .first-block-right {
    margin-top: 0;
  }
  .project-page .project-objectives-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 666px) {
  .project-page .project-objectives-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 1140px) {
  .project-main {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 666px) {
  .project-main {
    padding-top: 120px;
  }
}

.project-hero {
  width: 100%;
}

.project-second {
  width: 100%;
  padding: 120px 80px;
  background: #dce1e5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .project-second {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .project-second {
    padding: 80px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 666px) {
  .project-second {
    padding: 48px 16px;
  }
}

.project-second-title {
  width: 34%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1280px) {
  .project-second-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .project-second-title {
    font-size: 40px;
    margin-bottom: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .project-second-title {
    font-size: 32px;
  }
}

.project-second-description {
  width: 63.75%; /* 816/1280 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.project-second-description p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .project-second-description {
    font-size: 16px;
    width: 100%;
  }
}

.project-half {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1140px) {
  .project-half {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project-half-left {
  width: 50%;
  min-height: 734px;
}
.project-half-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1140px) {
  .project-half-left {
    width: 100%;
    min-height: auto;
  }
}

.project-half-right {
  width: 50%;
  padding: 64px 80px 64px 64px;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.project-half-right p {
  margin-bottom: 24px;
}
.project-half-right ul li {
  list-style: disc;
  margin-left: 30px;
}
.project-half-right ol li {
  list-style: decimal;
  margin-left: 30px;
}
@media only screen and (max-width: 1280px) {
  .project-half-right {
    padding: 64px 25px 64px 35px;
  }
}
@media only screen and (max-width: 1140px) {
  .project-half-right {
    padding: 64px 24px;
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .project-half-right {
    padding: 48px 16px;
  }
}

.project-objectives {
  width: 100%;
  padding: 80px;
  background: #fafcfc;
}
@media only screen and (max-width: 1280px) {
  .project-objectives {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .project-objectives {
    padding: 64px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .project-objectives {
    padding: 48px 16px;
  }
}

.project-objectives-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1140px) {
  .project-objectives-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .project-objectives-title {
    font-size: 32px;
  }
}

.project-objectives-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 48px;
}
@media only screen and (max-width: 1140px) {
  .project-objectives-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 666px) {
  .project-objectives-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-objectives-item {
  padding: 24px 0;
  border-bottom: 1px solid #488fa0;
  border-top: 1px solid #488fa0;
}
.project-objectives-item:nth-child(n+5) {
  border-top: none;
}
@media only screen and (max-width: 1140px) {
  .project-objectives-item:nth-child(n+4) {
    border-top: none;
  }
}
@media only screen and (max-width: 666px) {
  .project-objectives-item {
    padding: 16px 0;
  }
  .project-objectives-item:nth-child(n+2) {
    border-top: none;
  }
}

.project-objectives-item-top {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 13px;
}

.project-objectives-item-top-name {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1140px) {
  .project-objectives-item-top-name {
    font-size: 20px;
  }
}

.project-objectives-item-description {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1140px) {
  .project-objectives-item-description {
    font-size: 14px;
  }
}

.project-result {
  width: 100%;
  background: #dce1e5;
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1140px) {
  .project-result {
    flex-direction: column;
    align-items: flex-start;
  }
}

.project-result-left {
  width: 50%;
  padding: 80px 64px 80px 80px;
}
@media only screen and (max-width: 1280px) {
  .project-result-left {
    padding: 80px 35px 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .project-result-left {
    width: 100%;
    padding: 64px 24px 48px;
  }
}

.project-result-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .project-result-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .project-result-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .project-result-title {
    font-size: 32px;
  }
}

.project-result-description {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .project-result-description {
    font-size: 16px;
  }
}

.project-result-list {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
}

.project-result-list li {
  counter-increment: my-counter;
  display: grid;
  grid-template-columns: 42px 1fr;
  -moz-column-gap: 22px;
       column-gap: 22px;
  margin-bottom: 18px;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1140px) {
  .project-result-list li {
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.project-result-list li::before {
  content: counter(my-counter, decimal-leading-zero);
  font-family: Merriweather;
  font-size: 32px;
  font-weight: 400;
  color: #488fa0;
  display: inline-block;
  width: 42px;
}
@media only screen and (max-width: 1140px) {
  .project-result-list li::before {
    font-size: 24px;
  }
}

.project-result-right {
  width: 50%;
  position: sticky;
  top: 0;
  right: 0;
  height: 739px;
}
.project-result-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1140px) {
  .project-result-right {
    width: 100%;
    min-height: auto;
    height: auto;
  }
}

.news-page {
  width: 100%;
}

.news-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 666px) {
  .news-main {
    padding-top: 58px;
  }
}

.news-main-wrapper {
  width: 100%;
  padding: 94px 80px 0 80px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .news-main-wrapper {
    padding: 94px 30px 0 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .news-main-wrapper {
    padding: 74px 24px 0 24px;
  }
}
@media only screen and (max-width: 666px) {
  .news-main-wrapper {
    padding: 62px 16px 0 16px;
  }
}

.news-title {
  width: 100%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .news-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .news-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .news-title {
    font-size: 32px;
  }
}

.news-filters {
  width: 100%;
}

.news-container {
  width: 100%;
}

.news-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1140px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-show-more-btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 22px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fafcfc;
  background: #f47e70;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  margin-top: 32px;
  border: none;
}
.news-show-more-btn .btn-text {
  transition: all 0.3s ease-in-out;
  transform: translateX(11px);
}
.news-show-more-btn .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-10px);
}
.news-show-more-btn:hover .btn-text {
  transform: translateX(0);
}
.news-show-more-btn:hover .btn-arrow {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 666px) {
  .news-show-more-btn {
    width: 100%;
  }
}

.documents-page {
  width: 100%;
}
.documents-page .about-docs-download {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.documents-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 666px) {
  .documents-main {
    padding-top: 58px;
  }
}

.documents-main-wrapper {
  width: 100%;
  padding: 94px 80px 0 80px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .documents-main-wrapper {
    padding: 94px 30px 0 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .documents-main-wrapper {
    padding: 74px 24px 0 24px;
  }
}
@media only screen and (max-width: 666px) {
  .documents-main-wrapper {
    padding: 62px 16px 0 16px;
  }
}

.documents-title {
  width: 100%;
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .documents-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .documents-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .documents-title {
    font-size: 32px;
  }
}

.article-page {
  width: 100%;
}

.article-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 666px) {
  .article-main {
    padding-top: 58px;
  }
}

.article-first {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #dce1e5;
  position: relative;
}
@media only screen and (max-width: 1140px) {
  .article-first {
    flex-direction: column;
    align-items: flex-start;
  }
}

.article-first-left {
  width: 50%;
  padding: 0 60px 0 80px;
}
@media only screen and (max-width: 1280px) {
  .article-first-left {
    padding: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .article-first-left {
    width: 100%;
    padding: 74px 24px 48px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .article-first-left {
    padding: 62px 16px 48px 16px;
  }
}

.article-first-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .article-first-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .article-first-title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .article-first-title {
    font-size: 32px;
  }
}

.article-first-description {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1140px) {
  .article-first-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.article-first-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #488fa0;
}

.article-first-bottom-tag {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #488fa0;
  padding-left: 22px;
  position: relative;
}
.article-first-bottom-tag::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #488fa0;
}

.article-first-bottom-date {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #488fa0;
}

.article-first-right {
  width: 50%;
  height: 739px;
}
.article-first-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1140px) {
  .article-first-right {
    height: 490px;
    width: 100%;
  }
}
@media only screen and (max-width: 666px) {
  .article-first-right {
    height: 320px;
  }
}

.article-wrapper {
  padding: 56px 80px 80px;
}
@media only screen and (max-width: 1140px) {
  .article-wrapper {
    padding: 15px 24px 24px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .article-wrapper {
    padding: 16px;
  }
}

.article-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.article-content h2 {
  font-family: Merriweather;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 64px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content h2 {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 48px;
  }
}
.article-content strong {
  font-weight: 600;
}
.article-content em {
  font-style: italic;
}
.article-content p {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.article-content p a {
  color: #488fa0;
  text-decoration: underline;
}
@media only screen and (max-width: 1140px) {
  .article-content p {
    font-size: 16px;
  }
}
.article-content ul {
  padding-left: 30px;
}
.article-content ul li {
  list-style: disc;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1140px) {
  .article-content ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content ul {
    padding-left: 24px;
  }
}
.article-content ol {
  padding-left: 30px;
}
.article-content ol li {
  list-style: decimal;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1140px) {
  .article-content ol li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 666px) {
  .article-content ol {
    padding-left: 24px;
  }
}

.article-content-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  border-radius: 25px;
  background: #f47e70;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1140px) {
  .article-content-button {
    margin-top: 16px;
    width: 100%;
  }
}

.article-quote {
  width: 100%;
  margin-top: 64px;
}

.article-quote-title {
  font-family: Merriweather;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-quote-title {
    font-size: 32px;
  }
}

.article-quote-content {
  padding-left: 14px;
  border-left: 2px solid #f47e70;
}

.article-quote-text {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  font-style: italic;
}
@media only screen and (max-width: 1140px) {
  .article-quote-text {
    font-size: 16px;
  }
}

.article-quote-author {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.article-quote-author-photo {
  width: 100px;
  height: 100px;
}
.article-quote-author-photo img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-quote-author-name {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1140px) {
  .article-quote-author-name {
    font-size: 16px;
  }
}

.article-quote-author-position {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media only screen and (max-width: 1140px) {
  .article-quote-author-position {
    font-size: 16px;
  }
}

.article-photo-block-title {
  font-family: Merriweather;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 64px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-photo-block-title {
    font-size: 32px;
  }
}

.article-photo-block-text {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.article-photo-block-text a {
  color: #488fa0;
  text-decoration: underline;
}
@media only screen and (max-width: 1140px) {
  .article-photo-block-text {
    font-size: 16px;
  }
}

.article-photo-block-image {
  width: 100%;
  margin-bottom: 8px;
}
.article-photo-block-image img {
  width: 100%;
}

.article-photo-block-caption {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.article-photo-slider-block {
  width: 100%;
}

.article-photo-slider-block-title {
  font-family: Merriweather;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 64px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-photo-slider-block-title {
    font-size: 32px;
  }
}

.article-photo-slider-block-description {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-photo-slider-block-description {
    font-size: 16px;
  }
}

.article-photo-slider .slick-slide {
  padding: 0 6px;
}
.article-photo-slider .slick-list {
  margin: 0 -6px;
}
.article-photo-slider .slick-dots {
  width: 100%;
  bottom: -26px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding-left: 0;
}
.article-photo-slider .slick-dots li {
  width: 100%;
  height: 4px;
  margin: 0;
}
.article-photo-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
}
.article-photo-slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #dce1e5;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.2s ease;
}
.article-photo-slider .slick-dots li.slick-active button:before {
  background: #488fa0;
}

.article-photo-slider-item {
  height: 484px;
}
.article-photo-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 666px) {
  .article-photo-slider-item {
    height: 300px;
  }
}

.article-video-block {
  width: 100%;
}

.article-video-block-title {
  font-family: Merriweather;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 64px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-video-block-title {
    font-size: 32px;
  }
}

.article-video-block-description {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1140px) {
  .article-video-block-description {
    font-size: 16px;
  }
}

.article-video-block-video {
  width: 100%;
  margin-bottom: 8px;
}
.article-video-block-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.article-video-block-caption {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.contacts-page {
  width: 100%;
}

.contacts-main {
  width: 100%;
  padding-top: 74px;
}
@media only screen and (max-width: 666px) {
  .contacts-main {
    padding-top: 58px;
  }
}

.contacts-first {
  padding: 80px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .contacts-first {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-first {
    padding: 74px 24px 48px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-first {
    padding: 62px 16px 48px 16px;
  }
}

.contacts-first-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #393939;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .contacts-first-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-first-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-first-title {
    font-size: 32px;
  }
}

.contacts-first-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media only screen and (max-width: 1140px) {
  .contacts-first-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 666px) {
  .contacts-first-container {
    gap: 32px;
  }
}

.contacts-first-column-title {
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 666px) {
  .contacts-first-column-title {
    margin-bottom: 16px;
  }
}

.contacts-form-block {
  width: 100%;
  padding: 80px;
  background: #dce1e5;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1280px) {
  .contacts-form-block {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-form-block {
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-form-block {
    padding: 32px 16px;
  }
}

.contacts-form-block-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 50%;
  padding-right: 100px;
}
@media only screen and (max-width: 1280px) {
  .contacts-form-block-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-form-block-title {
    width: 100%;
    margin-bottom: 32px;
    font-size: 40px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-form-block-title {
    font-size: 32px;
  }
}

.contacts-form-block-container {
  width: 50%;
}

.contacts-social {
  width: 100%;
  padding: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .contacts-social {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-social {
    padding: 48px 24px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-social {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contacts-social-title {
  font-family: Merriweather;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .contacts-social-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1140px) {
  .contacts-social-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-social-title {
    width: 100%;
    margin-bottom: 24px;
  }
}

.contacts-social-list {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1140px) {
  .contacts-social-list {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 666px) {
  .contacts-social-list {
    width: 100%;
    justify-content: flex-start;
  }
}

.contact-map {
  width: 100%;
  height: 524px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

html,
body {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #393939;
}
html.is-hidden,
body.is-hidden {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

main {
  overflow-x: hidden;
}
/*# sourceMappingURL=main.css.map */
