
@font-face {
  font-family: TitilliumWeb-Light;
  src: url('/assets/fonts/TitilliumWeb-Light.woff2');
  font-display: swap;
}
@font-face {
  font-family: TitilliumWeb-Regular;
  src: url('/assets/fonts/TitilliumWeb-Regular.woff2');
  font-display: swap;
}
@font-face {
  font-family: TitilliumWeb-SemiBold;
  src: url('/assets/fonts/TitilliumWeb-SemiBold.woff2');
  font-display: swap;
}
h1 {
  font-size: 120px;
  line-height: 150%;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 60px;
  line-height: 140%;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  font-weight: 400;
}
h3 {
  font-size: 45px;
  line-height: 140%;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  font-weight: 400;
}
body {
  background: #fff;
  font-family: 'TitilliumWeb-Regular', sans-serif;
  font-weight: 400;
  cursor: default;
}
a {transition: 0.3s all;}

.d-flex {display: flex;}
.color-white {color: #fff;}
.color-dark {color: #19191C;}
.color-cherry {color: #800020;}
.background-dark {background: #19191C;}
.box-padding {
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto;
}
.home-page .container-mb {margin-bottom: 198px !important;}
.about-page .container-mb {margin-bottom: 69px !important;}
.about-page .about-container-2 {margin-bottom: 110px !important;}
.about-page .about-container-3 {margin-bottom: 90px !important;}
.about-page .about-container-4,
.products .container-mb {margin-bottom: 200px !important;}
.policy-page .container-mb {margin-bottom: 100px;}
.container-title-mb {margin-bottom: 50px !important;}
.container-about-title-mb {margin-bottom: 100px !important;}
.text-description {
  font-size: 30px;
  line-height: 140%;
}
.text-description-sm {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  font-family: 'TitilliumWeb-Light', sans-serif;
}
.gate-page .gate-container-3 .item-last {margin-bottom: 0 !important;}
/*header*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 68px;
  z-index: 99999;
  transition: 1s;
}
.header-mobile {display: none; flex-direction: column;}
.header-desktop {
  align-items: center;
  justify-content: space-between;
}
.header-desktop .header-desktop-logo-box {
  background: #fff;
  width: 131px;
  height: 28px;
  padding: 21px 52px 19px 51px;
  border-radius: 0 0 10px 0;
  width: 131px;
}
.header-desktop .header-desktop-empty {
  width: calc(100% - 503px - 234px);
  height: 68px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.header-desktop .header-desktop-empty-1,
.header-mobile .header-mobile-empty-1 {
  background-color: #fff;
  width: 101%;
  height: 10px;
  margin-left: -0.5%;
}
.header-desktop .header-desktop-links-box {
  align-items: center;
  background: #fff;
  padding: 10px 10px 10px 38px;
  border-radius: 0 0 0 10px;
  width: 503px;
  justify-content: space-between;
  box-sizing: border-box;
}
.header-desktop .header-desktop-links-box a,
.header-desktop .header-desktop-links-box p {
  font-size: 14px;
  line-height: 150%;
  transition: 0.3s all;
  align-items: center;
}
.header-desktop .header-desktop-links-box .links {border-bottom: 1px solid transparent; cursor: pointer;}
.header-desktop .contact-us-btn,
.top-container-footer-btn-mobile .contact-us-btn,
.header-mobile .contact-us-btn {
  width: 247px;
  height: 48px;
  border-radius: 10px;
  background: #19191C;
  box-sizing: border-box;
  padding: 12px;
  justify-content: space-between;
  cursor: pointer;
  margin-left: -7px;
  transition: 1s all;
}
.top-container-footer-btn-mobile .contact-us-btn span,
.header-desktop .contact-us-btn span,
.header-mobile .contact-us-btn span {
  background: #474749;
  border-radius: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 2.5px 8px;
}
.top-container-footer-btn-mobile .contact-us-btn img,
.header-desktop .contact-us-btn img,
.header-mobile .contact-us-btn img {transition: 1s all;}
.header .header-desktop-links-box .links:hover,
.header .header-desktop-links-box .links:focus,
.header .header-desktop-products-active .products-menu {border-bottom: 1px solid #19191C;}
.top-container-footer-btn-mobile .contact-us-btn:hover,
.top-container-footer-btn-mobile .contact-us-btn:focus,
.header-desktop .contact-us-btn:hover,
.header-desktop .contact-us-btn:focus,
.header-mobile .contact-us-btn:hover,
.header-mobile .contact-us-btn:focus {background: #000;}
.top-container-footer-btn-mobile .contact-us-btn:hover span,
.top-container-footer-btn-mobile .contact-us-btn:focus span,
.header-desktop .contact-us-btn:hover span,
.header-desktop .contact-us-btn:focus span,
.header-mobile .contact-us-btn:hover span,
.header-mobile .contact-us-btn:focus span {background: #333333;}
.top-container-footer-btn-mobile .contact-us-btn:hover img,
.top-container-footer-btn-mobile .contact-us-btn:focus img,
.header-desktop .contact-us-btn:hover img,
.header-desktop .contact-us-btn:focus img,
.header-mobile .contact-us-btn:hover img,
.header-mobile .contact-us-btn:focus img {rotate: 135deg;}
.header .header-desktop .header-desktop-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 106px;
  height: 136px;
  background: #fff;
  transition: 0.3s all;
  border-radius: 0px 0px 10px 10px;
  margin-left: -15px;
  padding-top: 23px;
  padding-bottom: 10px;
  padding: 23px 10px 10px;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
}
.header .header-desktop .header-desktop-products:hover .header-desktop-hidden,
.header .header-desktop .header-desktop-products:focus .header-desktop-hidden {
  visibility: visible;
  opacity: 1;
}
.header .header-desktop .header-desktop-hidden .links {
  width: fit-content;
  height: 23px;
}
.header .header-desktop .header-desktop-hidden .links span {
  vertical-align: middle;
  margin-right: 5px;
}
.header .header-desktop .header-desktop-hidden .links img {height: 14px;}
.header .header-desktop--before-header,
.header .header-desktop--after-header,
.header .header-desktop .header-desktop--before-links,
.header .header-mobile .header-desktop--before-links,
.header .header-desktop .header-desktop--after-logo {
  width: 50px;
  height: 50px;
  position: relative;
  background: transparent;
}
.header .header-desktop--before-header,
.header .header-desktop--after-logo {
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-radius: 15px 0;
}
.header .header-desktop--after-header,
.header .header-desktop .header-desktop--before-links,
.header .header-mobile .header-desktop--before-links {
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-radius: 0 15px;
}
.header .header-desktop--before-header {top: 63px; left: 5px;}
.header .header-desktop--after-header {top: 29px; right: 60px;}
.header .header-desktop--after-logo {top: -49px; left: 178px;}
.header .header-desktop .header-desktop--before-links {top: -29px; right: 553px;}

.home-page .home-container-1-footer-btn-after {
  margin-right: -15px;
  margin-top: 18px;
  width: 15px;
  height: 50px;
}
/*mobile*/
.header-mobile .header-desktop-logo-box {
  background: #fff;
  width: 131px;
  height: 28px;
  padding: 19px 18px 15px 10px;
  border-radius: 0 0 10px 0;
}
.header-mobile .header-mobile-empty {
  width: calc(100% - 47px - 159px);
  height: 63px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.header .header-mobile .header-desktop--after-logo {
  position: relative;
  top: -47.2px;
  left: 144px;
  width: 20px;
  height: 20px;
}
.header .header-mobile .header-mobile-btn {
  background: #fff;
  width: 34px;
  height: 36px;
  padding: 26px 0px 0 14px;
  border-radius: 0 0px 0px 10px;
}
.header .header-mobile .header-desktop--after-header {
  width: 30px;
  height: 20px;
  top: 5.1px;
  right: 78px;
}
.header .header-mobile .header-desktop--before-links {
  width: 20px;
  height: 20px;
  top: 57px;
  left: -30px;
}
.policy-page .header .header-desktop--before-header,
.policy-page .header .header-desktop--after-header,
.about-page .header .header-desktop--before-header,
.about-page .header .header-desktop--after-header,
.header-fixed .header-desktop--before-header,
.header-fixed .header-desktop--after-header,
.header-fixed .header-mobile .header-desktop--before-links,
.header .header-desktop-before-header,
.header .header-desktop-after-header,
.header .header-desktop .header-desktop-before-links,
.header .header-desktop .header-desktop-after-logo,
.header .header-mobile .header-desktop-after-logo,
.about-page .header-mobile .header-desktop--before-links,
.header .header-mobile .header-desktop-before-links {width: 0; height: 0;}
.header .header-mobile .header-mobile-1,
.header .header-mobile .header-mobile-2 {width: 100%;}
.header .header-mobile .header-mob-btn {
  width: 20px;
  height: 14px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.header .header-mobile .header-mob-btn span {
  height: 1.5px;
  width: 100%;
  background: #000;
  border-radius: 10px;
  display: block;
  transition: 0.5s all;
}
.header-mob-active .header-mobile .header-mob-btn span.header-mob-btn-1 {
  -webkit-transform: rotate(45deg) translate(3.7px, 5px);
  transform: rotate(45deg) translate(3.7px, 5px);
}
.header-mob-active .header-mobile .header-mob-btn span.header-mob-btn-3 {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}
.header-mob-active .header-mobile .header-mob-btn span.header-mob-btn-2 {opacity: 0;}
.header-mob-active {background: #fff; height: 240px !important; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);}
.header-mob-active .header-desktop--before-header,
.header-mob-active .header-desktop--after-header,
.header-mob-active .header-desktop--before-links,
.header-mob-active .header-desktop--after-logo {display: none;}
.header .header-mobile .header-mobile-2 .header-desktop-links-box {
  box-sizing: border-box;
  padding: 17px 10px;
}
.header .header-mobile .header-mobile-2,
.header .header-mobile .mobile-products-menu {
  max-height: 0;
  transition: max-height 0.7s ease-out;
  overflow: hidden;
}
.header .header-mobile .mobile-products-menu {
  flex-direction: column;
  margin-bottom: 18px;
  margin-top: -6px;
}
.header .header-mobile .products-menu {margin-bottom: 18px;}
.products-mobile-menu-active .header .header-mobile .products-menu {margin-bottom: 24px;}
.header .header-mobile .mobile-products-menu .links {
  font-size: 16px;
  margin-bottom: 12.5px;
}
.header .header-mobile .mobile-products-menu .links span {margin-right: 6px;}
.header .header-mobile .mobile-products-menu .links span img {position: relative; top: 2px;}
.header-mob-active .header-mobile .header-mobile-2 {max-height: 180px;}
.products-mobile-menu-active .header-mob-active .header-mobile .header-mobile-2 {max-height: 310px;}
.products-mobile-menu-active .header-mob-active .header-mobile .mobile-products-menu {
  max-height: 116px;
  margin-bottom: 24px;
}
.header-mob-menu-active .header {transition: 0.7s;}
.products-mobile-menu-active .header-mob-active {height: 370px !important;}
.header-mobile-2 .links {
  font-size: 20px;
  margin-bottom: 30px;
  width: fit-content;
}
.header-mobile .header-mobile-2 .products-menu img {
  width: 12px;
  height: 10px;
  top: 0.5px !important;
  margin-left: 7px;
}
.header-mobile .contact-us-btn {
  width: 100%;
  margin-top: 25px;
  margin-left: 0;
  font-size: 14px;
  align-items: center;
}
.header-mobile .contact-us-btn span {padding: 4px 7px;}
.header-mob-menu-active {overflow: hidden;}
/*home page*/
.home-page .home-container-1-title-box {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 75px;
  padding: 0 40px;
  box-sizing: border-box;
  height: fit-content;
}
.home-page .home-container-1-title-box .home-container-1-title-2 {text-align: right; margin-top: -25px;}
.home-container-1--box {
  margin-top: 58px;
  height: 100%;
  background: url('/assets/img/home-page-top-background.webp');
  background-size: cover;
  background-repeat: no-repeat;
  width: 112%;
  background-position-x: -14px;
}
.home-page .home-container-1,
.products-container-1 {
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto;
  background: #fff;
  height: fit-content;
  width: 100%;
  padding-bottom: 10px;
}
.home-page .home-container-1-box {
  height: 917px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  /*background img*/
}
.home-page .home-container-1-footer {
  background: transparent;
  width: 100%;
  height: 72px;
  margin-top: -68px;
}
.products .products-container-1-footer-btn-box,
.home-page .home-container-1-footer-btn-box {
  background: #fff;
  width: 440px;
  height: 100%;
  border-radius: 0px 10px 0px 0px;
  margin-left: -2px;
  display: flex;
  justify-content: flex-end;
}
.home-page .home-container-1-footer-btn-box .home-container-1-footer-btn {
  background: #19191C;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  align-content: center;
  padding: 15px 17px 12px;
  box-sizing: border-box;
  margin-right: 16px;
  margin-top: 10px;
}
.home-page .home-container-1--before-footer {width: 0; height: 0;}
.home-page .home-container-1--before--footer {
  position: relative;
  top: -118px;
  width: 50px;
  height: 50px;
  right: 5px;
}
.products .products-container-1-footer-btn-after,
.home-page .home-container-1-footer-btn-after {
  margin-right: -15px;
  margin-top: 18px;
  width: 15px;
  height: 50px;
}
.products .products-container-1-footer-mobile .products-container-1-footer-btn-after,
.home-page .home-container-1-footer-btn-after,
.home-page .home-container-1--before--footer {
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  border-radius: 0 15px;
  background: transparent;
}
.home-page .home-container-2 .home-container-2-box-2 {margin-bottom: 100px;}
.home-page .home-container-2 .home-container-2-box-3-item {
  width: 23.7%;
  border-radius: 10px;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 24px
}
.home-page .home-container-2 .home-container-2-box-3-item-img img {
  width: 46.82px;
  height: 46.82px;
}
.home-page .home-container-2 .home-container-2-box-3-item-title p {
  font-size: 35px;
  line-height: 140%;
  margin-top: 61px;
}
.home-page .home-container-3 .home-container-3-box-2 {margin-bottom: 100px;}
.home-page .home-container-3 .home-container-3-box-2-2 .text-description {max-width: 80%; margin-bottom: 24px;}
.home-page .home-container-3 .home-container-3-box-2-2 .text-description-sm {max-width: 75%;}
.home-page .home-container-3 .home-container-3-box-3 {margin-bottom: 200px !important;}
.home-page .home-container-4 .home-container--4 {padding: 0 40px;}
.home-page .home-container-5 .home-container-5-box-2--2 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-page .home-container-5 .home-container-5-box-2-item-title {
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 1s;
  box-sizing: border-box;
  padding: 22px 0px;
  justify-content: space-between;
  border-top: 1px solid #D1D1D2;
}
.home-page .home-container-5 .home-container-5-box-2-item-title-last {border-bottom: 1px solid #D1D1D2;}
.home-page .home-container-5 .home-container-5-box-2-item-title:hover,
.home-page .home-container-5 .home-container-5-box-2-item-title:focus {cursor: pointer;}
.home-page .home-container-5 .home-container-5-box-2-item-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height .7s ease-out;
  padding: 0;
  margin-top: 4px;
  max-width: calc(100% - 60px);
}
.home-page .home-container-5 .home-container-5-box-2-item-title p {
  font-size: 24px;
  line-height: 140%;
}
.home-page .home-container-5 .home-container-5-box-2-item-desc p {
  opacity: 0.7;
  font-size: 16px;
  line-height: 22.5px;
}
.home-page .home-container-5 .home-container-5-box-2-item-title .home-container-5-box-2-item-img {
  background: #fff;
  border: 1px solid #19191C;
  opacity: 0.2;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  place-content: center;
  text-align: center;
  transition: 1s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home-page .home-container-5 .home-container-5-box-2-item-title .home-container-5-box-2-item-img img {
  filter: invert(1);
  transition: 1s all;
  width: 13px;
  height: 14px;
}
.home-page .home-container-5 .home-container-5-box-2-item-title.active-quest .home-container-5-box-2-item-img {
  background: #19191C;
  opacity: 1;
}
.home-page .home-container-5 .home-container-5-box-2-item-title.active-quest .home-container-5-box-2-item-img img {rotate: 180deg;}
.home-page .home-container-5 .home-container-5-box-2-item-title.active-quest .home-container-5-box-2-item-img img {filter: unset;}
.home-page .home-container-5 .home-container-5-box-2-item-title .d-flex {justify-content: space-between;}
.home-page .home-container-3 .home-container-3-cards-up-scroll-item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 40px;
  margin-bottom: 24px;
  z-index: 1;
  /*transition: box-shadow 0.3s ease;
  height: 227px;*/
  box-sizing: border-box;
  clip-path: polygon(55px 0, 100% 0, 100% calc(100% - 55px), calc(100% - 55px) 100%, 0 100%, 0 55px);
  justify-content: space-between;
}
.home-page .home-container-3 .home-container-3-cards-up-scroll-item-1 {background: #FAFAFA;}
.home-page .home-container-3 .home-container-3-cards-up-scroll-item-2 {background: #F5F5F5;}
.home-page .home-container-3 .home-container-3-cards-up-scroll-item-3 {background: #F0F0F0;}
.home-page .home-container-3 .home-container-3-cards-up-scroll-title-1 {
  font-size: 20px;
  line-height: 140%;
  opacity: 0.8;
  width: 100%;
  max-width: 560px;
  margin-bottom: 24px;
}
.home-page .home-container-3 .home-container-3-cards-up-scroll-text-2 {
  font-size: 14px;
  line-height: 22.5px;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
.home-page .home-container-3 .home-container-3-cards-up-scroll-text-3 {
  font-size: 16px;
  line-height: 140%;
  opacity: 0.7;
  font-family: 'TitilliumWeb-Light', sans-serif;
}
.home-page .home-container-3 .home-container-3-cards-up-left {
  width: calc(100% - 350px);
  max-width: 700px;
  margin-top: 20px;
}
.home-page .home-container-3 .home-container-3-cards-up-right {width: 280px; align-content: center;}
.home-page .home-container-3 .home-container-3-cards-up-scroll-img {
  background: url('/assets/img/home-container-3-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding: 39px 26px 23px;
}
.home-page .home-container-3 .home-container-3-cards-up-scroll-img-text-1 {
  font-size: 80px;
  line-height: 120%;
  margin-bottom: 8px;
}
.home-page .home-container-3 .home-container-3-cards-up-scroll-img-text-2 {
  font-size: 16px;
  line-height: 22.5px;
}
.home-page .home-container-3 {height: 100vh; margin-bottom: 200px !important;}
.about-page .about-container-4 .about-container-4-box-2-item {
  width: fit-content;
  height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .about-container-4-box-2-img {
  width: 101px;
  height: 101px;
}
.about-page .about-container-4 .about-container-4-box--2 {justify-content: space-between;}
.about-page .about-container-4 .about-container-4-box-2-item-1 img {opacity: 0.2;}
.about-page .about-container-4 .about-container-4-box-2-item-2 img {opacity: 0.3;}
.about-page .about-container-4 .about-container-4-box-2-item-3 img {opacity: 0.5;}
.about-page .about-container-4 .about-container-4-box-2-item-4 img {opacity: 0.6;}
.about-page .about-container-4 .about-container-4-box-2-item-5 img {opacity: 0.8;}
.about-page .about-container-4 .about-container-4-box-2-item-6 img {opacity: 1;}
.about-page .about-container-4 .about-container-4-box-2-text {
  font-size: 20px;
  line-height: 140%;
  margin-top: 37px;
}
.home-page .home-container-5 .home-container-5-box-2-2 .text-description {margin-bottom: 50px; max-width: 92%;}
.column-left {width: 25.5%;}
.column-right {width: 74.5%;}
main {width: 100%;}
.home-page main,
.products {margin-top: -88px;}
.about-page main,
.policy-page main {margin-top: 140px;}
/*about page*/
.about-page .column-left {width: 25.3%;}
.about-page .column-right {width: 74.7%;}
.about-page .about-container-1 .about-container-1-box-1 {
  font-family: 'TitilliumWeb-Light', sans-serif;
  font-size: 18px;
  line-height: 150%;
}
.about-page .about-container-2 .about-container-2-text-spacer {width: 100%; display: block;}
.about-page .about-container-2-img {
  background-image: url('/assets/img/about-us-main-image.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-page .about-container-3 .about-container-3-box--item {
  background: #FAFAFA;
  width: 66.2%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  clip-path: polygon(42px 0, 100% 0, 100% calc(100% - 42px), calc(100% - 42px) 100%, 0 100%, 0 42px);
}
.about-page .about-container-3 .about-container-3-box-item-2 {
  justify-items: flex-end;
  margin-top: 42px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.about-page .about-container-3 .about-container-3-box-item-title {
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 15px;
}
.about-page .about-container-3 .about-container-3-box-item-text {
  font-size: 16px;
  line-height: 22.5px;
  max-width: 90%;
}
.about-page .about-container-3 .about-container-3-box-item-2 .about-container-3-box-item-text {max-width: 83%;}
.about-page .about-container-2-img {height: 473px;}
/*products pages*/
.home-page .home-container-1-box,
.products-container-1-box {
  /*height: 790px;*/
  max-height: 1641px;
  height: calc(100vh + 78px);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.gate-page .products-container-1-box .gate-container-1--box,
.securita-page .products-container-1-box .securita-container-1--box,
.coin-page .products-container-1-box .coin-container-1--box,
.bridge-page .products-container-1-box .bridge-container-1--box {
  margin-top: 58px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 112%;
  background-position-x: -14px;
}
.gate-page .products-container-1-box .gate-container-1--box {background: url('/assets/img/gate-page-top-background.webp');}
.securita-page .products-container-1-box .securita-container-1--box {background: url('/assets/img/securita-page-top-background.webp');}
.coin-page .products-container-1-box .coin-container-1--box {background: url('/assets/img/coin-page-top-background.webp');}
.bridge-page .products-container-1-box .bridge-container-1--box {background: url('/assets/img/bridge-page-top-background.webp');}
.gate-page .products-container-1-box .gate-container-1--box,
.securita-page .products-container-1-box .securita-container-1--box,
.coin-page .products-container-1-box .coin-container-1--box,
.bridge-page .products-container-1-box .bridge-container-1--box {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.products .products-top-description {
  font-size: 20px;
  line-height: 140%;
}
.gate-page .gate-container-1-title-box-right,
.securita-page .securita-container-1-title-box-right,
.bridge-page .bridge-container-1-title-box-right {
  flex-direction: column;
  justify-content: flex-end;
}
.products .words-animation {
  display: inline-block;
  background-clip: text;
}
.products .words-animation {color: #D1D1D2;}
.products .words-animation span {
  position: relative;
  background-image: linear-gradient(to right, #19191C 0%, #19191C 50%, #D1D1D2 50%, #D1D1D2 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.05s;
}
.products .words-animation div.filled {background-position: 0% 0px;}
/*gate page*/
.gate-page .gate-container-1-title-box,
.securita-page .securita-container-1-title-box,
.coin-page .coin-container-1-title-box,
.bridge-page .bridge-container-1-title-box
 {
  position: relative;
  top: -245px;
  padding: 0 43px 0 40px;
  box-sizing: border-box;
  justify-content: space-between;
}
.gate-page .gate-container-1-title-box-left {width: 35%;}
.gate-page .gate-container-1-title-box-right {width: 52.2%;}
.gate-page .gate-container-1-title-box-right p,
.securita-page .securita-container-1-title-box-right p,
.bridge-page .bridge-container-1-title-box-right p,
.coin-page .coin-container-1-title-box-right p {
  font-size: 20px;
  line-height: 140%;
  padding: 0 42.5px 3px;
  box-sizing: border-box;
}
.coin-page .coin-container-1-title-box-right p {
  padding-right: 0;
  padding-left: 35px;
}
.bridge-page .bridge-container-1-title-box-right p {padding: 0;}
.gate-page .gate-container--2,
.securita-page .securita-container--3 {margin-bottom: 20px;}
.gate-page .gate-container-3 .gate-container-3-box-2,
.coin-page .coin-container-3 .coin-container-3-box-2,
.bridge-page .bridge-container-4 .bridge-container-4-box-2 {justify-content: flex-end;}
.gate-page .gate-container-3 .gate-container-3-box--2,
.coin-page .coin-container-3 .coin-container-3-box--2,
.bridge-page .bridge-container-4 .bridge-container-4-box--2 {width: 74.5%;}
.gate-page .gate-container-3 .gate-container-3-box-2-item,
.bridge-page .bridge-container-4 .bridge-container-4-box-2-item {
  border-top: 1px solid #D1D1D2;
  padding-top: 30px;
  margin-bottom: 17px;
}
.coin-page .coin-container-3 .coin-container-3-box-2-item {
  border-top: 1px solid #D1D1D2;
  padding-top: 27px;
  margin-bottom: 22px;
}
.gate-page .gate-container-3 .gate-container-3-box-2-item-box,
.coin-page .coin-container-3 .coin-container-3-box-2-item-box,
.bridge-page .bridge-container-4 .bridge-container-4-box-2-item-box {justify-content: space-between;}
.gate-page .gate-container-3 .gate-container-3-box-2-item-title p,
.bridge-page .bridge-container-4 .bridge-container-4-box-2-item-title p,
.coin-page .coin-container-3 .coin-container-3-box-2-item-title .coin-container-3-box-2-item-title-main {
  font-size: 24px;
  line-height: 140%;
}
.coin-page .coin-container-3 .coin-container-3-box-2-item-title .coin-container-3-box-2-item-title-add {
  font-size: 16px;
  line-height: 22.5px;
  opacity: 0.7;
  margin-top: 5px;
}
.gate-page .gate-container-3 .gate-container-3-box-2-item-number p,
.coin-page .coin-container-3 .coin-container-3-box-2-item-number p,
.bridge-page .bridge-container-4 .bridge-container-4-box-2-item-number p {
  font-size: 30px;
  line-height: 140%;
  position: relative;
  top: -5px;
}
.coin-page .coin-container-3 .coin-container-3-box-2-item-number p {top: 8px;}
.home-page .products-all .products-all-items,
.products .products-all .products-all-items {justify-content: space-between;}
.home-page .products-all .products-all-item-box {width: 23.8%;}
.products .products-all .products-all-item-box {width: 32.3%;}
.home-page .products-all .products-all-item,
.products .products-all .products-all-item {
  background: #FAFAFA;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px 59px 40px 24px;
  width: 100%;
  clip-path: polygon(
        0 0,                   /* top left */
        100% 0,                /* top right */
        100% calc(100% - 100px),/* bottom right diagonal start */
        calc(100% - 84px) 100%,/* diagonal end */
        0 100%                /* bottom left */
      );
  display: flex;
}
.home-page .products-all .products-all-item-arrow p,
.products .products-all .products-all-item-arrow p {
  background: #19191C;
  border-radius: 7px;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  align-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home-page .products-all .products-all-item-arrow,
.products .products-all .products-all-item-arrow {
  justify-content: flex-end;
  flex-direction: column;
  margin-left: -34px;
  width: 0;
  box-sizing: border-box;
  padding-bottom: 3px;
}
.home-page .products-all .products-all-item-box:hover .products-all-item-arrow p,
.home-page .products-all .products-all-item-box:focus .products-all-item-arrow p,
.products .products-all .products-all-item-box:hover .products-all-item-arrow p,
.products .products-all .products-all-item-box:focus .products-all-item-arrow p {visibility: visible; opacity: 1;}
.home-page .products-all .products-all-item-img {margin-bottom: 70px;}
.products .products-all .products-all-item-img {margin-bottom: 47px;}
.home-page .products-all .products-all-item-img img,
.products .products-all .products-all-item-img img {
  width: 46.82px;
  height: 46.82px;
}
.home-page .products-all .products-all-item .products-all-item-text-main,
.products .products-all .products-all-item .products-all-item-text-main,
.bridge-page .bridge-container-2 .bridge-container-2-box-item-text-main {
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 12px;
}
.home-page .products-all .products-all-item .products-all-item-text-main {font-size: 35px;}
.home-page .products-all .products-all-item .products-all-item-text-add,
.products .products-all .products-all-item .products-all-item-text-add,
.bridge-page .bridge-container-2 .bridge-container-2-box-item-text-add {
  font-family: 'TitilliumWeb-Light', sans-serif;
  font-size: 16px;
  line-height: 140%;
  opacity: 0.7;
}
.home-page .products-all .products-all-item .products-all-item-text-add span,
.products .products-all .products-all-item .products-all-item-text-add span {
  font-weight: 600;
  letter-spacing: 0.2px;
}
/*securita page*/
.securita-page .securita-container-1-title-box-left {width: 40%;}
.securita-page .securita-container-1-title-box-right {width: 54%;}
.securita-page .securita-container-2 .securita-container-2-box-1 {margin-bottom: 100px;}
.securita-page .securita-container-2 .securita-container-2-box-1 h2 {margin-bottom: 22px;}
.products .words-animation span {
  position: relative;
  background-image: linear-gradient(to right, #19191C 0%, #19191C 50%, #D1D1D2 50%, #D1D1D2 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.05s;
}
.securita-page .securita-container-2 .securita-progress-bar p {
  background: #F3F3F3;
  width: 27.5px;
  height: 119px;
  border-radius: 8px;
}
.securita-page .securita-container-2 .securita-progress-bar {
  margin-top: 24px;
  justify-content: space-between;
  width: 100%;
}
.securita-page .securita-container-2 .securita-progress-titles {color: red;}
.securita-page .securita-container-2 .securita-progress-titles {
  font-size: 30px;
  line-height: 140%;
  width: 100%;
  justify-content: space-between;
}
.securita-page .securita-container-2 .securita-progress-titles p {transition: 0.5s ease; color: #d1d1d2;}
.securita-page .securita-container-2 .securita-progress-titles .active {color: #19191C; opacity: 1;}
/*coin page*/
.coin-page .coin-container-1-title-box-left-2 {display: none;}
.coin-page .coin-container-1-title-box {top: -312px;}
.coin-page .coin-container-1-title-box-left {width: 50%;}
.coin-page .coin-container-1-title-box-right {
  width: 50%;
  justify-content: flex-end;
  flex-direction: column;
}
/*bridge page*/
.bridge-page .bridge-container-2 .bridge-container-2-box--2 {justify-content: space-between;}
.bridge-page .bridge-container-2 .bridge-container-2-box-2-item {
  background: #FAFAFA;
  border-radius: 10px;
  width: 32.2%;
  padding: 24px;
  box-sizing: border-box;
}
.bridge-page .bridge-container-2 .bridge-container-2-box-2-item-img {margin-bottom: 106px;}
.bridge-page .bridge-container-2 .bridge-container-2-box-2-item-img img {
  width: 46px;
  height: 46px;
}
.bridge-page .bridge-container-1-title-box-left {width: 60%;}
.bridge-page .bridge-container-1-title-box-right {width: 36%;}
/*cards scroll*/
.cards-scroll-container {
  height: 100vh;
  max-height: 1563px;
  /*height: 750px;*/
}
.cards-scroll-container .cards-scroll-container-box {
  justify-content: space-between;
  height: 100%; 
}
.cards-scroll-container .cards-scroll-container-box-1-background {
  background-image: url('/assets/img/cards-scroll-container-background.webp');
  clip-path: polygon(0px 176px, 176px 0, 100% 0, 100% calc(100% - 180px), calc(100% - 180px) 100%, 0 100%);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 0px 19px 22px;
}
.cards-scroll-container .cards-scroll-container-box-1-content {
  width: 74%;
  height: 100%;
  clip-path: polygon(0px 170px, 170px 0, 100% 0, 100% calc(100% - 170px), calc(100% - 170px) 100%, 0 100%);
  border-radius: 10px;
  background: #fff;
}
.cards-scroll-container .cards-scroll-container-box-1 {
  width: 65.3%;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.cards-scroll-container .cards-scroll-container-box-2,
.cards-scroll-container .cards-scroll-container--box-2-cards {
  width: 33%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cards-scroll-container .cards-scroll-container-box-1-content-img {text-align: right;}
.cards-scroll-container .cards-scroll-container-box-1-content-img img {
  width: 61px;
  height: 61px;
}
.cards-scroll-container .cards-scroll-container-box-1-content {
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 42px 40px 33px 38px;
}
.cards-scroll-container .cards-scroll-container-box-1-content-text .color-dark {
  font-size: 16px;
  line-height: 22.5px;
  opacity: 0.7;
  margin-top: 22px;
  max-width: 350px;
}
.cards-scroll-container .cards-scroll-container-box-2-items {
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
}
.cards-scroll-container .cards-scroll-container-box-2-item {
  width: 100%;
  clip-path: polygon(0px 180px, 180px 0, 100% 0, 100% calc(100% - 180px), calc(100% - 180px) 100%, 0 100%);
  height: calc(100vh - 80px);
  max-height: 1483px;
  border-radius: 10px;
  background: #800020;
  opacity: 0.5;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px auto 0px;
}
.cards-scroll-container .cards-scroll-container-box--2-item {
  width: 100%;
  clip-path: polygon(0px 180px, 180px 0, 100% 0, 100% calc(100% - 180px), calc(100% - 180px) 100%, 0 100%);
  height: 300px;
  border-radius: 10px;
  background: #800020;
  opacity: 0.5;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px auto 0px;
}
.cards-scroll-container .cards-scroll-container-box-2-item-1 {margin-top: 40px;}
.cards-scroll-container .cards-scroll-container-box-2-item-last {margin-bottom: 0px;}
.cards-scroll-container .cards-scroll-container-box-2-item.active,
.cards-scroll-container .cards-scroll-container-box--2-item.active {opacity: 1;}
.cards-scroll-container .cards-scroll-container-box-2-item p,
.cards-scroll-container .cards-scroll-container-box--2-item p {
  font-size: 30px;
  line-height: 140%;
  margin: 0 44px;
}
.cards-scroll-container .box-padding,
.cards-scroll-container .cards-scroll-container-box {height: 100%;}
.cards-scroll-container .box-padding {padding: 0 40px;}
.securita-container-4 .cards-scroll-container-box-2-item p {max-width: 297px;}
.securita-container-4 .cards-scroll-container-box--2-item,
.securita-container-4 .cards-scroll-container-box-2-item-last {max-width: 100%;}
.securita-container-3 {margin-bottom: 137px !important;}
/*policy*/
#cookies-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
  z-index:9999;
  border-radius: 10px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
#cookies-banner [hidden]{display:none}
#cookies-banner p,
#cookies-banner a,
#cookies-accept,
#cookies-reject {
  font-size: 16px;
  line-height: 140%;
  align-content: center;
}
.policy-container a,
#cookies-banner a {
  color: #800020;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  font-family: 'TitilliumWeb-SemiBold', sans-serif;
}
#cookies-banner a,
.policy-container a:hover,
.policy-container a:focus {color: #19191C;}
#cookies-banner a:hover,
#cookies-banner a:focus {border-bottom: 1px solid #800020; color: #800020;}
#cookies-accept {color: #19191C; border: 1px solid #19191C; margin-right: 10px;}
#cookies-reject {color: #800020; border: 1px solid #800020;}
#cookies-accept,
#cookies-reject {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 15px;
  transition: 0.3s;
}
#cookies-accept:hover, #cookies-accept:focus {cursor: pointer; background: #19191C; color: #fff;}
#cookies-reject:hover, #cookies-reject:focus {cursor: pointer; background: #800020; color: #fff;}
.policy-page .policy-title {text-align: center; margin-bottom: 50px;}
.policy-page p,
.policy-page .policy-container ul li {
  font-size: 22px;
  line-height: 140%;
}
.policy-page h4,
.policy-page .policy-title p {
  font-size: 30px;
  line-height: 140%;
}
.policy-page h4 {text-decoration: underline; font-weight: 400;}
.policy-page .policy-info-update {margin-bottom: 50px;}
.policy-page .mb-h {margin-bottom: 10px;}
.policy-page .mb-p {margin-bottom: 30px;}
.policy-page .mb-c {margin-bottom: 50px;}
.policy-page .policy-container ul {margin-top: 10px;}
.policy-page .policy-container ul li {
  margin-bottom: 20px;
  list-style: circle;
  margin-left: 50px;
}
.policy-page .policy-container .last {margin-bottom: 0;}
.footer .footer-container {padding: 50px 50px 20px 50px;}
.footer .footer-column-left {width: 37%;}
.footer .footer-column-right {width: 49%;}
.footer .footer-column-left-info-1 {margin-bottom: 8px;}
.footer .footer-bottom-right-links .footer-bottom-right-links-1 {margin-right: 21px;}
.footer .footer-bottom-right-links a:hover,
.footer .footer-bottom-right-links a:focus {opacity: 100%;}
.footer .footer-column-left-info-1,
.footer .footer-bottom-right-copyright p,
.footer .footer-bottom-right-links a {
  font-size: 14px;
  line-height: 150%;
  opacity: 60%;
}
.footer .footer-column-left-info-2 {
  font-size: 16px;
  line-height: 22.5px;
  max-width: 400px;
}
.footer .footer-contact-form-container {margin-top: 20px;}
.footer .footer-columns,
.footer .footer-bottom,
.footer .footer-bottom-right {justify-content: space-between;}
.footer .footer-bottom-left {width: fit-content;}
.footer .footer-bottom-right {width: 49.7%; padding-top: 18px;}
.footer .footer-columns {margin-bottom: 96px;}
.footer .footer-column-left-title i {letter-spacing: -1.5px;}
.footer .footer-bottom-right-copyright {margin-right: 6px;}
.footer .footer-top-img {display: none;}
.header {opacity: 1;}
.cards-scroll-animating .header {opacity: 0;}
.cards-scroll-container .cards-scroll-container--box-2 {display: none;}
.home-page .home-container-1-footer-mobile,
.products .products-container-1-footer-mobile {display: none;}


.footer .footer-contact-form-container input,
.footer .footer-contact-form-container textarea {
  font-size: 14px;
  line-height: 150%;
  opacity: 0.8;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0 12px;
  margin-bottom: 20px;
  outline: none;
  border: none;
  border-bottom: 1px solid #474749;
  background: transparent;
  border-radius: 0;
} 
input::placeholder,
textarea::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder {
  opacity: 1;
  color: #fff;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
}
.footer .footer-contact-form-container textarea {
  margin-bottom: 50px;
  resize: none;
}
.footer form .form-button {
  width: 100%;
  text-align: right;
  border: none;
  outline: none;
}
.footer form button {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 6px 67px;
  background: #fff;
  width: fit-content;
  border: 1px solid #fff;
  transition: 0.5s all;
  color: #19191C;
}
.footer form button:hover,
.footer form button:focus {
  border: 1px solid #474749;
  background: transparent;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.footer .footer-contact-form-container form {
  flex-direction: column;
  margin-bottom: 20px;
}
.footer form button,
.footer #formMessage {
  font-size: 16px;
  line-height: 22.5px;
}
.footer #formMessage {
  text-align: right;
  opacity: 0.8;
}
.policy-page .header .header-mobile .header-desktop--before-links {display: none;}
@media screen and (max-width: 1548px) {
  .about-page .about-container-2 .about-container-2-text--spacer {width: 100%; display: block;}
}
@media screen and (max-width: 1415px) {
  .coin-page .coin-container-1-title-box-left-2 {display: block;}
  .coin-page .coin-container-1-title-box-left-1 {display: none;}
  .coin-page .coin-container-1-title-box-left {min-width: 630px;}
}
@media screen and (max-width: 1400px) {
  .bridge-page .bridge-container-1-title-box-left {width: 511px;}
  .bridge-page .bridge-container-1-title-box {top: -312px;}
}
@media screen and (max-width: 1392px) {
  .about-page .about-container-2 .about-container-2-text--spacer {width: 0%; display: none;}
}
@media screen and (max-width: 1366px) {
  .gate-page .gate-container-1-title-box-left,
  .securita-page .securita-container-1-title-box-left {min-width: 511px;}
}
@media screen and (max-width: 1288px) {
  .about-page .about-container-2 .about-container-2-text-spacer {width: 0%; display: none;}
  .securita-page .securita-container-2 .securita-progress-bar p {width: 25px;}
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(2),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(9),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(15),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(22) {display: none;}
}
@media screen and (max-width: 1200px) {
  .footer .footer-bottom-right {width: 60%;}
  h1 {font-size: 100px;}
  .securita-page .securita-container-2 .securita-progress-bar p {width: 23px;}
}
@media screen and (max-width: 1150px) {
  .about-page .about-container-4 .about-container-4-box--2 {flex-wrap: wrap;}
  .about-page .about-container-4 .about-container-4-box-2-item {width: 30%; margin-bottom: 50px;}
  .about-page .about-container-4 {margin-bottom: 150px !important;}
  .cards-scroll-container .cards-scroll-container-box-2-item,
  .cards-scroll-container .cards-scroll-container-box-1-content {
    clip-path: polygon(0px 120px, 120px 0, 100% 0, 100% calc(100% - 120px), calc(100% - 120px) 100%, 0 100%);
  }
  .cards-scroll-container .cards-scroll-container-box-1-background {
    clip-path: polygon(0px 130px, 130px 0, 100% 0, 100% calc(100% - 130px), calc(100% - 130px) 100%, 0 100%);
  }
  .securita-page .securita-container-2 .securita-progress-titles p {display: none;}
  .securita-page .securita-container-2 .securita-progress-titles .n-active,
  .securita-page .securita-container-2 .securita-progress-titles .active {display: block;}
}
@media screen and (max-width: 1024px) {
  .header {height: 62px;}
  .header-mobile {display: flex;}
  .header-desktop {display: none;}
  .header .header-desktop--before-header {top: 57px; left: 5px;}
  .products .products-container-1-box h2 {font-size: 65px !important;}
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(3),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(10),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(16),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(23) {display: none;}
  h1 {
    font-size: 80px;
    line-height: 140%;
  }
  h2 {font-size: 45px;}
  h3 {font-size: 37px;}
  .policy-page h4, .policy-page .policy-title p,
  .text-description,
  .securita-page .securita-container-2 .securita-progress-titles {font-size: 25px;}
  .home-page .home-container-4 .home-container--4,
  .box-padding, .cards-scroll-container .box-padding {padding: 0 20px;}
  .home-page .container-mb, .about-page .about-container-2, .about-page .about-container-3, .about-page .about-container-4,
  .about-page .container-mb {margin-bottom: 150px !important;}
  .products .container-mb {margin-bottom: 140px !important;}
  .container-title-mb {margin-bottom: 30px !important;}
  .container-about-title-mb {margin-bottom: 70px !important;}
  .about-page .about-container-4 {margin-bottom: 100px !important;}
  .home-page .home-container-1-title-box {padding: 0 20px 0 25px;}
  .about-page .about-container-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-page .about-container-2 .about-container-2-box {margin-bottom: 40px;}
  .about-page .about-container-3 {margin-bottom: 40px;}
  .about-page .about-container-4 .about-container-4-box-2-text {margin-top: 25px;}
  .about-page .about-container-2-img {margin-bottom: 0 !important;}
  .bridge-page .bridge-container-4 .bridge-container-4-box-2-item-title p,
  .coin-page .coin-container-3 .coin-container-3-box-2-item-title p,
  .gate-page .gate-container-3 .gate-container-3-box-2-item-title p {max-width: 90%;}
  .bridge-page .bridge-container-4-box-2-item-title,
  .coin-page .coin-container-3-box-2-item-title,
  .gate-page .gate-container-3-box-2-item-title {width: 100%;}
  .products .products-container-1 .gate-container-1-title-box,
  .products .products-container-1 .coin-container-1-title-box,
  .products .products-container-1 .securita-container-1-title-box,
  .products .products-container-1 .bridge-container-1-title-box {
    flex-direction: column;
    position: absolute;
    top: calc(100vh / 2);
    padding: 0 20px;
    height: fit-content;
  }
  .gate-page .gate-container-1-title-box-right p,
  .securita-page .securita-container-1-title-box-right p,
  .bridge-page .bridge-container-1-title-box-right p,
  .coin-page .coin-container-1-title-box-right p {padding: 0; margin-top: 12px;}
  .coin-page .products-container-1 .coin-container-1-title-box-left,
  .bridge-page .products-container-1 .bridge-container-1-title-box-left,
  .securita-page .products-container-1 .securita-container-1-title-box-left,
  .products .products-container-1 .gate-container-1-title-box-left {min-width: unset; width: 100%;}
  .products .products-container-1 .gate-container-1-title-box-right,
  .products .products-container-1 .coin-container-1-title-box-right,
  .products .products-container-1 .bridge-container-1-title-box-right,
  .products .products-container-1 .securita-container-1-title-box-right {width: 100%;}
  .header-mob-menu-active .overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
  }
  .header-mob-menu-active footer {filter: blur(2px);}
  .about-page .header,
  .policy-page .header,
  .header-fixed {background: #fff;}
  .home-page main, .products {position: relative; top: -88px; margin-top: 0; margin-bottom: -88px;}
  .footer .footer-container {padding: 50px 20px 20px 20px;}
  .footer .footer-bottom-right {flex-direction: column; width: 49.7%;}
  .footer .footer-bottom-right-copyright {text-align: right; margin-top: 20px;}
  .products .products-all .products-all-item-box {z-index: 999;}
  .home-page .products-all .products-all-items {flex-wrap: wrap;}
  .home-page .products-all .products-all-item-box {width: 48%; margin-bottom: 30px;}
  .home-page .home-container-3 {margin-top: -30px;}
  .home-page .home-container-1-title-box {top: calc(100vh / 2);}
  .cards-scroll-container .cards-scroll-container-box-1-content-text .color-dark {max-width: 300px;}
}
@media screen and (max-width: 900px) {
  .home-page .home-container-4 .home-container--4, .cards-scroll-container .box-padding {padding-top: 100px; padding-bottom: 100px;}
  .cards-scroll-container .cards-scroll-container-box-2-item {height: calc(100vh - 280px);}
  .securita-page .securita-container-2 .securita-progress-bar p {width: 20px;}
  .cards-scroll-container .cards-scroll-container-box-2-item p,
  .cards-scroll-container .cards-scroll-container-box--2-item p {font-size: 24px;}
  .cards-scroll-container .cards-scroll-container-box-1-content {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-page main, .policy-page main {margin-top: 100px;}
  .products .products-all .products-all-items,
  .about-page .about-container-1-box {flex-direction: column;}
  .products .products-all .products-all-item-box,
  .gate-page .gate-container-3 .gate-container-3-box--2, 
  .coin-page .coin-container-3 .coin-container-3-box--2, 
  .bridge-page .bridge-container-4 .bridge-container-4-box--2,
  .home-page .home-container-2-box-2-2,
  .home-page .home-container-3-box-2-2,
  .home-page .home-container-3 .home-container-3-box-2-2 .color-dark,
  .home-page .home-container-5-box-2-2,
  .home-page .home-container-5 .home-container-5-box-2-2 .text-description,
  .about-page .about-container-1 .column-right, .about-page .about-container-1 .column-left,
  .about-page .about-container-2 .column-right  {width: 100%; max-width: 100%;}
  .home-page .home-container-2-box-2-1,
  .home-page .home-container-3-box-2-1,
  .home-page .home-container-5-box-2-1,
  .about-page .about-container-2 .column-left {display: none;}
  .about-page .about-container-1 .about-container-1-box-1 {
    font-size: 30px;
    font-family: 'TitilliumWeb-Regular', sans-serif;
    margin-bottom: 16px;
  }
  .about-page .about-container-4 .about-container-4-box-2-item img {width: 75px; height: 75px;}
  .about-page .about-container-4-box-2-img {text-align: center; width: fit-content; height: fit-content;}
  .about-page .about-container-4 .about-container-4-box-2-item {height: fit-content;}
  .about-page .about-container-1 {margin-bottom: 16px !important;}
  .about-page .about-container-3 .about-container-3-box--item {clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 65px);}
  .about-page .about-container-3 .about-container-3-box-item-2 .about-container-3-box-item-text {max-width: 100%;}
  .about-page .about-container-2-img {height: 400px;}
  .products .products-all .products-all-item-box {margin-bottom: 30px;}
  .products .products-all .products-all-item-box:last-child {margin-bottom: 0;}
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item {width: 500px; margin-right: 30px;}
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item:last-child {margin-right: 20px;}
  .bridge-page .bridge-container-2-box-2 {overflow: hidden; width: 100%;}
  .bridge-page .bridge-container-2 .bridge-container-2-box-2 {
    scroll-behavior: smooth;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .bridge-page .bridge-container-2 .bridge-container-2-box-2::-webkit-scrollbar {display: none;}
  .bridge-page .bridge-container-2 {overflow: hidden;}
  .bridge-page .bridge-container-2 .bridge-container-2-box--2 {width: max-content;}
  .bridge-page .bridge-container-2 .bridge-container--2 {padding: 0;}
  .bridge-page .bridge-container-2 .bridge-container-2-box-1 {padding: 0 20px;}
  .bridge-page .bridge-container-2 .bridge-container-2-box--2 {padding-right: 20px;}
  .footer .footer-columns {flex-direction: column;}
  .footer .footer-column-left, .footer .footer-column-right,
  .footer .footer-bottom-right {width: 100%;}
  .footer .footer-bottom-left {display: none;}
  .footer .footer-columns {margin-bottom: 60px;}
  .footer .footer-contact-form-container {margin-top: 60px;}
  .footer .footer-bottom-right {padding-top: 0;}
  .footer .footer-top-img {display: block; margin-bottom: 20px;}
  .footer .footer-top-img img {height: 40px;}
  .footer .footer-column-left-title {margin-bottom: 60px !important;}
  #cookies-banner {display: flex; flex-direction: column;} 
  #cookies-banner .row {text-align: right; margin-top: 20px;}
  #cookies-accept {margin-right: 10px;}
}
@media screen and (max-width: 768px) {
  h1,
  .products .products-container-1-box h2 {font-size: 65px;}
  h2, h3,
  .products .products-container-1-box h3 {font-size: 30px;}
  .cards-scroll-container .cards-scroll-container-box-1-content-text .color-dark,
  .text-description,
  .policy-page h4, .policy-page .policy-title p,
  .securita-page .securita-container-2 .securita-progress-titles {font-size: 20px;}
  .cards-scroll-container .cards-scroll-container-box-2-item p,
  .cards-scroll-container .cards-scroll-container-box--2-item p,
  .bridge-page .bridge-container-2 .bridge-container-2-box-item-text-main {font-size: 24px;}
  .about-page .about-container-2-box-2 .text-description {font-size: 14px; line-height: 150%;}
  .policy-page p, .policy-page .policy-container ul li,
  .about-page .about-container-4 .about-container-4-box-2-text {font-size: 16px;}
  .home-page .home-container-4 .home-container--4,
  .bridge-page .bridge-container-2 .bridge-container-2-box-1,
  .box-padding, .cards-scroll-container .box-padding {padding: 0 10px;}
  .bridge-page .bridge-container-2 .bridge-container-2-box-2 {padding-left: 10px;}
  .bridge-page .bridge-container-2 .bridge-container-2-box--2 {padding-right: 0; width: calc(250.5% + 80px);}
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item {width: 83.5%;}
  .products .container-mb,
  .home-page .container-mb {margin-bottom: 120px !important;}
  .about-page .about-container-2, .about-page .about-container-3, .about-page .container-mb {margin-bottom: 110px !important;}
  .about-page .about-container-4 {margin-bottom: 85px !important;}
  .policy-page .container-mb {margin-bottom: 80px;}
  .container-title-mb {margin-bottom: 16px !important;}
  .container-about-title-mb {margin-bottom: 36px !important;}
  .home-page .home-container-1-title-box {padding: 0 10px;}
  .about-page .about-container-1 {margin-bottom: 16px !important;}
  .about-page .about-container-2-img {margin-bottom: 0 !important;}
  .products .gate-container-3-box-1 {margin-bottom: 30px !important;}
  .about-page .about-container-2 .about-container-2-box {margin-bottom: 24px;}
  .about-page .column-right, .about-page .column-left {width: 100%; max-width: 100%;}
  .about-page .about-container-4 .about-container-4-box-2-item img {width: 51px; height: 51px;}
  .about-page .about-container-4 .about-container-4-box-2-text {margin-top: 10px;}
  .about-page .about-container-4 .about-container-4-box-2-item {margin-bottom: 35.5px;}
  .footer .footer-column-left-title {margin-bottom: 60px !important;}
  .home-page .products-all .products-all-item-box {width: 100%;}
  .home-page .home-container-1-title-box {top: calc(100vh / 2);}
  .policy-page .policy-container ul li {margin-left: 30px;}
  .cards-scroll-container .cards-scroll-container--box {display: none;}
  .cards-scroll-container .cards-scroll-container--box-2 {display: flex;}
  .cards-scroll-container .cards-scroll-container--box-2 {
    height: 100vh;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
  }
  .cards-scroll-container .cards-scroll-container--box-2 .cards-scroll-container-box-1-background {
    padding: 20px 10px 10px 10px;
  }
  .cards-scroll-container .cards-scroll-container--box-2-text h2 {margin-bottom: 5px;}
  .cards-scroll-container .cards-scroll-container--box-2-text .text-description {opacity: 0.7;}
  .cards-scroll-container .cards-scroll-container--box-2-text {margin-bottom: 50px;}
  .cards-scroll-container .cards-scroll-container--box-2-cards {width: 100%; height: fit-content; margin-bottom: 20px;}
  .cards-scroll-container .cards-scroll-container-box--2-item {width: 95%; height: 300px;}
  .cards-scroll-container .cards-scroll-container-box--2-item,
  .cards-scroll-container .cards-scroll-container-box-1-background {
    clip-path: polygon(0px 80px, 80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
    height: 320px;
  }
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(4),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(11),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(17),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(31),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(30),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(24) {display: none;}
  .securita-page .securita-container-2 .securita-progress-bar p {height: 80px;}
  .home-page .home-container-3 .home-container-3-cards-up-scroll-items {
    display: flex;
    overflow: hidden;
    width: calc(264% + 50px);
    padding-left: 10px;
  }
  .home-page .home-container-3 .home-container-3-cards-up-scroll-item {
    flex-direction: column;
    width: 88%;
    margin-right: 20px;
    height: auto;
    clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 65px), calc(100% - 65px) 100%, 0 100%, 0 0px);
    padding: 20px;
    margin-bottom: 0;
  }
  .home-page .home-container-3 .home-container-3-box-3 {
    overflow: scroll;
    width: 100%;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 0 !important;
  }
  .home-page .home-container-3 .home-container-3-box-3::-webkit-scrollbar {display: none;}
  .home-page .home-container-3 .home-container-3-cards-up-left {width: 100%;}
  .home-page .home-container-3 .home-container-3-cards-up-scroll-img {background: transparent; color: #800020;}
  .home-page .home-container-3 {height: fit-content;}
  .home-page .home-container-3 .home-container-3-box-2-2 .text-description {margin-bottom: 3px;}
  .home-page .home-container-3 .home-container-3-box-2 {margin-bottom: 70px;}
  .home-page .home-container-3 .home-container-3-cards-up-scroll-img {padding: 0; margin-top: 57px;}
  .home-page .home-container-3 .home-container-3-cards-up-scroll-item:last-child {margin-right: 10px;}
  .home-page .home-container--3 {padding: 0;}
  .home-page .home-container-3-box-2, .home-page .home-container-3-box-1 {padding: 0 10px;}
  .home-page .products-all .products-all-item,
  .products .products-all .products-all-item {clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 110px, 100% 100%,  0 100%);}
  .home-page .products-all .products-all-item-arrow, .products .products-all .products-all-item-arrow {justify-content: start;}
}
@media screen and (max-width: 650px) {
  .securita-page .securita-container-2 .securita-progress-bar p {width: 18px; height: 50px;}
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(18),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(32),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(33) {display: none;}
  .about-page .about-container-4 .about-container-4-box-2-item,
  .about-page .about-container-3 .about-container-3-box--item {width: 100%;}
  .about-page .about-container-2-img {height: 318px; background-position-x: -150px;}
  .about-page .about-container-3 .about-container-3-box-item-2 {margin-top: 12px;}
  .about-page .about-container-4 .about-container-4-box-1 {text-align: center;}
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item {width: 400px;}
  .home-page .home-container-1-box,
  .products .products-container-1-box {height: 922px;}
  .gate-page .products-container-1-box .gate-container-1--box {
    background-position: right;
  }
  .home-page .home-container-1 .home-container-1-title-box,
  .products .products-container-1 .gate-container-1-title-box,
  .products .products-container-1 .coin-container-1-title-box,
  .products .products-container-1 .securita-container-1-title-box,
  .products .products-container-1 .bridge-container-1-title-box {top: calc(922px / 2);}
  .footer .footer-bottom-right-copyright {text-align: left;}
  .home-page .home-container-1-title-box .home-container-1-title-2 {text-align: left;}
  .home-page .home-container-1-footer-btn-box {width: calc(100% - 48px);}
  .home-page .home-container-1-title-box h1 {line-height: 100%;}
  .home-page .home-container-1-title-box .home-container-1-title-1 {margin-bottom: 50px;}
  .home-page .home-container-1--before--footer,
  .home-page .home-container-1-footer-desktop {display: none;}
  .products .products-container-1-footer-mobile,
  .home-page .home-container-1-footer-mobile {
    display: flex;
    background: transparent;
    width: 100%;
    height: 72px;
    margin-top: -68px;
    justify-content: flex-end;
  }
  .products .products-container-1-footer-mobile .products-container-1-footer-btn-box,
  .home-page .home-container-1-footer-mobile .home-container-1-footer-btn-box {
    width: 183px;
    border-radius: 10px 0 0 0;
  }  
  .products .products-container-1-footer-mobile .products-container-1-footer-btn-after,
  .home-page .home-container-1-footer-mobile .home-container-1-footer-btn-after {
    width: 0;
    height: 0;
    top: -48px;
    left: -37px;
    position: relative;
    border: none;
  }
  .products .products-container-1-footer-mobile .products-container-1-footer-btn-after div,
  .home-page .home-container-1-footer-mobile .home-container-1-footer-btn-after div {
    position: relative;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 0;
    border-radius: 15px 0;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .products .products-container-1-footer-mobile .products-container-1-footer-btn-box,
  .home-page .home-container-1-footer-mobile .home-container-1-footer-btn-box {
    justify-self: flex-end;
    width: 185px;
    border-radius: 10px 0 0 0;
    margin-right: -2px;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .products .products-container-1-footer-mobile .products-container-1-footer-mobile-btn-before,
  .home-page .home-container-1-footer-mobile .home-container-1-footer-mobile-btn-before {
    position: relative;
    height: 40px;
    width: 30px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    left: 3px;
    border-radius: 0 0px 15px 0;
    top: 28px;
  }
  .top-container-footer-btn-mobile .contact-us-btn {
    width: 173px;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 10px;
   /*
    margin-right: 10px;
    margin-top: 10px;
   */
  }
  #cookies-banner .row {display: flex; flex-direction: column;}
  #cookies-accept {margin-right: 0; margin-bottom: 10px;}
  .footer form button {width: 100%;}
  .footer #formMessage {text-align: center;}
  .products .products-container-1-footer-mobile .products-container-1-footer-btn-box, .home-page .home-container-1-footer-mobile .home-container-1-footer-btn-box {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: right;
    justify-content: right;
  }
  .products .products-container-1-footer-mobile .products-container-1-footer-btn-after,
  .home-page .home-container-1-footer-btn-after {
    width: 100% !important;
    left: unset !important;
    display: flex;
    justify-content: right;
    right: -13px;
    top: -106px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item {width: 365px;}
  .home-page .home-container-1--box {background: url('/assets/img/home-page-top-mobile-background.webp'); width: 100%;}
  .gate-page .products-container-1-box .gate-container-1--box {background: url('/assets/img/gate-page-top-mobile-background.webp');}
  .coin-page .products-container-1-box .coin-container-1--box {background: url('/assets/img/coin-page-top-mobile-background.webp');}
  .securita-page .products-container-1-box .securita-container-1--box {background: url('/assets/img/securita-page-top-mobile-background.webp');}
  .bridge-page .products-container-1-box .bridge-container-1--box {background: url('/assets/img/bridge-page-top-mobile-background.webp');}
  .gate-page .products-container-1-box .gate-container-1--box,
  .coin-page .products-container-1-box .coin-container-1--box,
  .securita-page .products-container-1-box .securita-container-1--box,
  .bridge-page .products-container-1-box .bridge-container-1--box,
  .home-page .home-container-1--box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .home-page .home-container-1 .home-container-1-title-box,
  .products .products-container-1 .gate-container-1-title-box,
  .products .products-container-1 .coin-container-1-title-box,
  .products .products-container-1 .securita-container-1-title-box,
  .products .products-container-1 .bridge-container-1-title-box {top: calc(922px / 2.5);}
  .securita-page .securita-container-2 .securita-progress-bar p {width: 15px;}
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(34),
  .securita-page .securita-container-2 .securita-progress-bar .progress-bar-item:nth-child(35) {display: none;}
}
@media screen and (max-width: 450px) {
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item {width: 300px;}
}
@media screen and (max-width: 400px) {
  .bridge-page .bridge-container-2 .bridge-container-2-box-2-item {width: 100%;}
  .securita-page .securita-container-2 .securita-progress-bar p {width: 13.5px;}
}
@media screen and (max-width: 370px) {
  .footer .footer-bottom-right-links {display: flex; flex-direction: column; text-align: right;}
  .footer .footer-bottom-right-links .footer-bottom-right-links-1 {margin-bottom: 20px; margin-right: 0;}
}
@media screen and (max-width: 350px) {
  .home-page .home-container-1 .home-container-1-title-box,
  .products .products-container-1 .gate-container-1-title-box,
  .products .products-container-1 .coin-container-1-title-box,
  .products .products-container-1 .securita-container-1-title-box,
  .products .products-container-1 .bridge-container-1-title-box {top: calc(922px / 3);}
  .home-page .home-container-1-title-box h1 {font-size: 50px;}
  .securita-page .securita-container-2 .securita-progress-bar p {width: 13px;}
}
@media screen and (max-width: 330px) {
  .header .header-mobile .header-desktop--after-header {right: 77.5px;}
}