@charset "UTF-8";
@font-face {
    font-family: 'Benzin';
    src: local('Benzin Bold'),
    local('Benzin-Bold'),
    url('../fonts/Benzin-Bold.woff2') format('woff2'),
    url('../fonts/Benzin-Bold.woff') format('woff'),
    url('../fonts/Benzin-Bold.ttf') format('truetype'),
    url('../fonts/Benzin-Bold.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Regural'),
    local('Inter-Regural'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype'),
    url('../fonts/Inter-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.mb-1 {
    margin-bottom: 8px !important
}

.mt-1 {
    margin-top: 8px !important
}

.ml-1 {
    margin-left: 8px !important
}

.mr-1 {
    margin-right: 8px !important
}

.mb-2 {
    margin-bottom: 16px !important
}

.mt-2 {
    margin-top: 16px !important
}

.ml-2 {
    margin-left: 16px !important
}

.mr-2 {
    margin-right: 16px !important
}

.mb-3 {
    margin-bottom: 24px !important
}

.mt-3 {
    margin-top: 24px !important
}

.ml-3 {
    margin-left: 24px !important
}

.mr-3 {
    margin-right: 24px !important
}

.mb-4 {
    margin-bottom: 32px !important
}

.mt-4 {
    margin-top: 32px !important
}

.ml-4 {
    margin-left: 32px !important
}

.mr-4 {
    margin-right: 32px !important
}

.mb-5 {
    margin-bottom: 40px !important
}

.mt-5 {
    margin-top: 40px !important
}

.ml-5 {
    margin-left: 40px !important
}

.mr-5 {
    margin-right: 40px !important
}

.mb-6 {
    margin-bottom: 48px !important
}

.mt-6 {
    margin-top: 48px !important
}

.ml-6 {
    margin-left: 48px !important
}

.mr-6 {
    margin-right: 48px !important
}

.mb-7 {
    margin-bottom: 56px !important
}

.mt-7 {
    margin-top: 56px !important
}

.ml-7 {
    margin-left: 56px !important
}

.mr-7 {
    margin-right: 56px !important
}

.mb-8 {
    margin-bottom: 64px !important
}

.mt-8 {
    margin-top: 64px !important
}

.ml-8 {
    margin-left: 64px !important
}

.mr-8 {
    margin-right: 64px !important
}

.mb-9 {
    margin-bottom: 72px !important
}

.mt-9 {
    margin-top: 72px !important
}

.ml-9 {
    margin-left: 72px !important
}

.mr-9 {
    margin-right: 72px !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px
}

.row-reverse {
    flex-direction: row-reverse
}

.row.-no-gap [class*=col-] {
    padding: 0
}

[class*=col-] {
    padding: 0 18px;
    width: 100%
}

@media (max-width:1449px) {
    [class*=col-] {
        padding: 0 12px;
        width: 100%
    }
    .row {
        margin: 0 -12px
    }
}

@media (max-width:1199px) {
    [class*=col-] {
        padding: 0 8px;
        width: 100%
    }
    .row {
        margin: 0 -8px
    }
}

@media (min-width:360px) {
    .col-xxs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .order-xxs-1 {
        order: 1
    }
    .col-xxs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .order-xxs-2 {
        order: 2
    }
    .col-xxs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .order-xxs-3 {
        order: 3
    }
    .col-xxs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .order-xxs-4 {
        order: 4
    }
    .col-xxs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .order-xxs-5 {
        order: 5
    }
    .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .order-xxs-6 {
        order: 6
    }
    .col-xxs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .order-xxs-7 {
        order: 7
    }
    .col-xxs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-xxs-8 {
        order: 8
    }
    .col-xxs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .order-xxs-9 {
        order: 9
    }
    .col-xxs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-xxs-10 {
        order: 10
    }
    .col-xxs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-xxs-11 {
        order: 11
    }
    .col-xxs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxs-12 {
        order: 12
    }
    .offset-xxs-1 {
        margin-left: 8.3333333333%
    }
    .offset-xxs-2 {
        margin-left: 16.6666666667%
    }
    .offset-xxs-3 {
        margin-left: 25%
    }
    .offset-xxs-4 {
        margin-left: 33.3333333333%
    }
    .offset-xxs-5 {
        margin-left: 41.6666666667%
    }
    .offset-xxs-6 {
        margin-left: 50%
    }
    .offset-xxs-7 {
        margin-left: 58.3333333333%
    }
    .offset-xxs-8 {
        margin-left: 66.6666666667%
    }
    .offset-xxs-9 {
        margin-left: 75%
    }
    .offset-xxs-10 {
        margin-left: 83.3333333333%
    }
    .offset-xxs-11 {
        margin-left: 91.6666666667%
    }
    .offset-xxs-12 {
        margin-left: 100%
    }
    .offset-xxs-0 {
        margin-left: 0
    }
}

@media (min-width:575px) {
    .col-xs-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .order-xs-1 {
        order: 1
    }
    .col-xs-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .order-xs-2 {
        order: 2
    }
    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .order-xs-3 {
        order: 3
    }
    .col-xs-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .order-xs-4 {
        order: 4
    }
    .col-xs-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .order-xs-5 {
        order: 5
    }
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .order-xs-6 {
        order: 6
    }
    .col-xs-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .order-xs-7 {
        order: 7
    }
    .col-xs-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-xs-8 {
        order: 8
    }
    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .order-xs-9 {
        order: 9
    }
    .col-xs-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-xs-10 {
        order: 10
    }
    .col-xs-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-xs-11 {
        order: 11
    }
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xs-12 {
        order: 12
    }
    .offset-xs-1 {
        margin-left: 8.3333333333%
    }
    .offset-xs-2 {
        margin-left: 16.6666666667%
    }
    .offset-xs-3 {
        margin-left: 25%
    }
    .offset-xs-4 {
        margin-left: 33.3333333333%
    }
    .offset-xs-5 {
        margin-left: 41.6666666667%
    }
    .offset-xs-6 {
        margin-left: 50%
    }
    .offset-xs-7 {
        margin-left: 58.3333333333%
    }
    .offset-xs-8 {
        margin-left: 66.6666666667%
    }
    .offset-xs-9 {
        margin-left: 75%
    }
    .offset-xs-10 {
        margin-left: 83.3333333333%
    }
    .offset-xs-11 {
        margin-left: 91.6666666667%
    }
    .offset-xs-12 {
        margin-left: 100%
    }
    .offset-xs-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .order-sm-1 {
        order: 1
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .order-sm-2 {
        order: 2
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .order-sm-3 {
        order: 3
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .order-sm-4 {
        order: 4
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .order-sm-5 {
        order: 5
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .order-sm-6 {
        order: 6
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .order-sm-7 {
        order: 7
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-sm-8 {
        order: 8
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .order-sm-9 {
        order: 9
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-sm-10 {
        order: 10
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-sm-11 {
        order: 11
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
    .offset-sm-12 {
        margin-left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
}

@media (min-width:991px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .order-md-1 {
        order: 1
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .order-md-2 {
        order: 2
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .order-md-3 {
        order: 3
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .order-md-4 {
        order: 4
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .order-md-5 {
        order: 5
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .order-md-6 {
        order: 6
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .order-md-7 {
        order: 7
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-md-8 {
        order: 8
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .order-md-9 {
        order: 9
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-md-10 {
        order: 10
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-md-11 {
        order: 11
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
    .offset-md-12 {
        margin-left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .order-lg-1 {
        order: 1
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .order-lg-2 {
        order: 2
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .order-lg-3 {
        order: 3
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .order-lg-4 {
        order: 4
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .order-lg-5 {
        order: 5
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .order-lg-6 {
        order: 6
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .order-lg-7 {
        order: 7
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-lg-8 {
        order: 8
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .order-lg-9 {
        order: 9
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-lg-10 {
        order: 10
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-lg-11 {
        order: 11
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
    .offset-lg-12 {
        margin-left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
}

@media (min-width:1450px) {
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .order-xl-1 {
        order: 1
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .order-xl-2 {
        order: 2
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .order-xl-3 {
        order: 3
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .order-xl-4 {
        order: 4
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .order-xl-5 {
        order: 5
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .order-xl-6 {
        order: 6
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .order-xl-7 {
        order: 7
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .order-xl-8 {
        order: 8
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .order-xl-9 {
        order: 9
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .order-xl-10 {
        order: 10
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .order-xl-11 {
        order: 11
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
    .offset-xl-12 {
        margin-left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
}

.flex-stretch {
    align-items: stretch;
    display: flex
}

.flex-center {
    align-items: center;
    display: flex
}

.flex-between {
    display: flex;
    justify-content: space-between
}

.flex-evenly {
    display: flex;
    justify-content: space-evenly
}

.flex-right {
    display: flex;
    justify-content: flex-end
}

.text-center {
    text-align: center
}

.hidden {
    display: none
}

@media (min-width:575px) {
    .sm-hidden {
        display: none
    }
    .sm-visible {
        display: block
    }
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #ссс;
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 174, 255, .04) 50%, hsla(0, 0%, 100%, 0) 51%, rgba(0, 174, 255, .03));
    border: 0;
    -webkit-box-shadow: inset 0 0 0 1000px transparent;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

* {
    box-sizing: border-box;
    line-height: 1.6
}

a,
button {
    cursor: pointer
}

a:focus,
button:focus {
    outline: none
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--hover-color);
    outline-offset: 4px
}

a {
    color: #00a9ff;
    text-decoration: none
}

button {
    background-color: transparent;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0
}

html {
    font-size: 10px
}

@media (max-width:574px) {
    html {
        font-size: 8px
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(44, 44, 44, .2);
    background: #20272c;
    color: var(--text-color);
    font-family: Inter, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    min-height: 100vh;
    width: 100%
}

body.lock {
    overflow: hidden;
    width: 100%
}

body:not(.homepage) {
    padding-top: 36px
}

@media (max-width:574px) {
    body:not(.homepage) {
        padding-top: 32px
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%
}

main {
    background: #fff;
    flex: 1 1 auto;
    width: 100%
}

footer {
    margin-top: auto
}

:root {
    --hover-color: #e80000;
    --white-color: #fff;
    --bg-color: #f9f9f9;
    --text-color: #545469;
    --form-text-color: #20272c;
    --title-color: #2c2c2c;
    --gradient: linear-gradient(267.29deg, #ff4611, #e80000);
    --gradient-black: linear-gradient(54.61deg, #0f0f0f, #20272c)
}

.container {
    max-width: 1836px
}

.section-default {
    padding: 136px 0
}

.section-gray {
    background: #f9f9f9
}

.sprite-svg {
    bottom: 0;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 1px
}

.container {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 320px;
    padding: 0 42px;
    width: 100%
}

@media (max-width:990px) {
    .container {
        padding: 0 calc(env(safe-area-inset-right) + 16px) 0 calc(env(safe-area-inset-left) + 16px)
    }
}

.fullscreen-responsive {
    min-height: 100vh
}

@media (max-width:990px) {
    .fullscreen-responsive {
        min-height: calc(100vh - 30px);
        min-height: 100svh
    }
}

@media (max-width:990px) and (orientation:landscape) {
    .fullscreen-responsive {
        min-height: 100dvh
    }
}

@media (max-width:1199px) {
    .is-ios .fullscreen-responsive {
        min-height: calc(100vh - 30px);
        min-height: 100svh
    }
}

@media (max-width:991px) and (orientation:landscape) {
    .is-ios .fullscreen-responsive {
        min-height: calc(100vh - 40px);
        min-height: 100dvh
    }
}

@media (max-width:575px) and (orientation:portrait) {
    .safari.is-ios .fullscreen-responsive {
        min-height: calc(100vh - 100px);
        min-height: 100svh
    }
}

.text {
    color: var(--text-color);
    font-family: Inter;
    font-size: calc(13.07692px + .25641vw);
    font-weight: 400;
    line-height: 1.6
}

@media (min-width:1920px) {
    .text {
        font-size: 18px
    }
}

.text_24 {
    font-size: calc(14.15385px + .51282vw)
}

@media (min-width:1920px) {
    .text_24 {
        font-size: 24px
    }
}

.text_18 {
    font-size: calc(13.07692px + .25641vw)
}

@media (min-width:1920px) {
    .text_18 {
        font-size: 18px
    }
}

.text_16 {
    font-size: calc(13.53846px + .12821vw)
}

@media (min-width:1920px) {
    .text_16 {
        font-size: 16px
    }
}

.text_bold,
.title {
    font-weight: 700
}

.title {
    color: var(--title-color);
    font-family: Benzin, sans-serif;
    letter-spacing: .04em;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase
}

.title_center {
    text-align: center
}

.title_h1 {
    color: var(--white-color);
    font-size: calc(21.84615px + 2.82051vw);
    text-transform: capitalize
}

@media (min-width:1920px) {
    .title_h1 {
        font-size: 76px
    }
}

.title_main {
    color: var(--white-color);
    font-size: calc(23.38462px + 2.94872vw)
}

@media (min-width:1920px) {
    .title_main {
        font-size: 80px
    }
}

.title_h2 {
    color: #000;
    font-size: calc(18.46154px + 1.53846vw)
}

@media (min-width:1920px) {
    .title_h2 {
        font-size: 48px
    }
}

.title .color-red {
    color: #e80000
}

.button {
    background: var(--gradient);
    color: var(--white-color);
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    padding: 16px 32px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 3
}

.button:before {
    background: var(--hover-color);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .4s;
    width: 100%;
    z-index: -1
}

@media (hover:hover) {
    .button:hover:before {
        opacity: 1
    }
}

.button:active:before {
    background: #c00
}

.btn {
    align-items: center;
    border: 1px solid #20272c;
    display: inline-block;
    display: flex;
    height: 78px;
    justify-content: center;
    position: relative;
    width: 78px
}

.btn,
.btn:after {
    background-color: #fff
}

.btn:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (hover:hover) {
    .btn:hover {
        background: hsla(235, 6%, 59%, .2)
    }
}

.btn:focus-visible {
    background: hsla(235, 6%, 59%, .2);
    outline: none
}

.btn:active {
    background: hsla(235, 6%, 59%, .3)
}

.header-logo,
.header-logo svg {
    display: block;
    width: 100%
}

.header-logo svg {
    height: auto;
    transition: fill .3s
}

@media (min-width:991px) {
    .error-404 .header-logo svg {
        fill: #151633
    }
}

.header-logo:focus-visible {
    outline: 2px solid var(--hover-color);
    outline-offset: 4px
}

.header {
    left: 0;
    max-width: 100%;
    padding: 28px 0;
    position: fixed;
    top: 0;
    transition: padding-top .3s, padding-bottom .3s;
    width: 100%;
    z-index: 30
}

@media (max-width:990px) {
    .header {
        padding: 12px 0
    }
}

@media (max-width:990px) {
    .header.active:before {
        background-position: 0 100%;
        opacity: .9;
        z-index: 2
    }
}

@media (min-width:991px) {
    .error-404 .header:before {
        background: #fff
    }
}

@media (max-width:990px) {
    .error-404 .header:not(.active):before,
    .header_inner:before {
        background-position: 0 0;
        opacity: .9;
        z-index: 2
    }
}

.header:before {
    background-image: linear-gradient(180deg,#20272c,#20272c 50%,rgba(32,39,44,0));
    background-position: 0 100%;
    background-size: 100% 200%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .2;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity .4s,background-position .4s;
    width: 100%;
    z-index: -1;
}

.header_scroll {
    padding: 12px 0
}

@media (max-width:990px) {
    .header_scroll {
        padding: 8px 0
    }
}

.header_scroll:before {
    background-position: 0 0;
    opacity: .9
}

.header__charity {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #20272C;
    left: 0;
    padding: 11px 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20
}

.header__charity a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.26px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s
}

@media (hover:hover) {
    .header__charity a:hover {
        color: var(--hover-color)
    }
}

@media (max-width:574px) {
    .header__charity a {
        font-size: 11px
    }
}

@media (max-width:399px) {
    .header__charity a {
        font-size: 10px
    }
}

.header__charity a:before {
    background: url(../img/heart.svg) 50%/contain no-repeat;
    content: "";
    flex: 0 0 27px;
    height: 22px;
    margin-right: 7px;
    width: 27px
}

@media (max-width:399px) {
    .header__charity a:before {
        flex: 0 0 20px;
        height: 20px;
        width: 20px
    }
}

.header__burger,
.header__container {
    position: relative
}

.header__burger {
    display: none;
    height: 19px;
    width: 27px;
    z-index: 5
}

@media (max-width:990px) {
    .header__burger {
        display: block
    }
}

.header__burger:before {
    content: "";
    height: 27px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    z-index: -1
}

.header__burger span {
    background-color: var(--white-color);
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: center center;
    transition: transform .3s, top .2s .1s, bottom .2s .1s, opacity .2s .1s, background-color .3s;
    width: 100%
}

@media (min-width:991px) {
    .error-404 .header__burger span {
        background-color: #151633
    }
}

.header__burger span:first-child {
    top: 0
}

.header__burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.header__burger span:last-child {
    bottom: 0
}

.header__burger.active {
    width: 30px
}

.header__burger.active span {
    transition: top .2s, bottom .2s, opacity .2s, transform .2s .1s
}

.header__burger.active span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

.header__burger.active span:nth-child(2) {
    opacity: 0
}

.header__burger.active span:last-child {
    bottom: 50%;
    transform: translateY(50%) rotate(45deg)
}

.header__switch {
    position: relative;
    z-index: 5
}

@media (max-width:990px) {
    .header__switch {
        margin-left: auto
    }
}

.header__menu {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 700;
    padding-left: 7rem;
    justify-content: flex-end;
    line-height: 140%
}

@media (max-width:990px) {
    .header__menu {
        -webkit-overflow-scrolling: touch;
        background: hsla(0, 0%, 6%, .85);
        display: block;
        height: 100vh;
        left: 0;
        overflow-y: auto;
        padding: 70px 0 50px;
        position: fixed;
        top: -120%;
        transition: top .5s;
        width: 100%;
        z-index: -1
    }
}

@media (max-width:990px) and (max-height:480px) {
    .header__menu {
        padding: 50px 0 100px
    }
}

@media (max-width:990px) {
    .header__menu.active {
        top: 0;
        transition: top .5s
    }
}

.header__list {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 24px;
    width: 100%
}

@media (max-width:990px) {
    .header__list {
        align-items: center;
        flex-direction: column;
        margin-bottom: 35px;
        padding: 100px 26px 0
    }
}

.header__list li:not(:last-child) {
    margin-right: 5%
}

@media (max-width:990px) {
    .header__list li:not(:last-child) {
        margin: 0 0 24px
    }
}

.header__link {
    color: var(--white-color);
    display: inline-block;
    padding: 3px 0;
    position: relative;
    text-transform: uppercase;
    transition: color .3s;
    white-space: nowrap;
    width: auto
}

.header__link:before {
    background-color: var(--hover-color);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0
}

@media (hover:hover) {
    .header__link:hover {
        color: var(--hover-color)
    }
    .header__link:hover:before {
        width: 80%
    }
    .header__link:focus-visible {
        color: var(--hover-color)
    }
    .header__link:focus-visible:before {
        opacity: 1;
        width: 80%
    }
}

@media (max-width:1449px) {
    .header__link {
        font-size: 16px
    }
}

@media (max-width:990px) {
    .header__link {
        font-size: 18px
    }
}

@media (min-width:991px) {
    .error-404 .header__link {
        color: #151633;
        display: inline-block;
        padding: 3px 0;
        position: relative;
        transition: color .3s
    }
    .error-404 .header__link:before {
        background-color: var(--hover-color);
        bottom: 0;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        position: absolute;
        transition: width .3s;
        width: 0
    }
}

@media (min-width:991px) and (hover:hover) {
    .error-404 .header__link:hover {
        color: var(--hover-color)
    }
    .error-404 .header__link:hover:before {
        width: 80%
    }
    .error-404 .header__link:focus-visible {
        color: var(--hover-color)
    }
    .error-404 .header__link:focus-visible:before {
        opacity: 1;
        width: 80%
    }
}

.header__link_current {
    color: var(--hover-color)
}

.header__submenu {
    position: relative
}

@media (min-width:991px) {
    .header__submenu:hover .header__submenu-list {
        max-height: 500px;
        opacity: 1;
        transition: opacity .2s ease-in-out 0s, max-height .4s ease-in-out
    }
}

@media (max-width:990px) {
    .header__submenu.active .header__submenu-list {
        max-height: 500px;
        opacity: 1;
        transition: opacity .2s ease-in-out 0s, max-height .4s ease-in-out
    }
}

.header__submenu button {
    align-items: center;
    display: flex;
    padding: 8px 0
}

@media (max-width:990px) {
    .header__submenu button {
        padding-left: 24px
    }
}

.error-404 .header__submenu button {
    display: flex
}

.error-404 .header__submenu button:before,
.header__submenu button:before {
    content: none
}

.header__submenu button svg {
    flex: 0 0 20px;
    height: 20px;
    margin-left: 4px;
    transition: stroke .3s;
    width: 20px
}

@media (min-width:991px) {
    .error-404 .header__submenu button svg {
        stroke: #151633
    }
}

.header__submenu-list {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s ease-in-out .2s, max-height .4s ease-in-out
}

@media (min-width:991px) {
    .header__submenu-list {
        background: #fff;
        box-shadow: 0 0 23px 8px rgba(0, 0, 0, .15);
        left: 0;
        max-width: 320px;
        min-width: 200px;
        opacity: 0;
        position: absolute;
        top: 100%
    }
}

@media (max-width:990px) {
    .header__submenu-list {
        max-height: none;
    }
}

.header__submenu-list li {
    margin: 0 !important
}

.header__submenu-link {
    color: #91929d;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding: 11px 16px;
    text-transform: uppercase;
    transition: color .1s, background .1s;
    width: 100%
}

@media (max-width:990px) {
    .header__submenu-link {
        color: #fff;
    }
}

@media (hover:hover) {
    .header__submenu-link:hover,
    .header__submenu-link_current:hover {
        background: #e80000;
        color: #fff
    }
}

.header__submenu-link_current {
    color: #e80000
}

@media (min-width:991px) {
    .header__submenu-link_current {
        background: #f9f9f9
    }
}

.header__submenu-link:focus-visible,
.header__submenu-link_current:focus-visible {
    background: #e80000;
    border: none;
    color: #fff;
    outline: none
}

.header__button {
    display: none;
    flex: 0 0 276px
}

@media (max-width:1449px) {
    .header__button {
        font-size: 16px;
        padding: 10px 20px
    }
}

@media (max-width:990px) {
    .header__button {
        flex: 0 0 180px;
        margin: 0 auto 48px;
        padding: 12px 24px;
        width: 180px
    }
}

.header__socials {
    display: flex;
    justify-content: center;
    margin: auto 0
}

@media (min-width:991px) {
    .header__socials {
        display: none
    }
}

.header__socials .social {
    align-items: center;
    display: flex;
    justify-content: center
}

.header-switch {
    font-size: 10px;
    position: relative
}

@media (max-width:1449px) {
    .header-switch {
        font-size: 8px
    }
    .header_sleipnir .header-switch {
        font-size: 7px
    }
}

@media (max-width:990px) {
    .header-switch {
        font-size: 7px
    }
}

.header-switch__logo {
    position: relative;
    width: 22em;
    z-index: 3
}

.header-switch__action {
    margin-left: auto;
    position: relative;
    width: 90%
}

.header-switch__button {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    transition: background .3s;
    width: 100%
}

[data-ref=site-switch].active .header-switch__button {
    background: rgba(32, 39, 44, .92)
}

.header-switch__button .text {
    color: #fff;
    font-family: Benzin, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: .33em;
    line-height: 120%;
    text-transform: uppercase;
    transition: color .3s
}

@media (max-width:990px) {
    .header-switch__button .text {
        font-size: 1.4em
    }
}

body:not(.safari) .header-switch__button .text {
    padding-top: .3em
}

@media (max-width:990px) {
    body:not(.safari) .header-switch__button .text {
        padding-top: .4em
    }
}

@media (min-width:991px) {
    .error-404 [data-ref=site-switch]:not(.active) .header-switch__button .text {
        color: #151633
    }
}

[data-ref=site-switch].active .header-switch__button .text {
    color: var(--hover-color)
}

.header-switch__button .icon {
    align-items: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid hsla(0, 0%, 100%, .58);
    display: flex;
    flex: 0 0 4.6em;
    height: 2.4em;
    justify-content: center;
    margin-left: .8em;
    width: 4.6em
}

@media (max-width:1199px) {
    .header-switch__button .icon {
        flex: 0 0 4.3em;
        width: 4.3em
    }
}

@media (min-width:991px) {
    .error-404 [data-ref=site-switch]:not(.active) .header-switch__button .icon {
        border-color: #151633
    }
}

.header-switch__button .icon svg {
    display: block;
    height: auto;
    transition: fill .3s, transform .3s;
    width: 1.3em
}

@media (max-width:990px) {
    .header-switch__button .icon svg {
        width: 1.5em
    }
}

@media (min-width:991px) {
    .error-404 [data-ref=site-switch]:not(.active) .header-switch__button .icon svg {
        fill: #151633
    }
}

[data-ref=site-switch].active .header-switch__button .icon svg {
    transform: rotate(180deg)
}

.header-switch__list {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(32, 39, 44, .92);
    display: block;
    font-size: 1em;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transition: max-height .3s, opacity .3s;
    width: 100%;
    z-index: 1
}

[data-ref=site-switch].active .header-switch__list {
    opacity: 1;
}

.header-switch__link {
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
    display: flex;
    font-family: Benzin, sans-serif;
    font-size: 1em;
    font-weight: 700;
    height: 3.6em;
    justify-content: flex-end;
    letter-spacing: .33em;
    line-height: 120%;
    padding-right: 6.2em;
    text-transform: uppercase;
    transition: color .3s;
    width: 100%
}

@media (max-width:990px) {
    .header-switch__link {
        min-height: 28px;
        padding-right: 6em
    }
}

.header-switch__link span {
    font-size: 1.3em
}

@media (max-width:990px) {
    .header-switch__link span {
        font-size: 1.4em
    }
}

body:not(.safari) .header-switch__link span {
    padding-top: .3em
}

@media (hover:hover) {
    .header-switch__link:hover {
        color: var(--hover-color)
    }
}

.footer {
    background: linear-gradient(55deg, #0F0F0F 0%, #20272C 100%);
    max-width: 100%;
    padding: 48px 0 26px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (max-width:767px) {
    .footer {
        padding: 34px 0 26px
    }
}

@media (max-width:574px) {
    .footer {
        padding: 24px 0 26px
    }
}

.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 214px;
    height: 418px;
    background: url("../img/footer-left.svg") center no-repeat;
}

.footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 447px;
    height: 183px;
    background: url("../img/footer-right.svg") center no-repeat;
}

@media (max-width:767px) {
    .footer:before,
    .footer:after {
        content: none;
    }
}

.footer .text {
    color: #fff
}

.footer .text_24 {
    color: #91929d;
    margin-bottom: 23px
}

@media (max-width:767px) {
    .footer .text_24 {
        margin-bottom: 12px
    }
}

.footer .text_grey {
    color: #89898a
}

.footer__container {
    position: relative;
    z-index: 3
}

.footer__row.row {
    margin-bottom: 100px
}

@media (max-width:990px) {
    .footer__row.row {
        margin-bottom: 18px
    }
}

@media (max-width:574px) {
    .footer__order {
        margin-top: 44px;
        order: 1
    }
}

@media (max-width:990px) {
    .contacts-footer {
        flex: 1 1 auto
    }
}

@media (max-width:767px) {
    .contacts-footer {
        margin-bottom: 16px;
        order: 1
    }
}

.contacts-footer__body {
    display: flex
}

@media (max-width:767px) {
    .contacts-footer__body {
        flex-wrap: wrap
    }
}

.contacts-footer__col {
    flex: 0 0 41.7%;
    min-width: 230px;
    padding: 0 30px 0 0;
    position: relative
}

@media (max-width:1199px) {
    .contacts-footer__col {
        flex: 0 0 35%;
        min-width: 200px
    }
}

@media (max-width:990px) {
    .contacts-footer__col {
        flex: 1 1 auto;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .contacts-footer__col {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 0;
    }
}

/*.contacts-footer__col:last-child {
    flex: 1 1 auto
}*/

.contacts-footer__location span {
    display: block;
    line-height: 34px
}

.contacts-footer__link {
    word-wrap: break-word;
    display: inline-block;
    line-height: 34px;
    padding: 0;
    position: relative;
    transition: color .3s
}

.contacts-footer__link:before {
    background-color: var(--hover-color);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0
}

@media (hover:hover) {
    .contacts-footer__link:hover {
        color: var(--hover-color)
    }
    .contacts-footer__link:hover:before {
        width: 0
    }
    .contacts-footer__link:focus-visible {
        color: var(--hover-color)
    }
    .contacts-footer__link:focus-visible:before {
        opacity: 1;
        width: 0
    }
}

@media (max-width:1199px) {
    .menu-footer {
        padding-left: 8px
    }
}

@media (max-width:767px) {
    .menu-footer {
        margin-bottom: 36px;
        order: 2
    }
}

.menu-footer__list li {
    line-height: 1
}

@media (max-width:767px) {
    .menu-footer__list li {
        width: 50%
    }
}

.menu-footer__link {
    display: inline-block;
    line-height: 34px;
    padding: 0;
    position: relative;
    transition: color .3s
}

.menu-footer__link:before {
    background-color: var(--hover-color);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0
}

@media (hover:hover) {
    .menu-footer__link:hover {
        color: var(--hover-color)
    }
    .menu-footer__link:hover:before {
        width: 80%
    }
    .menu-footer__link:focus-visible {
        color: var(--hover-color)
    }
    .menu-footer__link:focus-visible:before {
        opacity: 1;
        width: 80%
    }
}

.menu-footer__link:before {
    bottom: 6px
}

.footer-bar__item {
    max-width: 750px;
    display: inline-block;
    margin: 0 50px 0 0
}

@media (max-width:1199px) {
    .footer-bar__item {
        margin: 0 0 8px
    }
}

@media (max-width:990px) {
    .footer-bar__item {
        margin-bottom: 12px;
        text-align: left
    }
}

.footer-bar__crafted {
    display: block;
    text-align: right;
    white-space: nowrap
}

@media (max-width:990px) {
    .footer-bar__crafted {
        text-align: left
    }
}

.footer-bar__crafted a {
    color: var(--white-color);
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    transition: color .3s
}

@media (hover:hover) {
    .footer-bar__crafted a:hover {
        color: var(--hover-color)
    }
}

.footer-bar__link {
    display: inline-block;
    margin-right: 32px;
    padding: 3px 0;
    position: relative;
    transition: color .3s
}

.footer-bar__link:before {
    background-color: var(--hover-color);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0
}

@media (hover:hover) {
    .footer-bar__link:hover {
        color: var(--hover-color)
    }
    .footer-bar__link:hover:before {
        width: 100%
    }
    .footer-bar__link:focus-visible {
        color: var(--hover-color)
    }
    .footer-bar__link:focus-visible:before {
        opacity: 1;
        width: 100%
    }
}

.related-domains {
    margin-bottom: 64px
}

.promo {
    align-items: stretch;
    background: url(/img/main-bg.jpg) no-repeat 0 100%/cover;
    display: flex;
    padding: 170px 0 48px;
    position: relative;
    width: 100%
}

.promo:before {
    background: linear-gradient(0deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, 0));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.promo__container {
    position: relative;
    z-index: 3
}

.promo__row {
    height: 100%
}

.promo__title {
    line-height: 1.15;
    margin-bottom: 48px
}

@media (max-width:990px) {
    .promo__title {
        margin-bottom: 24px
    }
}

@media (max-width:574px) {
    .promo__title {
        margin-bottom: 16px;
        font-size: 7vw;
    }
}

@media (max-width:990px) and (max-height:500px) {
    .promo__title {
        font-size: 22px
    }
}

.promo__text {
    color: var(--white-color);
    max-width: 600px
}

@media (max-width:990px) and (max-height:500px) {
    .promo__text {
        font-size: 14px
    }
}

.promo__scroll {
    align-items: center;
    bottom: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    left: 40px;
    position: absolute;
    transition: transform .5s
}

@media (hover:hover) {
    .promo__scroll:hover {
        transform: translateY(15px)
    }
}

@media (max-width:1449px) {
    .promo__scroll {
        border-radius: 50%;
        bottom: -85px;
        justify-content: center;
        left: calc(50% - 20px);
        min-height: 40px;
        min-width: 40px;
        transform: translateY(-50%)
    }
}

@media (max-width:1449px) and (hover:hover) {
    .promo__scroll:hover {
        transform: translateY(-50%)
    }
    .promo__scroll:hover .promo__arrow {
        transform: translateY(10px)
    }
}

@media (max-width:990px) {
    .promo__scroll {
        bottom: -65px
    }
}

@media (max-width:990px) and (orientation:landscape) {
    .promo__scroll {
        bottom: -40px
    }
}

@media (max-width:767px) {
    .promo__scroll {
        bottom: -45px
    }
}

.promo__vertical {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 16px;
    transform: rotate(180deg);
    writing-mode: vertical-lr
}

@media (max-width:1449px) {
    .promo__vertical {
        display: none
    }
}

.promo__arrow {
    height: 10px;
    transition: transform .5s ease-in-out;
    width: 16px
}

.promo__arrow svg {
    display: block;
    height: 100%;
    width: 100%
}

.promo__social {
    background: #161718;
    border-radius: 9px 0 0 0;
    bottom: 0;
    box-shadow: 0 40px 64px -32px hsla(0, 0%, 6%, .1);
    padding: 13px 9px;
    position: absolute;
    right: 0;
    z-index: 2
}

@media (max-width:990px) {
    .promo__social {
        display: none
    }
}

.promo #spiders {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.domain-section {
    margin-top: -80px;
    padding: 180px 0 64px
}

@media (max-width:990px) {
    .domain-section {
        padding: 148px 0 64px
    }
}

@media (max-width:574px) {
    .domain-section {
        padding: 128px 0 64px
    }
}


/* Domains List Start */

.domains-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
}

.domains-item {
    width: calc(50% - 37px);
    margin-bottom: 53px;
    background: #F9F9F9;
}

.domains-item-img {
    display: block;
    width: 100%;
    background: #F3F3F3;
}

.domains-item-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.domains-item-text {
    padding: 42px 42px 49px 49px;
}

.domains-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    color: #20272C;
    font-size: 49px;
    font-weight: 700;
    line-height: 1.6;
    transition: all 0.3s;
}

a.domains-item-title:hover {
    color: var(--hover-color);
}

.domains-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-left: 40px;
    border: 1px solid #0F0F0F;
    transition: all 0.3s;
    flex: 0 0 78px;
}

a.domains-item-title:hover .domains-item-link {
    border-color: var(--hover-color);
}

.domains-item-link:before {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 3px solid #0F0F0F;
    border-bottom: 3px solid #0F0F0F;
    transform: rotate(-45deg);
    transition: all 0.3s;
}

a.domains-item-title:hover .domains-item-link:before {
    border-right-color: var(--hover-color);
    border-bottom-color: var(--hover-color);
}

.domains-item-description {
    margin-top: 24px;
    color: #545469;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}

@media all and (max-width: 1650px) {
    .domains-item {
        width: calc(50% - 20px);
    }

    .domains-item-text {
        padding: 32px 32px 39px 39px;
    }

    .domains-item-title {
        font-size: 35px;
    }

    .domains-item-link {
        width: 56px;
        height: 56px;
        flex: 0 0 56px;
    }
}

@media all and (max-width: 1365px) {
    .domains-item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .domains-item-text {
        padding: 20px;
    }

    .domains-item-title {
        font-size: 30px;
    }

    .domains-item-link {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    .domains-item-description {
        margin-top: 18px;
        font-size: 20px;
    }
}

@media (max-width: 990px) {
    .domains-item-title {
        font-size: 20px;
    }

    .domains-item-link {
        width: 32px;
        height: 32px;
        margin-left: 20px;
        flex: 0 0 32px;
    }

    .domains-item-description {
        font-size: 18px;
    }

    .domains-item-link:before {
        width: 8px;
        height: 8px;
        border-right: 2px solid #0F0F0F;
        border-bottom: 2px solid #0F0F0F;
    }
}

@media (max-width: 767px) {
    .domains-item {
        width: 100%;
    }

    .domains-item-description {
        font-size: 16px;
    }
}

/* Domains List Finish */
