@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300&family=Rubik:wght@300;700&display=swap");
@import url("../fonts/kharkiv_tone/stylesheet.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* FONTS */
/* VARIABLES */
/* HELPERS */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-md-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .d-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.col-3 {
  width: 25%;
}

.col-6 {
  width: 50%;
}

@media (max-width: 768px) {
  .col {
    width: 100% !important;
  }
}

.bg-dark {
  background-color: #000000;
}

.btn {
  border: 1px solid #FFFFFF;
  font-size: 1em;
  line-height: 1.36625em;
  padding: 0.6875em 2.125em;
  border-radius: 0.3125rem;
  font-family: "Manrope", sans-serif;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .btn {
    font-size: 0.875em;
  }
}

.btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

.w-100 {
  width: 100%;
}

.op-1 {
  opacity: 1;
}

.heading {
  font-size: 3.75em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .heading {
    font-size: 2em;
  }
}

/* STYLE */
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: kharkivregular;
  position: relative;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.125em;
  padding-right: 3.125em;
}

@media (max-width: 768px) {
  .container {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

.header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: 3.5625rem;
}

.logo {
  font-family: "Rubik", sans-serif;
  font-size: 1.70125em;
}

@media (max-width: 768px) {
  .logo {
    font-size: 1.2em;
  }
}

.logo span {
  display: inline-block;
  padding-top: 1rem;
}

@media (max-width: 768px) {
  .logo span {
    padding-top: 0;
  }
}

.logo strong {
  font-weight: 700;
}

.hero {
  height: calc(75vh - 3.5625rem);
}

.hero__title {
  font-size: 5em;
  line-height: 1.175em;
  letter-spacing: -0.005em;
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 2.5em;
  }
}

.hero__title span {
  color: #fdc500;
}

.hero .hero-header {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s;
  transition: opacity .5s ease, -webkit-transform .5s;
  transition: transform .5s, opacity .5s ease;
  transition: transform .5s, opacity .5s ease, -webkit-transform .5s;
}

.hero .hero-header.show-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.video-block {
  z-index: -1;
}

#bgVideo {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services {
  padding-top: 3em;
  padding-bottom: 3em;
  min-height: 80vh;
}

.services__title {
  font-size: 5em;
  line-height: 1.175em;
  margin-bottom: 1em;
  position: relative;
  width: 85%;
  opacity: 0;
}

@media (max-width: 768px) {
  .services__title {
    font-size: 2em;
  }
}

.services__title.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.out-products {
  padding-top: 3em;
}

.alternate__item {
  min-height: 100vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .alternate__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.alternate__image {
  max-width: 21.9375rem;
  position: relative;
  /*&::before {
            content: '';
            position: absolute;
            background-image: url('../img/color-smoke.jpg');
            background-repeat: no-repeat;
            background-size: contain;
            left: 50%;
            top: 60%;
            z-index: 1;
            width: 35rem;
            min-height: 120%;
            transform: translate(-50%,-50%);

            @media (max-width: $widthMd) {
                max-width: 100%;
            }
        }*/
  /*&--bg-x-revers {
            &::before {
                transform: translate(-50%,-50%) scaleX(-1);
            }
        }

        &--bg-y-revers {
            &::before {
                transform: translate(-50%,-50%) scaleY(-1);
            }
        }*/
}

@media (max-width: 768px) {
  .alternate__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 4em;
  }
}

.alternate__image .bg-image {
  position: absolute;
  width: 200%;
  height: 120%;
  top: -10%;
  left: -50%;
  z-index: 1;
}

.alternate__image .bg-image__wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.alternate__image .bg-image__wrap--bg-x-revers {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.alternate__image .bg-image__wrap--bg-y-revers {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.alternate__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

.alternate__title {
  font-size: 2.5em;
  position: relative;
}

@media (max-width: 768px) {
  .alternate__title {
    font-size: 1.5em;
    padding-bottom: 2em;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.simpel-text {
  min-height: 100vh;
}

.simpel-text__content {
  max-width: 59.8125rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5em;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .simpel-text__content {
    font-size: 1.3125em;
  }
}

.footer {
  padding-bottom: 1.75em;
  line-height: 130%;
}

.footer .copy {
  font-size: 1em;
}

@media (max-width: 768px) {
  .footer .copy {
    font-size: 0.875em;
  }
}

@media (max-width: 768px) {
  .footer .btn-link {
    font-size: 1.125em;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.social-links {
  font-size: 1.125em;
  padding-bottom: 2.125em;
}

@media (max-width: 768px) {
  .social-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.social-links__item {
  display: inline-block;
  margin-right: 3.5em;
}

.social-links__item:last-child {
  margin-right: 0;
}

.address {
  padding-bottom: 2.125em;
}

@media (max-width: 768px) {
  .address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*# sourceMappingURL=style.css.map */