
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Oswald:wght@500&display=swap');

  @font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeueBold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeueBold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
header,
footer {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
  background-color: #fff;

}
body._lock {
    overflow: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1710px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.title {
    color: #181313;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 67.2px */
    text-transform: uppercase;
    font-family: "Bebas Neue";
}
.kk .title {
  color: #181313;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 67.2px */
    text-transform: uppercase;
    font-family: "Oswald";
}
.note {
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 29.7px */
  color: #181313;
}
@media (max-width:1650px) {
  .container {
    max-width: 1360px;
  }
}
@media (max-width:1650px) {
  .title {
    font-size: 52px;
  }
  .kk .title {
    font-size: 52px;
  }
}
@media (max-width:1400px) {
  .title {
    font-size: 50px;
  }
  .kk .title {
    font-size: 50px;
  }
}
@media (max-width:1320px) {
  .title {
    font-size: 49px;
  }
  .kk .title {
    font-size: 49px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1008px;
  }
  .title {
    font-size: 40px;
  }
  .kk .title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }

  .title {
    font-size: 30px;
  }
  .kk .title {
    font-size: 30px;
  }
  .note {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: none;
  }

  .title {
    font-size: 28px;
  }
  .kk .title {
    font-size: 24px;
  }
}