@font-face {
  font-family: "TT Fors Trial";
  src: url("../fonts/TTForsTrialThin.woff2");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "TT Fors Trial";
  src: url("../fonts/TTForsTrialRegular.woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TT Fors Trial";
  src: url("../fonts/TTForsTrialMedium.woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2");
  font-style: normal;
  font-weight: 300;
}
/***************GLOBAL***************/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "TT Fors Trial", sans-serif;
  color: #fff;
  background-color: #000;
  position: relative;
}
body::before {
  content: "";
  width: 986px;
  height: 657px;
  background-image: url("../images/bg-middle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -675px;
  top: 50%;
}
@media (max-width: 1919px) and (min-width: 768px) {
  body::before {
    width: 51.354vw;
    height: 34.219vw;
    left: -44.156vw;
  }
}
@media (max-width: 767px) {
  body::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-template-page-library .main-wrapper, .page-template-page-about-us .main-wrapper {
    padding-top: 140px;
  }
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 190px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .main-wrapper {
    padding-top: 13.194vw;
  }
}
@media (max-width: 767px) {
  .main-wrapper {
    padding-top: 113px;
  }
}
.main-wrapper::before {
  content: "";
  width: 1079px;
  height: 719px;
  background-image: url("../images/bg-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  left: -100px;
  z-index: -1;
}
@media (max-width: 1919px) and (min-width: 768px) {
  .main-wrapper::before {
    width: 56.198vw;
    height: 37.448vw;
    top: -3.385vw;
    left: -5.208vw;
  }
}
@media (max-width: 767px) {
  .main-wrapper::before {
    display: none;
  }
}
.main-wrapper::after {
  content: "";
  width: 1341px;
  height: 894px;
  background-image: url("../images/bg-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -780px;
  bottom: -10px;
  z-index: -1;
}
@media (max-width: 1919px) and (min-width: 768px) {
  .main-wrapper::after {
    width: 69.844vw;
    height: 46.563vw;
    right: -40.625vw;
    bottom: -0.521vw;
  }
}
@media (max-width: 767px) {
  .main-wrapper::after {
    display: none;
  }
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .container {
    max-width: 79.167vw;
    padding: 0 1.389vw;
  }
}
.wrapper-editor {
  padding: 40px 0;
  margin-bottom: 100px;
}
.target-anchor {
  scroll-margin-top: 100px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 100px 0;
  text-align: center;
}
.helvetica {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
}
.title-l {
  font-size: 81px;
  line-height: 1.1;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .title-l {
    font-size: 5.625vw;
  }
}
@media (max-width: 767px) {
  .title-l {
    font-size: 44px;
  }
}
.title-l span {
  color: #14FF00;
}
.title-m {
  font-size: 35px;
  line-height: 1.1;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .title-m {
    font-size: 2.431vw;
  }
}
.text-l {
  font-size: 23px;
  line-height: 1.2;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .text-l {
    font-size: 1.597vw;
  }
}
.text-m {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .text-m {
    font-size: 1.111vw;
  }
}
.text-m span {
  color: #00F0FF;
}
.text-center {
  text-align: center;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #FFF;
}
.cian {
  color: #00F0FF;
}
.green {
  color: #14FF00;
}
.content {
  color: #FFF;
}
.content h1 {
  margin: 40px 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.1;
  text-align: center;
}
.content h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.1;
  text-align: center;
}
.content p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.content ul {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.content ul li {
  list-style: inside;
  padding-left: 20px;
}
.content span {
  font-weight: 500;
}
.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-in;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header {
    padding: 1.389vw 0;
  }
}
.header.active {
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.3);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header-inner {
    gap: 2.083vw;
  }
}
@media (max-width: 767px) {
  .header-inner {
    justify-content: center;
    position: relative;
  }
}
.header-btn {
  display: none;
}
@media (max-width: 767px) {
  .header-btn {
    display: block;
    width: 16.5px;
    height: 14px;
    flex-shrink: 0;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.header-logo {
  display: block;
  width: 148px;
  height: 49px;
  flex-shrink: 0;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header-logo {
    width: 10.278vw;
    height: 3.403vw;
  }
}
.header-nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
    margin-left: unset;
    padding: 31px;
    position: fixed;
    inset: 0;
    background-image: url("../images/modal-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .header-menu {
    width: fit-content;
    margin: 0 auto;
  }
}
.header-list {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header-list {
    gap: 4.861vw;
  }
}
@media (max-width: 767px) {
  .header-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
  }
}
@media (any-hover: hover) {
  .menu-item:not(.inactive):hover {
    color: var(--Color, #14FF00);
  }
}
.menu-item.inactive a {
  pointer-events: none;
  opacity: 0.5;
}
.menu-item a {
  display: block;
  font-family: "Helvetica", sans-serif;
  color: var(--Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  text-transform: capitalize;
  transition: color 0.2s linear;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .menu-item a {
    font-size: 1.111vw;
  }
}
@media (any-hover: hover) {
  .page_item:not(.inactive):hover {
    color: var(--Color, #14FF00);
  }
}
.page_item.inactive a {
  pointer-events: none;
  opacity: 0.5;
}
.page_item a {
  display: block;
  font-family: "Helvetica", sans-serif;
  color: var(--Color, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  text-transform: capitalize;
  transition: color 0.2s linear;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .page_item a {
    font-size: 1.111vw;
  }
}
.current_page_item {
  display: none;
}
.header-lang {
  width: 75px;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  user-select: none;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header-lang {
    width: 5.208vw;
    height: 2.778vw;
    font-size: 1.111vw;
  }
}
.header-lang-inner {
  width: 100%;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 19.5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.header-lang-inner img {
  width: 22px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header-lang-inner img {
    width: 1.528vw;
  }
}
.header-lang-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 40px;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s linear;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .header-lang-active {
    gap: 0.556vw;
    height: 2.778vw;
    padding: 0 0.694vw;
  }
}
.header-lang-active::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 4px;
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease-in-out;
}
.header-lang-active.active::after {
  transform: rotate(180deg);
}
.header-lang-list {
  display: none;
}
.header-lang-list a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 10px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
}
.header-lang-list a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-lang-list a.hidden {
  display: none;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  width: fit-content;
  min-width: 300px;
  border-radius: 41px;
  border: 1px solid var(--Color, #FFF);
  overflow: hidden;
  color: var(--Color, #FFF);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .btn {
    gap: 0.694vw;
    min-width: 20.833vw;
    padding: 1.042vw 1.389vw;
    font-size: 1.597vw;
    border-radius: 2.847vw;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 19px;
    min-width: unset;
  }
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.loading {
  pointer-events: none;
  cursor: wait;
}
.btn.loading::after {
  content: "...";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  animation: dots 0.6s infinite;
  color: #000;
  font-size: 50px;
  position: absolute;
  z-index: 2;
  inset: 0;
}
@media (any-hover: hover) {
  .btn:not(:disabled):hover {
    background: #fff;
    color: #000;
  }
  .btn:not(:disabled):hover::before {
    filter: brightness(0) saturate(100%);
  }
  .btn:not(:disabled):active {
    transform: translateY(2px);
  }
}
.btn.w100 {
  width: 100%;
}
.btn--arrow::before, .btn--view::before {
  content: "";
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out;
}
.btn--arrow::before {
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' viewBox='0 0 17 11' fill='none'%3E%3Cpath d='M1 1L8.5 9L16 1' stroke='%2300F0FF' stroke-width='2'/%3E%3C/svg%3E");
}
@media (max-width: 1439px) and (min-width: 768px) {
  .btn--arrow::before {
    width: 1.042vw;
    height: 0.625vw;
  }
}
.btn--view::before {
  width: 29px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18' viewBox='0 0 30 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.2179 9.61958C29.3109 9.48363 29.4039 9.34766 29.5 9.21433L29.4983 8.7844C29.471 8.73461 29.4461 8.68331 29.4212 8.63204C29.3674 8.5213 29.3137 8.41069 29.2361 8.31568C27.5301 6.1849 25.5376 4.34827 23.0972 2.97821C20.1467 1.32153 16.9754 0.563503 13.5413 0.871672C11.1821 1.0834 9.00174 1.80372 6.97456 2.93996C4.51322 4.31164 2.50023 6.15311 0.776666 8.29521C0.407211 8.751 0.408346 9.24665 0.776666 9.7046C2.27038 11.5612 3.98429 13.2022 6.03928 14.5038C9.20321 16.508 12.66 17.4713 16.4817 17.1271C18.4492 16.9476 20.3016 16.4094 22.0609 15.5647C24.6369 14.3266 26.768 12.5697 28.592 10.4648C28.8208 10.2002 29.0193 9.90992 29.2179 9.61958ZM14.8131 14.7845C11.4903 14.7253 8.84851 12.053 8.91093 8.81242H8.90923C8.96995 5.67308 11.7871 3.15816 15.1792 3.21149C18.502 3.26699 21.1478 5.94084 21.0865 9.18146C21.0269 12.3127 18.191 14.8443 14.8131 14.7845ZM18.152 8.94329C18.1476 7.25247 16.7209 5.84781 15.0113 5.84781C14.1733 5.85225 13.371 6.18727 12.7786 6.78006C12.1862 7.37285 11.8517 8.17551 11.8477 9.01361C11.8471 10.7301 13.2619 12.1494 14.9758 12.1522C16.735 12.1554 18.1564 10.7202 18.152 8.94329Z' fill='%2300F0FF'/%3E%3C/svg%3E");
}
@media (max-width: 1439px) and (min-width: 768px) {
  .btn--view::before {
    width: 2.014vw;
    height: 1.181vw;
  }
}
.btn-back {
  display: block;
  width: fit-content;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
}
.btn-back::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  transition: transform 0.2s linear;
  transform: translateX(0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
@media (any-hover: hover) {
  .btn-back:hover::before {
    transform: translateX(-110%);
  }
}
@keyframes dots {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
.intro {
  margin-bottom: 50px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro {
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-bottom: 27px;
  }
}
.intro-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: center;
  gap: 75px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-inner {
    grid-template-columns: 1fr 26.389vw;
    gap: 5.208vw;
    padding-bottom: 7.639vw;
  }
}
@media (max-width: 767px) {
  .intro-inner {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-bottom: 64px;
  }
  .intro-inner .btn {
    width: 100%;
  }
}
.intro-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-content {
    gap: 3.472vw;
  }
}
@media (max-width: 767px) {
  .intro-content {
    gap: 27px;
  }
}
.intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-list {
    gap: 4.861vw;
  }
}
@media (max-width: 767px) {
  .intro-list {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}
@media (max-width: 767px) {
  .intro-item {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .intro-item .text-m {
    max-width: 186px;
  }
}
.intro-issue {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 20px;
  min-height: 517px;
  border-radius: 18px;
  border: 1px solid var(--Color, #FFF);
  background-image: url("../images/Intersect.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .intro-issue:not(._dynamic_adapt_) {
    display: none;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-issue {
    padding: 1.111vw 1.389vw;
    min-height: 35.903vw;
    border-radius: 1.25vw;
  }
}
@media (max-width: 767px) {
  .intro-issue {
    background-image: none;
    padding: 0;
    border: none;
    min-height: unset;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.intro-issue-img {
  width: 574px;
  height: 572px;
  position: absolute;
  left: -60px;
  top: -100px;
  z-index: 2;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-issue-img {
    width: 39.861vw;
    height: 39.722vw;
    left: -4.167vw;
    top: -6.944vw;
  }
}
@media (max-width: 767px) {
  .intro-issue-img {
    display: none;
  }
}
.intro-issue-img::before {
  content: "";
  width: 114px;
  height: 114px;
  background-image: url("../images/pointer.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 53px;
  bottom: 109px;
  z-index: 2;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-issue-img::before {
    width: 7.917vw;
    height: 7.917vw;
    right: 3.681vw;
    bottom: 7.569vw;
  }
}
.intro-issue-text {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 21px;
  line-height: 1.2;
  position: relative;
  z-index: 3;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-issue-text {
    font-size: 1.458vw;
    gap: 0.972vw;
  }
}
@media (max-width: 767px) {
  .intro-issue-text {
    font-size: 21px;
  }
}
.intro-issue-text::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: #F00;
  border-radius: 50%;
  animation: blink 1s infinite;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-issue-text::before {
    width: 1.111vw;
    height: 1.111vw;
  }
}
.intro-marquee {
  display: flex;
  align-items: center;
}
.intro-marquee-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 40s -40s linear infinite;
  will-change: transform;
  line-height: 32px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .intro-marquee-item {
    line-height: 2.222vw;
  }
}
.intro-marquee-item:nth-child(2) {
  animation: marquee2 40s -20s linear infinite;
}
.intro-marquee-item span {
  margin: 0 10px;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.catalog {
  margin-bottom: 100px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog {
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 767px) {
  .catalog {
    margin-bottom: 85px;
  }
}
.catalog-slider {
  margin-bottom: 75px;
  border-top: 1px solid var(--Color, #FFF);
  border-bottom: 1px solid var(--Color, #FFF);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-slider {
    margin-bottom: 5.208vw;
  }
}
@media (max-width: 767px) {
  .catalog-slider {
    margin-bottom: 65px;
  }
}
.catalog-slide {
  height: 637px;
  width: 484px;
  padding: 48px 48px 72px;
  border-left: 1px solid var(--Color, #FFF);
  border-right: 1px solid var(--Color, #FFF);
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-slide {
    height: 44.236vw;
    width: 33.611vw;
    padding: 3.333vw 3.333vw 5vw;
  }
}
@media (max-width: 767px) {
  .catalog-slide {
    width: 312px;
    height: 411px;
    padding: 30px 30px 46px;
  }
}
@media (any-hover: hover) {
  .catalog-slide:hover .catalog-img {
    transform: scale(1.1);
  }
}
.catalog-img {
  height: 100%;
  transition: transform 0.2s linear;
}
.catalog-img img {
  object-fit: cover;
}
.catalog-title {
  padding: 0 48px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-title {
    padding: 0 3.333vw;
    bottom: 1.667vw;
  }
}
@media (max-width: 767px) {
  .catalog-title {
    bottom: 10px;
    padding: 0 30px;
  }
}
.catalog-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 210px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-text {
    gap: 0.694vw;
    max-width: 14.583vw;
  }
}
.catalog-text::before {
  content: "";
  flex-shrink: 0;
  width: 29px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18' viewBox='0 0 30 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.2179 9.61958C29.3109 9.48363 29.4039 9.34766 29.5 9.21433L29.4983 8.7844C29.471 8.73461 29.4461 8.68331 29.4212 8.63204C29.3674 8.5213 29.3137 8.41069 29.2361 8.31568C27.5301 6.1849 25.5376 4.34827 23.0972 2.97821C20.1467 1.32153 16.9754 0.563503 13.5413 0.871672C11.1821 1.0834 9.00174 1.80372 6.97456 2.93996C4.51322 4.31164 2.50023 6.15311 0.776666 8.29521C0.407211 8.751 0.408346 9.24665 0.776666 9.7046C2.27038 11.5612 3.98429 13.2022 6.03928 14.5038C9.20321 16.508 12.66 17.4713 16.4817 17.1271C18.4492 16.9476 20.3016 16.4094 22.0609 15.5647C24.6369 14.3266 26.768 12.5697 28.592 10.4648C28.8208 10.2002 29.0193 9.90992 29.2179 9.61958ZM14.8131 14.7845C11.4903 14.7253 8.84851 12.053 8.91093 8.81242H8.90923C8.96995 5.67308 11.7871 3.15816 15.1792 3.21149C18.502 3.26699 21.1478 5.94084 21.0865 9.18146C21.0269 12.3127 18.191 14.8443 14.8131 14.7845ZM18.152 8.94329C18.1476 7.25247 16.7209 5.84781 15.0113 5.84781C14.1733 5.85225 13.371 6.18727 12.7786 6.78006C12.1862 7.37285 11.8517 8.17551 11.8477 9.01361C11.8471 10.7301 13.2619 12.1494 14.9758 12.1522C16.735 12.1554 18.1564 10.7202 18.152 8.94329Z' fill='%2300F0FF'/%3E%3C/svg%3E");
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-text::before {
    width: 2.014vw;
    height: 1.181vw;
  }
}
.catalog-nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-nav {
    gap: 3.472vw;
  }
}
@media (max-width: 767px) {
  .catalog-nav {
    flex-direction: column;
    gap: 70px;
  }
  .catalog-nav .btn {
    width: 100%;
  }
}
.catalog-nav .swiper-scrollbar {
  width: 100%;
  flex-grow: 1;
  height: 2px;
  background: #fff;
  position: relative;
  left: unset;
}
@media (max-width: 767px) {
  .catalog-nav .swiper-scrollbar {
    width: 95%;
  }
}
.catalog-nav .swiper-scrollbar-drag {
  cursor: grab;
  background: #fff;
}
.catalog-nav .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.catalog-nav .swiper-scrollbar-drag::before {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Ccircle cx='28' cy='28' r='27' fill='%23000' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='28' cy='28' r='6' fill='%23fff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .catalog-nav .swiper-scrollbar-drag::before {
    width: 3.889vw;
    height: 3.889vw;
  }
}
.static {
  margin-bottom: 190px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static {
    margin-bottom: 13.194vw;
  }
}
@media (max-width: 767px) {
  .static {
    margin-bottom: 100px;
  }
}
.static-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 80px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-inner {
    gap: 5.556vw;
  }
}
@media (max-width: 767px) {
  .static-inner {
    gap: 36px;
  }
}
.static-item {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-item {
    gap: 4.167vw;
  }
}
@media (max-width: 767px) {
  .static-item {
    gap: 36px;
    flex-direction: column !important;
  }
}
.static-item:nth-child(1) {
  flex-direction: row-reverse;
  align-items: center;
}
.static-item:nth-child(1) .static-img {
  width: 605px;
  height: 357px;
  flex-shrink: 0;
  border: 1px solid #025A00;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-item:nth-child(1) .static-img {
    width: 42.014vw;
    height: 24.792vw;
  }
}
.static-item:nth-child(1) .static-title {
  max-width: 398px;
}
.static-item:nth-child(2) .static-img {
  width: 630px;
  height: 357px;
  border: 1px solid var(--Color, #FFF);
  flex-shrink: 0;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-item:nth-child(2) .static-img {
    width: 43.75vw;
    height: 24.792vw;
  }
}
.static-item:nth-child(2) .static-title {
  max-width: 403px;
}
.static-item:nth-child(3) {
  margin-top: -220px;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-item:nth-child(3) {
    margin-top: -15.278vw;
  }
}
@media (max-width: 767px) {
  .static-item:nth-child(3) {
    margin-top: unset;
  }
}
.static-item:nth-child(3) .static-img {
  width: 389px;
  height: 512px;
  border: 1px solid #1F0000;
  flex-shrink: 0;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-item:nth-child(3) .static-img {
    width: 27.014vw;
    height: 35.556vw;
  }
}
@media (min-width: 768px) {
  .static-item:nth-child(3) .static-title {
    text-align: right;
  }
}
.static-img {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-img {
    border-radius: 1.25vw;
  }
}
@media (max-width: 767px) {
  .static-img {
    width: 100% !important;
    height: 55.556vw !important;
  }
}
.static-img img {
  object-fit: cover;
}
.static-title {
  font-size: 59px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-title {
    font-size: 4.097vw;
  }
}
@media (max-width: 767px) {
  .static-title {
    font-size: 49px;
  }
}
.static-lable {
  position: absolute;
  left: 48px;
  top: 38px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .static-lable {
    left: 3.333vw;
    top: 2.639vw;
  }
}
@media (max-width: 767px) {
  .static-lable {
    top: 20px;
    left: 25px;
  }
}
.static-text {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.format {
  margin-bottom: 160px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format {
    margin-bottom: 11.111vw;
  }
}
@media (max-width: 767px) {
  .format {
    padding-top: 80px;
    margin-bottom: 88px;
  }
}
.format-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format-inner {
    gap: 5.208vw;
  }
}
@media (max-width: 767px) {
  .format-inner {
    flex-direction: column;
    gap: 115px;
  }
}
.format-item {
  width: 459px;
  height: 459px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format-item {
    width: 31.875vw;
    height: 31.875vw;
  }
}
@media (max-width: 767px) {
  .format-item {
    width: 340px;
    height: 340px;
  }
}
@media (any-hover: hover) {
  .format-item:hover .format-img img {
    transform: scale(1.15);
  }
}
.format-item--digital {
  border: 3px solid rgba(0, 240, 255, 0.2);
}
.format-item--digital .format-img {
  width: 380px;
  height: 395px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format-item--digital .format-img {
    width: 26.389vw;
    height: 27.431vw;
  }
}
@media (max-width: 767px) {
  .format-item--digital .format-img {
    width: 282px;
    height: 292px;
  }
}
.format-item--print {
  border: 3px solid rgba(20, 255, 0, 0.2);
}
.format-item--print .format-img {
  width: 450px;
  height: 428px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format-item--print .format-img {
    width: 31.25vw;
    height: 29.722vw;
  }
}
@media (max-width: 767px) {
  .format-item--print .format-img {
    width: 334px;
    height: 317px;
  }
}
.format-head {
  max-width: 332px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format-head {
    max-width: 23.056vw;
  }
}
@media (max-width: 767px) {
  .format-head {
    top: -40px;
  }
}
.format-head .title-l {
  text-align: center;
}
.format-img {
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .format-img {
    bottom: -4.861vw;
  }
}
@media (max-width: 767px) {
  .format-img {
    bottom: -40px;
  }
}
.format-img img {
  transition: transform 0.2s linear;
}
.distribution {
  margin-bottom: 90px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .distribution {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 767px) {
  .distribution {
    margin-bottom: 75px;
    gap: 48px;
  }
}
.distribution-inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .distribution-inner {
    gap: 4.861vw;
  }
}
@media (max-width: 767px) {
  .distribution-inner {
    gap: 48px;
  }
}
.distribution-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .distribution-list {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.distribution-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .distribution-item {
    gap: 2.778vw;
  }
}
.distribution-icon {
  width: 130px;
  height: 130px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .distribution-icon {
    width: 9.028vw;
    height: 9.028vw;
  }
}
.contacts {
  margin-bottom: 155px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .contacts {
    margin-bottom: 10.764vw;
  }
}
@media (max-width: 767px) {
  .contacts {
    margin-bottom: 110px;
  }
}
.contacts-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 140px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .contacts-inner {
    gap: 9.722vw;
  }
}
@media (max-width: 767px) {
  .contacts-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .contacts-inner .modal-block {
    align-items: flex-start;
  }
}
.library {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library {
    margin-bottom: 8.333vw;
  }
}
.library-inner {
  position: relative;
}
.library-head {
  display: flex;
  flex-direction: column;
  gap: 75px;
  margin-bottom: 75px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-head {
    gap: 5.208vw;
    margin-bottom: 5.208vw;
  }
}
@media (max-width: 767px) {
  .library-head {
    gap: 45px;
    margin-bottom: 45px;
  }
}
.library-head .title-l span {
  display: block;
}
.library-picture {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .library-picture {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.library-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-body {
    gap: 8.333vw;
    margin-bottom: 8.333vw;
  }
}
@media (max-width: 767px) {
  .library-body {
    gap: 80px;
    margin-bottom: 45px;
  }
}
.library-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 50px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-wrapper {
    gap: 3.472vw;
  }
}
@media (max-width: 767px) {
  .library-wrapper {
    grid-area: 45px;
  }
}
.library-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-block {
    gap: 1.389vw;
  }
}
@media (max-width: 767px) {
  .library-block {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .library-block .title-m {
    text-align: center;
  }
}
.library-slider {
  width: 100%;
  height: 480px;
  border-top: 1px solid var(--Color, #FFF);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-slider {
    height: 33.333vw;
  }
}
@media (max-width: 767px) {
  .library-slider {
    width: calc(100% + 40px);
    height: 412px;
    margin-left: -20px;
  }
}
.library-slide {
  padding: 35px 35px 55px;
  border: 1px solid var(--Color, #FFF);
  border-top: none;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-slide {
    padding: 2.431vw 2.431vw 3.819vw;
  }
}
@media (max-width: 767px) {
  .library-slide {
    max-width: 312px;
    padding: 30px 30px 45px;
  }
}
@media (any-hover: hover) {
  .library-slide:hover .library-img {
    transform: scale(1.1);
  }
}
.library-slide--external {
  border: none;
}
.library-img {
  height: 100%;
  transition: transform 0.2s linear;
}
.library-img img {
  object-fit: cover;
}
.library-title {
  padding: 0 35px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .library-title {
    padding: 0 2.431vw;
    bottom: 0.694vw;
  }
}
@media (max-width: 767px) {
  .library-title {
    padding: 0 30px;
  }
}
.modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.modal-wrapper {
  height: auto;
  width: 100%;
  max-width: 984px;
  margin: auto;
  padding: 60px 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid var(--Color, #FFF);
  background-image: url("../images/modal-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .modal-wrapper {
    max-width: 68.333vw;
    padding: 4.167vw 4.861vw;
    gap: 0.694vw;
  }
}
@media (max-width: 767px) {
  .modal-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding: 67px 20px 100px;
  }
}
.modal-close {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 17L17 1M1 1L17 17' stroke='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 20px;
  transition: 0.2s linear;
}
@media (any-hover: hover) {
  .modal-close:hover {
    transform: scale(1.1);
  }
}
.modal-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .modal-block {
    gap: 2.778vw;
  }
}
@media (max-width: 767px) {
  .modal-block {
    gap: 15px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modal-block .btn {
    font-size: 16px;
    text-transform: unset;
  }
}
.modal-title {
  color: var(--Color, #FFF);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .modal-title {
    font-size: 2.431vw;
  }
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 25px;
    line-height: 2;
  }
}
.modal-socials {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .modal-socials {
    gap: 1.736vw;
  }
}
.modal-social {
  display: block;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  transition: opacity 0.2s linear;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .modal-social {
    width: 4.306vw;
    height: 4.306vw;
  }
}
@media (any-hover: hover) {
  .modal-social:hover {
    opacity: 0.5;
  }
}
.footer {
  margin-top: auto;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 35px;
  }
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .footer-inner {
    gap: 4.861vw;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.footer-logo {
  width: 148px;
  height: 49px;
  flex-shrink: 0;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .footer-logo {
    width: 10.278vw;
    height: 3.403vw;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    order: 1;
  }
}
.footer-menu {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer-menu {
    margin-left: unset;
    order: 3;
  }
}
.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .footer-menu ul {
    gap: 2.431vw;
  }
}
@media (max-width: 767px) {
  .footer-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.footer-menu a {
  display: block;
  width: fit-content;
  font-family: "Helvetica", sans-serif;
  color: var(--Color, #FFF);
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .footer-menu a {
    font-size: 1.111vw;
  }
}
.footer-menu a::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  transition: transform 0.2s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0);
}
@media (any-hover: hover) {
  .footer-menu a:hover::before {
    transform: translateX(-110%);
  }
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .footer-socials {
    gap: 2.083vw;
  }
}
@media (max-width: 767px) {
  .footer-socials {
    order: 2;
    gap: 15px;
  }
}
.footer-social {
  display: block;
  width: 33.839px;
  height: 33.839px;
  flex-shrink: 0;
  transition: 0.2s linear;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .footer-social {
    width: 2.35vw;
    height: 2.35vw;
  }
}
.footer-social:hover {
  transform: scale(1.1);
}
