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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

p {
  font-size: 16px;
  line-height: 24px; }

.antiga {
  font-family: Antiga;
  letter-spacing: -0.02em; }

.title {
  font-family: 'Antiga';
  font-style: normal;
  font-weight: 400;
  font-size: 128px;
  line-height: 144px;
  letter-spacing: -0.02em; }
  @media (max-width: 991px) {
    .title {
      font-weight: 400;
      font-size: 64px;
      line-height: 72px;
      text-align: center; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.4s ease-in-out;
  width: 100vw;
  height: 100px;
  overflow-x: hidden; }
  header .logo {
    left: 13px; }
  header nav .navigation {
    gap: 48px; }
    @media (max-width: 991px) {
      header nav .navigation {
        gap: 24px !important; } }
  header nav .burger-menu {
    z-index: 100;
    top: 30px;
    cursor: pointer; }
  header nav .icon {
    position: relative;
    cursor: pointer;
    height: 20px;
    right: 13px;
    width: 24px;
    top: 10px;
    display: inline-block; }
    header nav .icon span {
      background-color: #fff;
      position: absolute;
      border-radius: 2px;
      transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
      width: 24px;
      height: 2px;
      transition-duration: 600ms;
      left: 0px; }
      header nav .icon span:nth-child(1) {
        top: 0px; }
      header nav .icon span:nth-child(2) {
        top: 8px;
        opacity: 1; }
      header nav .icon span:nth-child(3) {
        top: 16px; }
  header nav a {
    text-align: center;
    color: inherit !important; }
    header nav a:hover {
      -webkit-text-stroke: 1px white; }

.navbar-bg {
  background-color: black !important; }

.navbar-active {
  height: 100vh;
  background-color: black; }
  .navbar-active .navigation {
    display: flex !important;
    flex-direction: column; }
  .navbar-active .logo {
    display: none !important; }
  .navbar-active .icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px; }
  .navbar-active .icon span:nth-child(2) {
    opacity: 0; }
  .navbar-active .icon span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px; }

.fixed-position {
  overflow: hidden; }

.clicked-menu {
  -webkit-text-stroke: 1px white; }

footer {
  padding-bottom: 148px; }
  footer .contact {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em; }
    @media (max-width: 768px) {
      footer .contact {
        font-size: 16px; } }
    footer .contact h2 {
      font-weight: 800; }
  footer .copyright {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.02em;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 350px;
    margin: 0 auto;
    text-align: center; }

@font-face {
  font-family: Telegraf;
  src: url("/font/PPTelegraf-Regular.otf");
  font-weight: normal; }

@font-face {
  font-family: Telegraf;
  src: url("/font/PPTelegraf-UltraBold.otf");
  font-weight: bold; }

@font-face {
  font-family: Antiga;
  src: url("/font/Antiga-Regular.ttf");
  font-weight: normal; }

body {
  font-family: 'Telegraf', sans-serif !important;
  overflow-x: hidden !important;
  background: black;
  color: white;
  max-width: 100vw; }

.paddings {
  padding: 116px 0; }
  @media (max-width: 991px) {
    .paddings {
      padding: 32px 0; } }

.title {
  margin-bottom: 72px; }
  @media (max-width: 991px) {
    .title {
      margin-bottom: 24px; } }

.about__us {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .about__us--top {
    padding-top: 208px;
    padding-bottom: 184px; }
    @media (max-width: 991px) {
      .about__us--top {
        padding-top: 164px;
        padding-bottom: 48px; } }
  .about__us--title {
    font-size: 128px;
    line-height: 144px;
    margin-top: 42px; }
  .about__us--description {
    margin-top: 24px; }
  .about__us--bottom {
    padding-top: 96px;
    padding-bottom: 120px;
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #5F5F5F; }
    @media (max-width: 991px) {
      .about__us--bottom {
        padding-top: 48px;
        padding-bottom: 48px; } }
    .about__us--bottom span {
      font-size: 40px;
      line-height: 56px;
      text-transform: uppercase; }

.services {
  color: #ffffff; }
  @media (max-width: 991px) {
    .services {
      padding-top: 64px; } }
  .services__items {
    margin-top: 72px;
    display: flex;
    height: 100%; }
    @media (max-width: 991px) {
      .services__items {
        flex-direction: column;
        margin-top: 8px; } }
    @media (min-width: 991px) {
      .services__items {
        max-height: 584px;
        min-height: 584px; } }
    .services__items--text {
      font-family: 'Antiga';
      font-style: normal;
      font-weight: 400;
      font-size: 64px;
      line-height: 80px;
      letter-spacing: -0.02em;
      padding: 56px;
      top: 292px;
      z-index: 1; }
      @media (min-width: 991px) {
        .services__items--text {
          position: absolute; } }
      @media (max-width: 991px) {
        .services__items--text {
          padding: 16px;
          font-size: 24px;
          line-height: 32px; } }
    @media (min-width: 991px) {
      .services__items img {
        max-height: 292px !important;
        min-height: 292px !important;
        width: 100%;
        object-fit: cover; } }
    @media (max-width: 991px) {
      .services__items:first-child {
        margin-top: 24px; } }
    .services__items:first-child img {
      align-self: flex-end; }
    .services__items:last-child img {
      align-self: flex-start; }
    .services__items:after {
      width: 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      height: 100%; }
    .services__items--reverse .services__items--text {
      top: 100px; }
    .services__items--reverse:after {
      transform: rotate(-180deg); }

.products__item {
  border-top: 1px solid #5F5F5F;
  padding: 40px 0;
  overflow: hidden; }
  .products__item:last-child {
    border-bottom: 1px solid #5F5F5F; }
  .products__item--name .name {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.02em; }
    @media (max-width: 991px) {
      .products__item--name .name {
        font-size: 24px;
        line-height: 32px; } }
  .products__item--name .overview {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em; }
    @media (max-width: 991px) {
      .products__item--name .overview {
        font-size: 16px; } }
  .products__item--photo:after {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    z-index: -1; }
    @media (max-width: 991px) {
      .products__item--photo:after {
        left: 150px; } }
  .products__item--photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    max-width: 500px;
    min-width: 500px;
    max-height: 100%;
    min-height: 100%; }
    @media (max-width: 991px) {
      .products__item--photo img {
        max-width: 205px;
        min-width: 205px; } }

.partners .title {
  text-align: center; }

.partners__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .partners__items--card {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(11.66% - 20px);
    color: white;
    margin: 18px;
    align-items: center; }
    .partners__items--card img {
      max-width: 124px !important;
      max-height: 124px !important;
      min-width: 124px !important;
      min-height: 124px !important;
      border-radius: 100%;
      object-fit: cover; }
      @media (max-width: 991px) {
        .partners__items--card img {
          max-width: 64px !important;
          max-height: 64px !important;
          min-width: 64px !important;
          min-height: 64px !important; } }
    .partners__items--card p {
      text-align: center;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      letter-spacing: -0.02em;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .partners__items--card p {
          font-size: 10px;
          line-height: 12px; } }
