@font-face {
    font-family: 'Rubik Glitch';
    src: url('../fonts/RubikGlitch-Regular.eot');
    src: local('Rubik Glitch Regular'), local('RubikGlitch-Regular'),
        url('../fonts/RubikGlitch-Regular.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/RubikGlitch-Regular.woff2') format('woff2'),
        url('../fonts/RubikGlitch-Regular.woff') format('woff'),
        url('../fonts/RubikGlitch-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-Regular.eot');
    src: local('Jura Regular'), local('Jura-Regular'),
        url('../fonts/Jura-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jura-Regular.woff2') format('woff2'),
        url('../fonts/Jura-Regular.woff') format('woff'),
        url('../fonts/Jura-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jura';
    src: url('../fonts/Jura-Bold.eot');
    src: local('Jura Bold'), local('Jura-Bold'),
        url('../fonts/Jura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jura-Bold.woff2') format('woff2'),
        url('../fonts/Jura-Bold.woff') format('woff'),
        url('../fonts/Jura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    position: relative;
    font-size: 15px;
    min-width: 320px;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul,
li {
    display: block;
    padding: 0px;
    margin: 0px;
}

textarea {
    resize: none;
}

p {
    font-size: 15px;
}

img {
    border-style: none;
}

button {
    border: 0;
    padding: 0;
    background: transparent;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: none;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'],
input[type='number']:hover,
input[type='number']:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input[type='text']::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type='text']::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoratio {
    display: none;
}

[hidden] {
    display: none;
}

p,
nav {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:active,
a:focus,
button,
input,
button:hover,
button:active,
button:focus,
input:focus,
input:active {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.f-center-jcsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-jcsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.f-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body {
    font-size: 15px;
    background: #12161b;
    font-family: 'Jura', sans-serif;
}

*::-moz-selection {
    background: #00745d;
}

*::selection {
    background: #00745d;
}

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

/* Flashlight Overlay */
:root {
    cursor: none;
    --cursorX: 50vw;
    --cursorY: 50vh;
}

:root:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    pointer-events: none;
    background: radial-gradient(
        circle 20vmax at var(--cursorX) var(--cursorY),
        rgba(0, 0, 0, 0) 0%,
        black 80%,
        black 100%
    );
}

.main-wrapper {
    height: 100vh;
}

.main-text {
    font-family: 'Rubik Glitch';
    text-align: center;
    font-weight: 400;
    font-size: 10vh;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #dedede;
}

.main-info {
    width: 958px;
    background: rgba(26, 30, 36, 0.82);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 32px 46px;
    text-align: center;
    color: #fff;
    border: 3px solid #4d607b;
}

.main-info__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    letter-spacing: -0.02em;
}

.main-info__text {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 36px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.main-social {
    margin-top: 36px;
}

.main-social__link {
    width: 64px;
    border: 2px solid #00745d;
    height: 64px;
    border-radius: 50%;
}

.whatsapp {
    border: 2px solid #25d366;
}

.telegram {
    border: 2px solid #2aabee;
}

.main-social__link svg {
    display: block;
}

.main-social__link svg path {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-social__link:hover {
    background: #00745d;
}

.whatsapp:hover {
    background: #25d366;
}

.telegram:hover {
    background: #2aabee;
}

.main-social__link:hover path {
    stroke: #fff;
}

.main-social__item {
    margin-right: 20px;
    position: relative;
}

.main-social__item:last-child {
    margin-right: 0;
}

.main-social__arrow {
    display: block;
    position: absolute;
    right: -80px;
    top: -20px;
}

.main-social__arrow svg {
    display: block;
}
/*# sourceMappingURL=main.css.map */
