html {
    box-sizing: border-box;
    cursor: default;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
* {
    outline: 0;
}
*,
::after,
::before {
    box-sizing: inherit;
}
::-moz-selection {
    color: #fff;
    background: #1b64fa;
}
::selection {
    color: #fff;
    background: #1b64fa;
}
body,
html {
    font-family: "Montserrat", sans-serif;
    background-color: #1e242e;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #202732;
    margin: 0;
    padding: 0;
}
/* body {
  overflow-x: hidden;
} */
body.filter-lock,
body.lock {
    overflow: hidden;
    height: 100vh;
}
body.filter-lock {
    position: relative;
}
body.filter-lock::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #1e242e;
    z-index: 1001;
    transition: all 0.3s;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 600;
}
.h1,
h1 {
    font-size: 48px;
    line-height: 120%;
}
.h2,
h2 {
    font-size: 40px;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    line-height: 120%;
}
.h3,
h3 {
    font-weight: 600;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.8);
}
.h4,
h4 {
    font-weight: 500;
    font-size: 29px;
}
.h4_item,
.h5,
h4_item,
h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.h5,
h5 {
    font-weight: 500;
    font-size: 20px;
}
ol,
ul {
    padding-left: 0;
    list-style-type: none;
}
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
figure {
    margin: 0 auto;
}
sub,
sup {
    line-height: 1em;
    font-size: 0.75em;
}
a {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: background-size;
    text-decoration: none;
    cursor: pointer;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
}

[role="button"][disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: initial;
}
[type="button"] {
    cursor: pointer;
}
select:focus {
    color: #000000;
}
select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}
select::placeholder,
textarea::placeholder {
    opacity: 1;
}
input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
    display: none;
}
input[type="email"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="tel"]::-webkit-search-cancel-button,
input[type="tel"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-results-button,
input[type="tel"]::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
select {
    cursor: pointer;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
img,
video {
    height: auto;
}
img,
svg,
use,
video {
    display: block;
}
img,
svg,
video {
    max-width: 100%;
}
hr {
    border: 0;
    height: 1px;
    margin: 0;
    width: 100px;
    background-color: fade(#000, 18%);
}

@media (max-width: 1320px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
@media (max-width: 1190px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 32px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}